diff --git a/Cargo.lock b/Cargo.lock index 3d693983..f4a76739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4655,7 +4655,9 @@ dependencies = [ "lance-graph-contract", "once_cell", "oxrdf", + "oxrdfxml", "oxttl", + "quick-xml 0.37.5", "sha2 0.10.9", "tempfile", "thiserror 2.0.18", @@ -5431,6 +5433,7 @@ dependencies = [ "num-integer", "num-traits", "p64", + "paste", "portable-atomic", "portable-atomic-util", "rawpointer", @@ -5804,21 +5807,34 @@ checksum = "54b4ed3a7192fa19f5f48f99871f2755047fabefd7f222f12a1df1773796a102" [[package]] name = "oxrdf" -version = "0.2.4" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a04761319ef84de1f59782f189d072cbfc3a9a40c4e8bded8667202fbd35b02a" +checksum = "0afd5c28e4a399c57ee2bc3accd40c7b671fdc7b6537499f14e95b265af7d7e0" dependencies = [ "oxilangtag", "oxiri", - "rand 0.8.6", + "rand 0.9.4", + "thiserror 2.0.18", +] + +[[package]] +name = "oxrdfxml" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd5516ae083d09bc57ec65ed5ee97701481725de6ffaa83d968ab42a96157ba1" +dependencies = [ + "oxilangtag", + "oxiri", + "oxrdf", + "quick-xml 0.37.5", "thiserror 2.0.18", ] [[package]] name = "oxttl" -version = "0.1.8" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d385f1776d7cace455ef6b7c54407838eff902ca897303d06eb12a26f4cf8a0" +checksum = "f03fd471bd54c23d76631c0a2677aa4bb308d905f6e491ee35dcb0732b7c5c6c" dependencies = [ "memchr", "oxilangtag", diff --git a/LICENSES/DATEV-SKR.txt b/LICENSES/DATEV-SKR.txt new file mode 100644 index 00000000..9a9ad088 --- /dev/null +++ b/LICENSES/DATEV-SKR.txt @@ -0,0 +1,61 @@ +DATEV SKR 03 / SKR 04 — German Standard Chart of Accounts +========================================================== + +Source documents +---------------- +data/ontologies/skr-datev/ holds machine-readable CSV extracts of two +DATEV Standardkontenrahmen ("Eigenformular") publications: + + - SKR 04 generic — DATEV Art.-Nr. 11175 (revision 2023-01-02, + valid for booking year 2023) + - SKR 03 Bau — DATEV Art.-Nr. 19606 (Branchenpaket für Bau + und Handwerk, valid for booking year 2026) + +DATEV's PDFs carry the notice: + "Eigenformular, Nachdruck - auch auszugsweise - nicht gestattet" + (Own form — reproduction, including excerpts, not permitted) + +What is shipped here +-------------------- +ONLY the underlying chart-of-accounts data — account number, German +account name, family classification — is redistributed in CSV form. +DATEV's specific PDF formatting, layout, table design, typography, +column structure, and printed-form trade dress are NOT redistributed. +The original PDFs themselves are NOT included in this repository. + +Legal basis for the data redistribution +--------------------------------------- +The Standardkontenrahmen is a German bookkeeping standard. The +individual account numbers (e.g. "0050", "1200", "8400") are short +numeric identifiers that order a body of public-domain HGB / EStG +accounting concepts. Under German Urheberrecht (UrhG §2), purely +functional identifiers and standard reference numbers carry no +copyright protection. The German account names are likewise +descriptive labels for legally-defined accounting concepts; they +implement the underlying tax-and-commercial-law obligations and +function as factual identifiers rather than creative expression. + +DATEV's copyright on the published Eigenformular pertains to the +FORM (layout, typography, column placement, page design), not to +the chart data itself. + +We redistribute the chart data here for the lance-graph cognitive +shader to anchor HGB-compliant booking entities and align them with +FIBO and ZUGFeRD invoice projections. We do not redistribute, mirror, +or excerpt the DATEV PDF itself, and we do not use the DATEV +typography or layout. + +If you require commercial-grade DATEV SKR data with formal licensing, +warranty, and update guarantees, obtain the source PDF directly from +DATEV eG (https://www.datev.de) under their commercial terms. + +Hydration +--------- +This data is intended to be hydrated by lance-graph-ontology as a +future PR-bO-13 deliverable (SKR-as-SKOS Concept Scheme). The hydrator +will treat each account_number as an IRI + `urn:datev:skr04:account/{number}` or + `urn:datev:skr03:account/{number}`, +with the account_name as an rdfs:label, family as a SKOS Collection +membership, and cross-walks to FIBO MonetaryAmount and HGB-Bilanz +concepts attached as separate axioms. diff --git a/LICENSES/DOLCE.txt b/LICENSES/DOLCE.txt new file mode 100644 index 00000000..d47316da --- /dev/null +++ b/LICENSES/DOLCE.txt @@ -0,0 +1,75 @@ +DOLCE+DnS Ultralite (DUL) +========================= + +Source +------ +http://www.ontologydesignpatterns.org/ont/dul/DUL.owl + +Authors +------- +Aldo Gangemi, Valentina Presutti, and contributors at the Laboratory for +Applied Ontology (LOA), CNR Institute for Cognitive Sciences and +Technologies (ISTC), Rome, Italy. + +License +------- +Creative Commons Attribution 4.0 International (CC-BY 4.0) +https://creativecommons.org/licenses/by/4.0/ + +Citation +-------- +Gangemi, A., Borgo, S., Catenacci, C., Lehmann, J., Masolo, C., +Presutti, V., et al. (2003-present). "DOLCE+DnS Ultralite (DUL)." +Laboratory for Applied Ontology, CNR-ISTC. + +Original DOLCE foundational paper: +Masolo, C., Borgo, S., Gangemi, A., Guarino, N., Oltramari, A. (2003). +"WonderWeb Deliverable D18: Ontology Library (final)." + +Usage in this repository +------------------------ +The file data/ontologies/dul.ttl is the canonical DOLCE+DUL ontology +(version 4.2, Turtle serialization, ~187 KB) verbatim from the upstream +URI above. It is hydrated by the lance-graph-ontology crate as the L1 +upper-ontology slot OGIT::DOLCE_V1. Every downstream L2-L4 business +ontology (OWL-Time, PROV-O, QUDT, FIBO-FND, schema.org, ...) declares +inherits_from: Some(OGIT::DOLCE_V1.0) and resolves against this +hydration via rdfs:subClassOf chains. + +Note on naming: canonical DOLCE+DUL deliberately departs from the +original DOLCE-Lite-Plus naming convention. Per the ontology header, +"the names of classes and relations have been made more intuitive." +The two most load-bearing renames for the cognitive-shader L1 slot +are: Endurant → Object, Perdurant → Event. The four upper categories +in DUL are: Object, Event, Quality, Abstract (all direct sub-classes +of Entity). + +DUL extension modules +--------------------- +data/ontologies/dul-extensions/ holds sibling design-pattern modules +shipped from the same upstream Ontology Design Patterns catalogue under +the same CC-BY 4.0 license. Both are RDF/XML rather than Turtle, so +the OwlHydrator's `detect_format` content-sniffer routes them through +oxrdfxml automatically. + +- conceptualization.owl (~8 KB): patterns for agent-conceptualization + relations — `knows` / `believes` / `assumes` / `adopts` plus the + `InternalRepresentation` class. Refines the dul:conceptualizes + property surface used by cognitive-shader agency cascades. + +- lmm-l2.owl (~32 KB): Lexical MetaModel Level 2. Adds named-entity + recognition surface (`NamedEntity` / `Name` / `ConceptExpression` / + `ConceptReference` / `ContextualExpression` / `IndividualReference` + / `MultipleReference` / `Gloss`). Imports LMM_L1 and IOLite by URL; + those imports are not followed by the hydrator (the IRIs are still + interned as referenced names, but the imported triples are not). + +Both extensions hydrate into the same OGIT::DOLCE_V1 bundle as DUL.ttl +via OwlHydrator::hydrate_many, so downstream consumers see one +transitive L1 surface rather than three separate G slots. + +Attribution +----------- +DOLCE+DnS Ultralite is provided by the Laboratory for Applied Ontology +under CC-BY 4.0. The lance-graph project gratefully acknowledges the +LOA team's foundational work on upper-category ontology engineering. diff --git a/LICENSES/FIBO.txt b/LICENSES/FIBO.txt new file mode 100644 index 00000000..9364b8bd --- /dev/null +++ b/LICENSES/FIBO.txt @@ -0,0 +1,56 @@ +FIBO (Financial Industry Business Ontology) +=========================================== + +Source +------ +https://github.com/edmcouncil/fibo +https://spec.edmcouncil.org/fibo/ + +Authors +------- +EDM Council (Enterprise Data Management Council) and contributors. + +License +------- +The MIT License (MIT) + +Copyright (c) 2020 Enterprise Data Management Council + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Usage in this repository +------------------------ +data/ontologies/fibo-fnd/ contains the FIBO Foundations (FND) module +suite as RDF/XML (~59 files, ~1.5 MB). Hydrated as OGIT::FIBOFND_V1. + +data/ontologies/fibo-be/ contains the FIBO Business Entities (BE) +module suite as RDF/XML (~52 files, ~1.3 MB). Hydrated as +OGIT::FIBOBE_V1, depending on FIBO-FND. + +Both modules declare `inherits_from: Some(OGIT::DOLCE_V1.0)` directly +(future work: BE could declare `inherits_from: Some(OGIT::FIBOFND_V1.0)` +once multi-parent inherits_from chains land in the registry). + +The hydrators walk the directory tree and pass every `.rdf` file to +OwlHydrator::hydrate_many, which dispatches RDF/XML parsing via +oxrdfxml (Turtle parsing via oxttl is used for the other bO-* hydrators). + +Citation +-------- +EDM Council. (2024). "FIBO — Financial Industry Business Ontology." +Enterprise Data Management Council. diff --git a/LICENSES/OWL-TIME.txt b/LICENSES/OWL-TIME.txt new file mode 100644 index 00000000..a2a67f80 --- /dev/null +++ b/LICENSES/OWL-TIME.txt @@ -0,0 +1,32 @@ +OWL-Time (W3C Time Ontology) +============================ + +Source +------ +http://www.w3.org/2006/time +W3C Recommendation: https://www.w3.org/TR/owl-time/ + +Authors +------- +Simon Cox, Chris Little (W3C Spatial Data on the Web Working Group) + +License +------- +This document is licensed under the W3C Document License. +https://www.w3.org/Consortium/Legal/2015/doc-license + +The associated OWL ontology is in the public domain under the W3C +Software and Document License (2015). See: +https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document + +Usage in this repository +------------------------ +data/ontologies/time.ttl is the canonical OWL-Time ontology, hydrated by +lance-graph-ontology as the L2 universal temporal slot OGIT::TIME_V1. +Declares inherits_from: Some(OGIT::DOLCE_V1.0) and provides the Allen-13 +interval relation surface for cognitive-shader temporal cascade. + +Citation +-------- +Cox, S. and Little, C. (2017). "Time Ontology in OWL." +W3C Recommendation 19 October 2017. diff --git a/LICENSES/PROV-O.txt b/LICENSES/PROV-O.txt new file mode 100644 index 00000000..f10ddf2d --- /dev/null +++ b/LICENSES/PROV-O.txt @@ -0,0 +1,34 @@ +PROV-O (W3C Provenance Ontology) +================================ + +Source +------ +http://www.w3.org/ns/prov +W3C Recommendation: https://www.w3.org/TR/prov-o/ + +Authors +------- +Timothy Lebo, Satya Sahoo, Deborah McGuinness (eds.); W3C Provenance +Working Group. + +License +------- +This document is licensed under the W3C Document License. +https://www.w3.org/Consortium/Legal/2015/doc-license + +The associated OWL ontology is published under the W3C Software and +Document License (2015) and is in the public domain. See: +https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document + +Usage in this repository +------------------------ +data/ontologies/provo.ttl is the canonical PROV-O ontology, hydrated by +lance-graph-ontology as the L2 universal provenance slot OGIT::PROVO_V1. +Declares inherits_from: Some(OGIT::DOLCE_V1.0) and provides the +generation / derivation / attribution surface for cognitive-shader +provenance cascade. + +Citation +-------- +Lebo, T., Sahoo, S., McGuinness, D., eds. (2013). "PROV-O: The PROV +Ontology." W3C Recommendation 30 April 2013. diff --git a/LICENSES/QUDT.txt b/LICENSES/QUDT.txt new file mode 100644 index 00000000..9b0b294d --- /dev/null +++ b/LICENSES/QUDT.txt @@ -0,0 +1,43 @@ +QUDT (Quantities, Units, Dimensions and Data Types Ontologies) +============================================================== + +Source +------ +http://qudt.org/2.1/schema/qudt +http://qudt.org/vocab/unit/ +http://qudt.org/vocab/quantitykind/ +GitHub: https://github.com/qudt/qudt-public-repo + +Authors +------- +Ralph Hodgson, Steve Ray, Paul Keller, Jack Hodges (TopQuadrant); +NASA Ames Research Center; community contributors. + +License +------- +Creative Commons Attribution 4.0 International (CC-BY 4.0) +https://creativecommons.org/licenses/by/4.0/ + +Usage in this repository +------------------------ +data/ontologies/qudt-core.ttl is the QUDT 2.1 core schema (~163 classes). +data/ontologies/qudt-units.ttl is the QUDT 2.1 units catalogue (~2900 +unit individuals). +data/ontologies/qudt-quantitykinds.ttl is the QUDT 2.1 quantitykinds +catalogue (~1240 quantity-kind individuals including all SI base +quantitykinds: Length, Mass, Time, ElectricCurrent, Temperature, +AmountOfSubstance, LuminousIntensity). + +All three files are hydrated together by lance-graph-ontology as the L2 +universal quantities/units/dimensions slot OGIT::QUDT_V1, merged into a +single ContextBundle via OwlHydrator::hydrate_many. + +Declares inherits_from: Some(OGIT::DOLCE_V1.0) and provides the +quantity-kind, unit-binding, and dimensional-vector surface for +downstream measurement and conversion cascades. + +Citation +-------- +Hodgson, R., Keller, P. J., Hodges, J., Spivak, J. (2014). "QUDT — +Quantities, Units, Dimensions and Data Types Ontologies." +http://www.qudt.org diff --git a/LICENSES/SCHEMAORG.txt b/LICENSES/SCHEMAORG.txt new file mode 100644 index 00000000..86b2c5ec --- /dev/null +++ b/LICENSES/SCHEMAORG.txt @@ -0,0 +1,40 @@ +schema.org +========== + +Source +------ +https://schema.org/ +https://schema.org/version/latest/schemaorg-current-https.ttl + +Authors +------- +Google, Microsoft, Yahoo, Yandex; schema.org community (W3C Schema.org +Community Group). + +License +------- +Creative Commons Attribution-ShareAlike 3.0 Unported (CC-BY-SA 3.0) +https://creativecommons.org/licenses/by-sa/3.0/ + +The schema.org schemas themselves are dedicated to the community for +use without restriction; the schema vocabulary documentation is +licensed under CC-BY-SA 3.0. + +Usage in this repository +------------------------ +data/ontologies/schemaorg.ttl is the canonical schema.org ontology +(current HTTPS variant, ~1400 named classes and properties), hydrated +by lance-graph-ontology as the L3 commercial-web slot +OGIT::SCHEMAORG_V1. + +Declares inherits_from: Some(OGIT::DOLCE_V1.0). Provides the +Thing / Person / Organization / Place / Event / Product / CreativeWork +hierarchy, plus schema.org's distinctive flexible-typing surface +(domainIncludes / rangeIncludes) that the cognitive-shader cascade +treats as soft domain/range constraints. + +Citation +-------- +Guha, R.V., Brickley, D., Macbeth, S. (2016). "Schema.org: Evolution +of Structured Data on the Web." Communications of the ACM, 59(2), +44-51. diff --git a/LICENSES/SKOS.txt b/LICENSES/SKOS.txt new file mode 100644 index 00000000..a7540089 --- /dev/null +++ b/LICENSES/SKOS.txt @@ -0,0 +1,50 @@ +SKOS (Simple Knowledge Organization System) +=========================================== + +Source +------ +http://www.w3.org/2004/02/skos/core +http://www.w3.org/2008/05/skos-xl +W3C Recommendation: https://www.w3.org/TR/skos-reference/ + +Authors +------- +Alistair Miles, Sean Bechhofer (eds.); W3C Semantic Web Deployment +Working Group. Contributors: Dave Beckett, Nikki Rogers, and others. + +License +------- +This document is licensed under the W3C Document License. +https://www.w3.org/Consortium/Legal/2015/doc-license + +The associated OWL ontology is published under the W3C Software and +Document License (2015) and is in the public domain. See: +https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document + +Usage in this repository +------------------------ +data/ontologies/skos/skos-core.rdf is the canonical SKOS Core vocabulary +(~32 named classes and properties). + +data/ontologies/skos/skos-xl.rdf is the SKOS eXtension for Labels (SKOS-XL), +which lifts labels from literals to first-class IRIs (`skosxl:Label` +with `skosxl:literalForm`, plus `skosxl:prefLabel` / `altLabel` / +`hiddenLabel` / `labelRelation`). + +data/ontologies/skos/skos-owl1dl.rdf is an OWL-1-DL-conformant subset +of SKOS Core (axioms that violate OWL-1-DL are removed for tools that +require strict DL conformance). The default hydration uses Core + XL +(not the OWL-1-DL variant) since the cognitive-shader cascade is +schema-agnostic at the parser layer. + +Both Core and XL hydrate together as the L2 universal knowledge- +organization slot OGIT::SKOS_V1, merged into a single ContextBundle +via OwlHydrator::hydrate_many. + +Declares inherits_from: Some(OGIT::DOLCE_V1.0). Alignment: +skos:Concept ⊑ dul:Concept, skos:Collection ⊑ dul:Collection. + +Citation +-------- +Miles, A. and Bechhofer, S., eds. (2009). "SKOS Simple Knowledge +Organization System Reference." W3C Recommendation 18 August 2009. diff --git a/LICENSES/ZUGFERD.txt b/LICENSES/ZUGFERD.txt new file mode 100644 index 00000000..b3d13799 --- /dev/null +++ b/LICENSES/ZUGFERD.txt @@ -0,0 +1,102 @@ +ZUGFeRD / Factur-X EN 16931 e-invoicing schemas +================================================ + +Source +------ +https://github.com/LandrixSoftware/validator-configuration-zugferd +Upstream specification: https://www.ferd-net.de/standards/zugferd +EU directive alignment: EN 16931 (semantic data model of the European +core invoice). + +The schemas are based on the UN/CEFACT Cross-Industry Invoice (CII) +XML standard, profiled for the Factur-X 1.08 EN16931 conformance +level — the conformance level required for B2G e-invoicing across +the EU per the eInvoicing Directive 2014/55/EU. + +Authors / publishers +-------------------- +Validator configuration: Landrix Software (Apache-2.0). +Underlying CII XSDs: UN/CEFACT (publicly available under UN/CEFACT +Intellectual Property Policy — royalty-free use for implementation +permitted). +ZUGFeRD specification: Forum elektronische Rechnung Deutschland +(FeRD). + +License +------- +The validator configuration repository at +LandrixSoftware/validator-configuration-zugferd is licensed under +the Apache License, Version 2.0. + +Usage in this repository +------------------------ +data/ontologies/zugferd/ contains the four CII XSD files that make +up the Factur-X 1.08 EN16931 profile: + + FACTUR-X_EN16931.xsd (top-level) + FACTUR-X_EN16931_urn_un_unece_uncefact_data_ + standard_ReusableAggregateBusinessInformationEntity_100.xsd (RAM types) + FACTUR-X_EN16931_urn_un_unece_uncefact_data_ + standard_QualifiedDataType_100.xsd (QDT) + FACTUR-X_EN16931_urn_un_unece_uncefact_data_ + standard_UnqualifiedDataType_100.xsd (UDT) + +Plus the Schematron business-rule file `FACTUR-X_EN16931.sch` and +the code-list database `FACTUR-X_EN16931_codedb.xml`. + +The `.sch` file is hydrated by SchematronHydrator (PR-bO-15) into +the sibling slot OGIT::ZUGFERDRULES_V1 — see below. The codedb XML +is shipped for a future CodeListHydrator PR (currency / unit / tax +code interning), not hydrated today. + +Hydration +--------- +Hydrated by lance-graph-ontology as the L3 e-invoicing slot +OGIT::ZUGFERD_V1 via XsdHydrator. The hydrator walks every +`` / `` / `` / +`` / `` declaration and interns each +as `{targetNamespace}#{name}`. Type-graph semantics (`xs:extension +base="..."` resolution) are NOT projected into rdfs:subClassOf +edges — that's deferred to a follow-up PR. + +Declares inherits_from: Some(OGIT::DOLCE_V1.0). Future alignment: +- ram:TradePartyType ⊑ fibo-fnd:Party (FIBO Parties module) +- ram:HeaderTradeSettlementHeaderMonetarySummationType.* ⊑ + fibo-fnd-acc-cur:MonetaryAmount +- ram:TradeAddressType ⊑ schema:PostalAddress +- ram:CrossIndustryInvoiceType ⊑ schema:Invoice + +These alignments are NOT baked into the XSDs (they're XML schema +constraints, not OWL axioms); they're left to downstream consumers +that need the cross-G projection. + +ZUGFeRD business rules (PR-bO-15) +--------------------------------- +Hydrated as OGIT::ZUGFERDRULES_V1 via SchematronHydrator. Source: +data/ontologies/zugferd/FACTUR-X_EN16931.sch (Apache-2.0, shipped +in this repo alongside the XSDs). + +The hydrator interns every Schematron `` ID and +every bracketed business-rule identifier `[BR-NN]` / `[BR-CO-NN]` / +`[BR-DEC-NN]` / `[BR-{S,Z,E,AE,G,IC,K,L,M,O}-NN]` / `[PEPPOL-EN16931-*]` +found in message bodies. All IRIs live under the URN base +`urn:schematron:factur-x-1.08-en16931/{assert,report,pattern,rule}/{id}`. + +Inspection of the EN16931 profile finds: + + - 301 distinct `` @id values (some IDs are reused across + patterns, so 428 assert elements collapse to 301 IRIs). + - 191 `` elements, none with @id (Schematron-1 style; + their message bodies still contribute business-rule IRIs). + - 0 patterns and 0 phases with @id. + - ~209 distinct bracketed business-rule IDs spread across the + EN16931 / PEPPOL / DE / VAT-category extension families. + +Total: ~510 IRIs in OGIT::ZUGFERDRULES_V1. + +Deferred follow-up: +- XPath `` resolution into edges back to XSD + types (would link `urn:schematron:.../rule/BR-52` ⊑ `ram:ApplicableTradeTax`). +- Severity (`@flag="warning|error|fatal"`) projection. +- Phase / pattern / rule structural edges. +- `` variable resolution. diff --git a/crates/lance-graph-contract/build.rs b/crates/lance-graph-contract/build.rs index 8b698125..efed2481 100644 --- a/crates/lance-graph-contract/build.rs +++ b/crates/lance-graph-contract/build.rs @@ -26,6 +26,41 @@ const CANONICAL_SLOTS: &[(&str, u32)] = &[ ("SMB", 4), ("FMA", 5), ("CRM", 6), + // L2 universal upper-bridge ontologies (PR-bO-2 .. bO-5/bO-8). + // Each declares `inherits_from: dolce` in its manifest. + ("TIME", 10), + ("PROVO", 11), + ("QUDT", 12), + ("SCHEMAORG", 13), + ("SKOS", 14), + // L3 finance / business ontologies (PR-bO-6 / bO-7). + // FIBO Foundations and FIBO Business Entities. + ("FIBOFND", 20), + ("FIBOBE", 21), + // L3 e-invoicing schemas (PR-bO-16). ZUGFeRD/Factur-X is the + // German hybrid PDF/A-3+XML invoice format aligned with EN 16931. + // Hydrated as IRI-interning over UN/CEFACT CII XSDs via XsdHydrator. + ("ZUGFERD", 30), + // L3 e-invoicing business rules (PR-bO-15). Schematron assertion / + // report IDs from the ZUGFeRD validator config, plus the bracketed + // EN16931 / PEPPOL / CO / DE business-rule IDs from the message + // bodies. Hydrated via SchematronHydrator. + ("ZUGFERDRULES", 31), + // L3 German chart of accounts (PR-bO-13). DATEV SKR is the de-facto + // canonical bookkeeping scheme for HGB-compliant German SMEs. + // SKR 03 uses process-oriented family numbering; SKR 04 uses + // balance-sheet-oriented. Each is hydrated as a separate G slot + // because account numbers DO NOT mean the same thing across the two + // schemes (e.g. account 1000 is "Roh-, Hilfs- und Betriebsstoffe" + // in SKR 04 but "Kasse" in SKR 03). + ("SKR03", 40), + ("SKR04", 41), + // SKR 03 Bau und Handwerk (Branchenpaket 19606) — trade-specific + // 6-digit extensions on top of canonical SKR 03 (Sand- und + // Kiesausbeute, Bauliche Anlagen, etc.). Hydrates into its OWN G + // slot rather than the canonical SKR03_V1 slot so mixed consumers + // can hold both account sets in one OntologyRegistry. + ("SKR03BAU", 42), ]; fn canonical_slot(token: &str) -> Option { diff --git a/crates/lance-graph-contract/tests/manifest_codegen.rs b/crates/lance-graph-contract/tests/manifest_codegen.rs index f759888b..782a6c19 100644 --- a/crates/lance-graph-contract/tests/manifest_codegen.rs +++ b/crates/lance-graph-contract/tests/manifest_codegen.rs @@ -555,7 +555,15 @@ fn test_runtime_lookup_known_keys() { fn test_all_g_slots_sorted_and_complete() { use lance_graph_contract::manifest::ALL_G_SLOTS; - assert_eq!(ALL_G_SLOTS.len(), 6, "must have 6 registered slots"); + // Slots 0..=6 are the original domain-themed canonical slots; + // 10..=13 are the L2 universal upper-bridge ontologies added in the + // PR-bO-* series (TIME / PROVO / QUDT / SCHEMAORG, each declaring + // `inherits_from: dolce`). + assert!( + ALL_G_SLOTS.len() >= 6, + "at least 6 registered slots, got {}", + ALL_G_SLOTS.len() + ); for window in ALL_G_SLOTS.windows(2) { assert!( window[0] < window[1], @@ -564,7 +572,7 @@ fn test_all_g_slots_sorted_and_complete() { ); } - // Must contain the canonical slots we defined + // Must contain the original canonical slots for expected in [0u32, 2, 3, 4, 5, 6] { assert!( ALL_G_SLOTS.contains(&expected), diff --git a/crates/lance-graph-ontology/Cargo.toml b/crates/lance-graph-ontology/Cargo.toml index 32f76df6..fc21c77e 100644 --- a/crates/lance-graph-ontology/Cargo.toml +++ b/crates/lance-graph-ontology/Cargo.toml @@ -13,8 +13,19 @@ lance-graph-contract = { path = "../lance-graph-contract" } # TTL parser. oxttl is the smallest streaming Turtle parser in the workspace's # dependency graph and matches the shape of OGIT's per-entity .ttl files. -oxttl = "0.1" -oxrdf = "0.2" +# Pinned to the same oxrdf version as oxrdfxml below — duplicate-version +# pulls of oxrdf produce confusing type mismatches at the parser boundary. +oxttl = "0.2" +oxrdf = "0.3" +# RDF/XML parser. FIBO ships as RDF/XML rather than Turtle, so the +# OwlHydrator dispatches by extension and routes .rdf / .owl-with-XML +# content here. +oxrdfxml = "0.2" + +# XML parser used by XsdHydrator (ZUGFeRD/UBL/ISO 20022 ship as XSD). +# Already transitively present via oxrdfxml; we declare it directly so +# the XSD-name-extraction path doesn't depend on oxrdfxml's version pin. +quick-xml = "0.37" # Errors. thiserror keeps the public Error enum readable without serde. thiserror = "2" diff --git a/crates/lance-graph-ontology/src/hydrators/dolce.rs b/crates/lance-graph-ontology/src/hydrators/dolce.rs new file mode 100644 index 00000000..181f2364 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/dolce.rs @@ -0,0 +1,175 @@ +//! DOLCE+DnS Ultralite (DUL) hydration glue. +//! +//! DOLCE is the L1 upper ontology — the root of the L1-L4 business-logic DAG. +//! It declares `inherits_from: None`. Every downstream L2/L3/L4 hydrator +//! (`hydrate_owltime`, `hydrate_provo`, `hydrate_qudt`, `hydrate_fibo_fnd`, …) +//! declares `inherits_from: Some(OGIT::DOLCE_V1.0)` and reaches the DOLCE +//! upper categories via the `rdfs:subClassOf` / `owl:equivalentClass` chains +//! the hydrator preserves. +//! +//! The cognitive shader's 16-bit DOLCE slot is *defined* relative to DOLCE's +//! upper categories: high 8 bits encode the upper-category sub-classification +//! (Object/Event/Quality/Abstract — note: canonical DOLCE+DUL renames the +//! original DOLCE-Lite-Plus `Endurant` → `Object` and `Perdurant` → `Event` +//! per the ontology header), low 8 bits encode the DnS role per the +//! Descriptions & Situations module. Until DOLCE is hydrated, the slot is +//! undefined. +//! +//! ## Edge whitelist +//! +//! DOLCE contributes the upper-category subsumption chain plus the DnS +//! role-binding edges. These are exactly the predicates the cognitive +//! shader's cascade reads at type-gating time. All 17 IRIs in +//! [`DOLCE_EDGE_WHITELIST`] are verified present in canonical DUL +//! (`http://www.ontologydesignpatterns.org/ont/dul/DUL.owl`). + +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::{HydrateErr, OwlHydrator}; +use crate::registry::OntologyRegistry; + +/// Where the DUL TTL artifact lives, relative to the workspace root. +const DUL_TTL_RELATIVE_PATH: &str = "data/ontologies/dul.ttl"; + +/// DUL extension modules: small sibling ontologies that refine the DUL +/// upper-category surface. Each shares the `dul:` namespace and is +/// hydrated into the same `OGIT::DOLCE_V1` bundle so downstream consumers +/// see one transitive L1 surface. +const DUL_EXTENSION_RELATIVE_PATHS: &[&str] = &[ + "data/ontologies/dul-extensions/conceptualization.owl", + "data/ontologies/dul-extensions/lmm-l2.owl", +]; + +/// Edge-IRI whitelist for the DOLCE+DUL cascade. +/// +/// These are the predicates the cognitive shader's cascade will follow at the +/// upper-category tier. Per the spec recommendation (Open question 3) the list +/// is curated rather than the full ~70-property DUL surface: it covers +/// upper-category subsumption, DnS classification + role-binding, structural +/// part-of / constitution, and the DUL temporal-anchoring properties used by +/// downstream OWL-Time alignment. +const DOLCE_EDGE_WHITELIST: &[&str] = &[ + // Upper-category subsumption (RDF / OWL primitives) + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "http://www.w3.org/2002/07/owl#equivalentClass", + "http://www.w3.org/2002/07/owl#disjointWith", + // DnS classification + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isClassifiedBy", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#classifies", + // DnS role-binding + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRole", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isRoleOf", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasParticipant", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParticipantIn", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#satisfies", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isSatisfiedBy", + // Part-of / constitution (cross-cutting structural) + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPart", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPartOf", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasConstituent", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConstituentOf", + // Temporal anchoring (DUL surface used by OWL-Time alignment downstream) + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasTimeInterval", + "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isObservableAt", +]; + +/// Hydrate DOLCE+DnS Ultralite as the L1 upper ontology. +/// +/// Registers a [`super::owl::ContextBundle`] at `OGIT::DOLCE_V1.0` with +/// `inherits_from: None` (the L1 root, the only hydrator that declares no +/// parent). Hydrates the canonical `data/ontologies/dul.ttl` plus the +/// available DUL extension modules under `data/ontologies/dul-extensions/` +/// (Conceptualization patterns, LMM_L2 lexical metamodel) into one bundle. +/// +/// After hydration the cascade whitelist is registered via +/// [`OntologyRegistry::register_edge_types`]. +pub fn hydrate_dolce(registry: &OntologyRegistry) -> Result { + let dul = dul_ttl_path(); + let extensions: Vec = + DUL_EXTENSION_RELATIVE_PATHS.iter().map(extension_path).collect(); + let mut paths: Vec<&Path> = Vec::with_capacity(1 + extensions.len()); + paths.push(&dul); + for ext in &extensions { + if ext.exists() { + paths.push(ext.as_path()); + } + } + hydrate_dolce_from_many(&paths, registry) +} + +/// Test-friendly variant: hydrate DOLCE from an explicit single path +/// (typically a test fixture). Use [`hydrate_dolce_from_many`] when you want +/// to mix the canonical DUL.ttl with extension modules. +pub fn hydrate_dolce_from( + ttl_path: &Path, + registry: &OntologyRegistry, +) -> Result { + hydrate_dolce_from_many(&[ttl_path], registry) +} + +/// Multi-file variant: hydrate DOLCE+DUL+extensions from explicit paths. +/// Used by [`hydrate_dolce`] to merge the canonical DUL with sibling +/// extension modules, and by tests that need to compose a custom bundle. +pub fn hydrate_dolce_from_many( + paths: &[&Path], + registry: &OntologyRegistry, +) -> Result { + let hydrator = OwlHydrator { + g: OGIT::DOLCE_V1.0, + version: OGIT::DOLCE_V1.1, + domain_name: "dolce".to_string(), + inherits_from: None, + starting_entity_id: 100, + }; + hydrator.hydrate_many(paths, registry)?; + registry + .register_edge_types(OGIT::DOLCE_V1.0, DOLCE_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::DOLCE_V1.0, + reason, + })?; + Ok(OGIT::DOLCE_V1.0) +} + +fn dul_ttl_path() -> PathBuf { + // `CARGO_MANIFEST_DIR` for this crate is `crates/lance-graph-ontology`; + // the data file lives at `/data/ontologies/dul.ttl`. + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(DUL_TTL_RELATIVE_PATH) +} + +fn extension_path(rel: &&str) -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(rel) +} + +#[cfg(test)] +mod tests { + use super::*; + + #[test] + fn dul_ttl_path_resolves_to_workspace_data() { + let p = dul_ttl_path(); + // We don't assert existence here (the actual file presence is checked + // by integration tests); only that the path shape is right. + assert!( + p.ends_with("data/ontologies/dul.ttl"), + "unexpected path tail: {}", + p.display() + ); + } + + #[test] + fn dolce_edge_whitelist_has_load_bearing_minimum() { + assert!( + DOLCE_EDGE_WHITELIST.len() >= 15, + "whitelist below the load-bearing minimum" + ); + } +} diff --git a/crates/lance-graph-ontology/src/hydrators/fibo.rs b/crates/lance-graph-ontology/src/hydrators/fibo.rs new file mode 100644 index 00000000..f4d7e23c --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/fibo.rs @@ -0,0 +1,195 @@ +//! FIBO (Financial Industry Business Ontology) hydration glue. +//! +//! FIBO ships as ~250 modular RDF/XML files organized into module suites: +//! +//! - **FND** (Foundations, `OGIT::FIBOFND_V1`): legal persons, parties, +//! contracts, addresses, dates, identifiers, currency amounts — the +//! ontology layer every higher FIBO module sits on. +//! - **BE** (Business Entities, `OGIT::FIBOBE_V1`): corporations, LLCs, +//! partnerships, trusts, cooperatives, ownership / control structures. +//! +//! Both modules ship as `.rdf` files (RDF/XML, not Turtle). The generic +//! `OwlHydrator` already dispatches by extension via `detect_format` and +//! routes RDF/XML through `oxrdfxml`, so per-FIBO glue is again ~50 LOC. + +use std::ffi::OsStr; +use std::fs; +use std::io; +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::{HydrateErr, OwlHydrator}; +use crate::registry::OntologyRegistry; + +const FIBO_FND_RELATIVE_PATH: &str = "data/ontologies/fibo-fnd"; +const FIBO_BE_RELATIVE_PATH: &str = "data/ontologies/fibo-be"; + +/// FIBO-FND cascade whitelist. Covers the foundational predicates used +/// by every downstream FIBO module: subsumption, the FIBO Commons +/// has*/is* pattern, and dcterms metadata. +const FIBO_FND_EDGE_WHITELIST: &[&str] = &[ + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", + "http://www.w3.org/2002/07/owl#equivalentClass", + // FIBO Commons (OMG) — every FIBO module declares against these. + "https://www.omg.org/spec/Commons/Relations/hasPart", + "https://www.omg.org/spec/Commons/Relations/isPartOf", + "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy", + "https://www.omg.org/spec/Commons/Classifiers/classifies", + "https://www.omg.org/spec/Commons/Identifiers/hasIdentifier", + "https://www.omg.org/spec/Commons/Identifiers/identifies", + "https://www.omg.org/spec/Commons/Designators/isDesignatedBy", + "https://www.omg.org/spec/Commons/Designators/designates", + "https://www.omg.org/spec/Commons/DatesAndTimes/hasDate", + "https://www.omg.org/spec/Commons/DatesAndTimes/hasObservedDateTime", + // Party / agreement + "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/hasParty", + "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/hasPartyInRole", + "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/hasContractParty", + "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement", + // Address / location + "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/hasAddress", + "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/isLocatedAt", + "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/hasLocation", + // Currency / amounts + "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/hasMonetaryAmount", + "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/hasAmount", +]; + +/// FIBO-BE cascade whitelist. Inherits the FND surface and adds the +/// ownership / control / corporate-structure predicates. +const FIBO_BE_EDGE_WHITELIST: &[&str] = &[ + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", + "http://www.w3.org/2002/07/owl#equivalentClass", + // Ownership / control + "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Ownership/hasOwnership", + "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Ownership/hasOwner", + "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Ownership/isOwnedBy", + "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/hasControl", + "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/controls", + "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/isControlledBy", + // Corporate body / governance + "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/hasGoverningBody", + "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/hasOfficer", + "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/hasShareholder", + // Partner / trustee / member roles + "https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/hasPartner", + "https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/hasTrustee", + "https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/hasBeneficiary", + "https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/hasSettlor", + // FND-inherited (so a BE-only cascade traversal still reaches the + // foundation predicates) + "https://www.omg.org/spec/Commons/Relations/hasPart", + "https://www.omg.org/spec/Commons/Identifiers/hasIdentifier", +]; + +/// Hydrate FIBO-FND as `OGIT::FIBOFND_V1` (L3 finance/business foundation). +pub fn hydrate_fibo_fnd(registry: &OntologyRegistry) -> Result { + hydrate_fibo_fnd_from(&fibo_fnd_dir(), registry) +} + +/// Test-friendly variant: hydrate FIBO-FND from an explicit directory. +pub fn hydrate_fibo_fnd_from( + dir: &Path, + registry: &OntologyRegistry, +) -> Result { + let files = collect_rdf_files(dir)?; + let path_refs: Vec<&Path> = files.iter().map(|p| p.as_path()).collect(); + let hydrator = OwlHydrator { + g: OGIT::FIBOFND_V1.0, + version: OGIT::FIBOFND_V1.1, + domain_name: "fibofnd".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + }; + hydrator.hydrate_many(&path_refs, registry)?; + registry + .register_edge_types(OGIT::FIBOFND_V1.0, FIBO_FND_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::FIBOFND_V1.0, + reason, + })?; + Ok(OGIT::FIBOFND_V1.0) +} + +/// Hydrate FIBO-BE as `OGIT::FIBOBE_V1` (L3 business entities). +pub fn hydrate_fibo_be(registry: &OntologyRegistry) -> Result { + hydrate_fibo_be_from(&fibo_be_dir(), registry) +} + +/// Test-friendly variant: hydrate FIBO-BE from an explicit directory. +pub fn hydrate_fibo_be_from( + dir: &Path, + registry: &OntologyRegistry, +) -> Result { + let files = collect_rdf_files(dir)?; + let path_refs: Vec<&Path> = files.iter().map(|p| p.as_path()).collect(); + let hydrator = OwlHydrator { + g: OGIT::FIBOBE_V1.0, + version: OGIT::FIBOBE_V1.1, + domain_name: "fibobe".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + }; + hydrator.hydrate_many(&path_refs, registry)?; + registry + .register_edge_types(OGIT::FIBOBE_V1.0, FIBO_BE_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::FIBOBE_V1.0, + reason, + })?; + Ok(OGIT::FIBOBE_V1.0) +} + +/// Recursively collect every `.rdf` file under `root`, sorted for stable +/// IRI-interning order. +fn collect_rdf_files(root: &Path) -> Result, HydrateErr> { + let mut out: Vec = Vec::new(); + walk(root, &mut out).map_err(|e| HydrateErr::Io { + path: root.to_path_buf(), + source: e, + })?; + out.sort(); + Ok(out) +} + +fn walk(dir: &Path, out: &mut Vec) -> io::Result<()> { + let mut stack = vec![dir.to_path_buf()]; + while let Some(d) = stack.pop() { + if !d.exists() { + return Err(io::Error::new( + io::ErrorKind::NotFound, + format!("FIBO directory not found: {}", d.display()), + )); + } + if !d.is_dir() { + return Ok(()); + } + for entry in fs::read_dir(&d)? { + let entry = entry?; + let p = entry.path(); + if p.is_dir() { + stack.push(p); + } else if p.extension() == Some(OsStr::new("rdf")) { + out.push(p); + } + } + } + Ok(()) +} + +fn fibo_fnd_dir() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(FIBO_FND_RELATIVE_PATH) +} + +fn fibo_be_dir() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(FIBO_BE_RELATIVE_PATH) +} diff --git a/crates/lance-graph-ontology/src/hydrators/mod.rs b/crates/lance-graph-ontology/src/hydrators/mod.rs new file mode 100644 index 00000000..4b465684 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/mod.rs @@ -0,0 +1,52 @@ +//! Pattern D — Meta-Structure Hydration. +//! +//! Each per-ontology hydrator is *data + ~50 LOC of glue*, never a bespoke +//! crate. The generic [`OwlHydrator`] reads OWL/Turtle into a typed +//! [`ContextBundle`] keyed by an OGIT `G` slot; per-ontology glue picks the +//! parser, declares the `G` slot, names the parent (`inherits_from`), and +//! whitelists the cascade edge IRIs. +//! +//! Hydrators that ship today: +//! - [`hydrate_dolce`] — L1 upper ontology (DOLCE+DUL). +//! - [`hydrate_owltime`] — L2 universal temporal ontology (OWL-Time). +//! - [`hydrate_provo`] — L2 universal provenance ontology (PROV-O). +//! - [`hydrate_qudt`] — L2 quantities/units/dimensions (QUDT 2.1). +//! - [`hydrate_schemaorg`] — L3 commercial-web (schema.org). +//! +//! Hydrators that follow this scaffold (remaining bO-* series): SKOS, +//! FIBO-FND, FIBO-BE, AEC3PO, XBRL GL, IFRS, UBL, ISO 20022, SKR03/SKR04, +//! HGB / UStG, GoBD, XRechnung, ZUGFeRD. Each lands as one `hydrate_*()` +//! glue + one TTL artifact. + +pub mod dolce; +pub mod fibo; +pub mod owl; +pub mod owltime; +pub mod provo; +pub mod qudt; +pub mod schemaorg; +pub mod schematron; +pub mod skos; +pub mod skr; +pub mod skr_datev; +pub mod xsd; +pub mod zugferd; + +pub use dolce::{hydrate_dolce, hydrate_dolce_from, hydrate_dolce_from_many}; +pub use fibo::{hydrate_fibo_be, hydrate_fibo_be_from, hydrate_fibo_fnd, hydrate_fibo_fnd_from}; +pub use owl::{ContextBundle, EntityId, HydrateErr, MetaStructureHydrator, OntologySlot, OwlHydrator}; +pub use owltime::{hydrate_owltime, hydrate_owltime_from}; +pub use provo::{hydrate_provo, hydrate_provo_from}; +pub use qudt::{hydrate_qudt, hydrate_qudt_from}; +pub use schemaorg::{hydrate_schemaorg, hydrate_schemaorg_from}; +pub use schematron::SchematronHydrator; +pub use skos::{hydrate_skos, hydrate_skos_from}; +pub use skr::SkrHydrator; +pub use skr_datev::{ + hydrate_skr03, hydrate_skr03_bau, hydrate_skr03_bau_from, hydrate_skr03_from, hydrate_skr04, + hydrate_skr04_from, SKR03_BAU_IRI_PREFIX, SKR03_IRI_PREFIX, SKR04_IRI_PREFIX, +}; +pub use xsd::{collect_xsd_files, XsdHydrator}; +pub use zugferd::{ + hydrate_zugferd, hydrate_zugferd_from, hydrate_zugferd_rules, hydrate_zugferd_rules_from, +}; diff --git a/crates/lance-graph-ontology/src/hydrators/owl.rs b/crates/lance-graph-ontology/src/hydrators/owl.rs new file mode 100644 index 00000000..b952d355 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/owl.rs @@ -0,0 +1,340 @@ +//! Generic OWL/Turtle → `ContextBundle` hydrator. +//! +//! Walks an OWL/Turtle file via `oxttl`, interns every named IRI as a stable +//! `u32` entity id, packs the assertions into an [`OntologySlot`] keyed by IRI, +//! and registers a [`ContextBundle`] under a chosen `G` slot in the +//! [`crate::OntologyRegistry`]. The same `OwlHydrator` is reusable for every +//! L1/L2/L3/L4 ontology that ships as OWL — DOLCE+DUL (this PR), then OWL-Time, +//! PROV-O, QUDT, SKOS, FIBO, schema.org, etc. +//! +//! Pattern D, in one sentence: *ontologies are data, not crates*. The per- +//! ontology glue (`hydrate_dolce`, `hydrate_owltime`, …) picks the parser, +//! declares the `G` slot, names the parent, and whitelists the edge IRIs — +//! everything else is in this generic module. +//! +//! Carrier-method doctrine: methods live on [`OwlHydrator`], not free +//! functions on its state. + +use std::collections::HashMap; +use std::fs; +use std::path::{Path, PathBuf}; +use std::sync::Arc; + +use oxrdfxml::RdfXmlParser; +use oxttl::TurtleParser; + +use crate::registry::OntologyRegistry; + +/// One named IRI interned to a stable `u32`. Returned by +/// [`OntologySlot::resolve_iri`] for downstream cascade traversal. +pub type EntityId = u32; + +/// Per-`G` IRI interning table built by an [`OwlHydrator`]. +/// +/// `entity_count` is the number of named IRIs the hydrator saw. `iri_to_id` +/// maps every named IRI to its `u32`. Blank nodes and literals are NOT +/// interned — they don't participate in the cognitive shader's u32-keyed +/// cascade. +#[derive(Debug, Default)] +pub struct OntologySlot { + pub entity_count: u32, + pub iri_to_id: HashMap, +} + +impl OntologySlot { + /// Resolve an IRI to its interned `u32`, or `None` if it was never + /// seen during hydration. + pub fn resolve_iri(&self, iri: &str) -> Option { + self.iri_to_id.get(iri).copied() + } + + /// Number of distinct named IRIs interned. + pub fn len(&self) -> usize { + self.iri_to_id.len() + } + + pub fn is_empty(&self) -> bool { + self.iri_to_id.is_empty() + } +} + +/// The typed `OGIT` per-`G` runtime bundle. +/// +/// Registered by [`OwlHydrator::hydrate`] (via [`OntologyRegistry::register_bundle`]). +/// `inherits_from = None` marks the L1 upper-ontology root (only DOLCE +/// declares this). Every downstream L2/L3/L4 hydrator declares +/// `inherits_from: Some(OGIT::DOLCE_V1.0)` directly or transitively. +/// +/// `edge_types` is the cascade whitelist — the predicates the cognitive +/// shader's traversal will follow. It's populated separately via +/// [`OntologyRegistry::register_edge_types`] so the OWL hydrator stays +/// ontology-agnostic. +#[derive(Debug)] +pub struct ContextBundle { + pub g: u32, + pub version: u32, + pub domain_name: String, + pub inherits_from: Option, + pub ontology: Option>, + pub edge_types: Vec, +} + +impl ContextBundle { + /// Number of named IRIs interned under this `G`. + pub fn entity_count(&self) -> u32 { + self.ontology.as_ref().map(|o| o.entity_count).unwrap_or(0) + } + + /// Resolve an IRI under this `G`. + pub fn resolve_iri(&self, iri: &str) -> Option { + self.ontology.as_ref().and_then(|o| o.resolve_iri(iri)) + } +} + +/// Errors raised by [`OwlHydrator::hydrate`]. +#[derive(Debug, thiserror::Error)] +pub enum HydrateErr { + #[error("I/O reading {path}: {source}")] + Io { + path: PathBuf, + #[source] + source: std::io::Error, + }, + #[error("OWL/Turtle parse error in {path}: {message}")] + Parse { path: PathBuf, message: String }, + #[error("registry rejected bundle at G={g}: {reason}")] + Registry { g: u32, reason: String }, +} + +/// Contract every per-ontology glue function fulfils. +/// +/// Implemented by [`OwlHydrator`]; future siblings (`XsdHydrator` for UBL / +/// ISO 20022, `XbrlHydrator` for XBRL GL / IFRS, `SkosCsvHydrator` for +/// SKR03/SKR04, `ShaclHydrator` for GoBD / XRechnung) will implement the same +/// trait so the glue layer stays one-liner. +pub trait MetaStructureHydrator { + /// Read `source`, intern entities, register a [`ContextBundle`] in + /// `registry`, and return the `G` slot the bundle was registered under. + fn hydrate(&self, source: &Path, registry: &OntologyRegistry) -> Result; +} + +/// Generic OWL/Turtle hydrator. Reusable for every OWL-shaped ontology. +pub struct OwlHydrator { + pub g: u32, + pub version: u32, + pub domain_name: String, + pub inherits_from: Option, + /// Lower IDs (0..starting_entity_id) are reserved for OWL builtins / RDF + /// vocabulary; the hydrator hands out IDs from `starting_entity_id` + /// upward. Defaults to 100 in callers. + pub starting_entity_id: EntityId, +} + +impl MetaStructureHydrator for OwlHydrator { + fn hydrate(&self, ttl_path: &Path, registry: &OntologyRegistry) -> Result { + self.hydrate_many(&[ttl_path], registry) + } +} + +#[derive(Clone, Copy, Debug, PartialEq, Eq)] +enum Format { + Turtle, + RdfXml, +} + +/// Detect serialization by extension first, then content sniff as a fallback. +/// `.rdf` → RDF/XML. `.ttl` / `.nt` / `.n3` → Turtle. For ambiguous `.owl` +/// files (which exist in both Turtle and RDF/XML form in the wild) and +/// unknown extensions, sniff the first ~200 bytes for an XML preamble or +/// `` opening tag. +fn detect_format(path: &Path, bytes: &[u8]) -> Format { + let ext = path + .extension() + .and_then(|s| s.to_str()) + .unwrap_or("") + .to_ascii_lowercase(); + match ext.as_str() { + "rdf" | "rdfxml" | "owx" => Format::RdfXml, + "ttl" | "nt" | "n3" | "trig" => Format::Turtle, + _ => { + // `.owl` and unknown extensions: sniff the head. + let head = &bytes[..bytes.len().min(256)]; + // Strip leading whitespace / BOM. + let trimmed = head + .iter() + .position(|b| !b.is_ascii_whitespace() && *b != 0xEF && *b != 0xBB && *b != 0xBF) + .map(|i| &head[i..]) + .unwrap_or(head); + if trimmed.starts_with(b" Result { + let mut iri_to_id: HashMap = HashMap::new(); + let mut next_id: EntityId = self.starting_entity_id; + + let intern = |iri: &str, + map: &mut HashMap, + n: &mut EntityId| + -> EntityId { + if let Some(&id) = map.get(iri) { + return id; + } + let id = *n; + *n += 1; + map.insert(iri.to_string(), id); + id + }; + + for ttl_path in ttl_paths { + let bytes = fs::read(ttl_path).map_err(|e| HydrateErr::Io { + path: ttl_path.to_path_buf(), + source: e, + })?; + // Dispatch parser by file extension. `.rdf` (and `.owl` when the + // serialization is RDF/XML — FIBO is the canonical example) routes + // to oxrdfxml; everything else (.ttl, .nt, .n3) is treated as + // Turtle and routed to oxttl. This keeps the hydrator API + // single-method and the bO-* series free of per-format glue. + match detect_format(ttl_path, &bytes) { + Format::RdfXml => { + let parser = RdfXmlParser::new().for_slice(&bytes); + for triple in parser { + let triple = triple.map_err(|e| HydrateErr::Parse { + path: ttl_path.to_path_buf(), + message: e.to_string(), + })?; + if let oxrdf::Subject::NamedNode(n) = &triple.subject { + intern(n.as_str(), &mut iri_to_id, &mut next_id); + } + intern(triple.predicate.as_str(), &mut iri_to_id, &mut next_id); + if let oxrdf::Term::NamedNode(n) = &triple.object { + intern(n.as_str(), &mut iri_to_id, &mut next_id); + } + } + } + Format::Turtle => { + let parser = TurtleParser::new().for_slice(&bytes); + for triple in parser { + let triple = triple.map_err(|e| HydrateErr::Parse { + path: ttl_path.to_path_buf(), + message: e.to_string(), + })?; + if let oxrdf::Subject::NamedNode(n) = &triple.subject { + intern(n.as_str(), &mut iri_to_id, &mut next_id); + } + intern(triple.predicate.as_str(), &mut iri_to_id, &mut next_id); + if let oxrdf::Term::NamedNode(n) = &triple.object { + intern(n.as_str(), &mut iri_to_id, &mut next_id); + } + } + } + } + } + + let entity_count = iri_to_id.len() as u32; + let ontology = OntologySlot { + entity_count, + iri_to_id, + }; + + let bundle = ContextBundle { + g: self.g, + version: self.version, + domain_name: self.domain_name.clone(), + inherits_from: self.inherits_from, + ontology: Some(Arc::new(ontology)), + edge_types: Vec::new(), + }; + + registry.register_bundle(bundle); + + Ok(self.g) + } +} + +#[cfg(test)] +mod tests { + use super::*; + use std::io::Write; + use tempfile::tempdir; + + const TINY_TTL: &str = r#" +@prefix rdf: . +@prefix rdfs: . +@prefix owl: . +@prefix ex: . + +ex:Animal a owl:Class . +ex:Cat a owl:Class ; + rdfs:subClassOf ex:Animal . +ex:Dog a owl:Class ; + rdfs:subClassOf ex:Animal . +"#; + + #[test] + fn tiny_ttl_hydrates_and_registers_bundle() { + let dir = tempdir().unwrap(); + let path = dir.path().join("tiny.ttl"); + let mut f = std::fs::File::create(&path).unwrap(); + f.write_all(TINY_TTL.as_bytes()).unwrap(); + drop(f); + + let reg = OntologyRegistry::new_in_memory(); + let hydrator = OwlHydrator { + g: 999, + version: 1, + domain_name: "tiny".to_string(), + inherits_from: None, + starting_entity_id: 100, + }; + let g = hydrator.hydrate(&path, ®).expect("hydrate"); + assert_eq!(g, 999); + + let bundle = reg.bundle_for(999).expect("bundle registered"); + assert_eq!(bundle.g, 999); + assert_eq!(bundle.inherits_from, None); + // 3 ex:* classes + rdf:type + rdfs:subClassOf + owl:Class = 6 IRIs + assert!(bundle.entity_count() >= 6); + assert!(bundle + .resolve_iri("http://example.org/owl#Animal") + .is_some()); + } + + #[test] + fn parse_error_surfaces() { + let dir = tempdir().unwrap(); + let path = dir.path().join("bad.ttl"); + std::fs::write(&path, b"this is not turtle @@@").unwrap(); + + let reg = OntologyRegistry::new_in_memory(); + let hydrator = OwlHydrator { + g: 1, + version: 1, + domain_name: "bad".to_string(), + inherits_from: None, + starting_entity_id: 100, + }; + let result = hydrator.hydrate(&path, ®); + assert!(matches!(result, Err(HydrateErr::Parse { .. }))); + } +} diff --git a/crates/lance-graph-ontology/src/hydrators/owltime.rs b/crates/lance-graph-ontology/src/hydrators/owltime.rs new file mode 100644 index 00000000..b7c0ca42 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/owltime.rs @@ -0,0 +1,80 @@ +//! OWL-Time (W3C `http://www.w3.org/2006/time#`) hydration glue. +//! +//! L2 universal temporal ontology — defines `Instant`, `Interval`, +//! `ProperInterval`, `DateTimeDescription`, `Duration`, and the Allen 13 +//! interval relations (`before`, `after`, `meets`, `overlaps`, …). +//! +//! Declares `inherits_from: Some(OGIT::DOLCE_V1.0)` and aligns with DUL via +//! `time:TemporalEntity ⊑ dul:Event` (an axiom downstream consumers can +//! assert when they need cross-G traversal). + +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::{HydrateErr, MetaStructureHydrator, OwlHydrator}; +use crate::registry::OntologyRegistry; + +const TIME_TTL_RELATIVE_PATH: &str = "data/ontologies/time.ttl"; + +const TIME_EDGE_WHITELIST: &[&str] = &[ + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", + // Interval-positional (Allen relations) + "http://www.w3.org/2006/time#before", + "http://www.w3.org/2006/time#after", + "http://www.w3.org/2006/time#intervalBefore", + "http://www.w3.org/2006/time#intervalAfter", + "http://www.w3.org/2006/time#intervalMeets", + "http://www.w3.org/2006/time#intervalMetBy", + "http://www.w3.org/2006/time#intervalOverlaps", + "http://www.w3.org/2006/time#intervalOverlappedBy", + "http://www.w3.org/2006/time#intervalStarts", + "http://www.w3.org/2006/time#intervalStartedBy", + "http://www.w3.org/2006/time#intervalFinishes", + "http://www.w3.org/2006/time#intervalFinishedBy", + "http://www.w3.org/2006/time#intervalDuring", + "http://www.w3.org/2006/time#intervalContains", + "http://www.w3.org/2006/time#intervalEquals", + "http://www.w3.org/2006/time#intervalIn", + // Interval boundaries + "http://www.w3.org/2006/time#hasBeginning", + "http://www.w3.org/2006/time#hasEnd", + "http://www.w3.org/2006/time#hasTime", + "http://www.w3.org/2006/time#hasDuration", + "http://www.w3.org/2006/time#hasTemporalDuration", +]; + +/// Hydrate OWL-Time as `OGIT::TIME_V1` (L2 universal temporal ontology). +pub fn hydrate_owltime(registry: &OntologyRegistry) -> Result { + hydrate_owltime_from(&time_ttl_path(), registry) +} + +/// Test-friendly variant: hydrate OWL-Time from an explicit path. +pub fn hydrate_owltime_from( + ttl_path: &Path, + registry: &OntologyRegistry, +) -> Result { + let hydrator = OwlHydrator { + g: OGIT::TIME_V1.0, + version: OGIT::TIME_V1.1, + domain_name: "owltime".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + }; + hydrator.hydrate(ttl_path, registry)?; + registry + .register_edge_types(OGIT::TIME_V1.0, TIME_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::TIME_V1.0, + reason, + })?; + Ok(OGIT::TIME_V1.0) +} + +fn time_ttl_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(TIME_TTL_RELATIVE_PATH) +} diff --git a/crates/lance-graph-ontology/src/hydrators/provo.rs b/crates/lance-graph-ontology/src/hydrators/provo.rs new file mode 100644 index 00000000..ca895421 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/provo.rs @@ -0,0 +1,83 @@ +//! PROV-O (W3C `http://www.w3.org/ns/prov#`) hydration glue. +//! +//! L2 universal provenance ontology — defines `Entity`, `Activity`, `Agent` +//! and the eight load-bearing provenance relations (`wasGeneratedBy`, +//! `used`, `wasDerivedFrom`, `wasAttributedTo`, `wasAssociatedWith`, +//! `wasInformedBy`, `actedOnBehalfOf`, `wasInvalidatedBy`). +//! +//! Declares `inherits_from: Some(OGIT::DOLCE_V1.0)` and aligns with DUL via +//! `prov:Activity ⊑ dul:Event`, `prov:Agent ⊑ dul:Agent`, `prov:Entity ⊑ +//! dul:Object` (axioms downstream consumers assert when they need +//! cross-G traversal). + +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::{HydrateErr, MetaStructureHydrator, OwlHydrator}; +use crate::registry::OntologyRegistry; + +const PROVO_TTL_RELATIVE_PATH: &str = "data/ontologies/provo.ttl"; + +const PROVO_EDGE_WHITELIST: &[&str] = &[ + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", + // Generation, derivation, attribution + "http://www.w3.org/ns/prov#wasGeneratedBy", + "http://www.w3.org/ns/prov#generated", + "http://www.w3.org/ns/prov#used", + "http://www.w3.org/ns/prov#wasUsedBy", + "http://www.w3.org/ns/prov#wasDerivedFrom", + "http://www.w3.org/ns/prov#wasAttributedTo", + "http://www.w3.org/ns/prov#wasAssociatedWith", + "http://www.w3.org/ns/prov#wasInformedBy", + // Activity lifecycle + "http://www.w3.org/ns/prov#wasStartedBy", + "http://www.w3.org/ns/prov#wasEndedBy", + "http://www.w3.org/ns/prov#wasInvalidatedBy", + // Agent delegation + "http://www.w3.org/ns/prov#actedOnBehalfOf", + "http://www.w3.org/ns/prov#hadDelegate", + // Plan / role + "http://www.w3.org/ns/prov#hadPlan", + "http://www.w3.org/ns/prov#hadActivity", + "http://www.w3.org/ns/prov#hadRole", + "http://www.w3.org/ns/prov#qualifiedAssociation", + "http://www.w3.org/ns/prov#qualifiedAttribution", + "http://www.w3.org/ns/prov#qualifiedDerivation", + "http://www.w3.org/ns/prov#qualifiedGeneration", +]; + +/// Hydrate PROV-O as `OGIT::PROVO_V1` (L2 universal provenance ontology). +pub fn hydrate_provo(registry: &OntologyRegistry) -> Result { + hydrate_provo_from(&provo_ttl_path(), registry) +} + +/// Test-friendly variant: hydrate PROV-O from an explicit path. +pub fn hydrate_provo_from( + ttl_path: &Path, + registry: &OntologyRegistry, +) -> Result { + let hydrator = OwlHydrator { + g: OGIT::PROVO_V1.0, + version: OGIT::PROVO_V1.1, + domain_name: "provo".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + }; + hydrator.hydrate(ttl_path, registry)?; + registry + .register_edge_types(OGIT::PROVO_V1.0, PROVO_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::PROVO_V1.0, + reason, + })?; + Ok(OGIT::PROVO_V1.0) +} + +fn provo_ttl_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(PROVO_TTL_RELATIVE_PATH) +} diff --git a/crates/lance-graph-ontology/src/hydrators/qudt.rs b/crates/lance-graph-ontology/src/hydrators/qudt.rs new file mode 100644 index 00000000..7810d117 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/qudt.rs @@ -0,0 +1,103 @@ +//! QUDT (`http://qudt.org/2.1/schema/qudt`) hydration glue. +//! +//! L2 universal quantities / units / dimensions ontology — defines +//! `Quantity`, `QuantityKind`, `Unit`, `QuantityValue`, `Dimension`, +//! `SystemOfUnits`, plus ~2900 unit individuals and ~1200 quantity-kind +//! individuals (Mass, Length, Time, Temperature, Force, Energy, Power, …). +//! +//! Multi-file hydration: QUDT ships as three separate TTL artifacts (core +//! schema, units catalogue, quantitykinds catalogue). All three merge into +//! a single `ContextBundle` keyed by `OGIT::QUDT_V1.0` via +//! [`OwlHydrator::hydrate_many`]. + +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::{HydrateErr, OwlHydrator}; +use crate::registry::OntologyRegistry; + +const QUDT_CORE_RELATIVE_PATH: &str = "data/ontologies/qudt-core.ttl"; +const QUDT_UNITS_RELATIVE_PATH: &str = "data/ontologies/qudt-units.ttl"; +const QUDT_QUANTITYKINDS_RELATIVE_PATH: &str = "data/ontologies/qudt-quantitykinds.ttl"; + +const QUDT_EDGE_WHITELIST: &[&str] = &[ + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", + // Quantity-Kind / Unit binding + "http://qudt.org/schema/qudt/hasQuantityKind", + "http://qudt.org/schema/qudt/quantityKind", + "http://qudt.org/schema/qudt/hasUnit", + "http://qudt.org/schema/qudt/unit", + "http://qudt.org/schema/qudt/applicableUnit", + // Dimensional structure + "http://qudt.org/schema/qudt/hasDimensionVector", + "http://qudt.org/schema/qudt/dimensionVectorForSI", + // Conversion / scaling + "http://qudt.org/schema/qudt/conversionMultiplier", + "http://qudt.org/schema/qudt/conversionOffset", + "http://qudt.org/schema/qudt/hasFactorUnit", + // System-of-units association + "http://qudt.org/schema/qudt/hasUnitSystem", + "http://qudt.org/schema/qudt/systemDerivedQuantityKinds", + "http://qudt.org/schema/qudt/baseUnitOfSystem", + // Value carriers + "http://qudt.org/schema/qudt/numericValue", + "http://qudt.org/schema/qudt/value", + "http://qudt.org/schema/qudt/quantityValue", +]; + +/// Hydrate QUDT as `OGIT::QUDT_V1` (L2 quantities/units/dimensions). +/// +/// Hydrates all three canonical QUDT 2.1 artifacts (core schema + units +/// catalogue + quantitykinds catalogue) into one bundle. +pub fn hydrate_qudt(registry: &OntologyRegistry) -> Result { + let core = qudt_core_path(); + let units = qudt_units_path(); + let quantitykinds = qudt_quantitykinds_path(); + hydrate_qudt_from(&[&core, &units, &quantitykinds], registry) +} + +/// Test-friendly variant: hydrate QUDT from explicit paths. Accepts a slice +/// of TTL paths so callers can compose `[core, units, quantitykinds, ...]`. +pub fn hydrate_qudt_from( + ttl_paths: &[&Path], + registry: &OntologyRegistry, +) -> Result { + let hydrator = OwlHydrator { + g: OGIT::QUDT_V1.0, + version: OGIT::QUDT_V1.1, + domain_name: "qudt".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + }; + hydrator.hydrate_many(ttl_paths, registry)?; + registry + .register_edge_types(OGIT::QUDT_V1.0, QUDT_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::QUDT_V1.0, + reason, + })?; + Ok(OGIT::QUDT_V1.0) +} + +fn qudt_core_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(QUDT_CORE_RELATIVE_PATH) +} + +fn qudt_units_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(QUDT_UNITS_RELATIVE_PATH) +} + +fn qudt_quantitykinds_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(QUDT_QUANTITYKINDS_RELATIVE_PATH) +} diff --git a/crates/lance-graph-ontology/src/hydrators/schemaorg.rs b/crates/lance-graph-ontology/src/hydrators/schemaorg.rs new file mode 100644 index 00000000..bc51c1b9 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/schemaorg.rs @@ -0,0 +1,83 @@ +//! schema.org (`https://schema.org/`) hydration glue. +//! +//! L3 cross-domain business ontology — the dominant ontology for +//! commercial-web modelling: `Thing`, `Person`, `Organization`, +//! `LegalPerson`, `Place`, `Event`, `Product`, `CreativeWork`, `Action`, +//! plus ~1400 named sub-classes. +//! +//! Declares `inherits_from: Some(OGIT::DOLCE_V1.0)`. Alignment with DUL: +//! `schema:Person ⊑ dul:NaturalPerson`, `schema:Organization ⊑ +//! dul:Organization`, `schema:Event ⊑ dul:Event`, `schema:Place ⊑ +//! dul:Place`. Downstream consumers assert these axioms when they need +//! cross-G traversal. + +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::{HydrateErr, MetaStructureHydrator, OwlHydrator}; +use crate::registry::OntologyRegistry; + +const SCHEMAORG_TTL_RELATIVE_PATH: &str = "data/ontologies/schemaorg.ttl"; + +const SCHEMAORG_EDGE_WHITELIST: &[&str] = &[ + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", + // Property domain/range (schema.org's flexible-typing surface) + "https://schema.org/domainIncludes", + "https://schema.org/rangeIncludes", + // Versioning / deprecation + "https://schema.org/supersededBy", + "https://schema.org/inverseOf", + // Core relational predicates + "https://schema.org/about", + "https://schema.org/mainEntity", + "https://schema.org/mainEntityOfPage", + "https://schema.org/sameAs", + "https://schema.org/isPartOf", + "https://schema.org/hasPart", + "https://schema.org/member", + "https://schema.org/memberOf", + "https://schema.org/parentOrganization", + "https://schema.org/subOrganization", + "https://schema.org/location", + "https://schema.org/containedInPlace", + "https://schema.org/containsPlace", + "https://schema.org/agent", + "https://schema.org/participant", + "https://schema.org/object", +]; + +/// Hydrate schema.org as `OGIT::SCHEMAORG_V1` (L3 commercial-web). +pub fn hydrate_schemaorg(registry: &OntologyRegistry) -> Result { + hydrate_schemaorg_from(&schemaorg_ttl_path(), registry) +} + +/// Test-friendly variant: hydrate schema.org from an explicit path. +pub fn hydrate_schemaorg_from( + ttl_path: &Path, + registry: &OntologyRegistry, +) -> Result { + let hydrator = OwlHydrator { + g: OGIT::SCHEMAORG_V1.0, + version: OGIT::SCHEMAORG_V1.1, + domain_name: "schemaorg".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + }; + hydrator.hydrate(ttl_path, registry)?; + registry + .register_edge_types(OGIT::SCHEMAORG_V1.0, SCHEMAORG_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::SCHEMAORG_V1.0, + reason, + })?; + Ok(OGIT::SCHEMAORG_V1.0) +} + +fn schemaorg_ttl_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(SCHEMAORG_TTL_RELATIVE_PATH) +} diff --git a/crates/lance-graph-ontology/src/hydrators/schematron.rs b/crates/lance-graph-ontology/src/hydrators/schematron.rs new file mode 100644 index 00000000..cabb8799 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/schematron.rs @@ -0,0 +1,445 @@ +//! Schematron (`.sch`) → `ContextBundle` hydrator. +//! +//! Schematron is ISO/IEC 19757-3, an XML rule language used by every major +//! e-invoicing / e-business standard (EN 16931, PEPPOL, XRechnung, +//! ZUGFeRD, UBL, ISO 20022) to express business rules that can't be +//! captured by XSD. A `.sch` file declares: +//! +//! ```xml +//! +//! +//! +//! +//! [BR-45]-Each VAT breakdown shall have a taxable amount. +//! +//! +//! +//! +//! ``` +//! +//! Pattern D, minimal-name-extraction shape: every ``, +//! ``, and `` becomes one IRI. The text +//! body is additionally scanned for bracketed business-rule identifiers — +//! `[BR-52]`, `[BR-CO-03]`, `[PEPPOL-EN16931-R008]` — and each distinct +//! identifier is interned as a sibling IRI under the same base. +//! +//! IRI scheme (single contiguous namespace, hydrator-supplied base): +//! +//! - Schema assertion: `{base}/assert/{id}` +//! - Schema report: `{base}/report/{id}` +//! - Pattern: `{base}/pattern/{id}` (skipped if no `@id`) +//! - Business rule: `{base}/rule/{rule-id}` +//! +//! Out of scope (deferred follow-up): +//! +//! - XPath context resolution into edges back to XSD types (would link +//! `urn:schematron:...rule/BR-52` ⊑ `ram:ApplicableTradeTax`). +//! - Phase / pattern / rule structural edges. +//! - Severity (`@flag="warning|error|fatal"`) projection. +//! - Variable / `` resolution. + +use std::collections::HashMap; +use std::fs; +use std::path::Path; +use std::sync::Arc; + +use quick_xml::events::Event; +use quick_xml::Reader; + +use super::owl::{ContextBundle, EntityId, HydrateErr, OntologySlot}; +use crate::registry::OntologyRegistry; + +/// Hydrator for Schematron `.sch` files. One instance hydrates one +/// `ContextBundle` keyed by `g`, drawing IRIs from one or more input +/// files. `base_iri` is the URN prefix every interned IRI is built from +/// (typically `urn:schematron:{standard-id}`). +pub struct SchematronHydrator { + pub g: u32, + pub version: u32, + pub domain_name: String, + pub inherits_from: Option, + pub starting_entity_id: EntityId, + pub base_iri: String, +} + +impl SchematronHydrator { + pub fn hydrate_many( + &self, + sch_paths: &[&Path], + registry: &OntologyRegistry, + ) -> Result { + let mut iri_to_id: HashMap = HashMap::new(); + let mut next_id: EntityId = self.starting_entity_id; + + for path in sch_paths { + let bytes = fs::read(path).map_err(|e| HydrateErr::Io { + path: path.to_path_buf(), + source: e, + })?; + walk_sch( + path, + &bytes, + &self.base_iri, + &mut iri_to_id, + &mut next_id, + )?; + } + + let entity_count = iri_to_id.len() as u32; + let ontology = OntologySlot { + entity_count, + iri_to_id, + }; + let bundle = ContextBundle { + g: self.g, + version: self.version, + domain_name: self.domain_name.clone(), + inherits_from: self.inherits_from, + ontology: Some(Arc::new(ontology)), + edge_types: Vec::new(), + }; + registry.register_bundle(bundle); + Ok(self.g) + } +} + +fn walk_sch( + path: &Path, + bytes: &[u8], + base_iri: &str, + iri_to_id: &mut HashMap, + next_id: &mut EntityId, +) -> Result<(), HydrateErr> { + let mut reader = Reader::from_reader(bytes); + reader.config_mut().trim_text(false); + let mut buf = Vec::new(); + + // Track the current assert/report scope so we know whose text body + // we're collecting for business-rule ID extraction. + let mut in_assert_or_report = false; + let mut current_text_buf = String::new(); + + loop { + match reader.read_event_into(&mut buf) { + Err(e) => { + return Err(HydrateErr::Parse { + path: path.to_path_buf(), + message: format!("Schematron: {e}"), + }); + } + Ok(Event::Eof) => break, + Ok(Event::Start(e)) => { + let qname = e.name(); + let local: Vec = local_name(qname.as_ref()).to_vec(); + let id = attr_value(&e, b"id"); + match local.as_slice() { + b"assert" => { + if let Some(id) = id.as_deref() { + let iri = format!("{base_iri}/assert/{id}"); + intern(iri, iri_to_id, next_id); + } + in_assert_or_report = true; + current_text_buf.clear(); + } + b"report" => { + if let Some(id) = id.as_deref() { + let iri = format!("{base_iri}/report/{id}"); + intern(iri, iri_to_id, next_id); + } + in_assert_or_report = true; + current_text_buf.clear(); + } + b"pattern" => { + if let Some(id) = id.as_deref() { + let iri = format!("{base_iri}/pattern/{id}"); + intern(iri, iri_to_id, next_id); + } + } + _ => {} + } + } + // Self-closing `` / `` / `` + // emit Event::Empty WITHOUT a matching Event::End. We MUST NOT set + // `in_assert_or_report = true` here — there is no text body to + // collect, and leaving the flag stuck true causes downstream + // unrelated text to be scanned as rule text and produce spurious + // `/rule/...` IRIs (Codex P2 finding, PR #407 review). + Ok(Event::Empty(e)) => { + let qname = e.name(); + let local: Vec = local_name(qname.as_ref()).to_vec(); + let id = attr_value(&e, b"id"); + match local.as_slice() { + b"assert" => { + if let Some(id) = id.as_deref() { + let iri = format!("{base_iri}/assert/{id}"); + intern(iri, iri_to_id, next_id); + } + } + b"report" => { + if let Some(id) = id.as_deref() { + let iri = format!("{base_iri}/report/{id}"); + intern(iri, iri_to_id, next_id); + } + } + b"pattern" => { + if let Some(id) = id.as_deref() { + let iri = format!("{base_iri}/pattern/{id}"); + intern(iri, iri_to_id, next_id); + } + } + _ => {} + } + } + Ok(Event::Text(t)) if in_assert_or_report => { + if let Ok(s) = std::str::from_utf8(t.as_ref()) { + current_text_buf.push_str(s); + } + } + Ok(Event::End(e)) => { + let qname = e.name(); + let local: Vec = local_name(qname.as_ref()).to_vec(); + if matches!(local.as_slice(), b"assert" | b"report") { + if in_assert_or_report { + for rule_id in extract_business_rule_ids(¤t_text_buf) { + let iri = format!("{base_iri}/rule/{rule_id}"); + intern(iri, iri_to_id, next_id); + } + } + in_assert_or_report = false; + current_text_buf.clear(); + } + } + _ => {} + } + buf.clear(); + } + Ok(()) +} + +fn intern(iri: String, map: &mut HashMap, n: &mut EntityId) { + if map.contains_key(&iri) { + return; + } + let id = *n; + *n += 1; + map.insert(iri, id); +} + +fn local_name(qname: &[u8]) -> &[u8] { + match qname.iter().position(|b| *b == b':') { + Some(i) => &qname[i + 1..], + None => qname, + } +} + +fn attr_value(e: &quick_xml::events::BytesStart, attr_name: &[u8]) -> Option { + for attr in e.attributes().with_checks(false).flatten() { + if local_name(attr.key.as_ref()) == attr_name { + return std::str::from_utf8(attr.value.as_ref()) + .ok() + .map(|s| s.to_string()); + } + } + None +} + +/// Pull bracketed business-rule identifiers like `[BR-52]`, `[BR-CO-03]`, +/// `[PEPPOL-EN16931-R008]`, `[BR-DEC-19]` out of a Schematron message +/// body. Pattern: opening `[`, one or more uppercase ASCII chars, then +/// one or more `-{uppercase|digit}+` segments, closing `]`. +/// +/// Anything more complex (mixed-case, non-ASCII, leading digits) is +/// ignored — EN16931 / PEPPOL / DE rule IDs all fit this shape and a +/// stricter pattern keeps false positives out of the IRI namespace. +fn extract_business_rule_ids(text: &str) -> Vec { + let mut out: Vec = Vec::new(); + let bytes = text.as_bytes(); + let mut i = 0; + while i < bytes.len() { + if bytes[i] != b'[' { + i += 1; + continue; + } + // Look ahead for closing `]` within reasonable range. + let start = i + 1; + let end = match bytes[start..].iter().position(|b| *b == b']') { + Some(p) => start + p, + None => break, + }; + let candidate = &text[start..end]; + if looks_like_business_rule_id(candidate) && !out.contains(&candidate.to_string()) { + out.push(candidate.to_string()); + } + i = end + 1; + } + out +} + +fn looks_like_business_rule_id(s: &str) -> bool { + if s.len() < 3 || s.len() > 64 { + return false; + } + let mut saw_dash = false; + let mut prev_dash = false; + for (idx, c) in s.chars().enumerate() { + if idx == 0 { + if !c.is_ascii_uppercase() { + return false; + } + prev_dash = false; + } else if c == '-' { + if prev_dash { + // Reject double dashes. + return false; + } + saw_dash = true; + prev_dash = true; + } else if c.is_ascii_uppercase() || c.is_ascii_digit() { + prev_dash = false; + } else { + return false; + } + } + saw_dash && !prev_dash +} + +#[cfg(test)] +mod tests { + use super::*; + use std::io::Write; + use tempfile::tempdir; + + const TINY_SCH: &str = r#" + + + + [BR-99]-Always bar. + [BR-CO-42]-Never baz. + + + + + [BR-99]-Repeat rule should dedupe. + + + +"#; + + #[test] + fn extracts_ids_and_business_rules() { + let dir = tempdir().unwrap(); + let path = dir.path().join("tiny.sch"); + let mut f = std::fs::File::create(&path).unwrap(); + f.write_all(TINY_SCH.as_bytes()).unwrap(); + drop(f); + + let reg = OntologyRegistry::new_in_memory(); + let h = SchematronHydrator { + g: 8888, + version: 1, + domain_name: "tiny-sch".to_string(), + inherits_from: None, + starting_entity_id: 100, + base_iri: "urn:schematron:tiny".to_string(), + }; + h.hydrate_many(&[&path], ®).expect("hydrate tiny sch"); + + let bundle = reg.bundle_for(8888).expect("bundle"); + // 2 asserts (A-001 dedupes once) + 1 report + 1 pattern + 2 distinct + // business-rule IDs (BR-99 dedupes, BR-CO-42) = 6 IRIs. + let resolved = |iri: &str| bundle.resolve_iri(iri).is_some(); + assert!(resolved("urn:schematron:tiny/assert/A-001")); + assert!(resolved("urn:schematron:tiny/assert/A-002")); + assert!(resolved("urn:schematron:tiny/report/R-001")); + assert!(resolved("urn:schematron:tiny/pattern/P-1")); + assert!(resolved("urn:schematron:tiny/rule/BR-99")); + assert!(resolved("urn:schematron:tiny/rule/BR-CO-42")); + assert_eq!(bundle.entity_count(), 6); + } + + #[test] + fn business_rule_id_validator() { + assert!(looks_like_business_rule_id("BR-52")); + assert!(looks_like_business_rule_id("BR-CO-03")); + assert!(looks_like_business_rule_id("BR-DE-1")); + assert!(looks_like_business_rule_id("PEPPOL-EN16931-R008")); + assert!(looks_like_business_rule_id("BR-DEC-19")); + // Negatives. + assert!(!looks_like_business_rule_id("br-52")); // lowercase + assert!(!looks_like_business_rule_id("BR")); // no dash + assert!(!looks_like_business_rule_id("-BR")); // leading dash + assert!(!looks_like_business_rule_id("BR-")); // trailing dash + assert!(!looks_like_business_rule_id("BR--52")); // double dash + assert!(!looks_like_business_rule_id("BR 52")); // space + assert!(!looks_like_business_rule_id("1BR-2")); // leading digit + } + + #[test] + fn extract_skips_non_business_rule_brackets() { + let s = "Each VAT breakdown [shall have] this value [BR-45] and [99] is bad."; + let ids = extract_business_rule_ids(s); + assert_eq!(ids, vec!["BR-45".to_string()]); + } + + const SELF_CLOSING_SCH: &str = r#" + + + + + + + Stray [BR-99] text outside any assert + + [BR-42]-Real rule. + + + +"#; + + #[test] + fn self_closing_assert_does_not_capture_later_text() { + // Regression test for the Codex P2 finding (PR #407 review): + // `` emits Event::Empty with no matching End. Before + // the fix, `in_assert_or_report` was set true and never reset, + // so subsequent text bodies were scanned as rule message text + // and produced spurious /rule/... IRIs. + let dir = tempdir().unwrap(); + let path = dir.path().join("self-closing.sch"); + let mut f = std::fs::File::create(&path).unwrap(); + f.write_all(SELF_CLOSING_SCH.as_bytes()).unwrap(); + drop(f); + + let reg = OntologyRegistry::new_in_memory(); + let h = SchematronHydrator { + g: 6666, + version: 1, + domain_name: "self-closing".to_string(), + inherits_from: None, + starting_entity_id: 100, + base_iri: "urn:schematron:test".to_string(), + }; + h.hydrate_many(&[&path], ®).expect("hydrate"); + + let bundle = reg.bundle_for(6666).expect("bundle"); + + // Assert IDs from both the empty and the normal assert resolve. + assert!(bundle.resolve_iri("urn:schematron:test/assert/A-EMPTY-001").is_some()); + assert!(bundle.resolve_iri("urn:schematron:test/assert/A-NORMAL-001").is_some()); + assert!(bundle.resolve_iri("urn:schematron:test/pattern/P-empty").is_some()); + + // BR-42 from the NORMAL assert's body must resolve (positive control). + assert!( + bundle.resolve_iri("urn:schematron:test/rule/BR-42").is_some(), + "BR-42 from the normal assert's message body must resolve" + ); + + // BR-99 from text OUTSIDE any assert/report must NOT resolve. + assert!( + bundle.resolve_iri("urn:schematron:test/rule/BR-99").is_none(), + "BR-99 was in stray text outside an assert; must NOT have been \ + interned as a rule IRI (this was the P2 corruption case)" + ); + } +} diff --git a/crates/lance-graph-ontology/src/hydrators/skos.rs b/crates/lance-graph-ontology/src/hydrators/skos.rs new file mode 100644 index 00000000..e072fc95 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/skos.rs @@ -0,0 +1,113 @@ +//! SKOS (Simple Knowledge Organization System, `http://www.w3.org/2004/02/skos/core#`) +//! hydration glue. +//! +//! L2 universal ontology for thesauri, classification schemes, subject-heading +//! lists, taxonomies, and other controlled vocabularies. Defines `Concept`, +//! `ConceptScheme`, `Collection`, `OrderedCollection`, plus the canonical +//! semantic-relation surface (`broader`/`narrower`/`related` plus their +//! transitive variants and the `*Match` mapping siblings). +//! +//! Multi-file hydration: SKOS Core + SKOS-XL (eXtension for Labels — adds +//! `skosxl:Label` so labels can be first-class resources with their own +//! IRIs rather than literals) hydrate into one bundle keyed by +//! `OGIT::SKOS_V1.0`. SKOS-XL declares `owl:imports` against Core so the +//! merged bundle gives consumers both surfaces in a single G slot. +//! +//! Declares `inherits_from: Some(OGIT::DOLCE_V1.0)`. Alignment with DUL: +//! `skos:Concept ⊑ dul:Concept`, `skos:Collection ⊑ dul:Collection`. +//! Downstream consumers assert these axioms when they need cross-G +//! traversal between SKR-style classification trees and DOLCE +//! upper-category cascade. + +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::{HydrateErr, OwlHydrator}; +use crate::registry::OntologyRegistry; + +const SKOS_CORE_RELATIVE_PATH: &str = "data/ontologies/skos/skos-core.rdf"; +const SKOS_XL_RELATIVE_PATH: &str = "data/ontologies/skos/skos-xl.rdf"; + +const SKOS_EDGE_WHITELIST: &[&str] = &[ + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", + "http://www.w3.org/2002/07/owl#equivalentClass", + // Hierarchical (intra-scheme) relations + "http://www.w3.org/2004/02/skos/core#broader", + "http://www.w3.org/2004/02/skos/core#narrower", + "http://www.w3.org/2004/02/skos/core#broaderTransitive", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive", + "http://www.w3.org/2004/02/skos/core#related", + "http://www.w3.org/2004/02/skos/core#semanticRelation", + // Scheme membership + "http://www.w3.org/2004/02/skos/core#inScheme", + "http://www.w3.org/2004/02/skos/core#hasTopConcept", + "http://www.w3.org/2004/02/skos/core#topConceptOf", + "http://www.w3.org/2004/02/skos/core#member", + "http://www.w3.org/2004/02/skos/core#memberList", + // Cross-scheme mapping (load-bearing for SKR03/SKR04 alignment) + "http://www.w3.org/2004/02/skos/core#mappingRelation", + "http://www.w3.org/2004/02/skos/core#broadMatch", + "http://www.w3.org/2004/02/skos/core#narrowMatch", + "http://www.w3.org/2004/02/skos/core#relatedMatch", + "http://www.w3.org/2004/02/skos/core#exactMatch", + "http://www.w3.org/2004/02/skos/core#closeMatch", + // Lexical labels (Core + XL) + "http://www.w3.org/2004/02/skos/core#prefLabel", + "http://www.w3.org/2004/02/skos/core#altLabel", + "http://www.w3.org/2004/02/skos/core#hiddenLabel", + "http://www.w3.org/2004/02/skos/core#notation", + "http://www.w3.org/2008/05/skos-xl#literalForm", + "http://www.w3.org/2008/05/skos-xl#prefLabel", + "http://www.w3.org/2008/05/skos-xl#altLabel", + "http://www.w3.org/2008/05/skos-xl#hiddenLabel", + "http://www.w3.org/2008/05/skos-xl#labelRelation", +]; + +/// Hydrate SKOS as `OGIT::SKOS_V1` (L2 universal knowledge-organization). +/// +/// Hydrates both Core and XL artifacts into a single bundle. +pub fn hydrate_skos(registry: &OntologyRegistry) -> Result { + let core = skos_core_path(); + let xl = skos_xl_path(); + hydrate_skos_from(&[&core, &xl], registry) +} + +/// Test-friendly variant: hydrate SKOS from explicit paths. Accepts a slice +/// so callers can opt into Core-only, or substitute the `skos-owl1dl.rdf` +/// OWL-DL-conformant variant (also shipped under `data/ontologies/skos/`). +pub fn hydrate_skos_from( + ttl_paths: &[&Path], + registry: &OntologyRegistry, +) -> Result { + let hydrator = OwlHydrator { + g: OGIT::SKOS_V1.0, + version: OGIT::SKOS_V1.1, + domain_name: "skos".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + }; + hydrator.hydrate_many(ttl_paths, registry)?; + registry + .register_edge_types(OGIT::SKOS_V1.0, SKOS_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::SKOS_V1.0, + reason, + })?; + Ok(OGIT::SKOS_V1.0) +} + +fn skos_core_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(SKOS_CORE_RELATIVE_PATH) +} + +fn skos_xl_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(SKOS_XL_RELATIVE_PATH) +} diff --git a/crates/lance-graph-ontology/src/hydrators/skr.rs b/crates/lance-graph-ontology/src/hydrators/skr.rs new file mode 100644 index 00000000..0fb98e5d --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/skr.rs @@ -0,0 +1,201 @@ +//! DATEV SKR (Standardkontenrahmen) -> `ContextBundle` hydrator. +//! +//! The Standardkontenrahmen is the German de-facto chart of accounts used +//! for HGB / EStG-compliant bookkeeping. Two parallel schemes coexist: +//! +//! - **SKR 03** (Prozessgliederungsprinzip) — process-oriented family +//! numbering; used by most German SMEs. +//! - **SKR 04** (Abschlussgliederungsprinzip) — balance-sheet-oriented +//! numbering aligned with HGB §266 P&L structure; used by larger firms. +//! +//! The two schemes are NOT interchangeable: account `1000` means +//! "Roh-, Hilfs- und Betriebsstoffe" in SKR 04 but "Kasse" in SKR 03. +//! They therefore hydrate into separate G slots +//! (`OGIT::SKR03_V1` and `OGIT::SKR04_V1`). +//! +//! Pattern D, minimal-name-extraction shape: +//! +//! Each row in the source CSV (`data/ontologies/skr-datev/skr0{3,4}.csv`) +//! contributes ONE IRI: `urn:datev:skr0{3,4}:account/{number}`. Family +//! classifications (Anlagevermögen, Erlöse, etc.) are NOT projected as +//! separate IRIs in this minimal hydrator — they live in the CSV's +//! `family` column and can be lifted to a SKOS Collection axiom in a +//! follow-up PR. +//! +//! CSV format: +//! +//! ```csv +//! account_number,account_name,family,source +//! 0050,"Ausstehende Einlagen auf das ...",Anlagevermögen,"DATEV SKR 04 ..." +//! ``` +//! +//! Quoted fields (containing commas / quotes) are supported; the CSV is +//! parsed by a small streaming state machine to avoid pulling a new dep. + +use std::collections::HashMap; +use std::fs; +use std::path::Path; +use std::sync::Arc; + +use super::owl::{ContextBundle, EntityId, HydrateErr, OntologySlot}; +use crate::registry::OntologyRegistry; + +/// Hydrator for a DATEV SKR CSV. One instance hydrates one `ContextBundle` +/// keyed by `g`, drawing rows from a single CSV file. `iri_prefix` is the +/// URN base each row's `account_number` is appended to. +pub struct SkrHydrator { + pub g: u32, + pub version: u32, + pub domain_name: String, + pub inherits_from: Option, + pub starting_entity_id: EntityId, + /// e.g. `"urn:datev:skr04:account"` — the `/{account_number}` is appended. + pub iri_prefix: String, +} + +impl SkrHydrator { + /// Read the CSV at `csv_path` and intern each row's account number as + /// `{iri_prefix}/{account_number}`. + pub fn hydrate( + &self, + csv_path: &Path, + registry: &OntologyRegistry, + ) -> Result { + let bytes = fs::read(csv_path).map_err(|e| HydrateErr::Io { + path: csv_path.to_path_buf(), + source: e, + })?; + let text = std::str::from_utf8(&bytes).map_err(|e| HydrateErr::Parse { + path: csv_path.to_path_buf(), + message: format!("CSV not UTF-8: {e}"), + })?; + + let mut iri_to_id: HashMap = HashMap::new(); + let mut next_id: EntityId = self.starting_entity_id; + + let mut header_seen = false; + for line in text.lines() { + if line.is_empty() { + continue; + } + if !header_seen { + header_seen = true; + continue; + } + let fields = parse_csv_line(line); + if fields.is_empty() { + continue; + } + let account_number = fields[0].trim(); + if account_number.is_empty() { + continue; + } + let iri = format!("{}/{}", self.iri_prefix, account_number); + if let std::collections::hash_map::Entry::Vacant(slot) = iri_to_id.entry(iri) { + let id = next_id; + next_id += 1; + slot.insert(id); + } + } + + let entity_count = iri_to_id.len() as u32; + let ontology = OntologySlot { + entity_count, + iri_to_id, + }; + let bundle = ContextBundle { + g: self.g, + version: self.version, + domain_name: self.domain_name.clone(), + inherits_from: self.inherits_from, + ontology: Some(Arc::new(ontology)), + edge_types: Vec::new(), + }; + registry.register_bundle(bundle); + Ok(self.g) + } +} + +/// Minimal CSV-line parser. Handles double-quoted fields with embedded commas +/// and the `""` escape for a literal quote inside a quoted field. Does NOT +/// handle multi-line records (those don't occur in DATEV SKR CSVs). +fn parse_csv_line(line: &str) -> Vec { + let mut out: Vec = Vec::new(); + let mut cur = String::new(); + let mut in_quotes = false; + let mut chars = line.chars().peekable(); + while let Some(c) = chars.next() { + if in_quotes { + if c == '"' { + // `""` -> literal `"`. + if chars.peek() == Some(&'"') { + chars.next(); + cur.push('"'); + } else { + in_quotes = false; + } + } else { + cur.push(c); + } + } else if c == '"' { + in_quotes = true; + } else if c == ',' { + out.push(std::mem::take(&mut cur)); + } else { + cur.push(c); + } + } + out.push(cur); + out +} + +#[cfg(test)] +mod tests { + use super::*; + use std::io::Write; + use tempfile::tempdir; + + const TINY_CSV: &str = r#"account_number,account_name,family,source +0001,"First, account",Anlagevermögen,test +0002,Second account,Umlaufvermögen,test +0003,"He said ""hi""",Eigenkapital,test +"#; + + #[test] + fn parse_csv_line_handles_quoted_commas_and_escapes() { + let f = parse_csv_line(r#"0001,"First, account",Anlagevermögen,test"#); + assert_eq!(f, vec!["0001", "First, account", "Anlagevermögen", "test"]); + + let f = parse_csv_line(r#"0003,"He said ""hi""",Eigenkapital,test"#); + assert_eq!(f, vec!["0003", r#"He said "hi""#, "Eigenkapital", "test"]); + + let f = parse_csv_line(r#"plain,unquoted,row,end"#); + assert_eq!(f, vec!["plain", "unquoted", "row", "end"]); + } + + #[test] + fn tiny_csv_hydrates_to_three_iris() { + let dir = tempdir().unwrap(); + let path = dir.path().join("tiny.csv"); + let mut f = std::fs::File::create(&path).unwrap(); + f.write_all(TINY_CSV.as_bytes()).unwrap(); + drop(f); + + let reg = OntologyRegistry::new_in_memory(); + let h = SkrHydrator { + g: 7777, + version: 1, + domain_name: "tiny-skr".to_string(), + inherits_from: None, + starting_entity_id: 100, + iri_prefix: "urn:test:skr".to_string(), + }; + h.hydrate(&path, ®).expect("hydrate tiny SKR CSV"); + + let bundle = reg.bundle_for(7777).expect("bundle"); + assert_eq!(bundle.entity_count(), 3); + assert!(bundle.resolve_iri("urn:test:skr/0001").is_some()); + assert!(bundle.resolve_iri("urn:test:skr/0002").is_some()); + assert!(bundle.resolve_iri("urn:test:skr/0003").is_some()); + } +} diff --git a/crates/lance-graph-ontology/src/hydrators/skr_datev.rs b/crates/lance-graph-ontology/src/hydrators/skr_datev.rs new file mode 100644 index 00000000..f223ff79 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/skr_datev.rs @@ -0,0 +1,120 @@ +//! Wiring for the DATEV SKR schemes. +//! +//! - `hydrate_skr03` → `OGIT::SKR03_V1`, base IRI `urn:datev:skr03:account`. +//! Reads `data/ontologies/skr-datev/skr03.csv` (canonical 4-digit accounts). +//! - `hydrate_skr04` → `OGIT::SKR04_V1`, base IRI `urn:datev:skr04:account`. +//! Reads `data/ontologies/skr-datev/skr04.csv`. +//! - `hydrate_skr03_bau` → `OGIT::SKR03BAU_V1` (slot 42), base IRI +//! `urn:datev:skr03-bau:account`. Reads +//! `data/ontologies/skr-datev/skr03-bau.csv` with the 6-digit Bau-und-Handwerk +//! trade-specific subdivisions. Lives in its OWN G slot (not SKR03_V1) +//! so callers can hold BOTH canonical SKR 03 AND Bau extensions in one +//! `OntologyRegistry` without one overwriting the other. The Bau slot +//! declares `inherits_from: Some(OGIT::SKR03_V1.0)` to make the +//! structural dependency explicit. +//! +//! SKR 03 and SKR 04 each declare `inherits_from: Some(OGIT::DOLCE_V1.0)` — +//! accounts are abstract economic objects, anchored to DUL Object via the +//! cognitive shader's downstream alignment axioms (not baked in here). + +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::HydrateErr; +use super::skr::SkrHydrator; +use crate::registry::OntologyRegistry; + +const SKR03_CSV_RELATIVE_PATH: &str = "data/ontologies/skr-datev/skr03.csv"; +const SKR03_BAU_CSV_RELATIVE_PATH: &str = "data/ontologies/skr-datev/skr03-bau.csv"; +const SKR04_CSV_RELATIVE_PATH: &str = "data/ontologies/skr-datev/skr04.csv"; + +pub const SKR03_IRI_PREFIX: &str = "urn:datev:skr03:account"; +pub const SKR04_IRI_PREFIX: &str = "urn:datev:skr04:account"; +pub const SKR03_BAU_IRI_PREFIX: &str = "urn:datev:skr03-bau:account"; + +/// Hydrate canonical SKR 03 (4-digit accounts) as `OGIT::SKR03_V1`. +pub fn hydrate_skr03(registry: &OntologyRegistry) -> Result { + hydrate_skr03_from(&skr03_csv_path(), registry) +} + +pub fn hydrate_skr03_from( + csv_path: &Path, + registry: &OntologyRegistry, +) -> Result { + let h = SkrHydrator { + g: OGIT::SKR03_V1.0, + version: OGIT::SKR03_V1.1, + domain_name: "skr03".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + iri_prefix: SKR03_IRI_PREFIX.to_string(), + }; + h.hydrate(csv_path, registry)?; + Ok(OGIT::SKR03_V1.0) +} + +/// Hydrate the SKR 03 Bau und Handwerk extension (6-digit accounts) into +/// `OGIT::SKR03_V1`. Uses a SEPARATE IRI prefix +/// (`urn:datev:skr03-bau:account`) so it doesn't clash with the canonical +/// 4-digit accounts hydrated via [`hydrate_skr03`]. Intended for callers +/// that need the trade-specific extensions explicitly. +pub fn hydrate_skr03_bau(registry: &OntologyRegistry) -> Result { + hydrate_skr03_bau_from(&skr03_bau_csv_path(), registry) +} + +pub fn hydrate_skr03_bau_from( + csv_path: &Path, + registry: &OntologyRegistry, +) -> Result { + let h = SkrHydrator { + g: OGIT::SKR03BAU_V1.0, + version: OGIT::SKR03BAU_V1.1, + domain_name: "skr03-bau".to_string(), + inherits_from: Some(OGIT::SKR03_V1.0), + starting_entity_id: 100, + iri_prefix: SKR03_BAU_IRI_PREFIX.to_string(), + }; + h.hydrate(csv_path, registry)?; + Ok(OGIT::SKR03BAU_V1.0) +} + +/// Hydrate SKR 04 (4-digit accounts, balance-sheet-oriented) as `OGIT::SKR04_V1`. +pub fn hydrate_skr04(registry: &OntologyRegistry) -> Result { + hydrate_skr04_from(&skr04_csv_path(), registry) +} + +pub fn hydrate_skr04_from( + csv_path: &Path, + registry: &OntologyRegistry, +) -> Result { + let h = SkrHydrator { + g: OGIT::SKR04_V1.0, + version: OGIT::SKR04_V1.1, + domain_name: "skr04".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + iri_prefix: SKR04_IRI_PREFIX.to_string(), + }; + h.hydrate(csv_path, registry)?; + Ok(OGIT::SKR04_V1.0) +} + +fn skr03_csv_path() -> PathBuf { + workspace_relative(SKR03_CSV_RELATIVE_PATH) +} + +fn skr03_bau_csv_path() -> PathBuf { + workspace_relative(SKR03_BAU_CSV_RELATIVE_PATH) +} + +fn skr04_csv_path() -> PathBuf { + workspace_relative(SKR04_CSV_RELATIVE_PATH) +} + +fn workspace_relative(rel: &str) -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(rel) +} diff --git a/crates/lance-graph-ontology/src/hydrators/xsd.rs b/crates/lance-graph-ontology/src/hydrators/xsd.rs new file mode 100644 index 00000000..16d99f2c --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/xsd.rs @@ -0,0 +1,276 @@ +//! Generic XSD → `ContextBundle` hydrator. +//! +//! Where [`super::owl::OwlHydrator`] handles OWL ontologies in Turtle and +//! RDF/XML serializations, `XsdHydrator` handles XML Schema (XSD) artifacts. +//! Used by ZUGFeRD / Factur-X (this PR), and intended for UBL, ISO 20022, +//! and any other e-business schema delivered as XSD. +//! +//! Pattern D, minimal-name-extraction shape: +//! +//! - Walk every ``, ``, +//! ``, `` and +//! `` element in each input file. +//! - Compose each named declaration into a stable IRI by joining the +//! nearest `xs:schema/@targetNamespace` with `#{name}` (e.g. +//! `urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100#CrossIndustryInvoice`). +//! - Intern each IRI exactly once into the [`super::owl::OntologySlot`] +//! keyed by the chosen `G` slot. +//! +//! Out of scope for this PR (deferred to a full XSD type-graph projection +//! follow-up): +//! +//! - `` / `` resolution +//! into rdfs:subClassOf-equivalent edges. +//! - `` cross-references between files. +//! - Substitution groups, attribute groups beyond name interning. +//! - Schematron / business rules — those live in `.sch` files alongside the +//! `.xsd` files and would be a separate Schematron hydrator. + +use std::collections::HashMap; +use std::fs; +use std::path::{Path, PathBuf}; +use std::sync::Arc; + +use quick_xml::events::Event; +use quick_xml::Reader; + +use super::owl::{ContextBundle, EntityId, HydrateErr, OntologySlot}; +use crate::registry::OntologyRegistry; + +/// Closure type for the IRI interning callback. Factored out to keep +/// `walk_xsd`'s signature inside clippy's `type_complexity` budget. +type InternFn<'a> = &'a mut dyn FnMut( + String, + &mut HashMap, + &mut EntityId, +) -> EntityId; + +/// XSD hydrator. Reusable for every XSD-shaped business-document schema. +pub struct XsdHydrator { + pub g: u32, + pub version: u32, + pub domain_name: String, + pub inherits_from: Option, + pub starting_entity_id: EntityId, +} + +impl XsdHydrator { + /// Multi-file variant. Walks every input XSD, interns named element / + /// type / attribute / attributeGroup declarations as + /// `{targetNamespace}#{name}` IRIs, and registers a [`ContextBundle`] + /// keyed by `self.g`. + pub fn hydrate_many( + &self, + xsd_paths: &[&Path], + registry: &OntologyRegistry, + ) -> Result { + let mut iri_to_id: HashMap = HashMap::new(); + let mut next_id: EntityId = self.starting_entity_id; + + let mut intern = |iri: String, + map: &mut HashMap, + n: &mut EntityId| + -> EntityId { + if let Some(&id) = map.get(&iri) { + return id; + } + let id = *n; + *n += 1; + map.insert(iri, id); + id + }; + + for path in xsd_paths { + let bytes = fs::read(path).map_err(|e| HydrateErr::Io { + path: path.to_path_buf(), + source: e, + })?; + walk_xsd(path, &bytes, &mut iri_to_id, &mut next_id, &mut intern)?; + } + + let entity_count = iri_to_id.len() as u32; + let ontology = OntologySlot { + entity_count, + iri_to_id, + }; + let bundle = ContextBundle { + g: self.g, + version: self.version, + domain_name: self.domain_name.clone(), + inherits_from: self.inherits_from, + ontology: Some(Arc::new(ontology)), + edge_types: Vec::new(), + }; + registry.register_bundle(bundle); + Ok(self.g) + } +} + +/// Walk one XSD file's events, finding the schema's `targetNamespace` and +/// interning every named declaration found beneath it. +fn walk_xsd( + path: &Path, + bytes: &[u8], + iri_to_id: &mut HashMap, + next_id: &mut EntityId, + intern: InternFn<'_>, +) -> Result<(), HydrateErr> { + let mut reader = Reader::from_reader(bytes); + reader.config_mut().trim_text(true); + let mut buf = Vec::new(); + let mut target_ns: Option = None; + + loop { + match reader.read_event_into(&mut buf) { + Err(e) => { + return Err(HydrateErr::Parse { + path: path.to_path_buf(), + message: format!("XSD: {e}"), + }); + } + Ok(Event::Eof) => break, + Ok(Event::Start(e)) | Ok(Event::Empty(e)) => { + // `e.name()` returns a borrowed view tied to `e`; capture + // the local-name bytes into an owned slice to avoid the + // temporary-borrow issue under quick-xml 0.37. + let qname = e.name(); + let local: Vec = local_name(qname.as_ref()).to_vec(); + if local == b"schema" && target_ns.is_none() { + target_ns = attr_value(&e, b"targetNamespace"); + } else if matches!( + local.as_slice(), + b"element" | b"complexType" | b"simpleType" | b"attribute" | b"attributeGroup" + ) { + if let Some(name) = attr_value(&e, b"name") { + let ns = target_ns.as_deref().unwrap_or(""); + let iri = if ns.is_empty() { + // Schema with no targetNamespace: fall back to + // the bare local name so the IRI is still + // resolvable (used only by exotic XSDs; CII + // always declares a targetNamespace). + name + } else { + format!("{ns}#{name}") + }; + intern(iri, iri_to_id, next_id); + } + } + } + _ => {} + } + buf.clear(); + } + Ok(()) +} + +fn local_name(qname: &[u8]) -> &[u8] { + match qname.iter().position(|b| *b == b':') { + Some(i) => &qname[i + 1..], + None => qname, + } +} + +fn attr_value(e: &quick_xml::events::BytesStart, attr_name: &[u8]) -> Option { + for attr in e.attributes().with_checks(false).flatten() { + if local_name(attr.key.as_ref()) == attr_name { + return std::str::from_utf8(attr.value.as_ref()) + .ok() + .map(|s| s.to_string()); + } + } + None +} + +/// Recursively collect every `.xsd` file under `root`, sorted for stable +/// IRI-interning order. +pub fn collect_xsd_files(root: &Path) -> Result, HydrateErr> { + let mut out: Vec = Vec::new(); + walk_dir(root, &mut out).map_err(|e| HydrateErr::Io { + path: root.to_path_buf(), + source: e, + })?; + out.sort(); + Ok(out) +} + +fn walk_dir(dir: &Path, out: &mut Vec) -> std::io::Result<()> { + if !dir.exists() { + return Err(std::io::Error::new( + std::io::ErrorKind::NotFound, + format!("XSD directory not found: {}", dir.display()), + )); + } + if !dir.is_dir() { + return Ok(()); + } + let mut stack = vec![dir.to_path_buf()]; + while let Some(d) = stack.pop() { + for entry in fs::read_dir(&d)? { + let entry = entry?; + let p = entry.path(); + if p.is_dir() { + stack.push(p); + } else if p.extension().map(|s| s == "xsd").unwrap_or(false) { + out.push(p); + } + } + } + Ok(()) +} + +#[cfg(test)] +mod tests { + use super::*; + use std::io::Write; + use tempfile::tempdir; + + const TINY_XSD: &str = r#" + + + + + + + + + + +"#; + + #[test] + fn tiny_xsd_interns_named_declarations() { + let dir = tempdir().unwrap(); + let path = dir.path().join("tiny.xsd"); + let mut f = std::fs::File::create(&path).unwrap(); + f.write_all(TINY_XSD.as_bytes()).unwrap(); + drop(f); + + let reg = OntologyRegistry::new_in_memory(); + let h = XsdHydrator { + g: 9999, + version: 1, + domain_name: "tiny-xsd".to_string(), + inherits_from: None, + starting_entity_id: 100, + }; + h.hydrate_many(&[&path], ®).expect("hydrate tiny XSD"); + + let bundle = reg.bundle_for(9999).expect("bundle"); + // Foo (element) + BarType (complexType) + baz (nested element) + + // Quux (simpleType) + anAttr (attribute) = 5 names. + assert!(bundle.entity_count() >= 5); + assert!(bundle + .resolve_iri("urn:example:test#Foo") + .is_some()); + assert!(bundle + .resolve_iri("urn:example:test#BarType") + .is_some()); + assert!(bundle + .resolve_iri("urn:example:test#baz") + .is_some()); + assert!(bundle + .resolve_iri("urn:example:test#anAttr") + .is_some()); + } +} diff --git a/crates/lance-graph-ontology/src/hydrators/zugferd.rs b/crates/lance-graph-ontology/src/hydrators/zugferd.rs new file mode 100644 index 00000000..2db64f02 --- /dev/null +++ b/crates/lance-graph-ontology/src/hydrators/zugferd.rs @@ -0,0 +1,145 @@ +//! ZUGFeRD / Factur-X (EN 16931) hydration glue. +//! +//! L3 e-invoicing schemas — the German hybrid PDF/A-3 + XML invoice format +//! aligned with the EU directive's EN 16931 reference data model. ZUGFeRD +//! and Factur-X share the same UN/CEFACT Cross-Industry Invoice (CII) XML +//! schema; this hydrator targets the EN16931 profile (the EU-aligned one). +//! +//! Ships as XSD, not OWL — so this hydrator uses [`super::xsd::XsdHydrator`] +//! rather than [`super::owl::OwlHydrator`]. The same minimal-name-extraction +//! pattern applies: every named `xs:element` / `xs:complexType` / etc. in +//! the CII schemas is interned as `{targetNamespace}#{name}`, giving the +//! cognitive shader a stable u32 entity id for every CII concept. +//! +//! Declares `inherits_from: Some(OGIT::DOLCE_V1.0)`. Alignment to upstream +//! ontologies (FIBO MonetaryAmount, DUL Description, schema.org Invoice) +//! is left as an explicit downstream assertion, not baked into the XSD. + +use std::path::{Path, PathBuf}; + +use lance_graph_contract::manifest::OGIT; + +use super::owl::HydrateErr; +use super::schematron::SchematronHydrator; +use super::xsd::{collect_xsd_files, XsdHydrator}; +use crate::registry::OntologyRegistry; + +const ZUGFERD_DIR_RELATIVE_PATH: &str = "data/ontologies/zugferd"; +const ZUGFERD_SCH_RELATIVE_PATH: &str = "data/ontologies/zugferd/FACTUR-X_EN16931.sch"; + +/// Stable URN prefix for the Factur-X EN16931 Schematron rule namespace. +/// Used as the base for every interned rule / assert / report / pattern +/// IRI. The string is not a URL — it's a stable identifier that downstream +/// alignment can map to PEPPOL / EN16931 / FeRD rule registries. +const ZUGFERD_SCH_BASE_IRI: &str = "urn:schematron:factur-x-1.08-en16931"; + +/// Cascade edge whitelist for ZUGFeRD/CII. XSD doesn't have OWL-style +/// `rdfs:subClassOf` edges natively — the type hierarchy is implicit in +/// `xs:extension base="..."` references which this minimal hydrator does +/// NOT resolve into explicit edges (see the xsd.rs module docs for the +/// deferred follow-up). We register the canonical CII relational +/// predicates so downstream consumers can attach business-level edges via +/// `OntologyRegistry::register_edge_types` extensions later. +const ZUGFERD_EDGE_WHITELIST: &[&str] = &[ + "http://www.w3.org/2000/01/rdf-schema#subClassOf", + // CII relational containers — the cognitive-shader traversal will hop + // through these when projecting an invoice into the SPO graph. + "urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100#ExchangedDocument", + "urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100#ExchangedDocumentContext", + "urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100#SupplyChainTradeTransaction", + // Trade-party / agreement / delivery / settlement predicates + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#ApplicableHeaderTradeAgreement", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#ApplicableHeaderTradeDelivery", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#ApplicableHeaderTradeSettlement", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#IncludedSupplyChainTradeLineItem", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#SellerTradeParty", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#BuyerTradeParty", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#PostalTradeAddress", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#SpecifiedTradeTax", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#SpecifiedTradePaymentTerms", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#SpecifiedTradeSettlementHeaderMonetarySummation", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#SpecifiedLineTradeAgreement", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#SpecifiedLineTradeDelivery", + "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100#SpecifiedLineTradeSettlement", +]; + +/// Hydrate the ZUGFeRD / Factur-X EN16931 profile as `OGIT::ZUGFERD_V1`. +/// +/// Walks every `.xsd` file under `data/ontologies/zugferd/`, interns the +/// CII type / element / attribute names, and registers the cascade +/// whitelist of relational predicates. +pub fn hydrate_zugferd(registry: &OntologyRegistry) -> Result { + hydrate_zugferd_from(&zugferd_dir(), registry) +} + +/// Test-friendly variant: hydrate ZUGFeRD from an explicit directory. +pub fn hydrate_zugferd_from( + dir: &Path, + registry: &OntologyRegistry, +) -> Result { + let files = collect_xsd_files(dir)?; + let path_refs: Vec<&Path> = files.iter().map(|p| p.as_path()).collect(); + let hydrator = XsdHydrator { + g: OGIT::ZUGFERD_V1.0, + version: OGIT::ZUGFERD_V1.1, + domain_name: "zugferd".to_string(), + inherits_from: Some(OGIT::DOLCE_V1.0), + starting_entity_id: 100, + }; + hydrator.hydrate_many(&path_refs, registry)?; + registry + .register_edge_types(OGIT::ZUGFERD_V1.0, ZUGFERD_EDGE_WHITELIST) + .map_err(|reason| HydrateErr::Registry { + g: OGIT::ZUGFERD_V1.0, + reason, + })?; + Ok(OGIT::ZUGFERD_V1.0) +} + +fn zugferd_dir() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(ZUGFERD_DIR_RELATIVE_PATH) +} + +/// Hydrate the ZUGFeRD / Factur-X EN16931 Schematron business rules as +/// `OGIT::ZUGFERDRULES_V1`. Walks `FACTUR-X_EN16931.sch` and interns: +/// +/// - Every `` and `` as +/// `urn:schematron:factur-x-1.08-en16931/{assert,report}/{id}` +/// - Every `` (if `@id` present) as +/// `urn:schematron:factur-x-1.08-en16931/pattern/{id}` +/// - Every bracketed EN16931 / PEPPOL / CO / DE business-rule ID found in +/// the message text (e.g. `[BR-52]`, `[BR-CO-03]`, `[BR-DE-1]`, +/// `[PEPPOL-EN16931-R008]`) as +/// `urn:schematron:factur-x-1.08-en16931/rule/{rule-id}` +/// +/// Declares `inherits_from: Some(OGIT::ZUGFERD_V1.0)` — the rule namespace +/// is meaningless without the structural CII namespace. +pub fn hydrate_zugferd_rules(registry: &OntologyRegistry) -> Result { + hydrate_zugferd_rules_from(&zugferd_sch_path(), registry) +} + +pub fn hydrate_zugferd_rules_from( + sch_path: &Path, + registry: &OntologyRegistry, +) -> Result { + let hydrator = SchematronHydrator { + g: OGIT::ZUGFERDRULES_V1.0, + version: OGIT::ZUGFERDRULES_V1.1, + domain_name: "zugferd-rules".to_string(), + inherits_from: Some(OGIT::ZUGFERD_V1.0), + starting_entity_id: 100, + base_iri: ZUGFERD_SCH_BASE_IRI.to_string(), + }; + hydrator.hydrate_many(&[sch_path], registry)?; + Ok(OGIT::ZUGFERDRULES_V1.0) +} + +fn zugferd_sch_path() -> PathBuf { + Path::new(env!("CARGO_MANIFEST_DIR")) + .join("..") + .join("..") + .join(ZUGFERD_SCH_RELATIVE_PATH) +} diff --git a/crates/lance-graph-ontology/src/lib.rs b/crates/lance-graph-ontology/src/lib.rs index e3a9dfb9..3061e5c1 100644 --- a/crates/lance-graph-ontology/src/lib.rs +++ b/crates/lance-graph-ontology/src/lib.rs @@ -39,6 +39,7 @@ pub mod bridge; pub mod bridges; pub mod error; pub mod foundry_map; +pub mod hydrators; pub mod namespace; pub mod namespace_registry; pub mod proposal; @@ -52,6 +53,17 @@ pub mod lance_cache; pub use bridge::{BridgeError, NamespaceBridge}; pub use error::Error; +pub use hydrators::{ + collect_xsd_files, hydrate_dolce, hydrate_dolce_from, hydrate_dolce_from_many, + hydrate_fibo_be, hydrate_fibo_be_from, hydrate_fibo_fnd, hydrate_fibo_fnd_from, + hydrate_owltime, hydrate_owltime_from, hydrate_provo, hydrate_provo_from, hydrate_qudt, + hydrate_qudt_from, hydrate_schemaorg, hydrate_schemaorg_from, hydrate_skos, hydrate_skos_from, + hydrate_skr03, hydrate_skr03_bau, hydrate_skr03_bau_from, hydrate_skr03_from, hydrate_skr04, + hydrate_skr04_from, hydrate_zugferd, hydrate_zugferd_from, hydrate_zugferd_rules, + hydrate_zugferd_rules_from, ContextBundle, EntityId, HydrateErr, MetaStructureHydrator, + OntologySlot, OwlHydrator, SchematronHydrator, SkrHydrator, XsdHydrator, + SKR03_BAU_IRI_PREFIX, SKR03_IRI_PREFIX, SKR04_IRI_PREFIX, +}; pub use namespace::{NamespaceId, OgitUri, SchemaPtr}; pub use proposal::{ HydrationReport, MappingHandle, MappingProposal, MappingProposalKind, MappingRow, diff --git a/crates/lance-graph-ontology/src/registry.rs b/crates/lance-graph-ontology/src/registry.rs index 71202893..19147ff1 100644 --- a/crates/lance-graph-ontology/src/registry.rs +++ b/crates/lance-graph-ontology/src/registry.rs @@ -16,6 +16,7 @@ //! functions on registry state. use crate::error::{Error, Result}; +use crate::hydrators::owl::{ContextBundle, EntityId}; use crate::namespace::{NamespaceId, SchemaPtr}; use crate::namespace_registry::NamespaceRegistry; use crate::proposal::{ @@ -54,6 +55,11 @@ struct RegistryState { by_namespace: HashMap, namespace_order: Vec, last_root_checksum: Option, + /// Pattern-D meta-structure bundles, keyed by OGIT `G` slot. Each + /// bundle owns the per-G IRI interning table plus the cascade edge + /// whitelist registered via `register_edge_types`. Populated by the + /// per-ontology hydrators in `crate::hydrators` (e.g. `hydrate_dolce`). + bundles: HashMap, } impl OntologyRegistry { @@ -359,6 +365,82 @@ impl OntologyRegistry { })?; Ok(()) } + + // ── Pattern D: Meta-Structure Hydration surface ──────────────────────── + // + // Per-G bundle registration + cascade edge-type whitelist. Populated by + // the per-ontology hydrators in `crate::hydrators` (DOLCE+DUL today; + // OWL-Time / PROV-O / QUDT / FIBO / schema.org / … in the bO-* series). + + /// Register a Pattern-D [`ContextBundle`] at `bundle.g`. Re-registering + /// the same `G` slot overwrites the prior entry — bumping a version is a + /// new `(g, version)` tuple in `OGIT::*_V*` and a separate slot. + pub fn register_bundle(&self, bundle: ContextBundle) { + let mut state = self.inner.write().unwrap(); + state.bundles.insert(bundle.g, bundle); + } + + /// Clone-out the [`ContextBundle`] registered at `g`. Returns `None` + /// when nothing is registered yet. Cloning a `ContextBundle` is cheap: + /// the per-G IRI interning table lives behind an `Arc`, + /// so only the small fields (g, version, domain name, edge-type Vec) + /// allocate. + pub fn bundle_for(&self, g: u32) -> Option { + let state = self.inner.read().unwrap(); + state.bundles.get(&g).map(|b| ContextBundle { + g: b.g, + version: b.version, + domain_name: b.domain_name.clone(), + inherits_from: b.inherits_from, + ontology: b.ontology.clone(), + edge_types: b.edge_types.clone(), + }) + } + + /// Append cascade-edge IRIs to the whitelist for `g`. Idempotent per + /// IRI: re-registering an already-known edge IRI is a no-op. Fails when + /// no bundle is registered yet at `g` — register the bundle first + /// (typically via a `hydrate_*` glue function) and then declare the + /// edge whitelist. + pub fn register_edge_types( + &self, + g: u32, + edges: &[&str], + ) -> std::result::Result<(), String> { + let mut state = self.inner.write().unwrap(); + let bundle = state + .bundles + .get_mut(&g) + .ok_or_else(|| format!("no ContextBundle registered at G={g}"))?; + for e in edges { + if !bundle.edge_types.iter().any(|x| x == *e) { + bundle.edge_types.push((*e).to_string()); + } + } + Ok(()) + } + + /// Return the cascade edge-IRI whitelist registered for `g`, or `None` + /// when no bundle is registered at that slot. Returns an empty vector + /// when a bundle exists but no edges have been declared yet. + pub fn edge_types_for(&self, g: u32) -> Option> { + let state = self.inner.read().unwrap(); + state.bundles.get(&g).map(|b| b.edge_types.clone()) + } + + /// Number of named IRIs interned under `g`. `None` when no bundle is + /// registered. + pub fn entity_count_for(&self, g: u32) -> Option { + let state = self.inner.read().unwrap(); + state.bundles.get(&g).map(|b| b.entity_count()) + } + + /// Resolve an IRI under `g` to its interned `u32` entity id, or `None` + /// when the IRI was never seen during hydration. + pub fn resolve_iri_in(&self, g: u32, iri: &str) -> Option { + let state = self.inner.read().unwrap(); + state.bundles.get(&g).and_then(|b| b.resolve_iri(iri)) + } } enum AppendOutcome { diff --git a/crates/lance-graph-ontology/tests/dolce_dns_role_resolution.rs b/crates/lance-graph-ontology/tests/dolce_dns_role_resolution.rs new file mode 100644 index 00000000..f9234321 --- /dev/null +++ b/crates/lance-graph-ontology/tests/dolce_dns_role_resolution.rs @@ -0,0 +1,99 @@ +// Skip under Miri — hydration reads `data/ontologies/dul.ttl` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-1: assert the load-bearing DnS role-binding IRIs resolve. +//! +//! The cognitive shader's 16-bit DOLCE slot's low 8 bits encode the DnS role +//! per the Descriptions & Situations module. The canonical DOLCE+DUL +//! ontology defines the role hierarchy via `dul:Concept` → `dul:Role` → +//! `dul:Task` / `dul:Parameter` / `dul:Goal` / `dul:Method`. Specific +//! semantic roles (`Patient`, `Instrument`, `Location`, …) are NOT defined +//! as classes in canonical DUL — they are individuals instantiated by users +//! against `dul:Concept` and `dul:Role` at modelling time, or by DUL +//! extension modules (CoreLegal, IOLite, SystemsLite). +//! +//! This test asserts the *anchor* IRIs are present so DnS role-binding can +//! be performed at cascade-step time: +//! - `dul:Agent` — the agent-bearer of an action +//! - `dul:Concept` — the root of the DnS classification hierarchy +//! - `dul:Role` — the sub-class of Concept that classifies Objects +//! - `dul:Task` — the sub-class of Concept that classifies Actions +//! - `dul:Parameter` — the sub-class of Concept that classifies Regions +//! - `dul:Goal` / `dul:Method` / `dul:Plan` — Description sub-classes +//! - `dul:TimeInterval` — the temporal anchor for ObservableAt / +//! hasTimeInterval cascade traversal + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_dolce, OntologyRegistry}; + +const DUL_BASE: &str = "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#"; + +fn dul(name: &str) -> String { + format!("{DUL_BASE}{name}") +} + +#[test] +fn dns_role_anchor_iris_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL hydrates"); + + let g = OGIT::DOLCE_V1.0; + // The five canonical DUL classes that anchor the DnS role hierarchy. + // Every cognitive-shader role-binding traversal must reach at least one + // of these. + for name in &[ + "Agent", + "Concept", + "Role", + "Task", + "Parameter", + "Goal", + "Method", + "Plan", + "TimeInterval", + ] { + let iri = dul(name); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "dul:{name} ({iri}) must resolve under G={g}" + ); + } +} + +#[test] +fn dns_role_anchor_concept_is_present() { + // The DnS role hierarchy is rooted at dul:Concept (Role/Task/Parameter + // are sub-classes of Concept). Concept itself must be present so the + // upper-category cascade can reach it via `rdfs:subClassOf*`. + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL hydrates"); + let g = OGIT::DOLCE_V1.0; + assert!( + registry.resolve_iri_in(g, &dul("Concept")).is_some(), + "dul:Concept must be present — it anchors the DnS role hierarchy" + ); + assert!( + registry.resolve_iri_in(g, &dul("Role")).is_some(), + "dul:Role must be present (sub-class of Concept)" + ); +} + +#[test] +fn dul_extension_role_iris_do_not_resolve() { + // Canonical DOLCE+DUL does NOT define `Patient`, `Instrument`, + // `Location`, etc. as named classes — those live in extension modules + // (CoreLegal, IOLite, SystemsLite) and are user-defined Concept + // individuals at modelling time. This test pins that expectation: if + // future PRs swap in a DUL bundle that includes these as named classes, + // it's worth flagging (likely a non-canonical fork was used). + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL hydrates"); + let g = OGIT::DOLCE_V1.0; + for not_in_canonical in &["Patient", "Instrument", "Location", "Beneficiary"] { + assert!( + registry.resolve_iri_in(g, &dul(not_in_canonical)).is_none(), + "dul:{not_in_canonical} is NOT a named class in canonical DUL — \ + expected an extension-module lookup or runtime Concept individual" + ); + } +} diff --git a/crates/lance-graph-ontology/tests/dolce_edge_whitelist_registered.rs b/crates/lance-graph-ontology/tests/dolce_edge_whitelist_registered.rs new file mode 100644 index 00000000..99d6ecb8 --- /dev/null +++ b/crates/lance-graph-ontology/tests/dolce_edge_whitelist_registered.rs @@ -0,0 +1,89 @@ +// Skip under Miri — hydration reads `data/ontologies/dul.ttl` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-1: assert the cascade edge-IRI whitelist is registered after +//! `hydrate_dolce()` returns. +//! +//! The cognitive shader's cascade traversal walks the whitelist registered +//! per `G`. The load-bearing minimum is 15 edges spanning upper-category +//! subsumption, DnS classification + role-binding, part-of / constitution, +//! and temporal anchoring. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_dolce, OntologyRegistry}; + +#[test] +fn edge_whitelist_registered() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL hydrates"); + + let edges = registry + .edge_types_for(OGIT::DOLCE_V1.0) + .expect("edge whitelist registered for DOLCE_V1"); + assert!( + edges.len() >= 15, + "expected >= 15 cascade edge IRIs, got {} ({:?})", + edges.len(), + edges + ); + + // Load-bearing minimum: upper-category subsumption. + assert!( + edges + .iter() + .any(|e| e == "http://www.w3.org/2000/01/rdf-schema#subClassOf"), + "rdfs:subClassOf must be in the whitelist" + ); + + // Load-bearing minimum: DnS classification + role-binding. + let dul = |name: &str| { + format!("http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#{name}") + }; + for name in &["isClassifiedBy", "classifies", "hasRole", "hasParticipant"] { + let iri = dul(name); + assert!( + edges.iter().any(|e| e == &iri), + "dul:{name} must be in the whitelist" + ); + } + + // Load-bearing minimum: part-of / constitution + temporal anchoring. + for name in &["hasPart", "isPartOf", "hasTimeInterval"] { + let iri = dul(name); + assert!( + edges.iter().any(|e| e == &iri), + "dul:{name} must be in the whitelist" + ); + } +} + +#[test] +fn edge_types_for_unknown_g_returns_none() { + let registry = OntologyRegistry::new_in_memory(); + // No bundle registered yet — query should return None. + assert!(registry.edge_types_for(OGIT::DOLCE_V1.0).is_none()); +} + +#[test] +fn re_register_edge_types_is_idempotent() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL hydrates"); + let initial = registry + .edge_types_for(OGIT::DOLCE_V1.0) + .expect("whitelist registered"); + // Re-register the same edges; whitelist size should not grow. + registry + .register_edge_types( + OGIT::DOLCE_V1.0, + &["http://www.w3.org/2000/01/rdf-schema#subClassOf"], + ) + .expect("re-registration succeeds"); + let after = registry + .edge_types_for(OGIT::DOLCE_V1.0) + .expect("whitelist still registered"); + assert_eq!( + initial.len(), + after.len(), + "re-registering a known edge IRI must be idempotent" + ); +} diff --git a/crates/lance-graph-ontology/tests/dolce_extension_modules.rs b/crates/lance-graph-ontology/tests/dolce_extension_modules.rs new file mode 100644 index 00000000..3d2d0a54 --- /dev/null +++ b/crates/lance-graph-ontology/tests/dolce_extension_modules.rs @@ -0,0 +1,82 @@ +// Skip under Miri — hydration reads the DUL extension files via std::fs. +#![cfg(not(miri))] + +//! PR-bO-1+: assert that the DUL extension modules (Conceptualization, +//! LMM_L2) merge into the OGIT::DOLCE_V1 bundle and contribute their +//! canonical IRIs. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_dolce, OntologyRegistry}; + +#[test] +fn dul_extension_conceptualization_classes_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL+extensions hydrate"); + let g = OGIT::DOLCE_V1.0; + + // Conceptualization extension defines these load-bearing classes / + // properties for agent-belief-knowledge cascades. + for iri in &[ + // Class + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#InternalRepresentation", + // Object properties (cognitive-shader agency cascade) + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#knows", + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#isKnownBy", + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#believes", + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#isBelievedBy", + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#assumes", + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#isAssumedBy", + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#adopts", + "http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl#isAdoptedBy", + ] { + assert!( + registry.resolve_iri_in(g, iri).is_some(), + "Conceptualization IRI must resolve under G={g}: {iri}" + ); + } +} + +#[test] +fn dul_extension_lmm_l2_classes_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL+extensions hydrate"); + let g = OGIT::DOLCE_V1.0; + + // LMM_L2 — Lexical MetaModel L2 — adds named-entity / concept-reference / + // syntactic-context surface used by NER, sense-tagging, and grammar + // cascades. Each of these is defined as a class in the extension file. + for iri in &[ + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#NamedEntity", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#Name", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#ConceptExpression", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#ConceptReference", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#ContextualExpression", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#IndividualReference", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#MultipleReference", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#Gloss", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#hasSyntacticFunction", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#hasInstance", + "http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl#isInstanceOf", + ] { + assert!( + registry.resolve_iri_in(g, iri).is_some(), + "LMM_L2 IRI must resolve under G={g}: {iri}" + ); + } +} + +#[test] +fn dolce_entity_count_grows_with_extensions() { + // The base DOLCE+DUL has ~196 named entities. Conceptualization and + // LMM_L2 add roughly 10 + 25 = 35 more on top, plus the LMM_L1 / IOLite + // IRIs they reference. The merged bundle should comfortably exceed the + // base smoke-test threshold of 200. + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL+extensions hydrate"); + let bundle = registry.bundle_for(OGIT::DOLCE_V1.0).expect("bundle"); + assert!( + bundle.entity_count() >= 240, + "expected >=240 entities with extensions, got {}", + bundle.entity_count() + ); +} diff --git a/crates/lance-graph-ontology/tests/dolce_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/dolce_hydrator_smoke.rs new file mode 100644 index 00000000..12d57d5f --- /dev/null +++ b/crates/lance-graph-ontology/tests/dolce_hydrator_smoke.rs @@ -0,0 +1,39 @@ +// Skip under Miri — hydration reads `data/ontologies/dul.ttl` via std::fs, +// and Miri isolation blocks the syscalls. +#![cfg(not(miri))] + +//! PR-bO-1 smoke test: hydrate DOLCE+DUL and assert the L1-root invariants. +//! +//! - bundle exists at `OGIT::DOLCE_V1.0` +//! - `inherits_from == None` (L1 root — DOLCE is the only ontology that +//! declares no parent) +//! - `domain_name == "dolce"` +//! - `entity_count > 200` per the spec (DOLCE+DUL has ~250 named entities) + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_dolce, OntologyRegistry}; + +#[test] +fn dolce_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_dolce(®istry).expect("DOLCE+DUL hydrates"); + assert_eq!(g, OGIT::DOLCE_V1.0, "G slot must be DOLCE_V1"); + + let bundle = registry + .bundle_for(OGIT::DOLCE_V1.0) + .expect("ContextBundle registered at DOLCE_V1"); + + assert_eq!(bundle.g, OGIT::DOLCE_V1.0); + assert_eq!(bundle.version, OGIT::DOLCE_V1.1); + assert_eq!(bundle.domain_name, "dolce"); + assert_eq!( + bundle.inherits_from, None, + "DOLCE is the L1 root — no parent" + ); + + let entity_count = bundle.entity_count(); + assert!( + entity_count > 200, + "expected >200 entities, got {entity_count} (DOLCE+DUL has ~250 named entities)" + ); +} diff --git a/crates/lance-graph-ontology/tests/dolce_upper_category_count.rs b/crates/lance-graph-ontology/tests/dolce_upper_category_count.rs new file mode 100644 index 00000000..6d21b513 --- /dev/null +++ b/crates/lance-graph-ontology/tests/dolce_upper_category_count.rs @@ -0,0 +1,68 @@ +// Skip under Miri — hydration reads `data/ontologies/dul.ttl` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-1: assert the four DOLCE+DUL upper categories resolve to stable +//! `u32` entity IDs from their canonical IRIs. +//! +//! The cognitive shader's 16-bit DOLCE slot's high 8 bits encode the +//! upper-category sub-classification. Per the canonical DOLCE+DUL ontology +//! header ("the names of classes and relations have been made more +//! intuitive"), DUL renames the original DOLCE-Lite-Plus upper categories: +//! +//! DOLCE-Lite-Plus → DOLCE+DnS Ultralite (DUL) +//! Endurant → Object +//! Perdurant → Event +//! Quality → Quality (unchanged) +//! Abstract → Abstract (unchanged) +//! +//! These four classes are direct sub-classes of `dul:Entity` in canonical +//! DUL. If any fails to resolve the slot is unsynchronised. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_dolce, OntologyRegistry}; + +const ENTITY: &str = "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity"; +const OBJECT: &str = "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object"; +const EVENT: &str = "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event"; +const QUALITY: &str = "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Quality"; +const ABSTRACT: &str = "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Abstract"; + +#[test] +fn upper_categories_resolve_to_stable_ids() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_dolce(®istry).expect("DOLCE+DUL hydrates"); + + let g = OGIT::DOLCE_V1.0; + let entity = registry + .resolve_iri_in(g, ENTITY) + .expect("dul:Entity resolves (the upper-category root)"); + let object = registry + .resolve_iri_in(g, OBJECT) + .expect("dul:Object resolves (replaces DOLCE-LP Endurant)"); + let event = registry + .resolve_iri_in(g, EVENT) + .expect("dul:Event resolves (replaces DOLCE-LP Perdurant)"); + let quality = registry + .resolve_iri_in(g, QUALITY) + .expect("dul:Quality resolves"); + let abstract_id = registry + .resolve_iri_in(g, ABSTRACT) + .expect("dul:Abstract resolves"); + + // All five IDs must be distinct — Entity is the root and the four are + // direct sub-classes. + let ids = [entity, object, event, quality, abstract_id]; + for i in 0..ids.len() { + for j in (i + 1)..ids.len() { + assert_ne!( + ids[i], ids[j], + "upper-category IDs must be distinct: ids[{i}] == ids[{j}] == {}", + ids[i] + ); + } + } + + // IDs must be stable across re-resolution within the same hydration. + assert_eq!(registry.resolve_iri_in(g, OBJECT), Some(object)); + assert_eq!(registry.resolve_iri_in(g, EVENT), Some(event)); +} diff --git a/crates/lance-graph-ontology/tests/fibo_be_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/fibo_be_hydrator_smoke.rs new file mode 100644 index 00000000..d2e92249 --- /dev/null +++ b/crates/lance-graph-ontology/tests/fibo_be_hydrator_smoke.rs @@ -0,0 +1,81 @@ +// Skip under Miri — hydration reads `data/ontologies/fibo-be/*.rdf` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-7 smoke test: hydrate FIBO Business Entities (BE) and assert +//! L3-business-entity invariants. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_fibo_be, OntologyRegistry}; + +#[test] +fn fibo_be_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_fibo_be(®istry).expect("FIBO-BE hydrates"); + assert_eq!(g, OGIT::FIBOBE_V1.0); + + let bundle = registry + .bundle_for(OGIT::FIBOBE_V1.0) + .expect("ContextBundle registered at FIBOBE_V1"); + + assert_eq!(bundle.g, OGIT::FIBOBE_V1.0); + assert_eq!(bundle.domain_name, "fibobe"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::DOLCE_V1.0), + "FIBO-BE inherits_from must be DOLCE" + ); + + let entity_count = bundle.entity_count(); + assert!( + entity_count > 500, + "expected >500 entities for FIBO-BE, got {entity_count}" + ); +} + +#[test] +fn fibo_be_canonical_iris_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_fibo_be(®istry).expect("FIBO-BE hydrates"); + let g = OGIT::FIBOBE_V1.0; + + // Load-bearing FIBO-BE IRIs covering corporate structures (the bO-* + // series binds against these for SKR03/SKR04 / HGB / UStG bridges). + // `LegalEntity` / `LegalPerson` live in OMG Commons (re-imported by + // FIBO-BE), not under BE/LegalEntities/LegalPersons/ directly — that + // module defines `BusinessEntity` and other LegalPerson-specialised + // classes on top. + let load_bearing = [ + // OMG Commons re-imports + "https://www.omg.org/spec/Commons/Organizations/LegalEntity", + "https://www.omg.org/spec/Commons/Organizations/LegalPerson", + // BE/LegalEntities native specialisations + "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/BusinessEntity", + // Corporations + "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/JointStockCompany", + "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/PubliclyHeldCompany", + // Partnerships + "https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/Partnership", + "https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/GeneralPartnership", + "https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships/LimitedPartnership", + // Trusts + "https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts/Trust", + ]; + for iri in &load_bearing { + assert!( + registry.resolve_iri_in(g, iri).is_some(), + "{iri} must resolve under G={g}" + ); + } +} + +#[test] +fn fibo_be_inherits_from_dolce() { + // BE declares inherits_from: dolce directly today. A future PR may + // chain BE → FND → DOLCE once multi-parent inheritance lands. + let registry = OntologyRegistry::new_in_memory(); + hydrate_fibo_be(®istry).expect("FIBO-BE hydrates"); + let bundle = registry + .bundle_for(OGIT::FIBOBE_V1.0) + .expect("bundle registered"); + assert_eq!(bundle.inherits_from, Some(OGIT::DOLCE_V1.0)); +} diff --git a/crates/lance-graph-ontology/tests/fibo_fnd_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/fibo_fnd_hydrator_smoke.rs new file mode 100644 index 00000000..30901ce7 --- /dev/null +++ b/crates/lance-graph-ontology/tests/fibo_fnd_hydrator_smoke.rs @@ -0,0 +1,90 @@ +// Skip under Miri — hydration reads `data/ontologies/fibo-fnd/*.rdf` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-6 smoke test: hydrate FIBO Foundations (FND) and assert +//! L3-financial-foundation invariants. +//! +//! FIBO ships as ~59 RDF/XML files under data/ontologies/fibo-fnd/. +//! `OwlHydrator::hydrate_many` walks the tree and dispatches via +//! `oxrdfxml` (RDF/XML) per file. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_fibo_fnd, OntologyRegistry}; + +#[test] +fn fibo_fnd_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_fibo_fnd(®istry).expect("FIBO-FND hydrates"); + assert_eq!(g, OGIT::FIBOFND_V1.0); + + let bundle = registry + .bundle_for(OGIT::FIBOFND_V1.0) + .expect("ContextBundle registered at FIBOFND_V1"); + + assert_eq!(bundle.g, OGIT::FIBOFND_V1.0); + assert_eq!(bundle.domain_name, "fibofnd"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::DOLCE_V1.0), + "FIBO-FND inherits_from must be DOLCE" + ); + + // FIBO-FND has hundreds of named classes/properties across its modules. + let entity_count = bundle.entity_count(); + assert!( + entity_count > 1000, + "expected >1000 entities for FIBO-FND, got {entity_count}" + ); +} + +#[test] +fn fibo_fnd_canonical_iris_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_fibo_fnd(®istry).expect("FIBO-FND hydrates"); + let g = OGIT::FIBOFND_V1.0; + + // Load-bearing FIBO-FND IRIs that downstream FIBO modules and bO-* + // bridges declare against. Note: many "Party"-flavored concepts live + // under OMG Commons (cmns-*) since FIBO re-imports the OMG foundation; + // the load-bearing test asserts both the OMG Commons re-imports AND the + // FIBO-native FND classes resolve. + let load_bearing = [ + // OMG Commons (re-imported by FND, used across every FIBO module) + "https://www.omg.org/spec/Commons/Organizations/LegalPerson", + // Agents and people + "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/Person", + // Currency / monetary amounts (FND/Accounting) + "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/MonetaryAmount", + "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/Currency", + "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/AmountOfMoney", + "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/ExchangeRate", + "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/InterestRate", + ]; + for iri in &load_bearing { + assert!( + registry.resolve_iri_in(g, iri).is_some(), + "{iri} must resolve under G={g}" + ); + } +} + +#[test] +fn fibo_fnd_edge_whitelist_registered() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_fibo_fnd(®istry).expect("FIBO-FND hydrates"); + let edges = registry + .edge_types_for(OGIT::FIBOFND_V1.0) + .expect("whitelist registered"); + assert!( + edges.len() >= 15, + "expected >= 15 cascade edge IRIs, got {} ({:?})", + edges.len(), + edges + ); + assert!( + edges + .iter() + .any(|e| e == "https://www.omg.org/spec/Commons/Identifiers/hasIdentifier"), + "FIBO Commons hasIdentifier must be in the whitelist" + ); +} diff --git a/crates/lance-graph-ontology/tests/owltime_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/owltime_hydrator_smoke.rs new file mode 100644 index 00000000..ece722fe --- /dev/null +++ b/crates/lance-graph-ontology/tests/owltime_hydrator_smoke.rs @@ -0,0 +1,91 @@ +// Skip under Miri — hydration reads `data/ontologies/time.ttl` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-2 smoke test: hydrate OWL-Time and assert L2 invariants. +//! +//! - bundle exists at `OGIT::TIME_V1.0` +//! - `inherits_from == Some(OGIT::DOLCE_V1.0)` (L2 root under DOLCE) +//! - `domain_name == "owltime"` +//! - canonical `Interval` / `Instant` / `ProperInterval` IRIs resolve +//! - cascade edge whitelist includes Allen interval relations + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_owltime, OntologyRegistry}; + +const TIME_BASE: &str = "http://www.w3.org/2006/time#"; + +fn time(name: &str) -> String { + format!("{TIME_BASE}{name}") +} + +#[test] +fn owltime_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_owltime(®istry).expect("OWL-Time hydrates"); + assert_eq!(g, OGIT::TIME_V1.0); + + let bundle = registry + .bundle_for(OGIT::TIME_V1.0) + .expect("ContextBundle registered at TIME_V1"); + + assert_eq!(bundle.g, OGIT::TIME_V1.0); + assert_eq!(bundle.version, OGIT::TIME_V1.1); + assert_eq!(bundle.domain_name, "owltime"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::DOLCE_V1.0), + "OWL-Time inherits_from must be DOLCE (L2 under L1)" + ); + + let entity_count = bundle.entity_count(); + assert!( + entity_count > 80, + "expected >80 entities for OWL-Time, got {entity_count}" + ); +} + +#[test] +fn owltime_canonical_iris_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_owltime(®istry).expect("OWL-Time hydrates"); + let g = OGIT::TIME_V1.0; + for name in &[ + "TemporalEntity", + "Instant", + "Interval", + "ProperInterval", + "DateTimeDescription", + "Duration", + ] { + let iri = time(name); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "time:{name} must resolve under G={g}" + ); + } +} + +#[test] +fn owltime_edge_whitelist_has_allen_relations() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_owltime(®istry).expect("OWL-Time hydrates"); + let edges = registry + .edge_types_for(OGIT::TIME_V1.0) + .expect("whitelist registered"); + for relation in &[ + "intervalBefore", + "intervalAfter", + "intervalMeets", + "intervalOverlaps", + "intervalStarts", + "intervalFinishes", + "intervalDuring", + "intervalEquals", + ] { + let iri = time(relation); + assert!( + edges.iter().any(|e| e == &iri), + "Allen relation time:{relation} must be in the cascade whitelist" + ); + } +} diff --git a/crates/lance-graph-ontology/tests/provo_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/provo_hydrator_smoke.rs new file mode 100644 index 00000000..e2e54e62 --- /dev/null +++ b/crates/lance-graph-ontology/tests/provo_hydrator_smoke.rs @@ -0,0 +1,87 @@ +// Skip under Miri — hydration reads `data/ontologies/provo.ttl` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-3 smoke test: hydrate PROV-O and assert L2 invariants. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_provo, OntologyRegistry}; + +const PROV_BASE: &str = "http://www.w3.org/ns/prov#"; + +fn prov(name: &str) -> String { + format!("{PROV_BASE}{name}") +} + +#[test] +fn provo_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_provo(®istry).expect("PROV-O hydrates"); + assert_eq!(g, OGIT::PROVO_V1.0); + + let bundle = registry + .bundle_for(OGIT::PROVO_V1.0) + .expect("ContextBundle registered at PROVO_V1"); + + assert_eq!(bundle.g, OGIT::PROVO_V1.0); + assert_eq!(bundle.domain_name, "provo"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::DOLCE_V1.0), + "PROV-O inherits_from must be DOLCE" + ); + + let entity_count = bundle.entity_count(); + assert!( + entity_count > 80, + "expected >80 entities for PROV-O, got {entity_count}" + ); +} + +#[test] +fn provo_canonical_iris_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_provo(®istry).expect("PROV-O hydrates"); + let g = OGIT::PROVO_V1.0; + // The three PROV-O top-level classes (Entity, Activity, Agent) plus + // the standard provenance relations. + for name in &[ + "Entity", + "Activity", + "Agent", + "Bundle", + "wasGeneratedBy", + "used", + "wasDerivedFrom", + "wasAttributedTo", + "wasAssociatedWith", + "actedOnBehalfOf", + ] { + let iri = prov(name); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "prov:{name} must resolve under G={g}" + ); + } +} + +#[test] +fn provo_edge_whitelist_has_load_bearing_relations() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_provo(®istry).expect("PROV-O hydrates"); + let edges = registry + .edge_types_for(OGIT::PROVO_V1.0) + .expect("whitelist registered"); + for relation in &[ + "wasGeneratedBy", + "used", + "wasDerivedFrom", + "wasAttributedTo", + "actedOnBehalfOf", + ] { + let iri = prov(relation); + assert!( + edges.iter().any(|e| e == &iri), + "prov:{relation} must be in the cascade whitelist" + ); + } +} diff --git a/crates/lance-graph-ontology/tests/qudt_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/qudt_hydrator_smoke.rs new file mode 100644 index 00000000..3bc4a6ed --- /dev/null +++ b/crates/lance-graph-ontology/tests/qudt_hydrator_smoke.rs @@ -0,0 +1,132 @@ +// Skip under Miri — hydration reads `data/ontologies/qudt-*.ttl` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-4 smoke test: hydrate QUDT and assert L2 invariants. +//! +//! Multi-file hydration: QUDT ships as separate core + units artifacts. +//! Both merge into a single bundle keyed by `OGIT::QUDT_V1.0`. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_qudt, OntologyRegistry}; + +const QUDT_BASE: &str = "http://qudt.org/schema/qudt/"; + +fn qudt(name: &str) -> String { + format!("{QUDT_BASE}{name}") +} + +#[test] +fn qudt_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_qudt(®istry).expect("QUDT hydrates"); + assert_eq!(g, OGIT::QUDT_V1.0); + + let bundle = registry + .bundle_for(OGIT::QUDT_V1.0) + .expect("ContextBundle registered at QUDT_V1"); + + assert_eq!(bundle.g, OGIT::QUDT_V1.0); + assert_eq!(bundle.domain_name, "qudt"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::DOLCE_V1.0), + "QUDT inherits_from must be DOLCE" + ); + + // Core schema (~163 classes) + units catalogue (~2900 units) + + // quantitykinds catalogue (~1200 quantitykinds) → expect >4000 entities. + let entity_count = bundle.entity_count(); + assert!( + entity_count > 4000, + "expected >4000 entities for QUDT (core+units+quantitykinds), got {entity_count}" + ); +} + +#[test] +fn qudt_core_classes_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_qudt(®istry).expect("QUDT hydrates"); + let g = OGIT::QUDT_V1.0; + // Canonical QUDT 2.1 core classes (dimension carrier is named + // `QuantityKindDimensionVector`, not `Dimension`). + for name in &[ + "Quantity", + "QuantityKind", + "Unit", + "QuantityValue", + "QuantityKindDimensionVector", + ] { + let iri = qudt(name); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "qudt:{name} must resolve under G={g}" + ); + } +} + +#[test] +fn qudt_unit_individuals_resolve() { + // Spot-check the seven SI base units from the units catalogue. + // QUDT 2.1 uses single-letter symbols for SI base units + // (M / SEC / K / A / MOL / CD / KiloGM), not "METER" etc. + let registry = OntologyRegistry::new_in_memory(); + hydrate_qudt(®istry).expect("QUDT hydrates"); + let g = OGIT::QUDT_V1.0; + for unit in &["M", "SEC", "K", "A", "MOL", "CD", "KiloGM"] { + let iri = format!("http://qudt.org/vocab/unit/{unit}"); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "unit:{unit} must resolve under G={g}" + ); + } +} + +#[test] +fn qudt_edge_whitelist_has_quantity_kind_binding() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_qudt(®istry).expect("QUDT hydrates"); + let edges = registry + .edge_types_for(OGIT::QUDT_V1.0) + .expect("whitelist registered"); + for relation in &["hasQuantityKind", "hasUnit", "conversionMultiplier"] { + let iri = qudt(relation); + assert!( + edges.iter().any(|e| e == &iri), + "qudt:{relation} must be in the cascade whitelist" + ); + } +} + +#[test] +fn qudt_si_quantitykinds_resolve() { + // The seven SI base quantitykinds plus the most common derived ones. + // Downstream measurement / conversion cascades hop from a Quantity + // individual → its hasQuantityKind → one of these. + let registry = OntologyRegistry::new_in_memory(); + hydrate_qudt(®istry).expect("QUDT hydrates"); + let g = OGIT::QUDT_V1.0; + for qk in &[ + // SI base quantitykinds + "Length", + "Mass", + "Time", + "ElectricCurrent", + "Temperature", + "AmountOfSubstance", + "LuminousIntensity", + // Common derived quantitykinds + "Force", + "Energy", + "Power", + "Pressure", + "Frequency", + "Voltage", + "Velocity", + ] { + let iri = format!("http://qudt.org/vocab/quantitykind/{qk}"); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "quantitykind:{qk} must resolve under G={g}" + ); + } +} diff --git a/crates/lance-graph-ontology/tests/schemaorg_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/schemaorg_hydrator_smoke.rs new file mode 100644 index 00000000..b862b8e1 --- /dev/null +++ b/crates/lance-graph-ontology/tests/schemaorg_hydrator_smoke.rs @@ -0,0 +1,85 @@ +// Skip under Miri — hydration reads `data/ontologies/schemaorg.ttl` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-8 smoke test: hydrate schema.org and assert L3 invariants. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_schemaorg, OntologyRegistry}; + +const SCHEMA_BASE: &str = "https://schema.org/"; + +fn schema(name: &str) -> String { + format!("{SCHEMA_BASE}{name}") +} + +#[test] +fn schemaorg_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_schemaorg(®istry).expect("schema.org hydrates"); + assert_eq!(g, OGIT::SCHEMAORG_V1.0); + + let bundle = registry + .bundle_for(OGIT::SCHEMAORG_V1.0) + .expect("ContextBundle registered at SCHEMAORG_V1"); + + assert_eq!(bundle.g, OGIT::SCHEMAORG_V1.0); + assert_eq!(bundle.domain_name, "schemaorg"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::DOLCE_V1.0), + "schema.org inherits_from must be DOLCE" + ); + + // schema.org has ~1400 named classes/properties + let entity_count = bundle.entity_count(); + assert!( + entity_count > 1000, + "expected >1000 entities for schema.org, got {entity_count}" + ); +} + +#[test] +fn schemaorg_canonical_iris_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_schemaorg(®istry).expect("schema.org hydrates"); + let g = OGIT::SCHEMAORG_V1.0; + // Top-level schema.org classes that downstream business ontologies bind + // to (Person/Organization for FIBO LegalPerson, Place/Event for AEC3PO, + // Product/CreativeWork for invoicing/UBL, …). + for name in &[ + "Thing", + "Person", + "Organization", + "Place", + "Event", + "Product", + "CreativeWork", + "Action", + "Intangible", + ] { + let iri = schema(name); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "schema:{name} must resolve under G={g}" + ); + } +} + +#[test] +fn schemaorg_edge_whitelist_has_domain_range_includes() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_schemaorg(®istry).expect("schema.org hydrates"); + let edges = registry + .edge_types_for(OGIT::SCHEMAORG_V1.0) + .expect("whitelist registered"); + // schema.org's flexible-typing surface uses domainIncludes / rangeIncludes + // instead of strict rdfs:domain / rdfs:range — these MUST be in the + // whitelist or property-typing cascades break. + for relation in &["domainIncludes", "rangeIncludes"] { + let iri = schema(relation); + assert!( + edges.iter().any(|e| e == &iri), + "schema:{relation} must be in the cascade whitelist" + ); + } +} diff --git a/crates/lance-graph-ontology/tests/skos_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/skos_hydrator_smoke.rs new file mode 100644 index 00000000..498aac7b --- /dev/null +++ b/crates/lance-graph-ontology/tests/skos_hydrator_smoke.rs @@ -0,0 +1,126 @@ +// Skip under Miri — hydration reads `data/ontologies/skos/*.rdf` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-5 smoke test: hydrate SKOS Core + SKOS-XL and assert L2 invariants. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_skos, OntologyRegistry}; + +const SKOS_BASE: &str = "http://www.w3.org/2004/02/skos/core#"; +const SKOSXL_BASE: &str = "http://www.w3.org/2008/05/skos-xl#"; + +fn skos(name: &str) -> String { + format!("{SKOS_BASE}{name}") +} + +fn skosxl(name: &str) -> String { + format!("{SKOSXL_BASE}{name}") +} + +#[test] +fn skos_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_skos(®istry).expect("SKOS hydrates"); + assert_eq!(g, OGIT::SKOS_V1.0); + + let bundle = registry + .bundle_for(OGIT::SKOS_V1.0) + .expect("ContextBundle registered at SKOS_V1"); + + assert_eq!(bundle.g, OGIT::SKOS_V1.0); + assert_eq!(bundle.domain_name, "skos"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::DOLCE_V1.0), + "SKOS inherits_from must be DOLCE" + ); + + // SKOS Core has ~32 named entities + XL adds 5 more + RDF/OWL/DC + // primitives interned during hydration; expect comfortably > 30. + let entity_count = bundle.entity_count(); + assert!( + entity_count > 30, + "expected >30 entities for SKOS Core+XL, got {entity_count}" + ); +} + +#[test] +fn skos_core_classes_and_properties_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_skos(®istry).expect("SKOS hydrates"); + let g = OGIT::SKOS_V1.0; + // SKOS Core classes + for name in &["Concept", "ConceptScheme", "Collection", "OrderedCollection"] { + let iri = skos(name); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "skos:{name} must resolve under G={g}" + ); + } + // SKOS Core semantic-relation properties (the load-bearing surface for + // SKR03/SKR04 alignment and thesaurus traversal). + for name in &[ + "broader", + "narrower", + "related", + "broaderTransitive", + "narrowerTransitive", + "inScheme", + "hasTopConcept", + "member", + "prefLabel", + "altLabel", + "hiddenLabel", + "notation", + "broadMatch", + "narrowMatch", + "exactMatch", + "closeMatch", + ] { + let iri = skos(name); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "skos:{name} must resolve under G={g}" + ); + } +} + +#[test] +fn skos_xl_label_surface_resolves() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_skos(®istry).expect("SKOS hydrates"); + let g = OGIT::SKOS_V1.0; + // SKOS-XL lifts labels to first-class IRIs. + for name in &[ + "Label", + "literalForm", + "prefLabel", + "altLabel", + "hiddenLabel", + "labelRelation", + ] { + let iri = skosxl(name); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "skosxl:{name} must resolve under G={g}" + ); + } +} + +#[test] +fn skos_edge_whitelist_has_match_predicates() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_skos(®istry).expect("SKOS hydrates"); + let edges = registry + .edge_types_for(OGIT::SKOS_V1.0) + .expect("whitelist registered"); + // Cross-scheme `*Match` predicates are the load-bearing surface for + // bridging SKR03/SKR04 to FIBO and HGB; they MUST be in the whitelist. + for relation in &["broadMatch", "narrowMatch", "exactMatch", "closeMatch"] { + let iri = skos(relation); + assert!( + edges.iter().any(|e| e == &iri), + "skos:{relation} must be in the cascade whitelist" + ); + } +} diff --git a/crates/lance-graph-ontology/tests/skr_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/skr_hydrator_smoke.rs new file mode 100644 index 00000000..46a5f500 --- /dev/null +++ b/crates/lance-graph-ontology/tests/skr_hydrator_smoke.rs @@ -0,0 +1,222 @@ +// Skip under Miri — hydration reads the CSV via std::fs. +#![cfg(not(miri))] + +//! PR-bO-13 smoke test: hydrate DATEV SKR 03 + SKR 04 charts of accounts. +//! +//! Asserts that: +//! - Both schemes hydrate into separate G slots with the correct domain +//! and DOLCE inheritance. +//! - The load-bearing anchor accounts resolve under their respective +//! `urn:datev:{skr03,skr04}:account/{number}` IRIs. +//! - Entity counts are in the expected range (>1000 each). + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{ + hydrate_skr03, hydrate_skr03_bau, hydrate_skr04, OntologyRegistry, SKR03_BAU_IRI_PREFIX, + SKR03_IRI_PREFIX, SKR04_IRI_PREFIX, +}; + +#[test] +fn skr03_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_skr03(®istry).expect("SKR 03 hydrates"); + assert_eq!(g, OGIT::SKR03_V1.0); + + let bundle = registry + .bundle_for(OGIT::SKR03_V1.0) + .expect("ContextBundle registered at SKR03_V1"); + assert_eq!(bundle.g, OGIT::SKR03_V1.0); + assert_eq!(bundle.domain_name, "skr03"); + assert_eq!(bundle.inherits_from, Some(OGIT::DOLCE_V1.0)); + assert!( + bundle.entity_count() >= 1400, + "expected >= 1400 canonical SKR 03 accounts, got {}", + bundle.entity_count() + ); +} + +#[test] +fn skr04_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_skr04(®istry).expect("SKR 04 hydrates"); + assert_eq!(g, OGIT::SKR04_V1.0); + + let bundle = registry + .bundle_for(OGIT::SKR04_V1.0) + .expect("ContextBundle registered at SKR04_V1"); + assert_eq!(bundle.g, OGIT::SKR04_V1.0); + assert_eq!(bundle.domain_name, "skr04"); + assert_eq!(bundle.inherits_from, Some(OGIT::DOLCE_V1.0)); + assert!( + bundle.entity_count() >= 1200, + "expected >= 1200 SKR 04 accounts, got {}", + bundle.entity_count() + ); +} + +#[test] +fn skr03_anchor_accounts_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_skr03(®istry).expect("hydrate"); + let g = OGIT::SKR03_V1.0; + // Canonical SKR 03 anchor accounts. Each MUST resolve or downstream + // bookkeeping projection breaks. + // 1000 Kasse (process-oriented: cash) + // 1200 Bank (bank) + // 1400 Forderungen LL (receivables) + // 1576 Abziehbare Vorsteuer 19% (input VAT) + // 3300 Wareneingang 19% Vorsteuer (goods received) + // 8400 Erlöse 19% USt (revenue, the SKR03 canonical) + // 8300 Erlöse 7% USt (revenue, reduced VAT) + for acct in &["1000", "1200", "1400", "1576", "3300", "8400", "8300"] { + let iri = format!("{SKR03_IRI_PREFIX}/{acct}"); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "SKR 03 anchor account {acct} must resolve at {iri}" + ); + } +} + +#[test] +fn skr04_anchor_accounts_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_skr04(®istry).expect("hydrate"); + let g = OGIT::SKR04_V1.0; + // SKR 04 anchor accounts. Numbers DIFFER from SKR 03 — same number + // means a different account in the other scheme. + // 1000 Roh-, Hilfs- und Betriebsstoffe (NOT cash; in SKR04 this is RHB) + // 1200 Forderungen LL (receivables in SKR04) + // 1400 Abziehbare Vorsteuer (input VAT, SKR04 canonical) + // 1600 Kasse (cash, balance-sheet-numbered) + // 1800 Bank (bank) + // 3300 Verbindlichkeiten LL (payables) + // 4200 Erlöse (revenue, canonical generic SKR04) + // + // NOTE: account 2900 "Gezeichnetes Kapital" is documented in the PDF but + // currently not extracted by the parser (page-8 column-boundary gap — + // family 2 / Eigenkapital section). Same for 4400 (caught up in a + // multi-account bleed at 4332). Known coverage gaps in the data + // (TODO: parser improvement); the hydrator itself is correct. + for acct in &["1000", "1200", "1400", "1600", "1800", "3300", "4200"] { + let iri = format!("{SKR04_IRI_PREFIX}/{acct}"); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "SKR 04 anchor account {acct} must resolve at {iri}" + ); + } +} + +#[test] +fn skr03_and_skr04_are_separate_slots() { + // The same account NUMBER (e.g. "1000") MUST be a separate IRI in each + // scheme because the underlying account-meaning differs: + // SKR 03 / 1000 = Kasse (cash) + // SKR 04 / 1000 = Roh-, Hilfs- und Betriebsstoffe (RHB stocks) + // Confirms the two schemes hydrate into independent G slots. + let registry = OntologyRegistry::new_in_memory(); + hydrate_skr03(®istry).expect("SKR 03"); + hydrate_skr04(®istry).expect("SKR 04"); + + let skr03 = registry.bundle_for(OGIT::SKR03_V1.0).expect("skr03"); + let skr04 = registry.bundle_for(OGIT::SKR04_V1.0).expect("skr04"); + + assert_ne!(skr03.g, skr04.g); + assert_ne!(skr03.domain_name, skr04.domain_name); + + let id_03_1000 = skr03 + .resolve_iri(&format!("{SKR03_IRI_PREFIX}/1000")) + .expect("SKR 03 / 1000"); + let id_04_1000 = skr04 + .resolve_iri(&format!("{SKR04_IRI_PREFIX}/1000")) + .expect("SKR 04 / 1000"); + // Both bundles use the same starting_entity_id (100), so the integer + // value of the entity ID happens to overlap — but the scheme-qualified + // IRIs are different. The point is the BUNDLES are independent. + let _ = (id_03_1000, id_04_1000); + + // Cross-resolve: SKR 03 / 1000 must NOT resolve in the SKR 04 slot. + assert!( + skr04.resolve_iri(&format!("{SKR03_IRI_PREFIX}/1000")).is_none(), + "SKR 03 IRI must not resolve in SKR 04 bundle" + ); + assert!( + skr03.resolve_iri(&format!("{SKR04_IRI_PREFIX}/1000")).is_none(), + "SKR 04 IRI must not resolve in SKR 03 bundle" + ); +} + +#[test] +fn skr03_bau_extensions_hydrate_into_dedicated_slot() { + // Bau hydrates into ITS OWN G slot (OGIT::SKR03BAU_V1 = 42), NOT the + // canonical SKR03_V1 slot, so a caller that hydrates BOTH canonical + // and Bau in the same OntologyRegistry holds both bundles + // independently without one overwriting the other. The Bau bundle + // declares inherits_from: Some(OGIT::SKR03_V1.0) to make the + // structural dependency on canonical SKR 03 explicit. + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_skr03_bau(®istry).expect("SKR 03 Bau hydrates"); + assert_eq!(g, OGIT::SKR03BAU_V1.0); + + let bundle = registry.bundle_for(g).expect("bundle"); + assert_eq!(bundle.domain_name, "skr03-bau"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::SKR03_V1.0), + "Bau must inherit from canonical SKR 03" + ); + // 1686 in the Bau CSV. Allow a bit of slack. + assert!( + bundle.entity_count() >= 1600, + "expected >= 1600 Bau accounts, got {}", + bundle.entity_count() + ); + // Spot-check the trade-specific extensions. + for ext in &["007510", "010010", "010011", "011510"] { + let iri = format!("{SKR03_BAU_IRI_PREFIX}/{ext}"); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "Bau extension {ext} must resolve at {iri}" + ); + } +} + +#[test] +fn skr03_canonical_and_bau_coexist_in_one_registry() { + // Regression test for the Codex P1 finding (PR #407 review): + // hydrate_skr03 + hydrate_skr03_bau in sequence must populate TWO + // distinct G slots, not overwrite each other. Before the fix the + // second call dropped the canonical 4-digit accounts because both + // hydrators registered into OGIT::SKR03_V1. + let registry = OntologyRegistry::new_in_memory(); + hydrate_skr03(®istry).expect("canonical SKR 03"); + hydrate_skr03_bau(®istry).expect("SKR 03 Bau"); + + let canonical = registry.bundle_for(OGIT::SKR03_V1.0).expect("canonical bundle"); + let bau = registry.bundle_for(OGIT::SKR03BAU_V1.0).expect("Bau bundle"); + + // Canonical bundle: 4-digit IRI base, includes load-bearing accounts. + assert!( + canonical.resolve_iri(&format!("{SKR03_IRI_PREFIX}/1000")).is_some(), + "canonical SKR 03 / 1000 Kasse must still resolve after Bau hydration" + ); + assert!( + canonical.entity_count() >= 1400, + "canonical SKR 03 must retain its full account set after Bau hydration" + ); + + // Bau bundle: 6-digit IRI base, includes trade-specific extensions. + assert!( + bau.resolve_iri(&format!("{SKR03_BAU_IRI_PREFIX}/007510")).is_some(), + "Bau extension 007510 must resolve in Bau bundle" + ); + + // Cross-resolve: Bau IRI must NOT resolve in canonical bundle and vice versa. + assert!( + canonical.resolve_iri(&format!("{SKR03_BAU_IRI_PREFIX}/007510")).is_none(), + "Bau IRI must not resolve in canonical SKR 03 bundle" + ); + assert!( + bau.resolve_iri(&format!("{SKR03_IRI_PREFIX}/1000")).is_none(), + "canonical SKR 03 IRI must not resolve in Bau bundle" + ); +} diff --git a/crates/lance-graph-ontology/tests/zugferd_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/zugferd_hydrator_smoke.rs new file mode 100644 index 00000000..12783635 --- /dev/null +++ b/crates/lance-graph-ontology/tests/zugferd_hydrator_smoke.rs @@ -0,0 +1,153 @@ +// Skip under Miri — hydration reads `data/ontologies/zugferd/*.xsd` via std::fs. +#![cfg(not(miri))] + +//! PR-bO-16 smoke test: hydrate ZUGFeRD/Factur-X EN16931 and assert +//! L3 e-invoicing invariants. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_zugferd, OntologyRegistry}; + +const RSM: &str = "urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100"; +const RAM: &str = "urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100"; +const UDT: &str = "urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100"; +const QDT: &str = "urn:un:unece:uncefact:data:standard:QualifiedDataType:100"; + +#[test] +fn zugferd_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_zugferd(®istry).expect("ZUGFeRD hydrates"); + assert_eq!(g, OGIT::ZUGFERD_V1.0); + + let bundle = registry + .bundle_for(OGIT::ZUGFERD_V1.0) + .expect("ContextBundle registered at ZUGFERD_V1"); + + assert_eq!(bundle.g, OGIT::ZUGFERD_V1.0); + assert_eq!(bundle.domain_name, "zugferd"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::DOLCE_V1.0), + "ZUGFeRD inherits_from must be DOLCE" + ); + + // EN16931 profile covers 4 XSD files: top-level CrossIndustryInvoice, + // ReusableAggregateBusinessInformationEntity (~39 complex types), + // QualifiedDataType, UnqualifiedDataType. Expect hundreds of entities. + let entity_count = bundle.entity_count(); + assert!( + entity_count > 200, + "expected >200 entities for ZUGFeRD EN16931 (4 XSDs), got {entity_count}" + ); +} + +#[test] +fn zugferd_cii_root_resolves() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_zugferd(®istry).expect("hydrate"); + let g = OGIT::ZUGFERD_V1.0; + // The CII root element and its type — the entry point of every + // ZUGFeRD invoice. + assert!( + registry + .resolve_iri_in(g, &format!("{RSM}#CrossIndustryInvoice")) + .is_some(), + "CrossIndustryInvoice element must resolve" + ); + assert!( + registry + .resolve_iri_in(g, &format!("{RSM}#CrossIndustryInvoiceType")) + .is_some(), + "CrossIndustryInvoiceType complexType must resolve" + ); +} + +#[test] +fn zugferd_ram_load_bearing_types_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_zugferd(®istry).expect("hydrate"); + let g = OGIT::ZUGFERD_V1.0; + // The load-bearing CII RAM complex types — every ZUGFeRD invoice's + // structure binds against these. + for type_name in &[ + "ExchangedDocumentType", + "ExchangedDocumentContextType", + "SupplyChainTradeTransactionType", + "HeaderTradeAgreementType", + "HeaderTradeDeliveryType", + "HeaderTradeSettlementType", + "TradePartyType", + "TradeAddressType", + "TradeTaxType", + "DocumentLineDocumentType", + ] { + let iri = format!("{RAM}#{type_name}"); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "ram:{type_name} must resolve under G={g}" + ); + } +} + +#[test] +fn zugferd_datatype_namespaces_present() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_zugferd(®istry).expect("hydrate"); + let g = OGIT::ZUGFERD_V1.0; + // Spot-check that at least one IRI from each of the four CII + // namespaces was interned (proves the multi-file walk picks up every + // XSD in the directory). + let probes = [ + format!("{RSM}#CrossIndustryInvoice"), + format!("{RAM}#ExchangedDocumentType"), + ]; + for iri in &probes { + assert!( + registry.resolve_iri_in(g, iri).is_some(), + "{iri} must resolve" + ); + } + // The QDT/UDT XSDs declare types like `AmountType`, `IDType`. They + // may use either targetNamespace; just assert at least one IRI from + // each namespace exists by enumerating the bundle. + let bundle = registry.bundle_for(g).expect("bundle"); + let saw_udt = bundle + .ontology + .as_ref() + .map(|o| o.iri_to_id.keys().any(|k| k.starts_with(UDT))) + .unwrap_or(false); + let saw_qdt = bundle + .ontology + .as_ref() + .map(|o| o.iri_to_id.keys().any(|k| k.starts_with(QDT))) + .unwrap_or(false); + assert!(saw_udt, "expected at least one IRI in UDT namespace"); + assert!(saw_qdt, "expected at least one IRI in QDT namespace"); +} + +#[test] +fn zugferd_edge_whitelist_registered() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_zugferd(®istry).expect("hydrate"); + let edges = registry + .edge_types_for(OGIT::ZUGFERD_V1.0) + .expect("whitelist registered"); + assert!( + edges.len() >= 10, + "expected >= 10 cascade edge IRIs, got {} ({:?})", + edges.len(), + edges + ); + // The three CII top-level relational containers MUST be in the + // whitelist or invoice projection breaks. + for top in &[ + "ExchangedDocument", + "ExchangedDocumentContext", + "SupplyChainTradeTransaction", + ] { + let iri = format!("{RSM}#{top}"); + assert!( + edges.iter().any(|e| e == &iri), + "rsm:{top} must be in the cascade whitelist" + ); + } +} diff --git a/crates/lance-graph-ontology/tests/zugferd_rules_hydrator_smoke.rs b/crates/lance-graph-ontology/tests/zugferd_rules_hydrator_smoke.rs new file mode 100644 index 00000000..19814e9a --- /dev/null +++ b/crates/lance-graph-ontology/tests/zugferd_rules_hydrator_smoke.rs @@ -0,0 +1,161 @@ +// Skip under Miri — hydration reads the .sch file via std::fs. +#![cfg(not(miri))] + +//! PR-bO-15 smoke test: hydrate the ZUGFeRD/Factur-X EN16931 Schematron +//! business-rule namespace and assert load-bearing invariants. + +use lance_graph_contract::manifest::OGIT; +use lance_graph_ontology::{hydrate_zugferd_rules, OntologyRegistry}; + +const BASE: &str = "urn:schematron:factur-x-1.08-en16931"; + +#[test] +fn zugferd_rules_hydrator_smoke() { + let registry = OntologyRegistry::new_in_memory(); + let g = hydrate_zugferd_rules(®istry).expect("ZUGFeRD rules hydrate"); + assert_eq!(g, OGIT::ZUGFERDRULES_V1.0); + + let bundle = registry + .bundle_for(OGIT::ZUGFERDRULES_V1.0) + .expect("ContextBundle registered at ZUGFERDRULES_V1"); + + assert_eq!(bundle.g, OGIT::ZUGFERDRULES_V1.0); + assert_eq!(bundle.domain_name, "zugferd-rules"); + assert_eq!( + bundle.inherits_from, + Some(OGIT::ZUGFERD_V1.0), + "rules must inherit from structural ZUGFeRD slot" + ); + + // Actual shape (per inspection of the .sch file): + // - 428 elements with @id, BUT only 301 distinct IDs + // (assertion IDs are reused across patterns). + // - 191 elements, NONE with @id (Schematron-1 style where + // declares the inverse of ; the message body is + // still scanned for bracketed business-rule IDs). + // - 0 elements with @id (most patterns are anonymous). + // - ~209 distinct bracketed business-rule IDs across all message + // bodies (BR-NN / BR-CO-NN / BR-DEC-NN / BR-S/Z/E/...-NN / PEPPOL-*). + // Expected total: 301 + ~209 = ~510 IRIs. + let entity_count = bundle.entity_count(); + assert!( + entity_count >= 500, + "expected >=500 rule IRIs for ZUGFeRD EN16931, got {entity_count}" + ); +} + +#[test] +fn zugferd_rules_canonical_en16931_anchors_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_zugferd_rules(®istry).expect("hydrate"); + let g = OGIT::ZUGFERDRULES_V1.0; + + // Canonical EN16931 anchor rules — these MUST exist or invoice + // validation alignment to the EU directive is broken. Probes drawn + // from the load-bearing rules in the .sch file. + for rule in &[ + "BR-52", // BG-24 supporting document reference + "BR-45", // BG-23 VAT category taxable amount + "BR-46", // BG-23 VAT category tax amount + "BR-47", // BG-23 VAT category code + "BR-CO-03", // VAT point date / code mutually exclusive + "BR-CO-17", // VAT category tax amount = taxable × rate + "BR-S-08", // Standard rated VAT breakdown sum + "BR-Z-08", // Zero rated VAT breakdown sum + "BR-DEC-19", // Max 2 decimals on taxable amount + ] { + let iri = format!("{BASE}/rule/{rule}"); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "EN16931 anchor rule {rule} must resolve at {iri}" + ); + } +} + +#[test] +fn zugferd_rules_peppol_and_de_extensions_present() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_zugferd_rules(®istry).expect("hydrate"); + let g = OGIT::ZUGFERDRULES_V1.0; + + // The PEPPOL extension and DE (German) extension business-rule + // namespaces both appear in the EN16931 Schematron. At minimum, + // PEPPOL-EN16931-R008 (the empty-element warning, present in the + // very first in the .sch file) must resolve. + assert!( + registry + .resolve_iri_in(g, &format!("{BASE}/rule/PEPPOL-EN16931-R008")) + .is_some(), + "PEPPOL-EN16931-R008 must resolve" + ); +} + +#[test] +fn zugferd_rules_schema_assertion_ids_resolve() { + let registry = OntologyRegistry::new_in_memory(); + hydrate_zugferd_rules(®istry).expect("hydrate"); + let g = OGIT::ZUGFERDRULES_V1.0; + + // FX-SCH-A-* schema assertion IDs come from the actual Schematron + // assert element IDs. KoSIT validator output references these + // directly, so downstream code needs IRIs for them. + // + // Spot-checks drawn from the .sch file's first patterns: + // FX-SCH-A-000372 — the empty-element PEPPOL warning + // FX-SCH-A-000280 — BG-24 supporting document reference (BR-52) + // FX-SCH-A-000047 — BG-23 VAT taxable amount (BR-45) + for id in &[ + "FX-SCH-A-000372", + "FX-SCH-A-000280", + "FX-SCH-A-000047", + "FX-SCH-A-000048", + "FX-SCH-A-000049", + ] { + let iri = format!("{BASE}/assert/{id}"); + assert!( + registry.resolve_iri_in(g, &iri).is_some(), + "schema assertion {id} must resolve at {iri}" + ); + } +} + +#[test] +fn zugferd_rules_distinct_business_rule_namespace() { + // The hydrator should produce IRIs spread across multiple business- + // rule families: BR-NN (EN16931 core), BR-CO-NN (calculation/codelist + // co-occurrence), BR-DEC-NN (decimal restrictions), BR-S/Z/E/AE/G/IC/ + // K/L/M/O-NN (VAT category-specific), and PEPPOL-EN16931-*. + let registry = OntologyRegistry::new_in_memory(); + hydrate_zugferd_rules(®istry).expect("hydrate"); + let bundle = registry.bundle_for(OGIT::ZUGFERDRULES_V1.0).expect("bundle"); + let ontology = bundle.ontology.as_ref().expect("ontology slot present"); + + let rule_iris: Vec<&String> = ontology + .iri_to_id + .keys() + .filter(|k| k.starts_with(&format!("{BASE}/rule/"))) + .collect(); + + let saw = |prefix: &str| -> bool { + rule_iris.iter().any(|iri| { + iri.strip_prefix(&format!("{BASE}/rule/")) + .map(|s| s.starts_with(prefix)) + .unwrap_or(false) + }) + }; + + assert!(saw("BR-01") || saw("BR-02"), "EN16931 BR-NN core rules missing"); + assert!(saw("BR-CO-"), "BR-CO-NN co-occurrence rules missing"); + assert!(saw("BR-DEC-"), "BR-DEC-NN decimal-restriction rules missing"); + assert!(saw("BR-S-"), "BR-S-NN standard-rated VAT rules missing"); + assert!(saw("BR-Z-"), "BR-Z-NN zero-rated VAT rules missing"); + assert!(saw("PEPPOL-"), "PEPPOL extension rules missing"); + + // At minimum 150 distinct business-rule IDs should appear (we measured + // 209 distinct ones across the EN16931 profile). + assert!( + rule_iris.len() >= 150, + "expected >= 150 distinct business-rule IRIs, got {}", + rule_iris.len() + ); +} diff --git a/data/ontologies/dul-extensions/conceptualization.owl b/data/ontologies/dul-extensions/conceptualization.owl new file mode 100644 index 00000000..9869cb0c --- /dev/null +++ b/data/ontologies/dul-extensions/conceptualization.owl @@ -0,0 +1,120 @@ + + + +A small set of patterns for representing different kinds of conceptualization relations between agents and social objects. +0.1 Very preliminary as of now. Author: Aldo Gangemi + + +Rappresentazione interna +Internal representation + + + + + + + + + + + + + + + + +The realization, within a cognitive system, of an information object expressing a social object conceptualized by that cognitive system. For example, the subjective realization (within a human cognitive system) of some information expressing the meaning of Italian Traffic Law speed limits. + + + + + + + + + + + + + + + + + + + + + +is known by + + + + + + + + +is believed by + + +An Agent assumes a (conceptualized) Description when she uses it to create a (mental) model or to draw inferences in some reasoning task. This is not the same as 'belief' in epistemic terms. Belief is about a Situation, considered as true, plausible, etc., while assumption is about assuming a Description or Concept. + +assume + + + + + +assumes + + + +è assunto da +An Agent assumes a (conceptualized) Description when she uses it to create a (mental) model or to draw inferences in some reasoning task. + + + +is assumed by + + + +An Agent adopts a Description when she assumes it in order to take Action or to devise a Plan + + + +è adottato da + + +is adopted by + + + +adotta + +An Agent adopts a Description or a Concept when she assumes it in order to take Action or to devise a Plan. In this case, the assumption is stronger, because the Agent wants to commit to some world-changing action on the basis of a Description. This is still different from believes, which concerns epistemic attitude towards a Situation. + + +adopts + + +crede +The conceptualization of a Situation that is only indirectly perceived and processed by an Agent + + + + +believes + + +sa +The conceptualization of a Situation perceived and processed with 'certainty' by an Agent + + + + +knows + + + + + \ No newline at end of file diff --git a/data/ontologies/dul-extensions/lmm-l2.owl b/data/ontologies/dul-extensions/lmm-l2.owl new file mode 100644 index 00000000..00a16416 --- /dev/null +++ b/data/ontologies/dul-extensions/lmm-l2.owl @@ -0,0 +1,479 @@ + + +Lexical MetaModel Level 2 +An ontology for aligning existing linguistic ontologies, and for describing the research objects of NLP. It uses the ontology IOLite.owl, a plugin of DOLCE-Ultralite for information objects; it imports LMM_L1.owl, a design pattern for the basic semiotic categories. The ontology also includes a proposal to match term types to referenced entity types, as an example of the usage of this ontology in NER and sense tagging applications. +1.2 1.1 - Edited annotations - Added class: Gloss - Added property: hasCoInterpretant 1.2 - Simplified several restrictions (in non-lossy way) in order to reduce complexity of reasoning + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +OEis lexicalized by + + + + + + + + +has co-interpretant +A relation between two meanings that are both interpretant for a same information object. + + + + + + +has instance + + + + + + +has syntactic function + + + + + + + +is instance of + + + + + + + +is syntactic function of + + + + + + +lexicalizes oE +Lexicalization for ontology elements. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Expression + + + +Meaning + + + + + + + + + +Reference + + + +Analytic feature + + + + + + + +Any 'feature' used in automatic classification, learning, and in general in all feature-based analyses. In NLP, this role can be applied to a LinguisticFunction, a PartOfSpeech, a graphical feature, etc. A feature role holds in the context of an ExperimentalSetting, where also parameters and operations on the featured enities can be defined. + + + +Associative context + + + + + + + +An associative rule is a lmm1:CoText where a neighborhood of a chunk of text is built out of the terms related to the chunk across the texts of a corpus, e.g. given a certain statistical threshold. + + + +Associative rule + + + + +Concept expression + + + + + +1 + + + + + + + + + + +A Term that expresses a Meaning, and denotes a MultipleReference, e.g. 'Dog', 'Black box' + + + +Concept reference + + + + + + + + +A MultipleReference that is also a TypeCollection, i.e. a Collection whose members constitute the maximal set of individuals that share the same (named) type, i.e. a Concept . E.g. 'the Italians', 'the nurses', 'the automotive workers'. The Expressions that denote such references are typically composed by a determiner ('the' in English), and a noun phrase in plural form. Concept references can be empty collections, e.g. 'the square circles'. + + + +Contextual expression + + + + + + + + + + + + + + + + + + +1 + + + +A Term that denotes a Reference via anaphora or deixis, e.g. 'the dog over there', 'all my family', 'the current ACME employees', 'the lion described above'. + + + +Contextual reference + + + + + + + +An IndividualReference that is denoted by a ContextualExpression (anaphoric or deictic), e.g. 'the book in my bag', 'the book mentioned at the beginning of the story'. The extensional interpretation of Named and Contextual references in a de-reified model can be equivalent, reflecting the paraphrastic property of natural languages, e.g. the extensional interpretations of 'Linosa' and 'the Italian most southern island' are equivalent. This corresponds to saying that names and contextual expressions can denote the same entities. + + + +Enumerated expression + + + + + + + + + + + + + + + + + + + + +An AnaphoricExpression that denotes an enumerated PluralReference, e.g. 'John, Mary, and me'. Enumerated expressions typically have names and anaphoric expressions (e.g. pronouns) as parts. + + + +Experimental setting + +A plan modeled in order to carry out experiments. Roles ('features') can be defined for featured entities that provide evidence for classifying an entity, describing a behavior, etc. + + + +Extensional reference + + + + + + + + + + +1 + + + + + + + + + + + + +Extensional references are collections that require an extensional enumeration (e.g. 'John and Mary'), or an anaphora that allows to extract an implicit enumeration (e.g. 'the books on my table'). Hence, extensional references have individual references as members. Individual references in the extensional reference must be in the setting of some Situation, which means that extensional references only exist if some fact is described by an observer/interpreter. The terms expressing extensional references can be names or contextual expressions. The extensional interpretation of Concept and Extensional references in a de-reified (abstract) model can be equivalent, reflecting the paraphrastic property of natural languages, e.g. the extensional interpretations of 'IberianCountry' and {Spain, Portugal, Andorra, Gibraltar} are equivalent. This corresponds to saying that concept expressions and contextual expressions can denote the same entities, while having different intensional interpretations (meanings). + + + +Gloss + + + + + + + +A text used as an informal definition or comment to a term, lexeme, etc. + + + +Individual reference + + + + + + + + + + + + + +Any LMM1:Reference that isInstanceOf a dul:Concept + + + +LSA rule + + + + +Latent context + + + + + + + + + + +Multiple reference + + +Any LMM1:Reference that is also a dul:Collection, and can have members that are individual references. As a collection, a multiple reference can be covered by a dul:Concept, whose instances are the members of the MultipleReference . For example, JohnDoe (an IndividualReference) isMemberOf ACMEEmployees (a MultipleReference), that dul:isCoveredBy the Employee concept. It also holds that JohnDoe isInstanceOf Employee + + + +Name + + + + + + + + + + + + + + + + + + +1 + + +A proper noun that denotes an IndividualReference, e.g. 'John Zorn', 'Daimler Benz'. + + + +Named entity + + + + + + + +An IndividualReference that is denoted by a Name, e.g. 'John_Zorn' (as an Entity). + + + +Polyrhematic concept expression + + + + + + + +A complex ConceptExpression that denotes a MultipleReference, e.g. 'the antique books'. A polyrhematic expression usually has an associated 'head word'. + + + +Simple concept expression + + + + + + + +A simple ConceptExpression that denotes a ClassReference, e.g. 'the nurses'. + + + +Syntactic context + + + + + + + +A lmm1:CoText that is equivalent to a neighborhood of a certain chunk of text, which can be built based on a syntagmatic rule, e.g. all words from the sentence where the chunk occurs. + + + + + + + + + \ No newline at end of file diff --git a/data/ontologies/dul.ttl b/data/ontologies/dul.ttl new file mode 100644 index 00000000..009e8fe1 --- /dev/null +++ b/data/ontologies/dul.ttl @@ -0,0 +1,2779 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology ; + rdfs:comment """The DOLCE+DnS Ultralite ontology. +It is a simplification of some parts of the DOLCE Lite-Plus library (cf. http://www.ontologydesignpatterns.org/ont/dul/DLP397.owl). +Main aspects in which DOLCE+DnS Ultralite departs from DOLCE Lite-Plus are the following: + +- The names of classes and relations have been made more intuitive +- The DnS-related part is closer to the newer 'constructive DnS' ontology (http://www.ontologydesignpatterns.org/ont/dul/cDnS.owl). +- Temporal and spatial relations are simplified +- Qualities and regions are more relaxed than in DOLCE-Full: they can be used as attributes of any entity; an axiom states that each quality has a region +- Axiomatization makes use of simpler constructs than DOLCE Lite-Plus +- The architecture of the ontology is pattern-based, which means that DOLCE+DnS Ultralite is also available in modules, called 'content ontology design patterns', which can be applied independently in the design of domain ontologies (cf. http://www.ontologydesignpatterns.org). If many modules are needed in a same ontology project, it is anyway useful to use this integrated version. + +The final result is a lightweight, easy-to-apply foundational ontology for modeling either physical or social contexts. +Several extensions of DOLCE+DnS Ultralite have been designed: +- Information objects: http://www.ontologydesignpatterns.org/ont/dul/IOLite.owl +- Systems: http://www.ontologydesignpatterns.org/ont/dul/SystemsLite.owl +- Plans: http://www.ontologydesignpatterns.org/ont/dul/PlansLite.owl +- Legal domain: http://www.ontologydesignpatterns.org/ont/dul/CLO/CoreLegal.owl +- Lexical and semiotic domains: http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl +- DOLCE-Zero: http://www.ontologydesignpatterns.org/ont/d0.owl is a commonsense-oriented generalisation of some top-level classes, which allows to use DOLCE with tolerance against ambiguities like abstract vs. concrete information, locations vs. physical artifacts, event occurrences vs. event types, events vs. situations, qualities vs. regions, etc.; etc.""" ; + rdfs:label "DOLCE+DnS Ultralite" ; + owl:versionInfo 4.2 , + "Created by Aldo Gangemi as both a simplification and extension of DOLCE and Descriptions and Situations ontologies." , + """In 3.2, the links between instances of Region or Parameter, and datatypes have been revised and made more powerful, in order to support efficient design patterns for data value modelling in OWL1.0. +Also, the names of the related properties have been changed in order to make them more intuitive. +Furthermore, a large comment field has been added to the 'expresses' object property, in order to clarify some issues about the many interpretations. +In 3.3, the relation between regions, parameters, and datatypes has been still improved. +In 3.5, the person-related classes have been refactored: Person in 3.4 is now SocialPerson, to avoid confusion with commonsense intuition; Person is now the union of social persons and humans, therefore being a subclass of Agent. +In 3.6, other fixes on universal restriction involving expresses. Also added the property 'isConstraintFor' between parameters and entities. Moved the properties: 'assumes' and 'adopts' to the new module: http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl. +In 3.7, some fixes on the names of classes and properties related to FormalEntity; created a new separate module for general universal restrictions (DULGCI.owl). +In 3.8, more fixes on the interface to formal entities and links to IOLite.owl. +In 3.9, some naming and comment fixes. +In 3.10, removed cardinality restriction from hasPart and isPartOf restrictions (changed to hasComponent and isComponentOf), for OWL(DL) compatibility. Also enlarged the range of includesAgent to contain both social and physical agents, and of conceptualizes universal restriction on agents, to include all social objects. +In 3.11, some more subproperty axioms have been introduced, and all elements have got English labels. +In 3.12, added some classes to map some old DolceLitePlus classes that were used to align OntoWordNet. +In 3.13, added the LocalConcept class to express a Concept that cannot be used in a Description different from the one that defines it. Also updated some comments. +In 3.14, added some comments. +In 3.15, removed some owl:disjointWith axioms relating Collection to InformationObject, Description, Situation, and SocialAgent. The rationale for doing that is to allow less strict constraints on domain relations involving collections that can be also conceived as descriptions, situations, social agents, or information objects; for example: a collection of sentences from a text (an information object) that are ranked with a relevance criterion can be still considered a text. +In 3.16, name of isActedBy changed to actsThrough, which is clearer. Also added SpatioTemporalRegion as constituted by a SpaceRegion and a TimeInterval. +In 3.17, removed redundant universal axioms from Entity and other top classes. Fixed restrictions on FunctionalSubstance class, and comments in Design and Substance classes. +In 3.18, removed subClassOf axiom from FunctionalSubstance to DesignedArtifact, created a new subclass of FunctionalSubstance, called DesignedSubstance, and created a subClassOf axiom from DesignedSubstance to DesignedArtifact. +In 3.19, removed disjointness axiom between Concept and Collection (the same rationale applies as in 3.15 version. +In 3.20, revised the comment for Quality, added InformationEntity as the superclass for InformationObject and InformationRealization (represented as the union of those classes). This is needed in many domain ontologies that do not need to distinguish between abstract and concrete aspects of information entities. One possible revision (not implemented here) would be to introduce the relations: expresses and isAbout with a broader domain:InformationEntity, and two more specific properties: abstractlyExpresses and isAbstractlyAbout. This last revision has not been implemented yet, since a large revision procedure should be carried out in order to check the impact of the revision on the existing DOLCE-DnS-Ultralite plugins. +In 3.21, added comment to InformationEntity, and optimized representation of equivalence for InformationRealization. +In 3.22, added comment to Personification. +In 3.23, added associatedWith object property, and put all object properties as subproperties of it. +In 3.24, removed hasProxy datatype property. +In 3.25, generalized domain and range of hasComponent and isComponentOf. +In 3.26, updated some comments in order to clarify or exemplify the concepts. +In 3.27, added rdfs:isDefinedBy annotations for Linked Data browsers. +In 3.28, broadened the universe of pre-/post-conditions to give room to events and states. +In 3.29, added some properties to support DBpedia alignment: sameSettingAs (situational analogous to coparticipation), including relations originating e.g. from sharing kinship, ownership, or roleplaying situations. +In 3.30, completed some domains and ranges (formerly owl:Thing, now dul:Entity), and added axiom: Organism subClassOf PhysicalAgent. +In 3.31, added a restriction to Quality and one to Region in order to ensure the original DOLCE constraint of qualities being always associated with a region, and vice versa. These axioms do not however exclude a direct applicability of qualities or regions to any other entity. +In 3.32, removed redundant union axioms and some restrictions, which spot a negative trade-off between expressivity and complexity. +In 3.33, added the ObjectAggregate class, added two property chains for coparticipation and same situation setting, updated some comments, added an axiom to Transition. +In 3.34, extended mereological support for parthood, introducing hasPropertPart (transitive) as a middle property between hasPart (transitive and reflexive) and hasComponent (asymmetric). This solution uses then \"reflexive reduction\" and \"transitive reduction\" design patterns (they allow to grant property characteristics through the superproperties, but not in the subproperties). Technically, mereology axioms would require that also hasProperPart be asymmetric, however a direct subproperty of an OWL non-simple property (hasPart) cannot be also asymmetric, hence the approximation. +Added a n-ary parthood class in order to suggest an alternative pattern for time- (and space-)indexed part relations. In order to ensure that property characteristics hold also with parthood n-ary, a property chain is introduced which infers a direct dul:partOf property for each parthood individual. +Added a dul:realizesSelfInformation propery in order to enable local reflexivity ('Self') axioms for all information realizations. + +In 4.0, some foundational changes are introduced. +- Firstly, the temporally indexed versions of some properties are introduced as subclasses of Situation (following the n-ary relation pattern), so covering relations from DOLCE that were skipped because of their larger arity. - +- Secondly, D&S's Situation class is extracted from DOLCE top-level distinctions (it used to be a subclass of SocialObject), put as a primitive class under Entity, and not disjoint from any other class. Since we are relaxing the semantics of Situation, this change is fully compatible with previous versions of DUL. +The reason for the change is that it may sound counterintuitive (as many have noticed) to assume a descriptive commitment for situations, but not for events or states. +In fact, D&S provides an epistemological commitment to an ontology, independently from its foundational distinctions. A situation operationalizes that epistemology, and it is better not to put it under any foundational distinction (event, object, fluent, etc.), leaving to the designer whether to use descriptions as epistemological lenses, and so generating a situation, or not. +A consequence is that any entity, when 'framed' by (satisfying) a description, becomes a situation. We can still model entities as being in a situation's setting, and classified by a concept defined in a description. + +In 4.1, also the disjointness between Description and Concept has been dropped, in order to unify the projections of an intensional relation with its mereological dependencies. Until now, when a description d1 is part of another description d, we cannot model d1 as a concept defined or used by d, even though it is totally reasonable to consider it as such, i.e., playing a role in d. The impediment is due to the disjointness between being Description and Concept. By dropping that axiom, we can operate on descriptions and concepts more flexibly. +A compositional property, hasInScope, is introduced to link situations that are 'diagonally' modelled through a description, e.g., when a situation s1 involves a description d1 (diagonal meta-level), which is satisfied by a situation s2, s1 hasInScope s2. +Legal reasoning is a relevant example: a case in point (s2) may satisfy two legal norms (d1 and d2) that are conflicting according to a meta-norm d; d3 can be satisfied by a situation s that 'interprets' (involves) both d1 and d2 against s2. hence, s hasInScope s2. This may also happen wehen the two conflicting descriptions are satisfied by alternative situations sharing important elements, as in perspectival reasoning: the meta-description in this case has in scope both alternative situations. + +In 4.2, the disjointness between Information Object and either Description or Concept has been dropped because of the full dependence of non-agentive social objects from information artifacts.""" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/date + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2000/01/rdf-schema#comment +rdfs:comment rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2000/01/rdf-schema#label +rdfs:label rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2002/07/owl#versionInfo +owl:versionInfo rdf:type owl:AnnotationProperty . + + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/2001/XMLSchema#dateTime +xsd:dateTime rdf:type rdfs:Datatype . + + +################################################################# +# Object Properties +################################################################# + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#actsFor +:actsFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :actsThrough ; + rdfs:domain :Agent ; + rdfs:range :SocialAgent ; + rdfs:comment "The relation holding between any Agent, and a SocialAgent. In principle, a SocialAgent requires at least one PhysicalAgent in order to act, but this dependency can be 'delegated'; e.g. a university can be acted for by a department, which on its turm is acted for by physical agents." ; + rdfs:isDefinedBy ; + rdfs:label "acts for"@en , + "agisce per"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#actsThrough +:actsThrough rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :SocialAgent ; + rdfs:range :Agent ; + rdfs:comment "The relation holding between a PhysicalAgent and a SocialAgent. In principle, a SocialAgent requires at least one PhysicalAgent in order to act, but this dependency can be 'delegated', e.g. a university can be acted for by a department, which is acted for by physical agents. AKA isActedBy" ; + rdfs:isDefinedBy ; + rdfs:label "acts through"@en , + "agisce mediante"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith +:associatedWith rdf:type owl:ObjectProperty ; + owl:inverseOf :associatedWith ; + rdf:type owl:SymmetricProperty , + owl:TransitiveProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment """A catch-all object property, useful for alignment and querying purposes. +It is declared as both transitive and symmetric, in order to reason an a maximal closure of associations between individuals.""" ; + rdfs:isDefinedBy ; + rdfs:label "associatedWith" . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#characterizes +:characterizes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isCharacterizedBy ; + rdfs:domain :Concept ; + rdfs:range :Collection ; + rdfs:comment """A relation between concepts and collections, where a Concept is said to characterize a Collection; it corresponds to a link between the (reified) intensional and extensional interpretations of a _proper subset of_ a (reified) class. This is different from covers, because it refers to an interpretation the entire reified class. +E.g. the collection of vintage saxophones is characterized by the Concept 'manufactured by hand', while it gets covered by the Concept 'Saxophone' with the Parameter 'Vintage'.""" ; + rdfs:isDefinedBy ; + rdfs:label "caratterizza"@it , + "characterizes"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#classifies +:classifies rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isClassifiedBy ; + rdfs:domain :Concept ; + rdfs:range :Entity ; + rdfs:comment "A relation between a Concept and an Entity, e.g. the Role 'student' classifies a Person 'John'." ; + rdfs:isDefinedBy ; + rdfs:label "classifica"@it , + "classifies"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#conceptualizes +:conceptualizes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isConceptualizedBy ; + rdfs:domain :Agent ; + rdfs:range :SocialObject ; + rdfs:comment """A relation stating that an Agent is internally representing a SocialObject: situations, descriptions, concepts, etc. E.g., 'John believes in the conspiracy theory'; 'Niels Bohr created the solar-system metaphor for the atomic theory'; 'Jacques assumes all swans are white'; 'the task force members share the attack plan'. +Conceptualizations can be distinguished into different forms, primarily based on the type of SocialObject that is conceptualized. Descriptions and concepts can be 'assumed', situations can be 'believed' or 'known', plans can be 'adopted', etc. (see ontology: http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl.""" ; + rdfs:isDefinedBy ; + rdfs:label "conceptualizes"@en , + "concettualizza"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#concretelyExpresses +:concretelyExpresses rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isConcretelyExpressedBy ; + rdfs:domain :InformationRealization ; + rdfs:range :SocialObject ; + rdfs:comment "A relation between an InformationRealization and a Description, e.g. 'the printout of the Italian Constitution concretelyExpresses the Italian Constitution'. It should be supplied also with a rule stating that the InformationRealization realizes an InformationObject that expresses the Description" ; + rdfs:isDefinedBy ; + rdfs:label "concretely expresses"@en , + "esprime concretamente"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#coparticipatesWith +:coparticipatesWith rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :coparticipatesWith ; + rdf:type owl:SymmetricProperty ; + rdfs:domain :Object ; + rdfs:range :Object ; + owl:propertyChainAxiom ( :isParticipantIn + :hasParticipant + ) ; + rdfs:comment "A relation between two objects participating in a same Event; e.g., 'Vitas and Jimmy are playing tennis'." ; + rdfs:isDefinedBy ; + rdfs:label "co-participates with"@en , + "copartecipa con"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#covers +:covers rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isCoveredBy ; + rdfs:domain :Concept ; + rdfs:range :Collection ; + rdfs:comment """A relation between concepts and collections, where a Concept is said to cover a Collection; it corresponds to a link between the (reified) intensional and extensional interpretations of a (reified) class. +E.g. the collection of vintage saxophones is covered by the Concept 'Saxophone' with the Parameter 'Vintage'.""" ; + rdfs:isDefinedBy ; + rdfs:label "covers"@en , + "ricopre"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#defines +:defines rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :usesConcept ; + owl:inverseOf :isDefinedIn ; + rdfs:domain :Description ; + rdfs:range :Concept ; + rdfs:comment "A relation between a Description and a Concept, e.g. a Workflow for a governmental Organization defines the Role 'officer', or 'the Italian Traffic Law defines the role Vehicle'." ; + rdfs:isDefinedBy ; + rdfs:label "defines"@en , + "definisce"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#definesRole +:definesRole rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :defines ; + owl:inverseOf :isRoleDefinedIn ; + rdfs:domain :Description ; + rdfs:range :Role ; + rdfs:comment "A relation between a description and a role, e.g. the recipe for a cake defines the role 'ingredient'." ; + rdfs:isDefinedBy ; + rdfs:label "defines role"@en , + "definisce il ruolo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#definesTask +:definesTask rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :defines ; + owl:inverseOf :isTaskDefinedIn ; + rdfs:domain :Description ; + rdfs:range :Task ; + rdfs:comment "A relation between a description and a task, e.g. the recipe for a cake defines the task 'boil'." ; + rdfs:isDefinedBy ; + rdfs:label "defines task"@en , + "definisce il task"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#describes +:describes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isDescribedBy ; + rdfs:domain :Description ; + rdfs:range :Entity ; + owl:propertyChainAxiom ( :defines + :classifies + ) , + ( :usesConcept + :classifies + ) ; + rdfs:comment """The relation between a Description and an Entity : a Description gives a unity to a Collection of parts (the components), or constituents, by assigning a Role to each of them in the context of a whole Object (the system). +A same Entity can be given different descriptions, for example, an old cradle can be given a unifying Description based on the original aesthetic design, the functionality it was built for, or a new aesthetic functionality in which it can be used as a flower pot.""" ; + rdfs:isDefinedBy ; + rdfs:label "describes"@en , + "descrive"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#directlyFollows +:directlyFollows rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :follows ; + owl:inverseOf :directlyPrecedes ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment "The intransitive follows relation. For example, Wednesday directly precedes Thursday. Directness of precedence depends on the designer conceptualization." ; + rdfs:isDefinedBy ; + rdfs:label "directly follows"@en , + "segue direttamente"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#directlyPrecedes +:directlyPrecedes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :precedes ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment "The intransitive precedes relation. For example, Monday directly precedes Tuesday. Directness of precedence depends on the designer conceptualization." ; + rdfs:isDefinedBy ; + rdfs:label "directly precedes"@en , + "precede direttamente"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#executesTask +:executesTask rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isClassifiedBy ; + owl:inverseOf :isExecutedIn ; + rdfs:domain :Action ; + rdfs:range :Task ; + rdfs:comment "A relation between an action and a task, e.g. 'putting some water in a pot and putting the pot on a fire until the water starts bubbling' executes the task 'boiling'." ; + rdfs:isDefinedBy ; + rdfs:label "esegue il task"@it , + "executes task"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#expands +:expands rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRelatedToDescription ; + owl:inverseOf :isExpandedIn ; + rdfs:domain :Description ; + rdfs:range :Description ; + rdfs:comment """A partial order relation that holds between descriptions. It represents the proper part relation between a description and another description featuring the same properties as the former, with at least one additional one. +Descriptions can be expanded either by adding other descriptions as parts, or by refining concepts that are used by them. +An 'intention' to expand must be present (unless purely formal theories are considered, but even in this case a criterion of relevance is usually active).""" ; + rdfs:isDefinedBy ; + rdfs:label "espande"@it , + "expands"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#expresses +:expresses rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isExpressedBy ; + rdfs:domain :InformationObject ; + rdfs:range :SocialObject ; + owl:propertyChainAxiom ( :hasPart + :expresses + ) ; + rdfs:comment """A relation between an InformationObject and a 'meaning', generalized here as a 'SocialObject'. For example: 'A Beehive is a structure in which bees are kept, typically in the form of a dome or box.' (Oxford dictionary)'; 'the term Beehive expresses the concept Beehive in my apiculture ontology'. +The intuition for 'meaning' is intended to be very broad. A separate, large comment is included for those who want to investigate more on what kind of meaning can be represented in what form.""" , + """This is a large comment field for those who want to investigate the different uses of the 'expresses' relation for modeling different approaches to meaning characterization and modeling. +For example, in all these cases, some aspect of meaning is involved: + +- Beehive means \"a structure in which bees are kept, typically in the form of a dome or box.\" (Oxford dictionary) +- 'Beehive' is a synonym in noun synset 09218159 \"beehive|hive\" (WordNet) +- 'the term Beehive can be interpreted as the fact of 'being a beehive', i.e. a relation that holds for concepts such as Bee, Honey, Hosting, etc.' +- 'the text of Italian apiculture regulation expresses a rule by which beehives should be kept at least one kilometer away from inhabited areas' +- 'the term Beehive expresses the concept Beehive' +- ''Beehive' for apiculturists does not express the same meaning as for, say, fishermen' +- 'Your meaning of 'Beautiful' does not seem to fit mine' +- ''Beehive' is formally interpreted as the set of all beehives' +- 'from the term 'Beehive', we can build a vector space of statistically significant cooccurring terms in the documents that contain it' +- the lexeme 'Belly' expresses the role 'Body_Part' in the frame 'ObservableBodyParts' (FrameNet) + +As the examples suggest, the 'meaning of meaning' is dependent on the background approach/theory that one assumes. One can hardly make a summary of the too many approaches and theories of meaning, therefore this relation is maybe the most controversial and difficult to explain; normally, in such cases it would be better to give up formalizing. +However, the usefulness of having a 'semantic abstraction' in modeling information objects is so high (e.g. for the semantic web, interoperability, reengineering, etc.), that we accept this challenging task, although without taking any particular position in the debate. +We provide here some examples, which we want to generalize upon when using the 'expresses' relation to model semantic aspects of social reality. + +In the most common approach, lexicographers that write dictionaries, glossaries, etc. assume that the meaning of a term is a paraphrase (or 'gloss', or 'definition'). +Another approach is provided by concept schemes like thesauri and lexicons, which assume that the meaning of a term is a 'concept', encoded as a 'lemma', 'synset', or 'descriptor'. +Still another approach is that of psychologists and cognitive scientists, which often assume that the meaning of an information object is a concept encoded in the mind or cognitive system of an agent. +A radically different approach is taken by social scientists and semioticians, who usually assume that meanings of an information object are spread across the communication practices in which members of a community use that object. +Another approach that tackles the distributed nature of meaning is assumed by geometrical models of semantics, which assume that the meaning of an InformationObject (e.g. a word) results from the set of informational contexts (e.g. within texts) in which that object is used similarly. +The logical approach to meaning is still different, since it assumes that the meaning of e.g. a term is equivalent to the set of individuals that the term can be applied to; for example, the meaning of 'Ali' is e.g. an individual person called Ali, the meaning of 'Airplane' is e.g. the set of airplanes, etc. +Finally, an approach taken by structuralist linguistics and frame semantics is that a meaning is the relational context in which an information object can be applied; for example, a meaning of 'Airplane' is situated e.g. in the context ('frame') of passenger airline flights. + +These different approaches are not necessarily conflicting, and they mostly talk about different aspects of so-called 'semantics'. They can be summarized and modelled within DOLCE-Ultralite as follows (notice that such list is far from exhaustive): + +(1) Informal meaning (as for linguistic or commonsense semantics: a distinction is assumed between (informal) meaning and reference; see isAbout for an alternative pattern on reference) + - Paraphrase meaning (as for lexicographic semantics). Here it is modelled as the expresses relation between instances of InformationObject and different instances of InformationObject that act as 'paraphrases' + - Conceptual meaning (as for 'concept scheme' semantics). Here it is modelled as the expresses relation between instances of InformationObject and instances of Concept + - Relational meaning (as for frame semantics). Here it is modelled as the expresses relation between instances of InformationObject and instances of Description + - Cognitive meaning (as for 'psychological' semantics). Here it is modelled as the expresses relation between any instance of InformationObject and any different instance of InformationObject that isRealizedBy a mental, cognitive or neural state (depending on which theory of mind is assumed). Such states can be considered here as instances of Process (occurring in the mind, cognitive system, or neural system of an agent) + - Cultural meaning (as for 'social science' semantics). Here it is modelled as the expresses relation between instances of InformationObject and instances of SocialObject (institutions, cultural paradigms, norms, social practices, etc.) + - Distributional meaning (as for geometrical models of meaning). Here it is modelled as the expresses relation between any instance of InformationObject and any different instance of InformationObject that isFormallyRepresentedIn some (geometrical) Region (e.g. a vector space) + +(2) Formal meaning (as for logic and formal semantics: no distinction is assumed between informal meaning and reference, therefore between 'expresses' and 'isAbout', which can be used interchangeably) + - Object-level formal meaning (as in the traditional first-order logic semantics). Here it is modelled as the expresses relation between an instance of InformationObject and an instance of Collection that isGroundingFor (in most cases) a Set; isGroundingFor is defined in the ontology: http://www.ontologydesignpatterns.org/ont/dul/IOLite.owl + - Modal formal meaning (as in possible-world semantics). Here it is modelled as the expresses relation between an instance of InformationObject and an instance of Collection that isGroundingFor a Set, and which isPartOf some different instance of Collection that isGroundingFor a PossibleWorld + +This is only a first step to provide a framework, in which one can model different aspects of meaning. A more developed ontology should approach the problem of integrating the different uses of 'expresses', so that different theories, resources, methods can interoperate.""" ; + rdfs:isDefinedBy ; + rdfs:label "esprime"@it , + "expresses"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#expressesConcept +:expressesConcept rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :expresses ; + owl:inverseOf :isConceptExpressedBy ; + rdfs:domain :InformationObject ; + rdfs:range :Concept ; + rdfs:comment "A relation between an InformationObject and a Concept , e.g. the term \"dog\" expresses the Concept \"dog\". For expressing a relational meaning, see the more general object property: expresses" ; + rdfs:isDefinedBy ; + rdfs:label "esprime il concetto"@it , + "expresses concept"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#farFrom +:farFrom rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :farFrom ; + rdf:type owl:SymmetricProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment "Generic distance relation between any Entity(s). E.g. Rome is far from Beijing, astronomy is far from necromancy." ; + rdfs:isDefinedBy ; + rdfs:label "far from"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#follows +:follows rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :precedes ; + rdf:type owl:TransitiveProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment """A relation between entities, expressing a 'sequence' schema. +E.g. 'year 2000 follows 1999', 'preparing coffee' follows 'deciding what coffee to use', 'II World War follows I World War', etc. +It can be used between tasks, processes or time intervals, and subproperties would fit best in order to distinguish the different uses.""" ; + rdfs:isDefinedBy ; + rdfs:label "follows"@en , + "segue"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasCommonBoundary +:hasCommonBoundary rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :hasCommonBoundary ; + rdf:type owl:SymmetricProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment "A relation to encode either formal or informal characterizations of 'boundaries' common to two different entities: an Event that ends when another begins, two abstract regions that have a common topological boundary, two objects that are said to be 'in contact' from a commonsense perspective, etc." ; + rdfs:isDefinedBy ; + rdfs:label "has common boundary"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasComponent +:hasComponent rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasProperPart ; + owl:inverseOf :isComponentOf ; + rdf:type owl:AsymmetricProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment "The hasProperPart relation without transitivity, holding between an Object (the system) and another (the component), and assuming a Design that structures the Object." ; + rdfs:isDefinedBy ; + rdfs:label "ha componente"@it , + "has component"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasConstituent +:hasConstituent rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isConstituentOf ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment """'Constituency' depends on some layering of the world described by the ontology. For example, scientific granularities (e.g. body-organ-tissue-cell) or ontological 'strata' (e.g. social-mental-biological-physical) are typical layerings. +Intuitively, a constituent is a part belonging to a lower layer. Since layering is actually a partition of the world described by the ontology, constituents are not properly classified as parts, although this kinship can be intuitive for common sense. +A desirable advantage of this distinction is that we are able to talk e.g. of physical constituents of non-physical objects (e.g. systems), while this is not possible in terms of parts. +Example of are the persons constituting a social system, the molecules constituting a person, the atoms constituting a river, etc. +In all these examples, we notice a typical discontinuity between the constituted and the constituent object: e.g. a social system is conceptualized at a different layer from the persons that constitute it, a person is conceptualized at a different layer from the molecules that constitute them, and a river is conceptualized at a different layer from the atoms that constitute it.""" ; + rdfs:isDefinedBy ; + rdfs:label "ha costituente"@it , + "has constituent"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasConstraint +:hasConstraint rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isClassifiedBy ; + owl:inverseOf :isConstraintFor ; + rdfs:domain :Entity ; + rdfs:range :Parameter ; + rdfs:comment """A relation between parameters and entities. It allows to assert generic constraints (encoded as parameters), e.g. MinimumAgeForDriving isConstraintFor John (where John is a legal subject under the TrafficLaw). +The intended semantics (not expressible in OWL) is that a Parameter isParameterFor a Concept that classifies an Entity; moreover, it entails that a Parameter parametrizes a Region that isRegionFor that Entity.""" ; + rdfs:isDefinedBy ; + rdfs:label "ha vincolo"@it , + "has constraint"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasInScope +:hasInScope rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Situation ; + rdfs:range :Situation ; + owl:propertyChainAxiom ( :isSettingFor + :isSatisfiedBy + ) ; + "Aldo Gangemi" ; + "2024-02-04T11:18:50Z"^^xsd:dateTime . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasLocation +:hasLocation rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isLocationOf ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment """A generic, relative spatial location, holding between any entities. E.g. 'the cat is on the mat', 'Omar is in Samarcanda', 'the wound is close to the femural artery'. +For 'absolute' locations, see SpaceRegion""" ; + rdfs:isDefinedBy ; + rdfs:label "ha localizzazione"@it , + "has location"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasMember +:hasMember rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isMemberOf ; + rdfs:domain :Collection ; + rdfs:range :Entity ; + rdfs:comment "A relation between collections and entities, e.g. 'my collection of saxophones includes an old Adolphe Sax original alto' (i.e. my collection has member an Adolphe Sax alto)." ; + rdfs:isDefinedBy ; + rdfs:label "ha membro"@it , + "has member"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasParameter +:hasParameter rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRelatedToConcept ; + owl:inverseOf :isParameterFor ; + rdfs:domain :Concept ; + rdfs:range :Parameter ; + rdfs:comment "A Concept can have a Parameter that constrains the attributes that a classified Entity can have in a certain Situation, e.g. a 4WheelDriver Role definedIn the ItalianTrafficLaw has a MinimumAge parameter on the Amount 16." ; + rdfs:isDefinedBy ; + rdfs:label "ha parametro"@it , + "has parameter"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPart +:hasPart rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isPartOf ; + rdf:type owl:TransitiveProperty , + owl:ReflexiveProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + owl:propertyChainAxiom ( [ owl:inverseOf :includesWhole + ] + :includesPart + ) ; + rdfs:comment """A schematic relation between any entities, e.g. 'the human body has a brain as part', '20th century contains year 1923', 'World War II includes the Pearl Harbour event'. + +Parthood should assume the basic properties of mereology: transitivity, antisymmetry, and reflexivity (propert Parthood of course misses reflexivity). +However, antisymmetry is not supported in OWL2 explicitly, therefore DUL has to adopt one of two patterns: +1) dropping asymmetry axioms, while granting reflexivity: this means that symmetry is not enforced, but permitted for the case of reflexivity. Of course, in this way we cannot prevent symmetric usages of hasPart; +2) dropping the reflexivity axiom, and enforce asymmetry: in this case, we would prevent all symmetric usages, but we loose the possibility of enforcing reflexivity, which is commonsensical in parthood. +In DUL, we adopt pattern #1 for partOf, and pattern #2 for properPartOf, which seems a good approximation: due to the lack of inheritance of property characteristics, each asymmetric hasPropertPart assertion would also be a reflexive hasPart assertion (reflexive reduction design pattern). + +Subproperties and restrictions can be used to specialize hasPart for objects, events, etc.""" ; + rdfs:isDefinedBy ; + rdfs:label "ha parte"@it , + "has part"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasParticipant +:hasParticipant rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isParticipantIn ; + rdfs:domain :Event ; + rdfs:range :Object ; + rdfs:comment "A relation between an object and a process, e.g. 'John took part in the discussion', 'a large mass of snow fell during the avalanche', or 'a cook, some sugar, flour, etc. are all present in the cooking of a cake'." ; + rdfs:isDefinedBy ; + rdfs:label "ha come partecipante"@it , + "has participant"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPostcondition +:hasPostcondition rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :directlyPrecedes ; + owl:inverseOf :isPostconditionOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( :Event + :Situation + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( :Event + :Situation + ) + ] ; + rdfs:comment """Direct succession applied to situations. +E.g., 'A postcondition of our Plan is to have things settled'.""" ; + rdfs:isDefinedBy ; + rdfs:label "ha postcondizione"@it , + "has postcondition"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPrecondition +:hasPrecondition rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :directlyFollows ; + owl:inverseOf :isPreconditionOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( :Event + :Situation + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( :Event + :Situation + ) + ] ; + rdfs:comment """Direct precedence applied to situations. +E.g., 'A precondition to declare war against a foreign country is claiming to find nuclear weapons in it'.""" ; + rdfs:isDefinedBy ; + rdfs:label "ha precondizione"@it , + "has precondition"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasProperPart +:hasProperPart rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasPart ; + owl:inverseOf :isPropertPartOf ; + rdf:type owl:TransitiveProperty ; + rdfs:comment "Asymmetric (so including irreflexive) parthood." ; + rdfs:label "has proper part"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasQuality +:hasQuality rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isQualityOf ; + rdfs:domain :Entity ; + rdfs:range :Quality ; + rdfs:comment "A relation between entities and qualities, e.g. 'Dmitri's skin is yellowish'." ; + rdfs:isDefinedBy ; + rdfs:label "ha qualità"@it , + "has quality"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion +:hasRegion rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isRegionFor ; + rdfs:domain :Entity ; + rdfs:range :Region ; + rdfs:comment "A relation between entities and regions, e.g. 'the number of wheels of that truck is 12', 'the time of the experiment is August 9th, 2004', 'the whale has been localized at 34 degrees E, 20 degrees S'." ; + rdfs:isDefinedBy ; + rdfs:label "ha attributo"@it , + "has region"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRole +:hasRole rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isClassifiedBy ; + owl:inverseOf :isRoleOf ; + rdfs:domain :Object ; + rdfs:range :Role ; + rdfs:comment "A relation between an object and a role, e.g. the person 'John' has role 'student'." ; + rdfs:isDefinedBy ; + rdfs:label "ha ruolo"@it , + "has role"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasSetting +:hasSetting rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isSettingFor ; + rdfs:domain :Entity ; + rdfs:range :Situation ; + rdfs:comment "A relation between entities and situations, e.g. 'this morning I've prepared my coffee with a new fantastic Arabica', i.e.: (an amount of) a new fantastic Arabica hasSetting the preparation of my coffee this morning." ; + rdfs:isDefinedBy ; + rdfs:label "has setting"@en , + "è nel contesto di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasTask +:hasTask rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRelatedToConcept ; + owl:inverseOf :isTaskOf ; + rdfs:domain :Role ; + rdfs:range :Task ; + rdfs:comment "A relation between roles and tasks, e.g. 'students have the duty of giving exams' (i.e. the Role 'student' hasTask the Task 'giving exams')." ; + rdfs:isDefinedBy ; + rdfs:label "ha come obiettivo"@it , + "has task"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasTimeInterval +:hasTimeInterval rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasRegion ; + owl:inverseOf :isTimeIntervalOf ; + rdfs:domain :Event ; + rdfs:range :TimeInterval ; + rdfs:comment "The generic relation between events and time intervals."@en ; + rdfs:isDefinedBy ; + rdfs:label "ha intervallo temporale"@it , + "has time interval"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#includesAction +:includesAction rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :includesEvent ; + owl:inverseOf :isActionIncludedIn ; + rdfs:domain :Situation ; + rdfs:range :Action ; + rdfs:comment "A relation between situations and actions, e.g. 'this morning I've prepared my coffee and had my fingers burnt' (i.e.: the preparation of my coffee this morning included a burning of my fingers)." ; + rdfs:isDefinedBy ; + rdfs:label "include azione"@it , + "includes action"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#includesAgent +:includesAgent rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :includesObject ; + owl:inverseOf :isAgentIncludedIn ; + rdfs:domain :Situation ; + rdfs:range :Agent ; + rdfs:comment "A relation between situations and persons, e.g. 'this morning I've prepared my coffee and had my fingers burnt' (i.e.: the preparation of my coffee this morning included me)." ; + rdfs:isDefinedBy ; + rdfs:label "include l'agente"@it , + "includes agent"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#includesEvent +:includesEvent rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isSettingFor ; + owl:inverseOf :isEventIncludedIn ; + rdfs:domain :Situation ; + rdfs:range :Event ; + rdfs:comment "A relation between situations and events, e.g. 'this morning I've prepared my coffee and had my fingers burnt' (i.e.: the preparation of my coffee this morning included a burning of my fingers)." ; + rdfs:isDefinedBy ; + rdfs:label "include l'evento"@it , + "includes event"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#includesObject +:includesObject rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isSettingFor ; + owl:inverseOf :isObjectIncludedIn ; + rdfs:domain :Situation ; + rdfs:range :Object ; + rdfs:comment "A relation between situations and objects, e.g. 'this morning I've prepared my coffee and had my fingers burnt' (i.e.: the preparation of my coffee this morning included me)." ; + rdfs:isDefinedBy ; + rdfs:label "include l'oggetto"@it , + "includes object"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#includesPart +:includesPart rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isSettingFor ; + "Aldo Gangemi" ; + "2021-04-03T14:11:09Z"^^xsd:dateTime . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#includesTime +:includesTime rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isSettingFor ; + owl:inverseOf :isTimeIncludedIn ; + rdfs:domain :Situation ; + rdfs:range :TimeInterval ; + rdfs:comment "A relation between situations and time intervals, e.g. 'this morning I've prepared my coffee and had my fingers burnt' (i.e.: preparing my coffee was held this morning). A data value attached to the time interval typically complements this modelling pattern." ; + rdfs:isDefinedBy ; + rdfs:label "include tempo"@it , + "includes time"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#includesWhole +:includesWhole rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isSettingFor ; + "Aldo Gangemi" ; + "2021-04-03T14:11:01Z"^^xsd:dateTime . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#introduces +:introduces rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isIntroducedBy ; + rdfs:domain :Description ; + rdfs:range :SocialAgent ; + rdfs:comment "A relation between a Description and a SocialAgent, e.g. a Constitutional Charter introduces the SocialAgent 'PresidentOfRepublic'." ; + rdfs:isDefinedBy ; + rdfs:label "introduce"@it , + "introduces"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#involvesAgent +:involvesAgent rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasParticipant ; + owl:inverseOf :isAgentInvolvedIn ; + rdfs:domain :Event ; + rdfs:range :Agent ; + rdfs:comment "Agent participation." ; + rdfs:isDefinedBy ; + rdfs:label "coinvolge agente"@it , + "involves agent"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isAbout +:isAbout rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isReferenceOf ; + rdfs:domain :InformationObject ; + rdfs:range :Entity ; + rdfs:comment """A relation between an information object and an Entity (including information objects). It can be used to talk about entities that are references of proper nouns: the proper noun 'Leonardo da Vinci' isAbout the Person Leonardo da Vinci; as well as to talk about sets of entities that can be described by a common noun: the common noun 'person' isAbout the set of all persons in a domain of discourse, which can be represented in DOLCE-Ultralite as an individual of the class: dul:Collection. +A specific sentence may use common nouns with either a singular or plural reference, or it can even refer to all possible references (e.g. in a lexicographic definition): all those uses are kinds of aboutness. + +The isAbout relation is sometimes considered as reflexive, however this is semiotically inaccurate, because information can be about itself ('de dicto' usage, as in 'John is four character long'), but it is typically about something else ('de re' usage, as in 'John loves Mary'). +If a reflexivity exists in general, it rather concerns its realisation, which is always associated with an event, e.g. an utterance, which makes the information denoting itself, besides its aboutness. This is implemented in DUL with the dul:realizesSelfInformation property, which is used with local reflexivity in the dul:InformationRealization class.""" ; + rdfs:isDefinedBy ; + rdfs:label "is about"@en , + "si riferisce a"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isActionIncludedIn +:isActionIncludedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isEventIncludedIn ; + rdfs:domain :Action ; + rdfs:range :Situation ; + rdfs:isDefinedBy ; + rdfs:label "is action included in"@en , + "è un'azione nel contesto di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isAgentIncludedIn +:isAgentIncludedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isObjectIncludedIn ; + rdfs:domain :Agent ; + rdfs:range :Situation ; + rdfs:isDefinedBy ; + rdfs:label "is agent included in"@en , + "è un agente nel contesto di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isAgentInvolvedIn +:isAgentInvolvedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isParticipantIn ; + rdfs:domain :Agent ; + rdfs:range :Event ; + rdfs:comment "Agent participation." ; + rdfs:isDefinedBy ; + rdfs:label "is agent involved in"@en , + "è un agente coinvolto in"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isCharacterizedBy +:isCharacterizedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Collection ; + rdfs:range :Concept ; + rdfs:isDefinedBy ; + rdfs:label "is characterized by"@en , + "è caratterizzato da"@it , + "is characterized by {@en-us}" . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isClassifiedBy +:isClassifiedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Entity ; + rdfs:range :Concept ; + rdfs:comment "A relation between a Concept and an Entity, e.g. 'John is considered a typical rude man'; your last concert constitutes the achievement of a lifetime; '20-year-old means she's mature enough'." ; + rdfs:isDefinedBy ; + rdfs:label "is classified by"@en , + "è classificato da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isComponentOf +:isComponentOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isPropertPartOf ; + rdf:type owl:AsymmetricProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment "The asymmetric isProperPartOf relation without transitivity, holding between an Object (the system) and another (the component), and assuming a Design that structures the Object." ; + rdfs:isDefinedBy ; + rdfs:label "is component of"@en , + "è componente di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConceptExpressedBy +:isConceptExpressedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isExpressedBy ; + rdfs:domain :Concept ; + rdfs:range :InformationObject ; + rdfs:comment "A relation between an InformationObject and a Concept , e.g. the term \"dog\" expresses the Concept \"dog\". For expressing a relational meaning, see the more general object property: expresses" ; + rdfs:isDefinedBy ; + rdfs:label "is concept expressed by"@en , + "è un concetto espresso da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConceptUsedIn +:isConceptUsedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :usesConcept ; + rdfs:domain :Concept ; + rdfs:range :Description ; + rdfs:comment "A more generic relation holding between a Description and a Concept. In order to be used, a Concept must be previously definedIn another Description" ; + rdfs:isDefinedBy ; + rdfs:label "is concept used in"@en , + "è un concetto usato in"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConceptualizedBy +:isConceptualizedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :SocialObject ; + rdfs:range :Agent ; + rdfs:comment "A relation stating that an Agent is internally representing a Description . E.g., 'John believes in the conspiracy theory'; 'Niels Bohr created a solar-system metaphor for his atomic theory'; 'Jacques assumes all swans are white'; 'the task force shares the attack plan'." ; + rdfs:isDefinedBy ; + rdfs:label "is conceptualized by"@en , + "è concettualizzato da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConcretelyExpressedBy +:isConcretelyExpressedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :SocialObject ; + rdfs:range :InformationRealization ; + rdfs:comment "A relation between an InformationRealization and a Description, e.g. 'the printout of the Italian Constitution concretelyExpresses the Italian Constitution'. It should be supplied also with a rule stating that the InformationRealization realizes an InformationObject that expresses the Description" ; + rdfs:isDefinedBy ; + rdfs:label "is concretely expressed by"@en , + "è espresso concretamente da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConstituentOf +:isConstituentOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment """'Constituency' depends on some layering of the world described by the ontology. For example, scientific granularities (e.g. body-organ-tissue-cell) or ontological 'strata' (e.g. social-mental-biological-physical) are typical layerings. +Intuitively, a constituent is a part belonging to a lower layer. Since layering is actually a partition of the world described by the ontology, constituents are not properly classified as parts, although this kinship can be intuitive for common sense. +A desirable advantage of this distinction is that we are able to talk e.g. of physical constituents of non-physical objects (e.g. systems), while this is not possible in terms of parts. +Example of are the persons constituting a social system, the molecules constituting a person, the atoms constituting a river, etc. +In all these examples, we notice a typical discontinuity between the constituted and the constituent object: e.g. a social system is conceptualized at a different layer from the persons that constitute it, a person is conceptualized at a different layer from the molecules that constitute them, and a river is conceptualized at a different layer from the atoms that constitute it.""" ; + rdfs:isDefinedBy ; + rdfs:label "is constituent of"@en , + "è costituente di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConstraintFor +:isConstraintFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :classifies ; + rdfs:domain :Parameter ; + rdfs:range :Entity ; + rdfs:comment """A relation between parameters and entities. It allows to assert generic constraints (encoded as parameters), e.g. MinimumAgeForDriving isConstraintFor John (where John is a legal subject under the TrafficLaw). +The intended semantics (not expressible in OWL) is that a Parameter isConstraintFor and Entity if the Parameter isParameterFor a Concept that classifies that Entity; moreover, it entails that a Parameter parametrizes a Region that isRegionFor that Entity. The use in OWL is therefore a shortcut to annotate what Parameter constrains what Entity""" ; + rdfs:isDefinedBy ; + rdfs:label "is constraint for"@en , + "è un vincolo per"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isCoveredBy +:isCoveredBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Collection ; + rdfs:range :Concept ; + rdfs:comment """A relation between concepts and collections, where a Concept is said to cover a Collection; it corresponds to a link between the (reified) intensional and extensional interpretations of a (reified) class. +E.g. the collection of vintage saxophones is covered by the Concept 'Saxophone' with the Parameter 'Vintage'.""" ; + rdfs:isDefinedBy ; + rdfs:label "is covered by"@en , + "è ricoperto da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isDefinedIn +:isDefinedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isConceptUsedIn ; + rdfs:domain :Concept ; + rdfs:range :Description ; + rdfs:comment "A relation between a Description and a Concept, e.g. a Workflow for a governmental Organization defines the Role 'officer', or 'the Italian Traffic Law defines the role Vehicle'." ; + rdfs:isDefinedBy ; + rdfs:label "is defined in"@en , + "è definito in"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isDescribedBy +:isDescribedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Entity ; + rdfs:range :Description ; + rdfs:comment """The relation between an Entity and a Description: a Description gives a unity to a Collection of parts (the components), or constituents, by assigning a Role to each of them in the context of a whole Object (the system). +A same Entity can be given different descriptions, for example, an old cradle can be given a unifying Description based on the original aesthetic design, the functionality it was built for, or a new aesthetic functionality in which it can be used as a flower pot.""" ; + rdfs:isDefinedBy ; + rdfs:label "is described by"@en , + "è descritto da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isEventIncludedIn +:isEventIncludedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasSetting ; + rdfs:domain :Event ; + rdfs:range :Situation ; + rdfs:isDefinedBy ; + rdfs:label "is event included in"@en , + "è un evento nel contesto di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isExecutedIn +:isExecutedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :classifies ; + rdfs:domain :Task ; + rdfs:range :Action ; + rdfs:comment "A relation between an action and a task, e.g. 'putting some water in a pot and putting the pot on a fire until the water starts bubbling' executes the task 'boiling'." ; + rdfs:isDefinedBy ; + rdfs:label "is executed in"@en , + "è eseguito mediante"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isExpandedIn +:isExpandedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRelatedToDescription ; + rdfs:domain :Description ; + rdfs:range :Description ; + rdfs:comment """A partial order relation that holds between descriptions. It represents the proper part relation between a description and another description featuring the same properties as the former, with at least one additional one. +Descriptions can be expanded either by adding other descriptions as parts, or by refining concepts that are used by them. +An 'intention' to expand must be present (unless purely formal theories are considered, but even in this case a criterion of relevance is usually active).""" ; + rdfs:isDefinedBy ; + rdfs:label "is expanded in"@en , + "è espansa in"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isExpressedBy +:isExpressedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :SocialObject ; + rdfs:range :InformationObject ; + rdfs:comment """A relation between a dul:SocialObject (the 'meaning') and a dul:InformationObject (the 'expression'). +For example: 'A Beehive is a structure in which bees are kept, typically in the form of a dome or box.' (Oxford dictionary)'; 'the term Beehive expresses the concept Beehive in my apiculture ontology'. +The intuition for 'meaning' is intended to be very broad. A separate, large comment is included in the encoding of 'expresses', for those who want to investigate more on what kind of meaning can be represented in what form.""" ; + rdfs:isDefinedBy ; + rdfs:label "is expressed by"@en , + "è espresso da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isIntroducedBy +:isIntroducedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :SocialAgent ; + rdfs:range :Description ; + rdfs:comment "A relation between a Description and a SocialAgent, e.g. a Constitutional Charter introduces the SocialAgent 'PresidentOfRepublic'." ; + rdfs:isDefinedBy ; + rdfs:label "is introduced by"@en , + "è introdotto da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isLocationOf +:isLocationOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment """A generic, relative localization, holding between any entities. E.g. 'Rome is the seat of the Pope', 'the liver is the location of the tumor'. +For 'absolute' locations, see SpaceRegion""" ; + rdfs:isDefinedBy ; + rdfs:label "is location of"@en , + "è una localizzazione di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isMemberOf +:isMemberOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Entity ; + rdfs:range :Collection ; + rdfs:comment "A relation between collections and entities, e.g. 'the Night Watch by Rembrandt is in the Rijksmuseum collection'; 'Davide is member of the Pen Club', 'Igor is one the subjects chosen for the experiment'." ; + rdfs:isDefinedBy ; + rdfs:label "is member of"@en , + "è membro di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isObjectIncludedIn +:isObjectIncludedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasSetting ; + rdfs:domain :Object ; + rdfs:range :Situation ; + rdfs:isDefinedBy ; + rdfs:label "is object included in"@en , + "è un oggetto nel contesto di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isObservableAt +:isObservableAt rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasRegion ; + owl:inverseOf :isTimeOfObservationOf ; + rdfs:domain :Entity ; + rdfs:range :TimeInterval ; + rdfs:comment """A relation to represent a (past, present or future) TimeInterval at which an Entity is observable. +In order to encode a specific time, a data value should be related to the TimeInterval. +An alternative way of representing time is the datatype property: hasIntervalDate""" ; + rdfs:isDefinedBy ; + rdfs:label "is observable at"@en , + "è osservabile a"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParameterFor +:isParameterFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRelatedToConcept ; + rdfs:domain :Parameter ; + rdfs:range :Concept ; + rdfs:comment "A Concept can have a Parameter that constrains the attributes that a classified Entity can have in a certain Situation, e.g. a 4WheelDriver Role definedIn the ItalianTrafficLaw has a MinimumAge parameter on the Amount 16." ; + rdfs:isDefinedBy ; + rdfs:label "is parameter for"@en , + "è un parametro per"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParametrizedBy +:isParametrizedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isClassifiedBy ; + owl:inverseOf :parametrizes ; + rdfs:domain :Region ; + rdfs:range :Parameter ; + rdfs:comment "The relation between a Parameter, e.g. 'MajorAge', and a Region, e.g. '>17 year'." ; + rdfs:isDefinedBy ; + rdfs:label "is parametrized by"@en , + "è parametrizzato da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPartOf +:isPartOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdf:type owl:TransitiveProperty , + owl:ReflexiveProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment "A relation between any entities, e.g. 'brain is a part of the human body'. See dul:hasPart for additional documentation." ; + rdfs:isDefinedBy ; + rdfs:label "is part of"@en , + "è parte di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParticipantIn +:isParticipantIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Object ; + rdfs:range :Event ; + rdfs:comment "A relation between an object and a process, e.g. 'John took part in the discussion', 'a large mass of snow fell during the avalanche', or 'a cook, some sugar, flour, etc. are all present in the cooking of a cake'." ; + rdfs:isDefinedBy ; + rdfs:label "is participant in"@en , + "è un partecipante a"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPostconditionOf +:isPostconditionOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :directlyFollows ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( :Event + :Situation + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( :Event + :Situation + ) + ] ; + rdfs:comment """Direct succession applied to situations. +E.g., 'Taking some rest is a postcondition of my search for a hotel'.""" ; + rdfs:isDefinedBy ; + rdfs:label "is postcondition of"@en , + "è postcondizione di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPreconditionOf +:isPreconditionOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :directlyPrecedes ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( :Event + :Situation + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( :Event + :Situation + ) + ] ; + rdfs:comment """Direct precedence applied to situations. +E.g., 'claiming to find nuclear weapons in a foreign country is a precondition to declare war against it'.""" ; + rdfs:isDefinedBy ; + rdfs:label "is precondition of"@en , + "è precondizione di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPropertPartOf +:isPropertPartOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isPartOf ; + rdf:type owl:TransitiveProperty ; + rdfs:comment "See dul:hasProperPart for additional documentation."@en ; + rdfs:label "is propert part of"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isQualityOf +:isQualityOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Quality ; + rdfs:range :Entity ; + rdfs:comment "A relation between entities and qualities, e.g. 'Dmitri's skin is yellowish'." ; + rdfs:isDefinedBy ; + rdfs:label "is quality of"@en , + "è una qualità di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isRealizedBy +:isRealizedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :realizes ; + rdfs:domain :InformationObject ; + rdfs:range :InformationRealization ; + rdfs:comment "A relation between an information realization and an information object, e.g. the paper copy of the Italian Constitution realizes the text of the Constitution." ; + rdfs:isDefinedBy ; + rdfs:label "is realized by"@en , + "è realizzato da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isReferenceOf +:isReferenceOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Entity ; + rdfs:range :InformationObject ; + rdfs:comment """A relation between information objects and any Entity (including information objects). It can be used to talk about e.g. entities are references of proper nouns: the proper noun 'Leonardo da Vinci' isAbout the Person Leonardo da Vinci; as well as to talk about sets of entities that can be described by a common noun: the common noun 'person' isAbout the set of all persons in a domain of discourse, which can be represented in DOLCE-Ultralite as an individual of the class: Collection . +The isReferenceOf relation is irreflexive, differently from its inverse isAbout.""" ; + rdfs:isDefinedBy ; + rdfs:label "is reference of"@en , + "è il riferimento di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isReferenceOfInformationRealizedBy +:isReferenceOfInformationRealizedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :realizesInformationAbout ; + rdfs:domain :Entity ; + rdfs:range :InformationRealization ; + rdfs:comment "The relation between entities and information realizations, e.g. between Italy and a paper copy of the text of the Italian Constitution." ; + rdfs:isDefinedBy ; + rdfs:label "is reference of information realized by"@en , + "è riferimento dell'informazione realizzata da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isRegionFor +:isRegionFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Region ; + rdfs:range :Entity ; + rdfs:comment "A relation between entities and regions, e.g. 'the color of my car is red'." ; + rdfs:isDefinedBy ; + rdfs:label "is region for"@en , + "è una regione di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isRelatedToConcept +:isRelatedToConcept rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isRelatedToConcept ; + rdf:type owl:SymmetricProperty ; + rdfs:domain :Concept ; + rdfs:range :Concept ; + rdfs:comment "Any relation between concepts, e.g. superordinated, conceptual parthood, having a parameter, having a task, superordination, etc." ; + rdfs:isDefinedBy ; + rdfs:label "is related to concept"@en , + "è associato al concetto"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isRelatedToDescription +:isRelatedToDescription rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :isRelatedToDescription ; + rdf:type owl:SymmetricProperty ; + rdfs:domain :Description ; + rdfs:range :Description ; + rdfs:comment "Any relation between descriptions." ; + rdfs:isDefinedBy ; + rdfs:label "is related to description"@en , + "è associata alla descrizione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isRoleDefinedIn +:isRoleDefinedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isDefinedIn ; + rdfs:domain :Role ; + rdfs:range :Description ; + rdfs:comment "A relation between a description and a role, e.g. the role 'Ingredient' is defined in the recipe for a cake." ; + rdfs:isDefinedBy ; + rdfs:label "is role defined in"@en , + "è un ruolo definito in"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isRoleOf +:isRoleOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :classifies ; + rdfs:domain :Role ; + rdfs:range :Object ; + rdfs:comment "A relation between an object and a role, e.g. 'student' is the role of 'John'." ; + rdfs:isDefinedBy ; + rdfs:label "is role of"@en , + "è un ruolo di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isSatisfiedBy +:isSatisfiedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :satisfies ; + rdfs:domain :Description ; + rdfs:range :Situation ; + rdfs:comment "A relation between a Situation and a Description, e.g. the execution of a Plan satisfies that plan." ; + rdfs:isDefinedBy ; + rdfs:label "is satisfied by"@en , + "è soddisfatta da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isSettingFor +:isSettingFor rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Situation ; + rdfs:range :Entity ; + rdfs:comment "A relation between situations and entities, e.g. 'this morning I've prepared my coffee with a new fantastic Arabica', i.e.: the preparation of my coffee this morning is the setting for (an amount of) a new fantastic Arabica." ; + rdfs:isDefinedBy ; + rdfs:label "include"@it , + "is setting for"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isSpecializedBy +:isSpecializedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :specializes ; + rdf:type owl:TransitiveProperty ; + rdfs:domain :SocialObject ; + rdfs:range :SocialObject ; + rdfs:comment """A partial order relation that holds between social objects. It represents the subsumption relation between e.g. a Concept and another Concept that is broader in extensional interpretation, but narrowe in intensional interpretation. +E.g. PhDStudent Role specializes Student Role""" ; + rdfs:isDefinedBy ; + rdfs:label "is specialized by"@en , + "è specializzato da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isSubordinatedTo +:isSubordinatedTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :directlyFollows , + :isRelatedToConcept ; + owl:inverseOf :isSuperordinatedTo ; + rdfs:domain :Concept ; + rdfs:range :Concept ; + rdfs:comment "Direct succession applied to concepts. E.g. the role 'Officer' is subordinated to 'Director'." ; + rdfs:isDefinedBy ; + rdfs:label "is subordinated to"@en , + "è subordinato a"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isSuperordinatedTo +:isSuperordinatedTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :directlyPrecedes , + :isRelatedToConcept ; + rdfs:domain :Concept ; + rdfs:range :Concept ; + rdfs:comment "Direct precedence applied to concepts. E.g. the role 'Executive' is superordinated to 'DepartmentManager'." ; + rdfs:isDefinedBy ; + rdfs:label "is superordinated to"@en , + "è superordinato a"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isTaskDefinedIn +:isTaskDefinedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isDefinedIn ; + rdfs:domain :Task ; + rdfs:range :Description ; + rdfs:comment "A relation between a description and a task, e.g. the task 'boil' is defined in a recipe for a cake." ; + rdfs:isDefinedBy ; + rdfs:label "is task defined in"@en , + "è un task definito in"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isTaskOf +:isTaskOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRelatedToConcept ; + rdfs:domain :Task ; + rdfs:range :Role ; + rdfs:comment "A relation between roles and tasks, e.g. 'students have the duty of giving exams' (i.e. the Role 'student' hasTask the Task 'giving exams')." ; + rdfs:isDefinedBy ; + rdfs:label "is task of"@en , + "è un obiettivo per"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isTimeIncludedIn +:isTimeIncludedIn rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :hasSetting ; + rdfs:domain :TimeInterval ; + rdfs:range :Situation ; + rdfs:isDefinedBy ; + rdfs:label "is time included in"@en , + "è un tempo nel contesto di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isTimeIntervalOf +:isTimeIntervalOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRegionFor ; + rdfs:domain :TimeInterval ; + rdfs:range :Event ; + rdfs:comment "The generic relation between time intervals and events."@en ; + rdfs:isDefinedBy ; + rdfs:label "intervallo temporale di"@it , + "is time interval of"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isTimeOfObservationOf +:isTimeOfObservationOf rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :isRegionFor ; + rdfs:domain :TimeInterval ; + rdfs:range :Entity ; + rdfs:comment """A relation to represent a (past, present or future) TimeInterval at which an Entity is observable. +In order to encode a specific time, a data value should be related to the TimeInterval. +An alternative way of representing time is the datatype property: hasIntervalDate""" ; + rdfs:isDefinedBy ; + rdfs:label "is time of observation of"@en , + "è il tempo di osservazione di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isUnifiedBy +:isUnifiedBy rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :unifies ; + rdfs:domain :Collection ; + rdfs:range :Description ; + rdfs:comment "A Collection has a unification criterion, provided by a Description; for example, a community of practice can be unified by a shared theory or interest, e.g. the community that makes research on mirror neurons shares some core knowledge about mirror neurons, which can be represented as a Description MirrorNeuronTheory that unifies the community. There can be several unifying descriptions." ; + rdfs:isDefinedBy ; + rdfs:label "is unified by"@en , + "è unificato da"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#nearTo +:nearTo rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :nearTo ; + rdf:type owl:SymmetricProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment "Generic distance relation between any Entity(s). E.g. Rome is near to Florence, astronomy is near to physics." ; + rdfs:isDefinedBy ; + rdfs:label "near to"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#overlaps +:overlaps rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :overlaps ; + rdf:type owl:SymmetricProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment """A schematic relation between any entities, e.g. 'the chest region overlaps with the abdomen region', 'my spoken words overlap with hers', 'the time of my leave overlaps with the time of your arrival', 'fibromyalgia overlaps with other conditions'. +Subproperties and restrictions can be used to specialize overlaps for objects, events, time intervals, etc.""" ; + rdfs:isDefinedBy ; + rdfs:label "overlaps"@en , + "sovrapposto a"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#parametrizes +:parametrizes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :classifies ; + rdfs:domain :Parameter ; + rdfs:range :Region ; + rdfs:comment """The relation between a Parameter, e.g. 'MajorAgeLimit', and a Region, e.g. '18_year'. +For a more data-oriented relation, see hasDataValue""" ; + rdfs:isDefinedBy ; + rdfs:label "parametrizes"@en , + "parametrizza"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes +:precedes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdf:type owl:TransitiveProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + rdfs:comment """A relation between entities, expressing a 'sequence' schema. +E.g. 'year 1999 precedes 2000', 'deciding what coffee to use' precedes 'preparing coffee', 'World War II follows World War I', 'in the Milan to Rome autoroute, Bologna precedes Florence', etc. +It can then be used between tasks, processes, time intervals, spatially locate objects, situations, etc. +Subproperties can be defined in order to distinguish the different uses.""" ; + rdfs:isDefinedBy ; + rdfs:label "precede"@it , + "precedes"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#realizes +:realizes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :InformationRealization ; + rdfs:range :InformationObject ; + rdfs:comment "A relation between an information realization and an information object, e.g. the paper copy of the Italian Constitution realizes the text of the Constitution." ; + rdfs:isDefinedBy ; + rdfs:label "realizes"@en , + "realizza"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#realizesInformationAbout +:realizesInformationAbout rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :InformationRealization ; + rdfs:range :Entity ; + owl:propertyChainAxiom ( :realizes + :isAbout + ) ; + rdfs:comment "The relation between entities and information realizations, e.g. between Italy and a paper copy of the text of the Italian Constitution." ; + rdfs:isDefinedBy ; + rdfs:label "realizes information about"@en , + "realizza informazione che si riferisce a"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#realizesSelfInformation +:realizesSelfInformation rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :realizesInformationAbout ; + "Aldo Gangemi" ; + "2021-04-05T22:31:22Z"^^xsd:dateTime ; + rdfs:comment "This relation is a workaround to enable local reflexivity axioms (Self) working with non-simple properties; in this case, dul:realizesInformation About." . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#sameSettingAs +:sameSettingAs rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + owl:inverseOf :sameSettingAs ; + rdf:type owl:SymmetricProperty ; + rdfs:domain :Entity ; + rdfs:range :Entity ; + owl:propertyChainAxiom ( :hasSetting + :isSettingFor + ) ; + rdfs:comment "A relation between two entities participating in a same Situation; e.g., 'Our company provides an antivenom service' (the situation is the service, the two entities are the company and the antivenom)."@it ; + rdfs:isDefinedBy "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl" ; + rdfs:label "is in the same setting as"@en , + "è nella stessa situazione di"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#satisfies +:satisfies rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Situation ; + rdfs:range :Description ; + rdfs:comment "A relation between a Situation and a Description, e.g. the execution of a Plan satisfies that plan." ; + rdfs:isDefinedBy ; + rdfs:label "satisfies"@en , + "soddisfa"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#specializes +:specializes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdf:type owl:TransitiveProperty ; + rdfs:domain :SocialObject ; + rdfs:range :SocialObject ; + rdfs:comment """A partial order relation that holds between social objects. +It mainly represents the subsumption relation between e.g. a Concept or Description and another Concept (resp. Description) that is broader in extensional interpretation, but narrower in intensional interpretation. For example, the role PhDStudent specializes the role Student. +Another possible use is between a Collection that isCoveredBy a Concept A, and another Collection that isCoveredBy a Concept B that on its turm specializes A. For example, the 70,000 series Selmer Mark VI saxophone Collection specializes the Selmer Mark VI saxophone Collection.""" ; + rdfs:isDefinedBy ; + rdfs:label "specializes"@en , + "specializza"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#unifies +:unifies rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Description ; + rdfs:range :Collection ; + rdfs:comment "A Collection has a unification criterion, provided by a Description; for example, a community of practice can be unified by a shared theory or interest, e.g. the community that makes research on mirror neurons shares some core knowledge about mirror neurons, which can be represented as a Description MirrorNeuronTheory that unifies the community. There can be several unifying descriptions." ; + rdfs:isDefinedBy ; + rdfs:label "unifica"@it , + "unifies"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#usesConcept +:usesConcept rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :associatedWith ; + rdfs:domain :Description ; + rdfs:range :Concept ; + rdfs:comment "A generic relation holding between a Description and a Concept. In order to be used, a Concept must be previously definedIn another Description. This last condition cannot be encoded for object properties in OWL." ; + rdfs:isDefinedBy ; + rdfs:label "usa il concetto"@it , + "uses concept"@en . + + +################################################################# +# Data properties +################################################################# + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasDataValue +:hasDataValue rdf:type owl:DatatypeProperty ; + rdfs:domain :Entity ; + rdfs:comment """A datatype property that encodes values from a datatype for an Entity. +There are several ways to encode values in DOLCE (Ultralite): + +1) Directly assert an xsd:_ value to an Entity by using hasDataValue +2) Assert a Region for an Entity by using hasRegion, and then assert an xsd:_ value to that Region, by using hasRegionDataValue +3) Assert a Quality for an Entity by using hasQuality, then assert a Region for that Quality, and assert an xsd:_ value to that Region, by using hasRegionDataValue +4) When the value is required, but not directly observed, assert a Parameter for an xsd:_ value by using hasParameterDataValue, and then associate the Parameter to an Entity by using isConstraintFor +5) When the value is required, but not directly observed, you can also assert a Parameter for a Region by using parametrizes, and then assert an xsd:_ value to that Region, by using hasRegionDataValue + +The five approaches obey different requirements. +For example, a simple value can be easily asserted by using pattern (1), but if one needs to assert an interval between two values, a Region should be introduced to materialize that interval, as pattern (2) suggests. +Furthermore, if one needs to distinguish the individual Quality of a value, e.g. the particular nature of the density of a substance, pattern (3) can be used. +Patterns (4) and (5) should be used instead when a constraint or a selection is modeled, independently from the actual observation of values in the real world.""" ; + rdfs:isDefinedBy ; + rdfs:label "ha valore"@it , + "has data value"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasEventDate +:hasEventDate rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :hasDataValue ; + rdfs:domain :Event ; + rdfs:range xsd:dateTime ; + rdfs:comment "A datatype property that encodes values from xsd:dateTime for an Event; a same Event can have more than one xsd:dateTime value: begin date, end date, date at which the interval holds, etc." ; + rdfs:isDefinedBy ; + rdfs:label "evento ha data"@it , + "has event date"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasIntervalDate +:hasIntervalDate rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :hasRegionDataValue ; + rdfs:domain :TimeInterval ; + rdfs:range xsd:dateTime ; + rdfs:comment "A datatype property that encodes values from xsd:dateTime for a TimeInterval; a same TimeInterval can have more than one xsd:dateTime value: begin date, end date, date at which the interval holds, etc." ; + rdfs:isDefinedBy ; + rdfs:label "has interval date"@en , + "intervallo ha data"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasParameterDataValue +:hasParameterDataValue rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :hasDataValue ; + rdfs:domain :Parameter ; + rdfs:comment """Parametrizes values from a datatype. For example, a Parameter MinimumAgeForDriving hasParameterDataValue 18 on datatype xsd:int, in the Italian traffic code. In this example, MinimumAgeForDriving isDefinedIn the Norm ItalianTrafficCodeAgeDriving. +More complex parametrization requires workarounds. E.g. AgeRangeForDrugUsage could parametrize data value: 14 to 50 on the datatype: xsd:int. Since complex datatypes are not allowed in OWL1.0, a solution to this can only work by creating two 'sub-parameters': MinimumAgeForDrugUsage (that hasParameterDataValue 14) and MaximumAgeForDrugUsage (that hasParameterDataValue 50), which are components of (cf. hasComponent) the main Parameter AgeRangeForDrugUsage. +Ordering on subparameters can be created by using or specializing the object property 'precedes'.""" ; + rdfs:isDefinedBy ; + rdfs:label "ha valore"@it , + "has parameter data value"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegionDataValue +:hasRegionDataValue rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :hasDataValue ; + rdfs:domain :Region ; + rdfs:comment "A datatype property that encodes values for a Region, e.g. a float for the Region Height." ; + rdfs:isDefinedBy ; + rdfs:label "has region data value"@en , + "regione ha valore"@it . + + +################################################################# +# Classes +################################################################# + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Abstract +:Abstract rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + owl:disjointWith :Event , + :Object , + :Quality ; + rdfs:comment "Any Entity that cannot be located in space-time. E.g. mathematical entities: formal semantics elements, regions within dimensional spaces, etc." ; + rdfs:isDefinedBy ; + rdfs:label "Abstract"@en , + "Astratto"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Action +:Action rdf:type owl:Class ; + rdfs:subClassOf :Event , + [ rdf:type owl:Restriction ; + owl:onProperty :hasParticipant ; + owl:someValuesFrom :Agent + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :executesTask ; + owl:minCardinality "1"^^xsd:nonNegativeInteger + ] ; + rdfs:comment "An Event with at least one Agent that isParticipantIn it, and that executes a Task that typically isDefinedIn a Plan, Workflow, Project, etc." ; + rdfs:isDefinedBy ; + rdfs:label "Action"@en , + "Azione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Agent +:Agent rdf:type owl:Class ; + rdfs:subClassOf :Object ; + rdfs:comment "Additional comment: a computational agent can be considered as a PhysicalAgent that realizes a certain class of algorithms (that can be considered as instances of InformationObject) that allow to obtain some behaviors that are considered typical of agents in general. For an ontology of computational objects based on DOLCE see e.g. http://www.loa-cnr.it/COS/COS.owl, and http://www.loa-cnr.it/KCO/KCO.owl." , + "Any agentive Object , either physical (e.g. a whale, a robot, an oak), or social (e.g. a corporation, an institution, a community)." ; + rdfs:isDefinedBy ; + rdfs:label "Agent"@en , + "Agente"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Amount +:Amount rdf:type owl:Class ; + rdfs:subClassOf :Region ; + owl:disjointWith :PhysicalAttribute , + :SpaceRegion , + :TimeInterval ; + rdfs:comment "A quantity, independently from how it is measured, computed, etc." ; + rdfs:isDefinedBy ; + rdfs:label "Amount"@en , + "Quantità"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#BiologicalObject +:BiologicalObject rdf:type owl:Class ; + rdfs:subClassOf :PhysicalBody ; + rdfs:isDefinedBy ; + rdfs:label "Biological object"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#ChemicalObject +:ChemicalObject rdf:type owl:Class ; + rdfs:subClassOf :PhysicalBody ; + rdfs:isDefinedBy ; + rdfs:label "Chemical object"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Classification +:Classification rdf:type owl:Class ; + rdfs:subClassOf :TimeIndexedRelation , + [ rdf:type owl:Restriction ; + owl:onProperty :isSettingFor ; + owl:someValuesFrom :Concept + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isSettingFor ; + owl:someValuesFrom :Entity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isSettingFor ; + owl:someValuesFrom :TimeInterval + ] ; + rdfs:comment """A special kind of Situation that allows to include time indexing for the classifies relation in situations. For example, if a Situation s 'my old cradle is used in these days as a flower pot' isSettingFor the entity 'my old cradle' and the TimeIntervals '8June2007' and '10June2007', and we know that s satisfies a functional Description for aesthetic objects, which defines the Concepts 'flower pot' and 'flower', then we also need to know what concept classifies 'my old cradle' at what time. +In order to solve this issue, we need to create a sub-situation s' for the classification time: 'my old cradle is a flower pot in 8June2007'. Such sub-situation s' isPartOf s.""" ; + rdfs:isDefinedBy ; + rdfs:label "Classification"@en , + "Classificazione"@it , + "time-indexed classification"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Collection +:Collection rdf:type owl:Class ; + rdfs:subClassOf :SocialObject , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Collection + ] ; + rdfs:comment """Any container for entities that share one or more common properties. E.g. \"stone objects\", \"the nurses\", \"the Louvre Aegyptian collection\", all the elections for the Italian President of the Republic. +A collection is not a logical class: a collection is a first-order entity, while a class is second-order. +A collection is neither an aggregate of its member entities (see e.g. ObjectAggregate class).""" ; + rdfs:isDefinedBy ; + rdfs:label "Collection"@en , + "Collezione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Collective +:Collective rdf:type owl:Class ; + rdfs:subClassOf :Collection , + [ rdf:type owl:Restriction ; + owl:onProperty :hasMember ; + owl:allValuesFrom :Agent + ] ; + rdfs:comment """A Collection whose members are agents, e.g. \"the nurses\", \"the Italian rockabilly fans\". +Collectives, facon de parler, can act as agents, although they are not assumed here to be agents (they are even disjoint from the class SocialAgent). This is represented by admitting collectives in the range of the relations having Agent in their domain or range.""" ; + rdfs:isDefinedBy ; + rdfs:label "Collective"@en , + "Collettivo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#CollectiveAgent +:CollectiveAgent rdf:type owl:Class ; + rdfs:subClassOf :SocialAgent , + [ rdf:type owl:Restriction ; + owl:onProperty :actsThrough ; + owl:someValuesFrom :Agent + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isIntroducedBy ; + owl:someValuesFrom :Description + ] ; + rdfs:comment """A SocialAgent that is actedBy agents that are (and act as) members of a Collective. A collective agent can have roles that are also roles of those agents. +For example, in sociology, a 'group action' is the situation in which a number of people (that result to be members of a collective) in a given area behave in a coordinated way in order to achieve a (often common) goal. The Agent in such a Situation is not single, but a CollectiveAgent (a Group). This can be generalized to the notion of social movement, which assumes a large Community or even the entire Society as agents. +The difference between a CollectiveAgent and an Organization is that a Description that introduces a CollectiveAgent is also one that unifies the corresponding Collective. In practice, this difference makes collective agents 'less stable' than organizations, because they have a dedicated, publicly recognizable Description that is conceived to introduce them.""" ; + rdfs:isDefinedBy ; + rdfs:label "Agente collettivo"@it , + "Collective agent"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Community +:Community rdf:type owl:Class ; + rdfs:subClassOf :CollectiveAgent ; + rdfs:isDefinedBy ; + rdfs:label "Community"@en , + "Comunità"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Concept +:Concept rdf:type owl:Class ; + rdfs:subClassOf :SocialObject , + [ rdf:type owl:Restriction ; + owl:onProperty :isDefinedIn ; + owl:someValuesFrom :Description + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Concept + ] ; + owl:disjointWith :SocialAgent ; + rdfs:comment """A Concept is a SocialObject, and isDefinedIn some Description; once defined, a Concept can be used in other Description(s). If a Concept isDefinedIn exactly one Description, see the LocalConcept class. +The classifies relation relates Concept(s) to Entity(s) at some TimeInterval""" ; + rdfs:isDefinedBy ; + rdfs:label "Concept"@en , + "Concetto"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Configuration +:Configuration rdf:type owl:Class ; + rdfs:subClassOf :Collection ; + rdfs:comment """A collection whose members are 'unified', i.e. organized according to a certain schema that can be represented by a Description. +Typically, a configuration is the collection that emerges out of a composed entity: an industrial artifact, a plan, a discourse, etc. +E.g. a physical book has a configuration provided by the part-whole schema that holds together its cover, pages, ink. That schema, based on the individual relations between the book and its parts, can be represented in a reified way by means of a (structural) description, which is said to 'unify' the book configuration.""" ; + rdfs:isDefinedBy ; + rdfs:label "Configuration"@en , + "Configurazione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Contract +:Contract rdf:type owl:Class ; + rdfs:subClassOf :Description ; + rdfs:comment "(The content of) an agreement between at least two agents that play a Party Role, about some contract object (a Task to be executed)." ; + rdfs:isDefinedBy ; + rdfs:label "Contract"@en , + "Contratto"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Description +:Description rdf:type owl:Class ; + rdfs:subClassOf :SocialObject ; + owl:disjointWith :SocialAgent ; + rdfs:comment """A Description is a SocialObject that represents a conceptualization. +It can be thought also as a 'descriptive context' that uses or defines concepts in order to create a view on a 'relational context' (cf. Situation) out of a set of data or observations. +For example, a Plan is a Description of some actions to be executed by agents in a certain way, with certain parameters; a Diagnosis is a Description that provides an interpretation for a set of observed entities, etc. +Descriptions 'define' or 'use' concepts, and can be 'satisfied' by situations.""" ; + rdfs:isDefinedBy ; + rdfs:label "Description"@en , + "Descrizione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Design +:Design rdf:type owl:Class ; + rdfs:subClassOf :Description ; + rdfs:comment """A Description of the Situation, in terms of structure and function, held by an Entity for some reason. +A design is usually accompanied by the rationales behind the construction of the designed Entity (i.e. of the reasons why a design is claimed to be as such). For example, the actual design (a Situation) of a car or of a law is based on both the specification (a Description) of the structure, and the rationales used to construct cars or laws. +While designs typically describe entities to be constructed, they can also be used to describe 'refunctionalized' entities, or to hypothesize unknown functions. For example, a cradle can be refunctionalized as a flowerpot based on a certain home design.""" ; + rdfs:isDefinedBy ; + rdfs:label "Design"@en , + "Design"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#DesignedArtifact +:DesignedArtifact rdf:type owl:Class ; + rdfs:subClassOf :PhysicalArtifact , + [ rdf:type owl:Restriction ; + owl:onProperty :isDescribedBy ; + owl:someValuesFrom :Design + ] ; + rdfs:comment "A PhysicalArtifact that is also described by a Design. This excludes simple recycling or refunctionalization of natural objects. Most common sense 'artifacts' can be included in this class: cars, lamps, houses, chips, etc." ; + rdfs:isDefinedBy ; + rdfs:label "Artefatto progettato"@it , + "Designed artifact"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#DesignedSubstance +:DesignedSubstance rdf:type owl:Class ; + rdfs:subClassOf :DesignedArtifact , + :FunctionalSubstance ; + rdfs:isDefinedBy . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Diagnosis +:Diagnosis rdf:type owl:Class ; + rdfs:subClassOf :Description ; + rdfs:comment "A Description of the Situation of a system, usually applied in order to control a normal behaviour, or to explain a notable behavior (e.g. a functional breakdown)." ; + rdfs:isDefinedBy ; + rdfs:label "Diagnosi"@it , + "Diagnosis"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity +:Entity rdf:type owl:Class ; + rdfs:comment "Anything: real, possible, or imaginary, which some modeller wants to talk about for some purpose." ; + rdfs:isDefinedBy ; + rdfs:label "Entity"@en , + "Entità"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Event +:Event rdf:type owl:Class ; + rdfs:subClassOf :Entity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasParticipant ; + owl:someValuesFrom :Object + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasTimeInterval ; + owl:someValuesFrom :TimeInterval + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasConstituent ; + owl:allValuesFrom :Event + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Event + ] ; + owl:disjointWith :Object , + :Quality ; + rdfs:comment """Any physical, social, or mental process, event, or state. + +More theoretically, events can be classified in different ways, possibly based on 'aspect' (e.g. stative, continuous, accomplishement, achievement, etc.), on 'agentivity' (e.g. intentional, natural, etc.), or on 'typical participants' (e.g. human, physical, abstract, food, etc.). +Here no special direction is taken, and the following explains why: events are related to observable situations, and they can have different views at a same time. +If a position has to be suggested here anyway, the participant-based classification of events seems the most stable and appropriate for many modelling problems. + +(1) Alternative aspectual views + +Consider a same event 'rock erosion in the Sinni valley': it can be conceptualized as an accomplishment (what has brought a certain state to occur), as an achievement (the state resulting from a previous accomplishment), as a punctual event (if we collapse the time interval of the erosion into a time point), or as a transition (something that has changed from a state to a different one). +In the erosion case, we could therefore have good motivations to shift from one aspect to another: a) causation focus, b) effectual focus, c) historical condensation, d) transition (causality). + +The different views refer to the same event, but are still different: how to live with this seeming paradox? +A typical solution e.g. in linguistics (cf. Levin's aspectual classes) and in DOLCE Full (cf. WonderWeb D18 axiomatization) is to classify events based on aspectual differences. But this solution would create different identities for a same event, where the difference is only based on the modeller's attitude. +An alternative solution is suggested here, and exploits the notion of (observable) Situation; a Situation is a view, consistent with a Description, which can be observed of a set of entities. It can also be seen as a 'relational context' created by an observer on the basis of a 'frame'. Therefore, a Situation allows to create a context where each particular view can have a proper identity, while the Event preserves its own identity. +For example, ErosionAsAccomplishment is a Situation where rock erosion is observed as a process leading to a certain achievement: the conditions (roles, parameters) that suggest such view are stated in a Description, which acts as a 'theory of accomplishments'. Similarly, ErosionAsTransition is a Situation where rock erosion is observed as an event that has changed a state to another: the conditions for such interpretation are stated in a different Description, which acts as a 'theory of state transitions'. +Consider that in no case the actual event is changed or enriched in parts by the aspectual view. + +(2) Alternative intentionality views + +Similarly to aspectual views, several intentionality views can be provided for a same Event. For example, one can investigate if an avalanche has been caused by immediate natural forces, or if there is any hint of an intentional effort to activate those natural forces. +Also in this case, the Event as such has not different identities, while the causal analysis generates situations with different identities, according to what Description is taken for interpreting the Event. +On the other hand, if the possible actions of an Agent causing the starting of an avalanche are taken as parts of the Event, then this makes its identity change, because we are adding a part to it. +Therefore, if intentionality is a criterion to classify events or not, this depends on if an ontology designer wants to consider causality as a relevant dimension for events' identity. + +(3) Alternative participant views + +A slightly different case is when we consider the basic participants to an Event. In this case, the identity of the Event is affected by the participating objects, because it depends on them. +For example, if snow, mountain slopes, wind, waves, etc. are considered as an avalanche basic participants, or if we also want to add water, human agents, etc., that makes the identity of an avalanche change. +Anyway, this approach to event classification is based on the designer's choices, and more accurately mirrors lexical or commonsense classifications (see. e.g. WordNet 'supersenses' for verb synsets). + +Ultimately, this discussion has no end, because realists will keep defending the idea that events in reality are not changed by the way we describe them, while constructivists will keep defending the idea that, whatever 'true reality' is about, it can't be modelled without the theoretical burden of how we observe and describe it. +Both positions are in principle valid, but, if taken too radically, they focus on issues that are only partly relevant to the aim of computational ontologies, which assist domain experts in representing a certain portion of reality according to their own assumptions and requirements. + +For this reason, in this ontology version of DOLCE, both events and situations are allowed, together with descriptions (the reason for the inclusion of the D&S framewrok in DOLCE), in order to encode the modelling needs, independently from the position (if any) chosen by the model designer.""" ; + rdfs:isDefinedBy ; + rdfs:label "Event"@en , + "Evento"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#EventType +:EventType rdf:type owl:Class ; + rdfs:subClassOf :Concept , + [ rdf:type owl:Restriction ; + owl:onProperty :classifies ; + owl:allValuesFrom :Event + ] ; + owl:disjointWith :Parameter , + :Role ; + rdfs:comment "A Concept that classifies an Event . An event type describes how an Event should be interpreted, executed, expected, seen, etc., according to the Description that the EventType isDefinedIn (or used in)" ; + rdfs:isDefinedBy ; + rdfs:label "Event type"@en , + "Tipo di evento"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#FormalEntity +:FormalEntity rdf:type owl:Class ; + rdfs:subClassOf :Abstract ; + rdfs:comment """Entities that are formally defined and are considered independent from the social context in which they are used. They cannot be localized in space or time. Also called 'Platonic entities'. +Mathematical and logical entities are included in this class: sets, categories, tuples, costants, variables, etc. +Abstract formal entities are distinguished from information objects, which are supposed to be part of a social context, and are localized in space and time, therefore being (social) objects. +For example, the class 'Quark' is an abstract formal entity from the purely set-theoretical perspective, but it is an InformationObject from the viewpoint of ontology design, when e.g. implemented in a logical language like OWL. +Abstract formal entities are also distinguished from Concept(s), Collection(s), and Description(s), which are part of a social context, therefore being SocialObject(s) as well. +For example, the class 'Quark' is an abstract FormalEntity from the purely set-theoretical perspective, but it is a Concept within history of science and cultural dynamics. + +These distinctions allow to represent two different notions of 'semantics': the first one is abstract and formal ('formal semantics'), and formallyInterprets symbols that are about entities whatsoever; for example, the term 'Quark' isAbout the Collection of all quarks, and that Collection isFormalGroundingFor the abstract class 'Quark' (in the extensional sense). +The second notion is social, localized in space-time ('social semantics'), and can be used to interpret entities in the intensional sense. For example, the Collection of all quarks isCoveredBy the Concept 'Quark', which is also expressed by the term 'Quark'.""" ; + rdfs:isDefinedBy ; + rdfs:label "Entità formale astratta"@it , + "Formal entity"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#FunctionalSubstance +:FunctionalSubstance rdf:type owl:Class ; + rdfs:subClassOf :Substance ; + rdfs:isDefinedBy ; + rdfs:label "Functional substance"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Goal +:Goal rdf:type owl:Class ; + rdfs:subClassOf :Description ; + rdfs:comment "The Description of a Situation that is desired by an Agent, and usually associated to a Plan that describes how to actually achieve it" ; + rdfs:isDefinedBy ; + rdfs:label "Goal"@en , + "Scopo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Group +:Group rdf:type owl:Class ; + rdfs:subClassOf :CollectiveAgent , + [ rdf:type owl:Restriction ; + owl:onProperty :isDescribedBy ; + owl:someValuesFrom :Plan + ] ; + rdfs:comment "A CollectiveAgent whose acting agents conceptualize a same SocialRelation ." ; + rdfs:isDefinedBy ; + rdfs:label "Group"@en , + "Gruppo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationEntity +:InformationEntity rdf:type owl:Class ; + rdfs:subClassOf :Entity ; + rdfs:comment """A piece of information, be it concretely realized or not. It is a catchall class, intended to bypass the ambiguities of many data or text that could denote either a an expression or a concrete realization of that expression. +In a semiotic model, there is no special reason to distinguish between them, however we may want to distinguish between a pure information content (e.g. the 3rd Gymnopedie by Satie), and its possible concrete realizations as a music sheet, a piano execution, the reproduction of the execution, its publishing as a record, etc.).""" ; + rdfs:isDefinedBy . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationObject +:InformationObject rdf:type owl:Class ; + rdfs:subClassOf :InformationEntity , + :SocialObject ; + owl:disjointWith :SocialAgent ; + rdfs:comment "A piece of information, such as a musical composition, a text, a word, a picture, independently from how it is concretely realized." ; + rdfs:isDefinedBy ; + rdfs:label "Information object"@en , + "Oggetto informativo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationRealization +:InformationRealization rdf:type owl:Class ; + rdfs:subClassOf :InformationEntity , + [ rdf:type owl:Class ; + owl:unionOf ( :Event + :PhysicalObject + :Quality + ) + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :realizes ; + owl:someValuesFrom :InformationObject + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :realizesSelfInformation ; + owl:hasSelf "true"^^xsd:boolean + ] ; + rdfs:comment """A concrete realization of an InformationObject, e.g. the written document (object) containing the text of a law, a poetry reading (event), the dark timbre (quality) of a sound (event) in the execution (event) of a musical composition, realizing a 'misterioso' tempo indication. + +The realization of an information object also realizes information about itself. This is a special semiotic feature, which allows to avoid a traditonal paradox, by which an information is often supposed to be about itself besides other entities (e.g. the information object 'carpe diem' is about its meaning in Horace's Odes (let alone its fortune in Western culture and beyond), but also about its expression in context: 'dum loquimur, fugerit invida aetas: carpe diem, quam minimum credula postero', with the sound and emotional relations that it could activate. +This is expressed in OWL2 with a local reflexivity axiom of the dul:InformationRealization class.""" ; + rdfs:isDefinedBy ; + rdfs:label "Information realization"@en , + "Informazione concreta"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#LocalConcept +:LocalConcept rdf:type owl:Class ; + rdfs:subClassOf :Concept ; + rdfs:comment "A Concept that isDefinedIn exactly 1 Description. For example, the Concept 'coffee' in a 'preparesCoffee' relation can be defined in that relation, and for all other Description(s) that use it, the isConceptUsedIn property should be applied. Notice therefore that not necessarily all Concept(s) isDefinedIn exactly 1 Description." ; + rdfs:isDefinedBy ; + rdfs:label "Local concept"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Method +:Method rdf:type owl:Class ; + rdfs:subClassOf :Description ; + rdfs:comment """A method is a Description that defines or uses concepts in order to guide carrying out actions aimed at a solution with respect to a problem. +It is different from a Plan, because plans could be carried out in order to follow a method, but a method can be followed by executing alternative plans.""" ; + rdfs:isDefinedBy ; + rdfs:label "Method"@en , + "Metodo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Narrative +:Narrative rdf:type owl:Class ; + rdfs:subClassOf :Description ; + rdfs:isDefinedBy ; + rdfs:label "Narrative"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#NaturalPerson +:NaturalPerson rdf:type owl:Class ; + rdfs:subClassOf :Person , + :PhysicalAgent ; + rdfs:comment "A person in the physical commonsense intuition: 'have you seen that person walking down the street?'" ; + rdfs:isDefinedBy ; + rdfs:label "Natural person"@en , + "Persona fisica"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Norm +:Norm rdf:type owl:Class ; + rdfs:subClassOf :Description ; + rdfs:comment "A social norm." ; + rdfs:isDefinedBy ; + rdfs:label "Norm"@en , + "Norma"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object +:Object rdf:type owl:Class ; + rdfs:subClassOf :Entity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasLocation ; + owl:someValuesFrom :Entity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isParticipantIn ; + owl:someValuesFrom :Event + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasConstituent ; + owl:allValuesFrom :Object + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Object + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isClassifiedBy ; + owl:allValuesFrom :Role + ] ; + owl:disjointWith :Quality ; + rdfs:comment "Any physical, social, or mental object, or a substance. Following DOLCE Full, objects are always participating in some event (at least their own life), and are spatially located." ; + rdfs:isDefinedBy ; + rdfs:label "Object"@en , + "Oggetto"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#ObjectAggregate +:ObjectAggregate rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( :Object + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:someValuesFrom [ owl:intersectionOf ( :Object + [ rdf:type owl:Restriction ; + owl:onProperty :isMemberOf ; + owl:someValuesFrom :Collection + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; + "Aldo Gangemi" ; + "2021-02-21T23:35:02Z"^^xsd:dateTime ; + rdfs:comment """An aggregate of distributed objects, members of a same Collection, e.g. the stars in a constellation, the parts of a car, the employees of a company, the entries from an encyclopedia, the concepts expressed in a speech, etc. +It cannot be defined by means of an equivalence axiom, because it'd require the same Collection for all members, an axiom that cannot be expressed in OWL.""" . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Organism +:Organism rdf:type owl:Class ; + rdfs:subClassOf :BiologicalObject , + :PhysicalAgent ; + rdfs:comment "A physical objects with biological characteristics, typically that organisms can self-reproduce." ; + rdfs:isDefinedBy ; + rdfs:label "Organism"@en , + "Organismo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Organization +:Organization rdf:type owl:Class ; + rdfs:subClassOf :SocialAgent ; + rdfs:comment "An internally structured, conventionally created SocialAgent, needing a specific Role and Agent that plays it, in order to act."@en , + "Un agente sociale strutturato internamente e creato convenzionalmente. Per agire, ha bisogno di ruoli e agenti che li ricoprano."@it ; + rdfs:isDefinedBy ; + rdfs:label "Organization"@en , + "Organizzazione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Parameter +:Parameter rdf:type owl:Class ; + rdfs:subClassOf :Concept , + [ rdf:type owl:Restriction ; + owl:onProperty :classifies ; + owl:allValuesFrom :Region + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Parameter + ] ; + owl:disjointWith :Role ; + rdfs:comment "A Concept that classifies a Region; the difference between a Region and a Parameter is that regions represent sets of observable values, e.g. the height of a given building, while parameters represent constraints or selections on observable values, e.g. 'VeryHigh'. Therefore, parameters can also be used to constrain regions, e.g. VeryHigh on a subset of values of the Region Height applied to buildings, or to add an external selection criterion , such as measurement units, to regions, e.g. Meter on a subset of values from the Region Length applied to the Region Length applied to roads." ; + rdfs:isDefinedBy ; + rdfs:label "Parameter"@en , + "Parametro"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Parthood +:Parthood rdf:type owl:Class ; + rdfs:subClassOf :TimeIndexedRelation , + [ rdf:type owl:Restriction ; + owl:onProperty :includesPart ; + owl:someValuesFrom :Entity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :includesWhole ; + owl:someValuesFrom :Entity + ] ; + owl:hasKey ( :includesPart + :includesWhole + ) ; + "Aldo Gangemi" ; + "2021-04-03T13:53:57Z"^^xsd:dateTime ; + rdfs:comment """A special kind of Situation that allows to include time indexing for the hasPart relation in situations. +For example, if a Situation s 'finally, my bike has a luggage rack' isSettingFor the entity 'my bike' and the TimeIntervals 'now', or more specifically '29March2021', we need to have a time-index the part relation. With Parthood, we use includesWhole and includesPart properties. +This can be done similarly for other arguments of parthood, e.g. location, configuration, topology, etc. +Concerning the possible property characteristics reused from mereology (transitivity, asymmetry, reflexivity), they need to be implemented by means of rules (or, in a limited way, property chains using the binary hasPart or hasProperPart properties). +A key is also added to ensure identification constraints of time-indexed parthood.""" ; + rdfs:label "parthood"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Pattern +:Pattern rdf:type owl:Class ; + rdfs:subClassOf :Relation ; + rdfs:comment """Any invariance detected from a dataset, or from observation; also, any invariance proposed based on top-down considerations. +E.g. patterns detected and abstracted by an organism, by pattern recognition algorithms, by machine learning techniques, etc. +An occurrence of a pattern is an 'observable', or detected Situation""" ; + rdfs:isDefinedBy ; + rdfs:label "Pattern"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Person +:Person rdf:type owl:Class ; + rdfs:subClassOf :Agent ; + rdfs:comment "Persons in commonsense intuition, which does not apparently distinguish between either natural or social persons." ; + rdfs:isDefinedBy ; + rdfs:label "Person"@en , + "Persona {it}" . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Personification +:Personification rdf:type owl:Class ; + rdfs:subClassOf :SocialAgent ; + rdfs:comment "A social entity with agentive features, but whose status is the result of a cultural transformation from e.g. a PhysicalObject, an Event, an Abstract, another SocialObject, etc. For example: the holy grail, deus ex machina, gods, magic wands, etc." ; + rdfs:isDefinedBy ; + rdfs:label "Personification"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalAgent +:PhysicalAgent rdf:type owl:Class ; + rdfs:subClassOf :Agent , + :PhysicalObject ; + rdfs:comment """A PhysicalObject that is capable of self-representing (conceptualizing) a Description in order to plan an Action. +A PhysicalAgent is a substrate for (actsFor) a Social Agent""" ; + rdfs:isDefinedBy ; + rdfs:label "Agente fisico"@it , + "Physical agent"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalArtifact +:PhysicalArtifact rdf:type owl:Class ; + rdfs:subClassOf :PhysicalObject , + [ rdf:type owl:Restriction ; + owl:onProperty :isDescribedBy ; + owl:someValuesFrom :Plan + ] ; + rdfs:comment """Any PhysicalObject that isDescribedBy a Plan . +This axiomatization is weak, but allows to talk of artifacts in a very general sense, i.e. including recycled objects, objects with an intentional functional change, natural objects that are given a certain function, even though they are not modified or structurally designed, etc. PhysicalArtifact(s) are not considered disjoint from PhysicalBody(s), in order to allow a dual classification when needed. E.g., +FunctionalSubstance(s) are included here as well. +Immaterial (non-physical) artifacts (e.g. texts, ideas, cultural movements, corporations, communities, etc. can be modelled as social objects (see SocialObject), which are all 'artifactual' in the weak sense assumed here.""" ; + rdfs:isDefinedBy ; + rdfs:label "Artefatto fisico"@it , + "Physical artifact"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalAttribute +:PhysicalAttribute rdf:type owl:Class ; + rdfs:subClassOf :Region , + [ rdf:type owl:Restriction ; + owl:onProperty :isRegionFor ; + owl:allValuesFrom :PhysicalObject + ] ; + owl:disjointWith :SpaceRegion , + :TimeInterval ; + rdfs:comment "Physical value of a physical object, e.g. density, color, etc." ; + rdfs:isDefinedBy ; + rdfs:label "Caratteristica fisica"@it , + "Physical attribute"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalBody +:PhysicalBody rdf:type owl:Class ; + rdfs:subClassOf :PhysicalObject ; + rdfs:comment "Physical bodies are PhysicalObject(s), for which we tend to neutralize any possible artifactual character. They can have several granularity levels: geological, chemical, physical, biological, etc." ; + rdfs:isDefinedBy ; + rdfs:label "Physical body"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalObject +:PhysicalObject rdf:type owl:Class ; + rdfs:subClassOf :Object , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :PhysicalObject + ] ; + owl:disjointWith :SocialObject ; + rdfs:comment "Any Object that has a proper space region. The prototypical physical object has also an associated mass, but the nature of its mass can greatly vary based on the epistemological status of the object (scientifically measured, subjectively possible, imaginary)." ; + rdfs:isDefinedBy ; + rdfs:label "Oggetto fisico"@it , + "Physical object"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalPlace +:PhysicalPlace rdf:type owl:Class ; + rdfs:subClassOf :PhysicalObject ; + rdfs:comment "A physical object that is inherently located; for example, a water area." ; + rdfs:isDefinedBy ; + rdfs:label "Luogo fisico"@it , + "Physical place"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Place +:Place rdf:type owl:Class ; + rdfs:subClassOf :SocialObject , + [ rdf:type owl:Restriction ; + owl:onProperty :isLocationOf ; + owl:minCardinality "1"^^xsd:nonNegativeInteger + ] ; + rdfs:comment """Socially or cognitively dependent locations: political geographic entities (Rome, Lesotho), and non-material locations determined by the presence of other entities (\"the area close to Rome\") or of pivot events or signs (\"the area where the helicopter fell\"), as well as identified as complements to other entities (\"the area under the table\"), etc. +In this generic sense, a Place is a 'dependent' location. For 'non-dependent' locations, cf. the PhysicalPlace class. For an abstract (dimensional) location, cf. the SpaceRegion class.""" ; + rdfs:isDefinedBy ; + rdfs:label "Luogo"@it , + "Place"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Plan +:Plan rdf:type owl:Class ; + rdfs:subClassOf :Description , + [ rdf:type owl:Restriction ; + owl:onProperty :hasComponent ; + owl:someValuesFrom :Goal + ] ; + rdfs:comment "A Description having an explicit Goal, to be achieved by executing the plan" ; + rdfs:isDefinedBy ; + rdfs:label "Piano"@it , + "Plan"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PlanExecution +:PlanExecution rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty :satisfies ; + owl:someValuesFrom :Plan + ] ; + rdfs:subClassOf :Situation ; + rdfs:comment "Plan executions are situations that proactively satisfy a plan. Subplan executions are proper parts of the whole plan execution." ; + rdfs:isDefinedBy ; + rdfs:label "Esecuzione di piano"@it , + "Plan execution"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Process +:Process rdf:type owl:Class ; + rdfs:subClassOf :Event ; + rdfs:comment """This is a placeholder for events that are considered in their evolution, or anyway not strictly dependent on agents, tasks, and plans. +See Event class for some thoughts on classifying events. See also 'Transition'.""" ; + rdfs:isDefinedBy ; + rdfs:label "Process"@en , + "Processo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Project +:Project rdf:type owl:Class ; + rdfs:subClassOf :Plan , + [ rdf:type owl:Restriction ; + owl:onProperty :definesRole ; + owl:someValuesFrom :Role + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :definesTask ; + owl:someValuesFrom :Task + ] ; + rdfs:comment "A Plan that defines Role(s), Task(s), and a specific structure for tasks to be executed in relation to goals to be achieved, in order to achieve the main goal of the project. In other words, a project is a plan with a subgoal structure and multiple roles and tasks." ; + rdfs:isDefinedBy ; + rdfs:label "Progetto"@it , + "Project"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Quality +:Quality rdf:type owl:Class ; + rdfs:subClassOf :Entity , + [ rdf:type owl:Restriction ; + owl:onProperty :hasRegion ; + owl:someValuesFrom :Region + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isQualityOf ; + owl:someValuesFrom :Entity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasConstituent ; + owl:allValuesFrom :Quality + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Quality + ] ; + rdfs:comment """Any aspect of an Entity (but not a part of it), which cannot exist without that Entity. For example, the way the surface of a specific PhysicalObject looks like, or the specific light of a place at a certain time, are examples of Quality, while the encoding of a Quality into e.g. a PhysicalAttribute should be modeled as a Region. +From the design viewpoint, the Quality-Region distinction is useful only when individual aspects of an Entity are considered in a domain of discourse. +For example, in an automotive context, it would be irrelevant to consider the aspects of car windows for a specific car, unless the factory wants to check a specific window against design parameters (anomaly detection). +On the other hand, in an antiques context, the individual aspects for a specific piece of furniture are a major focus of attention, and may constitute the actual added value, because the design parameters for old furniture are often not fixed, and may not be viewed as 'anomalies'.""" ; + rdfs:isDefinedBy ; + rdfs:label "Quality"@en , + "Qualità"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Region +:Region rdf:type owl:Class ; + rdfs:subClassOf :Abstract , + [ rdf:type owl:Restriction ; + owl:onProperty :hasConstituent ; + owl:allValuesFrom :Region + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Region + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :overlaps ; + owl:allValuesFrom :Region + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :precedes ; + owl:allValuesFrom :Region + ] ; + rdfs:comment """Any region in a dimensional space (a dimensional space is a maximal Region), which can be used as a value for a quality of an Entity . For example, TimeInterval, SpaceRegion, PhysicalAttribute, Amount, SocialAttribute are all subclasses of Region. +Regions are not data values in the ordinary knowledge representation sense; in order to get patterns for modelling data, see the properties: representsDataValue and hasDataValue""" ; + rdfs:isDefinedBy ; + rdfs:label "Region"@en , + "Regione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Relation +:Relation rdf:type owl:Class ; + rdfs:subClassOf :Description ; + rdfs:comment """Relations are descriptions that can be considered as the counterpart of formal relations (that are included in the FormalEntity class). +For example, 'givingGrantToInstitution(x,y,z)' with three argument types: Provider(x),Grant(y),Recipient(z), can have a Relation counterpart: 'GivingGrantToInstitution', which defines three Concept instances: Provider,Grant,Recipient. +Since social objects are not formal entities, Relation includes here any 'relation-like' entity in common sense, including social relations.""" ; + rdfs:isDefinedBy ; + rdfs:label "Relation"@en , + "Relazione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Right +:Right rdf:type owl:Class ; + rdfs:subClassOf :Description , + [ rdf:type owl:Restriction ; + owl:onProperty :definesRole ; + owl:minCardinality "2"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :definesTask ; + owl:minCardinality "1"^^xsd:nonNegativeInteger + ] ; + rdfs:comment "A legal position by which an Agent is entitled to obtain something from another Agent , under specified circumstances, through an enforcement explicited either in a Law, Contract , etc." ; + rdfs:isDefinedBy ; + rdfs:label "Diritto"@it , + "Right"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Role +:Role rdf:type owl:Class ; + rdfs:subClassOf :Concept , + [ rdf:type owl:Restriction ; + owl:onProperty :classifies ; + owl:allValuesFrom :Object + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Role + ] ; + rdfs:comment "A Concept that classifies an Object" ; + rdfs:isDefinedBy ; + rdfs:label "Role"@en , + "Ruolo"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Set +:Set rdf:type owl:Class ; + rdfs:subClassOf :FormalEntity ; + rdfs:isDefinedBy ; + rdfs:label "Set"@en , + "Insieme {it}" . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Situation +:Situation rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty :satisfies ; + owl:someValuesFrom :Description + ] ; + rdfs:subClassOf :Entity ; + rdfs:comment """A view, consistent with ('satisfying') a Description, on a set of entities. +It can also be seen as a 'relational context' created by an observer on the basis of a 'frame' (i.e. a Description). +For example, a PlanExecution is a context including some actions executed by agents according to certain parameters and expected tasks to be achieved from a Plan; a DiagnosedSituation is a context of observed entities that is interpreted on the basis of a Diagnosis, etc. +Situation is also able to represent reified n-ary relations, where isSettingFor is the top-level relation for all binary projections of the n-ary relation. +If used in a transformation pattern for n-ary relations, the designer should take care of adding (some or all) OWL2 keys, corresponding to binary projections of the n-ary, to a subclass of Situation. Otherwise the 'identification constraint' (Calvanese et al., IJCAI 2001) might be violated.""" ; + rdfs:isDefinedBy ; + rdfs:label "Situation"@en , + "Situazione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#SocialAgent +:SocialAgent rdf:type owl:Class ; + rdfs:subClassOf :Agent , + :SocialObject , + [ rdf:type owl:Restriction ; + owl:onProperty :actsThrough ; + owl:someValuesFrom :PhysicalAgent + ] ; + rdfs:comment "Any individual whose existence is granted simply by its social communicability and capability of action (through some PhysicalAgent)." ; + rdfs:isDefinedBy ; + rdfs:label "Agente sociale"@it , + "Social agent"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#SocialObject +:SocialObject rdf:type owl:Class ; + rdfs:subClassOf :Object , + [ rdf:type owl:Restriction ; + owl:onProperty :isExpressedBy ; + owl:someValuesFrom :InformationObject + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :SocialObject + ] ; + rdfs:comment """Any Object that exists only within some communication Event, in which at least one PhysicalObject participates in. +In other words, all objects that have been or are created in the process of social communication: for the sake of communication (InformationObject), for incorporating new individuals (SocialAgent, Place), for contextualizing or intepreting existing entities (Description, Concept), or for collecting existing entities (Collection). +Being dependent on communication, all social objects need to be expressed by some information object (information objects are self-expressing).""" ; + rdfs:isDefinedBy ; + rdfs:label "Oggetto sociale"@it , + "Social object"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#SocialObjectAttribute +:SocialObjectAttribute rdf:type owl:Class ; + rdfs:subClassOf :Region , + [ rdf:type owl:Restriction ; + owl:onProperty :isRegionFor ; + owl:allValuesFrom :SocialObject + ] ; + rdfs:comment "Any Region in a dimensional space that is used to represent some characteristic of a SocialObject, e.g. judgment values, social scalars, statistical attributes over a collection of entities, etc." ; + rdfs:isDefinedBy ; + rdfs:label "Caratteristica sociale"@it , + "Social attribute"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#SocialPerson +:SocialPerson rdf:type owl:Class ; + rdfs:subClassOf :Person , + :SocialAgent , + [ rdf:type owl:Restriction ; + owl:onProperty :actsThrough ; + owl:cardinality "1"^^xsd:nonNegativeInteger + ] ; + rdfs:comment "A SocialAgent that needs the existence of a specific NaturalPerson in order to act (but the lifetime of the NaturalPerson has only to overlap that of the SocialPerson)." ; + rdfs:isDefinedBy ; + rdfs:label "Persona sociale"@it , + "Social person"@en ; + owl:versionInfo "Formerly: Person (changed to avoid confusion with commonsense intuition)" . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#SocialRelation +:SocialRelation rdf:type owl:Class ; + rdfs:subClassOf :Relation ; + rdfs:comment "Any social relationship" ; + rdfs:isDefinedBy ; + rdfs:label "Relazione sociale"@it , + "Social relation"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#SpaceRegion +:SpaceRegion rdf:type owl:Class ; + rdfs:subClassOf :Region ; + owl:disjointWith :TimeInterval ; + rdfs:comment "Any Region in a dimensional space that is used to localize an Entity ; i.e., it is not used to represent some characteristic (e.g. it excludes time intervals, colors, size values, judgment values, etc.). Differently from a Place , a space region has a specific dimensional space." ; + rdfs:isDefinedBy ; + rdfs:label "Regione di spazio"@it , + "Space region"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#SpatioTemporalRegion +:SpatioTemporalRegion rdf:type owl:Class ; + rdfs:subClassOf :Region , + [ rdf:type owl:Restriction ; + owl:onProperty :hasConstituent ; + owl:someValuesFrom :SpaceRegion + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :hasConstituent ; + owl:someValuesFrom :TimeInterval + ] ; + rdfs:isDefinedBy . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Substance +:Substance rdf:type owl:Class ; + rdfs:subClassOf :PhysicalBody ; + rdfs:comment """Any PhysicalBody that has not necessarily specified (designed) boundaries, e.g. a pile of trash, some sand, etc. +In this sense, an artistic object made of trash or a dose of medicine in the form of a pill would be a FunctionalSubstance, and a DesignedArtifact, since its boundaries are specified by a Design; aleatoric objects that are outcomes of an artistic process might be still considered DesignedArtifact(s), and Substance(s).""" ; + rdfs:isDefinedBy ; + rdfs:label "Sostanza"@it , + "Substance"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Task +:Task rdf:type owl:Class ; + rdfs:subClassOf :EventType , + [ rdf:type owl:Restriction ; + owl:onProperty :hasPart ; + owl:allValuesFrom :Task + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isExecutedIn ; + owl:allValuesFrom :Action + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isTaskDefinedIn ; + owl:allValuesFrom :Description + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isTaskOf ; + owl:allValuesFrom :Role + ] ; + rdfs:comment """An EventType that classifies an Action to be executed. +For example, reaching a destination is a task that can be executed by performing certain actions, e.g. driving a car, buying a train ticket, etc. +The actions to execute a task can also be organized according to a Plan that is not the same as the one that defines the task (if any). +For example, reaching a destination could be defined by a plan to get on holidays, while the plan to execute the task can consist of putting some travels into a sequence.""" ; + rdfs:isDefinedBy ; + rdfs:label "Task"@en , + "Task"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Theory +:Theory rdf:type owl:Class ; + rdfs:subClassOf :Description , + [ rdf:type owl:Restriction ; + owl:onProperty :hasComponent ; + owl:someValuesFrom :Relation + ] ; + rdfs:comment """A Theory is a Description that represents a set of assumptions for describing something, usually general. Scientific, philosophical, and commonsense theories can be included here. +This class can also be used to act as 'naturalized reifications' of logical theories (of course, they will be necessarily incomplete in this case, because second-order entities are represented as first-order ones).""" ; + rdfs:isDefinedBy ; + rdfs:label "Teoria"@it , + "Theory"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#TimeIndexedRelation +:TimeIndexedRelation rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( :Situation + [ rdf:type owl:Restriction ; + owl:onProperty :isSettingFor ; + owl:someValuesFrom :TimeInterval + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf :Situation ; + "Aldo Gangemi" ; + "2021-02-24T14:24:23Z"^^xsd:dateTime ; + rdfs:comment "A Situation that includes a time indexing in its setting, so allowing to order any binary relation (property) with time." . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#TimeInterval +:TimeInterval rdf:type owl:Class ; + rdfs:subClassOf :Region ; + rdfs:comment "Any Region in a dimensional space that aims at representing time." ; + rdfs:isDefinedBy ; + rdfs:label "Intervallo di tempo"@it , + "Time interval"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Transition +:Transition rdf:type owl:Class ; + rdfs:subClassOf :Situation , + [ rdf:type owl:Restriction ; + owl:onProperty :includesEvent ; + owl:someValuesFrom :Event + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :includesObject ; + owl:someValuesFrom :Object + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isSettingFor ; + owl:someValuesFrom :Process + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isSettingFor ; + owl:someValuesFrom [ owl:intersectionOf ( :Situation + [ rdf:type owl:Restriction ; + owl:onProperty :precedes ; + owl:someValuesFrom [ owl:intersectionOf ( :Event + [ rdf:type owl:Restriction ; + owl:onProperty :precedes ; + owl:someValuesFrom :Situation + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :includesTime ; + owl:minQualifiedCardinality "3"^^xsd:nonNegativeInteger ; + owl:onClass :TimeInterval + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isSettingFor ; + owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ; + owl:onClass :Situation + ] ; + rdfs:comment """A transition is a Situation that creates a context for three TimeInterval(s), two additional different Situation(s), one Event, one Process, and at least one Object: the Event is observed as the cause for the transition, one Situation is the state before the transition, the second Situation is the state after the transition, the Process is the invariance under some different transitions (including the one represented here), in which at least one Object is situated. Finally, the time intervals position the situations and the transitional event in time. +This class of situations partly encodes the ontology underlying typical engineering algebras for processes, e.g. Petri Nets. +A full representation of the transition ontology is outside the expressivity of OWL, because we would need qualified cardinality restrictions, coreference, property equivalence, and property composition.""" ; + rdfs:isDefinedBy ; + rdfs:label "Transition"@en , + "Transizione"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#TypeCollection +:TypeCollection rdf:type owl:Class ; + rdfs:subClassOf :Collection ; + rdfs:comment """A Collection whose members are the maximal set of individuals that share the same (named) type, e.g. \"the gem stones\", \"the Italians\". +This class is very useful to apply a variety of the so-called \"ClassesAsValues\" design pattern, when it is used to talk about the extensional aspect of a class. An alternative variety of the pattern applies to the intensional aspect of a class, and the class Concept should be used instead.""" ; + rdfs:isDefinedBy ; + rdfs:label "Collezione di un tipo"@it , + "Type collection"@en . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#UnitOfMeasure +:UnitOfMeasure rdf:type owl:Class ; + rdfs:subClassOf :Parameter , + [ rdf:type owl:Restriction ; + owl:onProperty :parametrizes ; + owl:someValuesFrom :Region + ] ; + rdfs:comment "Units of measure are conceptualized here as parameters on regions, which can be valued as datatype values." ; + rdfs:isDefinedBy ; + rdfs:label "Unit of measure"@en , + "Unità di misura"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Workflow +:Workflow rdf:type owl:Class ; + rdfs:subClassOf :Plan , + [ rdf:type owl:Restriction ; + owl:onProperty :definesRole ; + owl:someValuesFrom :Role + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :definesTask ; + owl:someValuesFrom :Task + ] ; + rdfs:comment "A Plan that defines Role(s), Task(s), and a specific structure for tasks to be executed, usually supporting the work of an Organization" ; + rdfs:isDefinedBy ; + rdfs:label "Workflow"@en , + "Workflow"@it . + + +### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#WorkflowExecution +:WorkflowExecution rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty :satisfies ; + owl:someValuesFrom :Workflow + ] ; + rdfs:subClassOf :Situation ; + rdfs:isDefinedBy ; + rdfs:label "Esecuzione di workflow"@it , + "Workflow execution"@en . + + +### http://www.w3.org/2002/07/owl#Thing +owl:Thing rdf:type owl:Class . + + +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi diff --git a/data/ontologies/fibo-be/AllBE-Europe.rdf b/data/ontologies/fibo-be/AllBE-Europe.rdf new file mode 100644 index 00000000..9ef00520 --- /dev/null +++ b/data/ontologies/fibo-be/AllBE-Europe.rdf @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + +]> + + + + Business Entities Domain, European Extension + This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities. + +The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including: + - Legal entities generally + - Corporate structure, ownership and control, including primary executive roles for businesses, + - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc. + - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts. + Adaptive, Inc. + Bloomberg LP + Citigroup + Credit Suisse + Deutsche Bank + EDM Council, Inc. + Exprentis + Federated Knowledge LLC + Hypercube Ltd. + John F. Gemski + Nordea Bank AB + Office of Financial Research (US Dept of the Treasury) + Pinnacle Bank (Morgan Hill, California) + State Street Bank and Trust + Statistics Canada + Tahoe Blue Ltd + Thematix Partners LLC + Wells Fargo + Working Ontologist + agnos.ai UK Ltd. + 2018-08-27T18:00:00 + Copyright (c) 2018-2025 EDM Council, Inc. +Copyright (c) 2018-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-05-27T18:00:00 + EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, European Extension + https://spec.edmcouncil.org/fibo/ + + + + + + + + + Copyright (c) 2018-2025 EDM Council, Inc. + Copyright (c) 2018-2025 Object Management Group, Inc. + The 'all' ontology for BE (European Extension) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports most of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all individuals for European governments and jurisdictions, and the related LCC region-specific ontologies. Note that the 45 ISO 3166-2 subdivision ontologies included are those defined as being part of Europe in the U.N. M49 Codes. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/AllBE-ExampleIndividuals.rdf b/data/ontologies/fibo-be/AllBE-ExampleIndividuals.rdf new file mode 100644 index 00000000..adc5beaa --- /dev/null +++ b/data/ontologies/fibo-be/AllBE-ExampleIndividuals.rdf @@ -0,0 +1,68 @@ + + + + + + + + + + +]> + + + + Business Entities Domain, Reference Individuals with Examples + The FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities. + +The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including: + - Legal entities generally + - Corporate structure, ownership and control, including primary executive roles for businesses, + - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc. + - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts. + + This ontology is provided for the convenience of FIBO users, and enables loading of all of BE, including reference individuals as well as example business entities that are used in FIBO use cases and training. + Adaptive, Inc. + Bloomberg LP + Citigroup + Credit Suisse + Deutsche Bank + Exprentis + Federated Knowledge LLC + Hypercube Ltd. + John F. Gemski + Nordea Bank AB + Office of Financial Research (US Dept of the Treasury) + Pinnacle Bank (Morgan Hill, California) + State Street Bank and Trust + Statistics Canada + Tahoe Blue Ltd + Thematix Partners LLC + Wells Fargo + Working Ontologist + agnos.ai UK Ltd. + https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, Reference Individuals with Examples + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ + + + + The 'all' ontology for BE (Reference Individuals with Examples) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports all of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND, all of the BE reference individuals as well as a number of examples in FIBO production to date. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/AllBE-NorthAmerica.rdf b/data/ontologies/fibo-be/AllBE-NorthAmerica.rdf new file mode 100644 index 00000000..784d47c0 --- /dev/null +++ b/data/ontologies/fibo-be/AllBE-NorthAmerica.rdf @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + +]> + + + + Business Entities Domain, North American Extension + This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities. + +The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including: + - Legal entities generally + - Corporate structure, ownership and control, including primary executive roles for businesses, + - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc. + - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts. + Adaptive, Inc. + Bloomberg LP + Citigroup + Credit Suisse + Deutsche Bank + EDM Council, Inc. + Exprentis + Federated Knowledge LLC + Hypercube Ltd. + John F. Gemski + Nordea Bank AB + Office of Financial Research (US Dept of the Treasury) + Pinnacle Bank (Morgan Hill, California) + State Street Bank and Trust + Statistics Canada + Tahoe Blue Ltd + Thematix Partners LLC + Wells Fargo + Working Ontologist + agnos.ai UK Ltd. + 2018-08-27T18:00:00 + Copyright (c) 2018-2025 EDM Council, Inc. +Copyright (c) 2018-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-05-27T18:00:00 + EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, North American Extension + https://spec.edmcouncil.org/fibo/ + + + + + + + + Copyright (c) 2018-2025 EDM Council, Inc. + Copyright (c) 2018-2025 Object Management Group, Inc. + The 'all' ontology for BE (North American Extension) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports most of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND but excluding individuals for European governments and jurisdictions, and the related LCC region-specific ontologies. Note that the U.N. M49 Codes do not distinguish North and South America, and thus this ontology defines North America as the landmass north of the Panama-Colombia border (Northern America and Central America from an M49 code perspective), and the islands of the Caribbean (also identified as the Caribbean in the M49 subregion codes). North American government entities and jurisdictions are provided for a subset of these countries and regions in FIBO 2.0, with the anticipation that additional entities will be added over time. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/AllBE-NorthAmericanExamples.rdf b/data/ontologies/fibo-be/AllBE-NorthAmericanExamples.rdf new file mode 100644 index 00000000..582c1052 --- /dev/null +++ b/data/ontologies/fibo-be/AllBE-NorthAmericanExamples.rdf @@ -0,0 +1,70 @@ + + + + + + + + + + + +]> + + + + Business Entities Domain, North American Extension with Examples + This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities. + +The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including: + - Legal entities generally + - Corporate structure, ownership and control, including primary executive roles for businesses, + - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc. + - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts. + Adaptive, Inc. + Bloomberg LP + Citigroup + Credit Suisse + Deutsche Bank + Exprentis + Federated Knowledge LLC + Hypercube Ltd. + John F. Gemski + Nordea Bank AB + Office of Financial Research (US Dept of the Treasury) + Pinnacle Bank (Morgan Hill, California) + State Street Bank and Trust + Statistics Canada + Tahoe Blue Ltd + Thematix Partners LLC + Wells Fargo + Working Ontologist + agnos.ai UK Ltd. + https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, North American Extension with Examples + https://spec.edmcouncil.org/fibo/ + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + The 'all' ontology for BE (North American Extension with Examples) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports most of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND but excluding individuals for European governments and jurisdictions, and the related LCC region-specific ontologies. Note that the U.N. M49 Codes do not distinguish North and South America, and thus this ontology defines North America as the landmass north of the Panama-Colombia border (Northern America and Central America from an M49 code perspective), and the islands of the Caribbean (also identified as the Caribbean in the M49 subregion codes). North American government entities and jurisdictions are provided only for a fraction of these countries and regions in FIBO 2.0, with the anticipation that additional entities will be added over time. + + The examples included by this version of BE define a number of companies that are used in various FIBO use cases and educational materials. These nominals are not intended to be complete and are provided for educational purposes only. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/AllBE-ReferenceIndividuals.rdf b/data/ontologies/fibo-be/AllBE-ReferenceIndividuals.rdf new file mode 100644 index 00000000..e2c9fd68 --- /dev/null +++ b/data/ontologies/fibo-be/AllBE-ReferenceIndividuals.rdf @@ -0,0 +1,82 @@ + + + + + + + + + + +]> + + + + Business Entities Domain, Reference Individuals + This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities. + +The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including: + - Legal entities generally + - Corporate structure, ownership and control, including primary executive roles for businesses, + - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc. + - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts. + Adaptive, Inc. + Bloomberg LP + Citigroup + Credit Suisse + Deutsche Bank + EDM Council, Inc. + Exprentis + Federated Knowledge LLC + Hypercube Ltd. + John F. Gemski + Nordea Bank AB + Office of Financial Research (US Dept of the Treasury) + Pinnacle Bank (Morgan Hill, California) + State Street Bank and Trust + Statistics Canada + Tahoe Blue Ltd + Thematix Partners LLC + Wells Fargo + Working Ontologist + agnos.ai UK Ltd. + 2018-08-27T18:00:00 + Copyright (c) 2018-2025 EDM Council, Inc. +Copyright (c) 2018-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-05-27T18:00:00 + EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain, Reference Individuals + https://spec.edmcouncil.org/fibo/ + + + + + + + + + + + Copyright (c) 2018-2025 EDM Council, Inc. + Copyright (c) 2018-2025 Object Management Group, Inc. + The 'all' ontology for BE (Reference Individuals) is provided for convenience for FIBO users. This ontology does not add new assertions, but imports all of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND, and all of the individual entities and jurisdictions in FIBO production. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/AllBE.rdf b/data/ontologies/fibo-be/AllBE.rdf new file mode 100644 index 00000000..a8bab924 --- /dev/null +++ b/data/ontologies/fibo-be/AllBE.rdf @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + All Business Entities (BE) Domain + This ontology provides metadata about the FIBO Business Entities (BE) Domain, which covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities. + +The business scope of the BE ontologies covers a range of business and legal entities that are considered by financial industry firms, regulators and other industry participants to be of relevance in the financial services domain, including: + - Legal entities generally + - Corporate structure, ownership and control, including primary executive roles for businesses, + - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc. + - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts. + Adaptive Analytics, Inc. + Bloomberg LP + Citigroup + Credit Suisse + Deutsche Bank + Exprentis + Federated Knowledge, LLC + Hypercube Ltd. + John F. Gemski + Nordea Bank AB + Office of Financial Research (US Dept of the Treasury) + Pinnacle Bank (Morgan Hill, California) + State Street Bank and Trust + Statistics Canada + Tahoe Blue Ltd + Thematix Partners LLC + Wells Fargo + Working Ontologist + agnos.ai UK Ltd. + https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home + 2018-08-27T18:00:00 + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-10-15T18:00:00 + EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain + https://spec.edmcouncil.org/fibo/ + + + + + + + + + + + + + + + + + + + Copyright (c) 2015-2025 EDM Council, Inc. + Copyright (c) 2015-2025 Object Management Group, Inc. + The 'all' ontology for BE is provided for convenience for FIBO users. This ontology does not add new assertions, but imports most of the Production (Released) ontologies that comprise the FIBO Business Entities (BE) domain, including all of FND but excluding individuals for governments and jurisdictions, and the related LCC region-specific ontologies. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/Corporations/Corporations.rdf b/data/ontologies/fibo-be/Corporations/Corporations.rdf new file mode 100644 index 00000000..c70e62bb --- /dev/null +++ b/data/ontologies/fibo-be/Corporations/Corporations.rdf @@ -0,0 +1,126 @@ + + + + + + + + + + + +]> + + + + Corporations Ontology + This ontology originally defined the fundamental concepts for companies incorporated by the issuance of shares. Terms defined in this ontology are those which are applicable to all such entities. Many of these concepts form the basis of the relationships of ownership and control which obtain between entities of this type. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/Corporations/Corporations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/Corporations/Corporations.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180901/Corporations/Corporations.rdf version of this ontology was modified per the FIBO 2.0 RFC to generalize certain unions where they were no longer required. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190101/Corporations/Corporations.rdf version of this ontology was modified to reflect moving hasObjective to FND. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/Corporations/Corporations.rdf version of this ontology was modified to replace hasDefinition with isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190701/Corporations/Corporations.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/Corporations/Corporations.rdf version of this ontology was modified to eliminate duplication of concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/Corporations/Corporations.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve, eliminate circular and ambiguous definitions and make incorporation date and registration date explicit dates. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/Corporations/Corporations.rdf version of this ontology was modified to reflect the move of some organization-specific concepts from BE to FND and to clean up typos. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/Corporations/Corporations.rdf version of this ontology was modified to address text formatting hygiene issues and eliminate a dead link. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/Corporations/Corporations.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary and revise definitions to be ISO 704 compliant as needed. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/Corporations/Corporations.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/Corporations/Corporations.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/Corporations/Corporations.rdf version of the ontology was modified to merge all constructs that were originally in this ontology with corporate bodies under legal entities for consistency and useability (BE-259). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/Corporations/MetadataBECorporations.rdf b/data/ontologies/fibo-be/Corporations/MetadataBECorporations.rdf new file mode 100644 index 00000000..ddf645dd --- /dev/null +++ b/data/ontologies/fibo-be/Corporations/MetadataBECorporations.rdf @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Corporations Module + The corporations module includes ontologies describing the essential features of companies incorporated through the issuance of shares. + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-24T18:00:00 + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + + + corporations module + The corporations module includes ontologies describing the essential features of companies incorporated through the issuance of shares. + + http://opensource.org/licenses/MIT + FIBO BE Corporations Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Corporations Module + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/FunctionalEntities/FunctionalEntities.rdf b/data/ontologies/fibo-be/FunctionalEntities/FunctionalEntities.rdf new file mode 100644 index 00000000..7ecd3c49 --- /dev/null +++ b/data/ontologies/fibo-be/FunctionalEntities/FunctionalEntities.rdf @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + Functional Entities Ontology + This ontology defines the fundamental concepts for entities defined by their function, such as the relationship to the various forms which one or another functionally-defined entity may take. It also includes a number of basic types of entity defined by function, such as business and non-profit. The concepts in this ontology are intended to be extensible in other ontologies which may be dedicated to specific kinds of functionally-defined business entity or organization. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20150201/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.1 RTF report. Changes include deprecation of the SoleProprietorship class and making it equivalent to the class with the same name in the Sole Proprietorships ontology. This version also introduces a new FunctionalEntity class, as the parent of FunctionalBusinessEntity in this ontology and as the parent of Government in the GovernmentEntities ontology. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160801/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified by the FIBO 2.0 revision to address missing labels and definitions on the deprecated sole proprietorship class to match those in the equivalent class. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to generalize certain unions where they were no longer required and eliminate an unused import. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190201/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to eliminate duplication of concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to revise and extend the definition of merchant, to support merchant category codes as needed for representation of credit card transactions, merge business and functional business entity and eliminate commerce and commercial activity (which are not used anywhere in FIBO), and to clean up definitions and make them ISO 704 compliant. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200901/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to add the concept of an association. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to address a circular definition on association. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to reflect the move of some organization-specific concepts from BE to FND. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211001/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/FunctionalEntities/FunctionalEntities.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/FunctionalEntities/FunctionalEntities.rdf version of this ontology was augmented to include general definitions for syndicate and syndicate member (LOAN-169). + The https://spec.edmcouncil.org/fibo/ontology/BE/20241101/FunctionalEntities/FunctionalEntities.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/FunctionalEntities/FunctionalEntities.rdf version of the ontology was modified to loosen various constraints to better reflect use case requirements (SEC-205). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + 0 + + + association + not-for-profit organization that is owned by and acts on behalf of its members + Associations include trade or business associations, industry sector-specific groups, and professional associations, among others. They also commonly include cooperative farms and markets. + + + + + cooperative society + organization owned by and operated for the benefit of those using its services + In agriculture, there are broadly three types of cooperatives: a machinery pool, a manufacturing/marketing cooperative, and a credit union + cooperative + + + + + family office + organization that assumes the day-to-day administration and management of a family's affairs + Family offices are often privately held companies set up to handle investment and wealth management for wealthy families. + + + + + + + + + 0 + + + functional business entity + functional entity defined in terms of the nature of the commercial activity it conducts + + + + + + + + + 0 + + + functional entity + party defined in terms of a function they or it performs + + + + + + + + + + + + + + + + + merchant + party engaged in the purchase and sales of goods produced by others for profit + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + + + + + + + merchant category code + code used internationally to classify a merchant + MCC + ISO 18245:2003 Retail financial services - Merchant category codes + Merchant categories are organized by the type of business, trade or services supplied. Certain category codes including those for very large businesses, such as airlines and some hotel chains, may be delineated to the point of identifying the business. Merchant category codes and/or the descriptions of the service categories are frequently used in credit card and other banking transactions for analysis, transaction classification, such as for use in promotional rewards, and sometimes tax-related purposes. + Values are specified only for those merchant categories that are generally expected to originate retail financial transactions. Criteria for establishing a new category code includes (a) the merchant category is reasonable and substantially different from all other merchant categories currently represented in the list of code values; (b) the merchant category is separate and distinct from all other industries currently represented in the list of code values; (c) the proposal describes a merchant category or industry, and not a process; (d) the minimum annual sales volume of merchants included in the merchant category, taken as a whole, is USD 10 million; and (e) sufficient justification for the addition of a new code value is found. + + + + + + + + + + + merchant category code scheme + scheme defining a set of codes for classifying merchant services + ISO 18245:2003 Retail financial services - Merchant category codes + ISO 18245 provides a set of merchant category codes that are used internationally. Some countries, regional governments, banks, and other large organizations extend the basic codes with custom additions to fit business needs. + + + + + + + + + 1 + + + merchant identifier + unique identifier for a merchant that is used, for example, for transaction interchange purposes + + + + + + + + + + + syndicate + temporary, self-organizing group of people, companies, corporations or entities organized as an alliance whose purpose is to transact some specific business, or to pursue or promote a shared interest + For example, when a group of investment banks work together to bring a new issue of securities to the market, they form a distributing syndicate. Other types of syndicates are created for underwriting, banking, and insurance. + A syndicate is a temporary alliance formed by people or businesses to handle a large transaction that would be hard to execute individually. Syndication makes it easy for businesses to pool their resources and share risks. + + + + + + + + + + + + + + + + syndicate member + role of an individual or organization that is a member of an alliance set up to pool resources and share risk with respect to a large transaction + participating member + syndicate participant + + + + has merchant category description + + + provides a text description of the sector to which the code applies + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/FunctionalEntities/MetadataBEFunctionalEntities.rdf b/data/ontologies/fibo-be/FunctionalEntities/MetadataBEFunctionalEntities.rdf new file mode 100644 index 00000000..a744ab23 --- /dev/null +++ b/data/ontologies/fibo-be/FunctionalEntities/MetadataBEFunctionalEntities.rdf @@ -0,0 +1,51 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Functional Entities Module + The functional entities module includes ontologies describing entities that are defined according to their function, as opposed to their form, such as businesses, service providers, and publishers. + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + + + functional entities module + The functional entities module includes ontologies describing entities that are defined according to their function, as opposed to their form, such as businesses, service providers, and publishers. + + + http://opensource.org/licenses/MIT + FIBO BE Functional Entities Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Functional Entities Module + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/FunctionalEntities/Publishers.rdf b/data/ontologies/fibo-be/FunctionalEntities/Publishers.rdf new file mode 100644 index 00000000..30145e17 --- /dev/null +++ b/data/ontologies/fibo-be/FunctionalEntities/Publishers.rdf @@ -0,0 +1,119 @@ + + + + + + + + + + + + + +]> + + + + Publishers Ontology + The concept of a publisher is central to the notion of a data provider in financial markets. This ontology defines the fundamental concepts for publishers of information, including entities whose primary function is to publish, and those (whether or not they are publishers in that sense) that play the role of the publisher of some information. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20140501/FunctionalEntities/Publishers.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/FunctionalEntities/Publishers.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/FunctionalEntities/Publishers.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210101/FunctionalEntities/Publishers.rdf version of this ontology was modified to deprecate publishing house rather than having two disconnected concepts, clean up the related restrictions, and add market data provider (originally in IND). + The https://spec.edmcouncil.org/fibo/ontology/BE/20221001/FunctionalEntities/Publishers.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary and revise definitions to be ISO 704 compliant as needed. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/FunctionalEntities/Publishers.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + The https://spec.edmcouncil.org/fibo/ontology/BE/20231101/FunctionalEntities/Publishers.rdf version of the ontology was modified to replace concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/BE/20231201/FunctionalEntities/Publishers.rdf version of the ontology was modified to replace additional concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/FunctionalEntities/Publishers.rdf version of the ontology was modified to loosen various constraints to better reflect use case requirements (SEC-205). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + market data provider + publisher of data relevant to financial markets + Market data providers include exchanges and independent data vendors, among others. Market valuation and related control and risk processes typically require explicit documentation of the source for a given market rate, such as an interest rate benchmark, exchange rate, stock prices, and so forth. + + + + + publication + document offered for general distribution and usually produced in multiple copies + ISO 5127:2017, Information and documentation - Foundation and vocabulary + A publication can be anything made public by print (such as a newspaper, magazine, pamphlet, letter, telegram, via computer modem or program, or in a poster, brochure or pamphlet), orally, or by broadcast (radio, television). + + + + + + + + + 0 + + + publisher + role of person(s) or organization(s) responsible for the printing or distribution of an item, whether in digital or print (physical) form + ISO 10161-1:2014(en), Information and documentation - Open Systems Interconnection - Interlibrary Loan Application Protocol Specification - Part 1: Protocol specification + Publishers may also include banks, government agencies and the like. + + + + + + has publisher + + + + indicates the party in the role of issuing the information + + + + + is published by + + + identifies the independent party (i.e., the individual or organization) that disseminates the material + + + + + publishes + + + prepares and issues material for public consumption + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..8537bac8 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,183 @@ + + + + + + + + + + + + + +]> + + + + Central Asia Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Central Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/CentralAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Government of the Kyrgyz Republic + Кыргыз Республикасы + unitary parliamentary secular constitutional republic in Central Asia, bordered by Kazakhstan, Uzbekistan, Tajikistan, and China + + + + + + + Government of the Republic of Kazakhstan + Қазақстан Республикасы + unitary dominant-party presidential constitutional republic in Central Asia, bordered by Russia in the north, China in the east, and Kyrgyzstan, Uzbekistan, and Turkmenistan in the south while also adjoining a large part of the Caspian Sea in the southwest + + + + + + + Government of the Republic of Tajikistan + Ҷумҳурии Тоҷикистон + unitary dominant-party presidential constitutional secular republic in Central Asia, bordered by Afghanistan to the south, Uzbekistan to the west, Kyrgyzstan to the north and China to the east + + + + + + + Government of the Republic of Uzbekistan + Oʻzbekiston Respublikasi + unitary presidential constitutional secular republic in Central Asia, bordered by Kazakhstan to the north, Kyrgyzstan to the northeast, Tajikistan to the southeast, Afghanistan to the south, Turkmenistan and the autonomous republic of Karakalpakstan to the south-west + + + + + + + Government of Turkmenistan + Türkmenistan + unitary dominant-party presidential republic in Central Asia, bordered by Kazakhstan to the northwest, Uzbekistan to the north, east and northeast, Afghanistan to the southeast, Iran to the south and southwest and the Caspian Sea to the west + + + + + + + jurisdiction of the Kyrgyz Republic + jurisdiction of the judiciary of Kyrgyzstan, which is the system of courts, including the Supreme Court, that interprets and applies the law in Kyrgyzstan + + + + + + + jurisdiction of the Republic of Kazakhstan + jurisdiction of the judiciary of Kazakhstan, which is the system of courts that interprets and applies the law in Kazakhstan + + + + + + + jurisdiction of the Republic of Tajikistan + jurisdiction of the judiciary of Tajikistan, which is the system of courts that interprets and applies the law in Tajikistan + + + + + + + jurisdiction of the Republic of Uzbekistan + jurisdiction of the judiciary of Uzbekistan, which is the system of courts that interprets and applies the law in Uzbekistan + + + + + + + jurisdiction of Turkmenistan + jurisdiction of the judiciary of Turkmenistan, which is the system of courts, including the Supreme Court of Turkmenistan and its divisions, that interprets and applies the law in Turkmenistan + + + + + + + state of Kazakhstan + sovereign state and polity that is Kazakhstan + + + + + + + state of Kyrgyzstan + sovereign state and polity that is Kyrgyzstan + + + + + + + state of Tajikistan + sovereign state and polity that is Tajikistan + + + + + + + state of Turkmenistan + sovereign state and polity that is Turkmenistan + + + + + + + state of Uzbekistan + sovereign state and polity that is Uzbekistan + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..465e6b58 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,260 @@ + + + + + + + + + + + + + +]> + + + + Eastern Asia Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Eastern Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/EasternAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Government of Japan + 日本国 + unitary parliamentary constitutional monarchy with a bicameral legislature in Eastern Asia, bordered on the west by the Sea of Japan, and extending from the Sea of Okhotsk in the north toward the East China Sea and Taiwan in the south + + + + + + + Government of Mongolia + Монгол Улс + unitary semi-presidential representative democratic republic and landlocked country in Eastern Asia, situated between Russia to the north and China to the south, where it neighbours the Inner Mongolia Autonomous Region + + + + + + + Government of the Democratic People's Republic of Korea + 조선민주주의인민공화국 + unitary one-party republic under a totalitarian dictatorship in Eastern Asia, constituting the northern part of the Korean Peninsula, bordered to the north by China and by Russia along the Amnok (known as the Yalu in Chinese) and Tumen rivers, and to the south by South Korea, with the heavily fortified Korean Demilitarized Zone (DMZ) separating the two + + + + + + + Government of the Hong Kong Special Administrative Region of the People's Republic of China + 中華人民共和國香港特別行政區 + devolved executive-led system within a socialist republic that is a metropolitan area and special administrative region of the People's Republic of China on the eastern Pearl River Delta of the South China Sea + + + + + + + Government of the Macao Special Administrative Region of the People's Republic of China + 中華人民共和國澳門特別行政區 + devolved executive-led system within a socialist republic that is a metropolitan area and special administrative region of the People's Republic of China in the western Pearl River Delta by the South China Sea + + + + + + + Government of the People's Republic of China + 中华人民共和国 + unitary Marxist-Leninist single-party socialist republic in Eastern Asia, covering approximately 9.6 million square kilometers (3.7 million square miles), that is the world's third or fourth-largest country by area + + + + + + + Government of the Republic of China + 中華民國 + unitary semi-presidential constitutional republic whose neighbors include the People's Republic of China (PRC) to the northwest, Japan to the northeast, and the Philippines to the south + + + + + + + Government of the Republic of Korea + 대한민국 + unitary presidential constitutional republic in Eastern Asia, constituting the southern part of the Korean Peninsula, and sharing a land border with North Korea + + + + + + + jurisdiction of China + jurisdiction of the judiciary of China, which is the system of courts that interprets and applies the law in China + + + + + + + jurisdiction of Hong Kong + jurisdiction of the judiciary of Hong Kong, which is the system of courts that interprets and applies the law in Hong Kong + + + + + + + jurisdiction of Japan + jurisdiction of the judiciary of Japan, which is the system of courts, divided into four basic tiers including the Supreme Court and three levels of lower courts, that interprets and applies the law in Japan + + + + + + + jurisdiction of Macao + jurisdiction of the judiciary of Macao, which is the system of courts that interprets and applies the law in Macao + + + + + + + jurisdiction of Mongolia + jurisdiction of the judiciary of Mongolia, which is the system of courts that interpret and apply the law in Mongolia + + + + + + + jurisdiction of the Democratic People's Republic of Korea + jurisdiction of the judiciary of the Democratic People's Republic of Korea, which is the system of courts that interpret and apply the law in North Korea + + + + + + + jurisdiction of the Republic of China + jurisdiction of the judiciary of the Republic of China, which is the system of courts, including the Judicial Yuan, Supreme Court, Council of Grand Justices, and lower courts, that interpret and apply the law in Taiwan + + + + + + + jurisdiction of the Republic of Korea + jurisdiction of the judiciary of the Republic of Korea, which is the system of courts, including the Supreme Court, Constitutional Court, and lower courts, that interpret and apply the law in South Korea + + + + + + + regional state of Hong Kong + regional sovereignty and polity that is Hong Kong + + + + + + + regional state of Macao + regional sovereignty and polity that is Macao + + + + + + + state of China + sovereign state and polity that is China + + + + + + + + + state of Japan + sovereign state and polity that is Japan + + + + + + + state of Mongolia + sovereign state and polity that is Mongolia + + + + + + + state of North Korea + sovereign state and polity that is North Korea + + + + + + + state of South Korea + sovereign state and polity that is South Korea + + + + + + + regional state of Taiwan + regional sovereignty and polity that is Taiwan + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..aab102f4 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,338 @@ + + + + + + + + + + + + + +]> + + + + Southeastern Asia Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Southeastern Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/SoutheasternAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Government of Malaysia + federal parliamentary constitutional elective monarchy in Southeastern Asia, separated by the South China Sea into two regions, Peninsular Malaysia and Borneo's East Malaysia, that shares land and maritime borders with Thailand, Brunei, and Indonesia, and maritime borders with Singapore, Vietnam, and the Philippines + + + + + + + Government of the Democratic Republic of Timor-Leste + República Democrática de Timor-Leste + Repúblika Demokrátika Timór-Leste + unitary semi-presidential constitutional republic in Southeastern Asia, an island country that comprises the eastern half of the island of Timor, the nearby islands of Atauro and Jaco, and Oecusse, an exclave on the northwestern side of the island surrounded by Indonesian West Timor + + + + + + + Government of the Kingdom of Cambodia + unitary dominant-party parliamentary elective constitutional monarchy in Southeastern Asia, located in the southern portion of the Indochinese peninsula, bordered by Thailand to the northwest, Laos to the northeast, Vietnam to the east and the Gulf of Thailand to the southwest + + + + + + + Government of the Lao People's Democratic Republic + ສາທາລະນະລັດ ປະຊາທິປະໄຕ ປະຊາຊົນລາວ + unitary Marxist-Leninist one-party socialist republic in Southeastern Asia, located on the Indochinese Peninsula, bordered by Myanmar and China to the northwest, Vietnam to the east, Cambodia to the southeast and Thailand to the west and southwest + + + + + + + Government of the Nation of Brunei, the Abode of Peace + Negara Brunei Darussalam + unitary Islamic absolute monarchy in Southeastern Asia, located on the north coast of the island of Borneo + + + + + + + Government of the Republic of Indonesia + Republik Indonesia + unitary presidential constitutional republic in Southeastern Asia, consisting of more than seventeen thousand islands, including Sumatra, Java, Sulawesi, and parts of Borneo and New Guinea, located between the Indian and Pacific oceans + + + + + + + Government of the Republic of Singapore + Republik Singapura + சிங்கப்பூர் குடியரசு + 新加坡共和国 + unitary dominant-party parliamentary constitutional republic in Southeastern Asia, located off the southern tip of the Malay Peninsula, bordering the Straits of Malacca to the west, the Riau Islands (Indonesia) to the south, and the South China Sea to the east + + + + + + + Government of the Republic of the Philippines + Republika ng Pilipinas + + unitary presidential constitutional republic in Southeastern Asia, an archipelagic country bordered by the South China Sea to the west, the Philippine Sea to the east, and the Celebes Sea to the southwest, and shares maritime borders with Taiwan to the north, Japan to the northeast, Palau to the east and southeast, Indonesia to the south, Malaysia and Brunei to the southwest, Vietnam to the west, and China to the northwest + + + + + + + Government of the Republic of the Union of Myanmar + ပြည်ထောင်စု သမ္မတ မြန်မာနိုင်ငံတော် + unitary parliamentary assembly-independent republic under a military junta in Southeastern Asia, bordered by Bangladesh and India to its northwest, China to its northeast, Laos and Thailand to its east and southeast, and the Andaman Sea and the Bay of Bengal to its south and southwest + + + + + + + Cộng hòa Xã hội chủ nghĩa Việt Nam + Government of the Socialist Republic of Viet Nam + unitary Marxist-Leninist one-party socialist republic in Southeastern Asia, located at the eastern edge of the Indochinese Peninsula, bordering China to the north, and Laos and Cambodia to the west; while maintaining maritime borders with Thailand through the Gulf of Thailand, and the Philippines, Indonesia and Malaysia through the South China Sea + + + + + + + jurisdiction of Brunei + jurisdiction of the judiciary of Brunei, which is the system of courts that interprets and applies the law in Brunei + + + + + + + jurisdiction of Cambodia + jurisdiction of the judiciary of Cambodia, which is the system of courts that interprets and applies the law in Cambodia + + + + + + + jurisdiction of Indonesia + jurisdiction of the judiciary of Indonesia, which is the system of courts, including the Supreme Court of Indonesia, that interprets and applies the law in Indonesia + + + + + + + jurisdiction of Malaysia + + jurisdiction of the judiciary of Malaysia, which is the system of courts, including the Federal Court of Malaysia, that interprets and applies the law in Malaysia + + + + + + + jurisdiction of the Democratic Republic of Timor-Leste + jurisdiction of the judiciary of Timor-Leste, which is the system of courts that interprets and applies the law in Timor-Leste + + + + + + + jurisdiction of the Lao People's Democratic Republic + jurisdiction of the judiciary of the Lao People's Democratic Republic, which is the system of courts that interprets and applies the law in Laos + + + + + + + jurisdiction of the Republic of Singapore + + jurisdiction of the judiciary of Singapore, which is the system of courts, including the Supreme Court and State Courts, that interprets and applies the law in Singapore + + + + + + + jurisdiction of the Republic of the Philippines + + jurisdiction of the judiciary of the Philippines, which is the system of courts, including the Supreme Court of the Philippines, that interprets and applies the law in the Philippines + + + + + + + jurisdiction of the Republic of the Union of Myanmar + jurisdiction of the judiciary of Myanmar, which is the system of courts that interprets and applies the law in Myanmar + + + + + + + jurisdiction of the Royal Thai Government + jurisdiction of the judiciary of Thailand, which is the system of courts that interprets and applies the law in Thailand + + + + + + + jurisdiction of the Socialist Republic of Viet Nam + + jurisdiction of the judiciary of Viet Nam, which is the system of courts, including the Supreme People's Court of Viet Nam, that interprets and applies the law in the Viet Nam + + + + + + + Royal Thai Government + รัฐบาลไทย + unitary military-junta constitutional monarchy in Southeastern Asia, bordered to the north by Myanmar and Laos, to the east by Laos and Cambodia, to the south by the Gulf of Thailand and Malaysia, and to the west by the Andaman Sea and the southern extremity of Myanmar, and sharing maritime borders with Vietnam in the Gulf of Thailand to the southeast, and Indonesia and India on the Andaman Sea to the southwest + + + + + + + state of Brunei + sovereign state and polity that is Brunei + + + + + + + state of Cambodia + sovereign state and polity that is Cambodia + + + + + + + state of Indonesia + sovereign state and polity that is Indonesia + + + + + + + state of Laos + sovereign state and polity that is the Lao People's Democratic Republic + + + + + + + state of Malaysia + federated sovereignty and polity that is Malaysia + + + + + + + state of Myanmar + sovereign state and polity that is Myanmar + + + + + + + state of Singapore + sovereign state and polity that is Singapore + + + + + + + state of Thailand + sovereign state and polity that is Thailand + + + + + + + state of the Philippines + sovereign state and polity that is the Philippines + + + + + + + state of Timor-Leste + sovereign state and polity that is Timor-Leste + + + + + + + state of Viet Nam + sovereign state and polity that is Viet Nam + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..20218dad --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,290 @@ + + + + + + + + + + + + + +]> + + + + Southern Asia Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Southern Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/SouthernAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Government of the Democratic Socialist Republic of Sri Lanka + ශ්‍රී ලංකා ප්‍රජාතාන්ත්‍රික සමාජවාදී ජනරජය + + unitary semi-presidential constitutional republic in Southern Asia that is an island country situated on the Indian Ocean, southwest of the Bay of Bengal, and southeast of the Arabian Sea + + + + + + + Government of the Federal Democratic Republic of Nepal + सङ्घीय लोकतान्त्रिक गणतन्त्र नेपाल + federal parliamentary republic in Southern Asia, mainly situated in the Himalayas, bordering Tibet of China to the north, and India in the south, east, and west + + + + + + + Da Afġānistān Islāmī Jumhoryat + Government of the Islamic Republic of Afghanistan + + unitary presidential Islamic republic in Southern Asia, bordered by Pakistan to the east and south, Iran to the west, Turkmenistan, Uzbekistan, and Tajikistan to the north, and China to the northeast + + + + + + + Government of the Islamic Republic of Iran + جمهوری اسلامی ایران + + unitary Khomeinist presidential Islamic republic in Southern Asia, bordered to the northwest by Armenia and Azerbaijan, to the north by the Caspian Sea, to the northeast by Turkmenistan, to the east by Afghanistan, to the southeast by Pakistan, to the south by the Persian Gulf and the Gulf of Oman, and to the west by Turkey and Iraq + + + + + + + Government of the Islamic Republic of Pakistan + اِسلامی جمہوریہ پاكِستان + + federal parliamentary constitutional republic in Southern Asia, bordered by India to the east, Afghanistan to the west, Iran to the southwest, and China to the northeast + + + + + + + Government of the Kingdom of Bhutan + འབྲུག་རྒྱལ་ཁབ་ + unitary parliamentary constitutional monarchy in Southern Asia, bordered by China to the north and India to the south + + + + + + + Government of the People's Republic of Bangladesh + গণপ্রজাতন্ত্রী বাংলাদেশ + + unitary dominant-party parliamentary constitutional republic in Southern Asia, bordered by India to the west, north, and east, Myanmar to the southeast, and the Bay of Bengal to the south + + + + + + + Bhārat Gaṇarājya + Government of the Republic of India + + federal parliamentary constitutional and democratic republic in Southern Asia, bordered by the Indian Ocean on the south, the Arabian Sea on the southwest, and the Bay of Bengal on the southeast, it shares land borders with Pakistan to the northwest; China, Nepal, and Bhutan to the north; and Bangladesh and Myanmar to the east + + + + + + + Government of the Republic of Maldives + ދިވެހިރާއްޖެ + unitary presidential republic in Southern Asia, a small archipelagic state situated in the Indian Ocean + + + + + + + jurisdiction of Afghanistan + + jurisdiction of the judiciary of Afghanistan, which is the system of courts, including its Supreme Court or Stera Mahkama, that interprets and applies the law in Afghanistan + + + + + + + jurisdiction of Bangladesh + + jurisdiction of the judiciary of Bangladesh, which is the system of courts, including its Supreme Court, High Court, and Appellate Divisions, that interprets and applies the law in Bangladesh + + + + + + + jurisdiction of Bhutan + jurisdiction of the judiciary of Bhutan, which is the system of courts that interprets and applies the law in Bhutan + + + + + + + jurisdiction of India + jurisdiction of the judiciary of India, a three-tier unitary independent judiciary comprising the supreme court, headed by the Chief Justice of India, 25 high courts, and a large number of trial courts, which is the system of courts that interprets and applies the law in India + + + + + + + jurisdiction of Iran + jurisdiction of the judiciary of India, which is the system of courts that interprets and applies the law in Iran + + + + + + + jurisdiction of Maldives + jurisdiction of the judiciary of Maldives, which is the system of courts that interprets and applies the law in Maldives + + + + + + + jurisdiction of Nepal + jurisdiction of the judiciary of Nepal, which is the system of courts, including the Supreme Court, that interprets and applies the law in Nepal + + + + + + + jurisdiction of Pakistan + jurisdiction of the judiciary of Pakistan, which is the system of courts that interprets and applies the law in Pakistan + + + + + + + jurisdiction of Sri Lanka + jurisdiction of the judiciary of Sri Lanka, which is the system of courts that interprets and applies the law in Sri Lanka + + + + + + + state of Afghanistan + sovereign state and polity that is Afghanistan + + + + + + + state of Bangladesh + sovereign state and polity that is Bangladesh + + + + + + + state of Bhutan + sovereign state and polity that is Bhutan + + + + + + + state of India + federated sovereignty and polity that is India + + + + + + + state of Iran + sovereign state and polity that is Iran + + + + + + + state of Maldives + sovereign state and polity that is Maldives + + + + + + + state of Nepal + federated sovereignty and polity that is Nepal + + + + + + + state of Pakistan + federated sovereignty and polity that is Pakistan + + + + + + + state of Sri Lanka + sovereign state and polity that is Sri Lanka + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..57fd31c4 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,512 @@ + + + + + + + + + + + + + +]> + + + + Western Asia Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Western Asia in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to correct spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/BE/20231101/GovernmentEntities/AsianJurisdiction/WesternAsiaGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Government of Georgia + საქართველო + unitary parliamentary constitutional republic in Western Asia, bounded to the west by the Black Sea, to the north and east by Russia, to the south by Turkey and Armenia, and to the southeast by Azerbaijan + + + + + + + Government of the Hashemite Kingdom of Jordan + المملكة الأردنية الهاشمية + unitary parliamentary constitutional monarchy in Western Asia, located on the East Bank of the Jordan River, bordered by Saudi Arabia, Iraq, Syria, Israel and Palestine (West Bank) + + + + + + + Government of the Kingdom of Bahrain + مملكة البحرين + unitary constitutional monarchy in Western Asia, comprising a small archipelago made up of 70 natural islands and an additional 33 artificial islands, centered around Bahrain Island, between the Qatari peninsula and the north eastern coast of Saudi Arabia + + + + + + + Government of the Kingdom of Saudi Arabia + ٱلْمَمْلَكَة ٱلْعَرَبِيَّة ٱلسَّعُوْدِيَّة + unitary Islamic absolute monarchy in Western Asia, located on the Arabian Peninsula and bordered by Jordan and Iraq to the north, Kuwait to the northeast, Qatar, Bahrain, and the United Arab Emirates to the east, Oman to the southeast and Yemen to the south + + + + + + + Government of the Lebanese Republic + ٱلْجُمْهُورِيَّةُ ٱللُّبْنَانِيَّةُ + unitary parliamentary confessionalist constitutional republic in Western Asia, bordered by Syria to the north and east and Israel to the south + + + + + + + Government of the Republic of Armenia + Հայաստանի Հանրապետություն + unitary parliamentary democratic republic in Western Asia, bordered by Turkey to the west, Georgia to the north, the Lachin corridor under a Russian peacekeeping force, and Azerbaijan to the east, and Iran and the Azerbaijani exclave of Nakhchivan to the south + + + + + + + Azərbaycan Respublikası + Government of the Republic of Azerbaijan + unitary semi-presidential republic in Western Asia, bounded by the Caspian Sea to the east, the Russian republic of Dagestan to the north, Georgia to the northwest, Armenia and Turkey to the west, and Iran to the south + + + + + + + Government of the Republic of Cyprus + Kıbrıs Cumhuriyeti + Κυπριακή Δημοκρατία + unitary presidential constitutional republic in Western Asia, an island nation in the eastern Mediterranean Sea located south of Turkey, west of Syria, northwest of Lebanon, Israel and Palestine, north of Egypt, and southeast of Greece + + + + + + + Government of the Republic of Iraq + جمهورية العراق + کۆماری عێراق + federal parliamentary constitutional republic in Western Asia, bordered by Turkey to the north, Iran to the east, Kuwait to the southeast, Saudi Arabia to the south, Jordan to the southwest and Syria to the west + + + + + + + Government of the Republic of Turkey + Türkiye Cumhuriyeti + unitary presidential constitutional republic in Western Asia, bordered by Greece and Bulgaria to the northwest, the Black Sea to the north, Georgia to the northeast, Armenia, Azerbaijan, and Iran to the east, Iraq to the southeast, Syria and the Mediterranean Sea to the south, and the Aegean Sea to the west + + + + + + + Government of the Republic of Yemen + ٱلْجُمْهُورِيَّةُ ٱلْيَمَنِيَّةُ + unitary presidential constitutional republic (de jure) and unitary provisional government (de facto) in Western Asia located at the southern end of the Arabian Peninsula + + + + + + + Government of the State of Israel + יִשְׂרָאֵל + إسرائيل + unitary parliamentary constitutional republic in Western Asia, bordering Lebanon to the north, Syria to the northeast, Jordan on the east, the Palestinian territories of the West Bank and the Gaza Strip to the east and west, respectively, and Egypt to the southwest + + + + + + + Government of the State of Kuwait + دولة الكويت + unitary constitutional monarchy in Western Asia, located at the tip of the Persian Gulf, bordering Iraq to the north and Saudi Arabia to the south + + + + + + + Government of the State of Palestine + دولة فلسطين + unitary semi-presidential republic that is a de jure sovereign state in Western Asia claiming the West Bank (bordering Israel and Jordan) and Gaza Strip (bordering Israel and Egypt) + + + + + + + Government of the State of Qatar + دولة قطر + unitary semi-constitutional monarchy in Western Asia, occupying the small Qatar Peninsula on the northeastern coast of the Arabian Peninsula and bordered by Saudi Arabia to the south + + + + + + + Government of the Sultanate of Oman + سلطنة عُمان + unitary absolute monarchy located on the southeastern coast of the Arabian Peninsula in Western Asia, bordered by the United Arab Emirates to the northwest, Saudi Arabia to the west, and Yemen to the southwest, and sharing marine borders with Iran and Pakistan + + + + + + + Government of the Syrian Arab Republic + ٱلْجُمْهُورِيَّةُ ٱلْعَرَبِيَّةُ ٱلسُّورِيَّةُ + unitary dominant-party semi-presidential Ba'athist republic bordering Lebanon to the southwest, the Mediterranean Sea to the west, Turkey to the north, Iraq to the east, Jordan to the south, and Israel to the southwest + + + + + + + Government of the United Arab Emirates + الإمارات العربية المتحدة + federal constitutional elective monarchy located at the eastern end of the Arabian Peninsula, bordering Oman and Saudi Arabia, with maritime borders in the Persian Gulf with Qatar and Iran + + + + + + + jurisdiction of Georgia + jurisdiction of the judiciary of Georgia, which is the system of courts that interprets and applies the law in Georgia + + + + + + + jurisdiction of the Hashemite Kingdom of Jordan + jurisdiction of the judiciary of Jordan, which is the system of courts that interprets and applies the law in Jordan + + + + + + + jurisdiction of the Kingdom of Bahrain + jurisdiction of the judiciary of Bahrain, which is the system of courts that interprets and applies the law in Bahrain + + + + + + + jurisdiction of the Kingdom of Saudi Arabia + jurisdiction of the judiciary of Saudi Arabia, which is the system of courts that interprets and applies the law in Saudi Arabia + + + + + + + jurisdiction of the Lebanese Republic + jurisdiction of the judiciary of Lebanon, which is the system of courts that interprets and applies the law in Lebanon + + + + + + + jurisdiction of the Republic of Armenia + jurisdiction of the judiciary of Armenia, which is the system of courts that interprets and applies the law in Armenia + + + + + + + jurisdiction of the Republic of Azerbaijan + jurisdiction of the judiciary of Azerbaijan, which is the system of courts that interprets and applies the law in Azerbaijan + + + + + + + jurisdiction of the Republic of Cyprus + jurisdiction of the judiciary of Cyprus, which is the system of courts that interprets and applies the law in Cyprus + + + + + + + jurisdiction of the Republic of Iraq + jurisdiction of the judiciary of Iraq, which is the system of courts that interprets and applies the law in Iraq + + + + + + + jurisdiction of the Republic of Turkey + jurisdiction of the judiciary of Turkey, which is the system of courts, including the Constitutional Court, Council of State, High Court of Appeals, and lower courts, that interprets and applies the law in Turkey + + + + + + + jurisdiction of the Republic of Yemen + jurisdiction of the judiciary of Yemen, which is the system of courts that interprets and applies the law in Yemen + + + + + + + jurisdiction of the State of Israel + jurisdiction of the judiciary of Israel, which is the three-tiered system of courts, including the Supreme Court of Israel, that interprets and applies the law in Israel + + + + + + + jurisdiction of the State of Kuwait + jurisdiction of the judiciary of Kuwait, which is the system of courts that interprets and applies the law in Kuwait + + + + + + + jurisdiction of the State of Palestine + jurisdiction of the judiciary of Palestine, which is the system of courts that interprets and applies the law in Palestine + + + + + + + jurisdiction of the State of Qatar + jurisdiction of the judiciary of Qatar, which is the system of courts that interprets and applies the law in Qatar + + + + + + + jurisdiction of the Sultanate of Oman + jurisdiction of the judiciary of Oman, which is the system of courts that interprets and applies the law in Oman + + + + + + + jurisdiction of the Syrian Arab Republic + jurisdiction of the judiciary of Syria, which is the system of courts that interprets and applies the law in Syria + + + + + + + jurisdiction of the United Arab Emirates + + jurisdiction of the judiciary of United Arab Emirates, which is the system of courts, including the Federal Supreme Court of the United Arab Emirates and other lower courts, that interprets and applies the law in United Arab Emirates + + + + + + + sovereign state of Georgia + sovereign state and polity that is Georgia + + + + + + + state of Armenia + sovereign state and polity that is Armenia + + + + + + + state of Azerbaijan + sovereign state and polity that is Azerbaijan + + + + + + + state of Bahrain + sovereign state and polity that is Bahrain + + + + + + + state of Cyprus + sovereign state and polity that is Cyprus + + + + + + + state of Iraq + federated sovereignty and polity that is Iraq + + + + + + + State of Israel + sovereign state and polity that is Israel + + + + + + + state of Jordan + sovereign state and polity that is Jordan + + + + + + + State of Kuwait + sovereign state and polity that is Kuwait + + + + + + + State of Lebanon + sovereign state and polity that is Lebanon + + + + + + + State of Oman + sovereign state and polity that is Oman + + + + + + + State of Palestine + sovereign state and polity that is Palestine + + + + + + + State of Qatar + sovereign state and polity that is Qatar + + + + + + + State of Saudi Arabia + sovereign state and polity that is Saudi Arabia + + + + + + + State of Syria + sovereign state and polity that is Syria + + + + + + + State of Turkey + sovereign state and polity that is Turkey + + + + + + + State of United Arab Emirates + federated sovereignty and polity that is the United Arab Emirates + + + + + + + State of Yemen + sovereign state and polity that is Yemen + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..80f9c461 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + European Government Entities and Jurisdictions Ontology + This ontology provides the set of basic European Union specific government level entities and jurisdictions. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to remove the UK from coverage by the EU jurisdiction and replace references to the Czech Republic with Czechia. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190101/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to remove the unnecessary imports. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220201/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to add EU entities and jurisdictions needed for various initiatives (BE-262). + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Council of Europe + supranational entity founded in the wake of World War II to uphold human rights, democracy and the rule of law in Europe + + Founded in 1949, it has 46 member states, with a population of approximately 675 million; it operates with an annual budget of approximately 500 million euros. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + European Commission + supranational entity that helps to shape the EU's overall strategy, proposes new EU laws and policies, monitors their implementation and manages the EU budget + The European Commission also plays a significant role in supporting international development and delivering aid. + EC + + + + + + European Commission as regulatory agency + European Commission in its role as a regulator with shared jurisdiction over the European Union + + + + + + + European Economic Area jurisdiction + https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Glossary:European_Economic_Area_(EEA) + jurisdiction that consists of the member states of the European Union (EU) and three countries of the European Free Trade Association (EFTA) (Iceland, Liechtenstein and Norway; excluding Switzerland) + EEA + The Agreement on the EEA entered into force on 1 January 1994. It seeks to strengthen trade and economic relations between the contracting parties and is principally concerned with the four fundamental pillars of the internal market, namely: the free movement of goods, people, services and capital. The availability of comparable statistical data is considered as relevant to the four freedoms and is therefore included in the agreement. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + European Free Trade Association + intergovernmental organization of Iceland, Liechtenstein, Norway and Switzerland set up for the promotion of free trade and economic cooperation between its members, within Europe, and globally + EFTA was established in 1960 by its then seven Member States for the promotion of free trade and economic integration between its members. The four EFTA States are competitive in several sectors vital to the global economy and score among the highest in the world in competitiveness, wealth creation per inhabitant, life expectancy and quality of life. + EFTA + https://www.efta.int/about-efta + + + + + + + + + European Union entity + + individual representing the federated sovereignty and polity that is the European Union + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + European Union jurisdiction + individual representing the overall jurisdiction for the European Union, namely, that of the Court of Justice of the EU and Court of Auditors of the EU + https://europa.eu/european-union/about-eu/countries_en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Government of the European Union + individual representing the parliament, council, and other institutions that comprise the government of the European Union + https://europa.eu/european-union/about-eu/countries_en + In the EU's unique institutional set-up: +- the EU's broad priorities are set by the European Council, which brings together national and EU-level leaders directly elected MEPs represent European citizens in the European Parliament +- the interests of the EU as a whole are promoted by the European Commission, whose members are appointed by national governments +- governments defend their own country's national interests in the Council of the European Union. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..5da5704a --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,343 @@ + + + + + + + + + + + + + +]> + + + + Eastern Europe Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Eastern Europe in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20200801/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address hygiene issues with diacritical marks that are language-specific. + The http://www.omg.org/spec/EDMC-FIBO/BE/20210201/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to replace a dead link. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/GovernmentEntities/EuropeanJurisdiction/EasternEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to address a typo (BE-245). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Belarusian entity + Беларускае ўтварэнне + Белорусское предприятие + sovereign state and polity that is Belarus + + + + + + + Bulgarian entity + Българско образувание + sovereign state and polity that is Bulgaria + + + + + + + Czech entity + Český subjekt + sovereign state and polity that is Czechia + + + + + + + Government of Hungary + Magyarország kormánya + + unitary, dominant-party, parliamentary republic, bordering Slovakia to the north, Ukraine to the northeast, Romania to the east and southeast, Serbia to the south, Croatia and Slovenia to the southwest, and Austria to the west + + + + + + + Government of Romania + Guvernul României + + unitary, semi-presidential republic at the crossroads of Central, Eastern, and Southeastern Europe, bordering Bulgaria to the south, Ukraine to the north, Hungary to the west, Serbia to the southwest, and Moldova to the east + + + + + + + Government of the Czech Republic + Vláda České republiky + + unitary, parliamentary, constitutional republic and multi-party, representative democracy, with the president as head of state and prime minister as head of government, that is a landlocked country in Central Europe bordered by Austria to the south, Germany to the west, Poland to the northeast and Slovakia to the southeast + + + + + + + Government of the Republic of Belarus + Правительство Республики Беларусь + Урад Рэспублікі Беларусь + + unitary presidential republic, a landlocked country in Eastern Europe bordered by Russia to the northeast, Ukraine to the south, Poland to the west, and Lithuania and Latvia to the northwest + + + + + + + Government of the Republic of Bulgaria + Правителство на Република България + + unitary parliamentary democracy where the prime minister is the head of government, located in Southeastern Europe bordered by Romania to the north, Serbia and North Macedonia to the west, Greece and Turkey to the south, and the Black Sea to the east + + + + + + + Government of the Republic of Moldova + Guvernul Republicii Moldova + + unitary parliamentary constitutional republic that is a landlocked country in Eastern Europe, bordered by Romania to the west and Ukraine to the north, east, and south + + + + + + + Government of the Republic of Poland + Rząd Rzeczpospolita Polska + + unitary, semi-presidential, constitutional, and representative democratic republic located in Central Europe and bordered by the Baltic Sea, Lithuania, and Russia's Kaliningrad Oblast to the north, Belarus and Ukraine to the east, Slovakia and the Czech Republic to the south, and Germany to the west + + + + + + + Government of the Russian Federation + Правительство Российской Федерации + + federal, dominant-party and semi-presidential constitutional republic located in Eastern Europe and Northern Asia + + + + + + + Government of the Slovak Republic + Vláda Slovenskej republiky + + unitary, parliamentary democratic republic that is a landlocked country in Central Europe, bordered by Poland to the north, Ukraine to the east, Hungary to the south, Austria to the southwest, and Czech Republic to the northwest + + + + + + + Government of Ukraine + Уряд України + + unitary, mixed semi-parliamentary and semi-presidential, constitutional republic located in Eastern Europe, bordered by Russia to the north-east; Belarus to the north; Poland, Slovakia and Hungary to the west; and Romania, Moldova, and the Black Sea to the south + + + + + + + Hungarian entity + Magyar entitás + sovereign state and polity that is Hungary + + + + + + + jurisdiction of Belarus + юрисдикция Беларуси + юрысдыкцыя Беларусі + jurisdiction of the judiciary of Belarus, consisting of the Supreme Court and specialized courts such as the Constitutional Court, which deals with specific issues related to constitutional and business law + + + + + + + jurisdiction of Bulgaria + юрисдикция на България + jurisdiction of the judiciary of Bulgaria, a civil law legal system under the Ministry of Justice, including the Supreme Administrative Court and the Supreme Court of Cassation, which are the highest courts of appeal and oversee the application of laws in subordinate courts + + + + + + + jurisdiction of Czechia + jurisdikce česka + jurisdiction of the judiciary of the Czech Republic, a civil law system grounded in the Constitution of the Czech Republic, including the Constitutional Court, Supreme Court, and Supreme Administrative Court, as well as district and county courts that are divided into civil, criminal, and administrative branches + + + + + + + Magyarország joghatósága + jurisdiction of Hungary + jurisdiction of the judiciary of Hungary, a civil law system based primarily on German that is divided between courts with regular civil and criminal jurisdiction and administrative courts, including local courts, regional appellate courts, and the supreme court + + + + + + + jurisdiction of Moldova + jurisdicția Moldovei + jurisdiction of the judiciary of Moldova, which is the system of courts that interprets and applies the law in Moldova, including an independent Constitutional Court + + + + + + + jurisdiction of Poland + jurysdykcja Polski + jurisdiction of the judiciary of Poland, a four-tier court system composed of the Supreme Court, the Supreme Administrative Court, Common Courts (District, Regional, Appellate) and the Military Court + + + + + + + jurisdiction of Romania + jurisdicția României + jurisdiction of the judiciary of Romania, a civil law system influenced by the French system that is a hierarchical system of courts with the High Court of Cassation and Justice being the supreme court of Romania, and includes courts of appeal, county courts and local courts + + + + + + + jurisdiction of Russian Federation + юрисдикция Российской Федерации + jurisdiction of the judiciary of Russian Federation, which is the system of courts that interprets and applies the law in the Russian Federation, including Constitutional Court, Supreme Court and lower federal courts, whose judges are appointed by the Federation Council on the recommendation of the President + + + + + + + jurisdiction of Slovakia + jurisdikcia Slovenska + jurisdiction of the judiciary of the Slovak Republic, which is the system of courts that interprets and applies the law in Slovakia, whose highest judicial body is the Constitutional Court of Slovakia, which rules on constitutional issues + + + + + + + jurisdiction of Ukraine + юрисдикція України + jurisdiction of the judiciary of Ukraine, which is the system of courts that interprets and applies the law in Ukraine, including the Supreme Court of Ukraine, which is the highest judicial body in the system of courts of general jurisdiction in Ukraine + + + + + + + Entitate moldovenească + Moldovan entity + sovereign state and polity that is Moldova + + + + + + + Podmiot polski + Polish entity + sovereign state and polity that is Poland + + + + + + + Entitate românească + Romanian entity + sovereign state and polity that is Romania + + + + + + + Russian entity + Российское предприятие + federated sovereignty and polity that is the Russian Federation + + + + + + + Slovak entity + Slovenský subjekt + sovereign state and polity that is Slovakia + + + + + + + Ukrainian entity + Українське утворення + sovereign state and polity that is Ukraine + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..b880a08b --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,361 @@ + + + + + + + + + + + + + +]> + + + + Northern Europe Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Northern Europe in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20200801/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address hygiene issues with diacritical marks that are language-specific. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to correct the value for hasReach for the Jurisdiction of Norway (GitHub-2037). + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/NorthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Ahvenanmaan lainkäyttöalue + Aland Islands jurisdiction + Ålandöarnas jurisdiktion + + jurisdiction of the Aland District Court, which deals with criminal cases, civil cases and petitionary matters in first instance, with escalation to the appellate level in Finland as needed + Ålands tingsrätt + + + + + + + Ahvenanmaan kokonaisuus + Alandic entity + Ålandisk enhet + regional sovereignty and polity that is Aland + + + + + + + Danish entity + Dansk enhed + sovereign state and polity that is Denmark + + + + + + + + + Eesti üksus + Estonian entity + sovereign state and polity that is Estonia + + + + + + + Finnish entity + Suomen entiteetti + sovereign state and polity that is Finland + + + + + + + + Ahvenanmaan hallitus + Government of Aland + Ålands regering + + regional government of the Aland Islands, an archipelago province at the entrance to the Gulf of Bothnia in the Baltic Sea belonging to Finland + The Aland Islands are governed according to the Act on the Autonomy of Aland and international treaties. These laws guarantee the islands' autonomy from Finland, which has ultimate sovereignty over them, as well as a demilitarised status. The Government of Aland answers to the Parliament of Aland, in accordance with the principles of parliamentarism. + + + + + + + Government of Iceland + Ríkisstjórn Íslands + + unitary parliamentary republic and representative democracy, that is a Nordic island country in the North Atlantic + + + + + + + Government of the Kingdom of Denmark + Kongeriget Danmarks regering + + unitary constitutional monarchy and parliamentary democracy, with the monarch as the official head of government, that includes the southernmost of the Scandinavian countries, consisting of a peninsula, Jutland, and an archipelago of 443 named islands + Danish government + Danmarks regering + + + + + + + Government of the Kingdom of Norway + Kongeriket Norges regjering + + unitary constitutional monarchy and parliamentary democracy, wherein the monarch is the head of state and the prime minister is the head of government, whose mainland comprises the western and northernmost portion of the Scandinavian Peninsula and includes the remote island of Jan Mayen as well as the archipelago of Svalbard + + + + + + + Government of the Kingdom of Sweden + Konungariket Sveriges regering + + constitutional monarchy and parliamentary democracy, with a largely ceremonial and representative monarch as head of state, located in Scandinavia between the North Atlantic, the Baltic Sea and Eurasian Russia + + + + + + + Eesti Vabariigi valitsus + Government of the Republic of Estonia + + democratic unitary parliamentary republic divided into fifteen counties, located on the eastern coast of the Baltic Sea in Northern Europe + + + + + + + Government of the Republic of Finland + Suomen tasavallan hallitus + + parliamentary republic within the framework of a representative democracy comprised of 19 regions and 310 municipalities, located in the Nordic region of Europe + + + + + + + Government of the Republic of Ireland + Rialtas Phoblacht na hÉireann + + parliamentary, representative democratic republic, based on the British model, that is an independent state and member of the European Union, which covers five-sixths of the island of Ireland in the North Atlantic + + + + + + + Government of the Republic of Latvia + Latvijas Republikas valdība + + unitary, parliamentary, constitutional republic located in the Baltic region of Northern Europe + + + + + + + Government of the Republic of Lithuania + Lietuvos Respublikos Vyriausybė + + unitary semi-presidential republic situated along the southeastern shore of the Baltic Sea, to the southeast of Sweden and Denmark + + + + + + + Icelandic entity + Íslensk eining + sovereign state and polity that is Iceland + + + + + + + Aonán Éireannach + Irish entity + sovereign state and polity that is Ireland + + + + + + + Danmarks jurisdiktion + jurisdiction of Denmark + + jurisdiction of the judiciary of Denmark, a civil law system with some references to Germanic law that was substantially reformed in 2007 + + + + + + + Eesti jurisdiktsioon + jurisdiction of Estonia + + jurisdiction of the judiciary of Estonia, a civil law legal system based on the Germanic legal model, whose Supreme Court is the court of cassation, which also conducts constitutional review + + + + + + + Suomen lainkäyttövaltaan + jurisdiction of Finland + + jurisdiction of the judiciary of Finland, a civil law system divided between courts with regular civil and criminal jurisdiction and administrative courts with jurisdiction over litigation between individuals and the public administration + + + + + + + jurisdiction of Iceland + lögsögu Íslands + + jurisdiction of the judiciary of Finland, a three-tier civil law system whose highest court is the Supreme Court of Iceland + + + + + + + dlínse na hÉireann + jurisdiction of Ireland + + jurisdiction of the judiciary of Ireland, which is the system of courts that interprets and applies the law in Ireland + + + + + + + Latvijas jurisdikcija + jurisdiction of Latvia + + jurisdiction of the judiciary of Latvia, which is the system of courts that interprets and applies the law in Latvia + + + + + + + Lietuvos jurisdikcija + jurisdiction of Lithuania + + jurisdiction of the judiciary of Lithuania, whose highest court is the Constitutional Court (Konstitucinis Teismas), but the general jurisdiction dealing with civil and criminal cases includes the Supreme Court of Lithuania, the Court of Appeal of Lithuania, regional courts, and district courts + + + + + + + jurisdiction of Norway + jurisdiksjon av Norge + + jurisdiction of the judiciary system in Norway, a civil law system where laws are created and amended in parliament and the system regulated through the Courts of Justice of Norway + + + + + + + Sveriges jurisdiktion + jurisdiction of Sweden + + jurisdiction of the judiciary system in Sweden, which is part of the Ministry of Justice, whose courts are divided into two parallel and separate systems - general courts (allmänna domstolar) for criminal and civil cases, and general administrative courts (allmänna förvaltningsdomstolar) for cases relating to disputes between private persons and the authorities + + + + + + + Latvian entity + Latvijas vienība + sovereign state and polity that is Latvia + + + + + + + Lietuvos subjektas + Lithuanian entity + sovereign state and polity that is Lithuania + + + + + + + Norsk enhet + Norwegian entity + sovereign state and polity that is Norway + + + + + + + + + Svensk enhet + Swedish entity + sovereign state and polity that is Sweden + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..8c855a46 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,491 @@ + + + + + + + + + + + + + +]> + + + + Southern Europe Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Southern Europe in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20200801/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to address hygiene issues with diacritical marks that are language-specific. + The http://www.omg.org/spec/EDMC-FIBO/BE/20210201/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to replace references to Macedonia with NorthMacedonia from LCC 1.2. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220101/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/SouthernEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Albanian entity + Entiteti shqiptar + sovereign state and polity that is Albania + + + + + + + Andorran entity + Entitat andorrana + sovereign state and polity that is Andorra + + + + + + + Bosanskohercegovački entitet + Bosanskohercegovački entitet + Bosnian and Herzegovinian entity + Босанскохерцеговачки ентитет + federal sovereignty state and polity that is Bosnia and Herzegovina + + + + + + + Croatian entity + Hrvatski entitet + sovereign state and polity that is Croatia + + + + + + + Government of Montenegro + + unitary, dominant-party, parliamentary constitutional republic that is located in South and Southeast Europe on the coast of the Balkans + + + + + + + Government of the Federation of Bosnia and Herzegovina + Vlada Federacije Bosne i Hercegovine + Vlada Federacije Bosne i Hercegovine + Влада Федерације Босне и Херцеговине + + federal parliamentary constitutional republic that is a representative democracy, located in South and Southeast Europe, within the Balkans + + + + + + + Government of the Hellenic Republic + Κυβέρνηση της Ελληνικής Δημοκρατίας + + unitary parliamentary republic, located on the Balkan Peninsula in Southeast Europe + + + + + + + Government of the Holy See + Governo della Santa Sede + Imperium in Consiliis Sanctae Sedis + + unitary Christian absolute monarchy (under an ecclesiastical and elective theocracy), headquartered in, operates from, and exercises 'exclusive dominion' over the independent Vatican City State enclave in Rome, of which the pope is sovereign, administered by the Roman Curia + Government of the See of Rome + + + + + + + Gobierno del Reino de España + Government of the Kingdom of Spain + + unitary parliamentary constitutional monarchy, whose monarch is the head of state and prime minister is the head of government, located in Southwestern Europe with some pockets of territory across the Strait of Gibraltar and the Atlantic Ocean + + + + + + + Government of the Portuguese Republic + Governo da República Portuguesa + + unitary, semi-presidential, constitutional, representative democratic republic, located mostly on the Iberian Peninsula, in southwestern Europe + + + + + + + Govern del Principat d’Andorra + Government of the Principality of Andorra + + unitary parliamentary semi-elective diarchy, a sovereign landlocked microstate on the Iberian Peninsula, in the eastern Pyrenees, bordered by France to the north and Spain to the south + + + + + + + Government of the Republic of Albania + Qeveria e Republikës së Shqipërisë + + unitary parliamentary constitutional republic, located in Southeast Europe on the Adriatic and Ionian Sea within the Mediterranean Sea + + + + + + + Government of the Republic of Croatia + Vlada Republike Hrvatske + + unitary parliamentary constitutional republic, located in Southeast Europe, bordering Slovenia to the northwest, Hungary to the northeast, Serbia to the east, Bosnia and Herzegovina, and Montenegro to the southeast, sharing a maritime border with Italy + + + + + + + Government of the Republic of Italy + Governo della Repubblica Italiana + + unitary parliamentary, constitutional, democratic republic, consisting of a peninsula bordering the Alps and surrounded by several islands, located in south-central Europe + + + + + + + Government of the Republic of Malta + + unitary parliamentary constitutional republic modelled on the Westminster system that is a Southern European island country consisting of an archipelago in the Mediterranean Sea + + + + + + + Government of the Republic of North Macedonia + Влада на Република Северна Македонија + + unitary parliamentary, constitutional, democratic republic, located in the Balkan Peninsula in Southeast Europe + + + + + + + Government of the Republic of San Marino + Governo della Repubblica di San Marino + + unitary parliamentary, diarchic, directorial republic that is a microstate in Southern Europe, completely surrounded by Italy, located on the northeastern side of the Apennine Mountains + + + + + + + Government of the Republic of Serbia + Влада Републике Србије + + unitary, dominant-party, parliamentary constitutional republic that is situated at the crossroads of Central and Southeast Europe in the southern Pannonian Plain and the central Balkans + + + + + + + Government of the Republic of Slovenia + Vlada Republike Slovenije + + unitary, parliamentary constitutional republic bordered by Italy to the west, Austria to the north, Hungary to the northeast, Croatia to the southeast, and the Adriatic Sea to the southwest + + + + + + + Greek entity + Ελληνική οντότητα + sovereign state and polity that is Greece + + + + + + + Entità della Santa Sede + Holy See entity + sovereign state and polity that is the Holy See + + + + + + + Ente italiano + Italian entity + sovereign state and polity that is Italy + + + + + + + juridiksioni i Shqipërisë + jurisdiction of Albania + + jurisdiction of the judiciary of Albania, a system of courts that includes the supreme court, constitutional court, appeal court and administrative court, and whose Supreme Court of the Republic of Albania is the highest court and is the final court of appeal + + + + + + + jurisdicció d’Andorra + jurisdiction of Andorra + jurisdiction of the judiciary of Andorra, composed of the Magistrates Court, the Criminal Law Court, the High Court of Andorra, and the Constitutional Court + + + + + + + jurisdiction of Bosnia and Herzegovina + nadležnost Bosne i Hercegovine + nadležnost Bosne i Hercegovine + надлежност Босне и Херцеговине + + jurisdiction of the judiciary of Bosnia and Herzegovina, whose Constitutional Court of Bosnia and Herzegovina is the supreme, final arbiter of legal matters + + + + + + + jurisdiction of Croatia + nadležnost Hrvatske + + jurisdiction of the judiciary of Croatia, a civil law legal system in which law arises primarily from written statutes, influenced by German and Austrian legal systems, whose national courts include the Constitutional Court, which oversees violations of the Constitution, and the Supreme Court, which is the highest court of appeal + + + + + + + jurisdiction of Greece + δικαιοδοσία της Ελλάδας + + jurisdiction of the judiciary of the Hellenic Republic, whose supreme courts include the Court of Cassation, the Council of State and the Court of Auditors + + + + + + + giurisdizione dell'Italia + jurisdiction of Italy + jurisdiction of the judiciary of Italy, a system of courts that is based on Roman law modified by the Napoleonic code and later statutes, comprising the Supreme Court of Cassation, the highest court in Italy for both criminal and civil appeal cases, and the Constitutional Court of Italy (Corte Costituzionale) + + + + + + + jurisdiction of Malta + + jurisdiction of the judiciary of Malta, which is based partially on English law and partly on Continental law, that interprets and applies the laws of Malta to ensure equal justice under law, and to provide a mechanism for dispute resolution + + + + + + + jurisdiction of Montenegro + jurisdiction of the judiciary of Montenegro, that interprets and applies the laws of Montenegro, and has been working with the European Union over the last several years to increase judicial independence and accountability + + + + + + + jurisdiction of North Macedonia + јурисдикција на Северна Македонија + + jurisdiction of the judiciary of North Macedonia, an independent judicial branch that includes a constitutional court + + + + + + + jurisdiction of Portugal + jurisdição de portugal + + jurisdiction of the judiciary of Portugal, a system of courts that together constitute one of the four organs of Sovereignty as defined by the Portuguese Constitution + + + + + + + giurisdizione di San Marino + jurisdiction of San Marino + jurisdiction of the judiciary of San Marino, including the Council of Twelve, which forms the judicial branch during the period of legislature of the Council + + + + + + + jurisdiction of Serbia + надлежност Србије + jurisdiction of the judiciary of Serbia, a three-tiered judicial system that includes the Supreme Court of Cassation as the court of the last resort, Courts of Appeal as the appellate instance, and Basic and High courts as the general jurisdictions at first instance + + + + + + + jurisdiction of Slovenia + pristojnost Slovenije + + jurisdiction of the judiciary of Slovenia, a system of courts with general responsibilities and specialised courts that deal with matters relating to specific legal areas, including a Constitutional Court at the highest level + + + + + + + jurisdicción de España + jurisdiction of Spain + + jurisdiction of judiciary of Spain, a system of courts that includes senior judges - the President and judges of the Constitutional Court (the highest tribunal in the Kingdom) - that interprets and applies the law in Spain + + + + + + + giurisdizione della Santa Sede + ius proprium Sanctae Sedis + jurisdiction of the Holy See + jurisdiction of the Bishop of Rome, known as the pope, which includes the apostolic episcopal see of the Diocese of Rome with universal ecclesiastical jurisdiction of the worldwide Catholic Church, as well as a sovereign entity of international law, governing the Vatican City + + + + + + + Maltese entity + sovereign state and polity that is Malta + + + + + + + Montenegrin entity + sovereign state and polity that is Montenegro + + + + + + + North Macedonian entity + Северномакедонски субјект + sovereign state and polity that is North Macedonia + + + + + + + Entidade portuguesa + Portuguese entity + sovereign state and polity that is Portugal + + + + + + + Ente sammarinese + Sammarinese entity + sovereign state and polity that is San Marino + + + + + + + Serbian entity + Српски ентитет + sovereign state and polity that is Serbia + + + + + + + Slovene entity + Slovenska entiteta + sovereign state and polity that is Slovenia + + + + + + + Entidad española + Spanish entity + sovereign state and polity that is Spain + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..2c5aba35 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + +]> + + + + Government Entities and Jurisdictions for the United Kingdom of Great Britain and Northern Ireland Ontology + This ontology provides government entities and jurisdictions for the United Kingdom of Great Britain and Northern Ireland use in other FIBO ontologies. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20200201/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to add devolved government entities for Scotland, Wales, and Northern Ireland. + The https://spec.edmcouncil.org/fibo/ontology/20231101/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230701/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to include separate references to England and Wales in reach of the EnglandAndWalesJurisdiction. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + England and Wales jurisdiction + + + jurisdiction of the Courts of England and Wales + + + + + + + + Gouvèrnément d'Guernési + Government of Guernsey + + parliamentary representative democracy that is the central government of the Bailiwick of Guernsey, a self-governing dependency of the United Kingdom and one of the British Channel Islands off the coast of Normandy + + + + + + + Gouvèrnément d'Jèrri + Government of Jersey + + central government of the Bailiwick of Jersey, a self-governing dependency of the United Kingdom that is the largest of the Channel Islands between England and France + + + + + + + + Government of Scotland + Riaghaltas na h-Alba + + + + devolved government of Scotland + Scottish government + + + + + + + Government of the Isle of Man + + central government of the Isle of Man, a self-governing British Crown dependency in the Irish Sea between England and Ireland + Manx Government + + + + + + + Government of the United Kingdom + + + + constitutional monarchy that is the government of the United Kingdom of Great Britain and Northern Ireland, including the monarch, who is the head of state and sovereign, prime minister, who is the head of government, and cabinet, parliament (House of Lords and House of Commons), and other agencies and institutions that comprise the government + British government + + + + + + + Guernsey entity + regional sovereignty and polity that is the Bailiwick of Guernsey + + + + + + + Isle of Man entity + regional sovereignty and polity that is the Isle of Man + + + Manx entity + + + + + Jersey entity + regional sovereignty and polity that is the Bailiwick of Jersey + + + + + + + jurisdiction of Guernsey + + jurisdiction of the bailiwick judiciary of Guernsey, headed by its Bailiff, which is derived from a combination of Norman Customary Law and principles taken from English common law and Equity, as well as from statute law enacted by the competent legislature(s) + + + + + + + jurisdiction of Jersey + + jurisdiction of the judiciary of Jersey, headed by is the Bailiff, who as well as performing the judicial functions of a chief justice is also the President (presiding officer) of the States of Jersey and has certain civic, ceremonial and executive functions + + + + + + + jurisdiction of the Isle of Man + + jurisdiction of the judiciary of the Isle of Man, including the High Court of Justice of the Isle of Man, consisting of a Civil Division and an appeal division, called the Staff of Government Division + + + + + + + + Cynulliad Cenedlaethol Cymru + National Assembly for Wales + + + + devolved government of Wales + Senedd + Welsh Assembly + + + + + + + + Northern Ireland Assembly + Tionól Thuaisceart Éireann + + + devolved government of Northern Ireland + + + + + + + Northern Ireland entity + + regional devolved sovereignty that is Northern Ireland + + + + + + + Northern Ireland jurisdiction + + + jurisdiction of the Courts of Northern Ireland + + + + + + + Scotland entity + + + regional devolved sovereignty that is Scotland + + + + + + + Scotland jurisdiction + + + + + jurisdiction of the Supreme Courts of Scotland + + + + + + + United Kingdom entity + + + federated sovereignty and polity that is the United Kingdom of Great Britain and Northern Ireland + + + + + + + + United Kingdom jurisdiction + + + + jurisdiction of the Supreme Court of the United Kingdom, the tribunal system, including the Asylum and Immigration Tribunal and the Special Immigration Appeals Commission, Employment tribunals and the Employment Appeal Tribunal + Note that the Courts of the United Kingdom are separated into three separate jurisdictions, the Courts of England and Wales, Courts of Scotland and the Courts of Northern Ireland, as the United Kingdom does not have a single unified judicial system, aside from the courts specifically identified in the definition of this individual. + + + + + + + Welsh entity + + regional devolved sovereignty that is Wales + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..a5c8ef88 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,303 @@ + + + + + + + + + + + + + +]> + + + + Western Europe Government Entities and Jurisdictions Ontology + This ontology provides government entities and jurisdictions for countries that are defined as being part of Western Europe in the U.N. M49 codes, primarily those that are considered independent countries in ISO 3166, or are important from a banking perspective. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20200801/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/EuropeanJurisdiction/WesternEuropeGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Austrian entity + federated sovereignty and polity that is Austria + + + + + + + Belgian entity + federated sovereignty and polity that is Belgium + + + + + + + French entity + sovereign state and polity that is France + + + + + + + + + + + + + + + + + + + German entity + federated sovereignty and polity that is Germany + + + + + + + Bundesrepublik Deutschland + Government of the Federal Republic of Germany + + democratic, federal parliamentary republic led by a chancellor, where federal legislative power is vested in the parliament, consisting of the Bundestag and the Bundesrat + + + + + + + Gouvernement de la République française + Government of the French Republic + + unitary semi-presidential constitutional republic, built on strong representative democratic roots, based on the Constitution of the Fifth Republic which was approved in 1958 + + + + + + + Government of the Grand Duchy of Luxembourg + + representative democracy that is a unitary, parliamentary constitutional monarchy, headed by the Grand Duke, which is the world's only remaining sovereign grand duchy + + + + + + + Government of the Kingdom of Belgium + + federal parliamentary constitutional monarchy, whose head of state is the king, though with limited prerogatives + + + + + + + Government of the Netherlands + Rijksoverheid + + parliamentary constitutional monarchy with a unitary structure, with its monarch as head of state + + + + + + + Government of the Principality of Liechtenstein + + semi-constitutional monarchy headed by the Prince of Liechtenstein, with an elected parliament that enacts the law, as well as being a direct democracy, where voters can propose and enact constitutional amendments and legislation independently of the legislature + + + + + + + Government of the Principality of Monaco + + constitutional monarchy with the Sovereign Prince of Monaco as head of state, and a Minister of State as the head of government, who presides over a five-member Council of Government + + + + + + + Government of the Republic of Austria + + federal, representative democratic republic, with nine states, whose head of state is the Federal President (Bundespräsident), and head of the federal government is the Federal Chancellor (Bundeskanzler) + + + + + + + Government of the Swiss Confederation + + federal semi-direct democracy under a multi-party presidential directorial republic, which represents a confederation of 26 cantons and communes with executive, legislative and judiciary branches + + + + + + + jurisdiction of Austria + jurisdiction of the judiciary of Austria (österreichische Justiz), consisting of general courts (ordentliche Gerichte) and courts of public law (Gerichte öffentlichen Rechts) + + + + + + + jurisdiction of Belgium + jurisdiction of the judiciary of Belgium, which is based on civil law and originates from the Napoleonic code, including the Court of Cassation and the courts of appeal, one level below + + + + + + + jurisdiction of France + jurisdiction of the judiciary of France, which is part of the Ministry of Justice based on a civil legal system, headed by the Court of Cassation and Council of State + + + + + + + German jurisdiction + + jurisdiction of the judiciary of Germany, whose civil law system is based on Roman law with some references to early Germanic law, headed by the Bundesverfassungsgericht (German supreme court) responsible for constitutional matters + + + + + + + jurisdiction of Liechtenstein + jurisdiction of the judiciary of Liechtenstein, the system of courts and tribunals which interpret and apply the law in Liechtenstein, including the Regional Court at Vaduz, the Princely High Court of Appeal at Vaduz, the Princely Supreme Court, the Administrative Court, and the State Court + + + + + + + jurisdiction of Luxembourg + + jurisdiction of the judiciary of Luxembourg, the system of courts and tribunals which interpret and apply the law in Luxembourg, including three lower tribunals (justices de paix; in Esch-sur-Alzette, the city of Luxembourg, and Diekirch), two district tribunals (Luxembourg and Diekirch), and a Superior Court of Justice (Luxembourg), which includes the Court of Appeal and the Court of Cassation + + + + + + + jurisdiction of Monaco + jurisdiction of the judiciary of Monaco, the system of courts and tribunals which interpret and apply the law in Monaco, including the Monegasque Supreme Court, one of the highest courts of law in the city-state of Monaco for judicial appeals as well as ensuring the constitution of Monaco is upheld + + + + + + + jurisdiction of Switzerland + + jurisdiction of the Federal Supreme Court, Federal Criminal Court, Federal Administrative Court, and the Federal Patent Court representing the judiciary branch at the federal level in Switzerland + + + + + + + jurisdiction of the Netherlands + + jurisdiction of the judiciary of the Netherlands, the system of courts which interprets and applies the law in the Netherlands + + + + + + + Liechtensteiner entity + sovereign state and polity that is Liechtenstein + + + + + + + Luxembourger entity + sovereign state and polity that is Luxembourg + + + + + + + Monegasque entity + sovereign state and polity that is Monaco + + + + + + + Netherlands entity + sovereign state and polity that is the Netherlands + + + + + + + + + Swiss entity + federated sovereignty and polity that is Switzerland + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/GovernmentEntities.rdf b/data/ontologies/fibo-be/GovernmentEntities/GovernmentEntities.rdf new file mode 100644 index 00000000..84f62a9b --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/GovernmentEntities.rdf @@ -0,0 +1,578 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Government Entities Ontology + This ontology defines the fundamental concepts for representing polities and government entities and their relations. + Copyright (c) 2016-2025 EDM Council, Inc. +Copyright (c) 2016-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20160801/GovernmentEntities/GovernmentEntities.rdf version of this ontology was added to Business Entities, per the issue resolutions identified in the FIBO BE 1.1 RTF report. + The http://www.omg.org/spec/EDMC-FIBO/BE/20160801/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.2 RTF report. + The http://www.omg.org/spec/EDMC-FIBO/BE/20170201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified per the FIBO 2.0 RFC to integrate LCC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to to rationalize natural person and legally capable person in a new concept, competent natural person, simplify / merge the legal person and formal organization class hierarchies, and revise certain definitions, such as for supranational entity, to correspond to ISO definitions. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to reflect the move of hasObjective to FND to enable higher level reuse and eliminate a reasoning error. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190501/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to eliminate duplication of concepts in LCC and merge the countries ontology with locations. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to replace isAppointedBy with isDesignatedBy due to a name change in Relations, and to add a class for devolved government. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve, revise circular or ambiguous definitions, and to eliminate 'hasPartialSovereigntyOver' in favor of 'hasSharedSovereigntyOver'. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to address text formatting hygiene issues and to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to augment the definition of instrumentality with additional notes. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230901/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 and loosened restrictions causing reasoning and representational challenges (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/GovernmentEntities/GovernmentEntities.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/GovernmentEntities/GovernmentEntities.rdf version of the ontology was modified to replace hasConstituent with hasMember for better semantic consistency (FND-396) and to further reflect changes made in Commons v1.2 (FBC-338). + The https://spec.edmcouncil.org/fibo/ontology/BE/20251001/GovernmentEntities/GovernmentEntities.rdf version of the ontology was modified to remove deprecations that reflect changes made in Commons v1.2 (FBC-399) and to use new constructs from the Commons 1.3 Business Authorizations ontology (FND-401). + + Copyright (c) 2016-2025 EDM Council, Inc. + Copyright (c) 2016-2025 Object Management Group, Inc. + + + + + branch of government + division of the government of a state, with separate and independent powers and areas of responsibility so that the powers of one branch are not in conflict with the powers associated with the other branches + https://www.usa.gov/branches-of-government + + + + + devolved government + government and the politicians that that run a subnational territory with powers that may be temporary and reversible, ultimately residing with the central government + + + + + executive branch + the branch of government that is authorized and responsible for the daily administration of the government + https://www.usa.gov/branches-of-government + The executive branch executes and enforces the law. + + + + + + + + + + + 0 + + + + + + + + + federal government + union of states under a central government distinct from the individual governments of the separate states + A federation is a political entity characterized by a union of partially self-governing states or regions under a central (federal) government. In a federation, the self-governing status of the component states, as well as the division of power between them and the central government, are typically constitutionally entrenched and may not be altered by a unilateral decision of either party, the states or the federal political body. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + federated sovereignty + polity characterized by a union of partially self-governing states or regions under a central (federal) government + The federated sovereignty is the legal entity that can incur debt for a federal government, as distinct from the Federal government. + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + government + + system by which a state or community is controlled + In the Commonwealth of Nations, the word government is also used more narrowly to refer to the collective group of people that exercises executive authority in a state. This usage is analogous to what is called an 'administration' in American English. Furthermore, especially in American English, the concepts of the state and the government may be used synonymously to refer to the person or group of people exercising authority over a politically organized territory. + + + + + + + + + 0 + + + government agency + + permanent or semi-permanent organization, often an appointed commission, in the machinery of government that is responsible for the oversight and administration of specific functions + There is a notable variety of agency types. Although usage differs, a government agency is normally distinct both from a department or ministry, and other types of public body established by government. The functions of an agency are normally executive in character, since different types of organizations (such as commissions) are most often constituted in an advisory role; this distinction is often blurred in practice however. + + + + + + + + + + + + + 0 + + + 0 + + + government appointee + individual designated by government decree to lead, or participate in some capacity in a government body + + + + + + + + + 0 + + + government body + formal organization that is an agency, instrumentality, or other body of a supranational, national, federal, state, or local government, including certain multijurisdictional agencies and departments that carry out the business of government + Identifying government bodies is a pre-requisite for identifying government officials. This information is needed to help ensure compliance with applicable laws relating to bribery or corruption, including the U.S. Foreign Corrupt Practices Act (FCPA), the UK Bribery Act 2010 (UKBA), the U.S. Bank Bribery Act (Bribery Act), and other anti-bribery and corruption laws in the jurisdictions where financial institutions conduct business. + + + + + + + + + 0 + + + government department + specialized organization responsible for a sector of government public administration + + + + + + government minister + government official that is an executive, who is either appointed or elected to a high office in the government + Minister of Finance, Secretary of State, Attorney General of California + + + + + + + + + 1 + + + + + + + + + + 0 + + + + + government official + person elected or appointed to administer some aspect of a government + + + + + + + + + + 0 + + + + + + + + + instrumentality + organization that serves a public purpose and is closely tied to a government, but is not a government agency + An instrumentality is a non-governmental agency that acts independently but whose obligations are backed by a government because of its role in providing a public service. Many instrumentalities are private companies, and some are chartered directly by government. Instrumentalities are subject to a unique set of laws that shape their activities. Certain organizations, such as Sallie Mae in the United States, may be considered instrumentalities from some perspectives but not others. Sallie Mae's status was changed in 2004, when it was privatized, and since that time it is no longer considered a government-sponsored enterprise (GSE). + + + + + + + + + + + judiciary + branch of government that comprises the system of courts that interprets and applies the law in the name of the supranational, national, federal, or regional government, depending on its jurisdiction + The judiciary also provides a mechanism for the resolution of disputes. Under the doctrine of the separation of powers, the judiciary generally does not make law (that is, in a plenary fashion, which is the responsibility of the legislature) or enforce law (which is the responsibility of the executive), but rather interprets law and applies it to the facts of each case. + + + + + legislature + the law-making body of a political unit, usually a national government, that has power to enact, amend, and repeal public policy + Laws enacted by legislatures are known as legislation. Legislatures observe and steer governing actions and usually have exclusive authority to amend the budget or budgets involved in the process. + + + + + + + + + + + + + + + + + municipal entity + polity that typically represents a city, township, or other administrative subdivision having corporate status and powers of self-government or jurisdiction + Municipal entity in the sense of a legal entity, that is, what it is that incurs debt for a municipality, as distinct from the Municipal government. A municipal entity has a Government which sets laws applicable within the geographical area corresponding to its jurisdiction. + municipality + + + + + + + + + + + municipal government + regional government of a city, township, or other administrative subdivision + + + + + + + + + + + national government + government and the politicians that that run a country as a whole (as opposed to local government) + + + + + + + + + + + + + + + + + + polity + legal person that is a supranational entity, crown, state, or subordinate civil authority, such as a province, prefecture, county, municipality, city, or district representing the people of that entity + + + + + + + + + + + regional government + administrative body for a geographic area, such as a county, smaller town, or other similar community + A local government will typically only have control over their specific geographical region, and cannot pass or enforce laws that will affect a wider area. Local governments can elect officials, enact taxes, and do many other things that a national government would do, just on a smaller scale. + local government + + + + + + + + + + + + + + + + + regional sovereignty + legal person that corresponds to an administrative division, administrative unit, administrative entity or country subdivision (or, sometimes, geopolitical division or subnational entity), that has the capacity to incur debt, issue contracts, and enter into relations with other similar entities + A country may be divided into provinces, which, in turn, are divided into counties, which, in turn, may be divided in whole or in part into municipalities; and so on. + + + + + + + + + + + + + + + + + sovereign state + non-physical juridical entity that is represented by one centralized government that has sovereignty over a geographic area + A legal entity that is represented by one centralized government, has a permanent population, defined territory, and the capacity to enter into relations with other sovereign states. + + + + + + + + + + + + + + + + + supranational entity + governmental or non-governmental entity that is established by international law or treaty or incorporated at an international level + ISO 20275:2017, Financial services - Entity legal forms (ELF), First Edition, July 2017. + Kiljunen, Kimmo (2004). The European Constitution in the Making. Centre for European Policy Studies. pp. 21-26. ISBN 978-92-9079-493-6 + A supranational union is a supranational polity which lies somewhere between a confederation that is an association of states and a federation that is a state. Unlike states in a federal super-state, member states retain ultimate sovereignty, although some sovereignty is shared with, or ceded to, the supranational body. + + + + + tribal area + designation for geographic region administered by a group of indigenous people rather than by a sovereign state or regional governmental entity + + + + + + + + + + + + + + + + + tribal entity + legal entity that represents fundamental unit of sovereign tribal (indigenous) government + Any indigenous group or community which is recognized as having rights and obligations independent of the central government. + + + + + + + + + + + tribal government + government representing a group of indigenous people that has legal authority to govern those people, including authority to legislate the existence of tribal entities + + + + + has full sovereignty over + relates a polity to a geopolitical entity where the polity has absolute, supreme and ultimate dominion and authority of a political state subject to no higher power, expressed within its territory in full self-government and in complete freedom from any outside influence + + + + + has shared sovereignty over + relates a polity to a geopolitical entity where the polity exercises shared dominion and authority of a political state + + + + + has sovereignty over + + + relates a polity to a geopolitical entity where the polity exercises dominion and authority of a political state + + + + is elected by + + identifies an official or government chosen to hold office by voting + + + + is an instrument of + + + relates an instrumentality of some government to the government that it supports + + + + is represented by + relates a system of governance to its chosen representatives + + + + + + + + 1 + + + + + + + + + + 1 + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..7487a113 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,232 @@ + + + + + + + + + + + + + +]> + + + + Central American Government Entities and Jurisdictions Ontology + This ontology provides the set of basic government-level entities and jurisdictions for independent countries identified as part of Central America in the U.N. M49 classification. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20201101/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/LatinAmericanJurisdiction/CentralAmericanGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389) and to correct the prefix for the elements in the ontology. + The initial version of this ontology reflects the highest national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Belizean entity + sovereign state and polity that is a Caribbean country located on the northeastern coast of Central America + + + + + + + Costa Rican entity + sovereign state and polity that is a Central American country bordered by Nicaragua to the north, the Caribbean Sea to the northeast, Panama to the southeast, the Pacific Ocean to the southwest, and Ecuador to the south of Cocos Island + + + + + + + Government of Belize + unitary parliamentary constitutional monarchy, with the queen (Elizabeth II) as head of state represented locally by a governor-general + + + + + + + Government of the Republic of Costa Rica + República de Costa Rica + unitary presidential constitutional republic known for its long-standing and stable democracy + + + + + + + Government of the Republic of El Salvador + República de El Salvador + Unitary presidential, constitutional and representative democratic republic whose president is both head of state and head of government + + + + + + + Government of the Republic of Guatemala + República de Guatemala + unitary presidential and democratic republic that is the most populous country in Central America + + + + + + + Government of the Republic of Honduras + República de Honduras + presidential representative democratic republic whose president is both head of state and head of government + + + + + + + Government of the Republic of Nicaragua + República de Nicaragua + Unitary dominant-party presidential constitutional republic whose president is both head of state and head of government + + + + + + + Government of the Republic of Panama + República de Panamá + Unitary presidential, constitutional and representative democratic republic whose president is both head of state and head of government + + + + + + + Guatemalan entity + sovereign state and polity that is a Central American country bordered by Mexico to the north and west, Belize and the Caribbean to the northeast, Honduras to the east, El Salvador to the southeast and the Pacific Ocean to the south + + + + + + + Honduran entity + sovereign state and polity that is a Central American country bordered to the west by Guatemala, to the southwest by El Salvador, to the southeast by Nicaragua, to the south by the Pacific Ocean at the Gulf of Fonseca, and to the north by the Gulf of Honduras, a large inlet of the Caribbean Sea + + + + + + + jurisdiction of Belize + jurisdiction of the Supreme Court and Court of Appeals in Belize, with the Caribbean Court of Justice as the highest level of appeal for certain cases + + + + + + + jurisdiction of Costa Rica + jurisdiction of the judiciary of Costa Rica, which is the system of courts that interprets and applies the law in Costa Rica + + + + + + + jurisdiction of ElSalvador + jurisdiction of the Salvadorian judiciary, headed by the Supreme Court, which is composed of 15 judges, one of them being elected as President of the Judiciary + + + + + + + jurisdiction of Guatemala + jurisdiction of the judiciary of Guatemala, which is the system of courts that interprets and applies the law in Guatemala + + + + + + + jurisdiction of Honduras + jurisdiction of the judiciary of Honduras, which is the system of courts that interprets and applies the law in Honduras + + + + + + + jurisdiction of Nicaragua + jurisdiction of the judiciary of Nicaragua, which is the system of courts that interprets and applies the law in Nicaragua + + + + + + + jurisdiction of Panama + jurisdiction of the Panamanian judiciary, which is the system of courts that interprets and applies the law in Panama + + + + + + + Nicaraguan entity + sovereign state and polity that is the largest country in the Central American isthmus, bordered by Honduras to the northwest, the Caribbean to the east, Costa Rica to the south, and the Pacific Ocean to the southwest + + + + + + + Panamanian entity + sovereign state and polity that is a transcontinental country in Central America and South America, bordered by Costa Rica to the west, Colombia to the southeast, the Caribbean Sea to the north, and the Pacific Ocean to the south + + + + + + + Salvadorian entity + sovereign state and polity that is bordered on the northeast by Honduras, on the northwest by Guatemala, and on the south by the Pacific Ocean + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..9bbefcbf --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,358 @@ + + + + + + + + + + + + + +]> + + + + South American Government Entities and Jurisdictions Ontology + This ontology provides the set of basic government-level entities and jurisdictions for independent countries identified as part of South America in the U.N. M49 classification. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20201101/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/LatinAmericanJurisdiction/SouthAmericanGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389) and correct the ontology prefix. + The initial version of this ontology reflects the highest national level only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Argentinian entity + federated sovereignty and polity that is located in the southern half of South America, bordered by Bolivia and Paraguay to the north, Brazil to the northeast, Uruguay and the South Atlantic Ocean to the east, and the Drake Passage to the south + + + + + + + Bolivian entity + sovereign state and polity that is a landlocked country located in western-central South America + + + + + + + Brazilian entity + federated sovereignty and polity that is the largest country in both South America and Latin America + + + + + + + Chilean entity + sovereign state and polity that occupies a long, narrow strip of land between the Andes to the east and the Pacific Ocean to the west, and borders Peru to the north, Bolivia to the northeast, Argentina to the east, and the Drake Passage in the far south + + + + + + + Colombian entity + sovereign state and polity that is a transcontinental country largely in the north of South America, bounded on the north by the Caribbean Sea, the northwest by Panama, the south by Ecuador and Peru, the east by Venezuela, the southeast by Brazil, and the west by the Pacific Ocean + + + + + + + Ecuadorian entity + sovereign state and polity that is located in northwestern South America, bordered by Colombia on the north, Peru on the east and south, and the Pacific Ocean on the west + + + + + + + Government of the Argentine Republic + República Argentina + federal presidential constitutional republic and representative democracy whose president is both head of state and head of government + + + + + + + Government of the Bolivarian Republic of Venezuela + República Bolivariana de Venezuela + federal dominant-party presidential constitutional republic, whose president is both head of state and head of government + + + + + + + Government of the Co-operative Republic of Guyana + unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government + + + + + + + Government of the Federative Republic of Brazil + República Federativa do Brasil + democratic federative republic, with a presidential system, whose president is both head of state and head of government + + + + + + + Government of the Oriental Republic of Uruguay + República Oriental del Uruguay + República Oriental do Uruguai + unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government + + + + + + + Estado Plurinacional de Bolivia + Government of the Plurinational State of Bolivia + Unitary presidential constitutional republic and representative democracy whose president is both head of state and head of government + + + + + + + Government of the Republic of Chile + República de Chile + unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government + + + + + + + Government of the Republic of Colombia + República de Colombia + unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government + + + + + + + Government of the Republic of Ecuador + República del Ecuador + unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government + + + + + + + Government of the Republic of Paraguay + República del Paraguay + unitary dominant-party presidential republic and representative democracy, whose president is both head of state and head of government + + + + + + + Government of the Republic of Peru + República del Perú + unitary presidential constitutional republic and representative democracy, whose president is both head of state and head of government + + + + + + + Government of the Republic of Suriname + Republiek Suriname + unitary republic and representative democracy, whose president is both head of state and head of government + + + + + + + Guyanese entity + sovereign state and polity that is bordered by the Atlantic Ocean to the north, Brazil to the south and southwest, Venezuela to the west, and Suriname to the east + + + + + + + jurisdiction of Argentina + jurisdiction of the judiciary of Argentina, which is the system of courts, including the Supreme Court and lower federal courts, that interprets and applies the law in Argentina + + + + + + + jurisdiction of Bolivia + jurisdiction of the judiciary of Bolivia, including the Supreme Court of Justice, the Plurinational Constitutional Court, the Judiciary Council, Agrarian and Environmental Court, and District (departmental) and lower courts that interpret and apply the law in Bolivia + + + + + + + jurisdiction of Brazil + jurisdiction of the judiciary of Brazil, which is the system of courts, including the Federal Supreme Court and Federal District Courts, that interprets and applies the law in Brazil + + + + + + + jurisdiction of Chile + jurisdiction of the judiciary of Chile, which is the system of courts, including a court of appeal, a system of military courts, a constitutional tribunal, and the Supreme Court of Chile, that interprets and applies the law in Chile + + + + + + + jurisdiction of Colombia + jurisdiction of the judiciary of Colombia, which is the system of courts, including the Supreme Court which deals with penal and civil matters, the Council of State, which has special responsibility for administrative law and also provides legal advice to the executive, the Constitutional Court, responsible for assuring the integrity of the Colombian constitution, and the Superior Council of Judicature, responsible for auditing the judicial branch, that interprets and applies the law in Colombia + + + + + + + jurisdiction of Ecuador + jurisdiction of the judiciary of Ecuador, which is the system of courts, including as its main body the Judicial Council, and also includes the National Court of Justice, provincial courts, and lower courts, that interprets and applies the law in Ecuador + + + + + + + jurisdiction of Guyana + jurisdiction of the judiciary of Guyana, which is the system of courts, including the Supreme Court of Guyana, that interprets and applies the law in Guyana + + + + + + + jurisdiction of Paraguay + jurisdiction of the judiciary of Paraguay, which is the system of courts, including tribunals and Courts of Civil Law and a nine-member Supreme Court of Justice, that interprets and applies the law in Paraguay + + + + + + + jurisdiction of Peru + jurisdiction of the judiciary of Peru, which is the system of courts, including the Supreme Court of Peru, also known as the Royal Audencia of Lima, that interprets and applies the law in Peru + + + + + + + jurisdiction of Suriname + jurisdiction of the judiciary of Suriname, which is the system of courts, headed by the High Court of Justice of Suriname (Supreme Court), that interprets and applies the law in Suriname + + + + + + + jurisdiction of Uruguay + jurisdiction of the judiciary of Uruguay, which is the system of courts, including the Supreme Court, the bench and judges, that interprets and applies the law in Uruguay + + + + + + + jurisdiction of Venezuela + jurisdiction of the judiciary of Venezuela, which is the system of courts, including the Venezuelan Supreme Court, that interprets and applies the law in Venezuela + + + + + + + Paraguayan entity + sovereign state and polity that is bordered by Argentina to the south and southwest, Brazil to the east and northeast, and Bolivia to the northwest + + + + + + + Peruvian entity + sovereign state and polity that is bordered in the north by Ecuador and Colombia, in the east by Brazil, in the southeast by Bolivia, in the south by Chile, and in the west by the Pacific Ocean + + + + + + + Surinamese entity + sovereign state and polity that is located on the northeastern Atlantic coast of South America, bordered by the Atlantic Ocean to the north, French Guiana to the east, Guyana to the west and Brazil to the south + + + + + + + Uruguayan entity + sovereign state and polity that is located in the southeastern region of South America, bordered by Argentina to its west and southwest and Brazil to its north and east, with the Rio de la Plata (River of Silver) to the south and the Atlantic Ocean to the southeast + + + + + + + Venezuelan entity + sovereign state and polity that is located on the northern coast of South America, consisting of a continental landmass and many small islands and islets in the Caribbean Sea + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/MetadataBEGovernmentEntities.rdf b/data/ontologies/fibo-be/GovernmentEntities/MetadataBEGovernmentEntities.rdf new file mode 100644 index 00000000..8b0a40ac --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/MetadataBEGovernmentEntities.rdf @@ -0,0 +1,67 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Government Entities Module + The government entities module includes ontologies describing polities, government entities and their relations. + 2021-06-28T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + + + + Copyright (c) 2021-2023 EDM Council, Inc. + Copyright (c) 2021-2023 Object Management Group, Inc. + + + + + government entities module + The government entities module includes ontologies describing polities, government entities and their relations. + + + + + + + + + + + + + + + + + + + http://opensource.org/licenses/MIT + FIBO BE Government Entities Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Government Entities Module + + Copyright (c) 2021-2023 EDM Council, Inc. + Copyright (c) 2021-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..17c42a3b --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,497 @@ + + + + + + + + + + + + + + +]> + + + + Canadian Government Entities and Jurisdictions Ontology + This ontology provides the set of basic federal government, provincial, and territory level entities and jurisdictions. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20200201/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to replace 'hasPartialSovereigntyOver' with 'hasSharedSovereigntyOver'. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Canadian entity + + + individual representing the federated sovereignty and polity that is Canada + + + + + + + + + + + + + + + + + + + + Canadian jurisdiction + + + individual representing the overall jurisdiction for Canada + Canada's federal structure divides government responsibilities between the federal government and the ten provinces. Provincial legislatures are unicameral and operate in parliamentary fashion similar to the House of Commons. Canada's three territories also have legislatures, but these are not sovereign and have fewer constitutional responsibilities than the provinces. The territorial legislatures also differ structurally from their provincial counterparts. + + + + + + + government of Alberta + + + individual representing the regional government of the province of Alberta + + + + + + + government of British Columbia + + + individual representing the regional government of the province of British Columbia + + + + + + + Government of Canada + + + individual representing the federal parliamentary democracy and constitutional monarchy of Canada + Canada is a federal parliamentary democracy and a constitutional monarchy, with Queen Elizabeth II being the head of state. The country is officially bilingual at the federal level. It is one of the world's most ethnically diverse and multicultural nations, the product of large-scale immigration from many countries. Its advanced economy is the eleventh largest in the world, relying chiefly upon its abundant natural resources and well-developed international trade networks. + + + + + + + government of Manitoba + + + individual representing the regional government of the province of Manitoba + + + + + + + government of New Brunswick + + + individual representing the regional government of the province of New Brunswick + + + + + + + government of Newfoundland and Labrador + + + individual representing the regional government of the province of Newfoundland and Labrador + + + + + + + government of Northwest Territories + + + individual representing the regional government of the Northwest Territories + + + + + + + government of Nova Scotia + + + individual representing the regional government of the province of Nova Scotia + + + + + + + government of Nunavut + + + individual representing the regional government of Nunavut + + + + + + + government of Ontario + + + individual representing the regional government of the province of Ontario + + + + + + + government of Prince Edward Island + + + individual representing the regional government of the province of Prince Edward Island + + + + + + + government of Quebec + + + individual representing the regional government of the province of Quebec + + + + + + + government of Saskatchewan + + + + individual representing the regional government of the province of Saskatchewan + + + + + + + government of Yukon + + + individual representing the regional government of the Yukon territory of Canada + + + + + + + Northwest Territories entity + + + individual representing the regional sovereignty and polity that is the Canadian Northwest Territories + + + + + + + Northwest Territories jurisdiction + + + individual representing the overall jurisdiction for the Courts of the Northwest Territories + + + + + + + Nunavut entity + + + individual representing the regional sovereignty and polity that is the Canadian territory of Nunavut + + + + + + + Nunavut jurisdiction + + + individual representing the overall jurisdiction for the Courts of Nunavut + + + + + + + Province of Alberta entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Alberta + + + + + + + province of Alberta jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Alberta, i.e., that of the Alberta Court of Appeal, Court of Queen's Bench, and Provincial Court of Alberta + + + + + + + Province of British Columbia entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of British Columbia + + + + + + + province of British Columbia jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of British Columbia, i.e., that of the British Columbia Court of Appeal, Supreme Court, and Provincial Court of British Columbia + + + + + + + Province of Manitoba entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Manitoba + + + + + + + province of Manitoba jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Manitoba, i.e., that of the Manitoba Court of Appeal, Court of Queen's Bench, and Provincial Court of Manitoba + + + + + + + Province of New Brunswick entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of New Brunswick + + + + + + + province of New Brunswick jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of New Brunswick, i.e., that of the New Brunswick Court of Appeal, Court of Queen's Bench, and Provincial Court of New Brunswick + + + + + + + Province of Newfoundland and Labrador entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Newfoundland and Labrador + + + + + + + province of Newfoundland and Labrador jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Newfoundland and Labrador, i.e., that of the Newfoundland and Labrador Supreme and Provincial Courts + + + + + + + Province of Nova Scotia entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Nova Scotia + + + + + + + province of Nova Scotia jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Nova Scotia, i.e., that of the Nova Scotia Supreme and Provincial Courts and Court of Appeals + + + + + + + Province of Ontario entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Ontario + + + + + + + province of Ontario jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Ontario, i.e., that of the Ontario Superior and Provincial Court of Justice as well as Court of Appeals + + + + + + + Province of Prince Edward Island entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Prince Edward Island + + + + + + + province of Prince Edward Island jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Prince Edward Island, i.e., that of the Prince Edward Island Court of Appeal, as well as the Supreme and Provincial Courts of Prince Edward Island + + + + + + + Province of Quebec entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Quebec + + + + + + + province of Quebec jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Quebec, i.e., that of the Quebec Court of Appeal, and the Supreme and Provincial Courts of Quebec + + + + + + + Province of Saskatchewan entity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Saskatchewan + + + + + + + province of Saskatchewan jurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Saskatchewan, i.e., that of the Saskatchewan Court of Appeal, Court of Queen's Bench, and Provincial Court of Saskatchewan + + + + + + + Yukon entity + + + individual representing the regional sovereignty and polity that is the Canadian Yukon territory + + + + + + + Yukon jurisdiction + + + individual representing the overall jurisdiction for the Courts of Yukon + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..d594e5e0 --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,427 @@ + + + + + + + + + + + + + +]> + + + + Caribbean Government Entities and Jurisdictions Ontology + This ontology provides the set of basic government-level entities and jurisdictions for independent countries and British Commonwealth regional sovereignties identified as part of the Caribbean in the U.N. M49 classification. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20200701/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to correct the ontology prefix and address language-specific diacritical marks. + The http://www.omg.org/spec/EDMC-FIBO/BE/20210201/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to correct spelling issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/NorthAmericanJurisdiction/CaribbeanGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The initial version of this ontology reflects the highest national or regional level (for British Commonwealth members) only. + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Antigua and Barbuda entity + sovereign state and polity that consists of two major islands, Antigua and Barbuda (separated by 39 miles), and a number of smaller islands in the middle of the Leeward Islands, that is part of the Lesser Antilles + + + + + + + Bahamian entity + sovereign state and polity that is The Bahamas + + + + + + + Barbadian entity + sovereign state and polity that is Barbados + + + + + + + Bermudan entity + regional sovereignty and polity that is Bermuda + + + + + + + Cayman Islands entity + regional sovereignty and polity that is the Cayman Islands + + + + + + + Cuban entity + sovereign state and polity that is Cuba + + + + + + + Dominica entity + soverign state and polity that is Dominica + + + + + + + Dominican Republic entity + soverign state and polity that is the Dominican Republic + + + + + + + Government of Antigua and Barbuda + unitary parliamentary constitutional monarchy, with the queen (Elizabeth II) as head of state represented locally by a governor-general + + + + + + + Government of Barbados + unitary parliamentary constitutional monarchy, modeled on the British Westminster system, with the Queen of Barbados (Elizabeth II) as head of state, represented locally by a governor-general + + + + + + + Government of Bermuda + + parliamentary representative democratic dependency and a British island territory in the North Atlantic Ocean + + + + + + + Government of Grenada + unitary two-party parliamentary constitutional monarchy that is a Commonwealth realm with Queen Elizabeth II as head of state, represented locally by a governor-general, located in the West Indies in the Caribbean Sea at the southern end of the Grenadines island chain + + + + + + + Government of Jamaica + parliamentary constitutional monarchy with legislative power vested in the bicameral Parliament of Jamaica, consisting of an appointed Senate and a directly elected House of Representatives, and an independent member of the British Commonwealth, situated in the Caribbean Sea + + + + + + + Government of Saint Lucia + unitary parliamentary constitutional monarchy that is a Commonwealth realm with Queen Elizabeth II as head of state, represented locally by a governor-general, located in the West Indies in the eastern Caribbean Sea on the boundary with the Atlantic Ocean + + + + + + + Government of Saint Vincent and the Grenadines + unitary parliamentary constitutional monarchy, with the Queen of Saint Vincent and the Grenadines (Elizabeth II) as head of state represented locally by a governor-general, an Anglo-Caribbean country of several islands in the Lesser Antilles island arc, in the southeast Windward Islands, which lies in the West Indies at the southern end of the eastern border of the Caribbean Sea where the latter meets the Atlantic Ocean + + + + + + + Government of the Cayman Islands + + parliamentary democracy with judicial, executive and legislative branches, and a British Overseas Territory, encompassing 3 islands in the western Caribbean Sea + + + + + + + Government of the Commonwealth of Dominica + unitary parliamentary democracy that is an independent republic and member of the Commonwealth of Nations, one of few republics in the Caribbean + + + + + + + Government of the Commonwealth of the Bahamas + parliamentary constitutional monarchy, with the queen of the Bahamas (Elizabeth II) as head of state represented locally by a governor-general + + + + + + + Government of the the Dominican Republic + unitary presidential republic that occupies the eastern five-eighths of the island of Hispaniola in the Greater Antilles archipelago, which it shares with Haiti + + + + + + + Government of the Federation of Saint Christopher and Nevis + federal parliamentary constitutional monarchy that is a Commonwealth realm with the Queen of Saint Christopher and Nevis (Queen Elizabeth II) as head of state, represented locally by a governor-general, located in the Leeward Islands chain of the Lesser Antilles + + + + + + + Gobierno de la República de Cuba + Government of the Republic of Cuba + + unitary Marxist-Leninist, one party socialist republic that includes the island of Cuba as well as Isla de la Juventud and several minor archipelagos + + + + + + + Gouvernement de la République d'Haïti + Government of the Republic of Haiti + unitary semi-presidential republic located on the island of Hispaniola in the Greater Antilles archipelago + + + + + + + Government of the Republic of Trinidad and Tobago + unitary parliamentary constitutional republic with a two-party system and a bicameral parliamentary system based on the Westminster System, that is the southernmost island country in the Caribbean + + + + + + + Grenadian entity + soverign state and polity that is Grenada + + + + + + + Haitian entity + soverign state and polity that is Haiti + + + + + + + Jamaican entity + soverign state and polity that is Jamaica + + + + + + + jurisdiction of Antigua and Barbuda + jurisdiction of the Eastern Caribbean Supreme Court (based in Saint Lucia; one judge of the Supreme Court is a resident of the islands and presides over the High Court of Justice, including the Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies + + + + + + + jurisdiction of Barbados + jurisdiction of the judiciary of Barbados, an independent branch of the Barbadian government, subject only to the Barbadian Constitution, including the Magistrates' Court, Supreme Court, and Caribbean Court of Justice + + + + + + + jurisdiction of Bermuda + jurisdiction of the judiciary of Bermuda, including the Magistrates' Court, Supreme Court, Court of Appeal, and Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies + + + + + + + jurisdicción de la República de Cuba + jurisdiction of Cuba + jurisdiction of the judiciary of the Republic of Cuba, including the system of courts that interprets and applies the law in Cuba + + + + + + + jurisdiction of Dominica + jurisdiction of the judiciary of the Commonwealth of Dominica, which is a member of the International Criminal Court, with a Bilateral Immunity Agreement of protection with the US military, as covered under Article 98 + + + + + + + jurisdiction of Grenada + jurisdiction of the judiciary of Grenada, which is part of the Eastern Caribbean States Supreme Court with an associate judge residing in Grenada + + + + + + + juridiction de la République d'Haïti + jurisdiction of Haiti + jurisdiction of the judiciary of Haiti, whose highest court is the Cour de Cassation, assisted by local and civil courts at a communal level + + + + + + + jurisdiction of Jamaica + the jurisdiction of the judiciary of Jamaica, a system based on English common law and local statutes, including the Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies + + + + + + + jurisdiction of the Saint Lucia + jurisdiction of the judiciary of Saint Lucia, a mixed judicial system based on on both the civil law and English common law + + + + + + + jurisdiction of the Federation of Saint Vincent and the Grenadines + jurisdiction of the judiciary of Saint Vincent and the Grenadines, which is divided into district courts, the Eastern Caribbean Supreme Court and the Privy Council in London being the court of last resort + + + + + + + jurisdiction of the Cayman Islands + jurisdiction of the judiciary of the Cayman Islands, a four-tiered judicial system is based on English common law, colonial and local statutes, including the Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies + + + + + + + jurisdiction of the Commonwealth of the Bahamas + jurisdiction of the judiciary of the Bahamas, a judicial system based on English common law and local statutes, including the Judicial Committee of the Privy Council (JCPC), which is the highest court of appeal for certain British territories, some Commonwealth countries and a few UK bodies, and which considered a safe jurisdiction as an International Financial Center (IFC), with a legal framework that is in compliance with the standards set by Organization for Economic Cooperation and Development (OECD) + + + + + + + jurisdiction of the Dominican Republic + jurisdiction of the judiciary of the Dominican Republic, whose highest court is the Supreme Court of Justice, composed of 16 judges appointed by the National Council of Magistrates, an entity created by the constitutional reform of 1994 to ensure the independence of the Judicial Branch + + + + + + + jurisdiction of the Federation of Saint Christopher and Nevis + jurisdiction of the judiciary of Saint Kitts and Nevis, a mixed judicial system based on on both the civil law and English common law + + + + + + + jurisdiction of the Republic of Trinidad and Tobago + jurisdiction of the judiciary of Trinidad and Tobago, a hierarchical system comprising a Supreme Court of Judicature, a Magistracy and a Family Court, with final appeal on some matters decided by the Judicial Committee of the Privy Council (JCPC) + + + + + + + Saint Kitts and Nevis entity + soverign state and polity that is the Federation of Saint Christopher and Nevis + + + + + + + Saint Lucian entity + soverign state and polity that is Saint Lucia + + + + + + + Saint Vincentian entity + soverign state and polity that is Saint Vincent and the Grenadines (or simply Saint Vincent) + + + + + + + Trinidadian and Tobagonian entity + soverign state and polity that is the Republic of Trinidad and Tobago + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..6fc87eeb --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + +]> + + + + Mexican Government Entities and Jurisdictions Ontology + This ontology provides the set of basic federal government, provincial, and territory level entities and jurisdictions. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20200701/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to replace 'hasPartialSovereigntyOver' with 'hasSharedSovereigntyOver'. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210201/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/GovernmentEntities/NorthAmericanJurisdiction/MXGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + Federal Government of Mexico + Gobierno Federal de México + + + federal presidential constitutional republic with shared sovereignty over the republic with the governments of the 31 individual Mexican states, which functions per the Constitution of the United Mexican States + Gobierno de la República + + + + + + + Mexican entity + + + federated sovereignty and polity that is Mexico + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mexican jurisdiction + + + jurisdiction of the Supreme Court of Justice of the Nation, including the system of courts that interprets and applies the law at the federal level in Mexico + The Supreme Court of Justice of the Nation (SCJN) is the Mexican institution serving as the country's federal high court and the spearhead organisation for the judiciary of the Mexican Federal Government. It consists of eleven magistrates, known as ministers of the court, one of whom is designated the court's president. + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf b/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf new file mode 100644 index 00000000..c896a6ea --- /dev/null +++ b/data/ontologies/fibo-be/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,1864 @@ + + + + + + + + + + + + + + +]> + + + + US Government Entities and Jurisdictions Ontology + This ontology provides the set of basic US federal government, state, and territory level entities and jurisdictions. + Copyright (c) 2020-2025 EDM Council, Inc. +Copyright (c) 2020-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace references to the legacy LCC UnitedStates country representation with UnitedStatesOfAmerica. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + American Samoa entity + + + + individual representing the unincorporated territory and polity of the United States located in the South Pacific Ocean, known as American Samoa + + + American Samoa consists of five main islands and two coral atolls. The largest and most populous island is Tutuila, with the Manu'a Islands, Rose Atoll, and Swains Island also included in the territory. American Samoa is part of the Samoan Islands chain, located west of the Cook Islands, north of Tonga, and some 300 miles (500 km) south of Tokelau. + + + + + American Samoa jurisdiction + + + + individual representing the jurisdiction of the US territory of American Samoa + + + + + + + Commonwealth of Puerto Rico entity + + + + individual representing the unincorporated territory and polity for the Commonwealth of Puerto Rico + + + + + + + Commonwealth of the Northern Mariana Islands entity + + + + individual representing the unincorporated territory and polity for the Commonwealth of the Northern Mariana Islands + + + CMNI + + + + + District of Columbia entity + + + + individual representing the federal district and polity that is the US District of Columbia, also known as 'Washington, D.C.', 'Washington', 'the District', and 'D.C.', that is, the capital of the United States + + + Washington, D.C. entity + + + + + District of Columbia government + + + individual representing the government of the US District of Columbia, also known as Washington, D.C. + + + + + + + District of Columbia jurisdiction + + + individual representing the jurisdiction of the US District of Columbia, also known as Washington, D.C. + Article One, Section Eight of the United States Constitution grants the U.S. Congress 'exclusive jurisdiction' over the city. The District did not have an elected local government until the passage of the 1973 Home Rule Act. The Act devolved certain Congressional powers to an elected mayor and the thirteen-member Council of the District of Columbia. However, Congress retains the right to review and overturn laws created by the council and intervene in local affairs. Jurisdiction is shared among numerous federal agencies, the attorney general for the District, and Congress today. Actions requiring litigation in court may be addressed in the District of Columbia Superior Court or Court of Appeals, or in Federal Court, depending on the issue. + + + + + + + government of American Samoa + + + + individual representing the government of the US territory of American Samoa + + + + + + + government of Guam + + + + individual representing the government of the US territory of Guam + + + + + + + government of the Northern Mariana Islands + + + + individual representing the government of the US territory of the Commonwealth of the Northern Mariana Islands + + + + + + + government of Puerto Rico + + + + individual representing the government of the US territory of the Commonwealth of Puerto Rico + + + + + + + government of the Virgin Islands (USA) + + + + individual representing the government of the US territory of the Virgin Islands + + + + + + + Guam entity + + + + individual representing the unincorporated territory and polity for the island of Guam + + + + + + + Guam jurisdiction + + + + individual representing the jurisdiction of the US territory of Guam + + + + + + + Northern Mariana Islands jurisdiction + + + + individual representing the jurisdiction of the US territory of the Commonwealth of the Northern Mariana Islands + + + + + + + Puerto Rico jurisdiction + + + + individual representing the jurisdiction of the US territory of the Commonwealth of Puerto Rico + + + + + + + State of Alabama entity + + + individual representing the regional sovereignty and polity that is the US State of Alabama + + + + + + + State of Alabama government + + + individual representing the regional government of the State of Alabama + + + + + + + State of Alabama jurisdiction + + + individual representing the overall jurisdiction for the US State of Alabama, i.e., that of the Supreme Court of Alabama and Alabama's Unified Judicial System + + + + + + + State of Alaska entity + + + individual representing the regional sovereignty and polity that is the US State of Alaska + + + + + + + State of Alaska government + + + individual representing the regional government of the State of Alaska + + + + + + + State of Alaska jurisdiction + + + individual representing the overall jurisdiction for the US State of Alaska, i.e., that of the Alaska Supreme Court and Alaska Court System + + + + + + + State of Arizona entity + + + individual representing the regional sovereignty and polity that is the US State of Arizona + + + + + + + State of Arizona government + + + individual representing the regional government of the State of Arizona + + + + + + + State of Arizona jurisdiction + + + individual representing the overall jurisdiction for the US State of Arizona, i.e., that of the Arizona Supreme Court and Arizona Judicial System + + + + + + + State of Arkansas entity + + + individual representing the regional sovereignty and polity that is the US State of Arkansas + + + + + + + State of Arkansas government + + + individual representing the regional government of the State of Arkansas + + + + + + + State of Arkansas jurisdiction + + + individual representing the overall jurisdiction for the US State of Arkansas, i.e., that of the Arkansas Supreme Court and Judiciary System + + + + + + + State of California entity + + + individual representing the regional sovereignty and polity that is the US State of California + + + + + + + State of California government + + + individual representing the regional government of the State of California + + + + + + + State of California jurisdiction + + + individual representing the overall jurisdiction for the US State of California, i.e., that of the California Supreme Court and Judiciary of California + + + + + + + State of Colorado entity + + + individual representing the regional sovereignty and polity that is the US State of Colorado + + + + + + + State of Colorado government + + + individual representing the regional government of the State of Colorado + + + + + + + State of Colorado jurisdiction + + + individual representing the overall jurisdiction for the US State of Colorado, i.e., that of the Colorado Supreme Court and Colorado Judicial System + + + + + + + State of Connecticut entity + + + individual representing the regional sovereignty and polity that is the US State of Connecticut + + + + + + + State of Connecticut government + + + individual representing the regional government of the State of Connecticut + + + + + + + State of Connecticut jurisdiction + + + individual representing the overall jurisdiction for the US State of Connecticut, i.e., that of the Connecticut Supreme Court and State of Connecticut Judicial System + + + + + + + State of Delaware entity + + + individual representing the regional sovereignty and polity that is the US State of Delaware + + + + + + + State of Delaware government + + + individual representing the regional government of the State of Delaware + + + + + + + State of Delaware jurisdiction + + + individual representing the overall jurisdiction for the US State of Delaware, i.e., that of the Delaware Supreme Court, Court of Chancery, and Judiciary System + + + + + + + State of Florida entity + + + individual representing the regional sovereignty and polity that is the US State of Florida + + + + + + + State of Florida government + + + individual representing the regional government of the State of Florida + + + + + + + State of Florida jurisdiction + + + individual representing the overall jurisdiction for the US State of Florida, i.e., that of the Florida Supreme Court and State Courts System of Florida + + + + + + + State of Georgia entity + + + individual representing the regional sovereignty and polity that is the US State of Georgia + + + + + + + State of Georgia government + + + individual representing the regional government of the State of Georgia + + + + + + + State of Georgia jurisdiction + + + individual representing the overall jurisdiction for the US State of Georgia, i.e., that of the Supreme Court of Georgia and Judiciary System + + + + + + + State of Hawai'i entity + + + individual representing the regional sovereignty and polity that is the US State of Hawai'i + + + + + + + State of Hawai'i government + + + individual representing the regional government of the State of Hawai'i + + + + + + + State of Hawai'i jurisdiction + + + individual representing the overall jurisdiction for the US State of Hawai'i, i.e., that of the Hawai'i Supreme Court and Hawai'i State Judiciary + + + + + + + State of Idaho entity + + + individual representing the regional sovereignty and polity that is the US State of Idaho + + + + + + + State of Idaho government + + + individual representing the regional government of the State of Idaho + + + + + + + State of Idaho jurisdiction + + + individual representing the overall jurisdiction for the US State of Idaho, i.e., that of the Idaho Supreme Court and Judiciary + + + + + + + State of Illinois entity + + + individual representing the regional sovereignty and polity that is the US State of Illinois + + + + + + + State of Illinois government + + + individual representing the regional government of the State of Illinois + + + + + + + State of Illinois jurisdiction + + + individual representing the overall jurisdiction for the US State of Illinois, i.e., that of the Illinois Supreme Court and Judiciary + + + + + + + State of Indiana entity + + + individual representing the regional sovereignty and polity that is the US State of Indiana + + + + + + + State of Indiana government + + + individual representing the regional government of the State of Indiana + + + + + + + State of Indiana jurisdiction + + + individual representing the overall jurisdiction for the US State of Indiana, i.e., that of the Indiana Supreme Court and Judiciary + + + + + + + State of Iowa entity + + + individual representing the regional sovereignty and polity that is the US State of Iowa + + + + + + + State of Iowa government + + + individual representing the regional government of the State of Iowa + + + + + + + State of Iowa jurisdiction + + + individual representing the overall jurisdiction for the US State of Iowa, i.e., that of the Iowa Supreme Court and Judiciary + + + + + + + State of Kansas entity + + + individual representing the regional sovereignty and polity that is the US State of Kansas + + + + + + + State of Kansas government + + + individual representing the regional government of the State of Kansas + + + + + + + State of Kansas jurisdiction + + + individual representing the overall jurisdiction for the US State of Kansas, i.e., that of the Kansas Supreme Court and Judiciary + + + + + + + State of Kentucky entity + + + individual representing the regional sovereignty and polity that is the US State of Kentucky + + + + + + + State of Kentucky government + + + individual representing the regional government of the State of Kentucky + + + + + + + State of Kentucky jurisdiction + + + individual representing the overall jurisdiction for the US State of Kansas, i.e., that of the Kentucky Supreme Court and Judiciary + + + + + + + State of Louisiana entity + + + individual representing the regional sovereignty and polity that is the US State of Louisiana + + + + + + + State of Louisiana government + + + individual representing the regional government of the State of Louisiana + + + + + + + State of Louisiana jurisdiction + + + individual representing the overall jurisdiction for the US State of Louisiana, i.e., that of the Louisiana Supreme Court and Judiciary + + + + + + + State of Maine entity + + + individual representing the regional sovereignty and polity that is the US State of Maine + + + + + + + State of Maine government + + + individual representing the regional government of the State of Maine + + + + + + + State of Maine jurisdiction + + + individual representing the overall jurisdiction for the US State of Maine, i.e., that of the Maine Supreme Court and Judiciary + + + + + + + State of Maryland entity + + + individual representing the regional sovereignty and polity that is the US State of Maryland + + + + + + + State of Maryland government + + + individual representing the regional government of the State of Maryland + + + + + + + State of Maryland jurisdiction + + + individual representing the overall jurisdiction for the US State of Maryland, i.e., that of the Maryland Court of Appeals and Judiciary + + + + + + + State of Massachusetts entity + + + individual representing the regional sovereignty and polity that is the US State of (Commonwealth of) Massachusetts + + + + + + + State of Massachusetts government + + + individual representing the regional government of the Commonwealth of Massachusetts + + + + + + + State of Massachusetts jurisdiction + + + individual representing the overall jurisdiction for the US State of (Commonwealth of) Massachusetts, i.e., that of the Massachusetts Supreme Judicial Court and Judiciary + + + + + + + State of Michigan entity + + + individual representing the regional sovereignty and polity that is the US State of Michigan + + + + + + + State of Michigan government + + + individual representing the regional government of the US State of Michigan + + + + + + + State of Michigan jurisdiction + + + individual representing the overall jurisdiction for the US State of Michigan, i.e., that of the Michigan Supreme Court and Judiciary + + + + + + + State of Minnesota entity + + + individual representing the regional sovereignty and polity that is the US State of Minnesota + + + + + + + State of Minnesota government + + + individual representing the regional government of the US State of Minnesota + + + + + + + State of Minnesota jurisdiction + + + + individual representing the overall jurisdiction for the US State of Minnesota, i.e., that of the Minnesota Supreme Court and Judiciary + + + + + + + State of Mississippi entity + + + individual representing the regional sovereignty and polity that is the US State of Mississippi + + + + + + + State of Mississippi government + + + individual representing the regional government of the US State of Mississippi + + + + + + + State of Mississippi jurisdiction + + + + individual representing the overall jurisdiction for the US State of Mississippi, i.e., that of the Mississippi Supreme Court and Judiciary + + + + + + + State of Missouri entity + + + individual representing the regional sovereignty and polity that is the US State of Missouri + + + + + + + State of Missouri government + + + individual representing the regional government of the US State of Missouri + + + + + + + State of Missouri jurisdiction + + + individual representing the overall jurisdiction for the US State of Missouri, i.e., that of the Missouri Supreme Court and Judiciary + + + + + + + State of Montana entity + + + individual representing the regional sovereignty and polity that is the US State of Montana + + + + + + + State of Montana government + + + individual representing the regional government of the US State of Montana + + + + + + + State of Montana jurisdiction + + + individual representing the overall jurisdiction for the US State of Montana, i.e., that of the Montana Supreme Court and Judiciary + + + + + + + State of Nebraska entity + + + individual representing the regional sovereignty and polity that is the US State of Nebraska + + + + + + + State of Nebraska government + + + individual representing the regional government of the US State of Nebraska + + + + + + + State of Nebraska jurisdiction + + + + individual representing the overall jurisdiction for the US State of Nebraska, i.e., that of the Nebraska Supreme Court and Judiciary + + + + + + + State of Nevada entity + + + individual representing the regional sovereignty and polity that is the US State of Nevada + + + + + + + State of Nevada government + + + individual representing the regional government of the US State of Nevada + + + + + + + State of Nevada jurisdiction + + + individual representing the overall jurisdiction for the US State of Nevada, i.e., that of the Nevada Supreme Court and Judiciary + + + + + + + State of New Hampshire entity + + + individual representing the regional sovereignty and polity that is the US State of New Hampshire + + + + + + + State of New Hampshire government + + + individual representing the regional government of the US State of New Hampshire + + + + + + + State of New Hampshire jurisdiction + + + individual representing the overall jurisdiction for the US State of New Hampshire, i.e., that of the New Hampshire Supreme Court and Judiciary + + + + + + + State of New Jersey entity + + + individual representing the regional sovereignty and polity that is the US State of New Jersey + + + + + + + State of New Jersey government + + + individual representing the regional government of the US State of New Jersey + + + + + + + State of New Jersey jurisdiction + + + individual representing the overall jurisdiction for the US State of New Jersey, i.e., that of the New Jersey Supreme Court and Judiciary + + + + + + + State of New Mexico entity + + + individual representing the regional sovereignty and polity that is the US State of New Mexico + + + + + + + State of New Mexico government + + + individual representing the regional government of the US State of New Mexico + + + + + + + State of New Mexico jurisdiction + + + + individual representing the overall jurisdiction for the US State of New Mexico, i.e., that of the New Mexico Supreme Court and Judiciary + + + + + + + State of New York entity + + + individual representing the regional sovereignty and polity that is the US State of New York + + + + + + + State of New York government + + + individual representing the regional government of the US State of New York + + + + + + + State of New York jurisdiction + + + individual representing the overall jurisdiction for the US State of New York, i.e., that of the New York Supreme Court and Judiciary + + + + + + + State of North Carolina entity + + + individual representing the regional sovereignty and polity that is the US State of North Carolina + + + + + + + State of North Carolina government + + + individual representing the regional government of the US State of North Carolina + + + + + + + State of North Carolina jurisdiction + + + individual representing the overall jurisdiction for the US State of North Carolina, i.e., that of the North Carolina Supreme Court and Judiciary + + + + + + + State of North Dakota entity + + + individual representing the regional sovereignty and polity that is the US State of North Dakota + + + + + + + State of North Dakota government + + + individual representing the regional government of the US State of North Dakota + + + + + + + State of North Dakota jurisdiction + + + individual representing the overall jurisdiction for the US State of North Dakota, i.e., that of the North Dakota Supreme Court and Judiciary + + + + + + + State of Ohio entity + + + individual representing the regional sovereignty and polity that is the US State of Ohio + + + + + + + State of Ohio government + + + individual representing the regional government of the US State of Ohio + + + + + + + State of Ohio jurisdiction + + + individual representing the overall jurisdiction for the US State of Ohio, i.e., that of the Ohio Supreme Court and Judiciary + + + + + + + State of Oklahoma entity + + + individual representing the regional sovereignty and polity that is the US State of Oklahoma + + + + + + + State of Oklahoma government + + + individual representing the regional government of the US State of Oklahoma + + + + + + + State of Oklahoma jurisdiction + + + individual representing the overall jurisdiction for the US State of Oklahoma, i.e., that of the Oklahoma Supreme Court and Judiciary + + + + + + + State of Oregon entity + + + individual representing the regional sovereignty and polity that is the US State of Oregon + + + + + + + State of Oregon government + + + individual representing the regional government of the US State of Oregon + + + + + + + State of Oregon jurisdiction + + + individual representing the overall jurisdiction for the US State of Oregon, i.e., that of the Oregon Supreme Court and Judiciary + + + + + + + State of Pennsylvania entity + + + individual representing the regional sovereignty and polity that is the US State of Pennsylvania + + + Commonwealth of Pennsylvania entity + + + + + State of Pennsylvania government + + + individual representing the regional government of the US State of Pennsylvania + Commonwealth of Pennsylvania government + + + + + + + State of Pennsylvania jurisdiction + + + individual representing the overall jurisdiction for the US State of Pennsylvania, i.e., that of the Pennsylvania Supreme Court and Judiciary + Commonwealth of Pennsylvania jurisdiction + + + + + + + State of Rhode Island entity + + + individual representing the regional sovereignty and polity that is the US State of Rhode Island + + + + + + + State of Rhode Island government + + + individual representing the regional government of the US State of Rhode Island + + + + + + + State of Rhode Island jurisdiction + + + individual representing the overall jurisdiction for the US State of Rhode Island, i.e., that of the Rhode Island Supreme Court and Judiciary + + + + + + + State of South Carolina entity + + + individual representing the regional sovereignty and polity that is the US State of South Carolina + + + + + + + State of South Carolina government + + + individual representing the regional government of the US State of South Carolina + + + + + + + State of South Carolina jurisdiction + + + individual representing the overall jurisdiction for the US State of South Carolina, i.e., that of the South Carolina Supreme Court and Judiciary + + + + + + + State of South Dakota entity + + + individual representing the regional sovereignty and polity that is the US State of South Dakota + + + + + + + State of South Dakota government + + + individual representing the regional government of the US State of South Dakota + + + + + + + State of South Dakota jurisdiction + + + individual representing the overall jurisdiction for the US State of South Dakota, i.e., that of the South Dakota Supreme Court and Judiciary + + + + + + + State of Tennessee entity + + + individual representing the regional sovereignty and polity that is the US State of Tennessee + + + + + + + State of Tennessee government + + + individual representing the regional government of the US State of Tennessee + + + + + + + State of Tennessee jurisdiction + + + individual representing the overall jurisdiction for the US State of Tennessee, i.e., that of the Tennessee Supreme Court and Judiciary + + + + + + + State of Texas entity + + + individual representing the regional sovereignty and polity that is the US State of Texas + + + + + + + State of Texas government + + + individual representing the regional government of the US State of Texas + + + + + + + State of Texas jurisdiction + + + individual representing the overall jurisdiction for the US State of Texas, i.e., that of the Texas Supreme Court and Judiciary + + + + + + + State of Utah entity + + + individual representing the regional sovereignty and polity that is the US State of Utah + + + + + + + State of Utah government + + + individual representing the regional government of the US State of Utah + + + + + + + State of Utah jurisdiction + + + individual representing the overall jurisdiction for the US State of Utah, i.e., that of the Utah Supreme Court and Judiciary + + + + + + + State of Vermont entity + + + individual representing the regional sovereignty and polity that is the US State of Vermont + + + + + + + State of Vermont government + + + individual representing the regional government of the US State of Vermont + + + + + + + State of Vermont jurisdiction + + + individual representing the overall jurisdiction for the US State of Vermont, i.e., that of the Vermont Supreme Court and Judiciary + + + + + + + State of Virginia entity + + + individual representing the regional sovereignty and polity that is the US State of Virginia + + + Commonwealth of Virginia entity + + + + + State of Virginia government + + + individual representing the regional government of the US State of Virginia + Commonwealth of Virginia government + + + + + + + State of Virginia jurisdiction + + + individual representing the overall jurisdiction for the US State of Virginia, i.e., that of the Virginia Supreme Court and Judiciary + Commonwealth of Virginia jurisdiction + + + + + + + State of Washington entity + + + individual representing the regional sovereignty and polity that is the US State of Washington + + + + + + + State of Washington government + + + individual representing the regional government of the US State of Washington + + + + + + + State of Washington jurisdiction + + + individual representing the overall jurisdiction for the US State of Washington, i.e., that of the Washington Supreme Court and Judiciary + + + + + + + State of West Virginia entity + + + individual representing the regional sovereignty and polity that is the US State of West Virginia + + + + + + + State of West Virginia government + + + individual representing the regional government of the US State of West Virginia + + + + + + + State of West Virginia jurisdiction + + + individual representing the overall jurisdiction for the US State of West Virginia, i.e., that of the West Virginia Supreme Court and Judiciary + + + + + + + State of Wisconsin entity + + + individual representing the regional sovereignty and polity that is the US State of Wisconsin + + + + + + + State of Wisconsin government + + + individual representing the regional government of the US State of Wisconsin + + + + + + + State of Wisconsin jurisdiction + + + individual representing the overall jurisdiction for the US State of Wisconsin, i.e., that of the Wisconsin Supreme Court and Judiciary + + + + + + + State of Wyoming entity + + + individual representing the regional sovereignty and polity that is the US State of Wyoming + + + + + + + State of Wyoming government + + + individual representing the regional government of the US State of Wyoming + + + + + + + State of Wyoming jurisdiction + + + individual representing the overall jurisdiction for the US State of Wyoming, i.e., that of the Wyoming Supreme Court and Judiciary + + + + + + + United States entity + + + individual representing the federated sovereignty and polity that is the United States of America + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + United States federal government + + + + + individual representing the federal government of the United States of America + + + + + + + United States jurisdiction + + + individual representing the federal jurisdiction of the United States of America + http://en.wikipedia.org/wiki/Federal_jurisdiction_(United_States) + http://www.uscourts.gov/about-federal-courts + The United States of America is a federal republic governed by the U.S. Constitution containing fifty states and a federal district which elect the president, and having other territories and possessions in its national jurisdiction. This government is known as the Union, the United States, or the federal government. Federal jurisdiction refers to the legal scope of the government's powers. Under the Constitution and various treaties, the legal jurisdiction of the United States includes territories and territorial waters. + + + + + + + Virgin Islands entity (USA) + + + + + individual representing the unincorporated territory and polity for the Virgin Islands (USA) + + + + + + + Virgin Islands jurisdiction (USA) + + + + individual representing the jurisdiction of the US territory of the Virgin Islands + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/LegalEntities/CorporateBodies.rdf b/data/ontologies/fibo-be/LegalEntities/CorporateBodies.rdf new file mode 100644 index 00000000..d7a5cce3 --- /dev/null +++ b/data/ontologies/fibo-be/LegalEntities/CorporateBodies.rdf @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + Corporate Bodies Ontology + This ontology defines the basic constructs for corporate bodies, including for-profit as well as not-for-profit corporations, and includes fundamental concepts for companies incorporated through the issuance of shares. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20160201/LegalEntities/CorporateBodies.rdf version of this ontology was modified per the FIBO 2.0 RFC to address issues including elimination of missing labels and comments, integration with LCC, and replacing min 1 QCRs with someValuesFrom. + The http://www.omg.org/spec/EDMC-FIBO/BE/20180801/LegalEntities/CorporateBodies.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies. + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/LegalEntities/CorporateBodies.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/LegalEntities/CorporateBodies.rdf version of this ontology was modified to reflect the move of hasObjective to FND to enable higher level reuse and eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/LegalEntities/CorporateBodies.rdf version of this ontology was modified to eliminate a now duplicate and overly constrained restriction on isDomiciledIn. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/LegalEntities/CorporateBodies.rdf version of this ontology was modified to eliminate 'body incorporated with guarantee', it's child, and 'body incorporated by agreement', which either don't exist or duplicate other kinds of organizations, such as private companies with limited liability. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/LegalEntities/CorporateBodies.rdf version of this ontology was modified to eliminate unnecessary references, including those that have incorrect datatypes, and remove a reference that doesn't resolve. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/LegalEntities/CorporateBodies.rdf version of this ontology was modified to revise a dead link. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/CorporateBodies.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/CorporateBodies.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/LegalEntities/CorporateBodies.rdf version of the ontology was modified to loosen various constraints to better reflect use case requirements (SEC-205). + The https://spec.edmcouncil.org/fibo/ontology/BE/20251001/LegalEntities/CorporateBodies.rdf version of the ontology was modified to merge details from the old corporations ontology into this one for consistency and useability (BE-259). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + benefit corporation + not-for-profit corporation set up under specific state legislation, typically to provide some social benefit, without an obligation to maximize shareholder return + This is a US-specific type of non-profit corporation defined in recent legislation in a number of states. In California, for example, benefit corporations may be defined as public benefit or mutual benefit corporations, depending on their purpose. + + + + + board agreement + formal, legally binding agreement between members of the Board of Directors of the organization + + + + + common interest development corporation + not-for-profit corporation set up under specific state legislation as a business entity for homeowners' associations + http://www.dre.ca.gov/files/pdf/re39.pdf + A common interest development is typically a type of housing, composed of individually owned units, such as condominiums, townhouses, or single-family homes, that share ownership of common areas, such as swimming pools, landscaping, and parking. Common interest developments (also known as community interest developments or CIDs) are managed by homeowners' associations. + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + corporation + formal organization that is a legal entity (artificial person) distinct from its owners, created under the jurisdiction of the laws of a state or nation + A corporation has three distinguishing characteristics: (1) separation of ownership from management and general liability, i.e., its liability to creditors is limited to its resources, unlike some partnerships and sole proprietorships, (2) the ability to negotiate contracts and own property, and (3) transferable ownership, irrespective of changes in membership or the lifetimes of its stockholders. + A corporation is managed by or under the direction of a board of directors, which generally determines corporate policy. Officers manage the day-to-day affairs of the corporation. + body corporate + + + + + + + + + 0 + + + for profit corporation + + corporation whose objective is to make money, i.e., to ensure realization of a financial benefit such that the amount of revenue gained from a business activity exceeds the expenses, costs and taxes needed to sustain that activity + + + + + + + + 1 + + + + + + + 1 + + + incorporation guarantee + guarantee that is part of the financial basis by which some legal entity is incorporated + + + + + + + + + 1 + + + instrument of incorporation + memorandum and articles of association by which some legal entity is established + This may be the issuance of shares, the existence of some agreement, guaranties and so on. + + + + + joint stock company + for-profit, unincorporated business that has some characteristics of a corporation and some features of a partnership, with ownership interests represented by shares of stock + 1. In the UK, the original (17th century) name for a corporation in which the liability of the owners is limited to the nominal value of the stock (shares) held by them. +2. In the US, a joint stock company is similar to a corporation, but with unlimited liability for the shareholders. Investors in a US joint stock company receive stock (shares) which can be transferred, and can elect a board of directors, but are jointly-and-severally liable for the company's debts and obligations. A US joint stock company cannot hold title to a real property. + + + + + + not-for-profit corporation + corporation approved by its jurisdictional oversight and tax authorities as operating for educational, charitable, social, religious, civic or humanitarian purposes + A not-for-profit corporation is formed by incorporators, and has a board of directors and officers, but no shareholders. These incorporators, directors and officers may not receive a distribution of (any money from) profits, but officers and management may be paid reasonable salaries for services to the corporation. + non-profit corporation + + + + + privately held company + corporation whose issued shares are all held by a family or a small group of investors and, therefore, cannot be bought by the public + For British or Commonwealth companies, a privately held company limited by shares is a type of company incorporated under the laws of England and Wales, Scotland, certain Commonwealth countries and the Republic of Ireland. It has shareholders with limited liability and its shares may not be offered to the general public, unlike those of public limited companies. Limited by shares means that the company has shareholders, and that the liability of the shareholders to creditors of the company is limited to the capital originally invested, i.e. the nominal value of the shares and any premium paid in return for the issue of the shares by the company. A shareholders personal assets are thereby protected in the event of the company's insolvency, but money invested in the company will be lost. A limited company may be private or public. A private limited companys disclosure requirements are lighter, but for this reason its shares may not be offered to the general public (and therefore cannot be traded on a public stock exchange). This is the major distinguishing feature between a private limited company and a public limited company. Most companies, particularly small companies, are private. Private companies limited by shares are required to have the suffix Limited (often written Ltd or Ltd.) or Incorporated (Inc.) as part of their name, though the latter cannot be used in the UK or the Republic of Ireland. In the Republic of Ireland, Teoranta (Teo.) may be used instead, largely by Gaeltacht companies. Cyfyngedig (Cyf.) may be used by Welsh companies in a similar fashion. + closed corporation + privately held corporation + + + + + publicly held company + corporation whose shares are traded and held publicly + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + registration identifier + identifier that is officially allocated to an organization at the time of registration, typically in a jurisdiction in which said organization is organized or registered and used in that jurisdiction to identify the organization + In some jurisdictions, such as the State of California, registration identifiers are issued to corporations, including non-profit corporations, limited liability companies, certain partnerships, and foreign corporations doing business in California. The same or a very similar process is used for registration of corporations across the US. + A registration identifier may be required for official communications and is publicly available. The relationship to the jurisdiction in which the organization is organized or registered is typically required, but is optional here to cover cases where jurisdictions may overlap or are not as clearly defined. + + + + + + + + + + + registration identifier scheme + scheme that defines the registration identifier per the issuing registration authority + + + + + + + + + + + religious corporation + not-for-profit corporation whose objective is specific to some fundamental set of beliefs and practices generally agreed upon by a number of people, and that is incorporated under the law + Often religious corporations are recognized under the law on a sub-national level, for instance by a state or provincial government. The government agency responsible for regulating such corporations is usually the official holder of records, for instance a state department of corporations. + + + + + + + + + 0 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + stock corporation + corporation that has shareholders, each of whom receives a portion of the ownership of the corporation through shares of stock + https://www.oecd.org/corporate/OECD-Corporate-Governance-Factbook.pdf + The shares in a stock corporation may receive a return on their investment in the form of dividends. Shares are used for voting on matters of corporate policy or to elect directors, at the corporation's annual meeting and at other meetings of the corporation. + + + + + has date of incorporation + + indicates the formal date of incorporation as stated in filing documents + + + + + has date of registration + + indicates the date on which the corporation has registered in some jurisdiction for regulatory and / or for tax purposes + + + + + has issued capital + + indicates the aggregate value of all shares held by shareholders + A corporation can, at any time, issue new shares up to the full amount of authorized share capital. + has subscribed capital + has subscribed share capital + + + + + has shares authorized + + indicates the maximum number of shares that are permitted to be issued, as established by the board of directors + An initial number of authorized shares is typically established at the time of incorporation, and is documented in articles of incorporation. The number of shares authorized may be extended from time to time by the board of directors as needed, and articles of incorporation and other legal documentation will be amended accordingly. It includes shares that are available, but not yet issued, for sale to generate capital, and shares available for distribution to insiders as part of their compensation packages. + + + + is constituted by + + + the instrument by which an entity is incorporated + + + + + is incorporated in + + + the legal jurisdiction under which the legal entity is incorporated + It is the laws of this jurisdiction that cause and allow the legal entity to exist and to incur debt and be sued at law as a legal entity. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/LegalEntities/FormalBusinessOrganizations.rdf b/data/ontologies/fibo-be/LegalEntities/FormalBusinessOrganizations.rdf new file mode 100644 index 00000000..6a63f701 --- /dev/null +++ b/data/ontologies/fibo-be/LegalEntities/FormalBusinessOrganizations.rdf @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Formal Business Organizations Ontology + This ontology defines formal business organizations and related concepts. The ontology covers parts of organizations, membership, classification, address relations and other properties which are applicable to formal business organizations generally. The concept of a formal business organization forms the basis for articulation of types of organization, both incorporated and non-incorporated, in other FIBO-BE ontologies. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified per the FIBO 2.0 RFC to address minor bug fixes. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified to reflect the move of hasObjective to FND to enable higher level reuse. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to replace hasDefinition with isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190701/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate duplication of concepts in LCC, simplify addresses, and correct the parent class of OrganizationSubUnit. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate the redundant hasSignatory property. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to extend the concept of a tax identifier, add a value-added tax identifier, and clean up definitions that were circular or ambiguous. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate unnecessary references, some of which include wrong datatypes. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210601/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to move certain fundamental concepts, such as organizational sub-unit, to FND. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211001/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220601/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was revised to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/FormalBusinessOrganizations.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/LegalEntities/FormalBusinessOrganizations.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/LegalEntities/FormalBusinessOrganizations.rdf version of the ontology was modified to loosen various constraints to better reflect use case requirements (SEC-205). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + branch + part of a larger organization that might not be co-located with it + + + + + division + part of an organization, such as a line of business, that may have separate accounting and reporting requirements + + + + + joint venture + legal entity that is formed between parties that pool their resources for the purpose of accomplishing a specific task but otherwise retain their distinct identities + In a joint venture, each of the participants is responsible for profits, losses, and costs associated with it. However, the venture is its own entity, separate from the participants' other business interests. + + + + + + + + + 0 + + + non-governmental organization + not-for-profit organization that functions independently of government + NGO + NGOs, sometimes called civil societies, are organized on community, national and international levels to serve specific social or political purposes, and are cooperative, rather than commercial, in nature. + Some NGOs avoid formal funding altogether and are run primarily by volunteers. NGOs are highly diverse groups of organizations engaged in a wide range of activities, and take different forms in different parts of the world. Some may have charitable status, while others may be registered for tax exemption based on recognition of social purposes. Others may be fronts for political, religious, or other interests. + + + + + + + + + 0 + + + not for profit organization + organization that uses its surplus revenues to further achieve its purpose rather than distributing its surplus income to the organization's owners (directors, investors, and equivalents) as profit / dividends + In the US, a nonprofit organization is an association that explicitly is not required to pay taxes on its income. Such organizations are qualified for this exemption due to their socially desirable objective (e.g. hospitals, charitable organizations, etc., or because they meet some set of requirements as determined by the US Internal Revenue Service. + The nonprofit landscape is highly varied, although many people have come to associate NPOs with charitable organizations. Although charities do comprise an often high profile or visible aspect of the sector, there are many other types of nonprofits. Overall, they tend to be either member-serving or community-serving. Member-serving organizations include mutual societies, cooperatives, trade unions, credit unions, industry associations, sports clubs, retired serviceman's clubs and other organizations that benefit a particular group of people - the members of the organization. Typically, community-serving organizations are focused on providing services to the community in general, either globally or locally: organizations delivering human services programs or projects, aid and development programs, medical research, education and health services, and so on. + non-profit organization + + + + + organization covering agreement + contract between the principals in a formal organization that specifies the relationship between the principals, and between the principals and the entity + Also covers the aims and purposes of the Entity. + + + + + + value-added tax identification number + tax identifier that identifies a taxable person (business) or non-taxable legal entity for a consumption tax that is assessed incrementally, levied on the price of a product or service at each stage of production, distribution, and sale to the end consumer + VATIN + https://ec.europa.eu/taxation_customs/business/vat/eu-vat-rules-topic/vat-identification-numbers_en + If the ultimate consumer is a business that collects and pays to the government VAT on its products or services, it can reclaim the tax paid. Not all localities require VAT to be charged, and exports are often exempt. VAT is usually implemented as a destination-based tax, where the tax rate is based on the location of the consumer and applied to the sales price. + VAT identification number + VAT registration number + + + + + has equity + + + indicates owners' equity associated with the entity + + + + + has headquarters address + + indicates the main address at which communications may be delivered for the organization + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has operating address + + + indicates an address at which an organization carries out operations + + + + + has registered address + + + identifies an address that is officially recorded with some government authority and at which legal papers may be served + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + 0 + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/LegalEntities/LEIEntities.rdf b/data/ontologies/fibo-be/LegalEntities/LEIEntities.rdf new file mode 100644 index 00000000..175569af --- /dev/null +++ b/data/ontologies/fibo-be/LegalEntities/LEIEntities.rdf @@ -0,0 +1,512 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Legal Entity Identifier (LEI) Entities Ontology + This ontology defines concepts around contractually capable business entities. The terms defined here are those which are relevant to the Legal Entity Identifier (LEI) work. The term known as legal entity in that work is identified as a formal organization which is recognized in some jurisdiction as being capable of incurring some liability, whether or not is a legal person as understood by the legal community. This is labeled as contractually capable entity, to avoid confusion with the accepted legal term for Legal Entity. Such entities are recognized as requiring an LEI, but the identifier itself is allocated to the formal organization which is recognized as being contractually capable. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/LegalEntities/LEIEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20150201/LegalEntities/LEIEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.1 RTF report. Changes include deprecation of the MunicipalEntity, Sovereign, and SupranationalEntity classes and making them equivalent to classes in the Government Entities ontology. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160801/LegalEntities/LEIEntities.rdf version of this ontology was modified to incorporate LEIEligibleEntity and LEIRegisteredEntity, as well as add restrictions in support of the ISO 17442 LEI effort and related changes to the GLEIF Common Data Format for the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/LegalEntities/LEIEntities.rdf version of this ontology was modified to deprecate LEIEligibleEntity as a part of a simplification strategy for the organizational class hierarchy, to support GLEIF LEI Level 2 ownership relationships, and eliminate a circular dependency with government entities by removing elements that had been deprecated for the last several FIBO revisions (municipal entity, sovereign, and supranational entity). + The https://spec.edmcouncil.org/fibo/ontology/BE/20190301/LegalEntities/LEIEntities.rdf version of this ontology was revised to replace hasDefinition with isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190701/LegalEntities/LEIEntities.rdf version of this ontology was revised to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/LegalEntities/LEIEntities.rdf version of this ontology was revised to eliminate duplication with concepts in LCC and to correct the parent of relationship record. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/LegalEntities/LEIEntities.rdf version of this ontology was revised to clean up circular definitions and augment it to incorporate the Text datatype and structure names, including eliminating redundant restrictions on LegalEntity. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210601/LegalEntities/LEIEntities.rdf version of this ontology was revised to reflect the move of some organization-specific concepts from BE to FND. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210901/LegalEntities/LEIEntities.rdf version of this ontology was revised to change the restriction on EntityLegalForm from identifies to denotes, in line with the definition of a code as opposed to an identifier, given the nature of an entity legal form. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211001/LegalEntities/LEIEntities.rdf version of this ontology was revised to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/LEIEntities.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/LEIEntities.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/LEIEntities.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/LegalEntities/LEIEntities.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + accounting framework + framework, including policies, methods, rules, and processes, used to measure, recognize, present, and disclose the information appearing in an entity's financial statements, and, from a legal ownership perspective, that is applied for accounting consolidation determination + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + accounting period + qualifier indicating that the relationship period reflects the period of time covered by the most recent validation documents from an accounting perspective for this relationship + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + + + + + 1 + + + contractually capable entity + a unique entity that is legally or financially responsible for the performance of financial transactions, or has the legal right in its jurisdiction to enter independently into legal contracts, regardless of whether it is incorporated or constituted in some other way (e.g. trust, partnership, contractual). This excludes natural persons, but includes governmental organizations and supranationals. + ISO 17442 + + + + + document filing period + a qualifier indicating that the relationship period reflects the validity period for any regulatory filing, accounting document, other document demonstrating the relationship's validity + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + entity legal form + a classifier for a legal entity that indicates the nature of that entity as defined from a legal or regulatory perspective, in the jurisdiction in which it was established + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en + + + + + + + + + 1 + + + + + + + + + entity legal form identifier + code that denotes an entity legal form as defined in ISO 20275 + https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list + https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en + + + + + + + + + + + + entity legal form scheme + scheme that specifies the elements of the codes for entity legal forms, such as those that are sanctioned in a given jurisdiction as defined in ISO 20725 + https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list + https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en + + + + + Generally Accepted Accounting Principles + + an accounting framework developed by the US Financial Accounting Standards Board (FASB) + GAAP + US GAAP + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + ISO 17442 code set + the set of legal entity identifiers that comprise the ISO 17442 legal entity identifier specification + GLEIF LEI CDF v2.1 legal entity identifier (LEI) code set + + + + + ISO 20275 code set + the set of entity legal form identifiers that comprise the ISO 20275 entity legal form specification + entity legal form (ELF) code set + + + + + International Financial Reporting Standard + + an accounting framework developed by the International Accounting Standards Board (IASB) + IFRS + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + LEI registered entity + + + + + + + a legal person that has registered for and is identified by a legal entity identifier + Note that the GLEIF data includes multiple LEIs for some entities due to corporate actions or other situations. The duplicates are typically archived after some period of time, but in order to reflect the reality in the data, the restriction is modeled as someValuesFrom rather than exactly 1 LEI for a given entity. + + + + + + + + + 1 + + + + + + + + + legal entity identifier + an organization identifier that uniquely identifies a legal person as defined in ISO 17442 + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.iso.org/standard/59771.html + + + + + + + + + + + legal entity identifier scheme + a scheme that specifies the elements of an unambiguous legal entity identifier (LEI) scheme to identify the legal entities relevant to any financial transaction + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.iso.org/standard/59771.html + + + + + other accounting framework + + an accounting framework of unstated origin (other than IFRS or US GAAP) + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship period qualifier + a classifier that qualifies something about the reporting period specified, such as that the date period reflects an accounting or document filing period + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship qualifier + a classifier that qualifies something about the relationship between consolidated entities during the reporting period, such as the accounting framework used + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + + + + + 0 + + + + + + 0 + + + + relationship record + a record describing relationships between legal entities + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship status + + + + + + + + + + + a classifier that specifies the status of the relationship between consolidated entities during the reporting period (active or inactive) + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship status - active + status indicating that as of the last report or update, the reporting legal entity reported that it is legally registered and/or operating, and that the relationship detailed in this relationship record is still valid + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship status - inactive + status indicating that it has been determined that the relationship ended, e.g. because entity that reported this relationship is no longer legally registered and/or operating; or the relationship is no longer valid for other reasons + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + has legal address + + + indicates the legal address for the entity, in the jurisdiction in which the entity is established, used for registration purposes with respect to obtaining an LEI + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has legal form + + + indicates the nature of the entity as defined from a legal or regulatory perspective in a given jurisdiction + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en + + + + + has legal form abbreviation + the precise abbreviation for the entity legal form as defined in the jurisdiction in which it is registered, for example LLC, LLP, Ltd, PLC, Corp. + + + + + has ownership percentage + + the percentage ownership interest in the owned entity owned by owning entity, if known + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has transliterated legal form abbreviation + a transliterated (i.e., in Latin or Romanized ASCII) representation of the abbreviation for the entity legal form + + + + + has transliterated name + a transliterated (i.e., in Latin or Romanized ASCII) representation of a name for the entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + is consolidated by + + indicates the entity considered the 'end node' or consolidating entity (parent) from an ISO 17442 perspective + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + is consolidation of + + indicates the entity considered the 'start node' or consolidated entity from an ISO 17442 perspective + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + is directly consolidated by + + indicates that the entity considered the 'end node' or consolidating entity (parent) fully consolidates the accounting of the 'start node' (child) per the accounting rules specified, and is the closest consolidating entity to that child in any applicable ownership hierarchy + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + is an international branch of + + indicates that the entity considered the 'start node' or consolidated entity (child) is an international subsidiary of the 'end node' (parent) in the jurisdiction of the child + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + is quantified by + + indicates that something is limited to or conditional due to some rate or other statistical value + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + is ultimately consolidated by + + indicates that the entity considered the 'end node' or consolidating entity (parent) fully consolidates the accounting of the 'start node' (child) per the accounting rules specified, and is the most distant consolidating entity to that child in any applicable ownership hierarchy + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + + + + 1 + + + + + + + 1 + + + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + 0 + + + + + + + + + 0 + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/LegalEntities/LegalPersons.rdf b/data/ontologies/fibo-be/LegalEntities/LegalPersons.rdf new file mode 100644 index 00000000..072e4b38 --- /dev/null +++ b/data/ontologies/fibo-be/LegalEntities/LegalPersons.rdf @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Legal Persons Ontology + This ontology defines legal personhood concepts. A legal person as defined here is any natural person or organization which is capable of accruing liability on its own part. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/LegalEntities/LegalPersons.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/LegalEntities/LegalPersons.rdf version of this ontology was modified per the FIBO 2.0 RFC to normalize restrictions on business license. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/LegalEntities/LegalPersons.rdf version of this ontology was modified to rationalize natural person and legally capable person in a new concept, namely legally competent natural person, simplify / merge the legal person and formal organization class hierarchies, and correct certain definitions, including power of attorney. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181201/LegalEntities/LegalPersons.rdf version of this ontology was modified to move business objective to FND to enable higher level reuse. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/LegalEntities/LegalPersons.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/LegalEntities/LegalPersons.rdf version of this ontology was modified to clarify the definition of legal person. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200101/LegalEntities/LegalPersons.rdf version of this ontology was modified to move the concept of a signatory and related properties to the executives ontology for better semantic integration. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/LegalEntities/LegalPersons.rdf version of this ontology was modified to augment the definition of a contract party to be a legal person. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201101/LegalEntities/LegalPersons.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210101/LegalEntities/LegalPersons.rdf version of this ontology was modified to make legal person a subclass of independent party rather than autonomous agent. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/LegalEntities/LegalPersons.rdf version of this ontology was modified to fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/LegalEntities/LegalPersons.rdf version of this ontology was modified to incorporate the concept of employment, required to support regulatory reporting, and add the concept of a special purpose vehicle. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220101/LegalEntities/LegalPersons.rdf version of this ontology was modified to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/LegalPersons.rdf version of this ontology was modified to add the definition of a variable interest entity and eliminate or loosen restrictions that are unnecessarily burdensome on FIBO users, such as that a legal person has liability capacity, which is true by definition but would never be realized when mapped to any data source. + The https://spec.edmcouncil.org/fibo/ontology/BE/20221201/LegalEntities/LegalPersons.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/LegalPersons.rdf version of the ontology was modified to move the property, 'is conferred on' from Relations to the Legal Capacity ontology. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/LegalPersons.rdf version of the ontology was modified to add a French label to special purpose vehicle. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230401/LegalEntities/LegalPersons.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/LegalEntities/LegalPersons.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/LegalEntities/LegalPersons.rdf version of the ontology was modified to add a property for intended liquidation date, which may apply to a temporary entity such as an SPV (SEC-200). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250801/LegalEntities/LegalPersons.rdf version of the ontology was modified to remove deprecations that reflect changes made in Commons v1.2 (FBC-399). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + 0 + + + + + + + 0 + + + business entity + entity that is formed and administered as per commercial law in order to engage in business activities + There are many types of business entities defined in the legal systems of various countries. These include corporations, cooperatives, partnerships, sole proprietorships, sole traders, limited liability companies, certain trusts and trust companies, and so forth. The rules vary by country and by state or province. Some of the more widely recognized types in the US, UK, and EU are defined in FIBO, by region. However, the regulations governing particular types of entity, even those described as roughly equivalent, differ from jurisdiction to jurisdiction. + + + + + + + + + 1 + + + + + + + + + business license + license that allows the holder to conduct business or carry out a specific profession within some jurisdiction for some period of time + + + + + chartered legal person + a legal person created by a royal charter or decree + Anything with 'Royal Institute' in the name. Also universities are generally set up by royal charter in a monarchy or principality, (often pre-dating any Privy Council i.e. directly be the monarch in the case of older universities). The Bank of England and the British Broadcasting Council (BBC) are also incorporated through Royal Charter. + In a monarchy or principality, the monarch typically vests the power to create such bodies, in an entity called (for example) the Privy Council. + + + + + + legally competent natural person + + person who is considered competent, under the circumstances, to enter into a contract, conduct business, or participate in other activities that generally require the mental ability to understand problems and make decisions on his or her own behalf + The definition of mental competence, and potentially of the age of majority, is a function of the situation and law in a given jurisdiction. + + + + + not for profit objective + + objective that reflects the charitable, educational, religious, humanitarian, public services, or other not for profit goals of an organization + The objective of all business activities is not to earn profits for its owners. All of the money earned by or donated to a not for profit organization is used in pursuing the organization's objectives. + nonprofit objective + + + + + + + + + 0 + + + + + + + + + power of attorney + legal authorization given by one party (the principal) to another (the agent or attorney-in-fact) to perform certain acts on the principal's behalf + The appointment can be effective immediately or if the principal is unable to make decisions or perform certain actions on their own. It may be a (1) general power of attorney that authorizes the agent to act generally on behalf of the principal, such as to transfer funds from one account to another, pay debts, make investments, and so forth, or (2) limited to a specific act or situation, such as for management of an individual's finances in a single account, such as a brokerage account, or for management of healthcare. Decisions made and actions taken by an attorney in fact (within the scope of his or her authority) are legally binding on the principal. + + + + + profit objective + objective that reflects pursuit of a financial benefit that may be realized when the amount of revenue gained from a business activity exceeds the expenses, costs and taxes needed to sustain that activity + Any profit that is gained goes to the business's owners, who may or may not decide to spend it on the business. + for profit objective + profit motive + + + + + public purpose + objective that reflects values generally thought to be shared by and that is intended to benefit the populace as a whole + public interest + + + + + religious objective + not-for-profit objective that reflects the religious goals of an organization + + + + + + + + + 0 + + + fonds commun de placement + special purpose vehicle + legal entity created to fulfill narrow, specific, and frequently temporary objectives + SPE + SPV + A special purpose vehicle (SPV), also known as a special purpose entity (SPE), refers to a legal entity, typically a limited company or partnership, created to isolate a parent company from financial risk, including bankruptcy. + special purpose entity + + + + + statutory body + legal entity established by a government to consider evidence and make judgements in some field of activity + + + + + variable interest entity + legal entity whose shareholders are entitled to a percentage of a named company's profits via a private contract + VIE + Variable interest entity (VIE) is a term used by the Financial Accounting Standards Board (FASB) to refer to a legal entity with certain characteristics such that a public company with a financial interest in the entity is subject to certain financial reporting requirements. Examples include certain Chinese companies, such as Alibaba, that leverage VIEs to gain access to foreign capital that would otherwise not be available due to Chinese government regulations. + shell company + + + + + has intended liquidation date + + links an agreement, contract, or legal entity to a date on which it is scheduled to be sold + + + + + + + + 1 + + + Examples of eligible legal entities include, without limitation: +- all financial intermediaries; +- banks and finance companies; +- all entities that issue equity, debt or other securities for other capital structures; +- all entities listed on an exchange; +- all entities that trade stock or debt, investment vehicles, including mutual funds, pension funds and alternative investment vehicles constituted as corporate entities or collective investment agreements (including umbrella funds as well as funds under an umbrella structure, hedge funds, private equity funds, etc.); +- all entities under the purview of a financial regulator and their affiliates, subsidiaries and holding companies; +- counterparties to financial transactions. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/LegalEntities/MetadataBELegalEntities.rdf b/data/ontologies/fibo-be/LegalEntities/MetadataBELegalEntities.rdf new file mode 100644 index 00000000..3f6488d3 --- /dev/null +++ b/data/ontologies/fibo-be/LegalEntities/MetadataBELegalEntities.rdf @@ -0,0 +1,55 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Legal Entities Module + The legal entities module contains ontologies which define the basis for legal personhood and business entities generally. This includes (1) definitions that distinguish between judicial and natural person, (2) definitions of formally constituted organizations, their members and high-level subdivisions, and identification and classification schemes, (3) definitions of corporate entities and the ways in which they may be incorporated, and (4) definitions required for implementation and use of the ISO 17442 Legal Entity Identifier (LEI) standard, including concepts for contractually capable and legal entities that reuse properties defined elsewhere in FIBO FND and BE. + 2015-01-25T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + + + legal entities module + The legal entities module contains ontologies which define the basis for legal personhood and business entities generally. This includes (1) definitions that distinguish between judicial and natural person, (2) definitions of formally constituted organizations, their members and high-level subdivisions, and identification and classification schemes, (3) definitions of corporate entities and the ways in which they may be incorporated, and (4) definitions required for implementation and use of the ISO 17442 Legal Entity Identifier (LEI) standard. + + + + + + + http://opensource.org/licenses/MIT + FIBO BE Legal Entities Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Legal Entities Module + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf b/data/ontologies/fibo-be/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf new file mode 100644 index 00000000..164a21ac --- /dev/null +++ b/data/ontologies/fibo-be/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + +]> + + + + US Example Entities + This ontology includes example entities that are companies in the US that issue stock and that are represented in the Dow Jones Industrial Average (DJIA), to demonstrate how to begin to model those entities in FIBO. + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was revised to replace uses of hasTag in Relations with hasTag from LCC, as the more complex union of datatypes in the Relations concept is not needed here. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was revised to update the LEI format to use the form published by the GLEIF at data.world. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was revised to make incorporation and registration dates explicit dates and to replace references to the legacy LCC UnitedStates country representation with UnitedStatesOfAmerica. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was revised to update a dead link. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/LegalEntities/NorthAmericanEntities/USExampleEntities.rdf version of the ontology was modified to merge details from the old corporations ontology into the corporate bodies for consistency and useability (BE-259). + + Copyright (c) 2020-2025 EDM Council, Inc. + Copyright (c) 2020-2025 Object Management Group, Inc. + + + + + The Proctor & Gamble Company legal entity identifier + legal entity identifier for The Proctor & Gamble Company + 2572IBTT8CCZW6AU4141 + + + + + + Alphabet Inc. legal entity identifier + legal entity identifier for Alphabet Inc. + 5493006MHB84DD0ZWV18 + + + + + + Apple Inc. legal entity identifier + legal entity identifier for Apple Inc. + HWUPKR0MPOU8FGXBT394 + + + + + + The Home Depot, Inc. legal entity identifier + legal entity identifier for The Home Depot, Inc. + QEKMOTMBBKA8I816DO57 + + + + + + The Coca-Cola Company legal entity identifier + legal entity identifier for The Coca-Cola Company + UWJKFUJFZ02DKWI3RY53 + + + + + + International Business Machines Corporation legal entity identifier + legal entity identifier for International Business Machines Corporation + VGRQXHF3J8VDLUA7XE92 + + + + + + + Alphabet Inc. US-CA + publicly held company and for profit corporation legal entity for Alphabet Inc., a Delaware stock corporation + + + Alphabet Inc. + + + + + + Alphabet Inc. business entity identifier + registration identifier assigned by the Delaware Department of Corporations for Alphabet Inc. + 5786925 + + + + + + Alphabet Inc. incorporation date + date that Alphabet Inc. was first registered as a corporation in the State of Delaware + 2015-07-23 + + + + + + Apple Inc. US-CA + publicly held company and for profit corporation legal entity for Apple Inc., a California stock corporation + + + Apple Inc. + + + + + + Apple Inc. business entity identifier + + registration identifier assigned by the California Department of Corporations for Apple Inc. + 806592 + + + + + + Apple Inc. incorporation date + date that Apple Inc. was first registered as a corporation in the State of California + 1977-01-03 + + + + + + International Business Machines Corporation US-NY + publicly held company and for profit corporation legal entity for International Business Machines Corporation, a New York domestic business corporation + + + International Business Machines Corporation + + + + + + International Business Machines Corporation business entity identifier + registration identifier assigned by the New York Division of Corporations for International Business Machines Corporation + 30059 + + + + + + International Business Machines Corporation incorporation date + date that International Business Machines Corporation was first registered as a corporation in the State of New York + 1911-06-16 + + + + + + The Coca-Cola Company US-DE + publicly held company and for profit corporation legal entity for The Coca-Cola Company, a Delaware corporation + + + The Coca-Cola Company + + + + + + The Coca-Cola Company business entity identifier + registration identifier assigned by the Delaware Division of Corporations for The Coca-Cola Company + 88529 + + + + + + The Coca-Cola Company incorporation date + date that The Coca-Cola Company was first registered as a corporation in the State of Delaware + 1919-09-05 + + + + + The Home Depot, Inc. business entity identifier + registration identifier assigned by the Delaware Division of Corporations for The Home Depot, Inc. + 856429 + + + + + + + The Home Depot, Inc. US-DE + publicly held company and for profit corporation legal entity for The Home Depot, Inc., a Delaware corporation + + + The Home Depot, Inc. + + + + + + The Home Depot, Inc. incorporation date + date that The Home Depot, Inc. was first registered as a corporation in the State of Delaware + 1978-06-29 + + + + + + The Proctor & Gamble Company US-OH + publicly held company and for profit corporation legal entity for The Proctor & Gamble Company, an Ohio corporation + + + The Proctor & Gamble Company + + + + + + The Proctor & Gamble Company business entity identifier + registration identifier assigned by the Ohio Department of Corporations for The Proctor & Gamble Company + 20677 + + + + + + The Proctor & Gamble Company incorporation date + date that The Proctor & Gamble Company was first registered as a corporation in the State of Ohio + 1905-05-05 + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/LegalEntities/NorthAmericanEntities/USExampleExecutives.rdf b/data/ontologies/fibo-be/LegalEntities/NorthAmericanEntities/USExampleExecutives.rdf new file mode 100644 index 00000000..1e11f2d2 --- /dev/null +++ b/data/ontologies/fibo-be/LegalEntities/NorthAmericanEntities/USExampleExecutives.rdf @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + US Example Executives + This ontology includes example corporate executives and other people to demonstrate how to model them using FIBO. + https://opensource.org/licenses/MIT + + + + + + + + + + + + + + + + Copyright (c) 2022-2024 EDM Council, Inc. + Copyright (c) 2022-2024 Object Management Group, Inc. + + + + + Apple Inc. as controlled party + Apple Inc. in its role as a corporation that is controlled to some degree by its corporate officers + + + + + + Apple Inc. as employer + Apple Inc. in its role as a corporation that has employees + + + + + + Employment of Katherine Adams at Apple Inc. + situation representing the relationship between Apple Inc. as an employer and Katherine Adams as an employee + + + + + + + Employment of Tim Cook at Apple Inc. + situation representing the relationship between Apple Inc. as an employer and Tim Cook as an employee + + + + + + + + Katherine Adams + person that is an American attorney and corporate lawyer + + + + + + + + Katherine Adams as employee + Katherine Adams in the role of being employed by Apple Inc. + + + + + + + + Katherine Adams as General Counsel + Katherine Adams in the role of Senior Vice President of Legal and Global Security and General Counsel of Apple Inc. + + + + + + + Katherine Adams date of birth + date on which Katherine Adams was born + 1964-04-20 + + + + + Katherine Adams full legal name + name that is on Katherine Adams' birth certificate and that she uses for legal purposes + Katherine Leatherman Adams + + + + + + Tim Cook + person that lives in Palo Alto, California in the San Francisco Bay Area + + + + + + + + Tim Cook as Chief Executive Officer + Tim Cook in the role of CEO of Apple Inc. + + + + + + + Tim Cook as employee + Tim Cook in the role of being employed by Apple Inc. + + + + + + + + Tim Cook date of birth + date on which Tim Cook was born + 1960-11-01 + + + + + Tim Cook full legal name + name that is on Tim Cook's birth certificate and that he uses for legal purposes + Timothy Donald Cook + + + + + + Tim Cook hire date + date on which Tim Cook was hired by Apple Inc. + 1998-03-01 + + + + + Tim Cook period of employment + date period reflecting when Tim Cook was (is) employed by Apple Inc. + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/MetadataBE.rdf b/data/ontologies/fibo-be/MetadataBE.rdf new file mode 100644 index 00000000..c94a1faa --- /dev/null +++ b/data/ontologies/fibo-be/MetadataBE.rdf @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + +]> + + + + Metadata about the FIBO Business Entities (BE) Domain + This ontology provides metadata about the FIBO Business Entities (BE) Domain, which defines business concepts for data governance, interoperability, and in regulatory reporting about business entities. + +The scope of the BE domain includes business and legal entity concepts that are considered by financial industry firms, regulators and other industry participants relevant to financial services and more broadly, including: + - Legal entities generally + - Corporate structure, ownership and control, including primary executive roles for businesses, + - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organizations, etc. + - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts. + 2018-08-27T18:00:00 + Copyright (c) 2018-2026 EDM Association dba EDM Council, Inc. +Copyright (c) 2018-2026 Object Management Group + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +See https://opensource.org/licenses/MIT. + 2026-04-15T18:00:00 + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/BE/MetadataBE.rdf version of this ontology was modified to eliminate informative Functional Entities ontologies, merging their content into others as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/MetadataBE.rdf version of the ontology and subordinate module-specific BE metadata ontologies were modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/MetadataBE.rdf version of the ontology was modified to merge details from the old corporations ontology into corporate bodies for consistency and useability (BE-259). + The https://spec.edmcouncil.org/fibo/ontology/BE/20251001/MetadataBE.rdf version of the ontology was modified to update metadata including providing an expanded domain name for usability in business glossaries (FND-404). + Copyright (c) 2018-2026 EDM Association dba EDM Council, Inc. + Copyright (c) 2018-2026 Object Management Group + + + + + business entities (BE) domain + The FIBO Business Entities (BE) Domain covers defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities. + +The scope of the BE domain includes business and legal entity concepts that are considered by financial industry firms, regulators and other industry participants relevant to financial services and more broadly, including: + - Legal entities generally + - Corporate structure, ownership and control, including primary executive roles for businesses, + - Functional entities such as governments and government entities, non-governmental organizations, international organizations, not-for-profit organization, etc. + - Concepts specific to corporations, partnerships, private limited companies, sole proprietorships, and trusts. + Adaptive Analytics, Inc. + Bloomberg LP + Citigroup + Credit Suisse + Deutsche Bank + Exprentis + Federated Knowledge, LLC + Hypercube Ltd. + Intuitive Technology Partners, Inc. + John F. Gemski + Nordea Bank AB + Office of Financial Research (US Dept of the Treasury) + Pinnacle Bank (Morgan Hill, California) + State Street Bank and Trust + Statistics Canada + Tahoe Blue Ltd + Thematix Partners, LLC + Wells Fargo + Working Ontologist + agnos.ai UK Ltd. + https://wiki.edmcouncil.org/display/BE/FIBO+-+FCT+-+Business+Entities+Home + + + + + + + + + 2018-08-27T18:00:00 + Copyright (c) 2018-2026 EDM Association dba EDM Council, Inc. +Copyright (c) 2018-2026 Object Management Group + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +See https://opensource.org/licenses/MIT. + 2026-04-15T18:00:00 + EDMC Financial Industry Business Ontology (FIBO) Business Entities (BE) Domain + FIBO BE Domain + https://spec.edmcouncil.org/fibo/ + Business Entities (BE) + Copyright (c) 2018-2026 EDM Association dba EDM Council, Inc. + Copyright (c) 2018-2026 Object Management Group + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/OwnershipAndControl/ControlParties.rdf b/data/ontologies/fibo-be/OwnershipAndControl/ControlParties.rdf new file mode 100644 index 00000000..6c1bf848 --- /dev/null +++ b/data/ontologies/fibo-be/OwnershipAndControl/ControlParties.rdf @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + +]> + + + + Control Parties Ontology + This ontology defines concepts relating to types of controlling parties. The concepts defined here are party in role concepts, which define the nature of some entity such as an organization or a legal person, in some role such as that of owning a controlling interest in the entity or of controlling that entity. These roles are defined in terms of the types of control enjoyed by the party, for example de facto or de jure control. An important feature of this ontology is the distinction between the holding of a controlling interest (such as voting shares), and the de facto existence of control of one body by another as asserted in company filings or as a conclusion drawn from computational analysis of controlling interests. + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/ControlParties.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/OwnershipAndControl/ControlParties.rdf version of this ontology was modified per the FIBO 2.0 RFC to add missing labels and definitions, eliminate references to BusinessFacingTypes, etc. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/ControlParties.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to correct reasoning anomalies. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190101/OwnershipAndControl/ControlParties.rdf version of this ontology was modified to eliminate duplication of concepts with LCC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/OwnershipAndControl/ControlParties.rdf version of this ontology was modified to integrate the concept of a situation, situational roles, and corresponding relations with the definition of control and eliminate an unused and logically inconsistent property. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/ControlParties.rdf version of the ontology was modified to simplify control concepts and relations, eliminate ambiguity in definitions, restate definitions to be ISO 704 compliant, and add properties relating control parties to control situations. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/ControlParties.rdf version of the ontology was modified to correct the label on hasControllingOrganizationMember and reflect the move of OrganizationMember from Parties to Organizations in FND, and to incorporate the latest insights into how control relations should integrate with the control situation. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/ControlParties.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/ControlParties.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/OwnershipAndControl/ControlParties.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + contractual control + control established through the terms of some contract + + + + + + + + + 1 + + + controlled party + person or organization over which some party exercises some form of authority or influence with respect to some situation + + + + + controlling alliance + group that has formed some alliance to jointly exercise control over some entity + The types of entity which may enter into such an alliance are the same types of entity as may exercise control in their own right, i.e. independent parties (that is a logical union of natural persons, legal persons and formal organizations). + + + + + + + + + + + court appointed control + control conferred by the actions of some court, for example in the context of receivership + + + + + + + + + + + de facto controlling interest party + party that exercises some control over an entity other than via explicit, legal means + a silent partner, i.e. where someone has made a large investment, which is bilateral (not part of the constitutional framework of the company) + divides further into financial leverage via loans; non fiscal types of leverage (influence) + + + + + + + + + + + de jure controlling interest party + party that has the legal authority to exercise control + + + + + + + + + + + entity controlling party + party that has the authority to control some legal entity + This type of party is either asserted to be the case by the entity itself or some other party, or is determined through some analysis or calculation based on the available information about controlling interests. + It is assumed that since control follows from some form of ownership or contractual instrument, that the range of entities which may fulfil this party role is the same as that for entity ownership, namely a logical union of natural persons, legal persons and formal organizations. + + + + + + + + + + + influence-based de facto control + informal control that involves influence over some party + + + + + + + + + + + influence-based de facto controlling party + party that holds influence-based control over some other party + Regulatory or jurisdictional control would fall under this control. Court appointed control is de jure control BUT the scenario in which a government takes over something and then hands it over to some new de jure controller i.e. administrator - in the meantime this is de facto control by e.g. the government. + + + + + + + + + + + + + + + + + investment-based de facto control + control that arises through some investment in some entity, other than via the holding of constitutional equity (shares etc.) in that entity + + + + + + + + + + + + investment-based de facto controlling interest party + party that holds investment-based control over some other party + + + + + + + + + + + joint controlling party + + party that collectively has the authority to control the affairs of some business organization + + + + + majority controlling party + controlling party that possesses, either directly or indirectly, the power to direct or cause the direction of the management and policies of a legal person, whether through the ownership of a majority of voting securities, by contract, or otherwise + Electronic Code of Federal Regulations, Title 17, Chapter 1, Section 49.2 + + + + + + + + + + + receiver + party appointed by some court for the purposes of winding up the affairs of some entity which is no longer solvent + + + + + sole controlling party + party that has sole control over and directs the affairs of some legal entity + + + + + total owner + party that has 100 percent ownership some legal entity + By virtue of holding 100 percent of the equity ownership, the Total Owner also holds 100 percent of the controlling equity, if there is a difference. Therefore it is both a total owner and a total controlling party. + + + + + advises + + + + provides counsel or guidance to + + + + + has controlling organization member + + + + relates a controlled party to a controlling member of the organization + + + + + has majority controlling party + + + indicates a party that owns a controlling stake (over 50 percent) in the entity + + + + + has advisor + + + indicates the party that acts in an advisory capacity to the controlled party + + + + + is based on investment equity + + + indicates investment-based de facto control, which is is based on the holding of some investment equity by some party + + + + + is controlling member of + + + identifies a controlled organization over which the member has some measure of control + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/OwnershipAndControl/CorporateControl.rdf b/data/ontologies/fibo-be/OwnershipAndControl/CorporateControl.rdf new file mode 100644 index 00000000..f8ece09b --- /dev/null +++ b/data/ontologies/fibo-be/OwnershipAndControl/CorporateControl.rdf @@ -0,0 +1,290 @@ + + + + + + + + + + + + + + + + + + +]> + + + + Corporate Control Ontology + This ontology defines concepts relating to corporation-specific control. These concepts are based on the general types of control (both de facto control and controlling interests), as defined in the ControlParties ontology, and are the specific examples of these concepts as they apply to companies incorporated by the issuance of shares. + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified per the FIBO 2.0 RFC to add missing definitions and labels, eliminate references to BusinessFacingTypes, replace min 1 QCRs with someValuesFrom, address other hygiene issues, and limit the burden of certain restrictions, such as those on stock corporation, for typical applications. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to correct reasoning anomalies. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190101/OwnershipAndControl/CorporateControl.rdf version of this ontology was revised to allow any legal entity to participate in control relations rather than limiting control to a stock corporation, and simplifying others such that any party can be a significant shareholder, for example, rather than limiting this role to a legal entity. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200501/OwnershipAndControl/CorporateControl.rdf version of this ontology was revised to further clean up definitions related to control via ownership of shares, which only applies to corporations and some partnerships, and revise and extend the definition of affiliation. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to simplify control concepts and relations. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to incorporate the latest insights into how control relations should integrate with the control situation. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/OwnershipAndControl/CorporateControl.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + affiliate + + + + + + + + + + + party that is related to a legal entity, directly, or indirectly through one or more intermediaries, and controls, or is controlled by, or is under common control with that entity, typically determined by the degree of ownership + + + + + + + + + + + + + + + + + affiliation + situation in which a controlled party is affiliated with a controlling party for some period of time + + + + + + + + + + + + controlled affiliate + controlled party in an affiliation situation + + + + + + controlling affiliate + controlling party in an affiliation situation + + + + + domestic ultimate parent + party that is recognized as the ultimate parent of a given organization within the country or jurisdiction of incorporation or organization + + + + + global ultimate parent + party that is recognized as the ultimate parent of a given organization world-wide + + + + + + + + + + + joint venture partner + party that shares capital, technology, human resources, risks, and benefits of an entity under shared control + + + + + significant shareholder + party that owns a significant voting stake in an organization that is less than 50 percent but greater than some threshold + Note that the concept of significance varies depending on the jurisdiction, and particularly with respect to reporting requirements. For example, in some cases, three (3) percent ownership of any class or series of shares is considered significant, and in others it means more than five or ten percent of the total combined voting power across all classes of securities. + + + + + subsidiary + legal entity that is entirely or majority owned and controlled by another legal entity + A subsidiary is a separate, distinct legal entity from its parent company(ies) for the purposes of taxation, regulatory compliance, and with respect to liability. + + + + + + total controlling interest party + voting shareholder that owns 100 percent of the voting shares in some legal entity + By virtue of holding 100 percent of the share ownership, the total controlling interest company also holds 100 percent of the controlling equity, if there is a difference. Therefore, it is both a total owner and a total controlling party. + parent company + + + + + + voting shareholder + shareholder whose shares confer the right to vote in corporate elections, including the right to elect directors at annual or special meetings, and to express their views to corporate management and directors on significant issues that may affect the value of those shares + + + + + has affiliate + + + has a party which directly, or indirectly through one or more intermediaries, controls, or is controlled by, or is under common control with the company + + + + + + has controlling affiliate + + + is directly, or indirectly through one or more intermediaries, controlled by + + + + + has domestic ultimate parent + + relates an organization to another recognized as its ultimate parent, within its country or jurisdiction of incorporation, if it has one + In the case of companies that are subsidiaries of another company that itself has a parent, this identifies the organization at the top of the hierarchy of organizations in the country of registration. Adapted from consensus definition of Ultimate Parent, now that this is split into national and global parent. + consensus definition of ultimate parent, with the split between domestic and global parent + + + + + has global ultimate parent + + relates an organization to another recognized as its ultimate parent, if it has one + In the case of companies that are subsidiaries of another company that itself has a parent, this identifies the organization at the top of the hierarchy, world-wide. Adapted from consensus definition of Ultimate Parent, now that this is split into national and global parent. + consensus definition of ultimate parent, with the split between domestic and global parent + + + + has subsidiary + + + + + + + + + relates a legal entity to another organization that it owns at least 50 percent of + + + + + is affiliate of + + + relates a party which directly, or indirectly through one or more intermediaries, controls, or is controlled by, or is under common control by another party to that party + + + + + + is controlling affiliate of + + + + controls directly, or indirectly through one or more intermediaries + + + + + is parent company of + + + + indicates a controlled affiliate that it owns at least 50 percent of + + + + + is subsidiary of + + + is controlled directly, or indirectly through one or more intermediaries and owned at least 50 percent by + + + + is wholly owned by + + + + + + + + + relates a legal entity to a party that has 100 percent ownership and control over it + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/OwnershipAndControl/CorporateOwnership.rdf b/data/ontologies/fibo-be/OwnershipAndControl/CorporateOwnership.rdf new file mode 100644 index 00000000..43fb7b76 --- /dev/null +++ b/data/ontologies/fibo-be/OwnershipAndControl/CorporateOwnership.rdf @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + Corporate Ownership Ontology + This ontology defines concepts relating to corporation-specific ownership. Roles are defined in terms of the ownership enjoyed by the party, and are the specific examples of these concepts as they apply to companies incorporated by the issuance of shares. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified per the FIBO 2.0 RFC to reference shareholders' equity in the definition of a shareholder. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified to generalize the definition of beneficial owner rather than limiting it to shareholding and eliminate a duplicate restriction on shareholder. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190201/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified to modify the inheritance hierarchy for beneficial owner to replace owner with controlling party as one of its parent classes. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified to replace isEquityHeldBy with its parent, isHeldBy, eliminate redundant classes that were not used anywhere, and clean up a few definitions to be less ambiguous, not circular, and to conform with ISO 704. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200901/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was revised to simplify the contract party hierarchy and add concepts related to beneficial ownership. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was revised to eliminate references to external dictionary sites that no longer resolve. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210101/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was revised to incorporate the latest insights into how control relations should integrate with the control situation. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/CorporateOwnership.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/CorporateOwnership.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/OwnershipAndControl/CorporateOwnership.rdf version of the ontology was modified to align the concept of beneficial ownership with the broader ownership pattern (SEC-202). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250701/OwnershipAndControl/CorporateOwnership.rdf version of the ontology was modified to clarify the differences between a shareholding, purchase lot, and tax lot (SEC-200). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + 1 + + + + + + + + + beneficial owner + party that enjoys the benefits of ownership (such as receipt of income) of something even though its ownership (title) may be in the name of another party (called a nominee or registered owner) + https://en.wikipedia.org/wiki/Beneficial_ownership#Financial_Action_Task_Force_on_Money_Laundering_(FATF) + https://www.fincen.gov/resources/statutes-regulations/guidance/guidance-obtaining-and-retaining-beneficial-ownership + https://www.ncua.gov/regulation-supervision/letters-credit-unions-other-guidance/beneficial-ownership-requirements-legal-entity-customers-overview + From World Bank Report: In identifying the beneficial owner, the focus should be on two factors: the control exercised and the benefit derived. Control of a corporate vehicle will always depend on context, as control can be exercised in many different ways, including through ownership, contractually or informally. + The Financial Action Task Force on Money Laundering (FATF) refers to a 'beneficial owner' as the natural person(s) who ultimately owns or controls a legal entity and/or the natural person on whose behalf a transaction is being conducted. It also includes those persons who exercise ultimate effective control over a legal person or arrangement. + The National Credit Union Administration (NCUA) defines a 'beneficial owner' as (1) a single individual with significant responsibility to control, manage or direct a legal entity customer, or (2) each individual, if any, who, directly or indirectly, through any contract, arrangement, understanding, relationship or otherwise, owns 25 percent or more of the equity interests of a legal entity customer; if a trust owns directly or indirectly, through any contract, arrangement, understanding, relationship or otherwise, 25 percent or more of the equity interests of a legal entity customer, the beneficial owner is the trustee. + Use of a nominee (who may be an agent, custodian, or a trustee) does not change the position regarding tax reporting and tax liability, and the beneficial owner remains responsible. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + beneficial ownership + situation linking party that enjoys the benefits of ownership (such as receipt of income) of something even though its ownership (title) may be in the name of another party (called a nominee or registered owner) to the asset that they own + Beneficial ownership may be shared among a group of individuals. If a beneficial owner acquires a position of more than 5 percent in the United States, it must file Schedule 13D or 13G under Section 12 of the Securities Exchange Act of 1934. + + + + + + + + + 1 + + + purchase lot + financial asset that is a block of securities or other financial assets bought in one transaction on a given date at a specific price + Buying 100 shares of Apple on Jan 10 at $150/share is one purchase lot; buying 50 more shares on Mar 15 at $160/share is another purchase lot. + Purchase lot is typically used as a trading term by brokers and portfolio managers to describe how holdings are grouped. + + + + + + shareholder + party that owns shares in and has rights and responsibilities with respect to some asset, provided in exchange for investment + The shares represent an ownership interest in a corporation, mutual fund, or partnership, or a unit of ownership in a structured product, such as a real estate investment trust. + stockholder + + + + + + + + + 1 + + + shareholding + ownership interest in the equity of a company, represented by shares that confer financial rights and governance privileges + Shareholding refers to the total ownership a party has in some organization, and determines voting power, dividend entitlement, and exposure to risk. + + + + + + + + + 1 + + + tax lot + financial asset that is a block of securities or other financial assets with a distinct cost basis for tax reporting purposes + Tax lots reflect how shares or other assets are tracked for capital gains and may be adjusted by events including: +- reinvested dividends (creates very small, new tax lots); +- stock splits or mergers (adjusts basis, may create fractional lots); +- Wash sale rules (can change which lots are recognized). +When an investor sells, they select which tax lot to sell (specific ID, FIFO, etc.), which determines realized gain or loss. + + + + + consists of number of units + + indicates the number of units of + This property indicates the number of units (e.g., shares, fund units) of the asset held in a shareholding or position, for example. + + + + + has beneficial owner + + + indicates the party that retains rights in the asset they own in a beneficial ownership situation + + + + + is beneficial owner of + + + + indicates an asset in which the beneficial owner holds rights (typically voting rights, management rights, etc.) in a beneficial ownership situation + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/OwnershipAndControl/Executives.rdf b/data/ontologies/fibo-be/OwnershipAndControl/Executives.rdf new file mode 100644 index 00000000..8df033d0 --- /dev/null +++ b/data/ontologies/fibo-be/OwnershipAndControl/Executives.rdf @@ -0,0 +1,691 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Executives Ontology + This ontology defines concepts relating to executives and their formal capacities. The concepts defined in this ontology cover types of corporate officers, board members and the like, along with the capacities in terms of which those party roles are defined, and the kinds of entity (principally natural persons) that are able to perform in those roles. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/Executives.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160801/OwnershipAndControl/Executives.rdf version of this ontology was modified per the FIBO 2.0 RFC to fix reasoning issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/Executives.rdf version of this ontology was modified to clarify the definition of responsible party. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/OwnershipAndControl/Executives.rdf version of this ontology was modified to adjust the hierarchy to better support regulatory requirements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190501/OwnershipAndControl/Executives.rdf version of this ontology was modified to eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/OwnershipAndControl/Executives.rdf version of this ontology was modified to integrate concepts related to authorization, including board membership and the concept of a signatory (moved from legal persons) to improve semantics; simplify the ontology, and normalize definitions to be ISO 704 compliant. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/Executives.rdf version of this ontology was modified to correct the label on hasAuthorizedParty. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/OwnershipAndControl/Executives.rdf version of this ontology was modified to add PrincipalParty as the parent of CEO and others. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/Executives.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve, add the concept of corporate bylaws and restriction on authorized shares (moved from SEC). + The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/OwnershipAndControl/Executives.rdf version of the ontology was modified to reflect the move of OrganizationMember from Parties to Organizations in FND and to incorporate the latest insights into how control relations should integrate with the control situation. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/Executives.rdf version of the ontology was modified to fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/OwnershipAndControl/Executives.rdf version of the ontology was modified to refine the definition of corporate officer. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220101/OwnershipAndControl/Executives.rdf version of the ontology was modified to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/OwnershipAndControl/Executives.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/Executives.rdf version of the ontology was modified to move the property, 'is conferred on' from Relations to the Legal Capacity ontology, and to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/OwnershipAndControl/Executives.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/OwnershipAndControl/Executives.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/OwnershipAndControl/Executives.rdf version of the ontology was modified to align the concept of beneficial ownership with the broader ownership pattern (SEC-202). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/OwnershipAndControl/Executives.rdf version of the ontology was modified to merge details from the old corporations ontology into the corporate bodies ontology for consistency and useability (BE-259). + The https://spec.edmcouncil.org/fibo/ontology/BE/20251001/OwnershipAndControl/Executives.rdf version of the ontology was modified to add the distinction between an internal and external auditor (SEC-213) and to use new constructs from the Commons 1.3 Business Authorizations ontology (FND-401). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + 0 + + + A control owner (i.e., control person, per SEC regulations) may have some means or right that allows them to exercise control over board composition, other than through proxy assignment or vote. Not all control persons have this facility, as it is not inherent to having a significant (for example, 20 percent or more) ownership stake. + + + + + + + + 0 + + + A voting shareholder may exercise control over board composition by (1) attending a shareholder meeting and voting directly, (2) assigning a proxy to vote on their behalf, either as specified in the recommendations made in the proxy card or as indicated in a manner that deviates from those recommendations but is detailed on the proxy card, (3) by rejection of the proxy, either implicitly or explicitly, or (4) through a direct ballot that they create themselves. + + + + + + + + + + + + + + articles of incorporation + contract that establishes a new corporation or, when amended, adjusts the legal basis for the corporation, and outlines basic information about the corporation, including the type of business, and a description of the business' operational characteristics + articles of association + + + + + auditor + party qualified and authorized to review and verify the accuracy of financial records and ensure that companies comply with tax laws + An auditor is authorized to audit one or more specific organizations, i.e., by the authorizing party indicated by the situation. + An auditor may be an internal auditor - an individual whose primary job function is to audit his or her own company, or an external auditor - an individual from outside the company, who typically is employed by an auditing firm who handles many different clients. + + + + true + + + + + + + + + + 1 + + + authorized individual + role of an individual that has been given the responsibility to act on behalf of another party under some set of guidelines + + + + true + + + + + true + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + board capacity + authority to act in a fiduciary capacity with respect to the organization, including but not limited to determining and executing corporate policy + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + board composition control + situation in which a voting shareholder, entity owner, or some other party in the case of a not-for-profit organization, appoints and/or nominates someone to the board of directors of an organization for some period of time + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + board member + party that has fiduciary responsibility with respect to the organization, including but not limited to determining and executing corporate policy + + + + + + + + + + + + + + + + + board membership + situation relating an individual member of the board of directors to the organization + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + board of directors + group of people comprising the governing body of an organization that has the authority to set organizational strategy and policies as well as to select and, to some degree manage, leadership + For a public, for profit organization, its members (directors) are elected normally by the subscribers (stockholders) of the firm (generally at an annual general meeting) to govern the firm and look after the subscribers' interests. In the case of a not-for-profit organization, the board ensures the organization is acting in line with its mission. The board has the ultimate decision-making authority and, in general, is empowered to (1) set the company's policy, objectives, and overall direction, (2) adopt bylaws, (3) name members of the advisory, executive, finance, and other committees, (4) hire, monitor, evaluate, and fire the managing director and senior executives, (5) determine and pay the dividend, and (6) issue additional shares. Though all its members might not be engaged in the company's day-to-day operations, the entire board is held liable (under the doctrine of collective responsibility) for the consequences of the firm's policies, actions, and failures to act. Members of the board usually include senior-most executives (called inside directors or executive directors) as well as experts or respected persons chosen from the wider community (called outside directors or non-executive directors). + + + + + bylaws + written rules for conduct of a corporation, association, partnership or any organization + byelaws + membership agreement + + + + + + + + + + + + + + + + + + + + + + chief executive officer + top corporate officer responsible for an organization's overall operations and performance + CEO + He or she is the leader of the firm, serves as the main link between the board of directors (the board) and the firm's various parts or levels, and is held solely responsible for the firm's success or failure. One of the major duties of a CEO is to maintain and implement corporate policy, as established by the board. Also called President or managing director, he or she may also be the chairman (or chairperson) of the board. + + + + + chief financial officer + senior-most corporate officer responsible for financial control and planning for an organization or project + CFO + He or she is in charge of all accounting functions including (1) credit control, (2) preparing budgets and financial statements, (3) coordinating financing and fund raising, (4) monitoring expenditure and liquidity, (5) managing investment and taxation issues, (6) reporting financial performance to the board, and (7) providing timely financial data to the CEO. Also called chief finance officer, comptroller, controller, or finance controller. + + + + + company law + legislation under which the formation, registration or incorporation, governance, and dissolution of a firm is administered and controlled + corporate law + + + + + company secretary + corporate officer appointed by the directors of an organization, responsible for ensuring compliance with legal obligations related to corporate governance + His or her formal duties include (1) calling meetings, (2) recording minutes of the meetings, (3) keeping statutory record books, (4) proper payment of dividend and interest payments, and (5) proper drafting and execution of agreements, contracts, and resolutions. + corporate secretary + + + + + + + + + + + controlling nominee + party that holds legal title to an asset (e.g., stocks, bonds, or property) on behalf of the beneficial owner + The nominee is typically the registered owner of an asset, named in official records. + + + + + + + + + + + corporate bylaws + written rules for conduct of a corporation, adopted by the board of directors + Corporate bylaws may contain any provision, not inconsistent with law or with the certificate of incorporation, relating to the business of the corporation, the conduct of its affairs, and its rights or powers or the rights or powers of its stockholders, directors, officers or employees. Changes to the bylaws of a corporation require a board-level resolution and may require a vote of the shareholders. + + + + + + + corporate officer + high-level management executive of a corporation or other organization, hired by the board of directors or the business owner(s), charged with certain operational responsibilities, and who has the authority to act on behalf of the organization, including the authority to enter into contracts on behalf of the organization + Corporate officers may include a Chief Executive Officer (CEO), Chief Financial Officer (CFO), president, vice president(s), and in some cases a Chief Operating Officer (COO), Chief Compliance Officer (CCO), or other executive responsible for a critical function in the organization. + In banking, corporate officers have the legal capacity to execute some documents and make certain decisions on behalf of the institution due to the nature of the business. The level of authority varies depending on the role the officer plays, however, and based on bank policy. In large institutions, corporate officers may include loan/lending officers, those in certain supervisory roles, and others with varying degrees of authority, and frequently they are given a 'vice president' title, particularly if they are customer facing. Hiring and other decisions related to such corporate officers may be delegated to more operational levels, rather than by the board directly, with respect to such personnel. + Note that in most cases in the United States, corporate officers, especially those with signatory capacity and other fiduciary responsibilities must be employees, especially with respect to financial institutions and other highly regulated domains. There are cases, however, when an independent contractor or professional services provider may play the role of a corporate officer, such as a 'CFO for hire', which is a common practice in start-up organizations. + + + + + + + + + 1 + + + executive + person appointed and given the responsibility to manage the affairs of an organization and the authority to make decisions within specified role-specific boundaries + + + + + + executive board member + member of a board of directors that is also an employee of the organization + inside director + + + + + external auditor + independent party qualified and authorized to examine and report on the accuracy of financial records and ensure that companies comply with tax laws + An external auditor is an individual or organization from outside the company, who typically is employed by an auditing firm that handles many different clients. + + + + + + internal auditor + + employee who is qualified and authorized to review and verify the accuracy of financial records and evaluate internal controls and compliance + + + + true + + + + + + non-executive board member + + member of the board of directors of an organization that has no executive responsibilities towards the running of that organization + outside director + + + + + + principal party + controlling party that is responsible for the management of daily business operations of an organization + + + + + + + + + + + + + + + + + signatory + responsible party authorized to sign agreements on behalf of themselves, another person, or an organization + + + + true + + + + + true + + + + + true + + + + + + + designates signatory + + authorizes to sign agreements, access accounts and/or perform other similar tasks + + + + elects + + + chooses someone, or a group of individuals, to hold office or some other position by voting + In the case of an election of the members of a board of directors, the bylaws state the manner in which that process is effected. The candidate members may be recommended by the board or other proxy and are then elected by the shareholders. A similar process may be conducted to elect outside auditors. + the election of officers of an association, the election of directors by the shareholders + + + + true + + + + + true + + + + + + has corporate officer + + + indicates an officer of the organization + + + + true + + + + + + has director + + + indicates a member of the board of directors of the organization + + + + + has principal managing party + + + + indicates a controlling party that is responsible for the management of daily business operations + + + + + has responsibility + + + specifies a commitment or obligation that an independent party has + + + + true + + + + + + has signing authority for + + + indicates the party for which a signatory has the ability to sign agreements, access accounts and perform related tasks + + + + + has vested in it + + + indicates the delegated legal authority that is vested in the controlling party + + + + true + + + + + true + + + + + + is director of + + + + indicates the organization that the board member oversees + + + + + is officer of + + + + indicates the organization that the person has some authority over and managerial responsibility for + + + + + is principal party of + + + identifies a legal entity (controlled party) over which a principal has some measure of control + + + + nominates + + + appoints or proposes for appointment to an office or place + Note that nominates is defined as a relation between two parties-in-role (the range of which could be a corporation or partnership in the case of an auditor), whereas appoints between independent parties. + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/OwnershipAndControl/MetadataBEOwnershipAndControl.rdf b/data/ontologies/fibo-be/OwnershipAndControl/MetadataBEOwnershipAndControl.rdf new file mode 100644 index 00000000..80354a61 --- /dev/null +++ b/data/ontologies/fibo-be/OwnershipAndControl/MetadataBEOwnershipAndControl.rdf @@ -0,0 +1,54 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Ownership and Control Module + The ownership and control module contains ontologies that define various types and aspects of ownership and control as they apply among and between business entities. The ontologies in this module include the definition of types of party as defined in the roles of ownership and control along with the capacities which define those parties, and separately the relationships of ownership and control directly between organizations, which arise from the existence of those roles. Specific types of ownership and control relationships that are unique to incorporated companies are defined in addition to the more general terms to which these relate. Also included is an ontology of the types of control relationships that exist by virtue of the powers conferred upon corporate officers, board members and other executive roles. + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + + + ownership and control module + The ownership and control module contains ontologies that define various types and aspects of ownership and control as they apply among and between business entities. The ontologies in this module include the definition of types of party as defined in the roles of ownership and control along with the capacities which define those parties, and separately the relationships of ownership and control directly between organizations, which arise from the existence of those roles. Specific types of ownership and control relationships that are unique to incorporated companies are defined in addition to the more general terms to which these relate. Also included is an ontology of the types of control relationships that exist by virtue of the powers conferred upon corporate officers, board members and other executive roles. + + + + + + http://opensource.org/licenses/MIT + FIBO BE Ownership and Control Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Ownership and Control Module + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/OwnershipAndControl/OwnershipParties.rdf b/data/ontologies/fibo-be/OwnershipAndControl/OwnershipParties.rdf new file mode 100644 index 00000000..071e51d8 --- /dev/null +++ b/data/ontologies/fibo-be/OwnershipAndControl/OwnershipParties.rdf @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Ownership Parties Ontology + This ontology defines concepts relating to types of organization owning parties. The concepts defined here are party in role concepts, which define the nature of some entity such as an organization or a legal person, in some role such as that of owning equity in the entity. These roles are defined in terms of the ownership enjoyed by the party, with distinctions between constitutional ownership i.e. ownership defined in terms of stockholder equity, and investment ownership more generally. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified per the FIBO 2.0 RFC to address missing labels and comments, and revise terminology related to shareholders' equity due to requirements for SEC/Equities. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to support GLEIF LEI Level 2 ownership relationships. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to eliminate duplication of concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to integrate the concept of a situation, situational roles, and corresponding relations with the definition of entity ownership, and eliminate unused and logically inconsistent properties. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to reflect the name change in FND from 'hasPrimaryParty' to 'hasActiveParty' to be more consistent with other role related properties. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200701/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to align isEquityHeldBy and hasInvestor with the situational pattern. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200901/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to eliminate references to guarantee providing member, which duplicates the concept of a guarantor and references a concept that is no longer needed, namely 'body incorporated with guarantee'. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to add a restriction on entity ownership for the ownership percentage. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/OwnershipAndControl/OwnershipParties.rdf version of this ontology was revised to eliminate a dead link that was not necessary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/OwnershipAndControl/OwnershipParties.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to replace concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1 and clean up a few definitions. + The https://spec.edmcouncil.org/fibo/ontology/BE/20231201/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to replace additional concepts from FIBO FND with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/OwnershipAndControl/OwnershipParties.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified to add a parent class of contract party to the definition of investory (SEC-113). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + 1 + + + + + + + + + + + + + constitutional owner + entity owner that holds an equity stake in said entity, in the form of shareholders' equity + Typically this would be share ownership or the holding of partnership equity. Ownership in this 'constitutional' sense means that the owner is in some way a member of the organization, such as an employee or director, as distinct from some outside investor. + + + + + + + + + + + controlling equity + shareholders's equity that formally confers control in the entity, either by law or as explicitly stated in a corresponding equity instrument + + + + + direct consolidation + direct ownership of an entity recorded as accounting consolidation + + + + + + + + + + + entity owner + owner (person, group of people, or other business entity) that owns, or holds an ownership interest in, a formal business organization + + + + + + + + + 0 + + + + + + + + + + + + + + + + 0 + + + + + + 0 + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + entity ownership + ownership by some party of an interest in some non-governmental formal organization + + + + + foreign branch ownership + ownership by some party of some formal organization or organizational sub-unit that is a foreign affiliate and legally part of the owning entity + + + + + + + + + + + investment equity + equity that represents an ownership interest in some entity, but may or may not take the form of shareholders's equity + Typically an investment in some entity may take the form of shares (issued or privately held), i.e., shareholders' equity, or it may take the form of some capital amount which is not reflected in shareholders' equity. In each case, there would typically be a contractual basis for the investment setting out what controls or other benefits accrue to the investor. + + + + + + + + + + + + investor + party that owns some stake in some organization by way of investment + This is regardless of whether or not the investor is also a constitutional owner (e.g. shareholder) in the entity. + + + + + + + + + + + investor contract + Contract setting out the terms under which some investor invests in the entity and setting out the rights which are conferred on that investor. + + + + + ultimate ownership + highest-level (top, end) ancestral ownership, evidenced by accounting consolidation, by some party of some other legal entity + + + + guarantees + provides a formal assurance or promise, esp. that certain conditions shall be fulfilled relating to a product, service, or transaction + + + + + has direct ownership + + + + + + + + + + + + + + + relates a formal organization to the situation in which it is owned directly by another entity + + + + has direct owning entity + + + + + + + relates a formal organization to a direct legal person / owner + + + + has investment entity + + + + + + + relates a legal person to a directly owned formal organization or subsidiary, depending on the percent ownership interest + + + + + has investment ownership + + + + relates a legal person to the context in which it owns a formal organization + + + + + has owned entity + + + + + + + + + + + + + + indicates a formal organization, including potentially a sole proprietorship, that is owned by a legal person + + + + + has owning entity + + + indicates a party that owns a formal organization + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/Partnerships/MetadataBEPartnerships.rdf b/data/ontologies/fibo-be/Partnerships/MetadataBEPartnerships.rdf new file mode 100644 index 00000000..20ef01dc --- /dev/null +++ b/data/ontologies/fibo-be/Partnerships/MetadataBEPartnerships.rdf @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Partnerships Module + The partnerships module contains ontologies that define concepts relating to types of partnerships, including incorporated and non-incorporated organizations. Partnerships are defined without reference to jurisdiction-specific legal forms. The abstractions distinguish between types of partnerships and related formation characteristics, as well as kinds of partners and types of partnership equity. + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + + + partnerships module + The partnerships module contains ontologies that define concepts relating to types of partnerships, including incorporated and non-incorporated organizations. Partnerships are defined without reference to jurisdiction-specific legal forms. The abstractions distinguish between types of partnerships and related formation characteristics, as well as kinds of partners and types of partnership equity. + + http://opensource.org/licenses/MIT + FIBO BE Partnerships Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Partnerships Module + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/Partnerships/Partnerships.rdf b/data/ontologies/fibo-be/Partnerships/Partnerships.rdf new file mode 100644 index 00000000..4c9996f5 --- /dev/null +++ b/data/ontologies/fibo-be/Partnerships/Partnerships.rdf @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + Partnerships Ontology + This ontology defines partnerships and related concepts. The concepts distinguish general from limited partners, as well as the types of equity that they hold. Included are abstract definitions of partnership types based on whether they have general, limited or both kinds of partners. Both legally incorporated and non incorporated forms of partnerships are covered. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/Partnerships/Partnerships.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/Partnerships/Partnerships.rdf version of this ontology was modified per the FIBO 2.0 RFC to reference shareholders' equity vs. stockholders' equity and correct a number of restrictions. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/Partnerships/Partnerships.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/Partnerships/Partnerships.rdf version of this ontology was modified to reflect the move of hasObjective to FND to enable higher level reuse. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190401/Partnerships/Partnerships.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/BE/20190901/Partnerships/Partnerships.rdf version of this ontology was modified to eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200201/Partnerships/Partnerships.rdf version of this ontology was restructured to simplify the overall structure of partnerships, eliminate kinds of partnerships that do not exist, simplify the concept of a partnership agreement, loosen or eliminate restrictions as appropriate, add common forms of partnership that were missing, and revise definitions to be ISO 704 compliant. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/Partnerships/Partnerships.rdf version of this ontology was modified to reflect the move of OrganizationMember from Parties to Organizations in FND. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/Partnerships/Partnerships.rdf version of this ontology was modified to fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/Partnerships/Partnerships.rdf version of this ontology was modified to address text formatting hygiene issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220801/Partnerships/Partnerships.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/Partnerships/Partnerships.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/Partnerships/Partnerships.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/Partnerships/Partnerships.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + + + + + + + general partner + partner and part-owner that is responsible for managing the day to day operations of the partnership and that may be jointly and severally liable for the obligations of the partnership + Note that although typically a general partner is a person, in the context of certain funds, such as private equity, a general partner may be a firm that manages the fund. + + + + + + + + + + + + + + + + + + 2 + + + + + general partnership + partnership that has at least two general partners that agree to share in all assets, profits, and financial and legal liabilities of the business + GP + General partnerships are the most basic and common form of partnership world-wide. + + + + + limited liability limited partnership + limited partnership that consists of one or more general partners who are liable for the obligations of the entity as well as one or more protected limited liability partners + LLLP + The primary difference between an LLLP and more traditional limited partnership is that an LLLP allows liability transfer from the general partner's (to external insurer) for debts and obligations of the limited partnership. Typically, general partners manage the LLLP, while the limited partners' interest is primarily for investment purposes. + + + + + + + + + + + limited liability partnership + + partnership that has general partners but provides its individual partners some level of protection against personal liability for certain partnership liabilities + Law firms, accountancies, wealth managers, professional medical groups, and other professional consultancies often take the form of a limited liability partnership. + One example of a limited liability partnership is that of an incorporated limited partnership (ILP) in Australia. + LLP + LLPs are a flexible legal and tax entity that allows partners to benefit from economies of scale by working together while also reducing their liability for the actions of other partners. + + + + + limited partner + + partner whose liabilities are limited to the extent of their investment or guarantees and that has no involvement in the day to day operations of the partnership + + + + + + + + + + + + + + + + + limited partnership + partnership that has at least one general partner and at least one limited partner + In the United States, film production companies, real estate investment firms, and private equity firms are typically formed as limited partnerships. In the United Kingdom, limited partnerships are governed by the Limited Partnerships Act 1907 and, on matters on which that Act is silent, also by the Partnership Act 1890. + LP + Limited partnerships are distinct from limited liability partnerships, in which all partners have limited liability. Similar to a general partnership, the general partners have management control, share the right to use partnership property, share the profits of the firm in predefined proportions, and have joint and several liability for the debts of the partnership. + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + partner + co-owner, member, and agent of a partnership whose participation level, including proportional liabilities and share in the profit / loss of the business is specified in a partnership agreement + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + partnership + association of two or more legal persons to carry on as co-owners a business for profit + Partnerships exist in many countries world-wide. Examples of the laws related to the establishment and operation of partnerships include the Partnership Act of 1890 in the United Kingdom and the Uniform Partnership Act in the United States. + Whether or not partnerships are established through, for example, incorporation, depends on the jurisdiction. Partnerships typically not corporations in the US, but can be in Australia and Ghana. See https://legalvision.com.au/what-are-incorporated-limited-partnerships/ and http://swiftlaw.co/incorporated-partnership/ for additional details. + + + + + + + + + + + partnership agreement + contract between partners in a partnership that establishes the terms and conditions of the relationship between the partners + articles of partnership + + + + + has general partner + + + indicates an actor that has some measure of control over the partnership + + + + + has limited partner + + + indicates an actor that may have some measure of influence over the partnership + + + + + is general partner of + + + + indicates the organization that the general partner manages + + + + + is limited partner of + + + + indicates the organization that the limited partner participates in + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/PrivateLimitedCompanies/MetadataBEPrivateLimitedCompanies.rdf b/data/ontologies/fibo-be/PrivateLimitedCompanies/MetadataBEPrivateLimitedCompanies.rdf new file mode 100644 index 00000000..291f3457 --- /dev/null +++ b/data/ontologies/fibo-be/PrivateLimitedCompanies/MetadataBEPrivateLimitedCompanies.rdf @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Private Limited Companies Module + The private limited companies module defines business entities that are hybrid in nature, having certain characteristics of both a corporation and a partnership or sole proprietorship. + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + + + private limited companies module + The private limited companies module defines business entities that are hybrid in nature, having certain characteristics of both a corporation and a partnership or sole proprietorship. + + http://opensource.org/licenses/MIT + FIBO BE Private Limited Companies Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Private Limited Companies Module + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf b/data/ontologies/fibo-be/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf new file mode 100644 index 00000000..f09bcea6 --- /dev/null +++ b/data/ontologies/fibo-be/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + +]> + + + + Private Limited Companies Ontology + This ontology defines the fundamental concepts for representing private limited companies -- i.e., companies that have characteristics of corporations and of partnerships but are neither. + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies, and add limited liability company, limited liability company taxed as a corporation, managing member, and private limited company. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of this ontology was modified to eliminate a smart quote in an explanatory note on manager-managed limited liability company, and to reflect the move of OrganizationMember from Parties to Organizations in FND + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of this ontology was modified to fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/BE/20211201/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230201/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2016-2025 EDM Council, Inc. + Copyright (c) 2016-2025 Object Management Group, Inc. + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + limited liability company + private limited company that combines the pass through taxation of a sole proprietorship or partnership with the limited liability of a corporation + LLC + + + + + + + + + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + limited liability company member + owner of an interest in a limited liability company + + + + + limited liability company taxed as a corporation + limited liability company that has elected to have corporate tax status + C-LLC + In the United States, LLCs that elect to be taxed as a corporation do so by filing an IRS Form 8832. + + + + + manager-managed limited liability company + limited liability company in which the members appoint one or more managers to handle the daily operations and administrative responsibilities of the organization + If no members are interested in managing the LLC, an external manager (someone who doesn't own any portion of the LLC) can be hired to run the business operations, including, in some jurisdictions, a third-party entity, such as another company. + + + + + + + + + + + + + + + + + managing member + owner of an interest in a limited liability company who also runs the day-to-day business operations + + + + + + private company with limited liability + hybrid business entity having characteristics of both a corporation and a partnership or sole proprietorship (depending on how many owners there are) + https://en.wikipedia.org/wiki/Limited_liability_company#Overview + A private company with limited liability, although a business entity, is not a corporation. The primary characteristic this legal form shares with a corporation is limited liability, and the primary characteristic it shares with a partnership is the availability of pass-through income taxation. It is often more flexible than a corporation, and it is well-suited for companies with a single owner. + + + + + private limited company + private limited company whose shareholders' liability is limited to the capital they originally invested + Ltd. + Private limited companies are common in countries including the U.K., Ireland, and Canada. They have one or more members, also called shareholders or owners, who buy in through private sales. Directors are company employees who keep up with all administrative tasks and tax filings but do not need to be shareholders. + + + + + has managing member + + indicates a managing member in a controlling role of a limited liability company that has responsibility for the day-to-day business operations + + + + + is managing member of + + + indicates the controlled limited liability company that the managing member runs + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/README.md b/data/ontologies/fibo-be/README.md new file mode 100644 index 00000000..002c4c36 --- /dev/null +++ b/data/ontologies/fibo-be/README.md @@ -0,0 +1,10 @@ + + +# Business Entities (BE) + +This directory contains ontologies belonging to the FIBO Business Entities (BE) Domain. This domain defines business concepts that are used for data governance, interoperability, and in regulatory reporting about business entities. + +## Links + +- [FIBO Viewer](https://spec.edmcouncil.org/fibo/ontology/BE/MetadataBE/BEDomain) +- [WIKI](https://wiki.edmcouncil.org/display/BE) diff --git a/data/ontologies/fibo-be/SoleProprietorships/MetadataBESoleProprietorships.rdf b/data/ontologies/fibo-be/SoleProprietorships/MetadataBESoleProprietorships.rdf new file mode 100644 index 00000000..4f8f5b32 --- /dev/null +++ b/data/ontologies/fibo-be/SoleProprietorships/MetadataBESoleProprietorships.rdf @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Sole Proprietorships Module + The sole proprietorships module includes ontologies describing business entities or financial ventures that are carried out by a single person who is directly responsible for all liabilities of that venture. + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + + + sole proprietorships module + The sole proprietorships module includes ontologies describing business entities or financial ventures that are carried out by a single person who is directly responsible for all liabilities of that venture. + + http://opensource.org/licenses/MIT + FIBO BE Sole Proprietorships Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Sole Proprietorships Module + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/SoleProprietorships/SoleProprietorships.rdf b/data/ontologies/fibo-be/SoleProprietorships/SoleProprietorships.rdf new file mode 100644 index 00000000..0f702708 --- /dev/null +++ b/data/ontologies/fibo-be/SoleProprietorships/SoleProprietorships.rdf @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + +]> + + + + Sole Proprietorships Ontology + This ontology defines the fundamental concepts for representing sole proprietorships -- i.e., organizations that are owned by an individual that is responsible for the liabilities of the organization. + Copyright (c) 2016-2025 EDM Council, Inc. +Copyright (c) 2016-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20160201/SoleProprietorships/SoleProprietorships.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/SoleProprietorships/SoleProprietorships.rdf version of this ontology was modified to use natural person rather than legally capable person. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/SoleProprietorships/SoleProprietorships.rdf version of this ontology was modified to eliminate a redundant subclass relationship, enhance ownership relations, and revise definitions to be ISO 704 compliant. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200601/SoleProprietorships/SoleProprietorships.rdf version of this ontology was modified to eliminate unnecessary references to external sources. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210301/SoleProprietorships/SoleProprietorships.rdf version of this ontology was modified to make sole proprietorship a subclass of legal person. + The https://spec.edmcouncil.org/fibo/ontology/BE/20220101/SoleProprietorships/SoleProprietorships.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/SoleProprietorships/SoleProprietorships.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/SoleProprietorships/SoleProprietorships.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2016-2025 EDM Council, Inc. + Copyright (c) 2016-2025 Object Management Group, Inc. + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + sole proprietor + party that owns a business, has the rights to all profits from that business and is considered a single entity (unincorporated) together with that business for tax and liability purposes + A sole proprietor has unlimited liability with respect to any business debts. + sole owner + sole trader + + + + + + + + + + 1 + + + + + + + + + sole proprietorship + unincorporated business owned by a single person + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/Trusts/MetadataBETrusts.rdf b/data/ontologies/fibo-be/Trusts/MetadataBETrusts.rdf new file mode 100644 index 00000000..b91e36de --- /dev/null +++ b/data/ontologies/fibo-be/Trusts/MetadataBETrusts.rdf @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + Metadata about the EDMC-FIBO Business Entities (BE) Trusts Module + The trusts module defines types of trusts as formally constituted organizations with specific parties as set down in law for trusts (trustor, trustee and beneficiary), each of these being signatories to a trust agreement. + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + 2023-01-27T18:00:00 + + + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + + + trusts module + The trusts module defines types of trusts as formally constituted organizations with specific parties as set down in law for trusts (trustor, trustee and beneficiary), each of these being signatories to a trust agreement. + + http://opensource.org/licenses/MIT + FIBO BE Trusts Module + Financial Industry Business Ontology (FIBO) Business Entities (BE) Trusts Module + + Copyright (c) 2015-2023 EDM Council, Inc. + Copyright (c) 2015-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/Trusts/Trusts.rdf b/data/ontologies/fibo-be/Trusts/Trusts.rdf new file mode 100644 index 00000000..d6436f14 --- /dev/null +++ b/data/ontologies/fibo-be/Trusts/Trusts.rdf @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + Trusts Ontology + This ontology defines the fundamental common terms for trusts. Trusts are entities set up in terms of the applicable local statutes goerning trusts, and have as a minimum three specific, defined parties, known in many jurisdictions as trustor (sometimes sponsor), trustee and beneficiary. The terms in this ontology may be extended as necessary to represent specific types of trust, for example in the funds arena. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/20131101/Trusts/Trusts.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/20150201/Trusts/Trusts.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20180801/Trusts/Trusts.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies. + The https://spec.edmcouncil.org/fibo/ontology/BE/20181101/Trusts/Trusts.rdf version of this ontology was modified to eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/BE/20200301/Trusts/Trusts.rdf version of this ontology was modified to add a number of kinds of trusts, clean-up extraneous concepts, and eliminate circularity and ambiguity in definitions. + The https://spec.edmcouncil.org/fibo/ontology/BE/20201201/Trusts/Trusts.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210101/Trusts/Trusts.rdf version of this ontology was modified to reflect the move of OrganizationMember from Parties to Organizations in FND. + The https://spec.edmcouncil.org/fibo/ontology/BE/20210401/Trusts/Trusts.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230101/Trusts/Trusts.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/BE/20230301/Trusts/Trusts.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/BE/20240101/Trusts/Trusts.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250301/Trusts/Trusts.rdf version of this ontology was modified to move hasBeneficiary and isBeneficiaryOf to contracts (DER-55a). + The https://spec.edmcouncil.org/fibo/ontology/BE/20250501/Trusts/Trusts.rdf version of this ontology was modified to to use new constructs from the Commons 1.3 Business Authorizations ontology (FND-401). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + irrevocable trust + trust that cannot be modified, amended or terminated except under certain legal circumstances and typically not without the permission of the grantor's named beneficiary or beneficiaries + Irrevocable trusts also offer asset protection from future creditors and lawsuits. + + + + + living trust + trust created during an individual's lifetime where a designated person, the trustee, is given responsibility for managing that individual's assets for the benefit of the eventual beneficiary + A living trust is designed to allow for the easy transfer of the trust creator or settlor's assets while bypassing the often complex and expensive legal process of probate. Living trust agreements designate a trustee who holds legal possession of assets and property that flow into the trust. + + + + + revocable trust + + trust in which legal ownership of the trust property is transferred to the trustee, but the trustor retains full power to revoke, modify or amend the trust + + + + + testamentary trust + trust established in accordance with the instructions contained in a last will and testament + A will could have more than one testamentary trust. The trustee named is responsible for managing and distributing the trustor's assets to the beneficiaries as directed in the will. Sometimes called a will trust, the testamentary trust is irrevocable. + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + trust + fiduciary relationship and legal entity in which one party, known as a trustor, gives another party, the trustee, the right to hold title to and manage assets for the benefit of a third party, the beneficiary + + + + + + + + + + + + + + + + + + + + + + + trust agreement + formal agreement that establishes a trust, whereby the trustor(s) gives the trustee(s) the responsibility to hold and manage assets for the beneficiary(ies) + A trust agreement typically states the (1) purpose for which the trust was established and fulfillment of which will terminate the trust, (2) details of the assets placed in the trust, (3) powers and limitations of the trustees, their reporting requirements, and other associated provisions, and (4) may also specify the trustees' compensation, if any. A trust agreement involving real estate requires its exact description and the trustor's express, written consent to create the trust to be valid. + trust deed + trust document + trust instrument + + + + + + + + + + + + + + + + trust beneficiary + party for whose interest (benefit) an annuity, assignment (such as a letter of credit), contract, insurance policy, judgment, promise, trust, will, etc., is made + + + + + + + + + + + + + + + + trust fund manager + party empowered to act on behalf of the trustee to manage the assets of the trust + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + trustee + party that holds and manages assets for the benefit of another + The trustee is legally obliged to make all trust-related decisions with the beneficiary's interests in mind, and may be liable for damages in the event of not doing so. Trustees may be entitled to a payment for their services, if specified in the trust agreement. In the specific case of the bond market, a trustee administers a bond issue for a borrower, and ensures that the issuer meets all the terms and conditions associated with the borrowing. + + + + + + + + + + + + + + + + + + 1 + + + + + trustor + party that establishes a trust and places property under the protection and management of one or more trustees for the benefit of at least one beneficiary + It is not always necessary to identify the trustor who may be also be a trustee and/or one of the beneficiaries. In legal parlance, a trustor is called a settlor in the UK and a grantor in the US, whereas in common usage he or she may also be called a creator, donor, initiator, owner, or trust maker. + grantor + settlor + + + + true + + + + + + has trustee + + + + links a trust to a named trustee + + + + true + + + + + + is trustee of + + + identifies the trust over which a trustee has some measure of control + + + \ No newline at end of file diff --git a/data/ontologies/fibo-be/catalog-v001.xml b/data/ontologies/fibo-be/catalog-v001.xml new file mode 100644 index 00000000..2bd8ddaf --- /dev/null +++ b/data/ontologies/fibo-be/catalog-v001.xml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/ontologies/fibo-fnd/Accounting/AccountingEquity.rdf b/data/ontologies/fibo-fnd/Accounting/AccountingEquity.rdf new file mode 100644 index 00000000..5409f7a8 --- /dev/null +++ b/data/ontologies/fibo-fnd/Accounting/AccountingEquity.rdf @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + +]> + + + + Accounting Equity Ontology + This ontology defines equity-related concepts for use in defining other FIBO ontology elements. These are based on basic accounting principles as they relate to equity, debt, assets and liabilities of a firm. Equity forms the basis for ownership of certain forms of corporate body. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Accounting/AccountingEquity.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/Accounting/AccountingEquity.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Accounting/AccountingEquity.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report, namely, to rename MoneyAmount to AmountOfMoney and replace it herein with MonetaryAmount, as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/Accounting/AccountingEquity.rdf version of this ontology was modified per the FIBO 2.0 RFC to rework definitions in support of revised Business Entities, Equities and related ontologies. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Accounting/AccountingEquity.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Accounting/AccountingEquity.rdf version of this ontology was modified to augment the definition of asset, and add income. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200101/Accounting/AccountingEquity.rdf version of this ontology was modified to add physical asset and eliminate ambiguity in some definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201001/Accounting/AccountingEquity.rdf version of this ontology was modified to fix spelling errors and deprecate the property represents an interest in, which is not used elsewhere and is confusing. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/Accounting/AccountingEquity.rdf version of this ontology was modified to make income a subclass of monetary amount and eliminate the oblique restriction on monetary amount to simplify its representation. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220301/Accounting/AccountingEquity.rdf version of this ontology was modified to eliminate the deprecated 'represents an interest in' property. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220401/Accounting/AccountingEquity.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Accounting/AccountingEquity.rdf version of this ontology was modified to add a definition for EBITDA. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Accounting/AccountingEquity.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230601/Accounting/AccountingEquity.rdf version of this ontology was modified to correct the definition of EBITDA and to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Accounting/AccountingEquity.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + capital surplus + capital contributed in excess of the par value (stated value) of the ownership interest issued + + + + + + + + + 0 + + + earnings before interest, taxes, depreciation and amortization + measure of potential cash flow that excludes the effects of capital structure, taxes and non-cash expenses + EBITDA + By stripping out the non-cash depreciation and amortization expense as well as taxes and debt costs dependent on the capital structure, EBITDA attempts to represent cash profit generated by the company's operations. EBITDA is not a metric recognized under Generally Accepted Accounting Principles (GAAP). Some public companies report EBITDA in their quarterly results along with adjusted EBITDA figures typically excluding additional costs, such as stock-based compensation. + EBITDA is often used as a proxy for cash flow, as it shows how much cash a company can generate from its core operations. However, EBITDA has some limitations, such as ignoring the cost of maintaining and replacing capital assets, and being susceptible to manipulation by excluding certain expenses. + + + + + financial asset + non-physical, tangible asset whose value is derived from a contractual claim, such as bank deposits, bonds, stocks, rights, certificates, and bank balances + Financial assets are typically more liquid than other tangible assets, such as commodities or real estate. Financial assets may not cover all assets that might be included on a balance sheet, and do not include tangible, physical assets or intangible assets such as intellectual property. + + + + + + + + + 1 + + + income + revenue received during a period of time + Income includes cash or cash equivalent(s) received during some period of time in exchange for labor or services, from the sale of goods or property, or as receipts from financial investments. + + + + + + + + + 0 + + + + + + + + + + + + + + + owners' equity + owners' share in a business plus operating profit + Barron's Dictionary of Banking Terms, Sixth Edition, 2012. + Owner's equity is represented by capital investments and accumulated earnings less any dividends or other financial obligations. It is typically used to talk about equity in a business, but may also refer to the net assets of a pool or special purpose vehicle. + capital + contributed capital + equity + net worth + + + + + paid-in capital + assets received from investors in exchange for an ownership interest + + + + + physical asset + + tangible asset that has a material form, such as property, equipment, and inventory + Physical (tangible) assets are real items of value that are used to generate revenue for a company. + + + + + retained earnings + net profits kept to accumulate in a business after dividends are paid + If the corporation takes a loss, then that loss is retained and called variously retained losses, accumulated losses or accumulated deficit. Retained earnings and losses are cumulative from year to year with losses offsetting earnings. + + + + + shareholders' equity + equity that is manifested in the form of shares in an entity, fund or structured product + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Accounting/CashFlows.rdf b/data/ontologies/fibo-fnd/Accounting/CashFlows.rdf new file mode 100644 index 00000000..1f7a1929 --- /dev/null +++ b/data/ontologies/fibo-fnd/Accounting/CashFlows.rdf @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + +]> + + + + CashFlows Ontology + This ontology defines cash flow concepts for use in defining other FIBO ontology elements. + Copyright (c) 2025 EDM Council, Inc. +Copyright (c) 2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + Copyright (c) 2025 EDM Council, Inc. + Copyright (c) 2025 Object Management Group, Inc. + + + + + + + + 1 + + + + + + 1 + + + + + + + 1 + + + cash flow + + the movement of money from some source to some sink + From the perspective of an individual investor, the transaction date is the day when the investor's order is executed in the market. However, the process doesn't end there. The value date, on the other hand, is when the transaction actually settles, meaning when the buyer receives the securities and the seller gets the money. This lag between the transaction and value dates is known as the settlement period, which can vary depending on the type of security involved. + One of the primary concepts in value dating is the 'value date', which is the date on which the funds from a transaction are considered available for use. This date can be influenced by various factors, including the type of transaction, the currencies involved, and the policies of the financial institutions handling the transaction. For instance, in international transactions, the value date might be delayed due to the time required for currency conversion and cross-border fund transfers. + + + + + + + + + 1 + + + + + + + 0 + + + + + + + + + cash flow structure + the structure related to one or more cash flows + Cash flow structures may involve not only cash flows, but the kind of schedule, historic payments, projected payments, a link or links to the relevant contract(s) or account(s), and possibly some triggering event. + + + + + triggering event + event that relates to or triggers some aspect of a credit default swap + A triggering event is typically a credit event, but could be anything that happens in the marketplace. For example, a weather-specific contract could be triggered by a hurricane - which wouldn't be considered a credit event per se. + + + + + has source of funds + refers to the origin of some amount of money + Typical sources include accounts, payments, etc. + + + + + has target of funds + refers to the sink for some amount of money + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Accounting/CurrencyAmount.rdf b/data/ontologies/fibo-fnd/Accounting/CurrencyAmount.rdf new file mode 100644 index 00000000..f06b766f --- /dev/null +++ b/data/ontologies/fibo-fnd/Accounting/CurrencyAmount.rdf @@ -0,0 +1,496 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + Currency Amount Ontology + This ontology defines currency and monetary amount related concepts for use in defining other FIBO ontology elements. There are two distinct kinds of concepts that correspond to money and amounts: a concrete, actual amount of money, and the monetary measure of something denominated in some currency. These are dimensionally the same but whereas 'money amount' is defined as an amount of money, 'monetary amount' is an abstract monetary measure. + +The definition of currency provided herein is compliant with the definitions given in ISO 4217. ISO 4217 provides universally applicable coded representations of names of currencies and funds, used internationally for financial transaction support. The ontology has been partitioned into 2 parts: (1) the essential concept system describing the standard (this module), and (2) ISO4217-1-CurrencyCodes, which contains all of the individuals specified in ISO 4217. + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + The FIBO FND 1.0 (https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Accounting/CurrencyAmount.rdf) version of this ontology was modified per the additions introduced in the FIBO FBC RFC and related issue resolutions identified in the FIBO FND 1.1 RTF report and https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.1/, including adding support for ISO 4217 currency codes. + The FIBO FND 1.1 (https://spec.edmcouncil.org/fibo/ontology/FND/20160201/Accounting/CurrencyAmount.rdf) version of this ontology was modified per FIBO 2.0 RFC, including the addition of a new hasMonetaryAmount property as a superproperty of others required by various FIBO domain teams and integration with LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20000601/Accounting/CurrencyAmount/ version of this ontology was modified to replace a redundant concept, calculation formula with formula. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Accounting/CurrencyAmount.rdf version of this ontology was modified to include several classes to support automated inclusion of all ISO 4217 codes published as of 2018-06-04, and to revise definitions per the eighth edition of the specification. + The https://spec.edmcouncil.org/fibo/ontology/FND/20181101/Accounting/CurrencyAmount/ version of this ontology was modified to use the generic statistical measures and measurements now in FND. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/Accounting/CurrencyAmount/ version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Accounting/CurrencyAmount/ version of this ontology was modified to improve definitions for notional amount and currency identifier. + The https://spec.edmcouncil.org/fibo/ontology/FND/20191201/Accounting/CurrencyAmount/ version of this ontology was modified to correct the explanatory note on currency identifier. + The https://spec.edmcouncil.org/fibo/ontology/FND/20191201/Accounting/CurrencyAmount/ version of this ontology was modified to eliminate duplication with concepts in LCC, dependencies on a couple of ontologies that were unnecessary, eliminate references to external dictionary sites that no longer resolve, clean up ambiguity in definitions, eliminate a redundant property, and add unit price. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/Accounting/CurrencyAmount/ version of this ontology was modified to loosen a restriction on currency to allow for more than one numeric currency code, which was necessitated by the October 2021 update to the ISO currency code definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220101/Accounting/CurrencyAmount/ version of this ontology was modified to move the definition of precious metal and the corresponding identifier to this ontology from Products and Services to simplify imports in cases where the broader definitions for commodities are not required and deprecated isTenderIn, given that we have used the property isUsedBy for this purpose in the currency codes themselves. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220201/Accounting/CurrencyAmount/ version of this ontology was modified to add a restriction to indicate the currency on percentage monetary amount, make currency a subclass of unit of measure, and deprecate the notion of monetary measure, which is more about monetary policy and was incorrectly used in a few places, and is out of scope for our current set of use cases. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220301/Accounting/CurrencyAmount/ version of this ontology was modified to eliminate hygiene errors with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Accounting/CurrencyAmount.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Accounting/CurrencyAmount.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Accounting/CurrencyAmount.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231101/Accounting/CurrencyAmount.rdf version of this ontology was modified to tease out the distinction between the nominal and notional amount, which were confused (DER-127) and to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Accounting/CurrencyAmount.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/Accounting/CurrencyAmount.rdf version of the ontology was modified to replace hasConstituent with hasMember for better semantic consistency (FND-396). + (1) The present version of the ontology covers the English sections of the ISO 4217 standard only, and (2) UTF-8 character encodings are employed in names in the currency codes ontology to support the broadest number of tools. + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + ISO 4217 Codes for the representation of currencies and funds, Eighth edition, 2015-08-01 + ISO 4217 Codes for the representation of currencies and funds, Seventh edition, 2008-07-15 + + + + + + + + + 1 + + + amount of money + amount of readily available cash in banknotes and coins + This is an actual sum of money, not the measure of a sum of money in monetary units, although it has the same basic properties (decimal number with a currenct unit). + cash + + + + + + + + + 1 + + + calculated price + monetary price determined by a formula + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + currency + medium of exchange value, defined by reference to the geographical location of the monetary authorities responsible for it + Codes for the representation of currencies and funds, ISO 4217, Eighth edition, 2015-08-01, section 3.2 + currency unit + monetary unit + + + + + + + + + + + currency basket + selected group of currencies, in which the weighted average is used as a measure of the value or the amount of an obligation + A currency basket functions as a benchmark for regional currency movements; its composition and weighting depends on its purpose. + Codes for the representation of currencies and funds, ISO 4217, Eighth edition, 2015-08-01, section 3.2 + + + + + + + + + + 1 + + + + + + + + + currency identifier + sequence of characters representing some currency + Codes for the representation of currencies and funds, ISO 4217, Eighth edition, 2015-08-01, section 3.2 + The first (left-most) two characters of the ISO 4217 3-letter currency identifier relate to the currency authority that issues the currency, and is, in most cases the ISO 3166-1 alpha 2 code for the geopolitical entity whose central bank is the issuer. The third (right-most) character of the identifier (alphabetic code) is an indicator derived from the name of the major currency unit or fund. If the currency is not associated with a single geographical entity as described in ISO 3166-1, typically a specially allocated identifier (alpha-2 code) is used to describe the currency authority. This code has been allocated by the Maintenance Agency from within the user-assigned range of codes XA to XZ specified in 8.1.3 of ISO 3166-1:2013. The character following X will be a mnemonic, where possible, derived from the name of the geographical area concerned. + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + exchange rate + rate at which one currency can be exchanged for another + The exchange rate between the U.S. dollar and British pound is distinct from the exchange rate between the U.S. dollar and the euro. + + + + + + + + + 1 + + + funds + artificial currency used as calculation basis for another currency(s) and accounting purposes + Codes for the representation of currencies and funds, ISO 4217, Eighth edition, 2015-08-01, section 3.3 + + + + + + + + + + 1 + + + + + + + + + funds identifier + sequence of characters that can be used to uniquely identify funds + Codes for the representation of currencies and funds, ISO 4217, Eighth edition, 2015-08-01, section 3.2 + + + + + + + + + 1 + + + interest rate + amount charged, expressed as a percentage of principal, in exchange for the use of assets + Interest rates are typically noted on an annual basis, known as the annual percentage rate (APR). The assets borrowed could include cash, consumer goods, and large assets such as a vehicle or building. The rate is derived by dividing the amount of interest by the amount of principal borrowed. Interest rates are quoted on bills, notes, bonds, credit cards, and many kinds of consumer and business loans. + + + + + + + + + 1 + + + + + + + 1 + + + monetary amount + measure that is an amount of money specified in monetary units + + + + + + monetary price + price that that is expressed as a monetary amount + As the consideration given in exchange for transfer of ownership, price forms the essential basis of commercial transactions. It may be fixed by a contract, left to be determined by an agreed upon formula at a future date, or discovered or negotiated during the course of dealings between the parties involved. In commerce, price is determined by what (1) a buyer is willing to pay, (2) a seller is willing to accept, and (3) the competition is allowing to be charged. + + + + + + + + + 1 + + + percentage monetary amount + measure of some amount of money expressed as a percentage of some other amount, some notional amount or some concrete money amount + + + + + + + + 1 + + + + + + + + + precious metal + metal that is considered to be rare and/or have a high economic value + + + + + + + + + + 1 + + + + + + + + + precious metal identifier + sequence of characters uniquely identifying the precious metal in some context + + + + + price + amount of money, goods, or services requested, expected, required, or given in exchange for something else + + + + + unit of account + nominal monetary unit of measure used to represent the real value (or cost) of any economic item; i.e. goods, services, assets, liabilities, income, expenses + + + + + + + + + + 1 + + + + + + + + + unit of account identifier + sequence of characters that can be used to uniquely identify a nominal monetary unit + + + + + + + + + + + unit price + monetary price expressed in relation to a well-known measurable unit by which the goods or services are allocated + For example, gold is commonly measured in troy ounces, grams, etc., and oil is measured in terms of barrels. + + + + + has amount + + total number or quantity + + + + + + has base currency + + specifies a unit of currency representing R units of the dealt currency, where R is the exchange rate value, in an exchange rate + + + + + has currency + + specifies the medium of exchange value in which something, such as a monetary amount is denominated + + + + + has dealt currency + + specifies a unit of currency representing the exchanged (target) currency in an exchange rate; R units of this currency represent one unit of the base currency + + + + + has funds type + + + indicates the type of funds, such as next day for US funds + + + + + has minor unit + + relates a code for the minor unit of currency to the currency or fund + Requirements sometimes arise for values to be expressed in terms of minor units of currency. When this occurs, it is necessary to know the decimal relationship that exists between the currency concerned and its minor unit. +- 0 means that there is no minor unit for the currency; +- 1, 2, and 3 signify a ratio of 10 to 1, 100 to 1 and 1000 to 1 respectively. + + + + + has monetary amount + + specifies a value for something in terms of an amount of money and the currency in which it is denoted + + + + + has notional amount + + has a generally unchangeable value used for certain calculations, expressed as some monetary amount + ISO 10962:2019, Securities and related financial instruments - Classification of financial instruments (CFI) code, Fourth Edition, 2019-10, clause 6.8.2 + For certain kinds of derivative instruments, including but not limited to swaps, the notional amount indicates face amount of a swap upon which the payment streams for that swap are based. While this is typically constant throughout the lifetime of a contract, it can be accreting, amortizing, or custom, such as in the case of a notional step schedule. + The notional amount (or notional principal amount or notional value) on a financial instrument is typically the face amount used to calculate payments made on that instrument. This amount generally does not change and is thus referred to as notional. + + When applied to a swap this is the amount used for calculating the actual value of the interest due. Also known as notional value when describing derivative contracts in the options, futures, and currency markets, this term is often used to value the underlying asset in a derivatives trade. It can be the total value of a position, how much value a position controls, or an agreed-upon amount in a contract. + + An example is that a firm might have a variable rate loan on $100,000 but decide to swap only $40,000. The $40,000 is the notional amount of the swap and becomes the amount on which interest is paid. + + + + + has numeric code + + relates a numeric code to something, such as a currency or fund + In the case of currency codes, the numeric currency code is derived, where possible, from the United Nations Standard Country or Area Code. Additional codes to meet special requirements (as described in 5.1.3) and in respect of funds will be allocated as necessary from within the user-assigned range of codes 950 to 998. Funds codes are allocated in descending order commencing at 998. + + + + + has price + + indicates the value of something expressed as an amount of money or goods + + + + + has rate value + + has a value for a rate expressed as a number (may be a percentage or raw number) + + + + + is price for + + + links a price to something it provides a value for + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Accounting/ISO4217-CurrencyCodes.rdf b/data/ontologies/fibo-fnd/Accounting/ISO4217-CurrencyCodes.rdf new file mode 100644 index 00000000..b9a3e1cf --- /dev/null +++ b/data/ontologies/fibo-fnd/Accounting/ISO4217-CurrencyCodes.rdf @@ -0,0 +1,3775 @@ + + + + + + + + + + + + + + + + + + +]> + + + + ISO 4217-1 Currency Codes Ontology + This ontology represents the subset of the ISO 4217 standard that include the actual currency codes. + 2023-01-01T00:00:00 + Copyright (c) 2015-2025 EDM Council, Inc. + Copyright (c) 2015-2025 Object Management Group, Inc. + Copyright (c) 2015-2025 Thematix Partners LLC + Copyright (c) 2015-2025 Copyright (c) 2022-2025 agnos.ai UK Ltd. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-03-19T00:00:00 + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Accounting/ISO4217-CurrencyCodes/ version of this ontology was modified to replace Swaziland with Eswatini, which was revised by the LCC 1.1 RTF to reflect the change to the country name per the U.N. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190401/Accounting/ISO4217-CurrencyCodes/ version of this ontology was modified to eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Accounting/ISO4217-CurrencyCodes/ version of this ontology was modified to eliminate unnecessary dependencies on the relations ontology, and to replace rdfs:comment with skos:definition per FIBO policy. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220101/Accounting/ISO4217-CurrencyCodes/ version of this ontology was modified to reflect latest ISO and LCC data. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220201/Accounting/ISO4217-CurrencyCodes/ version of this ontology reflects the move of precious metal from products and services to currency amount, with no additional changes to the codes themselves. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220301/Accounting/ISO4217-CurrencyCodes/ version of this ontology was modified to address hygiene errors with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Accounting/ISO4217-CurrencyCodes/ version of this ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary and reference the latest updates to the ISO currency codes. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Accounting/ISO4217-CurrencyCodes.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Accounting/ISO4217-CurrencyCodes.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + This version was compared with and modified per the ISO XML file as published on January 1, 2023, available at https://www.six-group.com/en/products-services/financial-information/data-standards.html. + + Copyright (c) 2015-2025 EDM Council, Inc. + Copyright (c) 2015-2025 Object Management Group, Inc. + Copyright (c) 2015-2025 Thematix Partners LLC + Copyright (c) 2022-2025 agnos.ai UK Ltd. + ISO 4217 Currency and funds code list, 2023-01-01, as maintained by the SNV, available at http://www.currency-iso.org/en/home.html + ISO 4217:2015 Codes for the representation of currencies and funds + This release includes all codes included in the ISO 4217 published code set. + + + + + ADB Unit of Account + the ADB Unit of Account + 965 + ADB Unit of Account + + + + + AED + the currency identifier for UAE Dirham + AED + + + + + + + + AFN + the currency identifier for Afghani + AFN + + + + + + + + ALL + the currency identifier for Lek + ALL + + + + + + + + AMD + the currency identifier for Armenian Dram + AMD + + + + + + + + ANG + the currency identifier for Netherlands Antillean Guilder + ANG + + + + + + + + AOA + the currency identifier for Kwanza + AOA + + + + + + + + ARS + the currency identifier for Argentine Peso + ARS + + + + + + + + AUD + the currency identifier for Australian Dollar + AUD + + + + + + + + AWG + the currency identifier for Aruban Florin + AWG + + + + + + + + AZN + the currency identifier for Azerbaijan Manat + AZN + + + + + + + + Afghani + the currency Afghani + 2 + 971 + + Afghani + + + + + Algerian Dinar + the currency Algerian Dinar + 2 + 012 + + Algerian Dinar + + + + + Argentine Peso + the currency Argentine Peso + 2 + 032 + + Argentine Peso + + + + + Armenian Dram + the currency Armenian Dram + 2 + 051 + + Armenian Dram + + + + + Aruban Florin + the currency Aruban Florin + 2 + 533 + + Aruban Florin + + + + + Australian Dollar + the currency Australian Dollar + 2 + 036 + + + + + + + + + Australian Dollar + + + + + Azerbaijan Manat + the currency Azerbaijan Manat + 2 + 944 + + Azerbaijan Manat + + + + + BAM + the currency identifier for Convertible Mark + BAM + + + + + + + + BBD + the currency identifier for Barbados Dollar + BBD + + + + + + + + BDT + the currency identifier for Taka + BDT + + + + + + + + BGN + the currency identifier for Bulgarian Lev + BGN + + + + + + + + BHD + the currency identifier for Bahraini Dinar + BHD + + + + + + + + BIF + the currency identifier for Burundi Franc + BIF + + + + + + + + BMD + the currency identifier for Bermudian Dollar + BMD + + + + + + + + BND + the currency identifier for Brunei Dollar + BND + + + + + + + + BOB + the currency identifier for Boliviano + BOB + + + + + + + + BOV + the funds identifier for Mvdol + BOV + + + + + + + + BRL + the currency identifier for Brazilian Real + BRL + + + + + + + + BSD + the currency identifier for Bahamian Dollar + BSD + + + + + + + + BTN + the currency identifier for Ngultrum + BTN + + + + + + + + BWP + the currency identifier for Pula + BWP + + + + + + + + BYN + the currency identifier for Belarusian Ruble + BYN + + + + + + + + BZD + the currency identifier for Belize Dollar + BZD + + + + + + + + Bahamian Dollar + the currency Bahamian Dollar + 2 + 044 + + Bahamian Dollar + + + + + Bahraini Dinar + the currency Bahraini Dinar + 3 + 048 + + Bahraini Dinar + + + + + Baht + the currency Baht + 2 + 764 + + Baht + + + + + Balboa + the currency Balboa + 2 + 590 + + Balboa + + + + + Barbados Dollar + the currency Barbados Dollar + 2 + 052 + + Barbados Dollar + + + + + Belarusian Ruble + the currency Belarusian Ruble + 2 + 933 + + Belarusian Ruble + + + + + Belize Dollar + the currency Belize Dollar + 2 + 084 + + Belize Dollar + + + + + Bermudian Dollar + the currency Bermudian Dollar + 2 + 060 + + Bermudian Dollar + + + + + Boliviano + the currency Boliviano + 2 + 068 + + Boliviano + + + + + Bolívar Soberano + the currency Bolívar Soberano + The Bolívar Soberano (VES) is redenominated by removing six zeros from the denominations. A new currency code VED/926 representing the new valuation (1,000,000 times old VES/928) is introduced on 1 October 2021 for any internal needs during the redenomination process, but is not replacing VES as the official currency code. The Central Bank of Venezuela will not adopt the new codes in the local system, VES/928 remains in use. The actual currency code VES/928 remains the valid code after 1 October 2021 to use in any future transactions to indicate the redenominated Bolívar Soberano. + 2 + 926 + 928 + + Bolívar Soberano + + + + + Bond Markets Unit European Composite Unit (EURCO) + the Bond Markets Unit European Composite Unit (EURCO) + 955 + Bond Markets Unit European Composite Unit (EURCO) + + + + + Bond Markets Unit European Monetary Unit (E.M.U.-6) + the Bond Markets Unit European Monetary Unit (E.M.U.-6) + 956 + Bond Markets Unit European Monetary Unit (E.M.U.-6) + + + + + Bond Markets Unit European Unit of Account 17 (E.U.A.-17) + the Bond Markets Unit European Unit of Account 17 (E.U.A.-17) + 958 + Bond Markets Unit European Unit of Account 17 (E.U.A.-17) + + + + + Bond Markets Unit European Unit of Account 9 (E.U.A.-9) + the Bond Markets Unit European Unit of Account 9 (E.U.A.-9) + 957 + Bond Markets Unit European Unit of Account 9 (E.U.A.-9) + + + + + Brazilian Real + the currency Brazilian Real + 2 + 986 + + Brazilian Real + + + + + Brunei Dollar + the currency Brunei Dollar + 2 + 096 + + Brunei Dollar + + + + + Bulgarian Lev + the currency Bulgarian Lev + 2 + 975 + + Bulgarian Lev + + + + + Burundi Franc + the currency Burundi Franc + 0 + 108 + + Burundi Franc + + + + + CAD + the currency identifier for Canadian Dollar + CAD + + + + + + + + CDF + the currency identifier for Congolese Franc + CDF + + + + + + + + CFA Franc BCEAO + the currency CFA Franc BCEAO + 0 + 952 + + + + + + + + + CFA Franc BCEAO + + + + + CFA Franc BEAC + the currency CFA Franc BEAC + 0 + 950 + + + + + + + CFA Franc BEAC + + + + + CFP Franc + the currency CFP Franc + 0 + 953 + + + + CFP Franc + + + + + CHE + the funds identifier for WIR Euro + CHE + + + + + + + + CHF + the currency identifier for Swiss Franc + CHF + + + + + + + + CHW + the funds identifier for WIR Franc + CHW + + + + + + + + CLF + the funds identifier for Unidad de Fomento + CLF + + + + + + + + CLP + the currency identifier for Chilean Peso + CLP + + + + + + + + CNY + the currency identifier for Yuan Renminbi + CNY + + + + + + + + COP + the currency identifier for Colombian Peso + COP + + + + + + + + COU + the funds identifier for Unidad de Valor Real + COU + + + + + + + + CRC + the currency identifier for Costa Rican Colon + CRC + + + + + + + + CUC + the currency identifier for Peso Convertible + CUC + + + + + + + + CUP + the currency identifier for Cuban Peso + CUP + + + + + + + + CVE + the currency identifier for Cabo Verde Escudo + CVE + + + + + + + + CZK + the currency identifier for Czech Koruna + CZK + + + + + + + + Cabo Verde Escudo + the currency Cabo Verde Escudo + 2 + 132 + + Cabo Verde Escudo + + + + + Canadian Dollar + the currency Canadian Dollar + 2 + 124 + + Canadian Dollar + + + + + Cayman Islands Dollar + the currency Cayman Islands Dollar + 2 + 136 + + Cayman Islands Dollar + + + + + Chilean Peso + the currency Chilean Peso + 0 + 152 + + Chilean Peso + + + + + Colombian Peso + the currency Colombian Peso + 2 + 170 + + Colombian Peso + + + + + Comorian Franc + the currency Comorian Franc + 0 + 174 + + Comorian Franc + + + + + Congolese Franc + the currency Congolese Franc + 2 + 976 + + Congolese Franc + + + + + Convertible Mark + the currency Convertible Mark + 2 + 977 + + Convertible Mark + + + + + Cordoba Oro + the currency Cordoba Oro + 2 + 558 + + Cordoba Oro + + + + + Costa Rican Colon + the currency Costa Rican Colon + 2 + 188 + + Costa Rican Colon + + + + + Cuban Peso + the currency Cuban Peso + 2 + 192 + + Cuban Peso + + + + + Czech Koruna + the currency Czech Koruna + 2 + 203 + + Czech Koruna + + + + + DJF + the currency identifier for Djibouti Franc + DJF + + + + + + + + DKK + the currency identifier for Danish Krone + DKK + + + + + + + + DOP + the currency identifier for Dominican Peso + DOP + + + + + + + + DZD + the currency identifier for Algerian Dinar + DZD + + + + + + + + Dalasi + the currency Dalasi + 2 + 270 + + Dalasi + + + + + Danish Krone + the currency Danish Krone + 2 + 208 + + + + Danish Krone + + + + + Denar + the currency Denar + 2 + 807 + + Denar + + + + + Djibouti Franc + the currency Djibouti Franc + 0 + 262 + + Djibouti Franc + + + + + Dobra + the currency Dobra + 2 + 930 + + Dobra + + + + + Dominican Peso + the currency Dominican Peso + 2 + 214 + + Dominican Peso + + + + + Dong + the currency Dong + 0 + 704 + + Dong + + + + + EGP + the currency identifier for Egyptian Pound + EGP + + + + + + + + ERN + the currency identifier for Nakfa + ERN + + + + + + + + ETB + the currency identifier for Ethiopian Birr + ETB + + + + + + + + EUR + the currency identifier for Euro + EUR + + + + + + + + East Caribbean Dollar + the currency East Caribbean Dollar + 2 + 951 + + + + + + + + + East Caribbean Dollar + + + + + Egyptian Pound + the currency Egyptian Pound + 2 + 818 + + Egyptian Pound + + + + + El Salvador Colon + the currency El Salvador Colon + 2 + 222 + + El Salvador Colon + + + + + Ethiopian Birr + the currency Ethiopian Birr + 2 + 230 + + Ethiopian Birr + + + + + Euro + the currency Euro + 2 + 978 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Euro + + + + + FJD + the currency identifier for Fiji Dollar + FJD + + + + + + + + FKP + the currency identifier for Falkland Islands Pound + FKP + + + + + + + + Falkland Islands Pound + the currency Falkland Islands Pound + 2 + 238 + + Falkland Islands Pound + + + + + Fiji Dollar + the currency Fiji Dollar + 2 + 242 + + Fiji Dollar + + + + + Forint + the currency Forint + 2 + 348 + + Forint + + + + + GBP + the currency identifier for Pound Sterling + GBP + + + + + + + + GEL + the currency identifier for Lari + GEL + + + + + + + + GHS + the currency identifier for Ghana Cedi + GHS + + + + + + + + GIP + the currency identifier for Gibraltar Pound + GIP + + + + + + + + GMD + the currency identifier for Dalasi + GMD + + + + + + + + GNF + the currency identifier for Guinean Franc + GNF + + + + + + + + GTQ + the currency identifier for Quetzal + GTQ + + + + + + + + GYD + the currency identifier for Guyana Dollar + GYD + + + + + + + + Ghana Cedi + the currency Ghana Cedi + 2 + 936 + + Ghana Cedi + + + + + Gibraltar Pound + the currency Gibraltar Pound + 2 + 292 + + Gibraltar Pound + + + + + Gold + the currency whose unit is one troy ounce of the precious metal Gold + 959 + Gold + + + + + Gourde + the currency Gourde + 2 + 332 + + Gourde + + + + + Guarani + the currency Guarani + 0 + 600 + + Guarani + + + + + Guinean Franc + the currency Guinean Franc + 0 + 324 + + Guinean Franc + + + + + Guyana Dollar + the currency Guyana Dollar + 2 + 328 + + Guyana Dollar + + + + + HKD + the currency identifier for Hong Kong Dollar + HKD + + + + + + + + HNL + the currency identifier for Lempira + HNL + + + + + + + + HRK + true + the currency identifier for Kuna + HRK + + + + + + + + HTG + the currency identifier for Gourde + HTG + + + + + + + + HUF + the currency identifier for Forint + HUF + + + + + + + + Hong Kong Dollar + the currency Hong Kong Dollar + 2 + 344 + + Hong Kong Dollar + + + + + Hryvnia + the currency Hryvnia + 2 + 980 + + Hryvnia + + + + + IDR + the currency identifier for Rupiah + IDR + + + + + + + + ILS + the currency identifier for New Israeli Sheqel + ILS + + + + + + + + INR + the currency identifier for Indian Rupee + INR + + + + + + + + IQD + the currency identifier for Iraqi Dinar + IQD + + + + + + + + IRR + the currency identifier for Iranian Rial + IRR + + + + + + + + ISK + the currency identifier for Iceland Krona + ISK + + + + + + + + + ISO 4217 code set + the set of currency identifiers that comprise the ISO 4217 specification + + + + + Iceland Krona + the currency Iceland Krona + 0 + 352 + + Iceland Krona + + + + + Indian Rupee + the currency Indian Rupee + 2 + 356 + + + Indian Rupee + + + + + Iranian Rial + the currency Iranian Rial + 2 + 364 + + Iranian Rial + + + + + Iraqi Dinar + the currency Iraqi Dinar + 3 + 368 + + Iraqi Dinar + + + + + JMD + the currency identifier for Jamaican Dollar + JMD + + + + + + + + JOD + the currency identifier for Jordanian Dinar + JOD + + + + + + + + JPY + the currency identifier for Yen + JPY + + + + + + + + Jamaican Dollar + the currency Jamaican Dollar + 2 + 388 + + Jamaican Dollar + + + + + Jordanian Dinar + the currency Jordanian Dinar + 3 + 400 + + Jordanian Dinar + + + + + KES + the currency identifier for Kenyan Shilling + KES + + + + + + + + KGS + the currency identifier for Som + KGS + + + + + + + + KHR + the currency identifier for Riel + KHR + + + + + + + + KMF + the currency identifier for Comorian Franc + KMF + + + + + + + + KPW + the currency identifier for North Korean Won + KPW + + + + + + + + KRW + the currency identifier for Won + KRW + + + + + + + + KWD + the currency identifier for Kuwaiti Dinar + KWD + + + + + + + + KYD + the currency identifier for Cayman Islands Dollar + KYD + + + + + + + + KZT + the currency identifier for Tenge + KZT + + + + + + + + Kenyan Shilling + the currency Kenyan Shilling + 2 + 404 + + Kenyan Shilling + + + + + Kina + the currency Kina + 2 + 598 + + Kina + + + + + Kuna + true + the currency Kuna + Effective 1 Jan 2023, Croatia will use the Euro as its primary currency. The Kuna (HRK) and Euro (EUR) will be used during the parallel circulation period from 1 January 2023 to 14 January 2023 inclusive. The period of mandatory dual price display lasts from 5 September 2022 to 31 December 2023. As of 1 January 2023, the Kuna should be listed as the old/historic currency of Croatia. The exchange rate is fixed at EUR 1 = HRK 7.53450 + 2 + 191 + The Kuna (HRK) will be retained in FIBO at least through 2023 due to the possibility of dual listing and to support instrument pricing that predated this change. + + Kuna + + + + + Kuwaiti Dinar + the currency Kuwaiti Dinar + 3 + 414 + + Kuwaiti Dinar + + + + + Kwanza + the currency Kwanza + 2 + 973 + + Kwanza + + + + + Kyat + the currency Kyat + 2 + 104 + + Kyat + + + + + LAK + the currency identifier for Lao Kip + LAK + + + + + + + + LBP + the currency identifier for Lebanese Pound + LBP + + + + + + + + LKR + the currency identifier for Sri Lanka Rupee + LKR + + + + + + + + LRD + the currency identifier for Liberian Dollar + LRD + + + + + + + + LSL + the currency identifier for Loti + LSL + + + + + + + + LYD + the currency identifier for Libyan Dinar + LYD + + + + + + + + Lao Kip + the currency Lao Kip + 2 + 418 + + Lao Kip + + + + + Lari + the currency Lari + 2 + 981 + + Lari + + + + + Lebanese Pound + the currency Lebanese Pound + 2 + 422 + + Lebanese Pound + + + + + Lek + the currency Lek + 2 + 008 + + Lek + + + + + Lempira + the currency Lempira + 2 + 340 + + Lempira + + + + + Leone + the currency Leone + The Sierra Leonean LEONE (SLL) is redenominated by removing three (3) zeros from the denominations. A new currency code SLE/925 representing the new valuation (1,000 times old SLL/694) is introduced on 1st April 2022 for any internal needs during the redenomination process, and is replacing SLL as the official currency code, after the transition period to be determined. During this transition period, both the old Leone and new Leone will be in physical circulation for at least 90 days. The Bank of Sierra Leone will adopt the new code in the local system but SLL/694 shall remain in use until further notice. The Sierra Leonean currency shall continue to be the LEONE and this will not change after redenomination. + 2 + 694 + 925 + + Leone + + + + + Liberian Dollar + the currency Liberian Dollar + 2 + 430 + + Liberian Dollar + + + + + Libyan Dinar + the currency Libyan Dinar + 3 + 434 + + Libyan Dinar + + + + + Lilangeni + the currency Lilangeni + 2 + 748 + + Lilangeni + + + + + Loti + the currency Loti + 2 + 426 + + Loti + + + + + MAD + the currency identifier for Moroccan Dirham + MAD + + + + + + + + MDL + the currency identifier for Moldovan Leu + MDL + + + + + + + + MGA + the currency identifier for Malagasy Ariary + MGA + + + + + + + + MKD + the currency identifier for Denar + MKD + + + + + + + + MMK + the currency identifier for Kyat + MMK + + + + + + + + MNT + the currency identifier for Tugrik + MNT + + + + + + + + MOP + the currency identifier for Pataca + MOP + + + + + + + + MRU + the currency identifier for Ouguiya + MRU + + + + + + + + MUR + the currency identifier for Mauritius Rupee + MUR + + + + + + + + MVR + the currency identifier for Rufiyaa + MVR + + + + + + + + MWK + the currency identifier for Malawi Kwacha + MWK + + + + + + + + MXN + the currency identifier for Mexican Peso + MXN + + + + + + + + MXV + the funds identifier for Mexican Unidad de Inversion (UDI) + MXV + + + + + + + + MYR + the currency identifier for Malaysian Ringgit + MYR + + + + + + + + MZN + the currency identifier for Mozambique Metical + MZN + + + + + + + + Malagasy Ariary + the currency Malagasy Ariary + 2 + 969 + + Malagasy Ariary + + + + + Malawi Kwacha + the currency Malawi Kwacha + 2 + 454 + + Malawi Kwacha + + + + + Malaysian Ringgit + the currency Malaysian Ringgit + 2 + 458 + + Malaysian Ringgit + + + + + Mauritius Rupee + the currency Mauritius Rupee + 2 + 480 + + Mauritius Rupee + + + + + Mexican Peso + the currency Mexican Peso + 2 + 484 + + Mexican Peso + + + + + Mexican Unidad de Inversion (UDI) + the funds Mexican Unidad de Inversion (UDI) + + 2 + 979 + The UDI is an inflation adjusted mechanism set by the Central Bank of Mexico according to the variation in the Mexican Consumer Price Index. The value of the UDI is expressed in terms of Mexican Pesos per UDI. It is used to denominate mortgage loans, some bank deposits with maturities of 3 month or more and Government bonds (UDIBONOS). + + Mexican Unidad de Inversion (UDI) + + + + + Moldovan Leu + the currency Moldovan Leu + 2 + 498 + + Moldovan Leu + + + + + Moroccan Dirham + the currency Moroccan Dirham + 2 + 504 + + + Moroccan Dirham + + + + + Mozambique Metical + the currency Mozambique Metical + 2 + 943 + + Mozambique Metical + + + + + Mvdol + the funds Mvdol + + 2 + 984 + For indexation purposes and denomination of certain financial instruments (e.g. treasury bills). The Mvdol is set daily by the Central Bank of Bolivia based on the official USD/BOB rate. + + Mvdol + + + + + NAD + the currency identifier for Namibia Dollar + NAD + + + + + + + + NGN + the currency identifier for Naira + NGN + + + + + + + + NIO + the currency identifier for Cordoba Oro + NIO + + + + + + + + NOK + the currency identifier for Norwegian Krone + NOK + + + + + + + + NPR + the currency identifier for Nepalese Rupee + NPR + + + + + + + + NZD + the currency identifier for New Zealand Dollar + NZD + + + + + + + + Naira + the currency Naira + 2 + 566 + + Naira + + + + + Nakfa + the currency Nakfa + 2 + 232 + + Nakfa + + + + + Namibia Dollar + the currency Namibia Dollar + 2 + 516 + + Namibia Dollar + + + + + Nepalese Rupee + the currency Nepalese Rupee + 2 + 524 + + Nepalese Rupee + + + + + Netherlands Antillean Guilder + the currency Netherlands Antillean Guilder + 2 + 532 + + + Netherlands Antillean Guilder + + + + + New Israeli Sheqel + the currency New Israeli Sheqel + 2 + 376 + + New Israeli Sheqel + + + + + New Taiwan Dollar + the currency New Taiwan Dollar + 2 + 901 + + New Taiwan Dollar + + + + + New Zealand Dollar + the currency New Zealand Dollar + 2 + 554 + + + + + + New Zealand Dollar + + + + + Ngultrum + the currency Ngultrum + 2 + 064 + + Ngultrum + + + + + North Korean Won + the currency North Korean Won + 2 + 408 + + North Korean Won + + + + + Norwegian Krone + the currency Norwegian Krone + 2 + 578 + + + + Norwegian Krone + + + + + OMR + the currency identifier for Rial Omani + OMR + + + + + + + + Ouguiya + the currency Ouguiya + 2 + 929 + + Ouguiya + + + + + PAB + the currency identifier for Balboa + PAB + + + + + + + + PEN + the currency identifier for Sol + PEN + + + + + + + + PGK + the currency identifier for Kina + PGK + + + + + + + + PHP + the currency identifier for Philippine Peso + PHP + + + + + + + + PKR + the currency identifier for Pakistan Rupee + PKR + + + + + + + + PLN + the currency identifier for Zloty + PLN + + + + + + + + PYG + the currency identifier for Guarani + PYG + + + + + + + + Paʻanga + the currency Paʻanga + 2 + 776 + + Paʻanga + + + + + Pakistan Rupee + the currency Pakistan Rupee + 2 + 586 + + Pakistan Rupee + + + + + Palladium + the currency whose unit is one troy ounce of the precious metal Palladium + 964 + Palladium + + + + + Pataca + the currency Pataca + 2 + 446 + + Pataca + + + + + Peso Convertible + the currency Peso Convertible + 2 + 931 + + Peso Convertible + + + + + Peso Uruguayo + the currency Peso Uruguayo + 2 + 858 + + Peso Uruguayo + + + + + Philippine Peso + the currency Philippine Peso + 2 + 608 + + Philippine Peso + + + + + Platinum + the currency whose unit is one troy ounce of the precious metal Platinum + 962 + Platinum + + + + + Pound Sterling + the currency Pound Sterling + 2 + 826 + + + + + Pound Sterling + + + + + Pula + the currency Pula + 2 + 072 + + Pula + + + + + QAR + the currency identifier for Qatari Rial + QAR + + + + + + + + Qatari Rial + the currency Qatari Rial + 2 + 634 + + Qatari Rial + + + + + Quetzal + the currency Quetzal + 2 + 320 + + Quetzal + + + + + RON + the currency identifier for Romanian Leu + RON + + + + + + + + RSD + the currency identifier for Serbian Dinar + RSD + + + + + + + + RUB + the currency identifier for Russian Ruble + RUB + + + + + + + + RWF + the currency identifier for Rwanda Franc + RWF + + + + + + + + Rand + the currency Rand + 2 + 710 + + + + Rand + + + + + Rial Omani + the currency Rial Omani + 3 + 512 + + Rial Omani + + + + + Riel + the currency Riel + 2 + 116 + + Riel + + + + + Romanian Leu + the currency Romanian Leu + 2 + 946 + + Romanian Leu + + + + + Rufiyaa + the currency Rufiyaa + 2 + 462 + + Rufiyaa + + + + + Rupiah + the currency Rupiah + 2 + 360 + + Rupiah + + + + + Russian Ruble + the currency Russian Ruble + 2 + 643 + + Russian Ruble + + + + + Rwanda Franc + the currency Rwanda Franc + 0 + 646 + + Rwanda Franc + + + + + SAR + the currency identifier for Saudi Riyal + SAR + + + + + + + + SBD + the currency identifier for Solomon Islands Dollar + SBD + + + + + + + + SCR + the currency identifier for Seychelles Rupee + SCR + + + + + + + + SDG + the currency identifier for Sudanese Pound + SDG + + + + + + + + SDR (Special Drawing Right) + the IMF's SDR (Special Drawing Right) + 960 + SDR (Special Drawing Right) + + + + + SEK + the currency identifier for Swedish Krona + SEK + + + + + + + + SGD + the currency identifier for Singapore Dollar + SGD + + + + + + + + SHP + the currency identifier for Saint Helena Pound + SHP + + + + + + + + SLE + the currency identifier for Leone + The Sierra Leonean LEONE (SLL) is redenominated by removing three (3) zeros from the denominations. A new currency code SLE/925 representing the new valuation (1,000 times old SLL/694) is introduced on 1st April 2022 for any internal needs during the redenomination process, and is replacing SLL as the official currency code, after the transition period to be determined. During this transition period, both the old Leone and new Leone will be in physical circulation for at least 90 days. The Bank of Sierra Leone will adopt the new code in the local system but SLL/694 shall remain in use until further notice. The Sierra Leonean currency shall continue to be the LEONE and this will not change after redenomination. + SLE + + + + + + + + SLL + the currency identifier for Leone + SLL + + + + + + + + SOS + the currency identifier for Somali Shilling + SOS + + + + + + + + SRD + the currency identifier for Surinam Dollar + SRD + + + + + + + + SSP + the currency identifier for South Sudanese Pound + SSP + + + + + + + + STN + the currency identifier for Dobra + STN + + + + + + + + SVC + the currency identifier for El Salvador Colon + SVC + + + + + + + + SYP + the currency identifier for Syrian Pound + SYP + + + + + + + + SZL + the currency identifier for Lilangeni + SZL + + + + + + + + Saint Helena Pound + the currency Saint Helena Pound + 2 + 654 + + Saint Helena Pound + + + + + Saudi Riyal + the currency Saudi Riyal + 2 + 682 + + Saudi Riyal + + + + + Serbian Dinar + the currency Serbian Dinar + 2 + 941 + + Serbian Dinar + + + + + Seychelles Rupee + the currency Seychelles Rupee + 2 + 690 + + Seychelles Rupee + + + + + Silver + the currency whose unit is one troy ounce of the precious metal Silver + 961 + Silver + + + + + Singapore Dollar + the currency Singapore Dollar + 2 + 702 + + Singapore Dollar + + + + + Sol + the currency Sol + 2 + 604 + + Sol + + + + + Solomon Islands Dollar + the currency Solomon Islands Dollar + 2 + 090 + + Solomon Islands Dollar + + + + + Som + the currency Som + 2 + 417 + + Som + + + + + Somali Shilling + the currency Somali Shilling + 2 + 706 + + Somali Shilling + + + + + Somoni + the currency Somoni + 2 + 972 + + Somoni + + + + + South Sudanese Pound + the currency South Sudanese Pound + 2 + 728 + + South Sudanese Pound + + + + + Sri Lanka Rupee + the currency Sri Lanka Rupee + 2 + 144 + + Sri Lanka Rupee + + + + + Sucre + the currency Sucre + 994 + Sucre + + + + + Sudanese Pound + the currency Sudanese Pound + 2 + 938 + + Sudanese Pound + + + + + Surinam Dollar + the currency Surinam Dollar + 2 + 968 + + Surinam Dollar + + + + + Swedish Krona + the currency Swedish Krona + 2 + 752 + + Swedish Krona + + + + + Swiss Franc + the currency Swiss Franc + 2 + 756 + + + Swiss Franc + + + + + Syrian Pound + the currency Syrian Pound + 2 + 760 + + Syrian Pound + + + + + THB + the currency identifier for Baht + THB + + + + + + + + TJS + the currency identifier for Somoni + TJS + + + + + + + + TMT + the currency identifier for Turkmenistan New Manat + TMT + + + + + + + + TND + the currency identifier for Tunisian Dinar + TND + + + + + + + + TOP + the currency identifier for Paʻanga + TOP + + + + + + + + TRY + the currency identifier for Turkish Lira + TRY + + + + + + + + TTD + the currency identifier for Trinidad and Tobago Dollar + TTD + + + + + + + + TWD + the currency identifier for New Taiwan Dollar + TWD + + + + + + + + TZS + the currency identifier for Tanzanian Shilling + TZS + + + + + + + + Taka + the currency Taka + 2 + 050 + + Taka + + + + + Tala + the currency Tala + 2 + 882 + + Tala + + + + + Tanzanian Shilling + the currency Tanzanian Shilling + 2 + 834 + + Tanzanian Shilling + + + + + Tenge + the currency Tenge + 2 + 398 + + Tenge + + + + + Trinidad and Tobago Dollar + the currency Trinidad and Tobago Dollar + 2 + 780 + + Trinidad and Tobago Dollar + + + + + Tugrik + the currency Tugrik + 2 + 496 + + Tugrik + + + + + Tunisian Dinar + the currency Tunisian Dinar + 3 + 788 + + Tunisian Dinar + + + + + Turkish Lira + the currency Turkish Lira + 2 + 949 + + Turkish Lira + + + + + Turkmenistan New Manat + the currency Turkmenistan New Manat + 2 + 934 + + Turkmenistan New Manat + + + + + UAE Dirham + the currency UAE Dirham + 2 + 784 + + UAE Dirham + + + + + UAH + the currency identifier for Hryvnia + UAH + + + + + + + + UGX + the currency identifier for Uganda Shilling + UGX + + + + + + + + USD + the currency identifier for US Dollar + USD + + + + + + + + US Dollar + the currency US Dollar + 2 + 840 + + + + + + + + + + + + + + + + + + + + US Dollar + + + + + US Dollar (Next day) + the funds US Dollar (Next day) + + 2 + 997 + "Next day" funds are immediately available for transfer in like funds, and, subject to settlement, available the next business day for same day funds transfer or withdrawal in cash. + + US Dollar (Next day) + + + + + USN + the funds identifier for US Dollar (Next day) + USN + + + + + + + + UYI + the funds identifier for Uruguay Peso en Unidades Indexadas (UI) + UYI + + + + + + + + UYU + the currency identifier for Peso Uruguayo + UYU + + + + + + + + UYW + the currency identifier for Unidad Previsional + UYW + + + + + + + + UZS + the currency identifier for Uzbekistan Sum + UZS + + + + + + + + Uganda Shilling + the currency Uganda Shilling + 0 + 800 + + Uganda Shilling + + + + + Unidad Previsional + the funds Unidad Previsional + The Unidad Previsional (UP) is a daily accounting unit that tracks changes to the nominal wage index. The value of UP is expressed in terms of Uruguayan Pesos per UP, with the initial value of one peso (UYU 1.00) on 04/30/2018. The institution responsible for the calculation and publication is the Instituto Nacional de Estadística (National Bureau of Statistics) according to Law 19,608. + + 4 + 927 + + Unidad Previsional + + + + + Unidad de Fomento + the funds Unidad de Fomento + + 4 + 990 + The CLF is a daily economically-financial unit calculated by the Central Bank of Chile according to inflation (as measured by the Chilean Consumer Price Index of the previous month). The value of the CLF is expressed in terms of Chilean Pesos per CLF. The use of CLF has been widely extended to all types of bank loans, financial investments (time deposits, mortgages and other public or private indexed instruments), contracts and fees in some cases. + + Unidad de Fomento + + + + + Unidad de Valor Real + the funds Unidad de Valor Real + + 2 + 970 + The UVR is a daily account unit set by the Central Bank of Colombia according to the variation in the Consumer Price Index of Colombia. The value of UVR is expressed in terms of Colombian Pesos per UVR. It is used to denominate and update mortgage loans and some public debt bonds. + + Unidad de Valor Real + + + + + Uruguay Peso en Unidades Indexadas (UI) + the funds Uruguay Peso en Unidades Indexadas (UI) + + 0 + 940 + The UYI (URUIURUI) is used for issuance of debt instruments by the Uruguayan government in the international global bond market. It is calculated based on an established methodology using underlying inflationary statistics in the Uruguayan market. (Introduced in 2002). + + Uruguay Peso en Unidades Indexadas (UI) + + + + + Uzbekistan Sum + the currency Uzbekistan Sum + 2 + 860 + + Uzbekistan Sum + + + + + VED + the currency identifier for Bolívar Soberano + Note that the numeric currency code corresponding to the Bolívar Soberano with currency code 'VED' is 926. + VED + + + + + + + + VES + the currency identifier for Bolívar Soberano + Note that the numeric currency code corresponding to the Bolívar Soberano with currency code 'VES' is 928. + VES + + + + + + + + VND + the currency identifier for Dong + VND + + + + + + + + VUV + the currency identifier for Vatu + VUV + + + + + + + + Vatu + the currency Vatu + 0 + 548 + + Vatu + + + + + WIR Euro + the funds WIR Euro + + 2 + 947 + WIR Euro - WIR Bank for use with the EFTPOS system with their own WIR-card and the Electronic Banking Services + + WIR Euro + + + + + WIR Franc + the funds WIR Franc + + 2 + 948 + WIR Franc - WIR Bank for use with the EFTPOS system with their own WIR-card and the Electronic Banking Services. + + WIR Franc + + + + + WST + the currency identifier for Tala + WST + + + + + + + + Won + the currency Won + 0 + 410 + + Won + + + + + XAF + the currency identifier for CFA Franc BEAC + XAF + + + + + + + + XAG + identifier for the currency whose unit is one troy ounce of the precious metal Silver + XAG + + + + + + + + XAU + identifier for the currency whose unit is one troy ounce of the precious metal Gold + XAU + + + + + + + + XBA + the identifier for Bond Markets Unit European Composite Unit (EURCO) + XBA + + + + + + + + XBB + the identifier for Bond Markets Unit European Monetary Unit (E.M.U.-6) + XBB + + + + + + + + XBC + the identifier for Bond Markets Unit European Unit of Account 9 (E.U.A.-9) + XBC + + + + + + + + XBD + the identifier for Bond Markets Unit European Unit of Account 17 (E.U.A.-17) + XBD + + + + + + + + XCD + the currency identifier for East Caribbean Dollar + XCD + + + + + + + + XDR + the IMF's identifier for SDR (Special Drawing Right) + XDR + + + + + + + + XOF + the currency identifier for CFA Franc BCEAO + XOF + + + + + + + + XPD + identifier for the currency whose unit is one troy ounce of the precious metal Palladium + XPD + + + + + + + + XPF + the currency identifier for CFP Franc + XPF + + + + + + + + XPT + identifier for the currency whose unit is one troy ounce of the precious metal Platinum + XPT + + + + + + + + XSU + the currency identifier for Sucre + XSU + + + + + + + + XTS + Codes specifically reserved for testing purposes + XTS + + + + + + XUA + the identifier for ADB Unit of Account + XUA + + + + + + + + XXX + The codes assigned for transactions where no currency is involved + XXX + + + + + + YER + the currency identifier for Yemeni Rial + YER + + + + + + + + Yemeni Rial + the currency Yemeni Rial + 2 + 886 + + Yemeni Rial + + + + + Yen + the currency Yen + 0 + 392 + + Yen + + + + + Yuan Renminbi + the currency Yuan Renminbi + 2 + 156 + + Yuan Renminbi + + + + + ZAR + the currency identifier for Rand + ZAR + + + + + + + + ZMW + the currency identifier for Zambian Kwacha + ZMW + + + + + + + + ZWL + the currency identifier for Zimbabwe Dollar + ZWL + + + + + + + + Zambian Kwacha + the currency Zambian Kwacha + 2 + 967 + + Zambian Kwacha + + + + + Zimbabwe Dollar + the currency Zimbabwe Dollar + 2 + 932 + + Zimbabwe Dollar + + + + + Zloty + the currency Zloty + 2 + 985 + + Zloty + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Accounting/MetadataFNDAccounting.rdf b/data/ontologies/fibo-fnd/Accounting/MetadataFNDAccounting.rdf new file mode 100644 index 00000000..58a877e9 --- /dev/null +++ b/data/ontologies/fibo-fnd/Accounting/MetadataFNDAccounting.rdf @@ -0,0 +1,71 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Accounting Module + This module contains ontologies of general accounting concepts including currency and the ISO 4217 reference currency codes. + 2020-02-24T18:00:00 + Copyright (c) 2025 EDM Council, Inc. +Copyright (c) 2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-06-27T18:00:00 + + + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + + + + accounting module + This module contains ontologies of general accounting concepts including currency and the ISO 4217 reference currency codes. + + + + + Copyright (c) 2025 EDM Council, Inc. +Copyright (c) 2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + FIBO FND Accounting Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Accounting Module + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/AgentsAndPeople/Agents.rdf b/data/ontologies/fibo-fnd/AgentsAndPeople/Agents.rdf new file mode 100644 index 00000000..b6cbd1aa --- /dev/null +++ b/data/ontologies/fibo-fnd/AgentsAndPeople/Agents.rdf @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + +]> + + + + Agents Ontology + This ontology extends the Commons 1.1 Parties and Situations ontology to define defines the concept of a software system, which may or may not be autonomous. Other concepts that were originally defined in this ontology have been replaced with their corresponding concepts in Commons. + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/AgentsAndPeople/Agents.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/AgentsAndPeople/Agents.rdf version of this ontology was modified to support the FIBO 2.0 RFC, primarily with respect to equivalence relationships to LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/AgentsAndPeople/Agents.rdf version of this ontology was modified to loosen the range restriction on hasName to rdfs:Literal, facilitating multi-lingual name representation. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190301/AgentsAndPeople/Agents.rdf version of this ontology was modified to eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/AgentsAndPeople/Agents.rdf version of this ontology was modified to add a custom datatype for text values (which might be either xsd:string or rdf:langString) and use that in the restriction on hasName on autonomous agent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210601/AgentsAndPeople/Agents.rdf version of this ontology was modified to add notes on the custom Text datatype indicating that it is outside the RL profile and that if someone wants to use this ontology with OWL 2 RL rules they might want to comment this out / eliminate it where it is used. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210901/AgentsAndPeople/Agents.rdf version of this ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/AgentsAndPeople/Agents.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/AgentsAndPeople/Agents.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/AgentsAndPeople/Agents.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231101/AgentsAndPeople/Agents.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/AgentsAndPeople/Agents.rdf version of the ontology was modified to eliminate elements that have been deprecated for several quarters (FND-386). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241101/AgentsAndPeople/Agents.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/Foundations/20130601/AgentsAndPeople/Agents.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIs (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + automated system + system that reduces or eliminates the need for human involvement in order to complete a task + https://www.reference.com/technology/automated-system-c85583d0f17a632 + + + + + + + 0 + + + + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/AgentsAndPeople/MetadataFNDAgentsAndPeople.rdf b/data/ontologies/fibo-fnd/AgentsAndPeople/MetadataFNDAgentsAndPeople.rdf new file mode 100644 index 00000000..95add13f --- /dev/null +++ b/data/ontologies/fibo-fnd/AgentsAndPeople/MetadataFNDAgentsAndPeople.rdf @@ -0,0 +1,51 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Agents and People Module + This is the metadata ontology used to describe the Foundations Agents and People Module. + 2018-08-27T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + agents and people module + This module contains ontologies of concepts relating to types of autonomous entity, that is things in the world which are able to determine their own behavior. Includes ontologies for people and for autononomous entities in general. + + + https://opensource.org/licenses/MIT + FIBO FND Agents and People Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Agents and People Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/AgentsAndPeople/People.rdf b/data/ontologies/fibo-fnd/AgentsAndPeople/People.rdf new file mode 100644 index 00000000..035b7497 --- /dev/null +++ b/data/ontologies/fibo-fnd/AgentsAndPeople/People.rdf @@ -0,0 +1,806 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + People Ontology + This ontology defines concepts for people and human related terms, for use in other FIBO ontology elements. People as defined here are human persons only. This ontology sets out a number of basic properties which are held by people or are definitive of a small number of specific types of people such as minors or adults. Primary use cases for determining the set of personal information definitions included are the common elements required to (1) open a bank account, (2) identify a sophisticated investor, and (3) establish foreign account ownership for money laundering purposes. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + + + + + + The http://spec.edmcouncil.org/fibo/ontology/FND/20130801/AgentsAndPeople/People.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting, resulting in https://spec.edmcouncil.org/fibo/ontology/FND/20141101/AgentsAndPeople/People/. + The http://spec.edmcouncil.org/fibo/ontology/FND/20141101/AgentsAndPeople/People.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report, primarily to use the hasAddress property in addresses, and change PostalAddress to PhysicalAddress in a restriction on Person. Also revised the identifiesAddress property in favor of verifiesAddress, and revised hasDateofBirth with respect to an identity document to be verifiesDateOfBirth, which was determined to be more appropriate by the RTF. + The http://www.omg.org/spec/FIBO/Foundations/20130601/AgentsAndPeople/People.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to revise and extend the set of properties about people required to fulfill the set of use cases listed above. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/AgentsAndPeople/People.rdf version of the ontology was modified per the FIBO 2.0 RFC, including integration of LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/AgentsAndPeople/People.rdf version of the ontology was modified to deprecate legally capable person in favor of natural person (defined in Business Entities). + The https://spec.edmcouncil.org/fibo/ontology/FND/20181101/AgentsAndPeople/People.rdf version of the ontology was was modified to revise a restriction on IdentityDocument to reference the appropriate identifier rather than use a tag. The impetus behind this change is to support privacy legislation, such as GDPR, which requires protection of both identifiers, such as a passport number, drivers' license number, etc. as well as the documents themselves. Thus, properties and individuals related to those identifiers are urgently needed. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/AgentsAndPeople/People.rdf version of the ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/AgentsAndPeople/People.rdf version of the ontology was modified to replace hasDefinition with isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/AgentsAndPeople/People.rdf version of the ontology was modified to eliminate duplication with concepts in LCC and correct a bug in a restriction on identity document. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/AgentsAndPeople/People.rdf version of the ontology was modified to add explicit DateOfBirth and DateOfDeath, added DeathCertificate and related concepts, streamlined related properties and restrictions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201201/AgentsAndPeople/People.rdf version of the ontology was modified to add hasResidence, hasMailingAddress, and hasPrimaryResidence properties and a restriction on person with respect to residence accordingly, then to move hasMailingAddress to Parties. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210301/AgentsAndPeople/People.rdf version of the ontology was modified to allow the People ontology to import Parties, rather than the other way around, to simplify the class hierarchy for ease of use in data mapping and alignment, and to add person name as a first class concept, revising property definitions to allow for structured names by loosening constraints. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210401/AgentsAndPeople/People.rdf version of the ontology was modified to add concepts specific to legal age, age of majority, legal working age and legal working age person. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210601/AgentsAndPeople/People.rdf version of the ontology was modified to revise the definition of passport number as a national identification number and eliminate restrictions that would cause people to be inferred to be passports. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211101/AgentsAndPeople/People.rdf version of the ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/AgentsAndPeople/People.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/AgentsAndPeople/People.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/AgentsAndPeople/People.rdf version of the ontology was modified to replace concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/AgentsAndPeople/People.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/AgentsAndPeople/People.rdf version of the ontology was modified to replace an additional property with its equivalent from the OMG Commons Ontology Library (Commons) v1.1 (FBC-322). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241001/AgentsAndPeople/People.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/AgentsAndPeople/People.rdf version of the ontology was modified to add the concept of a contact, as a role someone can play, and of contact record, as the representation of the details that store the relevant information (FND-397). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + 0 + + + adult + person who has attained the age of majority as defined in some jurisdiction + https://en.wikipedia.org/wiki/Adult + + + + + age of majority + age at which someone acquires the rights and responsibilities of an adult in some jurisdiction + + + + + + + + + + 1 + + + birth certificate + an original document certifying the circumstances of the birth, or a certified copy of or representation of the ensuing registration of that birth + http://en.wikipedia.org/wiki/Birth_certificate + A birth certificate is a vital record that documents the birth of a child. Depending on the jurisdiction, a record of birth might or might not contain verification of the event by such as a midwife or doctor. + certificate of live birth + + + + + + + + + + + birth certificate identification scheme + system for allocating identifiers to birth certificates + Schemes for birth certificate identification are typically regionally defined, and there may be jurisdiction-specific scope required as an additional restriction on a specific scheme. + + + + + + + + + 1 + + + + + + + 1 + + + birth certificate identifier + identifier associated with a vital record documenting the birth of a child + birth certificate number + + + + + + + + + + + + + + + + + + + + + + + contact + role or associated with a party serving as a designated point of communication, typically within a system or process + + + + + + + + + 1 + + + + + + + 1 + + + contact record + record about a party in a specific communicative or liaison role + Contact records may include attributes such as name, role, communication channel, and affiliation, They may be found in registries, schemas, systems such as those designed for customer relationship management (CRM), enterprise resource planning (ERP), health information, legal and regulatory compliance and others, as well as personal address books, to support communications, coordination, support, or compliance. + + + + + date of birth + explicit date, i.e., the day, month and year, on which an individual was born + birth date + birthday + + + + + date of death + explicit date, i.e., the day, month and year, on which an individual died + death date + + + + + + + + + + 1 + + + death certificate + original document certifying the circumstances of the death (such as how and when it occurred), or a certified copy of or representation of the ensuing registration of that death + A death certificate is a vital record documenting information (including age, occupation, place of birth, place of residence, and often identifying the parents and possibly spouse of the deceased) relating to a dead person and including a doctor's certification of the cause of death. + + + + + + + + + + + death certificate identification scheme + system for allocating identifiers to death certificates + Schemes for death certificate identification are typically regionally defined, and there may be jurisdiction-specific scope required as an additional restriction on a specific scheme. + + + + + + + + + 1 + + + + + + + 1 + + + death certificate identifier + identifier associated with a vital record documenting the death of an individual + death certificate number + + + + + + + + + 1 + + + driver's license + an official document which states that a person may operate a motorized vehicle, such as a motorcycle, car, truck or a bus, on a public roadway or provides official identifying information for a non-driver + https://en.wikipedia.org/wiki/Non-driver_identification_card#Non-driver_identification_cards + driving licence + + + + + + + + + + + driver's license identification scheme + system for allocating identifiers to driver's, operating, or non-driver identification documents + Schemes for driver's license identification are typically regionally defined, and there may be jurisdiction-specific scope required as an additional restriction on a specific scheme. + + + + + + + + + 1 + + + + + + + 1 + + + driver's license identifier + identifier associated with a drivers' or operating license for operating a motor vehicle or non-driver identification card + driver's license number + + + + + emancipated minor + a minor who is allowed to conduct a business or any other occupation on his or her own behalf or for their own account outside the control of a parent or guardian + https://en.wikipedia.org/wiki/Emancipated_minor + The minor will then have full contractual capacity to conclude contracts with regard to the business. Whether parental consent is needed to achieve emancipated status varies from case to case. In some cases, court permission is necessary. Protocols vary by jurisdiction. + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + identity document + any legal document which may be used to verify aspects of a person's identity + https://en.wikipedia.org/wiki/Identification_card + If issued in the form of a small, mostly standard-sized card, it is usually called an identity card (IC). Countries which do not have formal identity documents may require informal documents. In the absence of a formal identity document, driving licenses can be used in many countries as a method of proof of identity, although some countries do not accept driving licenses for identification, often because in those countries they don't expire as documents and can be old and easily forged. Most countries accept passports as a form of identification. Most countries have the rule that foreign citizens need to have their passport or occasionally a national identity card from their country available at any time if they do not have residence permit in the country. + identity card + + + + + incapacitated adult + + an adult who is legally identified as not having legal capacity, typically as a result of some inherent physical or mental incapacity or as a result of having contracted some illness which temporarily deprives them of such capacity + https://en.wikipedia.org/wiki/Capacity_(law) + Individuals may have an inherent physical condition which prevents them from achieving the normal levels of performance expected from persons of comparable age, or their inability to match current levels of performance may be caused by contracting an illness. Whatever the cause, if the resulting condition is such that individuals cannot care for themselves, or may act in ways that are against their interests, those persons are vulnerable through dependency and require the protection of the state against the risks of abuse or exploitation. Hence, any agreements that were made are voidable, and a court may declare that person a ward of the state and grant power of attorney to an appointed legal guardian. + + + + + + + + + + + legal age + age at which someone acquires the capacity to do something that they were prohibited from doing before under the law in some jurisdiction + + + + + legal working age + age at which someone acquires the capacity to work legally in some jurisdiction + + + + + + + + + 0 + + + legal working age person + person whose age is greater than the minimum legal working age specified in a jurisdiction in which they work + + + + + legally capable adult + person who has attained the age of majority as defined in some jurisdiction and who is allowed to conduct a business or any other occupation on his or her own behalf or for their own account + + + + + minor + a person under a certain age, usually the age of majority in a given jurisdiction, which legally demarcates childhood from adulthood + https://en.wikipedia.org/wiki/Minor_(law) + The age depends upon jurisdiction and application, but is generally 18. + + + + + + + + + 1 + + + + + + + 1 + + + national identification number + number or text which appears on an identity document issued by a country or jurisdiction + http://en.wikipedia.org/wiki/National_identification_number + A national identification number, national identity number, or national insurance number is used by the governments of many countries as a means of tracking their citizens, permanent residents, and temporary residents for the purposes of work, taxation, government benefits, health care, and other governmentally-related functions. The number will appear on an identity document issued by a country. + +The ways in which such a system is implemented are dependent on the country, but in most cases, a citizen is issued an identification number at birth or when they reach a legal age (typically the age of 18). Non-citizens may be issued such numbers when they enter the country, or when granted a temporary or permanent residence permit. + +Many countries issued such numbers ostensibly for a singular purpose, but over time, they become a de facto national identification number. For example, the United States originally developed its Social Security number system as a means of disbursing Social Security benefits. However, due to function creep, the number has become utilized for other purposes to the point where it is almost essential to have one to, among other things, open a bank account, obtain a credit card, or drive a car. + national identity number + + + + + + + + + + + national identification number scheme + system for allocating identifiers to national identification numbers + Schemes for national identification numbers are jurisdiction-specific by country. + + + + + + + + + 1 + + + passport + formal identity document, issued by a national government, which certifies the identity and nationality of its holder for the purpose of international travel + https://en.wikipedia.org/wiki/Passport + The elements of identity contained in all standardized passports include information about the holder, including name, date of birth, gender and place of birth. + + + + + + + + + 1 + + + passport number + national identification number associated with a passport + + + + + + + + + + + passport number identification scheme + system for allocating identifiers to passports + Schemes for passport identification are jurisdiction-specific by country. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + person + individual human being, with consciousness of self + natural person + + + + + + + + + 0 + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + person name + designation by which someone is known in some context + + + + + place of birth + physical location, including country, region, and municipality where an individual was born + birth place + + + + + has age of majority + + relates someone to the age required to attain the capacity to engage in certain transactions or be treated legally as an adult in some jurisdiction + + + + + has citizenship + + + links a person to their country of citizenship + + + + + + has date of birth + + + identifies the date on which an individual was born + + + + + + has date of death + + + identifies the date on which an individual died + + + + + has family name + + + indicates the name shared in common to identify the members of a family, as distinguished from each member's given name + 'Family name' is more commonly used in the United Kingdom than in the United States to refer to someone's surname. + + + + + has first name + + indicates the given name or first name of a person, that is, the name chosen for them at birth or changed by them subsequently from the name given at birth + + + + + + has full legal name + indicates the complete name of a person, typically used in formal situations including those of a legal or contractual nature + + + + + has gender + + + links a particular gender value with a person + + + + + has given name + indicates the given name or first name of a person, that is, the name chosen for them at birth or changed by them subsequently from the name given at birth + + + + + has last name + + indicates the name shared in common to identify the members of a family, as distinguished from each member's given name + + + + + has maiden name + indicates the name shared in common to identify the members of a family, that predates any changes of name due to marriage + + + + + has middle name or initial + one or more additional names or initial letters for names that occur between a person's first and last name + + + + + has minimum legal working age + + relates someone to the minimum legal working age for the jurisdiction in which they reside + + + + + has name prefix + indicates a character or sequence of characters, preceding a person's name, that provides additional information about the person, such as a form of address representing a title, honorific, or military rank + + + + + has name suffix + indicates a character or sequence of characters, following a person's name, that provides additional information about the person, such as their position, educational degree, accreditation, office, or honor + + + + + has person name + links a name to an individual + Note that the concept of a person name may include symbology as long as the symbols are properly encoded. Because person name is a class, other iconography or symbology that cannot be encoded in UTF-8 can, alternatively, be linked or attached as a separate image or in another form. + + + + + has place of birth + + + identifies the location where an individual was born + + + + + + has point of contact + + identifies a party designated as the point of contact for + + + + + has primary residence + + + identifies a dwelling where an individual resides the majority of the year + For tax purposes, in cases when an individual owns more than one home, their primary residence is the home in which they reside most of the time, and for which they can provide evidence to that effect. Having said this, there are cases, such as for individuals that have dual citizenship, where they may have multiple primary residences, one in each country in which they maintain a home. There may also be subtle issues related to 'rent control' that may impact the statements an individual makes about their primary residence. In other words, one cannot necessarily infer a person's identity from their primary place of residence. + + + + + has residence + + + identifies a dwelling where an individual lives + + + + + has surname + indicates the name shared in common to identify the members of a family, as distinguished from each member's given name + + + + + is point of contact for + + + is the entity or purpose for which the party is the point of contact + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Agreements/Agreements.rdf b/data/ontologies/fibo-fnd/Agreements/Agreements.rdf new file mode 100644 index 00000000..6e06c942 --- /dev/null +++ b/data/ontologies/fibo-fnd/Agreements/Agreements.rdf @@ -0,0 +1,236 @@ + + + + + + + + + + + + + +]> + + + + Agreements Ontology + This ontology defines the concept of an agreement and roles that parties to an agreement play in the context of financial agreements. Agreements represent an understanding between parties, whereas contracts typically formalize such agreements. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Agreements/Agreements.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to revise a few of the definitions based on more formal sources. + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/Agreements/Agreement.rdf version of the ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Agreements/Agreement.rdf version of the ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.1/AboutFND-1.1/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/Agreements/Agreement.rdf version of the ontology was modified per FIBO 2.0 RFC to add general concepts including obligor, obligee, and beneficiary in support of other FIBO domain areas. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Agreements/Agreement.rdf version of the ontology was modified to eliminate duplication of concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Agreements/Agreement.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary, clean up definitions to conform with ISO 704, add a missing restriction to mutual commitment, and eliminate an unnecessary reference to LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Agreements/Agreement.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Agreements/Agreement.rdf version of the ontology was modified to add bilateral and multilateral agreement definitions (DER-55), and to eliminate certain constructs that are redundant and will never be materialized to reduce the number of nodes required for various contract-related searches, such as 'mutual agreement' (FND-391). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + 0 + + + + + + + 2 + + + agreement + negotiated understanding between two or more parties, reflecting the offer and acceptance of commitments on the part of either party + All agreements are time bound, whether implicit or explicitly stated, and thus an agreement reflects a state of affairs that holds for some period of time. + + + + + + + + + + + + 0 + + + + + beneficiary + party that receives some benefit or advantage or profits from something + + + + + + + + + 2 + + + bilateral agreement + agreement where two parties commit to perform specific actions or obligations towards each other + mutual agreement + + + + + + + + + + + commitment + promise made by some party to act or refrain from acting in some manner + Such a promise often results a corresponding right or obligation with respect to another party to the commitment. Thus, obligations and rights are considered as reciprocal aspects of a commitment. + + + + + commitment at large + commitment made by some party without direct involvement from the potential beneficiaries of that commitment + A commitment at large forms the basis for negotiable securities including transferable contracts and potentially other kinds of agreements such as software licenses. + + + + true + + + + + + + + + + 3 + + + multilateral agreement + + agreements that involve or include multiple parties + Multilateral agreements are characterized by the participation and commitment of multiple countries or parties to achieve a common objective or address a shared issue. + + + + true + + + + + true + + + + + + + + + + + + + 0 + + + + + obligee + party to whom some commitment or obligation is owed, either legally or per the terms of an agreement + + + + + + + + + + + + + + + + + + 0 + + + + + obligor + party that is bound legally or by agreement to repay a debt, make a payment, do something, or refrain from doing something + obligated party + obligator + + + + + unilateral commitment + commitment (promise or obligation) made by one party without requiring a reciprocal promise from another party + Unilateral commitments include some promotional offers, contests, and rewards, where the offering party sets conditions without requiring upfront agreement from others. + + + + has obligation + + + identifies a duty or obligation that a given party has taken on + + + + + is obligation of + + identifies a party that has a given obligation + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Agreements/Contracts.rdf b/data/ontologies/fibo-fnd/Agreements/Contracts.rdf new file mode 100644 index 00000000..660ccc25 --- /dev/null +++ b/data/ontologies/fibo-fnd/Agreements/Contracts.rdf @@ -0,0 +1,947 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Contracts Ontology + This ontology defines the concept of contract and roles that parties to contract play in the context of financial agreements. Coverage includes written contracts which are the concrete evidence of agreements between parties and verbal contracts. Contracts are further broken down into bilateral and transferable contracts, the latter being the basis for most financial instruments, and basic properties of contracts, such as terms and conditions, are also covered. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Agreements/Contracts.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/Agreements/Contracts.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Agreements/Contracts.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.1 RTF report to add a parent of hasDate to date properties. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/Agreements/Contracts.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.2 RTF report to revise definitions related to contractual element, add contractual commitment and deprecate contract terms set. + The https://spec.edmcouncil.org/fibo/ontology/FND/20170201/Agreements/Contracts.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 2.0 RFC to augment restrictions on contract and contractual commitment. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Agreements/Contracts.rdf version of this ontology was revised to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Agreements/Contracts.rdf version of this ontology was revised to add the concept of a term sheet, revise definitions to be ISO 704 compliant, and eliminate duplication of concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Agreements/Contracts.rdf version of this ontology was revised to add the concepts of breach of contract and breach of covenant. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200901/Agreements/Contracts.rdf version of this ontology was revised to simplify the contract party hierarchy, eliminate ambiguity in definitions where feasible and add restrictions on identity documents to avoid circular dependencies. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201201/Agreements/Contracts.rdf version of this ontology was revised to eliminate references to external dictionary sites that no longer resolve, move the concept of an extension provision from Debt to Contracts to support representation of preferred shares and other extendable contracts, added a property for contract duration which is needed for long-term options, moved PromissoryNote to Debt for better integration with related concepts, and integrated additional contractual elements, including representations, warranties, and termination provision. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210301/Agreements/Contracts.rdf version of this ontology was revised to clean up the definition of transferable contract, including eliminating an unnecessary equivalence, adding subclasses for assignable and novatable contracts, and to restrictions from contract to written contract that did not make sense with respect to a verbal contract. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210401/Agreements/Contracts.rdf version of this ontology was revised to change a duplicate definition on hasContractDuration to an explanatory note. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210701/Agreements/Contracts.rdf version of this ontology was revised to add the concept of a master agreement and fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/Agreements/Contracts.rdf version of this ontology was revised to move the property hasTerm from FinancialInstruments to Contracts as it is more broadly applicable. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220101/Agreements/Contracts.rdf version of this ontology was revised to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Agreements/Contracts.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Agreements/Contracts.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Agreements/Contracts.rdf version of the ontology was modified to replace concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Agreements/Contracts.rdf version of the ontology was modified to replace additional concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Agreements/Contracts.rdf version of the ontology was modified to better integrate the parties to a contract with the latest patterns (FBC-284). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240501/Agreements/Contracts.rdf version of the ontology was modified to add an optional date of issuance to written contract, which may or may not be the same as the effective date (FBC-322), to add a general notion of collateral agreement (LOAN-168), and to add provisions for disclosures and use of proceeds (LOAN-169). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241101/Agreements/Contracts.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/Agreements/Contracts.rdf version of the ontology was modified to link a condition precedent to the contract or clause of a contract on which it depends (DER-55). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250401/Agreements/Contracts.rdf version of the ontology was modified to link a beneficiary to the contract to which they are a counterparty, add netting provisions (DER-55a), and to eliminate certain constructs that are redundant and will never be materialized to reduce the number of nodes required for various contract-related constructs (FND-391). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + 1 + + + + + + + + + + 1 + + + + + + + + + + 1 + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + true + + + assignable contract + contract in which contract holder (assignor) may transfer some or all of their rights and obligations to another party (assignee) + Many, though not all, futures contracts are assignable. This means that the original contract holder can sell the contract to another party in return for cash, and that party then assumes the rights, responsibilities, and benefits of that contract from that point onwards. + Note that while the assignor may divest themselves of some rights, that assignment does not necessarily eliminate performance obligations of the assignor to the third party. Characteristics that are important to understand with respect to an assignment include the circumstances in which the assignor remains obligated and any remedies available if the assignor does not perform. + + + + + + bilateral contract + contract where two parties commit to perform specific actions or obligations towards each other + + + + + + + + + + + bilateral netting provision + netting provision that occurs between two parties, in which mutual obligations are offset to determine a single net payment + + + + + + + + + + + + + + + + + breach of contract + classifier of events representing a violation of an express, or implied, condition of a contract to do or not to do something, without a legitimate excuse + Examples of events that are considered a breach of contract include discovery of misrepresentation, not completing a job, not paying in full or on time, failing to deliver all the goods, substituting inferior or significantly different goods, not providing a bond when required, being late without excuse, or any act that demonstrates that a party will not complete required work ('anticipatory breach.') Breach of contract is one of the most common causes of law suits for damages and/or court-ordered 'specific performance' of the contract. A breach of contract frequently invalidates the contract. + + + + + + + + + + + + + + + + + breach of covenant + classifier of events representing breaking a promise specified in a contract to do or not to do something, without a legitimate excuse + In the case of a breach of a covenant or warranty, the contract remains binding and damages only are recoverable for the breach, whereas a breach of contract typically invalidates the entire contract. + + + + + close-out netting provision + + netting provision that may be triggered when a counterparty defaults, leading to the termination of all outstanding transactions between the parties + In the case of close-out netting, the financial positions of the defaulting party are assessed to determine their worth, and total amounts owed are offset, resulting in a single net payment obligation. + close out netting provision + + + + + + + + + + + collateral agreement + written contract related to another contract designed to provide clarity and additional protection for all parties involved, that is separate from the primary contract and that can be independently enforced + Examples may be related to leases, to clarify responsibilities with respect to maintance and repair, to partnerships, clarifying how disputes should be resolved, loan agreements such as deeds of trust, covering the conditions under which the collateral would be forfeited, and uniform commercial code (UCC) agreements. + In cases where there are discrepancies between the collateral agreement and primary contract, the primary contract, which may be a master agreement, for example, takes precedence. + + + + + condition precedent + stipulation that specifies conditions that must be met before some aspect of a contract takes effect + Condition precedents are common in wills and trusts. They include events or states of affairs that act as triggers for the contract to come into effect, such as a beneficiary reaching the age of maturity, or death of a trustor, as well as define obligations on a party to the contract, such as those required of a trustee on the death of a trustor. + There may also be condition precedents in the ongoing life of a contract, which state that if condition X occurs, event Y will then occur. Condition X is the condition precedent. + + + + + + + + + 0 + + + + + + + 2 + + + + + + + + + contract + voluntary, deliberate agreement between competent parties to which the parties agree to be legally bound, and for which the parties provide valuable consideration + A contractual relationship is evidenced by (1) an offer, (2) acceptance of the offer, and a (3) valid (legal and valuable) consideration. A contract is a kind of agreement, and as such it embodies the assertion that it has been negotiated, such negotiation having included the presence of some offer and the acceptance of that offer on the part of either or both of the parties. + Contracts are usually written but may be spoken or implied, and generally have to do with employment, sale or lease, or tenancy. + Note that the data of issuance may be, but is not always, the same as the effective date. + + + + + + + + + + + contract document + legal document that records the formal terms and conditions of some contract + Written here does not necessarily mean a paper document but includes situations in which the contract is expressed electronically, whether as an electronic representation of a formal document such as in PDF form or as an electronic message, provided in the latter case that the message is expressly given formal contractual standing, for example as indicated in a separate covering agreement between the parties. + + + + + + + + + + 0 + + + + + + + + + contract milestone + classifier for an event (milestone), or set of events related to the status or level of completion of a designated activity, task, or segment of work required for contract fulfillment + Milestones are checkpoints that are predefined in the contract, used to measure progress. They specify tasks, deliverables, or objectives that must be achieved to meet each milestone and may trigger partial payment. + + + + + + + + + 1 + + + + + + + + + + + + + + contract party + legally competent party that has entered into a binding agreement, accepting and conceding obligations, responsibilities, and benefits as specified + + + + + contract principal + party that originates a contract and is identified as the first party to that contract, in the event that the contract distinguishes any party as such + The principal to a contract is typically the originator and, in the case of a security, the issuer. In law, the principal is the party that has the primary responsibility in a liability or obligation, as opposed to an endorser, guarantor, or surety. + + + + + contract third party + party that is indirectly involved in, but not a counterparty to, an agreement + + + + + + + + + + + + + + + + + contractual commitment + provision specifying something that the contracting parties agree to, i.e., a promise or pledge made by one of the parties to perform some action or fulfill some duty + Contractual commitments include general conditions which are common to all types of contracts, such as general and special arrangements, provisions, requirements, rules, rights and obligations, specifications, and standards that form an integral part of an agreement or contract, as well as special conditions which are peculiar to a specific contract (such as, contract change conditions, payment conditions, price variation clauses, penalties). Such a commitment indicates an intention or willingness to do something, which may not be legally binding, for example, to negotiate in good faith. + + + + + contractual definition + contractual element that specifies the meaning of a term in a legal document, whose definition is substitutable for the term whenever it occurs in the body of that document + + + + + + + + 0 + + + + contractual element + element, such as an arrangement, provision, requirement, rule, specification, and standard that forms an integral part of an agreement + + + + + counterparty + party to a contract with whom one negotiates on a given agreement + The counterparty is usually the party 'on the other side' of a contract from the perspective of the issuer or holder. The term 'counterparty' can refer to any party to an agreement, depending on context. + + + + + disclosure provision + contractual provision that outlines the requirements and responsibilities of one or both parties to reveal certain information to each other + Disclosure provisions are crucial in ensuring transparency, mitigating risks, and maintaining trust between the parties. Typical elements of a disclosure provision include (1) scope - defining the kind of information that must be disclosed, (2) materiality - which usually states that only information material to the agreement must be disclosed, (3) timing - specifying when such disclosures must be made, (4) ongoing requirements - outlining whether or not disclosures any time significant changes or new information must be made available over some period of time, (5) method - specifying how such disclosures must be made, for example, in writing, (6) exclusions - information that is explicitly out of scope with respect to disclosure requirements, (7) confidentiality - restrictions related to whether or not the information is confidential and on how it may be used, and (8) penalities - specifying consequences for failing to disclose relevant information. + With respect to contracts, failure to disclose key details can lead to breaches of contract or claims of misrepresentation. Disclosure requirements are typically specific to the nature of the contract and jurisdiction. + + + + + + + + + + + early termination provision + termination of an agreement for any reason prior to its expiration date + Early termination date refers to the date set within an agreement for the parties to exercise the option to terminate the contract prior to its original expiration, typically subject to predefined terms such as notice periods or specific conditions. Early termination may be automatically triggered by an event of default with respect to any contract obligation, due to corporate action, or for other reasons. An early termination date may be calculated per the terms of the agreement or specified explicitly at the time the termination event occurs. + + + + + + + + + 0 + + + extension provision + contract terms that specify the conditions under which a contract can be extended + In the case of a debt instrument, an extension may include extending the time allowed for repayment of the principal, the maturity date, and so forth. + + + + + + + + + 0 + + + master agreement + contract between named parties that outlines the terms and conditions designed to apply to a number of accounts, transactions, or other activities between the parties, and that consolidates and provides overarching terms for separate but related agreements + A master services agreement governs the terms between a service provider and client. Typically, clients will use Statements of Work that point back to the master agreement so they don't have to recreate a new contract with new terms each time there is a new project, or to cover common terms across services, warranties, and deliveries. + Some credit facilities and many brokerage arrangements are master agreements. + A master agreement can be used to set out standard terms and conditions so that any new agreements don't need to cover the same information again. + master contract + + + + + + + + + + + milestone event + event related to the status or level of completion of a designated activity, task, or segment of work required for contract fulfillment + + + + + + + + + + + milestone schedule + schedule of milestone events, observations, or other occurrences and the associated dates and/or times when they will be done + + + + + + multilateral contract + contract where multiple parties (i.e., more than two) commit to perform specific actions or obligations towards each other + + + + + + + + + + + multilateral netting provision + + netting provision that, when triggered, is facilitated by a central clearinghouse or financial institution + Rather than settling individual obligations between each party, as in bilateral netting, all transactions are aggregated, and a single net amount is determined for each participant. + + + + true + + + + + + netting provision + + contractual element that specifies the method of reducing credit, settlement and other risks by aggregating (combining) two or more obligations to achieve a reduced net obligation + + + + + non-binding term + contractual element that is not legally binding on any party to the agreement + + + + + non-transferable contract + + contract between whose individual rights and obligations are not transferable to another party without prior written permission + + + + + notification provision + provision indicating that notification is required prior to the occurrence of a relevant event + + + + + novateable contract + contract that may be replaced by another contract, and in that event, extinguishes the rights and obligations in effect under the original contract with those in the new agreement + In general, novation means consensual substitution of a party or obligation in the original contract with a new party or obligation in the successor contract. The new party takes on the rights and obligations of the original party. The corresponding novation agreement must be signed by the transferor, the transferee, and the counterparty (the other contracting party). Novation is frequently used in mergers and acquisitions to replace any outstanding relationships or rights and obligations of the organization being subsumed with relationships or obligations of the acquiring entity. It is also commonly used with respect to loan rescheduling. + Novation is different from assignment in the following ways: (1) novation is a consensual transfer of contractual rights and obligations, while an assignment can transfer only obligations and does not require the consent of the benefiting party, and (2) novation terminates the original contract, but assignment does not. + + + + + novation netting provision + contractual element that specifies what should be done with respect to netting when a given contract is replaced with another + Novation netting contemplates that for each value date and for each currency, the parties agree that all existing contracts will be canceled (discharged and extinguished) and simultaneously replaced by a new contract that aggregates and nets all of the payment obligations of the original contracts. Novation netting occurs immediately when a nettable transaction is entered into. + + + + + payment netting provision + + netting provision that specifies the way in which all payments in a single currency owed between parties will be aggregated for each traded currency per value date and within the larger aggregate obligation + For each value date and for each traded currency, the parties will aggregate and net all payments owed between them to arrive at a single currency obligation for each currency payable between the parties. The parties calculate net payments at some pre-agreed time, typically the day before value date (although it is possible to agree net payments on the value date, depending on the currency and time zone). + + + + + representation + contractual element that is a statement made by a party to the contract, before or at the time of making the contract, in regard to some fact, circumstance, or state of affairs pertinent to the contract, which the counterparty(ies) rely on, or is influential in bringing about the contract + A party may later claim misrepresentation if a false representation has been made. They may be entitled to rescind the contract, which means that the contract would be set aside and the receiving party may also be entitled to damages to put them back into the position they would have been had the contract never been entered into. + + + + + + + + + + + + + + + settlement netting provision + + netting provision that specifies the way in which on a given payment date, each party will aggregate the amounts of a currency to be delivered by it, and only the difference in the aggregate amounts will be delivered by the party with the larger aggregate obligation + + + + + + + + + + + term sheet + nonbinding agreement setting forth the basic terms and conditions under which a proposed business deal may be made + Term sheets state the intentions of the parties and are used to guide legal counsel in the preparation of proposed agreements or contracts. + + + + + termination provision + contractual element that specifies the circumstances under which the parties can dissolve their legal relationship and discontinue the fulfillment of their obligations under the contract + Common reasons for termination include mutual consent, certain notices, breach or failure of a precedent or condition, insolvency, change in control, the occurrence of certain events, and court orders that prohibit continuation of the contract. Termination provisions may include whether they are mutual or unilateral, and may include rights with respect to any cure. + + + + + transferable contract + contract in which the rights and obligations of one party may be transferred to another party + + + + + + + + + + + unilateral contract + contract in which one party makes an offer that can only be accepted through performance rather than a return promise + In a unilateral, or one-sided, contract, one party, known as the offeror, makes a promise in exchange for an act (or abstention from acting) by another party, known as the offeree. If the offeree acts on the offeror's promise, the offeror is legally obligated to fulfill the contract, but an offeree cannot be forced to act (or not act), because no return promise has been made to the offeror. After an offeree has performed, only one enforceable promise exists, that of the offeror. + + + + + use of proceeds provision + contract provision specifying how funds obtained through financing, such as through a credit agreement, offering, warrant, or other instrument are intended to be used + Examples include for working capital and corporate expenses, for the purchase or upgrades to facilities and/or equipment, and so forth. + + + + + verbal contract + + contract that exists as a result of some verbal exchange + + + + + warranty + contractual element that is a statement of fact + If a warranty is determined to be false, the receiving party has a claim for breach of contract. If it is a fundamental breach the receiving party may have the right to terminate the contact in addition to a claim for damages. However, unlike a claim for misrepresentation, the contract may not necessarily be voided in its entirety as a consequence. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + written contract + formal contract that is written and signed by the parties thereto + + + + + defines terms for + + relates a contract to something for which the contract defines legally binding terms and conditions + + + + + + has beneficiary + + party that receives some benefit or advantage or profits from something as specified in the agreement + + + + + has contract duration + + + indicates the period of time during which a contract is intended to be in force once it has been executed + Note that the duration may be relative or explicit, depending on the nature of the contract, and may be extended if the provisions of the contract permit extension. + + + + + has contract party + + + indicates a party that has entered into a binding agreement, accepting and conceding obligations, responsibilities, and benefits as specified + + + + + has contractual element + + + indicates something that is a component of an agreement + + + + + + has counterparty + + + identifies a party to a contract, typically not the contract principal + + + + + has early termination date + + indicates a termination date that occurs prior to an explicit expiration date + + + + + has effective date + + indicates the date a contract, relationship, or policy comes into force + + + + + has effective date time stamp + + indicates the date and time, including time zone, something comes into force + + + + + has execution date + + indicates the date a contract has been signed by all the necessary parties + This may or may not be the 'effective date' of the contract, which may be specified in the body of the document. + + + + + has execution date time stamp + + indicates the date and time, including time zone, a contract has been signed by all the necessary parties + + + + + has extendable period + + + indicates the window of time during which an extension is allowed under the terms of the contract + + + + + has extension provision + + + specifies the details of a contract provision allowing extension of some aspect of the contract + Typically a contract extension refers to the termination date, coverage period, or, in the case of a security, may refer to extension of repayment or maturity dates. + + + + + has governing jurisdiction + + + indicates the jurisdiction governing the contract, as agreed by all parties + As modeled, this relationship combines two slightly different senses in which a Jurisdiction may be named in some Contract: the jurisdiction under whose laws the contract is deemed to be in force, and the jurisdiction under which the parties agree to submit in the event of any dispute resolution. ScopeNote: One thing to tease out is whether 'Dispute Resolution' and other forms of 'Governing Law' are one and the same thing or not. Dispute Resolution is uncontroversial, the question is whether there are other implications to Governing Law or if it's the same thing. For instance I may undertake to behave as though I were responsible to a particular authority i.e., a particular set of statutes. + In a written contract this is generally identified, for example, as Governing Law, namely the jurisdiction in which any disputes arising from the contract are to be resolved. + + + + + has legal description + + + provides the text, or a summary thereof, expressed in legal terms, of the contract provision, clause, or other element + + + + + has milestone provision + + + refers to a requirement included in an agreement related to fulfillment as of some point in time in the lifetime of the contract + + + + + has non-binding term + + + refers to a term that is included in an agreement that is not considered legally binding + In other words, a breach of such terms in the future would not be considered to be a breach of the contract. + + + + + + has principal party + + + identifies the main or principal party to a contract + + + + + has term + + indicates a fixed or limited period for which something, e.g., a contract, an investment, or an offer, lasts or is intended to last + + + + + has third party + + + identifies a party which is not signatory to the party but has some role in the overall context defined by the contract. + + + + is assignable + + + indicates whether the contract and the rights thereunder may be assigned by one of the signatories to some other party + This is believed to be the basis on which transferable contracts such as financial securities and software licences may be bought and sold on some market, and also the basis on which a bilateral contract such as an over the counter derivative may be novated so that a new party becomes one of the parties. There are subtle distinctions between these three concepts which are not yet represented here. + An assignment (Latin cessio) is a term used with similar meanings in the law of contracts and in the law of real estate. In both instances, it encompasses the transfer of rights held by one party, the assignor, to another party, the assignee. The details of the assignment determines some additional rights and liabilities (or duties). Typically a third-party is involved in a contract with the assignor, and the contract is in effect transferred to the assignee. + + + + + is beneficiary of + + + specifies the agreement that a beneficiary is named in + + + + is evidence for + + corroborates + + + + is evidenced by + + is attested by + + + + is netting automatic + + + indicates whether netting takes place automatically under the scope of the agreement + Example text: "If on any date amounts would otherwise be payable:- (i) in the same currency; and (ii) in respect of the same Transaction, by each party to the other, then, on such date, each party's obligation to make payment of any such amount will be automatically satisfied and discharged and, if the aggregate amount that would otherwise have been payable by one party exceeds the aggregate amount that would otherwise have been payable by the other party, replaced by an obligation upon the party by whom the larger aggregate amount would have been payable to pay to the other party the excess of the larger aggregate amount over the smaller aggregate amount." + + + + + is primary contract for + + + + indicates any subordinate agreement, such as a collateral agreement + + + + + is qualified by + indicates a constraint, limitation or refinement on something + + + + + is subordinate to + + + indicates the primary contract referenced by a subordinate agreement, such as a collateral agreement + This property may also be used as the basis for linking agreements based on priority, such as linking a second or junior lien to the primary lien on some collateral + + + + + qualifies + + limits, constrains or refines + + + + + supersedes + + + indicates a contract that was executed prior to and is replaced by this contract + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Agreements/MetadataFNDAgreements.rdf b/data/ontologies/fibo-fnd/Agreements/MetadataFNDAgreements.rdf new file mode 100644 index 00000000..ec1c928c --- /dev/null +++ b/data/ontologies/fibo-fnd/Agreements/MetadataFNDAgreements.rdf @@ -0,0 +1,51 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Agreements Module + This is the metadata ontology used to describe the Foundations Agreements Module. + 2018-08-27T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + agreements module + This module includes ontologies describing agreements between parties and contracts that formalize those agreements. These cover written and verbal contracts, including contracts which may be transferred from one party to another. The latter form the basis for financial securities contracts. The Contracts ontology also describes fundamental properties of contracts such as contractual terms, contract parties and so on, many of which form the basis for more specialized financial industry concepts such as interest payment terms, bond issuers and so on. + + + https://opensource.org/licenses/MIT + FIBO FND Agreements Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Agreements Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/AllFND-NorthAmerica.rdf b/data/ontologies/fibo-fnd/AllFND-NorthAmerica.rdf new file mode 100644 index 00000000..8b7a94c8 --- /dev/null +++ b/data/ontologies/fibo-fnd/AllFND-NorthAmerica.rdf @@ -0,0 +1,62 @@ + + + + + + + + + + + + + +]> + + + + all FND, North America + The North American extension of the Foundations (FND) domain builds on the more general FND ontologies with concepts that are specific to the North American region of the world, such as those defining North American addresses. + Adaptive, Inc. + Anthony B. Coates + Hypercube Limited + John F. Gemski + Maxwell Gillmore + Nordea Bank AB + Office of Financial Research (US Dept of the Treasury) + Pinnacle Bank (Morgan Hill, California) + State Street Bank and Trust + Tahoe Blue Ltd + Thematix Partners LLC + Wells Fargo + Working Ontologist + agnos.ai, UK Ltd. + 2020-03-22T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + FIBO FND Domain, North American Extension + Financial Industry Business Ontology (FIBO) Foundations (FND) Domain, North American Extension + https://spec.edmcouncil.org/fibo/ + + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + The 'all' ontology for Foundations (FND), North American Extension is provided for convenience for FIBO users. This ontology does not add new assertions, but imports the Production (Released) ontologies that comprise the FIBO Foundations (FND) domain, including extensions related to postal addressing in the US and Canada. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/AllFND.rdf b/data/ontologies/fibo-fnd/AllFND.rdf new file mode 100644 index 00000000..83f202fc --- /dev/null +++ b/data/ontologies/fibo-fnd/AllFND.rdf @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + all FND + The Foundations (FND) domain includes ontologies that define general purpose concepts required to support other FIBO domains. These include concepts and relationships about people, organizations, places, and most importantly, contracts that are essential to domains such as Business Entities (BE), Financial Business and Commerce (FBC), Indices and Indicators (IND), and Securities (SEC). + +The scope of the definitions provided in FND is limited to coverage of exactly those concepts needed by other FIBO domain areas. They may be useful for other domains, such as insurance, but are intentionally underspecified to avoid unintended consequences and thus do not provide exhaustive coverage for any concept contained herein. However, Foundations is designed for growth over time. The expectation is that as additional foundational knowledge is needed to define concepts in other FIBO domain areas, additional ontologies and/or concepts will be integrated into Foundations as required. + 2020-12-28T18:00:00 + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-12-17T18:00:00 + FIBO FND Domain + Financial Industry Business Ontology (FIBO) Foundations (FND) Domain + https://spec.edmcouncil.org/fibo/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/AllFND.rdf version of this ontology was modified to incorporate the recently released assessments and ratings ontologies. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190601/AllFND.rdf version of this ontology was modified to eliminate the unused legitimate organizations ontology, thereby simplifying the overal organization hierarchy, eliminate duplication with LCC, and merge countries with locations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/AllFND.rdf version of this ontology was modified to merge goals with objectives. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201101/AllFND.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary and to eliminate unnecessary imports statements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/AllFND.rdf version of the ontology was modified to add an ontology for real property (LOAN-168). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241001/AllFND.rdf version of the ontology was modified to eliminate the now redundant Roles and Quantities and Units ontologies (FND-386). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/AllFND.rdf version of the ontology was modified to eliminate the now redundant Jurisdictions and Organizations ontologies (FND-399) and to reuse concepts from the Commons 1.3 sites and facilities ontology (FND-401). + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + The 'all' FND ontology is provided for convenience for FIBO users. It imports all of the Production (Released) ontologies that comprise the FIBO Foundations (FND) domain, and can be loaded directly in tools such as Protege with the expectation that all of the accompanying content will be loaded. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/Arrangements.rdf b/data/ontologies/fibo-fnd/Arrangements/Arrangements.rdf new file mode 100644 index 00000000..26cadce9 --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/Arrangements.rdf @@ -0,0 +1,79 @@ + + + + + + + + + + + + + +]> + + + + Arrangements Ontology + This ontology defines abstract structural concepts, extending the Commons concept of an arrangement to represent schemes. + https://opensource.org/licenses/MIT + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20140801/Arrangements/Arrangements.rdf version of this ontology was introduced as a part of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting to promote Collection to the top level in the hierarchy, resulting in https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Arrangements/Arrangements/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Arrangements/Arrangements.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.2 RTF report to add a definition for a structured collection. + The https://spec.edmcouncil.org/fibo/ontology/FND/20170201/Arrangements/Arrangements.rdf version of this ontology was revised for the FIBO 2.0 RFC report to add a general definition for scheme, add dated collection, and add mappings to LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Arrangements/Arrangements.rdf version of this ontology was revised to loosen the range on hasObservedDateTime such that it can be used more generally. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190201/Arrangements/Arrangements.rdf version of this ontology was revised to loosen the restriction on hasObservedDateTime so that it can be used with the new CombinedDateTime datatype (in FinancialDates, which is not imported herein to avoid circular dependencies), with finer granularity than seconds as appropriate for trades, for example. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190401/Arrangements/Arrangements.rdf version of this ontology was revised to eliminate duplication with concepts in LCC for classes including arrangement, collection, code element, code set, etc to simplify the hierarchy and usage for FIBO users. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Arrangements/Arrangements.rdf version of this ontology was revised to move the concepts of a dated collection and dated collection constituent to Financial Dates in order to improve usability and simplify reasoning and make definitions ISO 704 compliant. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/Arrangements/Arrangements.rdf version of this ontology was revised to add a restriction to structured collection pointing to the arrangement used to organize that collection, and to revise the definition accordingly. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210901/Arrangements/Arrangements.rdf version of this ontology was revised to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Arrangements/Arrangements.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230201/Arrangements/Arrangements.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Arrangements/Arrangements.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + + Copyright (c) 2014-2023 EDM Council, Inc. + Copyright (c) 2014-2023 Object Management Group, Inc. + + + + + + + + 0 + + + scheme + structure or means of organizing information such as a blueprint, schema, numbering system, organization structure, measurement system, plan, taxonomy, or language for organizing information + + + + has collection size + + indicates the number of elements in a given collection + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/Assessments.rdf b/data/ontologies/fibo-fnd/Arrangements/Assessments.rdf new file mode 100644 index 00000000..f8685f14 --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/Assessments.rdf @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Assessments Ontology + This ontology defines abstract concepts for assessments, evaluations, and outcomes, as the basis for various analysis, such as for business performance, compliance and risk. + Copyright (c) 2019-2025 EDM Council, Inc. +Copyright (c) 2019-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20190601/Arrangements/Assessments.rdf version of this ontology was revised to integrate concepts related to value assessments / appraisals. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Arrangements/Assessments.rdf version of this ontology was revised to augment the definition of appraisal with an estimated value and correct a bug in the definition of hasAppraiser. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/Arrangements/Assessments.rdf version of this ontology was revised to add the concept of a valuation method, which is then applied in the context of a value assessment. + The https://spec.edmcouncil.org/fibo/ontology/FND/20221001/Arrangements/Assessments.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Arrangements/Assessments.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Arrangements/Assessments.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Arrangements/Assessments.rdf version of this ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Arrangements/Assessments.rdf version of this ontology was modified to generalize the notion of value and observable value required for valuation of various instruments and their underliers (DER-112). + + Copyright (c) 2019-2024 EDM Council, Inc. + Copyright (c) 2019-2024 Object Management Group, Inc. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + appraisal + written estimate of the market value of something as of some point in time, typically provided by a qualified appraiser + + + + + appraised value + estimated value of some asset as of a given point in time + + + + + + + + 0 + + + + + + + + + appraiser + party that evaluates or estimates the nature, quality, ability, or value of someone or something + + + + + + + + 0 + + + + + + + + + assessment activity + activity involving the evaluation or estimation of the nature, quality, ability, or value of someone or something + + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + assessment event + event involving the evaluation or estimation of the nature, quality, or ability of someone or something + + + + + + + + + 0 + + + assessment report + report that includes an opinion, judgement, appraisal, or view about something and typically the methodology and raw inputs used to arrive at that opinion + + + + + expected value + + theoretical value that is anticipated based on a model or hypothesis + Expected values are often calculated using probability distributions. Note that they can be qualitative, however, such as certain ratings. + + + + + + fair value + + price that would be received to sell an asset, or paid to transfer a liability, in an orderly transaction between market participants at the measurement date + ISO/TS 55010:2024(en), Asset management - Guidance on the alignment of financial and non-financial functions in asset management + + + + + + market value + price an asset would sell for in the market + + + + + observed value + value that is an actual data point collected from an experiment, survey, or observation + + + + + + + + + + + + + + + + opinion + judgement, appraisal, or view about something + + + + + present value + value of an asset today, which may be calculated from reference data and may based on its expected future value + + + + + qualitative value + + value that has less precision or accuracy than a value determined via quantitative methods and which is usually expressed in codes rather than actual numbers + ISO/IEC 5207:2024(en), Information technology - Data usage - Terminology and use cases + Qualitative values may follow nominal or ordinal scales, and may be expressed as enumerations. + + + + + + quantitative value + value determined via quantitative methods, expressed as a numerical value in appropriate units + + + + + + reference value + value for something discernible for which evidence can be obtained + Derivatives, such as certain exotics, can be based on values ascribed to virtually anything, including weather. Typically, however, a reference value refers to something that can be readily observed in the marketplace, such as a quoted rate (e.g., interest rate, exchange rate), index value, commodity price, stock price, economic indicator, or something similar as of some point in time. + + + + + valuation method + method used to determine the present or expected worth of an asset + Asset valuation is the process of determining the fair market or present value of assets, using book values, absolute valuation models like discounted cash flow analysis, option pricing models or comparables. Such assets include investments in marketable securities such as stocks, bonds and options; tangible assets like buildings and equipment; or intangible assets such as brands, patents and trademarks. + + + + + value + perceived worth of something, such as a product, service, or asset to a company, customer, or stakeholder + The concept of business value encompasses several dimensions, including: +- Customer Value: The benefits that a customer derives from a product or service, measured against the cost of obtaining it. This includes factors like quality, performance, convenience, and price. +- Economic Value: The financial benefits that a company gains from its assets, investments, or operations. This can be calculated through metrics like revenue, profit, return on investment (ROI), and cost savings. +- Market Value: The price at which an asset or company can be bought or sold in the open market. This reflects the collective assessment of investors and market participants. +- Shareholder Value: The financial returns that shareholders receive from owning a company's stock, including dividends and capital gains. +- Brand Value: The premium that customers are willing to pay for a product or service due to the brand's reputation, recognition, and loyalty. + +Overall, value in business is about creating and capturing benefits that meet the needs and expectations of various stakeholders, from customers to investors. + business value + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + value assessment + assessment event to estimate the value of something + Note that an appraiser in this context may be a licensed appraiser, such as a real estate appraiser or auction house, or a calculation agent, depending on the circumstances. + + + + + applies methodology + + indicates the strategy used for the purposes of determining the fair market or present value of something + + + + + estimates value at + + provides an approximate value of some asset as of some point in time + + + + + has appraiser + relates an assessment or report to an agent that conducts the assessment + + + + + has date of assessment + + date on which an assessment process was completed + + + + + has estimated value + + relates something to its estimated value + + + + + is estimated value of + + + relates an appraised value to the asset of interest as of the date of the assessment + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/ClassificationSchemes.rdf b/data/ontologies/fibo-fnd/Arrangements/ClassificationSchemes.rdf new file mode 100644 index 00000000..7ac5bd76 --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/ClassificationSchemes.rdf @@ -0,0 +1,89 @@ + + + + + + + + + + + + + +]> + + + + Classification Schemes Ontology + This ontology defines abstract concepts for representation of industry classification schemes. + https://opensource.org/licenses/MIT + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20150501/Arrangements/ClassificationSchemes.rdf version of this ontology was introduced as a part of the initial FIBO FBC RFC and revised due to changes introduced in the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Arrangements/ClassificationSchemes.rdf version of this ontology was revised to replace hasDefinition with isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190701/Arrangements/ClassificationSchemes.rdf version of this ontology was revised to eliminate duplication of concepts in LCC and change the parent class of Classifier to Aspect in Analytics. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/Arrangements/ClassificationSchemes.rdf version of this ontology was revised to eliminate circular definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/Arrangements/ClassificationSchemes.rdf version of this ontology was revised to address hygiene issues with respect to text formatting and loosen the constraint on classifier from classifies something to min 0. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Arrangements/ClassificationSchemes.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Arrangements/ClassificationSchemes.rdf version of this ontology was modified to move the property, 'is conferred on' to the Legal Capacity ontology and to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Arrangements/ClassificationSchemes.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + + Copyright (c) 2014-2023 EDM Council, Inc. + Copyright (c) 2014-2023 Object Management Group, Inc. + + + + + + + + + + + industry sector classification scheme + system for allocating classifiers to organizations by industry sector + Examples include the North American Industry Classification System (NAICS) and Standardized Industry Classification (SIC) in the U.S. and Canada, and the NACE (Nomenclature Générale des Activités Économiques dans les Communautés Européennes) in the EU, developed by governments to classify industries. They also include commercial classification schemes, such as the Global Industry Standard Classification (GICS) developed jointly by Morgan Stanley Capital International (MSCI) and Standard and Poor's, and competing schemes including the Industry Classification Benchmark (ICB) system, maintained by Dow Jones and London's FTSE Group, among others. + + + + + + + + + 1 + + + industry sector classifier + standardized classification or delineation for an organization, or possibly for a security representing an interest in a given organization, per some scheme for such delineation, by industry + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/Documents.rdf b/data/ontologies/fibo-fnd/Arrangements/Documents.rdf new file mode 100644 index 00000000..b02fe19b --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/Documents.rdf @@ -0,0 +1,105 @@ + + + + + + + + + + + + + +]> + + + + Documents Ontology + This ontology defines abstract concepts for representation documents for use in other FIBO ontology elements. + Copyright (c) 2014-2025 EDM Council, Inc. +Copyright (c) 2014-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/20230101/Arrangements/Documents.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Arrangements/Documents.rdf version of this ontology was introduced as a part of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/ in advance of the Long Beach meeting in December 2014. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Arrangements/Documents.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.1 RTF report to add a parent of hasDate to date properties. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/Arrangements/Documents.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.2 RTF report to add a definition for a record. + The https://spec.edmcouncil.org/fibo/ontology/FND/20170201/Arrangements/Documents.rdf version of this ontology was revised as a part of the FIBO 2.0 RFC to add definitions for general purpose reports. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Arrangements/Documents.rdf version of this ontology was revised to add a new records property. + The https://spec.edmcouncil.org/fibo/ontology/FND/20181201/Arrangements/Documents.rdf version of this ontology was revised to eliminate deprecated properties. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Arrangements/Documents.rdf version of this ontology was revised to integrate additional document concepts, including certificate, draft, and notice and eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Arrangements/Documents.rdf version of this ontology was revised to add a hasRecord property. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200901/Arrangements/Documents.rdf version of this ontology was revised to eliminate references to external dictionary sites that no longer resolve. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210101/Arrangements/Documents.rdf version of this ontology was revised to clarify the definition of legal document. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/Arrangements/Documents.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Arrangements/Documents.rdf version of the ontology was modified to replace many of the concepts with those in the Documents ontology added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Arrangements/Documents.rdf version of the ontology was modified to replace an additional property with its equivalent in the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20241001/Arrangements/Documents.rdf version of the ontology was modified to eliminate elements that have been deprecated for several quarters (FND-386) and revise the definition of termination date to allow for future termination (SEC-200). + + Copyright (c) 2014-2025 EDM Council, Inc. + Copyright (c) 2014-2025 Object Management Group, Inc. + + + + + + financial record + record of financial information + Financial records include accounts, agreements, trading books, etc. + + + + + has expiration date + + links something, typically an agreement, contract, document, or perishable item, with an expiration date + + + + + has record + + links something to a record that pertains to it + + + + + has reporting period + + specifies the reporting period for which a report or something else, such as a market rate or economic indicator, applies + + + + + has termination date + + links something, typically an agreement, contract, document, or process, with a date on which it is scheduled to be or was terminated + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/IdentifiersAndIndices.rdf b/data/ontologies/fibo-fnd/Arrangements/IdentifiersAndIndices.rdf new file mode 100644 index 00000000..5829023d --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/IdentifiersAndIndices.rdf @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + +]> + + + + Identifiers and Indices Ontology + This ontology defines abstract concepts for representation of indices and indexing schemes, as well as reusable identifiers, for reuse in other ontologies. + https://opensource.org/licenses/MIT + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20140801/Arrangements/IdentifiersAndIndices.rdf version of this ontology was introduced as a part of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting to promote Collection to the top level in the hierarchy, resulting in https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Arrangements/Arrangements/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Arrangements/IdentifiersAndIndices.rdf version of this ontology was revised for the FIBO 2.0 RFC to incorporate mappings to LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Arrangements/IdentifiersAndIndices.rdf version of this ontology was revised to replace hasDefinition with isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190701/Arrangements/IdentifiersAndIndices.rdf version of this ontology was revised to eliminate duplication of concepts with LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Arrangements/IdentifiersAndIndices.rdf version of this ontology was revised to add the concept of a time-constrained, reassignable identifier as well as the concept of a composite identifier. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211101/Arrangements/IdentifiersAndIndices.rdf version of this ontology was revised loosen a constraint on composite identifier and add regular expression annotations to support ordered constituents. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220401/Arrangements/IdentifiersAndIndices.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Arrangements/IdentifiersAndIndices.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Arrangements/IdentifiersAndIndices.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old and to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Arrangements/IdentifiersAndIndices.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + + Copyright (c) 2014-2024 EDM Council, Inc. + Copyright (c) 2014-2024 Object Management Group, Inc. + + + + + + + + 1 + + + + + + + 1 + + + index + indirect shortcut derived from and pointing into, a greater volume of values, data, information or knowledge + http://en.wikipedia.org/wiki/Index + + + + + + + + + + + indexing scheme + system for indexing values, data, information, or knowledge + + + + + + + + 1 + + + + + + + 1 + + + + reassignable identifier + identifier that uniquely identifies something for a given time period, and that may be reused to identify something else at a different point in time + ticker symbol, vehicle license number, such as a vanity plate that can be reassigned and moved from one car to another + If no assignment termination date is provided, the identifier is considered to be assigned and valid. If there is no initial assignment date, then the identifier is assumed to be assigned up until the termination date, if any. + + + + construct regex + + indicates how to compose the supplied character string from its components + + + + + has assignment termination date + + the date on which an identifier is released from its assignment to some resource + + + + + has initial assignment date + + the date on which an identifier is first assigned to some resource + + + + + is index to + + that to which the index refers + + + + parse regex + + indicates how to deconstruct the supplied character string into its components + + + + For a fictional business identifier, the rule used to parse a composite identifier might be fibo-fnd-arr-id:parseRegex "RA([0-9]{6})-([0-9A-Z]*)", and fibo-fnd-arr-id:constructRegex "$1-$2", where RA represents a text value corresponding to the registration authority for the business identifier. + Use parseRegex and constructRegex annotation properties to express the rules for deconstructing and composing the actual composite identifiers from their constituent parts as appropriate. + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/Lifecycles.rdf b/data/ontologies/fibo-fnd/Arrangements/Lifecycles.rdf new file mode 100644 index 00000000..873ebe9e --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/Lifecycles.rdf @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + +]> + + + + Lifecycles Ontology + This ontology defines a set of basic concepts for lifecycles, including the various stages and events that make up a given lifecycle, for use in describing product, trade, instrument, production, and other lifecycles in FIBO. + https://opensource.org/licenses/MIT + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Arrangements/Lifecycles.rdf version of this ontology was revised to replace hasDefinition with isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190701/Arrangements/Lifecycles.rdf version of this ontology was revised to define lifecycle status, normalize definitions per ISO 704 and eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Arrangements/Lifecycles.rdf version of this ontology was revised to add lifecycle stage as the superclass of maturity level. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200501/Arrangements/Lifecycles.rdf version of this ontology was revised to eliminate references to external dictionary sites that no longer resolve. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210101/Arrangements/Lifecycles.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Arrangements/Lifecycles.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Arrangements/Lifecycles.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + + Copyright (c) 2017-2024 EDM Council, Inc. + Copyright (c) 2017-2024 Object Management Group, Inc. + + + + + + + + + + + + + + + + + + + + + + + lifecycle + arrangement that compares the cyclical nature of families, organizations, processes, products, marketing, and order management, portfolio management or other systems with the cradle to grave life stages (birth, growth, maturity, decay, and death) of living organisms + The product life cycle describes the period of time over which an item is developed, brought to market and eventually removed from the market. The cycle is broken into four stages: introduction, growth, maturity and decline. The idea of the product life cycle is used in marketing to decide when it is appropriate to advertise, reduce prices, explore new markets or create new packaging. + + + + + + + + + + + lifecycle event + kind of event that occurs during one or more stages of a lifecycle + a call notification or coupon payment as a part of a bond lifecycle + + + + + + + + + 1 + + + + + + + + + lifecycle event occurrence + realization of an event in a stage of a lifecycle + + + + + + + + + 1 + + + + + + + + + lifecycle occurrence + realization of a lifecycle + + + + + + + + + + + + + + + + + + + + + + + lifecycle stage + phase in a lifecycle + a research and development phase of a product lifecycle, the introduction phase in a marketing lifecycle, a growth stage in an economic lifecycle, or the origination phase in the lifecycle of a loan + + + + + + + + + 1 + + + + + + + + + + + + + + + lifecycle stage occurrence + realization of a phase in a given lifecycle + + + + + + + + + + + lifecycle status + classifier indicating the position or state of something at a particular point in its life-cycle + + + + + has lifecycle + + relates something, such as a product, trade, or related process, to a lifecycle that characterizes it + + + + + has stage + + + + + + + + + + + relates something, such as a product or trade lifecycle or related process, to a phase or stage in that lifecycle + + + + + is lifecycle of + + + relates a lifecycle to something it characterizes + + + + + is stage of + + + + + + + + + + + + relates a stage in a product or trade lifecycle or process to the lifecycle or process that it is a stage of + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/MetadataFNDArrangements.rdf b/data/ontologies/fibo-fnd/Arrangements/MetadataFNDArrangements.rdf new file mode 100644 index 00000000..352d5581 --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/MetadataFNDArrangements.rdf @@ -0,0 +1,57 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Arrangements Module + This is the metadata ontology used to describe the Foundations Arrangements Module. + 2021-03-29T18:00:00 + https://opensource.org/licenses/MIT + 2023-03-31T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + arrangements module + This module contains ontologies that define abstract concepts, structures and schemata, such as identifiers and identification schemes, indices and indexing schemes, codes and coding schemes, and classification strategies. + + + + + + + + + https://opensource.org/licenses/MIT + FIBO FND Arrangements Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Arrangements Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/Ratings.rdf b/data/ontologies/fibo-fnd/Arrangements/Ratings.rdf new file mode 100644 index 00000000..86d4fc4e --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/Ratings.rdf @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Ratings Ontology + This ontology defines abstract concepts for representation of ratings and rating schemes, particularly for ratings describing aspects of business performance, credit worthiness, and investment quality at a high level. + Copyright (c) 2019-2025 EDM Council, Inc. +Copyright (c) 2019-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20190601/Arrangements/Ratings.rdf version of this ontology was revised to replace hasDefinition with isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190701/Arrangements/Ratings.rdf version of this ontology was revised to add properties indicating the 'best' and 'worst' scores on a given scale. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Arrangements/Ratings.rdf version of this ontology was revised to eliminate duplication with LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Arrangements/Ratings.rdf version of this ontology was revised to replace uses of hasTag in Relations with hasTag from LCC, as the more complex union of datatypes in the Relations concept is not needed here. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/Arrangements/Ratings.rdf version of this ontology was revised to eliminate circular definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/Arrangements/Ratings.rdf version of this ontology was revised to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Arrangements/Ratings.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Arrangements/Ratings.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Arrangements/Ratings.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Arrangements/Ratings.rdf version of the ontology was modified to replace an additional property with its equivalent in the Commons Ontology Library (Commons) v1.1 (FBC-322). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241001/Arrangements/Ratings.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2019-2025 EDM Council, Inc. + Copyright (c) 2019-2025 Object Management Group, Inc. + + + + + + + + + + 1 + + + qualitative rating score + rating score that is represented as a qualitative code with respect to some rating scale + Ratings for the creditworthiness of securities are often qualitative, rather than quantitative, such as a triple-A (i.e., AAA). Many ratings for products and businesses on the Internet are also qualitative, such as 5-star ratings for something. + + + + + + + + + 1 + + + quantitative rating score + rating score that is a simple numeric value on some scale, such as a credit rating for an individual + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + rating + standing of something at a particular time, indicated by at least one scores with respect to some scale, based on an assessment by some party + + + + + + + + + + + + rating agency + rating issuer that is also a rating scale publisher, frequently but not always an independent rating service + + + + + + + + + + + rating assessment activity + assessment activity resulting in a grade or score and potentially a report describing the score and the process used to determine that score + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + rating assessment event + individual assessment resulting in a grade or score and potentially a report describing the score + + + + + + + + + + + rating issuer + party that is responsible for issuing ratings + A rating issuer is frequently, but not always the rating scale publisher. A rating issuer may delegate responsibility for producing a rating to a rating party. + + + + + + + + + + + rating party + person, organization or group that analyzes some aspect of something and develops a rating + + + + + + + + + + + rating report + report describing a set of ratings + + + + + + + + 1 + + + + + + + 1 + + + + + + + + 1 + + + + + + + + + rating scale + system for assigning a value to something according to some scale with respect to quality, a standard, or ranking + + + + + + + + + + + rating scale publisher + party responsible for managing one or more rating schemes and potentially publishing ratings based on those schemes + Rating scale publishers are frequently also rating agencies. + + + + + + + + 1 + + + + + + + + 1 + + + rating score + grade, classification, or ranking of for something in accordance with some rating scale + The meaning and methodology for determining a rating score for the rating of something is determined by a rating issuer. A given rating may apply at some point in time, as a part of a lifecycle or process, or generally. Typically ratings reflect an assessment of a state of affairs at some point in time. + + + + has best measure + + + indicates the 'best' (most desirable) possible value for a rating score's hasMeasureWithinScale property + Note that hasBestMeasure and hasWorstMeasure may be used together to determine the direction and range of a scale's measure values. + + + + has measure within scale + + + indicates a relative, numeric measure or ordering on a rating scale + + + + + has rating + + + indicates the rating assigned to a thing based on a grade or score according to a particular rating scale + + + + + has rating score + + + indicates the grade or score associated with a rating with respect to a particular rating scale + + + + has worst measure + + + indicates the 'worst' (least desirable) possible value for a rating score's hasMeasureWithinScale property + Note that hasBestMeasure and hasWorstMeasure may be used together to determine the direction and range of a scale's measure values. + + + + + produces ratings for + + + + issuer for which ratings are produced or posted through + + + + + rates + + indicates the instrument, party or something else to which a rating applies + + + + + uses rating performer + + + rating performer an issuer uses to assess ratings + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Arrangements/Reporting.rdf b/data/ontologies/fibo-fnd/Arrangements/Reporting.rdf new file mode 100644 index 00000000..02d84dc4 --- /dev/null +++ b/data/ontologies/fibo-fnd/Arrangements/Reporting.rdf @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + +]> + + + + Reporting Ontology + This ontology defines the notion of a Report and related party concepts. + Copyright (c) 2018-2025 EDM Council, Inc. +Copyright (c) 2018-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/20241001/Arrangements/Reporting.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Arrangements/Reporting.rdf version of this ontology was modified to incorporate evaluates and isEvaluatedBy. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Arrangements/Reporting.rdf version of this ontology was modified to eliminate references to deprecated elements and to external dictionary sites that no longer resolve, and to integrate concepts related to making a request for something. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210301/Arrangements/Reporting.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Arrangements/Reporting.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Arrangements/Reporting.rdf version of the ontology was modified to replace concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Arrangements/Reporting.rdf version of the ontology was modified to replace additional concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Arrangements/Reporting.rdf version of the ontology was modified to replace an additional property with its counterpart from the Commons Ontology Library (Commons) v1.1 (FBC-322). + + Copyright (c) 2018-2025 EDM Council, Inc. + Copyright (c) 2018-2025 Object Management Group, Inc. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + report + document that provides a structured description of something, prepared on ad hoc, periodic, recurring, regular, or as required basis + Reports may refer to specific periods, events, occurrences, or subjects, and may be communicated or presented in oral, electronic, or written form. + + + + + + + + + + + reporting party + party providing a report, typically in response to some contractual, legal, regulatory or other business requirement + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + request + event in which some party asks another party for something at some point in time + + + + + + + + + + + request activity + activity in which some party asks another party for something or to do something + + + + + requester + party that asks for something + + + + + + + + + + + submitter + party presenting something, such as a regulatory report + + + + + + has report date + + date on which a report was issued + + + + + has report date time + + date and time at which a report was issued + + + + + has request date + + date on which a request was made + + + + + has request date time + + date and time at which a request was made + + + + + is reported to + + indicates the party to which something is reported + + + + + is requested by + + indicates the party that asks for something + + + + + is requested of + + indicates the party that is asked for something + + + + + is submitted by + + + indicates the party that submits something + + + + + is submitted to + + indicates the party to which something is submitted + + + + + reports on + + indicates a subject matter, observation(s), assessment(s), focus or other topic of a report + + + + + requests + asks for something + + + + + submits + + presents something (a proposal, application, report, or other document) for consideration or review + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/DatesAndTimes/BusinessDates.rdf b/data/ontologies/fibo-fnd/DatesAndTimes/BusinessDates.rdf new file mode 100644 index 00000000..492fffac --- /dev/null +++ b/data/ontologies/fibo-fnd/DatesAndTimes/BusinessDates.rdf @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + +]> + + + + Business Dates Ontology + This ontology extends definitions of date and schedule concepts from the FinancialDates ontology with concepts defining dates that may be adjusted when they fall on weekends or holidays as defined in a given business center, for use in other FIBO ontologies. + Copyright (c) 2014-2025 EDM Council, Inc. +Copyright (c) 2014-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +See https://opensource.org/licenses/MIT. + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/DatesAndTimes/BusinessDates/ version of this ontology was revised by the FIBO FND 1.2 RTF in order to add definitions for business recurrence intervals such as the day of the month and week, and to revise the representation of the end of the month to correspond to the way that the other intervals are represented for use in parametric schedules. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/DatesAndTimes/BusinessDates/ version of this ontology was revised to better support definitions related to business day adjustments. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180901/DatesAndTimes/BusinessDates/ version of this ontology was revised to loosen domains on properties related to business day and day count (recurrence interval) conventions, eliminate a duplicate individual, normalize definitions to be ISO 704 compliant, eliminate duplication of concepts in LCC, move hasBusinessCenter to locations, where the class BusinessCenter is defined and merge countries with locations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/DatesAndTimes/BusinessDates/ version of this ontology was revised to eliminate a remaining circular definition. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/DatesAndTimes/BusinessDates/ version of this ontology was revised to address hygiene issues with respect to text processing. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/DatesAndTimes/BusinessDates.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/DatesAndTimes/BusinessDates.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/DatesAndTimes/BusinessDates.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/DatesAndTimes/BusinessDates.rdf version of this ontology was modified to eliminate elements that have been deprecated for several quarters (FND-386). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/DatesAndTimes/BusinessDates.rdf version of this ontology was modified to reconcile business day adjustments with business day conventions, which are synonymous (SEC-150). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250201/DatesAndTimes/BusinessDates.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/DatesAndTimes/BusinessDates.rdf version of the ontology was modified to eliminate deprecations that were more than 3 quarters old (FND-399). + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. It is also needed to provide temporal relationships for Ownership and Control. + +These three ontologies are designed for use together: + + * FinancialDates -- financial Dates and Schedules + * BusinessDates -- business day adjustments + * Occurrences -- occurrences (events) and kinds of occurrences + +They are modularized this way to minimize the ontological committments that are imposed upon ontologies that rely upon them. Ontologies can import FinancialDates alone, or FinancialDates + BusinessDates, or FinancialDates + Occurrences, or all three together. + + Copyright (c) 2014-2025 EDM Council, Inc. + Copyright (c) 2014-2025 Object Management Group, Inc. + + + + + + + + + 0 + + + business day convention + convention that enumerates the possible ways to handle a date that falls on a weekend or holiday + https://www.actusfrf.org/dictionary + Business day conventions are linked to a calendar. Calendars have working and non-working days. In the ACTUS dictionary, the rules related to business day conventions (BDCs) state that a BDC value other than N means that cash flows cannot fall on non-working days, they must be shifted to the next business day (following) or the previous on (preceding). These two simple rules get refined twofold: (1) Following modified (preceding): Same like following (preceding), however if a cash flow gets shifted into a new month, then it is shifted to preceding (following) business day; (2) Shift/calculate (SC) and calculate/shift (CS). Accrual, principal, and possibly other calculations are affected by this choice. In the case of SC first the dates are shifted and after the shift cash flows are calculated. In the case of CS it is the other way round. + Business day conventions commonly include: +- Following business day: Moves the date to the next business day +- Modified following business day: Moves the date to the next business day, unless it would fall in the next calendar month +- Preceding business day: Moves the date to the previous business day +- Modified preceding business day: Moves the date to the previous business day, unless it would fall in the previous calendar month + The 2006 IDSA Definitions Section 4.11, provide the following examples: FRN Convention; Eurodollar Convention. +- If a payment date or period end date falls on a non-business day, it is moved to the next business day. +- If there is no numerically corresponding day in a calendar month, the payment date or period end date is moved to the last business day in that month. + business day adjustment + + + + + business day following + convention specifying that a non-business date will be adjusted to the first following day that is a business day + FPML 5.1 "BusinessDayConventionEnum" + + + + + business day modified following + convention specifying that a non-business date will be adjusted to the first following day that is a business day unless that day falls in the next calendar month, in which case that date will be the first preceding day that is a calendar date + FPML 5.1 "BusinessDayConventionEnum" + + + + + business day modified preceding + convention specifying that a non-business date will be adjusted to the first preceding day that is a business day unless that day falls in the previous month, in which case that date will be the first following day that is a business day + FPML 5.1 "BusinessDayConventionEnum" + + + + + business day nearest + convention specifying that a non-business date will be adjusted to the nearest day that is a business day -- i.e. if the non-business day falls on any day other than a Sunday or a Monday, it will be the first preceding day that is a business day, and will be the first following business day if it falls on a Sunday or a Monday + FPML 5.1 "BusinessDayConventionEnum" + + + + + business day none + convention specifying that a date will not be adjusted if it falls on a day that is not a business day + FPML 5.1 "BusinessDayConventionEnum" + + + + + business day preceding + convention specifying that a date will be adjusted to the first previous day that is a business day + + + + + + + + + 1 + + + business recurrence interval + recurrence interval that is defined per a specific convention that determines how recurring days should be handled + + + + + business recurrence interval convention + convention that specifies how recurring days should be handled, such as the end of the month, a particular day of the month, a day of the week, or more specifically, a t-bill auction date + + + + convention + widely accepted or established way of doing 'something' within some community of practice + + + + + + + + + 1 + + + day of month + specific, recurring day of the month + + + + + day of the week + + + + + + + + + + + + + + + + + + + + + specific, recurring day of the week + + + + + end of the month + the last day of a calendar month, irrespective of the length of the calendar month + + + + has business day convention + + identifies a convention regarding how a date should be handled when it falls on a day that is not a business day, such as a weekend or holiday + + + + has business recurrence interval convention + + identifies a convention regarding how certain recurring dates should be handled with respect to a given schedule, such as the end of the month + + + + + + + + 1 + + + + + + + + + + 1 + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/DatesAndTimes/FinancialDates.rdf b/data/ontologies/fibo-fnd/DatesAndTimes/FinancialDates.rdf new file mode 100644 index 00000000..b372b768 --- /dev/null +++ b/data/ontologies/fibo-fnd/DatesAndTimes/FinancialDates.rdf @@ -0,0 +1,631 @@ + + + + + + + + + + + + +]> + + + + Financial Dates Ontology + This ontology provides definitions of date and schedule concepts for use in other FIBO ontologies. + Copyright (c) 2014-2025 EDM Council, Inc. +Copyright (c) 2014-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +See https://opensource.org/licenses/MIT. + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/DatesAndTimes/FinancialDates/ version of this ontology was revised by the FIBO FND 1.2 RTF in order to introduce the definition of a time interval, which is a location, to ground some of the concepts such as a date period, and duration as well as to support the definition of business recurrence intervals for use in parametric schedules for securities. + The https://spec.edmcouncil.org/fibo/ontology/FND/20170201/DatesAndTimes/FinancialDates/ version of this ontology was revised by the FIBO 2.0 RFC in order to introduce the definition of a time instant, to eliminate a reasoning issue with relative dates, and remove a circular dependency inadvertently incorporated in the ontology with a FIBO FND 1.2 modification. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/DatesAndTimes/FinancialDates/ version of this ontology was revised to introduce a composite date datatype to allow for cases whereby the representation of a date for certain purposes, such as GLEIF LEI data, is inconsistent, and to facilitate mapping FIBO to multiple data sources in user environments. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190201/DatesAndTimes/FinancialDates/ version of this ontology was revised to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/DatesAndTimes/FinancialDates/ version of this ontology was revised to add the 'has date added' property, which is needed for the date a constituent is added to a basket, among other purposes, to add a TimeOfDay class, needed for representing rate reset times, eliminate duplication with concepts in LCC, and make AdHocScheduleEntry a child of DatedCollectionConstituent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/DatesAndTimes/FinancialDates/ version of this ontology was revised to move dated collection and dated collection constituent as well as hasObservedDateTime and hasAcquisitionDate to financial dates in order to improve usability, simplify reasoning, made definitions ISO 704 compliant, and eliminate redundant restrictions on ad hoc schedule entry. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/DatesAndTimes/FinancialDates/ version of this ontology was revised to add hasOpeningDateTime and hasClosingDateTime for use in defining trading days and sessions and eliminated the functional property declaration on hasExplicitDate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201201/DatesAndTimes/FinancialDates/ version of this ontology was revised to add the concept of age and a corresponding property that supports its use. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210601/DatesAndTimes/FinancialDates.rdf version of this ontology was modified to add notes on the custom CombinedDateTime datatype indicating that it is outside the RL profile and that if someone wants to use this ontology with OWL 2 RL rules they might want to comment this out / eliminate it where it is used. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210901/DatesAndTimes/FinancialDates.rdf version of this ontology was modified to remove a functional declaration on hasObservedDateTime, which causes reasoning inconsistencies when there are multiple uses of that property for certain individuals, such as for LEI registration. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/DatesAndTimes/FinancialDates.rdf version of this ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/DatesAndTimes/FinancialDates.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/DatesAndTimes/FinancialDates.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/DatesAndTimes/FinancialDates.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231101/DatesAndTimes/FinancialDates.rdf version of the ontology was modified to add the general notions of explicit anchor date and calculation period (FBC-317) and to add the concept of a business calendar (FBC-319). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240301/DatesAndTimes/FinancialDates.rdf version of the ontology was modified to eliminate elements that have been deprecated for several quarters (FND-386). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241101/DatesAndTimes/FinancialDates.rdf version of the ontology was modified to replace hasConstituent with hasMember for better semantic consistency (FND-396). + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. It is also needed to provide temporal relationships for Ownership and Control. + +These three ontologies are designed for use together: + + * FinancialDates -- financial Dates and Schedules + * BusinessDates -- business day adjustments + * Occurrences -- occurrences (events) and kinds of occurrences + +They are modularized this way to minimize the ontological committments that are imposed upon ontologies that rely upon them. Ontologies can import FinancialDates alone, or FinancialDates + BusinessDates, or FinancialDates + Occurrences, or all three together. + + Copyright (c) 2014-2025 EDM Council, Inc. + Copyright (c) 2014-2025 Object Management Group, Inc. + + + + + + + + + + + ad hoc schedule + schedule consisting of some number of individual events that are not necessarily recurring + Other ontologies can extend AdHocSchedule and/or AdHocScheduleEntry as needed to relate the date to something. In particular, the Occurrences ontology extends AdHocScheduleEntry to associate an OccurrenceKind with each entry. The intended meaning is that an Occurrence of the OccurrenceKind happens on the corresponding Date. + + + + + ad hoc schedule entry + entry, including a date or date and time, among multiple non-regularly-recurring entries in a schedule + Other ontologies can extend AdHocScheduleEntry as needed. In particular, the Occurrences ontology extends AdHocScheduleEntry to consist of occurrences (events) of a given OccurrenceKind. The meaning is that an ad hoc schedule entry comprises a date and an event which is scheduled to occur on that date. + The Date of an AdHocScheduleEntry can be an ExplicitDate or any kind of CalculatedDate, such as: + +* An OccurrenceBasedDate -- a Date that itself is defined by an Occurrence (see the Occurrences ontology) +* A RelativeDate - a Date relative to another Date, such as T+3 +* A SpecifiedDate - a Date that is defined by an arbitrary rule + The cmns-dt;hasDate property may be used to reify a date, if it is important to do so for a given application, or if not and typically, the inherited cmns-dt;hasObservedDateTime property may be used together with a cmns-dt;CombinedDateTime value, as long as the resulting schedule is consistent in using one or the other. + + + + + + + + + + + age + length of time that something or someone has been alive or existed + + + + + anchor date + fixed reference point within a series or timeline + It is an explicit date chosen to provide context or structure for analyzing data or events. + + + + + business calendar + schedule and communications tool used to manage meetings, plan events, and coordinate activities within and/or across organizations + academic calendar, bank holiday calendar + + + + + calculated date + + date that is or will be determined based on some formula + The hasDateValue property of a CalculatedDate is not set until the Date is calculated. Since the calculation may depend upon future events that may or may not ever happen, the hasDateValue property may never be set. + + + + + + + + + 1 + + + calculation period + explicit period from the start to the end of a specific interval or range within which a computational process or operation occurs + + + + + calculation period length + explicit number of days from the adjusted effective or start date to the adjusted termination or end date calculated in accordance with the applicable day count fraction + + + + + calendar month + time interval resulting from the division of a calendar year in 12 time intervals, each with a specific name and containing a specific number of calendar days + ISO 8601, clause 2.2.11 + + + + + calendar period + time interval that occurs within a system that fixes the beginning and length of a segment of the year with respect to that system + The terms 'calendar xxx' are intended to reinforce that these are periods on a calendar, not durations. + +For example, a calendar year always starts on a January 1 and ends on a December 31. The term 'calendar year' does not mean the same thing as a duration (an amount of time) of 1 year, nor can a calendar year start on any arbitrary day of a year. For example, a calendar year never starts on September 1. + +Similar points apply to other kinds of calendar periods, such as calendar week, calendar month, and calendar quarter. + A calendar-specified date may be figured with respect to a calendar week, a calendar month, a calendar quarter, or a calendar year. + + + + + calendar quarter + time interval of 3 months, starting on January 1, April 1, July 1, or October 1 + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + calendar-specified interval + + recurrence interval that is defined as the nth day of some calendar period (such as a calendar month), and a time direction (forward from the beginning of the month, or backwards from the end) + The 15th day of each calendar month. + The last day of each quarter, specified as RelativeDay 1, and TimeDirection set to FromEnd. + The nth day is an ordinal number, not a cardinal number. '1' means the first day of the calendar period. + + + + + calendar week + time interval of seven calendar days starting on a Monday + ISO 8601, clause 2.2.8 + + + + + calendar year + cyclic time interval in a calendar which is required for one revolution of the Earth around the Sun and approximated to an integral number of calendar days; a year in the Gregorian calendar + ISO 8601 clause 2.2.13 + + + + + + + + + + + dated collection constituent + element of a collection that is associated with a date and time + Note that the use of several options for the representation of a date and time stamp enables extensions for milliseconds, nanoseconds using an xsd:string that has the format of an xsd:dateTime datatype but extends the level of granularity consistently. An example of where this is required is to represent prices that change multiple times in a given day. + The use of custom datatypes is outside the OWL 2 RL profile and so users should consider commenting out the restriction on hasObservedDateTime altogether or change the data range to rdfs:Literal in applications that are constrained to OWL 2 RL. + + + + + + + + + + + dated structured collection + structured collection whose elements are required to have a date and time + + + + + + + + + 1 + + + explicit recurrence interval + recurrence interval defined via an explicit duration + + + + + Friday + time interval that has duration 1 day and that meets a Saturday + + + + + from the end + time direction indicating that a calendar-specified date is the nth date from the end of a calendar period + Two days before the end of a calendar month. + + + + + from the start + time direction indicating that a calendar-specified date is the nth day from the beginning of a calendar period. + The first day of a calendar quarter. (The offsetDay is zero.) + + + + + Monday + time interval that has duration 1 day and that meets a Tuesday + + + + + recurrence interval + time interval that is consistent between elements of a regular schedule + frequency + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + regular schedule + schedule whose time intervals recur regularly + The BusinessDates ontology extends 'RegularSchedule' with an optional BusinessDayAdjustment that specifies what should happen if a scheduled date falls on a weekend or a holiday. + A 30 year mortgage is payable monthly on the 10th of the month, starting July 2015. The mortgage is issued on June 15, 2015 so the first payment is for the period June 15-June 30, and the last payment is for June 1-14 2045. + +The payment schedule is a RegularSchedule with these properties: + +* comprises: regular payment OccurrenceKind (with payment details) (see the 'comprises' property of the Occurrences ontology) +* hasInitialStub: June 15-30, 2015 for initial payment +* hasFinalStub: June 1-14, 2045 for final payment +* hasCount: 358 +* hasOverallPeriod starting Date: June 15, 2015 with a duration of 30 years +* hasRecurrenceInterval: specifies 10th day of each calendar month +* hasRecurrenceStartDate: July 1, 2015 + A corporate bond pays interest for 10 years starting on the first day of 2015. Interest payments are due 15 days after the expiration of each 6 month period: on July 15 and January 16. + +The payment schedule is a RegularSchedule, with these properties: + +* comprises: identifies the interest payment details +* overall DatePeriod starting date is '2015-01-01', ending date is '2025-01-15', and duration is 'P10Y15D' +* hasCount is 20 (2 payments per year for 10 years) +* hasRecurrenceInterval is 'P6M' +* hasRecurrenceStartDate is '2015-01-15' + A RegularSchedule is a Schedule defined as a set of Dates that start on a recurrence start date and repeat after each recurrence interval. The size of this set is defined by a count. + +The 'initial ScheduleStub' associated with a RegularSchedule identifies any special treatment applied before the recurrence start date. Similarly, a 'final ScheduleStub' identifies any special handling at the end of the recurrences. For example, a mortgage loan that is due each calendar month may have an initial payment due before the first calendar month, or a final payment due after the last monthly payment. + Other ontologies can extend RegularSchedule as needed. + +In particular, the Occurrences ontology extends RegularSchedule to 'comprise' an 'OccurrenceKind'. The intended meaning is that a regular schedule comprises a number of scheduled dates and an event which is scheduled to occur on each of those dates, in other words an Occurrence of the OccurrenceKind should happen on each Date defined by the RegularSchedule. + The recurrence start date can be an ExplicitDate or any kind of CalculatedDate. Hence, the starting date could be relative to another Date (e.g. T+3) or triggered by the Occurrence of an OccurrenceKind, etc. + +The recurrence start date can also be relative to the starting Date of the overall DatePeriod of the Schedule. + + + + + + + + + 1 + + + + + + + 1 + + + relative date + + calculated date that is some duration before or after another date + A settlement date, defined as T+3: three days after the trade date. The 'hasRelativeDuration' property is set to '3D'. + When the 'hasRelativeDuration' property is negative, the RelativeDate is before the 'isRelativeTo' Date; otherwise the RelativeDate is after the 'isRelativeTo' Date. + + + + + Saturday + time interval that has duration 1 day and that meets a Sunday + One Saturday is the time interval that has duration 1 day and that starts Gregorian year 2000. This requirement anchors the repeating sequence of days of week to specific Gregorian days. It requires that January 1, 2000 is a Saturday. It follows that January 2, 2000 must be the Sunday that it meets, and so on. + + + + + + + + + + + schedule + collection of events, observations, or other occurrences and the associated dates and/or times when they will be done + The overall period covers the entire DatePeriod of the Schedule, from the earliest Date to the final Date of the Schedule. Schedules may be ad hoc, essentially a list of dates and events without any consistency in the durations between events, regular, in which case there is a consistently recurring interval between events, or a combination of the two. There may be a single overall period, or more than one if the schedule is extended for some reason. + + + + + + + + + 1 + + + schedule stub + date period before the start of the recurring part of a schedule or after the end of the recurring part, which may be associated with a specific occurrence kind + The Occurrences ontology extends ScheduleStub to 'comprise' an OccurrenceKind. The meaning is that a schedule stub comprises a date period and an event which is scheduled to occur during that date period; in other words that an Occurrence of the OccurrenceKind should happen during the DatePeriod of the ScheduleStub. + A 30 year mortgage calls for monthly payments on the first day of each month, according to a RegularSchedule. If the mortgage does not start on the first day of a calendar month, then an initial ScheduleStub specifies the payment due for the DatePeriod up to the first day of the next calendar month. Similarly, a final ScheduleStub specifies the last payment due for the DatePeriod after the end of the last full calendar month. + + + + + + + + + 1 + + + specified date + calculated date that is defined by a rule that is captured as a string by the 'hasDateSpecification' property + + + + + Sunday + time interval that has duration 1 day and that meets a Monday + + + + + Thursday + time interval that has duration 1 day and that meets a Friday + + + + + time direction + enumeration that indicates whether a calendar-specified date is figured from the start or the end of a calendar period + + + + + Tuesday + time interval that has duration 1 day and that meets a Wednesday + + + + + Wednesday + time interval that has duration 1 day and that meets a Thursday + + + + + + has acquisition date + + links an asset or owner/controller/controllee to the date or date and time of purchase + The use of custom datatypes is outside the OWL 2 RL profile and so users should consider commenting out the range restriction or change the range to rdfs:Literal in applications that are constrained to OWL 2 RL. + + + + + has age + + relates something to the length of time it has existed + + + + + has anchor date + + specifies a fixed reference point within a series or timeline + With respect to a scoped measure, such as an economic indicator, the anchor date specifies the reference date against which the value of a numeric index for a more recent date is compared (i.e., the starting point from which it stems). + + + + + has as-of date + relates something to the date on which it is accurate or valid (e.g. a credit report has an asOfDate that means the date when the information was drawn) + It is different from the creation date and need not be the last date of the DatePeriod covered. + + + + has calendar period + + identifies a period of time used in computing a calendar-specified date, such as a calendar week, calendar month, calendar quarter, or calendar year + + + + + has closing date time + + the day and time at which something closes + The use of custom datatypes is outside the OWL 2 RL profile and so users should consider commenting out the range restriction or change the range to rdfs:Literal in applications that are constrained to OWL 2 RL. + + + + has count + + specifies the total number of things in a collection, such as the number of entries in a regular schedule + + + + + + has date added + + indicates the date something was included in something else + + + + + has date received + relates something to the date it arrived or was delivered, e.g., a loan application request + + + + has date specification + + + rule that specifies how a specified date is computed + The rule is modeled as a simple String because OWL2 provides no way to model the semantics of such a rule. + + + + + has final stub + identifies any special period at the end of a regular schedule + + + + + has initial stub + identifies any special period at the start of a regular schedule + + + + + has opening date time + + the day and time at which something opens + The use of custom datatypes is outside the OWL 2 RL profile and so users should consider commenting out the range restriction or change the range to rdfs:Literal in applications that are constrained to OWL 2 RL. + + + + has ordinal number + + specifies a number designating place in an ordered sequence, i.e., 1st, 2nd, 3rd, etc. + Negative ordinal numbers mean 1st before, 2nd before, etc. + + + + + has overall period + + identifies a date period that includes all the dates of a schedule, including any schedule stubs + + + + has recurrence interval + + indicates the frequency with which some event or publication occurs + + + + has relative duration + + duration between two explicit dates + A relative duration may be negative. + Note that this property is distinct from hasDurationValue, as a relative duration may resolve to a relative date or date time (both of which are time points) rather than an interval, which would result in a logical inconsistency if its parent property is hasDurationValue. + + + + has schedule + + indicates a schedule for something + + + + has stub + + + links an abbreviated period at the start or end of some schedule to the overall schedule + + + + has time direction + + indicates whether a calendar-specified date is figured from the beginning or end of a calendar period + + + + is relative to + + identifies a specific date that a relative date or relative date period references + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/DatesAndTimes/MetadataFNDDatesAndTimes.rdf b/data/ontologies/fibo-fnd/DatesAndTimes/MetadataFNDDatesAndTimes.rdf new file mode 100644 index 00000000..cdd20d3d --- /dev/null +++ b/data/ontologies/fibo-fnd/DatesAndTimes/MetadataFNDDatesAndTimes.rdf @@ -0,0 +1,52 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Dates and Times Module + This is the metadata ontology used to describe the Foundations Dates and Times Module. + 2018-08-27T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + dates and times module + This module includes ontologies describing date and time concepts which are of specific reference in financial services. These cover foundational date and time concepts in a form usable for financial subject matter ontologies, including occurrences and conventions for business days and the like. Business day conventions may be further extended in specialized ontologies for securities and derivatives. + + + + https://opensource.org/licenses/MIT + FIBO FND Dates and Times Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Dates and Times Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/DatesAndTimes/Occurrences.rdf b/data/ontologies/fibo-fnd/DatesAndTimes/Occurrences.rdf new file mode 100644 index 00000000..a01185ba --- /dev/null +++ b/data/ontologies/fibo-fnd/DatesAndTimes/Occurrences.rdf @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + +]> + + + + Occurrences Ontology + This ontology extends definitions of date and schedule concepts from the FinancialDates ontology with concepts defining occurrences (i.e., event-related concepts) for use in other FIBO ontologies. + Copyright (c) 2014-2025 EDM Council, Inc. + Copyright (c) 2014-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/DatesAndTimes/Occurrences/ version of this ontology was revised to address the issue resolutions in the FIBO 2.0 RFC, primarily to add properties that are relevant to the inputs and outputs from processes, events, systems and the like. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/DatesAndTimes/Occurrences/ version of this ontology was revised to make use of the new composite date type added to Financial Dates. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190201/DatesAndTimes/Occurrences/ version of this ontology was revised to eliminate duplication of concepts in LCC, and eliminate unnecessary complexity in restrictions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/DatesAndTimes/Occurrences/ version of this ontology was revised to eliminate the hasDescription property, which can easily supported using an annotation or isDescribedBy, depending on the situation, clarify the formal definition of occurrence kind, and correct circular and/or non-ISO 704 compliant definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200901/DatesAndTimes/Occurrences/ version of this ontology was revised to fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/DatesAndTimes/Occurrences/ version of this ontology was revised to address hygiene errors with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/DatesAndTimes/Occurrences.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/DatesAndTimes/Occurrences.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20240301/DatesAndTimes/Occurrences.rdf version of this ontology was modified to eliminate elements that have been deprecated for several quarters (FND-386). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241101/DatesAndTimes/Occurrences.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. It is also needed to provide temporal relationships for Ownership and Control. + +These three ontologies are designed for use together: + + * FinancialDates -- financial Dates and Schedules + * BusinessDates -- business day adjustments + * Occurrences -- occurrences (events) and kinds of occurrences + +They are modularized this way to minimize the ontological committments that are imposed upon ontologies that rely upon them. Ontologies can import FinancialDates alone, or FinancialDates + BusinessDates, or FinancialDates + Occurrences, or all three together. + + Copyright (c) 2014-2025 EDM Council, Inc. + Copyright (c) 2014-2025 Object Management Group, Inc. + + + + + + + + 0 + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + calculation + actual execution of some computation, computational process, or operation that was scheduled or triggered by something + + + + + + + + + + + calculation event + kind of event that is either scheduled or triggered by something, such as a related financial event, that causes a calculation to be performed + A calculation event may be prescriptive, that occurs within a specified period, or ad hoc. + A calculation event related to a debt instrument might be a rate reset event, calculation of interest subsequent to a rate change, an amortization calculation, calculation of interest and/or recalculation of principal due to a late payment, etc. A calculation event related to an investment might involve the adjustment of the number of shares owned, such as a redemption or dividend related event. + + + + + + + + + + 1 + + + + + 1 + + + + + 1 + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + occurrence + happening of an OccurrenceKind, i.e., an event + Each occurrence has a date time stamp, which identifies when the event occurred, and, optionally, a location (possibly virtual), that identifies where the occurrence happened. + event + In order for other ontologies to accept FinancialDates without committing to the particular notions of 'Occurrence' and 'OccurrenceKind' that is modeled here, all aspects of Occurrences are captured in this ontology. + + + + + + + + + 1 + + + occurrence-based date + calculated date that is defined with respect to the occurrence of some occurrence kind + The 'hasDateValue' property of an OccurrenceBasedDate is not set until the Occurrence happens. The 'triggeredBy' property relates an OccurrenceBasedDate to the OccurrenceKind that gives the meaning of the OccurrenceBasedDate. + + + + + + + + + + + occurrence kind + classifier that specifies the general nature of an occurrence (event) + loan origination + trade settlement + As types (or categories) of events, OccurenceKinds do not happen; OccurenceKinds describe Occurrences which happen and exemplify an OccurenceKind. As occurrences are things that actually happen, they have an actual date where as OccurenceKinds do not have an actual date. + In order for other ontologies to accept FinancialDates without committing to the particular notions of 'Occurrence' and 'OccurrenceKind' that is modeled here, all aspects of Occurrences are captured in this ontolog + + + + + has event date + + identifies a date associated with an event (occurrence) + + + + has event date value + + identifies a date or date and time value associated with an event (occurrence) + + + + has input + + relates something (e.g. an occurrence) to something that is used as an input to some activity or process + + + + has occurrence + + identifies events of a given occurrence kind, typically as they occur in a schedule + + + + has output + + relates something (e.g. an occurrence) to something that is the result of some activity or process + + + + is input to + indicates a precondition, requirement, or other contribution (e.g., data) to some activity, process, system, report, analysis, etc. + + + + is output from + indicates post condition or other product of some activity, process, system, report, analysis, etc. + + + + is triggered by + + + is activated or initiated by + An OccurrenceBasedDate is triggered by an Occurrence that exemplifies the OccurrenceKind. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/GoalsAndObjectives/MetadataFNDGoalsAndObjectives.rdf b/data/ontologies/fibo-fnd/GoalsAndObjectives/MetadataFNDGoalsAndObjectives.rdf new file mode 100644 index 00000000..384e1f40 --- /dev/null +++ b/data/ontologies/fibo-fnd/GoalsAndObjectives/MetadataFNDGoalsAndObjectives.rdf @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Goals and Objectives Module + This is the metadata ontology used to describe the Foundations Goals and Objectives Module. + 2020-12-28T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + goals and objectives module + This module includes ontologies for goals and objectives which may be pursued by people or organizations. Goals form the basis for the definition of an organization, and objectives and related concepts are required for describing business plans. + + https://opensource.org/licenses/MIT + FIBO FND Goals and Objectives Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Goals and Objectives Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/GoalsAndObjectives/Objectives.rdf b/data/ontologies/fibo-fnd/GoalsAndObjectives/Objectives.rdf new file mode 100644 index 00000000..3f5ea888 --- /dev/null +++ b/data/ontologies/fibo-fnd/GoalsAndObjectives/Objectives.rdf @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + + +]> + + + + Objectives Ontology + This ontology defines concepts including goal, objective, program, and strategy. Objectives are defined as being distinct from goals, in that they constitute time limited and measurable targets which some entity may seek to attain in pursuit of its goals. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/GoalsAndObjectives/Objectives.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + (6) to eliminate an unnecessary hasObjectives property and related imports dependencies. + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/GoalsAndObjectives/Objectives.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to integrate concepts such as investment objective, business objective, strategy, and related properties. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190401/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to integrate concepts such as distribution and sales strategy, and to eliminate duplication of concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to add the concept of a program, required for IND but also to represent compliance, and other kinds of programs. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201101/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to add the property 'has strategy' for use in linking to pricing, quotation, distribution, delivery, and other strategies or methods. + The https://spec.edmcouncil.org/fibo/ontology/FND/20221001/GoalsAndObjectives/Objectives.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary and eliminate unnecessary references to LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to add the concept of a project and related attributes (LOAN-169). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241101/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to add the concept of a method (SEC-200) and add nonprofit investment objectives (SEC-208). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250901/GoalsAndObjectives/Objectives.rdf version of this ontology was modified to add a parent concept for goal and objective, and a parent concept for strategy and method, and adjust definitions accordingly (FND-402) and add the concept of a study (FND-400). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + 0 + + + aim + intention specifying a desired direction, condition, or situation toward which an agent's actions are directed, without requiring precise scope or measurable criteria + Business aims are sometimes considered broad, long-term goals, and in such cases, the term 'aim' is used interchangeably with goal. Here, however we differentiate between qualitative goals and quantitative objectives, both of which are kinds of aims, with the critical differences including measurability and time frame. Goals tend to have a much longer trajectory, provide the basis for determining objectives, and are often aligned with an organization's mission, whereas objectives are short term and measurable. + + + + + + + + 0 + + + + + + + 0 + + + approach + way of addressing an aim or problem characterized by high-level planning and systematic execution, without presupposing scope or granularity + + + + + business objective + objective that reflects the strategic goals and direction of a business within a time frame and available resources + Business objectives allow an organization to define its goals and direction. A company uses strategy and tactics at every level of its operation to achieve its objectives. These define the way a company allocates its resources and the strengths, weaknesses and opportunities it may have. Companies usually do not alter their objectives once they are implemented, unless changes in circumstances arise. Setting a clear course for the organization is key to its success. + In general, objectives are more specific and easier to measure than goals. Objectives are basic tools that underlie all planning and strategic activities. They serve as the basis for creating policy and evaluating performance. Some examples of business objectives include minimizing expenses, expanding internationally, or making a profit. + + + + + + + + + + + business strategy + strategy for achieving a specific business goal, objective, solution or outcome + + + + + distribution strategy + strategy for making a product or service available, or for distributing funds, such as in the form of a dividend or coupon + + + + + financial objective + objective that reflects the strategic financial goals and direction of a party within a time frame and available resources + + + + + goal + aim distinguished by broad scope and aspirational character, often qualitative and long-term, in order to achieve a desired state + Many people endeavor to reach goals within a finite time by setting deadlines. + + + + + investment objective + financial objective used by an investor to determine whether or not a given potential investment is appropriate for themselves or on behalf of another party + An investor whose objective is capital growth might choose to invest in more aggressive, growth-oriented mutual funds and/or stocks, over income-generating mutual funds and/or bonds. + The combination of investment objectives and risk tolerance are typically used to identify appropriate investment options. + + + + + local investment objective + financial objective that aims to support geographically centralized, community development needs + + + + + method + approach distinguished by systematic, repeatable procedures and operational specificity for doing or calculating something, consisting of defined steps or rules to achieve a result + + + + + + + + + 0 + + + + + + + 0 + + + objective + aim distinguished by specific scope and measurable criteria, often quantitative and short-term that a party seeks to attain, typically in order to achieve its long-term goals + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + program + programme + state of affairs and coordinated set of activities designed to obtain benefits not available from managing them individually + https://www.prince2.com/usa/blog/project-vs-programme + + + + + + + + + + + program identifier + programme identifier + sequence of characters uniquely identifying a specific program within the context in which that program is administered + + + + + + + + + + + program name + programme name + contextual designation for a program within the context in which that program is administered + + + + + + + + 0 + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + project + state of affairs and unique and temporary organization, designed to deliver a tangible output + https://www.prince2.com/usa/blog/project-vs-programme + A project has a fixed - generally fairly short - timeframe, and a project manager is responsible for delivering the output on time and on budget. + + + + + + + + + + + project identifier + sequence of characters uniquely identifying a specific project within the context in which that project or an overarching program is administered + + + + + + + + + + + project name + contextual designation for a project + + + + + sales strategy + strategy for selling something, including allocating resources to the sales process, reducing costs, and optimizing revenues + + + + + + + + + 0 + + + strategy + high-level approach that guides decision-making and the coordination of actions and plans in pursuit of some aim + A strategy is a high-level plan or approach designed to achieve a long-term goal or outcome, often by choosing among different possible methods or courses of action. A strategy may involve activities that are needed in order to achieve specific goals or objectives. It may take into account one or more policies or any number of restrictions and constraints. Strategies are typically distinguished by long-term orientation, adaptive planning, and broad scope. + + + + + + + + + 0 + + + + + + + 0 + + + study + analytical activity that investigates a specified area of interest, to determine its characteristics, relationships, constraints, or implications + Studies involve exploration, analysis, sometimes modeling, and sometimes evaluation, but are not necessarily focused on evaluation and may or may not be criteria-based, which distinguishes it from the concept of an assessment. In a business context, a study might map capabilities, analyze value streams, or model information flows. Only some studies produce an assessment (e.g., capability maturity assessment). A clinical research study may observe, test, or model phenomena, and may or may not result in a clinical or risk assessment. A study conducted as part of a project or larger programme may explore feasibility, options, impacts, or requirements. + + + + + triple bottom line objective + financial objective that integrates economic performance, environmental stewardship, and social responsibility as co-equal criteria for success + + + + + addresses + deals with, handles, or gives attention to + + + + has goal + + has long-term, desired outcome + + + + has objective + + aims to achieve within a time frame and with available resources + + + + + has strategy + + applies strategy + + + + is addressed by + + indicates something, such a goal or objective, that is dealt with by + + + + + uses method + + employs method + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Law/LegalCapacity.rdf b/data/ontologies/fibo-fnd/Law/LegalCapacity.rdf new file mode 100644 index 00000000..a18926b5 --- /dev/null +++ b/data/ontologies/fibo-fnd/Law/LegalCapacity.rdf @@ -0,0 +1,644 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Legal Capacity Ontology + This ontology defines high-level legal concepts related to legal responsibilities. The ontology defines things which are conferred upon some entity by some legal instrument, and elaborates this into a number of specific capacities, responsibilities and powers, each of which forms the basis for many of the concepts used elsewhere in FIBO in defining legal personhood, executive powers and the like. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Law/LegalCapacity.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/Law/LegalCapacity.rdf version of the ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Law/LegalCapacity.rdf version of the ontology was modified per the FIBO FBC RFC, namely to add concepts to support license, licensee, and licensor to the ontology. + The https://spec.edmcouncil.org/fibo/ontology/FND/20150801/Law/LegalCapacity.rdf version of the ontology was modified per the FIBO 1.1 RTF to add the concept of litigation capacity to the ontology. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/Law/LegalCapacity.rdf version of the ontology was modified per the FIBO 2.0 RFC integrate contingent rights and obligations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180901/Law/LegalCapacity.rdf version of the ontology was modified to add concepts related to policies, and adjust the hierarchy to better support regulatory requirements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/Law/LegalCapacity.rdf version of the ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Law/LegalCapacity.rdf version of the ontology was modified to eliminate duplication with concepts in LCC as well as minimum cardinality restrictions of 1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200601/Law/LegalCapacity.rdf version of this ontology was modified to reflect the merge of Goals and Objectives. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201101/Law/LegalCapacity.rdf version of this ontology was modified to replace autonomous agent with independent party in property declarations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210401/Law/LegalCapacity.rdf version of this ontology was modified to introduce 'right' as a kind of legal construct, move legal right, contractual right, and contingent right under right as siblings, and update their definitions as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/Law/LegalCapacity.rdf version of this ontology was modified to eliminate an unnecessary link. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Law/LegalCapacity.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Law/LegalCapacity.rdf version of the ontology was modified to move the property, 'is conferred on' from Relations to the Legal Capacity ontology and to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Law/LegalCapacity.rdf version of the ontology was modified to replace concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Law/LegalCapacity.rdf version of the ontology was modified to replace additional concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Law/LegalCapacity.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/Law/LegalCapacity.rdf version of the ontology was modified to add contractual obligations needed for certain agreements, including some master agreements, and to link a condition precedent to the clause of a contract on which it depends (DER-55). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250601/Law/LegalCapacity.rdf version of the ontology was modified to clarify the definition of right and add contractual interest, including a property to represent fractional interest (SEC-200). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250901/Law/LegalCapacity.rdf version of this ontology was modified to add a parent concept for goal and objective, and a parent concept for strategy and method, and adjust definitions accordingly (FND-402). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + + + + + + + + + + + + + claim + demand or assertion made by one party on another, based on facts that, taken together, give rise to a legally enforceable right or judicial action + Claims arise from the existence of a formal commitment between the parties or as implicitly agreed upon through the operation of law or constitution. + + + + + + + + + + + + + + + + + contingent obligation + obligation that depends on a future event or the performance of an action + + + + + + + + + + + + + + + + + contingent right + right that depends on a future event or the performance of an action + Contingent means that the interest, claim, or right is conditional, realized only when and if something occurs. + + + + + contractual capability + the capacity to enter into legally binding contracts + This is the capacity which defines Contractually Capable Entity (sometimes labeled as 'Legal Entity') as distinct from 'Legal Person'. In the latter case the liabilities incurred in the contract accrue also to the Legal Person. In the case of contractual capability, the entity has the authority to enter into contracts, whether or not the liabilities accrue to that same entity (which they do if it is also a Legal Person). For Legal Entities which are not Legal Persons, the liability unwinds to some legal person within the structure of the entity, for example a General Partner or a Trustee. + + + + + + + + 0 + + + + contractual interest + legally enforceable benefit or entitlement arising from a contract, agreement, or instrument, in which an entity holds specified rights or obligations related to the performance, use, or benefit of something, without necessarily holding ownership + Contractual interest may include rights to income, access, use, or participation, and is governed by the terms and conditions of the underlying contract. It may be transferable or limited, and can coexist with or be independent of ownership rights. + Contractual interests differ from ownership interests in terms of (1) the source of rights, which are specified in an agreement or contract in the case of contractual interests, and in terms of title or equity with respect to ownership, (2) control, which is typically limited at best in the case of contractual interest, and (3) transferability, which depends on the terms of the contract. Examples of contractual interest include fund units, leaseholds, annuities, and rights to certain services, whereas shares, real estate, and assets of a trust reflect ownership interest. + + + + + + + + + + + + + + + + + contractual obligation + legally binding obligation that arises from the terms of a contract + Contractual obligations require a party to perform or refrain from performing specific actions, and failure to meet an obligation can result in legal consequences. + + + + + contractual option + contractual right that may be exercised at some point in the future, such as an option to extend a contract, or other available but not obligatory rights as defined in the contract + + + + + + + + + + + + + + + + + contractual right + legally enforceable benefit or entitlement granted to a party within a binding agreement + Contractual rights are established by the terms of a contract, which can be explicit (written) or implied by law, industry standards, or consistent practices. + + + + + delegated legal authority + institutionalized and legal power inherent in a particular job, function, or position that is meant to enable its holder to successfully carry out his or her responsibilities, where such power has been delegated through some formal means + This specifically means the authority to make legally binding commitments. + This is always accompanied by an equal responsibility for one's actions or a failure to act. + + + + + + delivery obligation + obligation to deliver something in order to satisfy a claim or debt + A delivery obligation is the responsibility of one party to deliver goods, services, instruments, money, or other specified items to another party, typically as outlined in an agreement. Failure to do so may result in breach of contract if the obligation is specified as such, which may have further legal ramifications. + + + + + duty + some obligation which exists and is imposed on some individual + This can also be thought of as an obligation - not in the sense in which an obligation and a right are the converse aspects of one another, but in and of itself, independent of the perspective from which it is considered. Examples include statutory obligations, reporting obligations and so on. + + + + + legal capacity + the capability to carry out certain actions or to have certain rights together with the resources to do so + + + + + + + + 0 + + + + + + + + + + + + + + + + + + 0 + + + legal construct + something which is conferred by way of law or contract, such as a right + Obligations are an aspect of this category of thing, as are rights. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + legal obligation + an obligation or duty that is enforceable by a court + + + + + + + + + + + + + + + + + + + + + + + legal right + personal right, privilege, or benefit that a government, contract, or law provides or protects, making an individual or entity eligible to receive something + A legal right, if challenged, may be supported in court as recognizable and enforceable in law, statutes, regulations, or other legislative actions. + This entitlement creates a corresponding obligation for the provider to deliver that benefit. + + + + + liability capacity + the ability to be sued at law + Note that for the purposes of this model, this is distinct from culpability (the ability to commit criminal acts). That would be a separate and analogous term but with grounding in criminal rather than civil law. + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + license + grant of permission needed to do something + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + Note that in some cases, a license may also be considered an agreement or contract, depending on the specifics of the license and jurisdiction. + + + + + + + + + 1 + + + license identifier + an identifier associated with a license + + + + + + + + + + + + + + + + licensee + a party to whom a license has been granted + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + + + + + + + + + + + + + + + + + + licensor + a party who grants a license + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + litigation capacity + the legal capacity to pursue a litigation action in law + + + + + + notification obligation + requirement for one party to formally inform another party (or parties) about specific events, actions, or changes as outlined in the agreement + Common triggering events include breaches, changes in circumstances, delays, or other kinds of events that may have a material impact on the agreement. + + + + + + + + + + + + + + + + + 0 + + + + + + + + + policy + system of principles, rules and guidelines, adopted by an organization to guide decision making with respect to particular situations and implemented via procedures or protocols to achieve stated goals + + + + + + + + + + + + + + + + + regulation + a rule used to carry out a law + Many government agencies issue regulations to administer laws. + + + + + reporting policy + policy specifying principles, rules and/or guidelines regarding some aspect of reporting + For example a policy for how frequently a given kind of report is produced. + + + + + right + + entitlement to perform certain actions (or not), or to be in certain states (or not); or entitlement that requires others to perform certain actions or be in certain states (or not) + Examples include contractual rights, legal rights, human rights, political rights, and so forth. + Rights dominate modern understandings of what actions are permissible and which institutions are just. Rights structure the form of governments, the content of laws, and the shape of morality as many now see it. To accept a set of rights is to approve a distribution of freedom and authority, and so to endorse a certain view of what may, must, and must not be done. According to the Hohfeldian incidents (Wesley Hohfeld (1879-1918)), rights are complex and consist of four major components: privilege, claim, power, and immunity. + + + + + signatory capacity + the capacity of some natural person to sign agreements on the part of some organization or legal person + + + + has capacity + + + + identifies an individual or organization that has some ability and availability to carry out certain actions, or has certain rights or obligations + + + + + has fractional interest + + has proportionate, non-exclusive entitlement to + Fractional interest may be expressed as a percentage, ratio, or unit count, and typically arises in contexts where multiple parties share contractual claims to income, usage, ownership, or participation. It does not imply full control or sole ownership, and may be subject to limitations specified in the underlying legal framework. + + + + + implements + carries out or puts into effect, fulfills + + + + + implies + strongly suggests or involves as a logical consequence based on some set of observations, facts, or events + + + + + is capacity of + + + identifies an individual or organization on which a given legal capacity has been conferred + This includes capacities specific to duties at law (such as those for corporate officers) as well as the ability or capacity to incur liability. + + + + is conferred on + + indicates a party to which some benefit or right has been granted + + + + is implemented by + + indicates something that is carried out, incorporated or put into effect by + A regulation may be implemented by or more corporate policies. Such policies, in turn, may be implemented via various systems, executed by humans and/or automation, that can be audited for compliance purposes. + + + + is implied by + + indicates something that is strongly suggested by something else, such as a logical consequence based on some set of observations, facts, or events + + + + + is licensed by + + + indicates the party that has issued a particular license to some other party + + + + + + is predicated on + + + + + + + + + + + + depends on an assumption or requirement stated in + + + + + licenses + + issues a license required in order to perform some task, provide some service, exercise some privilege, or pursue some line of business or occupation to some party + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Law/LegalCore.rdf b/data/ontologies/fibo-fnd/Law/LegalCore.rdf new file mode 100644 index 00000000..af240b5c --- /dev/null +++ b/data/ontologies/fibo-fnd/Law/LegalCore.rdf @@ -0,0 +1,124 @@ + + + + + + + + + + + + + +]> + + + + Legal Core Ontology + This ontology defines high-level legal concepts for use in other FIBO ontology elements. These concepts include law and constitution, both of which are framed at a more abstract level than national or state laws and constitutions, so that law forms the basis both for statutes and for company by-laws, and constitution forms the basis both for national or state constitutions and for instruments which are constitutive of incorporated legal entities. This ontology also defines some of the variants of these such as governmental constitutions and ordinances. Court of Law is also defined here. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Law/LegalCore.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Law/LegalCore.rdf version of the ontology was was modified per the FIBO 2.0 RFC. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Law/LegalCore.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to revise some of the text definitions using more formal sources. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Law/LegalCore.rdf version of the ontology was revised to correct the camel case name of hasInForce (was hasInforce). + The https://spec.edmcouncil.org/fibo/ontology/FND/20200501/Law/LegalCore.rdf version of the ontology was revised to eliminate circular and ambiguous definitions, and simplify the ontology by eliminating unused concepts, including GovernmentalConstitution, Ordinance and narrowly defined and unused properties - constrains and isConstrainedBy. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210101/Law/LegalCore.rdf version of the ontology was revised to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Law/LegalCore.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Law/LegalCore.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Law/LegalCore.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + constitution + set of basic principles by which an organization is governed, especially in relation to the rights of the people it governs + A constitution is an aggregate of fundamental principles or established precedents that constitute the legal basis of a polity, organisation or other type of entity and commonly determine how that entity is to be governed. + + + + + court of law + person or body of persons having judicial authority to hear and resolve disputes on the basis of statutes or the common law + A court of law is a formal forum of justice that may have authority over civil, criminal, ecclesiastical, or military cases. + + + + law + rule recognized by some community as regulating the behavior of its members and that it may enforce through the imposition of penalties + Law is a term which does not have a universally accepted definition. Certain laws are made by governments, specifically by their legislatures although the sense intended here is broader. The formation of laws themselves may be influenced by a constitution (written or unwritten) and the rights encoded therein. The law shapes politics, economics and society in countless ways and serves as a social mediator of relations between people. + + + + + + + + + + + statute law + statutory law + law enacted by a legislature + https://www.law.cornell.edu/wex/statute + In the United States, statutes may also be called acts, such as the Civil Rights Act of 1964 or the Sarbanes-Oxley Act. Federal laws must be passed by both houses of Congress, the House of Representative and the Senate, and then usually require approval from the president before they can take effect. + Statutes may originate with national, state legislatures or local municipalities. Statutory laws are subordinate to the higher constitutional laws of the land. + + + + has in force + + + relates a jurisdiction or situation to a rule, regulation or law (collectively "law") that is currently in force in that situation or jurisdiction + + + + is in force in + + identifies a jurisdiction in which some law has effect + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Law/MetadataFNDLaw.rdf b/data/ontologies/fibo-fnd/Law/MetadataFNDLaw.rdf new file mode 100644 index 00000000..731ef8bf --- /dev/null +++ b/data/ontologies/fibo-fnd/Law/MetadataFNDLaw.rdf @@ -0,0 +1,71 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Law Module + This is the metadata ontology used to describe the Foundations Law Module. + 2018-08-27T18:00:00 + Copyright (c) 2017-2025 EDM Council, Inc. +Copyright (c) 2017-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-12-12T18:00:00 + + + + + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + + + + law module + This module includes several ontologies defining legal concepts, including constitutions, laws and jurisdictions. It also includes the definition of legal capacities such as signatory capacity, contractual capability and the like. + + + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + FIBO FND Law Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Law Module + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/MetadataFND.rdf b/data/ontologies/fibo-fnd/MetadataFND.rdf new file mode 100644 index 00000000..8b8ccbc5 --- /dev/null +++ b/data/ontologies/fibo-fnd/MetadataFND.rdf @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Metadata for the FIBO Foundations (FND) Domain + This ontology provides metadata about the FIBO Foundations (FND) domain area, which defines general purpose concepts supporting other domain areas of FIBO. The primary focus of Foundations is on agreements and contracts, their legal underpinnings, and related constructs. + 2018-08-27T18:00:00 + Copyright (c) 2013-2026 EDM Association dba EDM Council, Inc. +Copyright (c) 2013-2026 Object Management Group + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +See https://opensource.org/licenses/MIT. + 2026-04-15T18:00:00 + + + + + + + + + + + + + + + + + + + Copyright (c) 2013-2026 EDM Association dba EDM Council, Inc. + Copyright (c) 2013-2026 Object Management Group + + + + + foundations domain + The Foundations (FND) domain includes ontologies that define general purpose concepts required to support other FIBO domains. These include concepts and relationships about people, organizations, places, and most importantly, contracts that are essential to many aspects of financial services. + +The scope of the definitions provided in FND is limited to coverage of exactly those concepts needed by other FIBO domain areas. They may be useful for other domains, such as insurance, but are intentionally underspecified to avoid unintended consequences and thus do not provide exhaustive coverage for any concept contained herein. However, Foundations is designed for growth over time. The expectation is that as additional foundational knowledge is needed to define concepts in other FIBO domain areas, additional ontologies and/or concepts will be integrated into Foundations. + https://wiki.edmcouncil.org/display/FND/FIBO+-+FCT+-+Foundations+Home + + + + + + + + + + + + + + + + 2018-08-27T18:00:00 + Copyright (c) 2013-2026 EDM Association dba EDM Council, Inc. +Copyright (c) 2013-2026 Object Management Group + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +See https://opensource.org/licenses/MIT. + 2026-04-15T18:00:00 + FIBO FND Domain + Financial Industry Business Ontology (FIBO) Foundations (FND) Domain + https://spec.edmcouncil.org/fibo/ + Foundations (FND) + Copyright (c) 2013-2026 EDM Association dba EDM Council, Inc. + Copyright (c) 2013-2026 Object Management Group + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Organizations/FormalOrganizations.rdf b/data/ontologies/fibo-fnd/Organizations/FormalOrganizations.rdf new file mode 100644 index 00000000..4738ed4c --- /dev/null +++ b/data/ontologies/fibo-fnd/Organizations/FormalOrganizations.rdf @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + +]> + + + + Formal Organizations Ontology + This ontology extends the Commons concept of a formal organization, which is purposefully underspecified to facilitate mapping to other organization ontologies, such as the W3C organization ontology, or others defined for specific business and financial services standards. It also defines general concepts related to employment by a formal organization. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Organizations/FormalOrganizations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting, resulting in http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Organizations/FormalOrganizations/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Organizations/FormalOrganizations.rdf version of this ontology was modified per the FIBO 2.0 RFC to integrate concepts from LCC. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Organizations/FormalOrganizations.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Organizations/FormalOrganizations.rdf version of this ontology was revised to loosen the constraints on the range of isDomiciledIn, allow for multiple values, update definitions to be ISO 704 compliant, and eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Organizations/FormalOrganizations.rdf version of this ontology was revised to incorporate the concept of employment, required to support regulatory reporting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220101/Organizations/FormalOrganizations.rdf version of this ontology was revised to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Organizations/FormalOrganizations.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Organizations/FormalOrganizations.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Organizations/FormalOrganizations.rdf version of this ontology was modified to loosen the domain of 'is domiciled in' to include organization sub-units, such as branches and divisions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230401/Organizations/FormalOrganizations.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Organizations/FormalOrganizations.rdf version of the ontology was modified to eliminate elements that have been deprecated for more than 3 quarters (FND-399). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Organizations/FormalOrganizations.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + + + + + + + + + + + + + employee + + person in the service of another under any contract of hire, express or implied, oral or written, where the employer has the right to control and direct that person in the material details of how the work is to be performed + + + + + + + + + + + + + + + + + + + + + + + employer + party that provides compensation, including wages or a salary and potentially other benefits, in exchange for work performed by one or more people, and that has the right to control and direct the employee in the material details of how the work is to be performed + + + + + + + + + + + + + + + + + employment + situation representing the state of being employed, i.e., the relationship that holds between an employer and employee for some period of time + This definition does not include workers in contingent arrangements, such as independent contractors, leased employees, temporary employees, on-call workers, and others that do not have a direct contractual relationship with the employer. The distinction is important for legal reasons, particularly for regulatory reporting with respect to responsible parties such as corporate officers, lending officers, others authorized or licensed to perform certain tasks, and traders, for example. + In the broadest sense, employment is the situation in which someone is fully engaged in doing something that they want to do. From a FIBO perspective, however, employment is understood to be more specific. It is the relationship between two parties, evidenced by an implicit or explicit contract, in which work is compensated and in which one party, a legal person, typically a formal organization, acts as the employer and the other, typically a legally capable natural person, as the employee. + + + + + + + + + + + group + collection of agents (people, organizations, software agents, etc.) that are considered as a unit + + + + + employs + + + indicates someone that is employed by the legal person + + + + + has employed party + + + + identifies the employee in an employment situation + + + + + has employee + + + + indicates an employee that is employed by the employer + + + + + has employing party + + + + identifies employer in an employment situation + + + + + is employed by + + + indicates the party (legal person or formal organization) that employs someone + + + + + is employed in + + + indicates the context of employment in which someone is employed + + + + + is employee of + + + identifies the formal organization for which the employee works + + + + + is employing party + + + relates a party in the role of employer to the context of employment + + + + + + + + 0 + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Organizations/MetadataFNDOrganizations.rdf b/data/ontologies/fibo-fnd/Organizations/MetadataFNDOrganizations.rdf new file mode 100644 index 00000000..517ef074 --- /dev/null +++ b/data/ontologies/fibo-fnd/Organizations/MetadataFNDOrganizations.rdf @@ -0,0 +1,69 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Organizations Module + This is the metadata ontology used to describe the Foundations Organizations Module. + 2020-02-24T18:00:00 + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-12-12T18:00:00 + + + + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + + + + organizations module + This module includes an ontology defining formal organizations, extending OMG's Commons Ontology Library Organizations ontology to cover employment. It is purposefully underspecified to facilitate mapping to other organization ontologies and taxonomies, such as aspects of BMM or BPMN, organization from a records management (RMS) perspective, other standards and internal corporate ontologies. + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + FIBO FND Organizations Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Organizations Module + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/OwnershipAndControl/Control.rdf b/data/ontologies/fibo-fnd/OwnershipAndControl/Control.rdf new file mode 100644 index 00000000..7e827b79 --- /dev/null +++ b/data/ontologies/fibo-fnd/OwnershipAndControl/Control.rdf @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + +]> + + + + Control Ontology + This ontology defines high-level, control-related concepts, including the distinction between de jure and de facto control, the former being derived with reference to terms in the Legal Capacity ontology. + https://opensource.org/licenses/MIT + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/OwnershipAndControl/Control.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/OwnershipAndControl/Control.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/OwnershipAndControl/Control.rdf version of the ontology was modified to integrate the concept of a situation, situational roles, and corresponding relations with the definition of control and eliminate minimum cardinality of 1 restrictions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200601/OwnershipAndControl/Control.rdf version of the ontology was modified to simplify control concepts and relations, complete the control patterns, and eliminate ambiguity in definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201201/OwnershipAndControl/Control.rdf version of the ontology was modified to eliminate references to external dictionary sites that no longer resolve. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210101/OwnershipAndControl/Control.rdf version of the ontology was modified to incorporate the latest insights into how control relations should integrate with the control situation and to unwind confusion around the various properties used to represent aspects of control with respect to their domains and ranges. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210401/OwnershipAndControl/Control.rdf version of the ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/OwnershipAndControl/Control.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/OwnershipAndControl/Control.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/OwnershipAndControl/Control.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + + Copyright (c) 2013-2024 EDM Council, Inc. + Copyright (c) 2013-2024 Object Management Group, Inc. + + + + + + + + + + + + + + + + + control + situation in which some party has the power to direct or strongly influence the direction of the management and policies related to something + Control may be direct (explicit) or indirect (implicit), derived through ownership of voting shares, beneficial ownership, other ownership relations, through provisions of a contract, or otherwise. + + + + + + + + + 1 + + + + + + + + + + + + + + + controlled thing + something over which some party exercises some form of control with respect to some situation + + + + + + + + + + + + + + + + + controlling party + actor that exercises some form of control in the context of some situation + At this level of abstraction it is not defined whether the control is some degree of controlling interest, or some level of actual control (asserted or calculated) in some entity. + + + + + de facto control + + control that exists informally and is accepted, although not formally recognized + For example, de facto acquisition or change of control means the acquisition, directly or indirectly, by any person or group of persons acting jointly or in concert, of beneficial ownership of, or control or direction over, sufficient voting shares of some legal entity to permit such person or persons to exercise, or to control or direct the voting of, 50 percent or more of the total number of votes in that entity. + + + + + + de jure control + control that exists as a matter of law, i.e., legitimate, legal control of something + + + + + has controlling party + + + indicates the party that exercises authority or influence over something + + + + + has party in control + + + indicates the actor in the context of a control situation + + + + + involves controlled thing + + + indicates something controlled in the context of a control situation + + + + + is controlled party of + + indicates a controlling party that has some amount of authority or influence over it + + + + + is controlled thing in + + + + indicates the context of control in which something is being controlled + + + + + is controlling party in + + + + indicates the context of control in which the party plays the role of controlling something + + + + + is controlling party of + + indicates something that a controlling party has some amount of authority or influence over + + + + + + is initially controlled on + + indicates the date or date and time that some level of authority or influence was first put in place + + + + + is party controlling + + + + indicates something controlled that a controlling party has some amount of authority or influence over + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/OwnershipAndControl/MetadataFNDOwnershipAndControl.rdf b/data/ontologies/fibo-fnd/OwnershipAndControl/MetadataFNDOwnershipAndControl.rdf new file mode 100644 index 00000000..c01110ad --- /dev/null +++ b/data/ontologies/fibo-fnd/OwnershipAndControl/MetadataFNDOwnershipAndControl.rdf @@ -0,0 +1,52 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Ownership and Control Module + This is the metadata ontology used to describe the Foundations Ownership and Control Module. + 2018-08-27T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + ownership and control module + This module includes ontologies defining the meanings of ownership and owner, and of types of control such as de jure and de facto control. These form the basis of ownership and control relationship hierarchies as well as what it means to own or to control something. + + + + https://opensource.org/licenses/MIT + FIBO FND Ownership and Control Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Ownership and Control Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/OwnershipAndControl/Ownership.rdf b/data/ontologies/fibo-fnd/OwnershipAndControl/Ownership.rdf new file mode 100644 index 00000000..d8c6d6b0 --- /dev/null +++ b/data/ontologies/fibo-fnd/OwnershipAndControl/Ownership.rdf @@ -0,0 +1,218 @@ + + + + + + + + + + + + + +]> + + + + Ownership Ontology + This ontology defines high-level, ownership-related concepts, including owner, asset and ownership along with relationships between them. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/OwnershipAndControl/Ownership.rdf version of the ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20180801/OwnershipAndControl/Ownership.rdf version of the ontology was modified to revise the definition of Asset using the new CombinedDateTime datatype rather than xsd:dateTime to provide increased flexibility. + The http://www.omg.org/spec/FIBO/Foundations/20130601/OwnershipAndControl/Ownership.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190401/OwnershipAndControl/Ownership.rdf version of the ontology was modified to add definitions for tangible and intangible asset, etc., as needed for refinement of the concept of collateral and other loan-specific concepts. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200101/OwnershipAndControl/Ownership.rdf version of the ontology was modified to integrate the concept of a situation, situational roles, and corresponding relations with the definition of ownership, and eliminate minimum cardinality of 1 in restrictions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200601/OwnershipAndControl/Ownership.rdf version of the ontology was modified to reflect the move of hasAquisitionDate from relations to financial dates and eliminate circular definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/OwnershipAndControl/Ownership.rdf version of the ontology was modified to better align with revisions to the situation lattice. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210401/OwnershipAndControl/Ownership.rdf version of the ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/OwnershipAndControl/Ownership.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/OwnershipAndControl/Ownership.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/OwnershipAndControl/Ownership.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/OwnershipAndControl/Ownership.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/OwnershipAndControl/Ownership.rdf version of the ontology was modified to add an explanatory note to ownership (SEC-202). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + 1 + + + + + + + + + + + + + + + asset + something of monetary value that is owned or provides benefit to some party + Financial Accounting Standards Board (FASB) Statement of Financial Accounting Concepts No. 6, Elements of Financial Statements, paragraph 25. + An asset is something that provides probable future economic benefit obtained or controlled by some party as a result of past transactions or events. An asset has three essential characteristics: (a) it embodies a probable future benefit that involves a capacity, singly or in combination with other assets, to contribute directly or indirectly to future net cash inflows, (b) a party can obtain the benefit and control others' access to it, and (c) the transaction or other event giving rise to the party's right to or control of the benefit has already occurred. + economic resource + + + + + intangible asset + + identifiable, non-monetary asset that lacks physical substance + Intangible assets may include intellectual property, patents, copyrights, trademarks, rights-of-way (easements), brands, organizational abilities (know-how), and data. + Intangible assets include assets that may involve a legal claim to some future benefit, typically a claim to future cash. Intangible assets have become an increasingly larger component of the valuation for all companies, from newer social media companies to even the most established and iconic manufacturers. + + + + + + + + + + + + + + + + + owner + party that is legally recognized as having the right to possess, the privilege to use, and ability to transfer any rights or privileges associated with something, as permitted by law + + + + + + + + + + + + + + + + + ownership + situation in which some party holds the legal title to something (explicitly or implicitly) and has the right to transfer that title and/or possession + Ownership is the right to possess, use, sell, donate or give as a gift any asset or property belonging to a person known as the 'owner'. An owner can be either a beneficial owner or a legal owner. + + + + + tangible asset + asset that is a physical, measurable resource, i.e., one that takes a physical form + Tangible assets include cash, cash equivalents and accounts receivables (AR), inventory, equipment, buildings and real estate, crops, and investments. Tangible assets such as art, furniture, stamps, gold, wine, toys and books of significant value may be included in an individual or organization's asset portfolio. + + + + + has owned asset + + + + indicates the asset in an ownership situation + + + + + has owning party + + + + identifies the actor that holds title to the asset in an ownership situation + + + + + is asset of + + + identifies the owner of an asset + + + + + is owned asset + + + indicates the context of ownership in which something is an asset + + + + + is owned by + + indicates something that someone owns + + + + + is owning party + + + indicates the context of ownership in which the party plays the role of owner + + + + + owns + + indicates something that a party holds title to and may possess + + + + + is asset owner + + + + identifies an asset that an owner owns + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/OwnershipAndControl/OwnershipAndControl.rdf b/data/ontologies/fibo-fnd/OwnershipAndControl/OwnershipAndControl.rdf new file mode 100644 index 00000000..9f84a8dd --- /dev/null +++ b/data/ontologies/fibo-fnd/OwnershipAndControl/OwnershipAndControl.rdf @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + +]> + + + + Ownership and Control Ontology + This ontology brings the concepts of ownership and control together, in cases where the combined semantics are applicable, such as for a wholly owned subsidiary. + https://opensource.org/licenses/MIT + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/OwnershipAndControl/OwnershipAndControl.rdf version of the ontology was modified to better integrate it with the situation pattern and eliminate circular definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/OwnershipAndControl/OwnershipAndControl.rdf version of the ontology was modified to integrate the properties defined herein with the ownership and control patterns. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/OwnershipAndControl/OwnershipAndControl.rdf version of the ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/OwnershipAndControl/OwnershipAndControl.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/OwnershipAndControl/OwnershipAndControl.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + + Copyright (c) 2013-2024 EDM Council, Inc. + Copyright (c) 2013-2024 Object Management Group, Inc. + + + + + ownership control situation + + + + + + + + + + + situation in which some party owns and controls something + + + + + + is owned and controlled by + + relates something to the party that owns, influences, manages and directs it + + + + + + owns and controls + + + directs and exercises authoritative or dominating influence over some thing that is also owned + basic rule: if x controls y and x owns y then x owns and controls y +SWRL rule: controls(?x, ?y), owns(?x, ?y) -> ownsAndControls(?x, ?y) + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Parties/MetadataFNDParties.rdf b/data/ontologies/fibo-fnd/Parties/MetadataFNDParties.rdf new file mode 100644 index 00000000..8d8fffb3 --- /dev/null +++ b/data/ontologies/fibo-fnd/Parties/MetadataFNDParties.rdf @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Parties Module + This is the metadata ontology used to describe the Foundations Parties Module. + 2018-08-27T18:00:00 + https://opensource.org/licenses/MIT + 2024-11-14T18:00:00 + + + + Copyright (c) 2017-2024 EDM Council, Inc. + Copyright (c) 2017-2024 Object Management Group, Inc. + + + + + parties module + The parties module extends the Commons Parties and Situations ontology with identifiers for party roles and very general tax identifiers. + + https://opensource.org/licenses/MIT + FIBO FND Parties Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Parties Module + + Copyright (c) 2017-2024 EDM Council, Inc. + Copyright (c) 2017-2024 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Parties/Parties.rdf b/data/ontologies/fibo-fnd/Parties/Parties.rdf new file mode 100644 index 00000000..33c12a12 --- /dev/null +++ b/data/ontologies/fibo-fnd/Parties/Parties.rdf @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + Parties Ontology + This ontology extends the Commons Parties and Situations ontology with identifiers for party roles and very general tax identifiers. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Parties/Parties.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Parties/Parties.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.1 RTF report to add a parent of hasDate to date properties. + The http://www.omg.org/spec/EDMC-FIBO/FND/20160201/Parties/Parties.rdf version of this ontology was revised as a part of the FIBO 2.0 RFC to introduce disjointness axioms to aid users in understanding. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Roles/Parties.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to combine Parties, Party Roles, and Roles in a single, new, Parties module, combine Parties and Party Roles into a single ontology, and add an inverse for the hasParty property. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Parties/Parties.rdf version of this ontology was revised to add semantics to the definition of independent party, making it a direct subclass of autonomous agent (rather than inferred only) and making person and organization direct subclasses (rather than inferred only). + The https://spec.edmcouncil.org/fibo/ontology/FND/20190101/Parties/Parties.rdf version of this ontology was revised to add a relationship directly between parties and a party identifier and rename (migrate) the hasDefinition property to isDefinedIn to clarify intent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190701/Parties/Parties.rdf version of this ontology was revised to eliminate duplication with the concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/Parties/Parties.rdf version of this ontology was extended to support more complex situations involving parties in various roles, loosen the restriction on party in role with respect to commencement date, and to eliminate the redundant union in the definition of independent party. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200601/Parties/Parties.rdf version of this ontology was extended to rename 'hasPrimaryParty' to 'hasActiveParty' to be more consistent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/Parties/Parties.rdf version of this ontology was extended to align the properties holds and isHeldBy with the lattice to improve ownership-related reasoning. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200901/Parties/Parties.rdf version of this ontology was extended to add the concepts of tax identifier and tax identification scheme. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201101/Parties/Parties.rdf version of this ontology was revised to make hasRelatedPartyInRole symmetric and move hasMailingAddress from people to this ontology. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210301/Parties/Parties.rdf version of this ontology was revised to add the two remaining property chains to complete the lattice, from independent party to thing via the situation, to simplify the class hierarchy for improved understanding, data mapping and alignment, and to add the notion of a contextual name (i.e., a name for someone, some place or something that applies for some period of time in some context). + The https://spec.edmcouncil.org/fibo/ontology/FND/20210601/Parties/Parties.rdf version of this ontology was revised to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Parties/Parties.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Parties/Parties.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Parties/Parties.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231101/Parties/Parties.rdf version of the ontology was modified extensively to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Parties/Parties.rdf version of the ontology was modified to correct a wrong prefix on hasRole. + The https://spec.edmcouncil.org/fibo/ontology/FND/20240501/Parties/Parties.rdf version of the ontology was modified to eliminate elements that have been deprecated for several quarters (FND-386). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241101/Parties/Parties.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + party role identification scheme + system for allocating identifiers to roles that parties play + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + party role identifier + sequence of characters, capable of uniquely identifying a party based on a specific role that they play in some context + + + + + + + + + + + tax identification scheme + identification scheme used to identify taxpayers in some jurisdiction + https://www.oecd-ilibrary.org/taxation/standard-for-automatic-exchange-of-financial-account-information-in-tax-matters-second-edition_9789264267992-en + + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + tax identifier + identifier assigned to a taxpayer that enables compulsory financial charges and other levies to be imposed on the taxpayer by a governmental organization in order to fund government spending and various public expenditures + https://www.oecd-ilibrary.org/taxation/standard-for-automatic-exchange-of-financial-account-information-in-tax-matters-second-edition_9789264267992-en + Tax identifiers are used for various tax-related purposes in the United States and in other countries under the Common Reporting Standard (CRS). + + + + + has mailing address + + + identifies a physical address where an independent party can receive communications, including letters and packages + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + 0 + + + + + + + 0 + + + + independent party + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Places/Addresses.rdf b/data/ontologies/fibo-fnd/Places/Addresses.rdf new file mode 100644 index 00000000..f0a40768 --- /dev/null +++ b/data/ontologies/fibo-fnd/Places/Addresses.rdf @@ -0,0 +1,895 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Addresses Ontology + This ontology provides high level definitions for addresses and address components including elements that are common to addressing standards. + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Places/Addresses.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report. Differences from the 1.0 version include the addition of a hasAddress property and PhysicalAddress class as a parent of PostalAddress. + The http://www.omg.org/spec/EDMC-FIBO/FND/20160201/Places/Addresses.rdf version of this ontology was modified for the FIBO 2.0 RFC to integrate LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/Places/Addresses.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. Primary differences include elimination of data properties in favor of a simple class model,the addition of virtual address, and the addition of addressing scheme. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Places/Addresses.rdf version of this ontology was modified replace hasDefinition with isDefinedIn to clarify intent, and the address hierarchy was simplified to enable extensions for international and national delivery address specification, and to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Places/Addresses.rdf version of this ontology was modified to eliminate duplication of concepts in LCC, simplify address representation and merge countries with locations. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Places/Addresses.rdf version of this ontology was modified to correct a missing imports statement. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200601/Places/Addresses.rdf version of this ontology was modified to eliminate unnecessary unions and max 1 restrictions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/Places/Addresses.rdf version of this ontology was modified to revise names of address elements that could be construed as referring to multiple concepts. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/Places/Addresses.rdf version of this ontology was modified to make postcode a subclass of geographic region identifier and fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/Places/Addresses.rdf version of this ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Places/Addresses.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Places/Addresses.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Places/Addresses.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/Places/Addresses.rdf version of the ontology was modified to reuse concepts from the Commons 1.3 sites and facilities ontology (FND-401). + The https://spec.edmcouncil.org/fibo/ontology/Foundations/20130601/Organizations/Addresses.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + (6) to move this ontology from Organizations to Places and eliminate unnecessary properties and related imports dependencies. + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + 0 + + + + + + + 1 + + + address + index to a location to which communications may be delivered + + + + + address component + aspect of an address + + + + + + + + + + + addressing scheme + system for allocating addresses to objects + + + + + apartment + room or a group of related rooms, among similar sets in one building, designed for use as a dwelling + true + + + + + basement + part of a building consisting of rooms that are partly or entirely below ground + false + + + + + building + relatively permanent enclosed structure, that has a roof and walls and stands more or less permanently in one place + true + + + + + + + + + 1 + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + conventional street address + physical address that identifies a location on a street to which communications may be delivered + Other unconventional addresses may include rural and highway route addresses, general delivery addresses, post office box addresses, private mail center addresses, and so forth. + + + + + department + division of a large organization such as a government, university, business, or shop, dealing with a specific subject, commodity, or area of activity + true + + + + + floor + all of the rooms or areas on the same level of a building; a story + true + Labeling systems for floors vary from country to country, and may be specific to the building, for example, whether or not a 13th floor is identified as such tends to be on a case-by-case basis. + + + + + front + side or part of a building that presents itself to view first, that faces the street; the most forward part of a building + false + + + + + + + + + + + geographic directional symbol + code element that gives directional information for postal delivery + In the United States, these include N, S, E, W, NE, NW, SE, SW. + + + + + hanger + shed or shelter; any relatively wide structure used for housing airplanes or airships + true + + + + + key + usually metal instrument by which the bolt of a lock is turned + true + + + + + lobby + entrance hall, corridor, or vestibule, as in a public building, often serving as an anteroom; foyer + false + + + + + lot + measured parcel of land having fixed boundaries and designated on a plot or survey + true + + + + + lower + floor of a building in a multistory structure that is closer to ground level + false + + + + + office + place where a particular kind of business is transacted or a service is supplied + false + + + + + penthouse + structure or dwelling on the roof or top floor of a building + false + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + 1 + + + + + + + 1 + + + + + + + + 0 + + + + + + + + + physical address + physical address where communications can be addressed, papers served or representatives located for any kind of organization or person + An address may be used as an index to the location of a building, apartment, office within an office block, or other structure or parcel of land, often using political boundaries and street names as references, along with other information such as house or building numbers or names. Some addresses also contain secondary elements such as apartment or building numbers, or special codes to aid routing of mail and packages. + Typically, addresses will have only one postcode expressed either as a string value or individual, and only a municipality (individual) or city (string value). + + + + + + + + + + 1 + + + + + + + 1 + + + physical address identifier + unique identifier for a physical address + Physical address identifiers may include bar codes, QCR codes, and +codes in a number of countries. + + + + + + + + + + + 0 + + + + + 0 + + + + + physical addressing scheme + + scheme for specifying physical addresses according to a country specific standard + + + + + pier + structure extending into navigable water for use as a landing place or promenade + true + + + + + post code area + physical area uniquely identified by some postal code + + + + + + + + + 1 + + + post office box + post office box associated with an address + Post office box identifiers are only unique to a given jurisdiction, which may be a post office, town, or other region. + + + + + + + + + 1 + + + post office box address + physical address used to deliver communications to a designated container at a local post office or the local equivalent for the jurisdiction, where mail is held until the recipient collects it, rather than to a given house, building, or other location + + + + + post office box designator + designator used, together with an identifier, for a post office box + In the U.S., the preferred designator is 'PO BOX'. + + + + + + + + + + 1 + + + postcode + sequence of characters used to assist in the sorting of mail + postal code + + + + + postdirectional symbol + geographic directional symbol that follows the street name and street suffix in a street address + + + + + predirectional symbol + geographic directional symbol that occurs after the primary street number but before the street name in a street address + + + + + + + + + 1 + + + primary address number + address component that identifies a location with respect to a given street + Although traditionally called a 'number', the street number may consist of alphanumeric characters, for example, '221B'. + street number + + + + + rear + side or part of a building at the back, located opposite its front + false + + + + + + + + + + + region-specific identifier + geographic region or subdivision identifier used internally by a country or other region + + + + + room + partitioned part of the inside of a building + true + + + + + + + + + 0 + + + + + + + 1 + + + secondary unit + address component that identifies an individual unit within a larger structure, such as an apartment, office, hangar, slip, mailbox, and so forth, at a given street address + + + + + + + + + 1 + + + secondary unit designator + classifier for a smaller structure or component within a larger facility, such as an apartment, office, mail stop, or other similar designation + Note that only certain secondary units require a secondary range, such as an apartment number, to complete a delivery point. + + + + + + + + + 1 + + + secondary unit indicator + index to the specific unit within a secondary unit, such as a building or apartment, at a particular street address + + + + + side + place, space, or direction with respect to a center or to a line of division + false + + + + + slip + sloping ramp extending out into the water to serve as a place for landing or repairing ships; ship's or boat's berth between two piers + true + + + + + space + extent set apart or available, such as a parking or storage space + true + + + + + stop + stopping place, such as a bus or mail stop + true + + + + + + + + + 1 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + street address + index to a location that consists of a primary address number, predirectional, street name, suffix, postdirectional, and an optional secondary unit + + + + + + + + + + 1 + + + street name + identifier for a street in some context (e.g., city, municipality, geographic region) + + + + + + street suffix + classifier for a street or other delivery location, such as a dwelling located along a waterway + The suffix may provide some insight into the size or length of the street, though not necessarily consistently. In some cities, the suffix differentiates the street from another in the same context, such as 19th Street vs. 19th Avenue in San Francisco. + + + + + + + + + + 1 + + + structure name + name for a building, house, office complex, shopping center, or other structure or group of structures + Examples include 'McCoy Center', which is the name of the office complex where JPMorgan Chase's Polaris facility is located, 'Apple Park', which is the name of the corporate headquarters of Apple, Inc., and 'Howells Bridge Cottage', which is the name of a very old cottage in Cornwall. + + + + + suite + group of rooms occupied as a unit + true + + + + + + + + + 0 + + + + + + 0 + + + + + + + + 1 + + + supplemental address component + address component that provides additional information that is important to ensuring proper delivery of communications + Supplemental components include post office box information, rural route and highway contract route information, private mailboxes, and so forth, that are not part of a conventional street address. + + + + + + + + + + + supplemental address designator + classifier for supplemental address information, such as a highway contract route, rural route, building complex, shopping center, condominium complex, mail box, or other similar designation + + + + + + + + + 1 + + + supplemental address unit + address component that includes a specific route, box, apartment, condominium or other indicator or unit associated with a specific address + + + + + trailer + vehicle designed to serve wherever parked as a temporary dwelling or place of business + true + + + + + unit + area in a facility, such as a medical facility or hospital that is specially staffed and equipped to provide a particular service or type of care + true + + + + + upper + floor of a building in a multistory structure that is farther away from the ground level + false + + + + + + + + + 1 + + + virtual address + + address identifying a virtual, i.e. non-physical, location + + + + + has address + + indicates a means by which something (in the case of a network address) or some entity may be located or contacted or may receive correspondence + + + + + has address line 1 + + the first line of the street address + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has address line 2 + + the second line of the street address + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has address line 3 + + the third line of the street address + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + This element SHALL be omitted if address line 2 is omitted. + + + + + has attention line + + an optional, free text address line denoting the intended recipient + + + + + has individual postcode + + + indicates the local or international postcode element of a delivery address as specified by the local postal service + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has mail routing + + an optional, free text address line containing explicit routing information (this elements's presence indicates that this address is a routing / 'care of' address) + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has postal code + + the postal code of this address as specified by the local postal service + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has postdirectional symbol + + + specifies a geographic directional symbol that follows the street name and street suffix in a street address + + + + + has predirectional symbol + + + specifies a geographic directional symbol that occurs after the primary street number but before the street name in a street address + + + + + has primary address number + + + specifies a a location with respect to a given street + + + + + has secondary unit + + + specifies an individual unit within a larger structure, such as an apartment, office, hangar, slip, mailbox, and so forth, at a given street address + + + + + has street address + + + indicates a fully-specified address component that consists of a primary address number, predirectional, street name, suffix, postdirectional, and an optional secondary unit + + + + + has street name + + + specifies an identifier for a street in some context (e.g., 'Baker', 'First', 'Main') + + + + + has street suffix + + + specifies an additional qualifier for a street or other delivery location, such as a dwelling located along a waterway + + + + + has structure name + + + specifies an identifier for a building, house, office complex, shopping center, or other structure or group of structures + + + + + has transliterated address + + identifies a transliterated (i.e., in Latin or Romanized ASCII) address for the registered entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + requires secondary unit range + + + if true, indicates that an additional qualifier is needed to complete the delivery point description, such as an apartment number + Note that in some cases, such as for lobby or office, if there are multiple secondary units then a range may be needed to differentiate between them, even if the range is not always required. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Places/Facilities.rdf b/data/ontologies/fibo-fnd/Places/Facilities.rdf new file mode 100644 index 00000000..479aea41 --- /dev/null +++ b/data/ontologies/fibo-fnd/Places/Facilities.rdf @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + +]> + + + + Facilities Ontology + This ontology provides scaffolding for use in describing concepts related to facilities, both virtual and physical, including physical sites that provide various facilities. + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Places/Facilities.rdf version of this ontology was modified for the FIBO 2.0 RFC to integrate it with LCC. + The http://www.omg.org/spec/EDMC-FIBO/FND/20180801/Places/Facilities.rdf version of this ontology was modified to eliminate deprecated elements. + The http://www.omg.org/spec/EDMC-FIBO/FND/20190901/Places/Facilities.rdf version of this ontology was modified to eliminate circular and ambiguous definitions, and simplify the ontology by merging physical site with site. + The http://www.omg.org/spec/EDMC-FIBO/FND/20210101/Places/Facilities.rdf version of this ontology was modified to allow a facility to exist at some location that has an address without requiring it to be situated at some site to simplify usage in cases where the site and facility have 100 percent overlap and are not tracked independently. + The http://www.omg.org/spec/EDMC-FIBO/FND/20220101/Places/Facilities.rdf version of this ontology was modified to address hygiene issues with respect to text formatting. + The http://www.omg.org/spec/EDMC-FIBO/FND/20220701/Places/Facilities.rdf version of this ontology was modified to allow a facility to be anything rather than a role. + The https://spec.edmcouncil.org/fibo/ontology/FND/20221201/Places/Facilities.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Places/Facilities.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Places/Facilities.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Places/Facilities.rdf version of this ontology was modified to integrate with the new real property ontology (LOAN-168). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241001/Places/Facilities.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/Places/Facilities.rdf version of the ontology was modified to eliminate long deprecated elements (FND-399), and to reuse concepts from the Commons 1.3 sites and facilities ontology (FND-401). Note that this ontology will be eliminated in its entirety sometime after the Q3 2026 release of FIBO given that all of its content has been deprecated. + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Places/MetadataFNDPlaces.rdf b/data/ontologies/fibo-fnd/Places/MetadataFNDPlaces.rdf new file mode 100644 index 00000000..62caf33e --- /dev/null +++ b/data/ontologies/fibo-fnd/Places/MetadataFNDPlaces.rdf @@ -0,0 +1,72 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Places Module + This is the metadata ontology used to describe the Foundations Places Module. + 2022-06-14T18:00:00 + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + 2025-12-18T18:00:00 + + + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + + + + places module + This module includes ontologies defining concepts to do with real or virtual places and the addresses to such places. + + + + + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + FIBO FND Places Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Places Module + + Copyright (c) 2017-2025 EDM Council, Inc. + Copyright (c) 2017-2025 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Places/NorthAmerica/USPostalServiceAddresses.rdf b/data/ontologies/fibo-fnd/Places/NorthAmerica/USPostalServiceAddresses.rdf new file mode 100644 index 00000000..cc3b1ad9 --- /dev/null +++ b/data/ontologies/fibo-fnd/Places/NorthAmerica/USPostalServiceAddresses.rdf @@ -0,0 +1,618 @@ + + + + + + + + + + + + + + + + +]> + + + + U.S. Postal Service Addresses Ontology + This ontology augments the Addresses ontology in FND with concepts that conform to the USPS Pub 28. The USPS provides automated address verification services that use the concepts defined herein for that purpose, and which many financial services entities use for data quality purposes. + Thematix Partners LLC + Copyright (c) 2019-2025 EDM Council, Inc. + Copyright (c) 2019-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Places/NorthAmerica/USPostalServiceAddresses.rdf version of this ontology was revised to replace uses of hasTag in Relations with hasTag from LCC, as the more complex union of datatypes in the Relations concept is not needed here, and correct a duplicate label. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/Places/NorthAmerica/USPostalServiceAddresses.rdf version of this ontology was revised to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Places/NorthAmerica/USPostalServiceAddresses.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Places/NorthAmerica/USPostalServiceAddresses.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Places/NorthAmerica/USPostalServiceAddresses.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2019-2025 EDM Council, Inc. + Copyright (c) 2019-2025 Object Management Group, Inc. + + + + apartmento + APT + + + + BSMT + + + + BLDG + + + + departamento + DEPT + + + + FL + + + + FRNT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + HNGR + + + + KEY + + + + LBBY + + + + LOT + + + + LOWR + + + + OFC + + + + PH + + + + PIER + + + + REAR + + + + RM + + + + SIDE + + + + SLP + + + + SPC + + + + STOP + + + + STE + + + + TRLR + + + + UNIT + + + + UPPR + + + + + complete address + delivery address that has all the address elements necessary to allow an exact match with the current Postal Service ZIP+4 and City State files to obtain the finest level of ZIP+4 and delivery point codes for the delivery address + A complete address may be required on mail at some automation rates. + + + + + + + + + + + + delivery address code set + + system of numeric codes that substitute for specified delivery point details according to the U.S. Postal Service Publication 28 + + + + + + + + + 1 + + + + + + + 1 + + + delivery point code + + specific set of digits between 00 and 99 assigned to a delivery point + When combined with the ZIP + 4 code, the delivery point code provides a unique identifier for every deliverable address served by the USPS. The delivery point digits are almost never printed on mail in human-readable form; instead they are encoded in the POSTNET delivery point barcode (DPBC) or as part of the newer Intelligent Mail Barcode (IMB). + + + + + + + + + + + delivery point code set + + system of numeric codes that substitute for specified delivery point details according to the U.S. Postal Service Publication 28 + + + + + + + + DPO + + + + + + + 1 + + + + + + + 1 + + + Department of State address + + delivery address whose delivery address line uses 'UNIT' followed by the unit identifier, followed by 'BOX' followed by box number, in place of a street address, 'DPO' as the literal value for the city, and the appropriate armed forces subdivision code in place of a subdivision (state) code + + + + + + + + + + + Department of State unit component + component of a Department of State address that includes 'UNIT' followed by the unit identifier + + + + + East + Este + geographic directional symbol for East + E + + + + + + + + GENERAL DELIVERY + + + general delivery address + + delivery address that uses the words 'GENERAL DELIVERY', uppercase preferred, spelled out (no abbreviation), in place of a street address + The value of the +4 component of a ZIP+4 code should be '9999'. + + + + + + + + + + + highway contract route + highway contract route associated with an address + + + + + + + + + 1 + + + + + + + 1 + + + highway contract address + + delivery address whose delivery address line uses the abbreviation 'HC', followed by the route identifier, followed by 'BOX' followed by box number, in place of a street address + + + + + highway contract route designator + designator for a route served by an independent contractor rather than directly by the U.S. Postal Service + HC + + + + + international address + + + + + 1 + + + physical address that explicitly includes a country + + + + + + + + + + + mailbox + mailbox, other than a U.S. Post Office box, associated with an address + + + + + mailbox designator + designator for a mail box other than a U.S. Post Office box + BOX + + + + + Norte + North + geographic directional symbol for North + N + + + + + Noreste + Northeast + geographic directional symbol for Northeast + NE + + + + + Noroeste + Northwest + geographic directional symbol for Northwest + NO + NW + + + + + + + + + + + + + + + + + + APO + + + FPO + + + + + + + + + + overseas military address + + delivery address whose delivery address line uses an abbreviation for the unit or command such as 'CMR', 'PSC', or 'UNIT', or 'HC', followed by the unit identifier, followed by 'BOX' followed by box number, in place of a street address, either 'APO' or 'FPO' as the literal value for the city and the appropriate armed forces subdivision code in place of a subdivision (state) code + + + + + private mail box address + delivery address provided by a commercial mail receiving company that includes a supplementary address line containing the abbreviation 'PMB' or the pound "#" symbol followed by the mailbox number; alternatively, 'PMB' or '#" and the mailbox number can be appended to the street address + + + + + + + + + 0 + + + Puerto Rico address + delivery address for a delivery point in Puerto Rico that may include a supplementary address line containing the abbreviation 'URB' followed by the name of the urbanization area that is appropriate for that address + + + + + + + + + + + highway contract route address + mail route outside the city or township limits in a rural area associated with an address + + + + + + + + + 1 + + + + + + + 1 + + + rural route address + + delivery address whose delivery address line uses the abbreviation 'RR', followed by the route identifier, followed by 'BOX' followed by box number, in place of a street address + + + + + rural route designator + designator for a mail route outside the city or township limits in a rural area + RR + + + + + South + Sur + geographic directional symbol for South + S + + + + + Southeast + Sureste + geographic directional symbol for Southeast + SE + + + + + Southwest + Suroeste + geographic directional symbol for Southwest + SO + SW + + + + + standardized address + delivery address that is fully spelled out, abbreviated by using the Postal Service standard abbreviations or as given in the current Postal Service ZIP+4 file + + + + + post office box designator + designator for a U.S. Post Office box + PO BOX + + + + + + + + + 1 + + + + + + + 1 + + + U.S. Postal Service address identifier + combined with the ZIP + 4 code, the delivery point code provides a unique identifier for every deliverable address served by the USPS + The delivery point digits are almost never printed on mail in human-readable form; instead they are encoded in the POSTNET delivery point barcode (DPBC) or as part of the newer Intelligent Mail Barcode (IMB). + + + + + urbanization + an area, sector, or development within a larger geographic area + This URB descriptor, commonly used in urban areas of Puerto Rico, is an important part of the addressing format, as it describes the location of a given street. + + + + + Oeste + West + geographic directional symbol for West + O + W + + + + + Zip Code + five-digit code code assigned to a delivery address indicating the state and post office or postal zone + + + + + ZIP+4 Code + nine-digit number consisting of five digits, a hyphen, and four digits, which the USPS describes by its trademark ZIP+4 + The correct format for a numeric ZIP+4 code is five digits, a hyphen, and four digits. The first five digits represent the 5-digit ZIP Code; the sixth and seventh digits (the first two after the hyphen) identify an area known as a sector; the eighth and ninth digits identify a smaller area known as a segment. Together, the final four digits identify geographic units such as a side of a street between intersections, both sides of a street between intersections, a building, a floor or group of floors in a building, a firm within a building, a span of boxes on a rural route, or a group of Post Office boxes to which a single USPS employee makes delivery. + + + + + + + + + + + + + + + + + + + + + zip code scheme + + system used in the U.S. to facilitate the delivery of mail, consisting of a five- or nine-digit code Zone Improvement Plan (ZIP) printed directly after the address, the first five digits (initial code) indicating the state and post office or postal zone, the last four (expanded code) the box section or number, portion of a rural route, building, or other specific delivery location + + + + + has urbanization + + indicates area, sector, or development within a geographic area relevant to a delivery address + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Places/NorthAmerica/USPostalServiceAddressesIndividuals.rdf b/data/ontologies/fibo-fnd/Places/NorthAmerica/USPostalServiceAddressesIndividuals.rdf new file mode 100644 index 00000000..b863f8cc --- /dev/null +++ b/data/ontologies/fibo-fnd/Places/NorthAmerica/USPostalServiceAddressesIndividuals.rdf @@ -0,0 +1,3013 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + U.S. Postal Service Addresses Individuals Ontology + This ontology augments the U.S. Postal Service Address ontology with individuals for various street suffixes, military and U.S. Department of State specific individuals, and preferred designations for state and territory codes. + Thematix Partners LLC + Copyright (c) 2019-2025 EDM Council, Inc. + Copyright (c) 2019-2025 Object Management Group, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Places/NorthAmerica/USPostalServiceAddressesIndividuals.rdf version of this ontology was revised to update a dead link. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Places/NorthAmerica/USPostalServiceAddressesIndividuals.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Places/NorthAmerica/USPostalServiceAddressesIndividuals.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Places/NorthAmerica/USPostalServiceAddressesIndividuals.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + + Copyright (c) 2019-2025 EDM Council, Inc. + Copyright (c) 2019-2025 Object Management Group, Inc. + + + + + AA + US-specific code for the state designation for Armed Forces Americas, excluding Canada + AA + AA + + + + + + + + AB + Canadian and US-specific code for the designation for Alberta + AB + AB + + + + + + + + + AE + US-specific code for the state designation for Armed Forces Europe, the Middle East, and Canada + AE + AE + + + + + + + + AK + US-specific code for the designation for Alaska + AK + AK + + + + + + + + AL + US-specific code for the designation for Alabama + AL + AL + + + + + + + + AP + US-specific code for the state designation for Armed Forces Pacific + AP + AP + + + + + + + + AR + US-specific code for the designation for Arkansas + AR + AR + + + + + + + + AS + US-specific code for the designation for American Samoa + AS + AS + + + + + + + + AZ + US-specific code for the designation for Arizona + AZ + AZ + + + + + + + + alley + narrow passageway between or behind buildings + ALLEE + ALLEY + ALLY + ALY + ALY + + + + + annex + addition appended to something else, such as another street + ANEX + ANNEX + ANNX + ANX + ANX + + + + + arcade + arched or covered passageway, usually with shops on each side + ARC + ARCADE + ARC + + + + + Armed Forces Americas + state designation for Armed Forces Americas, excluding Canada + + + Armed Forces Americas + + + + + Armed Forces Europe + state designation for Armed Forces Europe, the Middle East, and Canada + + + Armed Forces Europe, the Middle East, and Canada + + + + + Armed Forces Pacific + state designation for Armed Forces Pacific + + + Armed Forces Pacific + + + + + avenue + broad road in a town or city, typically having trees at regular intervals along its sides + AV + AVE + AVEN + AVENU + AVENUE + AVN + AVNUE + AVE + + + + + BC + Canadian and US-specific code for the designation for British Columbia + BC + BC + + + + + + + + + bayou + creek, secondary watercourse, or minor river that is tributary to another body of water + BAYOO + BAYOU + BYU + + + + + beach + shore of a body of water covered by sand, gravel, or larger rock fragments + BCH + BEACH + BCH + + + + + bend + curve, especially a sharp one, in a road, river, racecourse, or path + BEND + BND + BND + + + + + bluff + broad, rounded cliff + BLF + BLUF + BLUFF + BLF + + + + + bluffs + multiple broad, rounded cliffs + BLUFFS + BLFS + + + + + bottom + deepest or lowest part of something, such as the bottom of a hill + BOT + BOTTM + BOTTOM + BTM + BTM + + + + + boulevard + broad thoroughfare in a city, usually having areas at the sides or center for trees, grass, or flowers + BLVD + BOUL + BOULEVARD + BOULV + BLVD + + + + + branch + division of a road or path + BR + BRANCH + BRNCH + BR + + + + + bridge + structure carrying a road, path, railroad, or canal across a river, ravine, road, railroad, or other obstacle + BRDGE + BRG + BRIDGE + BRG + + + + + brook + small, natural freshwater stream + BRK + BROOK + BRK + + + + + brooks + multiple small, natural freshwater streams + BROOKS + BRKS + + + + + burg + city or town (informal) + BURG + BG + + + + + burgs + multiple cities or towns (informal) + BURGS + BGS + + + + + bypass + road passing around a town or its center to provide an alternative route for through traffic + BYP + BYPA + BYPAS + BYPASS + BYS + BYP + + + + + CA + US-specific code for the designation for California + CA + CA + + + + + + + + CO + US-specific code for the designation for Colorado + CO + CO + + + + + + + + CT + US-specific code for the designation for Connecticut + CT + CT + + + + + + + + camp + CAMP + CMP + CP + CP + + + + + canyon + CANYN + CANYON + CNYN + CYN + + + + + cape + CAPE + CPE + CPE + + + + + causeway + CAUSEWAY + CAUSWA + CSWY + CSWY + + + + + center + CEN + CENT + CENTER + CENTR + CENTRE + CNTER + CNTR + CTR + CTR + + + + + centers + CENTERS + CTRS + + + + + circle + CIR + CIRC + CIRCL + CIRCLE + CRCL + CRCLE + CIR + + + + + circles + CIRCLES + CIRS + + + + + cliff + CLF + CLIFF + CLF + + + + + cliffs + CLFS + CLIFFS + CLFS + + + + + club + CLB + CLUB + CLB + + + + + common + COMMON + CMN + + + + + commons + COMMONS + CMNS + + + + + corner + COR + CORNER + COR + + + + + corners + CORNERS + CORS + CORS + + + + + course + COURSE + CRSE + CRSE + + + + + court + COURT + CT + CT + + + + + courts + COURTS + CTS + CTS + + + + + cove + COVE + CV + CV + + + + + coves + COVES + CVS + + + + + creek + CREEK + CRK + CRK + + + + + crescent + CRES + CRESCENT + CRSENT + CRSNT + CRES + + + + + crest + CREST + CRST + + + + + crossing + CROSSING + CRSSNG + XING + XING + + + + + crossroad + CROSSROAD + XRD + + + + + crossroads + CROSSROADS + XRDS + + + + + curve + CURVE + CURV + + + + + DC + US-specific code for the designation for the District of Colombia + DC + DC + + + + + + + + DE + US-specific code for the designation for Delaware + DE + DE + + + + + + + + dale + DALE + DL + DL + + + + + dam + DAM + DM + DM + + + + + divide + DIV + DIVIDE + DV + DVD + DV + + + + + drive + DR + DRIV + DRIVE + DRV + DR + + + + + drives + DRIVES + DRS + + + + + estate + EST + ESTATE + EST + + + + + estates + ESTATES + ESTS + ESTS + + + + + expressway + EXP + EXPR + EXPRESS + EXPRESSWAY + EXPW + EXPY + EXPY + + + + + extension + EXT + EXTENSION + EXTN + EXTNSN + EXT + + + + + extensions + EXTS + EXTS + + + + + FL + US-specific code for the designation for Florida + FL + FL + + + + + + + + fall + FALL + FALL + + + + + falls + FALLS + FLS + FLS + + + + + ferry + FERRY + FRRY + FRY + FRY + + + + + field + FIELD + FLD + FLD + + + + + fields + FIELDS + FLDS + FLDS + + + + + flat + FLAT + FLT + FLT + + + + + flats + FLATS + FLTS + FLTS + + + + + ford + FORD + FRD + FRD + + + + + fords + FORDS + FRDS + + + + + forest + FOREST + FORESTS + FRST + FRST + + + + + forge + FORG + FORGE + FRG + FRG + + + + + forges + FORGES + FRGS + + + + + fork + FORK + FRK + FRK + + + + + forks + FORKS + FRKS + FRKS + + + + + fort + FORT + FRT + FT + FT + + + + + freeway + FREEWAY + FREEWY + FRWAY + FRWY + FWY + FWY + + + + + GA + US-specific code for the designation for Georgia + GA + GA + + + + + + + + GU + US-specific code for the designation for Guam + GU + GU + + + + + + + + garden + GARDEN + GARDN + GRDEN + GRDN + GDN + + + + + gardens + GARDENS + GDNS + GRDNS + GDNS + + + + + gateway + GATEWAY + GATEWY + GATWAY + GTWAY + GTWY + GTWY + + + + + glen + GLEN + GLN + GLN + + + + + glens + GLENS + GLNS + + + + + green + GREEN + GRN + GRN + + + + + greens + GREENS + GRNS + + + + + grove + GROV + GROVE + GRV + GRV + + + + + groves + GROVES + GRVS + + + + + HI + US-specific code for the designation for Hawaii + HI + HI + + + + + + + + harbor + HARB + HARBOR + HARBR + HBR + HRBOR + HBR + + + + + harbors + HARBORS + HBRS + + + + + haven + HAVEN + HVN + HVN + + + + + heights + HT + HTS + HTS + + + + + highway + HIGHWAY + HIGHWY + HIWAY + HIWY + HWAY + HWY + HWY + + + + + hill + HILL + HL + HL + + + + + hills + HILLS + HLS + HLS + + + + + hollow + HLLW + HOLLOW + HOLLOWS + HOLW + HOLWS + HOLW + + + + + IA + US-specific code for the designation for Iowa + IA + IA + + + + + + + + ID + US-specific code for the designation for Idaho + ID + ID + + + + + + + + IL + US-specific code for the designation for Illinois + IL + IL + + + + + + + + IN + US-specific code for the designation for Indiana + IN + IN + + + + + + + + inlet + INLT + INLT + + + + + island + IS + ISLAND + ISLND + IS + + + + + islands + ISLANDS + ISLNDS + ISS + ISS + + + + + isle + ISLE + ISLES + ISLE + + + + + junction + JCT + JCTION + JCTN + JUNCTION + JUNCTN + JUNCTON + JCT + + + + + junctions + JCTNS + JCTS + JUNCTIONS + JCTS + + + + + KS + US-specific code for the designation for Kansas + KS + KS + + + + + + + + KY + US-specific code for the designation for Kentucky + KY + KY + + + + + + + + key + KEY + KY + KY + + + + + keys + KEYS + KYS + KYS + + + + + knoll + KNL + KNOL + KNOLL + KNL + + + + + knolls + KNLS + KNOLLS + KNLS + + + + + LA + US-specific code for the designation for Louisiana + LA + LA + + + + + + + + lake + LAKE + LK + LK + + + + + lakes + LAKES + LKS + LKS + + + + + land + LAND + LAND + + + + + landing + LANDING + LNDG + LNDNG + LNDG + + + + + lane + LANE + LN + LN + + + + + light + LGT + LIGHT + LGT + + + + + lights + LIGHTS + LGTS + + + + + loaf + LF + LOAF + LF + + + + + lock + LCK + LOCK + LCK + + + + + locks + LCKS + LOCKS + LCKS + + + + + lodge + LDG + LDGE + LODG + LODGE + LDG + + + + + loop + LOOP + LOOPS + LOOP + + + + + MA + US-specific code for the designation for Massachusetts + MA + MA + + + + + + + + MB + Canadian and US-specific code for the designation for Manitoba + MB + MB + + + + + + + + + MD + US-specific code for the designation for Maryland + MD + MD + + + + + + + + ME + US-specific code for the designation for Maine + ME + ME + + + + + + + + MI + US-specific code for the designation for Michigan + MI + MI + + + + + + + + MN + US-specific code for the designation for Minnesota + MN + MN + + + + + + + + MO + US-specific code for the designation for Missouri + MO + MO + + + + + + + + MP + US-specific code for the designation for the outlying area of Northern Mariana Islands + MP + MP + + + + + + + + MS + US-specific code for the designation for Mississippi + MS + MS + + + + + + + + MT + US-specific code for the designation for Montana + MT + MT + + + + + + + + mall + MALL + MALL + + + + + manor + MANOR + MNR + MNR + + + + + manors + MANORS + MNRS + MNRS + + + + + meadow + MEADOW + MDW + + + + + meadows + MDW + MDWS + MEADOWS + MEDOWS + MDWS + + + + + mews + MEWS + MEWS + + + + + mill + MILL + ML + + + + + mills + MILLS + MLS + + + + + mission + MISSN + MSSN + MSN + + + + + motorway + MOTORWAY + MTWY + + + + + mount + MNT + MOUNT + MT + MT + + + + + mountain + MNTAIN + MNTN + MOUNTAIN + MOUNTIN + MTIN + MTN + MTN + + + + + mountains + MNTNS + MOUNTAINS + MTNS + + + + + NB + Canadian and US-specific code for the designation for New Brunswick + NB + NB + + + + + + + + + NC + US-specific code for the designation for North Carolina + NC + NC + + + + + + + + ND + US-specific code for the designation for North Dakota + ND + ND + + + + + + + + NE + US-specific code for the designation for Nebraska + NE + NE + + + + + + + + NH + US-specific code for the designation for New Hampshire + NH + NH + + + + + + + + NJ + US-specific code for the designation for New Jersey + NJ + NJ + + + + + + + + NL + Canadian and US-specific code for the designation for Newfoundland and Labrador + NL + NL + + + + + + + + + NM + US-specific code for the designation for New Mexico + NM + NM + + + + + + + + NS + Canadian and US-specific code for the designation for Nova Scotia + NS + NS + + + + + + + + + NT + Canadian and US-specific code for the designation for Northwest Territories + NT + NT + + + + + + + + + NU + Canadian and US-specific code for the designation for Nunavut + NU + NU + + + + + + + + + NV + US-specific code for the designation for Nevada + NV + NV + + + + + + + + NY + US-specific code for the designation for New York + NY + NY + + + + + + + + neck + NCK + NECK + NCK + + + + + OH + US-specific code for the designation for Ohio + OH + OH + + + + + + + + OK + US-specific code for the designation for Oklahoma + OK + OK + + + + + + + + ON + Canadian and US-specific code for the designation for Ontario + ON + ON + + + + + + + + + OR + US-specific code for the designation for Oregon + OR + OR + + + + + + + + orchard + ORCH + ORCHARD + ORCHRD + ORCH + + + + + oval + OVAL + OVL + OVAL + + + + + overpass + OVERPASS + OPAS + + + + + PA + US-specific code for the designation for Pennsylvania + PA + PA + + + + + + + + PE + Canadian and US-specific code for the designation for Prince Edward Island + PE + PE + + + + + + + + + PR + US-specific code for the designation for Puerto Rico + PR + PR + + + + + + + + park + PARK + PRK + PARK + + + + + parks + PARKS + PARK + + + + + parkway + PARKWAY + PARKWY + PKWAY + PKWY + PKY + PKWY + + + + + parkways + PARKWAYS + PKWYS + PKWY + + + + + pass + PASS + PASS + + + + + passage + PASSAGE + PSGE + + + + + path + PATH + PATHS + PATH + + + + + pike + PIKE + PIKES + PIKE + + + + + pine + PINE + PNE + + + + + pines + PINES + PNES + PNES + + + + + place + PL + PL + + + + + plain + PLAIN + PLN + PLN + + + + + plains + PLAINS + PLNS + PLNS + + + + + plaza + PLAZA + PLZ + PLZA + PLZ + + + + + point + POINT + PT + PT + + + + + points + POINTS + PTS + PTS + + + + + port + PORT + PRT + PRT + + + + + ports + PORTS + PRTS + PRTS + + + + + prairie + PR + PRAIRIE + PRR + PR + + + + + QC + Canadian and US-specific code for the designation for Quebec + QC + QC + + + + + + + + + RI + US-specific code for the designation for Rhode Island + RI + RI + + + + + + + + radial + RAD + RADIAL + RADIEL + RADL + RADL + + + + + ramp + RAMP + RAMP + + + + + ranch + RANCH + RANCHES + RNCH + RNCHS + RNCH + + + + + rapid + RAPID + RPD + RPD + + + + + rapids + RAPIDS + RPDS + RPDS + + + + + rest + REST + RST + RST + + + + + ridge + RDG + RDGE + RIDGE + RDG + + + + + ridges + RDGS + RIDGES + RDGS + + + + + river + RIV + RIVER + RIVR + RVR + RIV + + + + + road + RD + ROAD + RD + + + + + roads + RDS + ROADS + RDS + + + + + route + ROUTE + RTE + + + + + row + ROW + ROW + + + + + rue + RUE + RUE + + + + + run + RUN + RUN + + + + + SC + US-specific code for the designation for South Carolina + SC + SC + + + + + + + + SD + US-specific code for the designation for South Dakota + SD + SD + + + + + + + + SK + Canadian and US-specific code for the designation for Saskatchewan + SK + SK + + + + + + + + + shoal + SHL + SHOAL + SHL + + + + + shoals + SHLS + SHOALS + SHLS + + + + + shore + SHOAR + SHORE + SHR + SHR + + + + + shores + SHOARS + SHORES + SHRS + SHRS + + + + + skyway + SKYWAY + SKWY + + + + + spring + SPG + SPNG + SPRING + SPRNG + SPG + + + + + springs + SPGS + SPNGS + SPRINGS + SPRNGS + SPGS + + + + + spur + SPUR + SPUR + + + + + spurs + SPURS + SPUR + + + + + square + SQ + SQR + SQRE + SQU + SQUARE + SQ + + + + + squares + SQRS + SQUARES + SQS + + + + + station + STA + STATION + STATN + STN + STA + + + + + stravenue + STRA + STRAV + STRAVEN + STRAVENUE + STRAVN + STRVN + STRVNUE + STRA + + + + + stream + STREAM + STREME + STRM + STRM + + + + + street + ST + STR + STREET + STRT + ST + + + + + streets + STREETS + STS + + + + + summit + SMT + SUMIT + SUMITT + SUMMIT + SMT + + + + + TN + US-specific code for the designation for Tennessee + TN + TN + + + + + + + + TX + US-specific code for the designation for Texas + TX + TX + + + + + + + + terrace + TER + TERR + TERRACE + TER + + + + + throughway + THROUGHWAY + TRWY + + + + + trace + TRACE + TRACES + TRCE + TRCE + + + + + track + TRACK + TRACKS + TRAK + TRK + TRKS + TRAK + + + + + trafficway + TRAFFICWAY + TRFY + + + + + trail + TRAIL + TRAILS + TRL + TRLS + TRL + + + + + trailer + TRAILER + TRLR + TRLRS + TRLR + + + + + tunnel + TUNEL + TUNL + TUNLS + TUNNEL + TUNNELS + TUNNL + TUNL + + + + + turnpike + TRNPK + TURNPIKE + TURNPK + TPKE + + + + + UM + US-specific code for the designation for the United States Minor Outlying Islands + UM + UM + + + + + + + + US-AA + subdivision code for the state designation for Armed Forces Americas, excluding Canada + US-AA + AA + + + + + + + US-AE + subdivision code for the state designation for Armed Forces Europe, the Middle East, and Canada + US-AE + AE + + + + + + + US-AP + subdivision code for the state designation for Armed Forces Pacific + US-AP + AP + + + + + + + UT + US-specific code for the designation for Utah + UT + UT + + + + + + + + underpass + UNDERPASS + UPAS + + + + + union + UN + UNION + UN + + + + + unions + UNIONS + UNS + + + + + VA + US-specific code for the designation for Virginia + VA + VA + + + + + + + + VI + US-specific code for the designation for the U.S. Virgin Islands + VI + VI + + + + + + + + VT + US-specific code for the designation for Vermont + VT + VT + + + + + + + + valley + VALLEY + VALLY + VLLY + VLY + VLY + + + + + valleys + VALLEYS + VLYS + VLYS + + + + + viaduct + VDCT + VIA + VIADCT + VIADUCT + VIA + + + + + view + VIEW + VW + VW + + + + + views + VIEWS + VWS + VWS + + + + + village + VILL + VILLAG + VILLAGE + VILLG + VILLIAGE + VLG + VLG + + + + + villages + VILLAGES + VLGS + VLGS + + + + + ville + VILLE + VL + VL + + + + + vista + VIS + VIST + VISTA + VST + VSTA + VIS + + + + + WA + US-specific code for the designation for Washington + WA + WA + + + + + + + + WI + US-specific code for the designation for Wisconsin + WI + WI + + + + + + + + WV + US-specific code for the designation for West Virginia + WV + WV + + + + + + + + WY + US-specific code for the designation for Wyoming + WY + WY + + + + + + + + walk + WALK + WALK + + + + + walks + WALKS + WALK + + + + + wall + WALL + WALL + + + + + way + WAY + WY + WAY + + + + + ways + WAYS + WAYS + + + + + well + WELL + WL + + + + + wells + WELLS + WLS + WLS + + + + + YT + Canadian and US-specific code for the designation for Yukon + YT + YT + + + + + + + + FM + + + + GU + + + + MH + + + + PW + + + + AB + + + + BC + + + + MB + + + + NB + + + + NL + + + + NS + + + + NT + + + + NU + + + + ON + + + + PE + + + + QC + + + + SK + + + + YT + + + + AK + + + + AL + + + + AR + + + + AS + + + + AZ + + + + CA + + + + CO + + + + CT + + + + DC + + + + DE + + + + FL + + + + GA + + + + GU + + + + HI + + + + IA + + + + ID + + + + IL + + + + IN + + + + KS + + + + KY + + + + LA + + + + MA + + + + MD + + + + ME + + + + MI + + + + MN + + + + MO + + + + MP + + + + MS + + + + MT + + + + NC + + + + ND + + + + NE + + + + NH + + + + NJ + + + + NM + + + + NV + + + + NY + + + + OH + + + + OK + + + + OR + + + + PA + + + + PR + + + + RI + + + + SC + + + + SD + + + + TN + + + + TX + + + + UM + + + + UT + + + + VA + + + + VI + + + + VT + + + + WA + + + + WI + + + + WV + + + + WY + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Places/RealProperty.rdf b/data/ontologies/fibo-fnd/Places/RealProperty.rdf new file mode 100644 index 00000000..6ff9542b --- /dev/null +++ b/data/ontologies/fibo-fnd/Places/RealProperty.rdf @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Real Property Ontology + This ontology defines concepts including real and personal property from a legal perspective, as well as assessments of those assets, for reference for taxation, lending, and related purposes. + Copyright (c) 2024-2025 EDM Council, Inc. +Copyright (c) 2024-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20241001/Places/RealProperty.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/Places/RealProperty.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.3 (FND-399). + + Copyright (c) 2024-2025 EDM Council, Inc. + Copyright (c) 2024-2025 Object Management Group, Inc. + + + + + + + + + 0 + + + personal property + + asset that is a movable item or possession not fixed to land + Personal property may include tangible assets, such as machinery, furniture, vehicles, artwork, and jewelry, regardless of whether such assets are owned by a person or organization, and intangible assets, including but not limited to intellectual property and financial instruments. + + + + + + + + + 0 + + + + + + + + + property inspection + event that involves analyzing one or more aspects of a real property + The concept of a property inspection is separate from conducting an overarching appraisal. Examples are termite inspections, construction inspections, evaluation for completion of some milestone, improvement, correction, etc. + + + + + + + + + + + property inspection report + report covering the findings of a property inspection + + + + + real estate + real property, interests in mortgages on real property (including interests in mortgages on leaseholds of land or improvements thereon), and shares in qualified real estate investment trusts + https://www.law.cornell.edu/cfr/text/26/1.856-3 + The term 'mortgages on real property' includes deeds of trust on real property. Note that interpretation of the term 'real estate' is context-dependent - this broader interpretation is used in tax law in the US and elsewhere. + real estate asset + + + + + + + + + + 0 + + + real property + + physical asset defined as land together with any structures that are permanently attached to that land, such as houses, trees, fences and improvements + https://www.law.cornell.edu/cfr/text/10/600.101 + Real property may be classified according to its general use as residential, commercial, agricultural, industrial, or special purpose. This term is sometimes used synonymously with 'real estate', though not in all circumstances under US law. + Real property typically encompasses both the physical land and everything that lies above, below, or on its surface, including any fixed structures, natural resources, and rights or interests (e.g., mineral rights). There are cases, such as condominiums, in which the interior of the structure is owned by a party that may not own the land. There are also cases in which certain long-term leases have similar characteristics to ownership, but are time-bound. + parcel + + + + + + + + + 0 + + + + + + + + + + + + + + + real property appraisal + value assessment that estimates the amount of money some real property is worth + The valuation uses one or more methodologies and is conducted by an appraiser or technology with a logical model that performs the same function. + + + + + + + + + 0 + + + + + + + 1 + + + real property identifier + unique identifier given to identify a specific real property in some jurisidiction + + + + true + + + + + true + + + + + + + + + 0 + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Places/VirtualPlaces.rdf b/data/ontologies/fibo-fnd/Places/VirtualPlaces.rdf new file mode 100644 index 00000000..04a82dcd --- /dev/null +++ b/data/ontologies/fibo-fnd/Places/VirtualPlaces.rdf @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + +]> + + + + Virtual Places Ontology + This ontology provides scaffolding for use in describing virtual location-oriented concepts. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Places/VirtualPlaces.rdf version of this ontology was modified for the FIBO 2.0 RFC to integrate it with LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Places/VirtualPlaces.rdf version of this ontology was modified to eliminate duplication of concepts in LCC and email address and telephone number. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Places/VirtualPlaces.rdf version of this ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220301/Places/VirtualPlaces.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Places/VirtualPlaces.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate, and to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Places/VirtualPlaces.rdf version of the ontology was modified to remove long deprecated elements (FND-399). + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + electronic mail address + virtual address that defines an electronic messaging endpoint to which email messages can be delivered, typically via an Simple Mail Transfer Protocol (SMTP) based communications system + e-mail address + email address + Electronic mail, abbreviated e-mail or email, is a method of composing, sending, and receiving messages over electronic communication systems. The term e-mail applies both to the Internet e-mail system based on the Simple Mail Transfer Protocol (SMTP) and to intranet systems allowing users within one company or organization to send messages to each other. Often these workgroup collaboration systems natively use non-standard protocols but have some form of gateway to allow them to send and receive Internet e-mail. Some organizations may use the Internet protocols for internal e-mail service. + + + + + + + + + 1 + + + network location + a virtual location that may be identified by a network address (an identifier for a node or interface) + + + + + notional place + an abstract place; one of many commonly understood concepts such as domestic, Eurozone etc. + + + + + telephone number + virtual address that may be assigned to a fixed-line telephone subscriber station connected to a telephone line or to a wireless electronic telephony device, such as a radio telephone or a mobile telephone, or to other devices or services for data transmission via the public switched telephone network (PSTN) or other public and private networks + phone number + Telephone numbers are assigned within the framework of a national or regional telephone numbering plan to subscribers by telephone service operators, which may be commercial entities, state-controlled administrations, or other telecommunication industry associations. + + + + + has electronic mail address + + specifies an electronic messaging endpoint at which some entity may be located or contacted or may receive correspondence + has e-mail address + has email address + + + + + has telephone number + + indicates a virtual address composed of a sequence of digits and symbols that may be assigned to a fixed-line telephone subscriber station, a wireless electronic telephony device, such as a radio telephone or a mobile telephone, or other similar device or service + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/ProductsAndServices/MetadataFNDProductsAndServices.rdf b/data/ontologies/fibo-fnd/ProductsAndServices/MetadataFNDProductsAndServices.rdf new file mode 100644 index 00000000..134e7d62 --- /dev/null +++ b/data/ontologies/fibo-fnd/ProductsAndServices/MetadataFNDProductsAndServices.rdf @@ -0,0 +1,51 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Products and Services Module + This is the metadata ontology used to describe the Foundations Products and Services Module. + 2018-08-27T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + products and services module + This module includes ontologies defining concepts such as buyers, sellers, customers, clients, products and services generally, as well as very high-level relationships between them. + + + https://opensource.org/licenses/MIT + FIBO FND Products and Services Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Products and Services Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/ProductsAndServices/PaymentsAndSchedules.rdf b/data/ontologies/fibo-fnd/ProductsAndServices/PaymentsAndSchedules.rdf new file mode 100644 index 00000000..47711e45 --- /dev/null +++ b/data/ontologies/fibo-fnd/ProductsAndServices/PaymentsAndSchedules.rdf @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Payments and Schedules Ontology + This ontology defines basic concepts such as payment, payee, payer, and payment schedule, extending the scheduling concepts from the Dates and Times module, among others. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20150801/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report to replace MoneyAmount with MonetaryAmount. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified per the FIBO 2.0 RFC to make hasPaymentAmount a child of hasMonetaryAmount and move hasObligation and isObligationOf to Agreements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20181001/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified to revise payments to better support loan requirements and eliminate duplication of concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified to eliminate remaining circular references. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified to fix spelling errors. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified to clean up the definition and augment the restrictions on payment obligation to include the payee. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220301/ProductsAndServices/PaymentsAndSchedules.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified to normalize properties related to payment obligations (DER-55). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250401/ProductsAndServices/PaymentsAndSchedules.rdf version of the ontology was modified to replace hasConstituent with hasMember for better semantic consistency (FND-396). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + + + + + + payee + a party to whom a debt should be paid, or to whose order a bill of exchange, note, or check is made payable, or who receives or will receive a payment from a payer in partial or complete fulfillment of an obligation + + + + + + + + + + + payer + a party who pays a bill or fees, or who makes payments to a payee in partial or complete fulfillment of an obligation + + + + + + + + + + + payment + delivery of money in fulfillment of an obligation, such as to satisfy a claim or debt + + + + + + + + + 1 + + + + + + + 1 + + + payment event + an event that involves delivery of money in fulfillment of an obligation + + + + + + + + + + + + + + + + + + + + + + + + payment obligation + legally enforceable duty to pay a sum of money according to the terms stated in a contract + the duty of a borrower to repay a loan, related to the legal right of a lender to enforce payment + + + + + + + + + + + payment schedule + schedule for delivery of money in fulfillment of an obligation + Examples include coupon payment, loan payment, and interest payment schedules, among others. + + + + fulfills obligation + + + satisfies a requirement for payment of some claim, debt, or other obligation + + + + + has payment amount + + + specifies the amount of money involved in a payment + + + + + has payment schedule + + specifies the schedule for fulfillment of an obligation + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/ProductsAndServices/ProductsAndServices.rdf b/data/ontologies/fibo-fnd/ProductsAndServices/ProductsAndServices.rdf new file mode 100644 index 00000000..3d68d2d4 --- /dev/null +++ b/data/ontologies/fibo-fnd/ProductsAndServices/ProductsAndServices.rdf @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Products and Services Ontology + This ontology defines fundamental concepts for buyers, sellers, clients, customers, products, goods and services for use in other FIBO ontologies. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20150801/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report to replace MoneyAmount with AmountOfMoney. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified for the FIBO 2.0 RFC to add NegotiableCommodity and Consumer. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified to include classes to support automated inclusion of all ISO 4217 codes published as of 2018-06-04. + The https://spec.edmcouncil.org/fibo/ontology/FND/20181101/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified to move (deprecate) the properties produces and isProducedBy to Relations for more general usability. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to leverage the new party identifier. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190701/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to eliminate duplication with concepts in LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to replace uses of hasTag in Relations with hasTag from LCC, as the more complex union of datatypes in the Relations concept is not needed here. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to add properties for hasBuyer and hasSeller, integrate properties with the party lattice, and clean-up circular or ambiguous definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210101/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to incorporate the concept of a right into the definition of product, to cover leases and rentals, such as the right to use a piece of property or other asset for some period of time, as products. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised move the definition of precious metal and the corresponding identifier to CurrencyAmount from this ontology to simplify imports in cases where the broader definitions for commodities are not required. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220201/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to eliminate deprecated elements related to precious metals. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220301/ProductsAndServices/ProductsAndServices.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/ProductsAndServices/ProductsAndServices.rdf version of the ontology was modified to replace concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/ProductsAndServices/ProductsAndServices.rdf version of the ontology was modified to replace additional concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1. + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/ProductsAndServices/ProductsAndServices.rdf version of the ontology was modified to replace the definition of real estate with the new definition in the real property ontology (LOAN-168). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241001/ProductsAndServices/ProductsAndServices.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/ProductsAndServices/ProductsAndServices.rdf version of the ontology was modified to simplify the agreements class hierarchy (FND-391). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250501/ProductsAndServices/ProductsAndServices.rdf version of the ontology was modified to eliminate long-deprecated content (FND-399) and to reuse concepts from the Commons 1.3 sites and facilities ontology (FND-401). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + + + + + + + buyer + party that purchases something in exchange for money or other consideration under a contract of sale + A buyer is the party that acquires, or agrees to acquire, ownership (in case of goods), or benefit or usage (in case of rights or services), something in the context of a sale, and may or may not be an end user of the product, good, service, or right. + buyer + purchaser + + + + + + + + + + + + + + + + client + party that purchases professional services from, or has a formal relationship to purchase services from another party + + + + + + + + + 1 + + + client identifier + sequence of characters uniquely identifying a client within the context of some organization + + + + + commodity + material resource used in commerce that is interchangeable with other commodities of the same type + Commodities are most often used as inputs in the production of other goods or services. The quality of a given commodity may differ slightly, but it is essentially uniform across producers. + + + + + consumer + + party that utilizes economic goods or services, typically for personal, family, or household purposes + The general notion of a consumer includes an end user, and is not limited to a purchaser, in the distribution chain of a good or service + + + + + contractual product + product that takes the form of an agreement + This represents the case where the product itself is a contract, such as a life insurance policy or financial instrument, rather than a product or service whose terms of use, license to use, or terms of service are specified in a product. + + + + + + contractual template product + contractual product that is finalized through specification of values for parameters defined in a template + + + + + custom product + + product that is made to order, commissioned based on a customer's specifications + bespoke product + custom-made product + made to order product + + + + + + + + + + + customer + party that receives or consumes products (goods or services) and has the ability to choose between different products and suppliers + + + + + + + + + 1 + + + customer identifier + sequence of characters uniquely identifying a customer within the context of some organization + + + + good + + + physical, produced item over which ownership rights can be established, whose ownership can be passed from one party to another by engaging in transactions, and that is not money or real estate + https://data.oecd.org/trade/trade-in-goods.htm + https://www.law.cornell.edu/ucc/9/9-102#goods + An inherently useful and relatively scarce tangible item produced from agricultural, construction, manufacturing, or mining activities. Off-the-shelf products, including off-the-shelf software products and customization of software products, are generally considered to be goods. Energy, such as electricity, is also considered to be a good from a legal perspective, and meets the criteria of being manufactured or produced via some process, including but not limited to a mining process. According to the UN Convention On Contract For The International Sale Of Goods, the term 'good' does not include (1) items bought for personal use, (2) items bought at an auction or foreclosure sale, (3) aircraft or ocean-going vessels. + From the Universal Commercial Code (UCC) in the United States, the term 'good' includes (i) fixtures, (ii) standing timber that is to be cut and removed under a conveyance or contract for sale, (iii) the unborn young of animals, (iv) crops grown, growing, or to be grown, even if the crops are produced on trees, vines, or bushes, and (v) manufactured homes. The term also includes a computer program embedded in goods and any supporting information provided in connection with a transaction relating to the program if (i) the program is associated with the goods in such a manner that it customarily is considered part of the goods, or (ii) by becoming the owner of the goods, a person acquires a right to use the program in connection with the goods. The term does not include a computer program embedded in goods that consist solely of the medium in which the program is embedded. The term also does not include accounts, chattel paper, commercial tort claims, deposit accounts, documents, general intangibles, instruments, investment property, letter-of-credit rights, letters of credit, money, or oil, gas, or other minerals before extraction. + + + + + negotiable commodity + commodity that can be bought or sold in some marketplace + + + + + off-the-shelf product + product that is readily available from merchandise in stock, or can be quickly and easily configured to order, not specially designed or custom-made + COTS product + commercial off-the-shelf product + commercially available off-the-shelf product + + + + + + + + + + + producer + grower, maker, fabricator, or manufacturer of some product or other good + + + + + + + + + + + + + + + + product + commercially distributed good that is (1) tangible property, (2) the output or result of a fabrication, manufacturing, or production process, or (3) something that passes through a distribution channel before being consumed or used. + Financial products include contracts that are developed via a financial service-specific process, such as a life insurance policy, demand deposit account or financial instrument, for example. Leases and rentals are similar in that they are initiated via some contractual development process, wherein the product is the right to use something for some period of time. + + + + + + + + + 1 + + + product identifier + sequence of characters uniquely identifying a product in some context + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + sale + exchange of goods or services for money + + + + + + + + + + + seller + party that makes, offers or contracts to make a sale to an actual or potential buyer + purveyor + vendor + + + + + + + + + 1 + + + + + + + + + service agreement + written contract between a client and service provider whereby the service provider supplies some service in the form of time, effort, and/or expertise in exchange for compensation + service contract + + + + + + + + + + + supplier + party that provides goods or services that some party wants or needs, especially over a long period of time + A supplier may be distinguished from a contractor or subcontractor, who commonly adds specialized input to deliverables. + + + + + + + + + 1 + + + transaction confirmation + written communication from a seller or service provider reciting the relevant details of a transaction + + + + + + + + + 0 + + + transaction event + any sale, assignment, lease, license, loan, advance, contribution, or other transfer of any interest in or right to use any property (tangible or intangible) or money, however that transaction is effected, and regardless of whether the terms of the transaction are formally documented + + + + buys + + + links a party in the role of purchaser to something that they have purchased or plan to purchase + + + + + buys from + + + links a party in the role of purchaser to a party from which they have made or are planning to make a purchase + + + + + + has buyer + + indicates the purchasing party in the context of a sales transaction + + + + + has seller + + indicates the vendor in the context of a sales transaction + + + + + is provisioned by + + + identifies the service provider that provisions the service or facility + + + + + is supplied by + + + + identifies the party (supplier, vendor, distributor, etc.) that makes a product available + + + + + provisions + + customizes, provides, or outfits something required for use in delivering a service + + + + sells + + + links a party in the role of broker, dealer, vendor, or merchandiser to something that they make available for sale + + + + + sells to + + + + links a party in the role of broker, dealer, vendor, or merchandiser to a purchaser or potential purchasing party + + + + + supplies + + + links a party in the role of outfitter, provisioner, distributor, etc. to something that they provide + + + + + + + + 0 + + + + + + + + + + 0 + + + + + + + 0 + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/README.md b/data/ontologies/fibo-fnd/README.md new file mode 100644 index 00000000..14795508 --- /dev/null +++ b/data/ontologies/fibo-fnd/README.md @@ -0,0 +1,10 @@ + + +# FIBO Foundations (FND) + +This directory contains ontologies belonging to the Foundations (FND) domain. This domain includes ontologies that define general-purpose concepts required to support other FIBO domains. These include concepts and relationships about people, organizations, places, and most importantly, contracts that are essential to domains such as Business Entities (BE), Financial Business and Commerce (FBC), Indices and Indicators (IND), and Securities (SEC). + +## Links + +- [FIBO Viewer](https://spec.edmcouncil.org/fibo/ontology/FND/MetadataFND/FNDDomain) +- [WIKI](https://wiki.edmcouncil.org/display/FND) diff --git a/data/ontologies/fibo-fnd/Relations/MetadataFNDRelations.rdf b/data/ontologies/fibo-fnd/Relations/MetadataFNDRelations.rdf new file mode 100644 index 00000000..3e67028f --- /dev/null +++ b/data/ontologies/fibo-fnd/Relations/MetadataFNDRelations.rdf @@ -0,0 +1,50 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Relations Module + This is the metadata ontology used to describe the Foundations Relations Module. + 2018-08-27T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + relations module + This module contains an ontology defining a number of reusable relationships. These are used, refined or restricted to define relationships among more specific concepts in other FIBO ontologies. Some of these relationships stand in for relationships which are defined in external standards ontologies. + + https://opensource.org/licenses/MIT + FIBO FND Relations Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Relations Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Relations/Relations.rdf b/data/ontologies/fibo-fnd/Relations/Relations.rdf new file mode 100644 index 00000000..49844659 --- /dev/null +++ b/data/ontologies/fibo-fnd/Relations/Relations.rdf @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + +]> + + + + Relations Ontology + This ontology defines a set of general purpose relations for use in other FIBO ontology elements. These include a number of properties required for reuse across the foundations and business entities models. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20170201/Relations/Relations.rdf version of this ontology was modified per the FIBO 2.0 RFC to include additional properties and the linkage to LCC. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Relations/Relations.owl version of the ontology submitted with the FIBO FND RFC, was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + (6) to move the ontology from the Utilities module to an independent Relations module + (7) to revise a number of definitions, per discussion with various stakeholders. + (8) to augment the definitions to include entity names from Business Entities. + The https://spec.edmcouncil.org/fibo/ontology/FND/20130801/Relations/Relations.rdf version of this ontology was revised to add the appliesTo object property in support of the IND RFC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20140501/Relations/Relations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in FTF 2 resulting in https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Relations/Relations/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Relations/Relations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.2 RTF report. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Relations/Relations.rdf version of this ontology was modified to incorporate evaluates and isEvaluatedBy, and to loosen constraints on hasName properties to allow multi-lingual names. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190301/Relations/Relations.rdf version of this ontology was modified to loosen constraints on properties using xsd:dateTime in their range to allow for more flexible representation, and to add properties including produces, isProducedBy. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/Relations/Relations.rdf version of this ontology was modified to rename (migrate) the hasDefinition property to isDefinedIn. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190701/Relations/Relations.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Relations/Relations.rdf version of this ontology was modified to eliminate duplication with concepts in LCC and remove the unused hasDispositionDate property, whose semantics were unclear at best. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Relations/Relations.rdf version of this ontology was modified to move hasAcquisitionDate to Financial Dates to improve usability and simplify reasoning, to eliminate circular definitions, to deprecate fibo-fnd-rel-rel;hasTag in favor of the simpler LCC property of the same name, to loosen domain restrictions on some properties which were too narrowly specified, and to add two new properties, describes and isDescribedBy, which are more appropriate for certain cases where we were using characterizes and isCharacterizedBy. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200901/Relations/Relations.rdf version of this ontology was modified to move the property 'exchanges' to FND given that it could be applied more generally than with respect to swaps only. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201201/Relations/Relations.rdf version of this ontology was modified to clean up references to external dictionaries that don't meet FIBO policies, eliminate ambiguity where possible, eliminate the superproperties of produces and is produced by, whose semantics are different from their parent properties, and improve ISO 704 compliance of definitions. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/Relations/Relations.rdf version of this ontology was modified to add Reference as a superclass of Name and use the hasTextValue property as the superproperty of certain data properties. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210601/Relations/Relations.rdf version of this ontology was modified to remove the deprecated hasTag property. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220401/Relations/Relations.rdf version of this ontology was modified to address hygiene issues with respect to text formatting. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Relations/Relations.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Relations/Relations.rdf version of this ontology was modified to move the property, 'is conferred on' to the Legal Capacity ontology and to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Relations/Relations.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old and to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Relations/Relations.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240101/Relations/Relations.rdf version of the ontology was modified to eliminate elements that have been deprecated for several quarters (FND-386). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241101/Relations/Relations.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + The https://spec.edmcouncil.org/fibo/ontology/FND/20250301/Relations/Relations.rdf version of the ontology was modified to eliminate elements that have been deprecated for more than 3 quarters (FND-399). + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + referent + something that another concept stands for, exemplifies, symbolizes, or otherwise mentions + + + + causes + relationship between an event or set of events or factors (the cause) and a second event, phenomenon, situation, or result (the effect), where the second event or outcome is understood as a consequence of the first + + + + confers + grants or bestows by virtue of some authority + This property should be read as describing the conferral of some legal power or duty, some commitment or some social construct, and is a property of some social construct such as an agreement or some legal authority. These concepts, which would describe the kind of thing of which this is a property, and the kinds of thing in terms of which this property is framed, are outside the scope of this mode land so are not shown. + invests with + + + + controls + exercises authority or influence over + + + + embodies + is an expression of, gives a tangible or visible form to (an idea, quality, or feeling), makes concrete and perceptible + + + + + evaluates + assesses the nature, quality, or ability of someone or something + + + + exchanges + gives something in return something else + + + + exemplifies + is a concrete realization or example of + http://www.merriam-webster.com/dictionary/exemplify + + + + generates + produces through the application of one or more mathematical or logical steps or rules + + + + + has alias + indicates an alternate name of by which something is known + + + + + has common name + indicates a name by which something is frequently referred, without reference to any formal usage or structure + + + + has designation + relates an individual or organization to a position, role, or other designation + + + + + has formal name + indicates a name by which something is known for some official purpose or context, or which is structured in some way such as to always follow the same format regardless of usage + + + + + has legal name + specifies the name used to refer to a party in legal communications + + + + + has tag + + combination of alphanumeric characters corresponding to a label for something + Text-valued tags may be useful for automated transformation or encoding systems, such as those used to produce IETF compliant language tags in XML. Such tags are required to be string-valued in FIBO, but not language-tagged strings. + + + + holds + is the relationship between a party and something it possesses, or over which it exercises some ownership or control or has at its discretion the ability to dispose of it as it sees fit + + + + involves + (of a situation or event) includes (something) as a necessary part or result + + + + is caused by + + is the relationship between an event (the effect) and a second event (the cause), where the first event is understood as a consequence of the second; also, the relationship between a set of factors (causes) and a phenomenon (the effect) + + + + is conferred by + + a relationship between a right or obligation and the vehicle, such as an agreement or contract, that vests (or confers) said right or obligation + This property should be read as describing some legal power or duty, some commitment or some social construct being conferred as a result of some social construct such as an agreement or some legal authority. These concepts, which would describe the kind of thing of which this is a property, and the kinds of thing in terms of which this property is framed, are outside the scope of this model and so are not shown. + + + + is controlled by + + is influenced, managed, or directed by + + + + is evaluated by + + is ascertained or determined by + + + + is exemplified by + + is made concrete or is realized by + + + + is generated by + + identifies some party or something that produces something via some equation, logic, or rules + + + + is held by + + indicates the party that possesses and has at least partial control of something, regardless of ownership + + + + + is issued by + indicates a functional entity or party responsible for circulating, distributing, or publishing something + + + + + is mandated by + relates a responsibility, capacity, or action to that which requires it + + + + is produced by + + identifies the producer that fabricates, manufactures or otherwise creates something through some production process + + + + + issues + + officially makes something available + + + + + mandates + + relates something to a commitment, contract, law, obligation, requirement, regulation, or similar concept that requires it + + + + produces + creates through a fabrication, manufacturing or production process + + + + + was formerly known as + indicates a name by which something was known in the past + + + + The context may include the setting in which something is defined, expressed, or represented. + + + + 'is signified by' relates a concept to some textual or other symbol which is intended to convey the sense of that concept or to some form of words that sets out the meaning of that concept. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/TransactionsExt/MarketTransactions.rdf b/data/ontologies/fibo-fnd/TransactionsExt/MarketTransactions.rdf new file mode 100644 index 00000000..30fe36e6 --- /dev/null +++ b/data/ontologies/fibo-fnd/TransactionsExt/MarketTransactions.rdf @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + +]> + + + + Market Transactions Ontology + Defines the concepts for market transactions in general, on any kind of marketplace. + This ontology is not used directly in FIBO content but provides the conceptual underpinnings for securities market transactions. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + Copyright (c) 2013-2025 EDM Council, Inc. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + market transaction + Any transaction which defines a supply of some negotiable item in return for some Consideration. The Market Transaction has a Principal and a Counterparty, i.e. it is not symmetrical. + + + + + market transaction invoicing terms + + + + + + + + + + + market transaction payment terms + + + + + + transaction counterparty + + + + + + + + + + + + transaction principal + + + + + consideration + + + + + + + payment terms + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/TransactionsExt/MetadataFNDTransactionsExt.rdf b/data/ontologies/fibo-fnd/TransactionsExt/MetadataFNDTransactionsExt.rdf new file mode 100644 index 00000000..b87ef29d --- /dev/null +++ b/data/ontologies/fibo-fnd/TransactionsExt/MetadataFNDTransactionsExt.rdf @@ -0,0 +1,51 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) TransactionsExt Module + This is the metadata ontology used to describe the Foundations Transactions Module. + 2021-12-27T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-20T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + + + + + transactions ext module + This module contains ontologies of Transaction concepts based on the Resource, Events Agents (REA) ontology for transactions. + + + + https://opensource.org/licenses/MIT + FIBO FND Transactions Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Transactions Module + + The content in this module is original conceptual content and does not extend any other module. Some of the concepts represented conceptually in this module have been replaced by partial representations of some transaction concepts in the Products and Services module, sometimes using different labels for similar or equivalent concepts. Much of the content in this module will still be referred to in other FIBO domains, and care is needed in determining whether to replace these references to something in Products and Services versus when to bring forward more of the content in this module. + Copyright (c) 2017-2023 EDM Council, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/TransactionsExt/REATransactions.rdf b/data/ontologies/fibo-fnd/TransactionsExt/REATransactions.rdf new file mode 100644 index 00000000..a5ec7e51 --- /dev/null +++ b/data/ontologies/fibo-fnd/TransactionsExt/REATransactions.rdf @@ -0,0 +1,578 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + REA Transactions Ontology + This is the core REA-derived ontology for transactions. A transaction is defined as an exchange of commitments between parties. Other aspects of REA such as claims and transaction events (commitment lifecycles) are given in separate ontologies in this module. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + + Copyright (c) 2013-2025 EDM Council, Inc. + + + + + + + + + + + + + + + + + + contractual economic agreement + An economic agreement forming part of a transaction, which has contractual standing as evidenced by a contract between the two parties to the Agreement. + The REA Economic Agreement may or may not be between two distinct legal persons, as the REA scope includes transactions within organizations. For REA based transaction models which are between separate legal entities or persons, the form of agreement in force is this Contractual Economic Agreement, that is the agreement, backed by a written or implied contract, which is in force between the parties to this agreement. + + + + + contractual transaction + An economic transaction which has some contractual basis. + This is distinct from a transaction between business units within an enterprise. This is the usual sense of "Transaction" and forms the basis for all securities and derivatives transactions, while the parent term "Economic Transaction" may also be used to define internal transactions and transactions that have no legal or contractual basis. + + + + + + + + + + + + contractual transaction party + That which is party to a transaction which has contractual standing. + In REA, transactions may include those which are not between legal entities,such as for example internal transactions within a business and between business units. This term Contractual Transaction Party forms the basis for all party definitions for transactions which have some formal contractual basis as being between discrete legal entities (legal persons or other contractually capable entities e.g. non incorporated entities). This is the basis for all derivatives transactions, securities market transactions and so on. + + + + + + + + + + + covered transaction + A transaction covered by some Master Agreement. + The Master Agreement sets out the terms and conditions under which these transactions are to take place between the parties. These are Over the Counter transactions, including OTC Derivatives. + + + + + + + + + + + + + + + + + discharging event + + + + + + + + + + + + + + + + + + + + + + + economic agreement + + + + + + + + + + + + + + + + + economic commitment + Some Commitment which forms part of the subject of some Transaction, being an undertaking by one or other of the parties to the transaction, extended to the other party to that same transaction. + + + + + + + + + + + + + + + + + economic contract + A contract relating to and governing an economic transaction between two parties. + From REA ontology. + + + + + + + + + + + economic contract commitment + Terms underlying the contract for a transaction. + + + + + + + + + + + + + + + + economic resource + Anything that can bought sold or exchanged. + Formerly labeled as Negotiable Thing. Changed to REA terminology with no effect on meaning. Note that this is a relative thing - the thing which is itself the economic resource, is some good or some service (i.e. some physical thing or some event/activity) which can be framed as an economic resource in the context of exchanging it for some other economic resource. Scope Note: Economic Resource may also define things which are not exchanged but are defined as resources in some other context, for example Capital is a kind of economic resource. + + + + + + + + 2 + + + + + + + + + + + + + + + economic transaction + Some exchange of some items of economic value between two parties (economic agents). + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + ledger entry + + + + + + + + + + r e a claim + Some imbalance, at a given point in time, between the respective rights and obligations of two parties with respect to one another. + + + + + + + + + + + revaluation + + + + transaction business event + Occurrence in time that partners to a business transaction wish to monitor or control. + Term derived from REA as expressed in ISO 15944-4 Additional notes in ISO 15944-4 itself: NOTE 1 Business events are the workflow tasks that business partners need to accomplish to complete a business transaction among themselves. As business events occur, they cause a business transaction to move through its various phases of planning, identification, negotiation, actualization and post-actualization. NOTE 2 Occurrences in time can either - be internal as mutually agreed to among the parties to a business transaction; and/or, - reference some common publicly available and recognized date/time referencing schema (e.g. one based on using ISO 8601 and/or ISO 19135). + + + + + + + + + + + + + + + + + + + + + + + + + + + + transaction event + The event component of a transaction + This describes an event. The event may be delivery of something or settlement of monies in payment for something delivered. A Transaction Event will have terms describing the commitment embodied in that side of that transaction. + + + + + + + + + + transaction event aspect + A transaction side as seen from the perspective of one of the parties to the transaction. + This describes one side of one transaction event. The event may be delivery of something or settlement of monies in payment for something delivered. A Transaction Event Side shows that side of that transaction from the perspective of one or other party. + + + + + + + + + + + transaction party + Some entity which takes part in some transaction by receiving and/or parting with some item of economic value or some payment or both. + Referred to in REA as Economic Agent (in the context of the economic event, known here as transaction). + + + + + + + + + + + transaction undertaking + A contractually defined and established commitment to deliver some goods, perform some service or make some payment in cash or in kind. + From REA ontology. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + undertaking + Some undertaking to act. + This could be an undertaking to deliver something, to do something and so on. These correspond to negative and positive pledges in the contract. + + + + + + + + + + + + undertaking event + Something which occurs at a point in time, at which a party makes some commitment to some other party. + + + + bestows + + + + + + defined in context of + + + + gives rise to + + + + + + has corresponding + + + + + + has corresponding alternative aspect + + + + + + has end + + + + + has perspective + + + + + + has start + + + + + has transaction component + + + + + + has transaction party + + + + + + is imbalance in + + + The imbalance in Obligations or Rights (depending on the viewpoint from which it is described) between one party and another. + + + + is made as part of + + + + + + is undertaking to + + + + + + made by + + + + + sets out contractual economic commitment + + + The economic commitment set out in the terms to the contract which formalizes the agreement to the transaction. + + + + subject + + + + + + takes material form + + The material form of the Economic Resource; that is the thing which is recognized as being an Economic Resource as defined here, Editorial Note: This would usually be some Independent Thing. However it is conceivable that the existence of some relative thing, for example an asset, may itself be regarded and defined as a resource, over and above the role or context already defined for it. Therefore this identity relationship has a range of Thing, but is modeled as a sub property of "identity" to make this conclusion explicit. Editorial Note: This is a relationship with the sense that some relative thing takes the form of something, but is distinct from the similar concept as applied to Asset, in which the thing which takes the form of some asset is owned by someone. Here it is a resource, irrespective of whether or by whom it is owned. Labeled as "takes material form" to disambiguate these two relationships. + + + + terminates + + + + + + transacted under + + + + + + transaction embodies economic agreement + + + + + + + transaction event follows business process + + + + + transacts with + + + + + + triggers + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/TransactionsExt/SecuritiesTransactions.rdf b/data/ontologies/fibo-fnd/TransactionsExt/SecuritiesTransactions.rdf new file mode 100644 index 00000000..809c4607 --- /dev/null +++ b/data/ontologies/fibo-fnd/TransactionsExt/SecuritiesTransactions.rdf @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + +]> + + + + Securities Transactions Ontology + Describes the basic concepts for securities transactions, as an extension of market transactions more generally. Incudes types of securities transactions, parties to the transaction, settlement and the covering contract for the transaction. This ontology would form the basis for more detailed securities transaction concepts that would ideally be derived from the FIX standard. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + Copyright (c) 2013-2025 EDM Council, Inc. + + + + + + + + + + + + financial primary market transaction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + financial securities secondary market transaction + A Transaction in which some negotiable security is provided in exchange for some Consideration. + + + + + + + + + + + securities transaction contract + The contract (written or implied) which governs the transaction of securities in the secondary Market. + This is in line with the REA Ontology in which all Transactions are embodied in some Contract, whether written or implied. forms part of future "Transaction" model to be reviewed, but is ancestral to Options contract and transactions model. + + + + + securities transaction counterparty + + + + + securities transaction principal + + + + settlement process + + + + + when issued transaction + Trading in securities ahead of them being traded. + + + + + embodies + + + + + + + follows + + + + + + + governs + + + + + + + offset for w i issue date + + + Used to calculate actual settlement date from given WI issue date. If issue date is unknwn, this determines how many days form the issue date it's going to settle. + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Utilities/Analytics.rdf b/data/ontologies/fibo-fnd/Utilities/Analytics.rdf new file mode 100644 index 00000000..00980a53 --- /dev/null +++ b/data/ontologies/fibo-fnd/Utilities/Analytics.rdf @@ -0,0 +1,705 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Analytics Ontology + This ontology provides mathematical abstractions for use in other ontologies, including for example the basic components of formulae, parameters and values. + Copyright (c) 2013-2025 EDM Council, Inc. +Copyright (c) 2013-2025 Object Management Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + See https://opensource.org/licenses/MIT. + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/20140501/Utilities/Analytics.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/20141101/Utilities/Analytics.rdf version of this ontology was modified to address issue FIBOFND11-20, which added the definition of Calculation and corrected a reasoning issue related to the use of a custom datatype. + The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/Utilities/Analytics.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Utilities/Analytics.rdf version of this ontology was modified to use the CombinedDateTime datatype for greater flexibility in analytics and integrate the generic statistical measures and measurements from the economic indicators ontology to FND to facilitate broader use. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/Utilities/Analytics.rdf version of this ontology was modified to eliminate deprecated elements. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Utilities/Analytics.rdf version of this ontology was modified to add the concept of a weighting algorithm. + The https://spec.edmcouncil.org/fibo/ontology/FND/20191101/Utilities/Analytics.rdf version of this ontology was modified to eliminate duplication with concepts in LCC, merge countries with locations, and correct a restriction on qualified measure. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Utilities/Analytics.rdf version of this ontology was modified to revise numeric index to be called numeric index value, and revise its definition to include a reference date, change its parent to quantity value, and move base date and period to scoped measure. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200401/Utilities/Analytics.rdf version of this ontology was modified to change the parent class of Classifier to Aspect, loosen the domain on the hasArgument property, which was too narrow in some cases, add a domain/range to characterizes/isCharacterizedBy, and eliminate duplicate properties that were not used anywhere. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/Utilities/Analytics.rdf version of this ontology was modified to augment the definition of ratio with a synonym of rate and eliminate the circularity in the definition of standard deviation. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200901/Utilities/Analytics.rdf version of this ontology was modified to make statistical program a subclass of program and revised restrictions on statistical program to better reflect its intent. + The https://spec.edmcouncil.org/fibo/ontology/FND/20201101/Utilities/Analytics.rdf version of this ontology was modified to eliminate the redundant 'calculation formula' concept and eliminate the property hasOperand, which is not used anywhere and whose definition is circular. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210201/Utilities/Analytics.rdf version of this ontology was modified to update the reference link for ratio. + The https://spec.edmcouncil.org/fibo/ontology/FND/20210601/Utilities/Analytics.rdf version of this ontology was modified to expand the definition of release date and release date and time and to make a statistical area identifier a subclass of geographic region identifier. + The https://spec.edmcouncil.org/fibo/ontology/FND/20211101/Utilities/Analytics.rdf version of this ontology was modified to eliminate unused imports. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220101/Utilities/Analytics.rdf version of this ontology was modified to eliminate hygiene issues related to text formatting and eliminate dead or outdated references. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Utilities/Analytics.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Utilities/Analytics.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230301/Utilities/Analytics.rdf version of this ontology was modified to add a synonym of 'average' to arithmetic mean. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230501/Utilities/Analytics.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + The https://spec.edmcouncil.org/fibo/ontology/FND/20231101/Utilities/Analytics.rdf version of the ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380). + The https://spec.edmcouncil.org/fibo/ontology/FND/20231201/Utilities/Analytics.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380) and to move the concept of an anchor date to Financial Dates (FBC-317). + The https://spec.edmcouncil.org/fibo/ontology/FND/20240201/Utilities/Analytics.rdf version of the ontology was modified to eliminate elements that have been deprecated for several quarters (FND-386) and to add the concept of a key performance indicator (KPI) (LOAN-169). + The https://spec.edmcouncil.org/fibo/ontology/FND/20241101/Utilities/Analytics.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389). + This ontology was added to Foundations in advance of the June 2014 Boston meeting in support of the IND RFC. + + Copyright (c) 2013-2025 EDM Council, Inc. + Copyright (c) 2013-2025 Object Management Group, Inc. + + + + + + + + + 1 + + + annualized standard deviation + standard deviation for some measure over a specific reference period + Standard deviation applied to the annual rate of return of an investment provides insights on the historical volatility of that investment. The greater the standard deviation of the price of a security, the greater the volatility. Multiplying monthly standard deviation by the square root of twelve (12) is an industry standard method of approximating annualized standard deviations of monthly returns. + + + + + arithmetic mean + sum of a collection of numbers divided by the number of numbers in the collection + While the arithmetic mean is often used to report central tendencies, it is not a robust statistic, meaning that it is greatly influenced by outliers (values that are very much larger or smaller than most of the values). Notably, for skewed distributions, such as the distribution of income for which a few people's incomes are substantially greater than most people's, the arithmetic mean may not accord with one's notion of 'middle', and robust statistics, such as the median, may be a better description of central tendency. + average + + + + + + + + + + + + + + + + + + + + average absolute deviation + average of the absolute deviations from a central point + The central point can be the mean, median, mode, or the result of another measure of central tendency. Absolute deviation is the distance between each value in the data set and that data set's mean or median. + mean absolute deviation + + + + + + + + + 1 + + + + + + 1 + + + difference + quantity by which amounts differ; the remainder left after subtraction of one value from another + + + + + + + + + 1 + + + + + + + + + + + + + + + + dispersion + degree of scatter or variability shown by observations + Common examples of measures of statistical dispersion are the variance, standard deviation, and interquartile range. The collection size argument, above, represents the number of elements in the set, if known. The collection of values under consideration is represented as a structured collection in FIBO, typically a sample set derived from a finite population. + http://stats.oecd.org/glossary/detail.asp?ID=3637 + A measure of statistical dispersion is a nonnegative real number that is zero if all the data are the same and increases as the data become more diverse. + It is usually measured as an average deviation about some central value (e.g. mean deviation, standard deviation) or by an order statistic (e.g. quartile deviation, range) but may also be a mean of deviations of values among themselves (e.g. Gini's mean difference and also standard deviation). + + + + + finite population + population for which it is possible to count its units + http://stats.oecd.org/glossary/detail.asp?ID=3649 + In statistics, a population is a set of similar items or events of interest for some question or experiment. In other words, a population is the complete group of units to which survey results are to apply. (These units may be persons, animals, objects, businesses, trips, etc.). See http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#p. + + + + + + + + + + + formula + rule expressed in letters and symbols that consists of at least one expression + complex expression + + + + + geometric mean + mean that indicates the central tendency or typical value of a set of numbers by using the product of their values (as opposed to the arithmetic mean which uses their sum) + The geometric mean is defined as the nth root of the product of n numbers. A geometric mean is often used when comparing different items - finding a single 'figure of merit' for these items - when each item has multiple properties that have different numeric ranges. For example, the geometric mean can give a meaningful 'average' to compare two companies which are each rated at 0 to 5 for their environmental sustainability, and are rated at 0 to 100 for their financial viability. If an arithmetic mean were used instead of a geometric mean, the financial viability is given more weight because its numeric range is larger - so a small percentage change in the financial rating (e.g. going from 80 to 90) makes a much larger difference in the arithmetic mean than a large percentage change in environmental sustainability (e.g. going from 2 to 5). + + + + + + + + 0 + + + + + + + 0 + + + + key performance indicator + measurable target that indicates how an individual or business is performing in terms of meeting its goals + Examples include profits, sales numbers, employee turnover and average annual expenses. + KPI + https://www.forbes.com/advisor/business/what-is-a-kpi-definition-examples/ + https://www.kpi.org/KPI-Basics/ + Although they are both designed to measure performance, KPIs and metrics have different characteristics and are used by businesses in different ways. Metrics are measures used to track progress and evaluate success, while KPIs are metrics tied to specific goals during a certain period of time. KPIs are designed to align with business goals and targets, while metrics evaluate the performance of particular processes. + Key Performance Indicators (KPIs) are the critical (key) quantifiable indicators of progress toward an intended result. KPIs provide a focus for strategic and operational improvement, create an analytical basis for decision making and help focus attention on what matters most. Managing with the use of KPIs includes setting targets (the desired level of performance) and tracking progress against those targets. + + + + + + + + + + + + mean + most common measure of central tendency; the average of a set of numbers + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#m + https://stats.oecd.org/glossary/detail.asp?ID=3762 + When unqualified, the mean usually refers to the expectation of a variate, or to the arithmetic mean of a sample used as an estimate of the expectation. + μ + expected value + first (raw) moment + + + + + + + + + + + + median + value of the variate dividing the total frequency of a data sample, population, or probability distribution, into two halves + https://stats.oecd.org/glossary/detail.asp?ID=3717 + The basic advantage of the median in describing data compared to the mean is that it is not skewed by extremely large or small values, and may provide a better idea of a 'typical' value. + This measure represents the middle value (if n is odd) or the average of the two middle values (if n is even) in an ordered list of data values. The median divides the total frequency distribution into two equal parts: one-half of the cases fall below the median and one-half of the cases exceed the median. + + + + + + + + + + + median absolute deviation + median of the absolute deviations of observations from the average which may be the arithmetic mean, the median or the mode + + + + + + + + + 0 + + + + + + 0 + + + + numeric index value + numeric value of some aggregate relative to the value of that aggregate as of some date + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#i + A mathematical device or number which is used to express the observation (e.g., price level, volume of trade, relative amount etc.) of a given period, in comparison with that of a prior period. + + + + + + + + + 0 + + + + + + 0 + + + + + + + + + + + + + qualified measure + statistical measure that is constrained by features, quantity kinds or units that refine how it is calculated + + + + + sampling variance + measure of the extent to which the estimate of a characteristic from different possible samples of the same size and the same design differ from one another + http://www.statcan.gc.ca/pub/12-587-x/12-587-x2003001-eng.pdf + https://stats.oecd.org/glossary/detail.asp?ID=3834 + The word 'sampling' can usually be omitted, as being defined by the context or otherwise understood. The sampling variance of a statistic is the square of its standard error. + + + + + + + + + + + + + + + 0 + + + + + + + 0 + + + scoped measure + qualified measure that is constrained by filters on the statistical population to which it applies + Note that (1) the anchor date reflects the start of the current series, such as 1982-1984 for the CPI, (2) the fixed comparative date might be something like March 2009, if one is comparing a current index against its value at the end of the great recession, (3) the relative comparative date might be something like a month or year ago, depending on the analysis requirements, and (4) the relative comparative period might be a 3 month average prior value, again depending on the analysis requirements. + + + + + + + + + + + + + + + + + + + + standard deviation + square root of variance that measures the spread or dispersion around the mean of a data set + SD + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#s + https://stats.oecd.org/glossary/detail.asp?ID=3845 + The most widely used measure of dispersion of a frequency distribution introduced by K. Pearson (1893). It is equal to the positive square root of the variance. The standard deviation should not be confused with the root mean square deviation. + While standard deviation is the most widely-used measure of spread, using squared deviations, it may not be the most robust. + σ + + + + + + + + + + + statistical area + physical location that is defined per some program for designating geographic regions for the purposes of tabulating and presenting statistical data + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/display/IND/Statistics+Canada+Census+Information + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + + + + 1 + + + statistical area identifier + identifier for a physical location that is defined per a nationally consistent program for designating geographic regions for the purposes of tabulating and presenting statistical data + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/display/IND/Statistics+Canada+Census+Information + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + + + + 0 + + + + + + + 1 + + + statistical measure + summary (means, mode, total, index, etc.) of the individual quantitative variable values for the statistical units in a specific group (study domain) + http://stats.oecd.org/glossary/detail.asp?ID=5068 + Statistical measures may consist of several orthogonal characteristics, including (a) whether they reflect an estimate or variable, (b) the datatype, or from a FIBO perspective, nature of the measure (e.g., index, total, ratio, percent, percent change, mean, others), (c) the population (or the universe that applies to the highest level if defined in general) to which the measure applies, and (d) any relevant aspects used to subset or stratify a measure, (i.e., make them apply to a smaller universe). + + + + + + + + + + + + + + + + + + + + + + + + statistical population + statistical universe filtered by time and region + + A common aim of statistical analysis is to produce information about some chosen population. In statistical inference, a subset of the population (a statistical sample) is chosen to represent the population in a statistical analysis. If a sample is chosen properly, characteristics of the entire population that the sample is drawn from can be estimated from corresponding characteristics of the sample. + + + + + + + + + + + + + + + + + + + + + + + statistical program + program that presents a detailed investigation and analysis of a subject or situation involving one or more studies or surveys + + + + + + + + + + + + + + + + + statistical universe + collection representing the total membership, or 'universe', of people, resources, products, services, events, or entities of interest for some question, experiment, survey or statistical program + A statistical universe can be a group of actually existing objects (e.g. the set of all stars within the Milky Way galaxy) or a hypothetical and potentially infinite group of objects conceived as a generalization from experience (e.g. the set of all possible hands in a game of poker). + + + + + + + + + + + + variance + measure of spread, calculated as the average squared deviation of each number from the mean of a data set + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#v + μ2 + σ2 + second moment + + + + + + weighting function + expression or function that determines the relative importance or influence of a given element of a set with respect to the whole + Given a sample size of 1000, and a population of 300M, then the chance that any individual is selected is 1 in 300K. In that case, 300K is the weight assigned to each of the elements in the sample. + For certain indices, one of the most common weighting factor is by market capitalization. In that case, each of the elements in the basket is multiplied by its market cap to determine its relative importance to the basket overall. + With respect to discrete calculations, weighting functions are positive functions defined on discrete sets, such as weighted sums and weighted averages. + + + + + has fixed comparative date + + specifies the a specific date, such as the end of the last recession (e.g., March 2009) against which the scoped measure is compared + + + + + has formula + + specifies a concise way of expressing information symbolically, as in a mathematical or chemical formula + + + + has measurement date time + + indicates the date and time that the measurement was taken + + + + has measurement period in months + + indicates the coverage period for which the measure is applicable expressed in months + + + + + has minuend + + specifies the quantity value from which something is subtracted; the value that is diminished + + + + + has number of entries + + indicates the number of elements in some document, table, or other resource (e.g., in a report, table) + + + + + has observed value + + specifies a collection of values over which some analysis is performed + For certain calculations, such as certain measures of dispersion, date value pairs are expected as input, in other words, a dated structured collection. + + + + + has periodicity + + specifies a recurrence interval (monthly, quarterly, annual) that a statistical measure reflects + + + + + has population size + + indicates the number of elements in a given population + + + + + has reference period + + specifies a reference (baseline) recurrence interval for which a given measure applies + + + + + has relative comparative date + + specifies a date against which the value of a scoped measure is compared (e.g., one month prior, three months prior, etc., and typically against a prior release or average over prior releases) + + + + + has relative comparative period + + specifies a period (typically a prior period) against which the scoped measure is compared, such as an average set of values for some period of time compared with a more recent or projected average for a forward looking period of time + + + + + has release date + + specifies the date on which something is published + A release date is typically a date fixed in advance for the release of a film, recording, document, report, or product or publication. + + + + has release date and time + + specifies the date and time on which something is published + + + + + has subtrahend + + specifies the quantity value that is subtracted from something + + + + + has target value + + specifies a collection of values that represent planned or projected goals or objectives for some something over time + + + + + has universe size + + indicates the number of elements in a given universe + + + + + has weight + + indicates an amount given to increase or decrease the importance of an item + + + + is calculated via methodology + + high-level description of the approach taken to obtain the result + + + + is estimate + + + indicates whether the measure reflects an estimate (approximation) or not + + + + + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Utilities/AnnotationVocabulary.rdf b/data/ontologies/fibo-fnd/Utilities/AnnotationVocabulary.rdf new file mode 100644 index 00000000..09852d96 --- /dev/null +++ b/data/ontologies/fibo-fnd/Utilities/AnnotationVocabulary.rdf @@ -0,0 +1,118 @@ + + + + + + + + + + +]> + + + + FIBO Annotation Vocabulary + This vocabulary provides a set of metadata annotations for use in describing FIBO ontology elements. The annotations extend properties defined in the OMG's Commons Ontology Library (Commons) Annotation Vocabulary, in the Dublin Core Metadata Terms Vocabulary and in the W3C Simple Knowledge Organization System (SKOS) Vocabulary, and have been customized to suit the FIBO specification development process. + +Note that any of the original properties provided in Dublin Core and SKOS can be used in addition to the terms provided herein. However, any Dublin Core terms that are not explicitly defined as OWL annotation properties in this ontology or in any of its imports must be so declared in the ontologies that use them. + https://opensource.org/licenses/MIT + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Utilities/AnnotationVocabulary.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Utilities/AnnotationVocabulary.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to add the symbol annotation. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to eliminate deprecated properties. + The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to add common and preferred designations as needed for postal addresses and other purposes, to correct named individuals to be properly declared, and to revise definitions to be ISO 704 compliant. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to eliminate skos:Concept as a superclass of MaturityLevel (replaced with LifecycleStage in the Lifecycles ontology), revise explanatory notes for maturity levels based on community feedback, and correct the subproperty inheritance for adaptedFrom and logicalDefinition. + The https://spec.edmcouncil.org/fibo/ontology/FND/20200601/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to address hygiene issues with respect to text formatting and eliminate the explicit SKOS import which is not needed. + The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Utilities/AnnotationVocabulary.rdf version of this ontology was modified to integrate the Commons Ontology Library (Commons) Annotation Vocabulary and eliminate the need to import the OMG's Specification Metadata vocabulary. + The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Utilities/AnnotationVocabulary.rdf version of the ontology was modified to eliminate deprecations that are more than 6 months old. + + Copyright (c) 2013-2023 EDM Council, Inc. + Copyright (c) 2013-2023 Object Management Group, Inc. + + + + + informative + entity that is considered deprecated but included for informational purposes because it is referenced by some provisional concept + Informative content will be removed as soon as all dependencies have been eliminated, thus FIBO users should not depend on it going forward. + + + + + maturity level + classifier used to indicate the state of an artifact with respect to its development lifecycle + FIBO currently has three maturity levels: Informative, Provisional, and Release. + + + + + module + classifier used to indicate a category used to modularize something based on principles of the model driven architecture methodology (MDA), including but not limited to separation of concerns, coherence, and establishing clear logical boundaries in order to increase reusability and maintainability + A module should be designed to reflect these principles, including a small number of models that have well-defined relationships with one another, that form a coherent and cohesive whole for some purpose, and that have clear boundaries or interfaces to other modules. + + + + + provisional + entity that is considered to be under development + Provisional content is subject to change, and may change substantially prior to release. FIBO users should be aware that it is not dependable, but could be used for reference and as the basis for further work. + + + + + release + entity that is considered to be stable and mature from a development perspective + Release notes will be provided for any changes with respect to released content, and any revisions will be backwards compatible with the prior version to the degree possible. + + + + + common designation + frequently used designation for an entity + https://pe.usps.com/cpim/ftp/pubs/Pub28/pub28.pdf + + + + + definition origin + document or other source from which a given definition was taken directly; the range for this annotation can be a string, URI, or BibliographicCitation + + + + has maturity level + links something to its state with respect to a development lifecycle + + + + + preferred designation + recommended designation for an entity in some context + https://pe.usps.com/cpim/ftp/pubs/Pub28/pub28.pdf + + + + + term origin + document or other source from which a given term was taken directly; the range for this annotation can be a string, URI, or BibliographicCitation + + + \ No newline at end of file diff --git a/data/ontologies/fibo-fnd/Utilities/MetadataFNDUtilities.rdf b/data/ontologies/fibo-fnd/Utilities/MetadataFNDUtilities.rdf new file mode 100644 index 00000000..966ef192 --- /dev/null +++ b/data/ontologies/fibo-fnd/Utilities/MetadataFNDUtilities.rdf @@ -0,0 +1,51 @@ + + + + + + + + + + +]> + + + + Metadata for the EDMC-FIBO Foundations (FND) Utilities Module + This is the metadata ontology used to describe the Foundations Utilities Module. + 2020-08-28T18:00:00 + https://opensource.org/licenses/MIT + 2023-01-06T18:00:00 + + + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + + + utilities module + The utilities module includes ontologies that provide metadata and other basic concepts to be used in other ontologies. + + + https://opensource.org/licenses/MIT + FIBO FND Utilities Module + Financial Industry Business Ontology (FIBO) Foundations (FND) Utilities Module + + Copyright (c) 2017-2023 EDM Council, Inc. + Copyright (c) 2017-2023 Object Management Group, Inc. + + + \ No newline at end of file diff --git a/data/ontologies/provo.ttl b/data/ontologies/provo.ttl new file mode 100644 index 00000000..7adffd92 --- /dev/null +++ b/data/ontologies/provo.ttl @@ -0,0 +1,1320 @@ +@prefix rdf: . +@prefix : . +@prefix rdfs: . +@prefix owl: . +@prefix xsd: . + +rdfs:comment + a owl:AnnotationProperty ; + rdfs:comment ""@en ; + rdfs:isDefinedBy . + +rdfs:isDefinedBy + a owl:AnnotationProperty . + +rdfs:label + a owl:AnnotationProperty ; + rdfs:comment ""@en ; + rdfs:isDefinedBy . + +rdfs:seeAlso + a owl:AnnotationProperty ; + rdfs:comment ""@en . + +owl:Thing + a owl:Class . + +owl:versionInfo + a owl:AnnotationProperty . + + + a owl:Ontology . + +:Activity + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Activity" ; + owl:disjointWith :Entity ; + :category "starting-point" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities." ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Activity"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity"^^xsd:anyURI . + +:ActivityInfluence + a owl:Class ; + rdfs:comment "ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity."@en, "It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses."@en ; + rdfs:isDefinedBy ; + rdfs:label "ActivityInfluence" ; + rdfs:seeAlso :activity ; + rdfs:subClassOf :Influence, [ + a owl:Restriction ; + owl:maxCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :hadActivity + ] ; + owl:disjointWith :EntityInfluence ; + :category "qualified" ; + :editorsDefinition "ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other."@en . + +:Agent + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Agent" ; + owl:disjointWith :InstantaneousEvent ; + :category "starting-point" ; + :component "agents-responsibility" ; + :definition "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. "@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent"^^xsd:anyURI . + +:AgentInfluence + a owl:Class ; + rdfs:comment "AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent."@en, "It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses."@en ; + rdfs:isDefinedBy ; + rdfs:label "AgentInfluence" ; + rdfs:seeAlso :agent ; + rdfs:subClassOf :Influence ; + :category "qualified" ; + :editorsDefinition "AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other."@en . + +:Association + a owl:Class ; + rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Association" ; + rdfs:subClassOf :AgentInfluence ; + :category "qualified" ; + :component "agents-responsibility" ; + :definition "An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association"^^xsd:anyURI ; + :unqualifiedForm :wasAssociatedWith . + +:Attribution + a owl:Class ; + rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Attribution" ; + rdfs:subClassOf :AgentInfluence ; + :category "qualified" ; + :component "agents-responsibility" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition """Attribution is the ascribing of an entity to an agent. + +When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant."""@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribution"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribution"^^xsd:anyURI ; + :unqualifiedForm :wasAttributedTo . + +:Bundle + a owl:Class ; + rdfs:comment "Note that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O."@en ; + rdfs:isDefinedBy ; + rdfs:label "Bundle" ; + rdfs:subClassOf :Entity ; + :category "expanded" ; + :definition "A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-bundle-entity"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-bundle-declaration"^^xsd:anyURI . + +:Collection + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Collection" ; + rdfs:subClassOf :Entity ; + :category "expanded" ; + :component "collections" ; + :definition "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection"^^xsd:anyURI . + +:Communication + a owl:Class ; + rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Communication" ; + rdfs:subClassOf :ActivityInfluence ; + :category "qualified" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Communication"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-wasInformedBy"^^xsd:anyURI ; + :unqualifiedForm :wasInformedBy . + +:Delegation + a owl:Class ; + rdfs:comment "An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Delegation" ; + rdfs:subClassOf :AgentInfluence ; + :category "qualified" ; + :component "agents-responsibility" ; + :definition """Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. + +For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree."""@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-delegation"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-delegation"^^xsd:anyURI ; + :unqualifiedForm :actedOnBehalfOf . + +:Derivation + a owl:Class ; + rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en, "The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply."@en ; + rdfs:isDefinedBy ; + rdfs:label "Derivation" ; + rdfs:subClassOf :EntityInfluence ; + :category "qualified" ; + :component "derivations" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Derivation"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#Derivation-Relation"^^xsd:anyURI ; + :unqualifiedForm :wasDerivedFrom . + +:EmptyCollection + a owl:Class, owl:NamedIndividual ; + rdfs:isDefinedBy ; + rdfs:label "EmptyCollection"@en ; + rdfs:subClassOf :Collection ; + :category "expanded" ; + :component "collections" ; + :definition "An empty collection is a collection without members."@en . + +:End + a owl:Class ; + rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "End" ; + rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ; + :category "qualified" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-End"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-End"^^xsd:anyURI ; + :unqualifiedForm :wasEndedBy . + +:Entity + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Entity" ; + owl:disjointWith :InstantaneousEvent ; + :category "starting-point" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. "@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-entity"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity"^^xsd:anyURI . + +:EntityInfluence + a owl:Class ; + rdfs:comment "EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity."@en, "It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses."@en ; + rdfs:isDefinedBy ; + rdfs:label "EntityInfluence" ; + rdfs:seeAlso :entity ; + rdfs:subClassOf :Influence ; + :category "qualified" ; + :editorsDefinition "EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. "@en . + +:Generation + a owl:Class ; + rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Generation" ; + rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ; + :category "qualified" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Generation"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Generation"^^xsd:anyURI ; + :unqualifiedForm :wasGeneratedBy . + +:Influence + a owl:Class ; + rdfs:comment "An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable."@en, "Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable."@en ; + rdfs:isDefinedBy ; + rdfs:label "Influence" ; + :category "qualified" ; + :component "derivations" ; + :definition "Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-influence"^^xsd:anyURI ; + :unqualifiedForm :wasInfluencedBy . + +:InstantaneousEvent + a owl:Class ; + rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ; + rdfs:isDefinedBy ; + rdfs:label "InstantaneousEvent" ; + :category "qualified" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event"^^xsd:anyURI ; + :definition "The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics."@en . + +:Invalidation + a owl:Class ; + rdfs:comment "An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Invalidation" ; + rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ; + :category "qualified" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation." ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Invalidation"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Invalidation"^^xsd:anyURI ; + :unqualifiedForm :wasInvalidatedBy . + +:Location + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Location" ; + rdfs:seeAlso :atLocation ; + :category "expanded" ; + :definition "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute"^^xsd:anyURI . + +:Organization + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Organization" ; + rdfs:subClassOf :Agent ; + :category "expanded" ; + :component "agents-responsibility" ; + :definition "An organization is a social or legal institution such as a company, society, etc." ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types"^^xsd:anyURI . + +:Person + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Person" ; + rdfs:subClassOf :Agent ; + :category "expanded" ; + :component "agents-responsibility" ; + :definition "Person agents are people."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types"^^xsd:anyURI . + +:Plan + a owl:Class ; + rdfs:comment "There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations."@en ; + rdfs:isDefinedBy ; + rdfs:label "Plan" ; + rdfs:subClassOf :Entity ; + :category "expanded", "qualified" ; + :component "agents-responsibility" ; + :definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association"^^xsd:anyURI . + +:PrimarySource + a owl:Class ; + rdfs:comment "An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] ."@en ; + rdfs:isDefinedBy ; + rdfs:label "PrimarySource" ; + rdfs:subClassOf :Derivation ; + :category "qualified" ; + :component "derivations" ; + :definition """A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight. + +Because of the directness of primary sources, they 'speak for themselves' in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated. + +A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application's domain."""@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-primary-source"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-original-source"^^xsd:anyURI ; + :unqualifiedForm :hadPrimarySource . + +:Quotation + a owl:Class ; + rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Quotation" ; + rdfs:subClassOf :Derivation ; + :category "qualified" ; + :component "derivations" ; + :definition "A quotation is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. Quotation is a particular case of derivation."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-quotation"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-quotation"^^xsd:anyURI ; + :unqualifiedForm :wasQuotedFrom . + +:Revision + a owl:Class ; + rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Revision" ; + rdfs:subClassOf :Derivation ; + :category "qualified" ; + :component "derivations" ; + :definition "A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-revision"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Revision"^^xsd:anyURI ; + :unqualifiedForm :wasRevisionOf . + +:Role + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Role" ; + rdfs:seeAlso :hadRole ; + :category "qualified" ; + :component "agents-responsibility" ; + :definition "A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-role"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute"^^xsd:anyURI . + +:SoftwareAgent + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "SoftwareAgent" ; + rdfs:subClassOf :Agent ; + :category "expanded" ; + :component "agents-responsibility" ; + :definition "A software agent is running software."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types"^^xsd:anyURI . + +:Start + a owl:Class ; + rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] ."@en ; + rdfs:isDefinedBy ; + rdfs:label "Start" ; + rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ; + :category "qualified" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Start"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start"^^xsd:anyURI ; + :unqualifiedForm :wasStartedBy . + +:Usage + a owl:Class ; + rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ; + rdfs:isDefinedBy ; + rdfs:label "Usage" ; + rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ; + :category "qualified" ; + :component "entities-activities" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Usage"^^xsd:anyURI ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage"^^xsd:anyURI ; + :unqualifiedForm :used . + +:actedOnBehalfOf + a owl:ObjectProperty ; + rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ; + rdfs:domain :Agent ; + rdfs:isDefinedBy ; + rdfs:label "actedOnBehalfOf" ; + rdfs:range :Agent ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedDelegation + :agent + ) ; + :category "starting-point" ; + :component "agents-responsibility" ; + :inverse "hadDelegate" ; + :qualifiedForm :Delegation, :qualifiedDelegation . + +:activity + a owl:ObjectProperty ; + rdfs:domain :ActivityInfluence ; + rdfs:isDefinedBy ; + rdfs:label "activity" ; + rdfs:range :Activity ; + rdfs:subPropertyOf :influencer ; + :category "qualified" ; + :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ; + :editorsDefinition "The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ; + :inverse "activityOfInfluence" . + +:agent + a owl:ObjectProperty ; + rdfs:domain :AgentInfluence ; + rdfs:isDefinedBy ; + rdfs:label "agent" ; + rdfs:range :Agent ; + rdfs:subPropertyOf :influencer ; + :category "qualified" ; + :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ; + :editorsDefinition "The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent."@en ; + :inverse "agentOfInfluence" . + +:alternateOf + a owl:ObjectProperty ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "alternateOf" ; + rdfs:range :Entity ; + rdfs:seeAlso :specializationOf ; + :category "expanded" ; + :component "alternate" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "Two alternate entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate"^^xsd:anyURI ; + :inverse "alternateOf" ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate"^^xsd:anyURI . + +:aq + a owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:seeAlso . + +:atLocation + a owl:ObjectProperty ; + rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See PROV-O OWL Profile." ; + rdfs:domain [ + a owl:Class ; + owl:unionOf (:Activity + :Agent + :Entity + :InstantaneousEvent + ) + ] ; + rdfs:isDefinedBy ; + rdfs:label "atLocation" ; + rdfs:range :Location ; + :category "expanded" ; + :editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes."@en, "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)."@en ; + :inverse "locationOf" ; + :sharesDefinitionWith :Location . + +:atTime + a owl:DatatypeProperty ; + rdfs:comment "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime."@en ; + rdfs:domain :InstantaneousEvent ; + rdfs:isDefinedBy ; + rdfs:label "atTime" ; + rdfs:range xsd:dateTime ; + :category "qualified" ; + :component "entities-activities" ; + :sharesDefinitionWith :InstantaneousEvent ; + :unqualifiedForm :endedAtTime, :generatedAtTime, :invalidatedAtTime, :startedAtTime . + +:category + a owl:AnnotationProperty ; + rdfs:comment "Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. "@en ; + rdfs:isDefinedBy . + +:component + a owl:AnnotationProperty ; + rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en ; + rdfs:isDefinedBy . + +:constraints + a owl:AnnotationProperty ; + rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:seeAlso . + +:definition + a owl:AnnotationProperty ; + rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en ; + rdfs:isDefinedBy . + +:dm + a owl:AnnotationProperty ; + rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:seeAlso . + +:editorialNote + a owl:AnnotationProperty ; + rdfs:comment "A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data."@en ; + rdfs:isDefinedBy . + +:editorsDefinition + a owl:AnnotationProperty ; + rdfs:comment "When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf :definition . + +:endedAtTime + a owl:DatatypeProperty ; + rdfs:comment "The time at which an activity ended. See also prov:startedAtTime."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "endedAtTime" ; + rdfs:range xsd:dateTime ; + :category "starting-point" ; + :component "entities-activities" ; + :editorialNote "It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime."@en ; + :qualifiedForm :End, :atTime . + +:entity + a owl:ObjectProperty ; + rdfs:domain :EntityInfluence ; + rdfs:isDefinedBy ; + rdfs:label "entity" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :influencer ; + :category "qualified" ; + :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ; + :editorsDefinition "The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ; + :inverse "entityOfInfluence" . + +:generated + a owl:ObjectProperty ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "generated" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :influenced ; + owl:inverseOf :wasGeneratedBy ; + :category "expanded" ; + :component "entities-activities" ; + :editorialNote "prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ; + :inverse "wasGeneratedBy" ; + :sharesDefinitionWith :Generation . + +:generatedAtTime + a owl:DatatypeProperty ; + rdfs:comment "The time at which an entity was completely created and is available for use."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "generatedAtTime" ; + rdfs:range xsd:dateTime ; + :category "expanded" ; + :component "entities-activities" ; + :editorialNote "It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime."@en ; + :qualifiedForm :Generation, :atTime . + +:hadActivity + a owl:ObjectProperty ; + rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See PROV-O OWL Profile." ; + rdfs:domain :Influence, [ + a owl:Class ; + owl:unionOf (:Delegation + :Derivation + :End + :Start + ) + ] ; + rdfs:isDefinedBy ; + rdfs:label "hadActivity" ; + rdfs:range :Activity ; + :category "qualified" ; + :component "derivations" ; + :editorialNote "The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL."@en ; + :inverse "wasActivityOfInfluence" ; + :sharesDefinitionWith :Activity . + +:hadGeneration + a owl:ObjectProperty ; + rdfs:comment "The _optional_ Generation involved in an Entity's Derivation."@en ; + rdfs:domain :Derivation ; + rdfs:isDefinedBy ; + rdfs:label "hadGeneration" ; + rdfs:range :Generation ; + :category "qualified" ; + :component "derivations" ; + :inverse "generatedAsDerivation" ; + :sharesDefinitionWith :Generation . + +:hadMember + a owl:ObjectProperty ; + rdfs:domain :Collection ; + rdfs:isDefinedBy ; + rdfs:label "hadMember" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :wasInfluencedBy ; + :category "expanded" ; + :component "expanded" ; + :inverse "wasMemberOf" ; + :sharesDefinitionWith :Collection . + +:hadPlan + a owl:ObjectProperty ; + rdfs:comment "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification."@en ; + rdfs:domain :Association ; + rdfs:isDefinedBy ; + rdfs:label "hadPlan" ; + rdfs:range :Plan ; + :category "qualified" ; + :component "agents-responsibility" ; + :inverse "wasPlanOf" ; + :sharesDefinitionWith :Plan . + +:hadPrimarySource + a owl:ObjectProperty ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "hadPrimarySource" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :wasDerivedFrom ; + owl:propertyChainAxiom (:qualifiedPrimarySource + :entity + ) ; + :category "expanded" ; + :component "derivations" ; + :inverse "wasPrimarySourceOf" ; + :qualifiedForm :PrimarySource, :qualifiedPrimarySource . + +:hadRole + a owl:ObjectProperty ; + rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See PROV-O OWL Profile." ; + rdfs:domain :Influence, [ + a owl:Class ; + owl:unionOf (:Association + :InstantaneousEvent + ) + ] ; + rdfs:isDefinedBy ; + rdfs:label "hadRole" ; + rdfs:range :Role ; + :category "qualified" ; + :component "agents-responsibility" ; + :editorsDefinition "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end."@en ; + :inverse "wasRoleIn" ; + :sharesDefinitionWith :Role . + +:hadUsage + a owl:ObjectProperty ; + rdfs:comment "The _optional_ Usage involved in an Entity's Derivation."@en ; + rdfs:domain :Derivation ; + rdfs:isDefinedBy ; + rdfs:label "hadUsage" ; + rdfs:range :Usage ; + :category "qualified" ; + :component "derivations" ; + :inverse "wasUsedInDerivation" ; + :sharesDefinitionWith :Usage . + +:influenced + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "influenced" ; + owl:inverseOf :wasInfluencedBy ; + :category "expanded" ; + :component "agents-responsibility" ; + :inverse "wasInfluencedBy" ; + :sharesDefinitionWith :Influence . + +:influencer + a owl:ObjectProperty ; + rdfs:comment "Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used."@en ; + rdfs:domain :Influence ; + rdfs:isDefinedBy ; + rdfs:label "influencer" ; + rdfs:range owl:Thing ; + :category "qualified" ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence"^^xsd:anyURI ; + :editorialNote "This property and its subproperties are used in the same way as the rdf:object property, i.e. to reference the object of an unqualified prov:wasInfluencedBy or prov:influenced triple."@en ; + :editorsDefinition "This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified."@en ; + :inverse "hadInfluence" . + +:invalidated + a owl:ObjectProperty ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "invalidated" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :influenced ; + owl:inverseOf :wasInvalidatedBy ; + :category "expanded" ; + :component "entities-activities" ; + :editorialNote "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ; + :inverse "wasInvalidatedBy" ; + :sharesDefinitionWith :Invalidation . + +:invalidatedAtTime + a owl:DatatypeProperty ; + rdfs:comment "The time at which an entity was invalidated (i.e., no longer usable)."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "invalidatedAtTime" ; + rdfs:range xsd:dateTime ; + :category "expanded" ; + :component "entities-activities" ; + :editorialNote "It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime."@en ; + :qualifiedForm :Invalidation, :atTime . + +:inverse + a owl:AnnotationProperty ; + rdfs:comment "PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used."@en ; + rdfs:isDefinedBy ; + rdfs:seeAlso . + +:n + a owl:AnnotationProperty ; + rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:seeAlso . + +:order + a owl:AnnotationProperty ; + rdfs:comment "The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified."@en ; + rdfs:isDefinedBy . + +:qualifiedAssociation + a owl:ObjectProperty ; + rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ]."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedAssociation" ; + rdfs:range :Association ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "agents-responsibility" ; + :inverse "qualifiedAssociationOf" ; + :sharesDefinitionWith :Association ; + :unqualifiedForm :wasAssociatedWith . + +:qualifiedAttribution + a owl:ObjectProperty ; + rdfs:comment "If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution; prov:agent :ag; :foo :bar ]."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedAttribution" ; + rdfs:range :Attribution ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "agents-responsibility" ; + :inverse "qualifiedAttributionOf" ; + :sharesDefinitionWith :Attribution ; + :unqualifiedForm :wasAttributedTo . + +:qualifiedCommunication + a owl:ObjectProperty ; + rdfs:comment "If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication; prov:activity :a; :foo :bar ]."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedCommunication" ; + rdfs:range :Communication ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "entities-activities" ; + :inverse "qualifiedCommunicationOf" ; + :qualifiedForm :Communication ; + :sharesDefinitionWith :Communication . + +:qualifiedDelegation + a owl:ObjectProperty ; + rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ]."@en ; + rdfs:domain :Agent ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedDelegation" ; + rdfs:range :Delegation ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "agents-responsibility" ; + :inverse "qualifiedDelegationOf" ; + :sharesDefinitionWith :Delegation ; + :unqualifiedForm :actedOnBehalfOf . + +:qualifiedDerivation + a owl:ObjectProperty ; + rdfs:comment "If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation; prov:entity :e; :foo :bar ]."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedDerivation" ; + rdfs:range :Derivation ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "derivations" ; + :inverse "qualifiedDerivationOf" ; + :sharesDefinitionWith :Derivation ; + :unqualifiedForm :wasDerivedFrom . + +:qualifiedEnd + a owl:ObjectProperty ; + rdfs:comment "If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End; prov:entity :e1; :foo :bar ]."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedEnd" ; + rdfs:range :End ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "entities-activities" ; + :inverse "qualifiedEndOf" ; + :sharesDefinitionWith :End ; + :unqualifiedForm :wasEndedBy . + +:qualifiedForm + a owl:AnnotationProperty ; + rdfs:comment """This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. + +Example annotation: + + prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation . + +Then this unqualified assertion: + + :entity1 prov:wasGeneratedBy :activity1 . + +can be qualified by adding: + + :entity1 prov:qualifiedGeneration :entity1Gen . + :entity1Gen + a prov:Generation, prov:Influence; + prov:activity :activity1; + :customValue 1337 . + +Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class."""@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:seeAlso . + +:qualifiedGeneration + a owl:ObjectProperty ; + rdfs:comment "If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation; prov:entity :e; :foo :bar ]."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedGeneration" ; + rdfs:range :Generation ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "entities-activities" ; + :inverse "qualifiedGenerationOf" ; + :sharesDefinitionWith :Generation ; + :unqualifiedForm :wasGeneratedBy . + +:qualifiedInfluence + a owl:ObjectProperty ; + rdfs:comment "Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable."@en ; + rdfs:domain [ + a owl:Class ; + owl:unionOf (:Activity + :Agent + :Entity + ) + ] ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedInfluence" ; + rdfs:range :Influence ; + :category "qualified" ; + :component "derivations" ; + :inverse "qualifiedInfluenceOf" ; + :sharesDefinitionWith :Influence ; + :unqualifiedForm :wasInfluencedBy . + +:qualifiedInvalidation + a owl:ObjectProperty ; + rdfs:comment "If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :a; :foo :bar ]."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedInvalidation" ; + rdfs:range :Invalidation ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "entities-activities" ; + :inverse "qualifiedInvalidationOf" ; + :sharesDefinitionWith :Invalidation ; + :unqualifiedForm :wasInvalidatedBy . + +:qualifiedPrimarySource + a owl:ObjectProperty ; + rdfs:comment "If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedPrimarySource" ; + rdfs:range :PrimarySource ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "derivations" ; + :inverse "qualifiedSourceOf" ; + :sharesDefinitionWith :PrimarySource ; + :unqualifiedForm :hadPrimarySource . + +:qualifiedQuotation + a owl:ObjectProperty ; + rdfs:comment "If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation; prov:entity :e; :foo :bar ]."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedQuotation" ; + rdfs:range :Quotation ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "derivations" ; + :inverse "qualifiedQuotationOf" ; + :sharesDefinitionWith :Quotation ; + :unqualifiedForm :wasQuotedFrom . + +:qualifiedRevision + a owl:ObjectProperty ; + rdfs:comment "If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision; prov:entity :e; :foo :bar ]."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedRevision" ; + rdfs:range :Revision ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "derivations" ; + :inverse "revisedEntity" ; + :sharesDefinitionWith :Revision ; + :unqualifiedForm :wasRevisionOf . + +:qualifiedStart + a owl:ObjectProperty ; + rdfs:comment "If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start; prov:entity :e1; :foo :bar ]."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedStart" ; + rdfs:range :Start ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "entities-activities" ; + :inverse "qualifiedStartOf" ; + :sharesDefinitionWith :Start ; + :unqualifiedForm :wasStartedBy . + +:qualifiedUsage + a owl:ObjectProperty ; + rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "qualifiedUsage" ; + rdfs:range :Usage ; + rdfs:subPropertyOf :qualifiedInfluence ; + :category "qualified" ; + :component "entities-activities" ; + :inverse "qualifiedUsingActivity" ; + :sharesDefinitionWith :Usage ; + :unqualifiedForm :used . + +:sharesDefinitionWith + a owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:seeAlso . + +:specializationOf + a owl:AnnotationProperty, owl:ObjectProperty ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "specializationOf" ; + rdfs:range :Entity ; + rdfs:seeAlso :alternateOf ; + rdfs:subPropertyOf :alternateOf ; + :category "expanded" ; + :component "alternate" ; + :constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ; + :definition "An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization"^^xsd:anyURI ; + :inverse "generalizationOf" ; + :n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization"^^xsd:anyURI . + +:startedAtTime + a owl:DatatypeProperty ; + rdfs:comment "The time at which an activity started. See also prov:endedAtTime."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "startedAtTime" ; + rdfs:range xsd:dateTime ; + :category "starting-point" ; + :component "entities-activities" ; + :editorialNote "It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime."@en ; + :qualifiedForm :Start, :atTime . + +:todo + a owl:AnnotationProperty . + +:unqualifiedForm + a owl:AnnotationProperty ; + rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ; + rdfs:isDefinedBy ; + rdfs:subPropertyOf rdfs:seeAlso . + +:used + a owl:ObjectProperty ; + rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "used" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedUsage + :entity + ) ; + :category "starting-point" ; + :component "entities-activities" ; + :inverse "wasUsedBy" ; + :qualifiedForm :Usage, :qualifiedUsage . + +:value + a owl:DatatypeProperty ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "value" ; + :category "expanded" ; + :component "entities-activities" ; + :definition "Provides a value that is a direct representation of an entity."@en ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value"^^xsd:anyURI ; + :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')."@en . + +:wasAssociatedWith + a owl:ObjectProperty ; + rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "wasAssociatedWith" ; + rdfs:range :Agent ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedAssociation + :agent + ) ; + :category "starting-point" ; + :component "agents-responsibility" ; + :inverse "wasAssociateFor" ; + :qualifiedForm :Association, :qualifiedAssociation . + +:wasAttributedTo + a owl:ObjectProperty ; + rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "wasAttributedTo" ; + rdfs:range :Agent ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedAttribution + :agent + ) ; + :category "starting-point" ; + :component "agents-responsibility" ; + :definition "Attribution is the ascribing of an entity to an agent."@en ; + :inverse "contributed" ; + :qualifiedForm :Attribution, :qualifiedAttribution . + +:wasDerivedFrom + a owl:ObjectProperty ; + rdfs:comment "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "wasDerivedFrom" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedDerivation + :entity + ) ; + :category "starting-point" ; + :component "derivations" ; + :definition "A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity."@en ; + :inverse "hadDerivation" ; + :qualifiedForm :Derivation, :qualifiedDerivation . + +:wasEndedBy + a owl:ObjectProperty ; + rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "wasEndedBy" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedEnd + :entity + ) ; + :category "expanded" ; + :component "entities-activities" ; + :inverse "ended" ; + :qualifiedForm :End, :qualifiedEnd . + +:wasGeneratedBy + a owl:ObjectProperty ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "wasGeneratedBy" ; + rdfs:range :Activity ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedGeneration + :activity + ) ; + :category "starting-point" ; + :component "entities-activities" ; + :inverse "generated" ; + :qualifiedForm :Generation, :qualifiedGeneration . + +:wasInfluencedBy + a owl:ObjectProperty ; + rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See PROV-O OWL Profile." ; + rdfs:domain [ + a owl:Class ; + owl:unionOf (:Activity + :Agent + :Entity + ) + ] ; + rdfs:isDefinedBy ; + rdfs:label "wasInfluencedBy" ; + rdfs:range [ + a owl:Class ; + owl:unionOf (:Activity + :Agent + :Entity + ) + ] ; + :category "qualified" ; + :component "agents-responsibility" ; + :editorialNote """The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] . + +Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified. + +prov:wasInfluencedBy should not be used without also using one of its subproperties. +"""@en ; + :inverse "influenced" ; + :qualifiedForm :Influence, :qualifiedInfluence ; + :sharesDefinitionWith :Influence . + +:wasInformedBy + a owl:ObjectProperty ; + rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "wasInformedBy" ; + rdfs:range :Activity ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedCommunication + :activity + ) ; + :category "starting-point" ; + :component "entities-activities" ; + :inverse "informed" ; + :qualifiedForm :Communication, :qualifiedCommunication . + +:wasInvalidatedBy + a owl:ObjectProperty ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "wasInvalidatedBy" ; + rdfs:range :Activity ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedInvalidation + :activity + ) ; + :category "expanded" ; + :component "entities-activities" ; + :inverse "invalidated" ; + :qualifiedForm :Invalidation, :qualifiedInvalidation . + +:wasQuotedFrom + a owl:ObjectProperty ; + rdfs:comment "An entity is derived from an original entity by copying, or 'quoting', some or all of it."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "wasQuotedFrom" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :wasDerivedFrom ; + owl:propertyChainAxiom (:qualifiedQuotation + :entity + ) ; + :category "expanded" ; + :component "derivations" ; + :inverse "quotedAs" ; + :qualifiedForm :Quotation, :qualifiedQuotation . + +:wasRevisionOf + a owl:AnnotationProperty, owl:ObjectProperty ; + rdfs:comment "A revision is a derivation that revises an entity into a revised version."@en ; + rdfs:domain :Entity ; + rdfs:isDefinedBy ; + rdfs:label "wasRevisionOf" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :wasDerivedFrom ; + owl:propertyChainAxiom (:qualifiedRevision + :entity + ) ; + :category "expanded" ; + :component "derivations" ; + :inverse "hadRevision" ; + :qualifiedForm :Revision, :qualifiedRevision . + +:wasStartedBy + a owl:ObjectProperty ; + rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ; + rdfs:domain :Activity ; + rdfs:isDefinedBy ; + rdfs:label "wasStartedBy" ; + rdfs:range :Entity ; + rdfs:subPropertyOf :wasInfluencedBy ; + owl:propertyChainAxiom (:qualifiedStart + :entity + ) ; + :category "expanded" ; + :component "entities-activities" ; + :inverse "started" ; + :qualifiedForm :Start, :qualifiedStart . + + + a owl:Ontology ; + rdfs:comment """This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). + +If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome."""@en ; + rdfs:label "W3C PROVenance Interchange Ontology (PROV-O)"@en ; + rdfs:seeAlso , ; + owl:versionIRI ; + owl:versionInfo "Recommendation version 2013-04-30"@en ; + :specializationOf ; + :wasRevisionOf . + +[] + a owl:Axiom ; + rdfs:comment "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections."@en ; + owl:annotatedProperty rdfs:range ; + owl:annotatedSource :hadMember ; + owl:annotatedTarget :Entity ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection" . + +[] + a owl:Axiom ; + rdfs:comment "hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information." ; + owl:annotatedProperty rdfs:subPropertyOf ; + owl:annotatedSource :hadPrimarySource ; + owl:annotatedTarget :wasDerivedFrom . + +[] + a owl:Axiom ; + rdfs:comment "Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it." ; + owl:annotatedProperty rdfs:subPropertyOf ; + owl:annotatedSource :wasAttributedTo ; + owl:annotatedTarget :wasInfluencedBy ; + :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. " . + +[] + a owl:Axiom ; + rdfs:comment "Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence." ; + owl:annotatedProperty rdfs:subPropertyOf ; + owl:annotatedSource :wasDerivedFrom ; + owl:annotatedTarget :wasInfluencedBy . + +[] + a owl:Axiom ; + owl:annotatedProperty rdfs:range ; + owl:annotatedSource :wasInfluencedBy ; + owl:annotatedTarget [ + a owl:Class ; + owl:unionOf (:Activity + :Agent + :Entity + ) + ] ; + :definition "influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;" ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence" . + +[] + a owl:Axiom ; + owl:annotatedProperty rdfs:domain ; + owl:annotatedSource :wasInfluencedBy ; + owl:annotatedTarget [ + a owl:Class ; + owl:unionOf (:Activity + :Agent + :Entity + ) + ] ; + :definition "influencee: an identifier (o2) for an entity, activity, or agent; " ; + :dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence" . + +[] + a owl:Axiom ; + rdfs:comment "Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ; + owl:annotatedProperty rdfs:subPropertyOf ; + owl:annotatedSource :wasQuotedFrom ; + owl:annotatedTarget :wasDerivedFrom . + +[] + a owl:Axiom ; + rdfs:comment """Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to +http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ; + owl:annotatedProperty rdfs:subPropertyOf ; + owl:annotatedSource :wasRevisionOf ; + owl:annotatedTarget :wasDerivedFrom . diff --git a/data/ontologies/qudt-core.ttl b/data/ontologies/qudt-core.ttl new file mode 100644 index 00000000..9caa21bf --- /dev/null +++ b/data/ontologies/qudt-core.ttl @@ -0,0 +1,3357 @@ +# baseURI: http://qudt.org/2.1/schema/qudt +# imports: http://www.linkedmodel.org/schema/dtype +# imports: http://www.linkedmodel.org/schema/vaem +# imports: http://www.w3.org/2004/02/skos/core + +@prefix dc: . +@prefix dcterms: . +@prefix dtype: . +@prefix owl: . +@prefix prov: . +@prefix qudt: . +@prefix qudt.type: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix vaem: . +@prefix voag: . +@prefix xsd: . + +dcterms:abstract + a owl:AnnotationProperty ; + rdfs:isDefinedBy dcterms: ; + rdfs:label "abstract" ; + rdfs:range xsd:string ; +. +dcterms:contributor + a rdf:Property ; + rdfs:label "contributor" ; +. +dcterms:created + a rdf:Property ; + rdfs:label "created" ; + rdfs:range xsd:date ; +. +dcterms:creator + a owl:AnnotationProperty ; + rdfs:label "creator" ; +. +dcterms:description + a owl:DatatypeProperty ; + rdfs:label "description" ; +. +dcterms:isReplacedBy + a owl:ObjectProperty ; + rdfs:label "is replaced by" ; +. +dcterms:modified + a rdf:Property ; + rdfs:label "modified" ; + rdfs:range xsd:date ; +. +dcterms:rights + a owl:AnnotationProperty ; + rdfs:label "rights" ; + rdfs:range xsd:string ; +. +dcterms:source + a owl:AnnotationProperty ; + rdfs:isDefinedBy dcterms: ; + rdfs:label "source" ; + rdfs:range xsd:anyURI ; +. +dcterms:subject + a owl:AnnotationProperty ; + rdfs:label "subject" ; + rdfs:range xsd:string ; +. +dcterms:title + a owl:AnnotationProperty ; + rdfs:label "title" ; + rdfs:range xsd:string ; +. + + a owl:Ontology ; + vaem:hasGraphMetadata vaem:GMD_QUDT-SCHEMA ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Schema - Version 2.1.47" ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:versionIRI ; +. +qudt:AbstractQuantityKind + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Quantity Kind (abstract)" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty skos:broader ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:symbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:altSymbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexSymbol ; + ] ; +. +qudt:AngleUnit + a owl:Class ; + dcterms:description "All units relating to specification of angles. " ; + rdfs:isDefinedBy ; + rdfs:label "Angle unit" ; + rdfs:subClassOf qudt:DimensionlessUnit ; + skos:exactMatch ; +. +qudt:Aspect + a qudt:AspectClass ; + rdfs:comment "An aspect is an abstract type class that defines properties that can be reused."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Aspect" ; + rdfs:subClassOf owl:Thing ; +. +qudt:AspectClass + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Aspect Class" ; + rdfs:subClassOf rdfs:Class ; +. +qudt:BaseDimensionMagnitude + a owl:Class ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dimensional_analysis"^^xsd:anyURI ; + qudt:informativeReference "http://web.mit.edu/2.25/www/pdf/DA_unified.pdf"^^xsd:anyURI ; + rdfs:comment """

A Dimension expresses a magnitude for a base quantiy kind such as mass, length and time.

+

DEPRECATED - each exponent is expressed as a property. Keep until a validaiton of this has been done.

"""^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Base Dimension Magnitude" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:hasBaseQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:float ; + owl:onProperty qudt:vectorMagnitude ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:int ; + owl:onProperty qudt:hasBaseQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:int ; + owl:onProperty qudt:vectorMagnitude ; + ] ; +. +qudt:BigEndian + a qudt:EndianType ; + dtype:literal "big" ; + rdfs:isDefinedBy ; + rdfs:label "Big Endian" ; +. +qudt:BinaryPrefix + a owl:Class ; + rdfs:comment "A Binary Prefix is a prefix for multiples of units in data processing, data transmission, and digital information, notably the bit and the byte, to indicate multiplication by a power of 2." ; + rdfs:isDefinedBy ; + rdfs:label "Binary Prefix" ; + rdfs:subClassOf qudt:Prefix ; +. +qudt:BitEncoding + a qudt:BitEncodingType ; + qudt:bits 1 ; + rdfs:isDefinedBy ; + rdfs:label "Bit Encoding" ; +. +qudt:BitEncodingType + a owl:Class ; + dcterms:description "A bit encoding is a correspondence between the two possible values of a bit, 0 or 1, and some interpretation. For example, in a boolean encoding, a bit denotes a truth value, where 0 corresponds to False and 1 corresponds to True." ; + rdfs:isDefinedBy ; + rdfs:label "Bit Encoding" ; + rdfs:subClassOf qudt:Encoding ; + owl:oneOf ( + qudt:BitEncoding + ) ; +. +qudt:BooleanEncoding + a qudt:BooleanEncodingType ; + qudt:bits 1 ; + rdfs:isDefinedBy ; + rdfs:label "Boolean Encoding" ; +. +qudt:BooleanEncodingType + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Boolean encoding type" ; + rdfs:subClassOf qudt:Encoding ; + owl:oneOf ( + qudt:BooleanEncoding + qudt:BitEncoding + qudt:OctetEncoding + ) ; +. +qudt:ByteEncodingType + a owl:Class ; + dcterms:description "This class contains the various ways that information may be encoded into bytes." ; + rdfs:isDefinedBy ; + rdfs:label "Byte Encoding" ; + rdfs:subClassOf qudt:Encoding ; +. +qudt:CT_COUNTABLY-INFINITE + a qudt:CardinalityType ; + dcterms:description """ + A set of numbers is called countably infinite if there is a way to enumerate them. + Formally this is done with a bijection function that associates each number in the set with exactly one of the positive integers. + The set of all fractions is also countably infinite. + In other words, any set $X$ that has the same cardinality as the set of the natural numbers, + or $| X | \\; = \\; | \\mathbb N | \\; = \\; \\aleph0$, is said to be a countably infinite set. + """^^qudt:LatexString ; + qudt:informativeReference "http://www.math.vanderbilt.edu/~schectex/courses/infinity.pdf"^^xsd:anyURI ; + dtype:literal "countable" ; + rdfs:isDefinedBy ; + rdfs:label "Countably Infinite Cardinality Type" ; +. +qudt:CT_FINITE + a qudt:CardinalityType ; + dcterms:description "Any set $X$ with cardinality less than that of the natural numbers, or $| X | \\\\; < \\; | \\\\mathbb N | $, is said to be a finite set."^^qudt:LatexString ; + dtype:literal "finite" ; + rdfs:isDefinedBy ; + rdfs:label "Finite Cardinality Type" ; +. +qudt:CT_UNCOUNTABLE + a qudt:CardinalityType ; + dcterms:description "Any set with cardinality greater than that of the natural numbers, or $| X | \\; > \\; | \\mathbb N | $, for example $| R| \\; = \\; c \\; > |\\mathbb N |$, is said to be uncountable."^^qudt:LatexString ; + dtype:literal "uncountable" ; + rdfs:isDefinedBy ; + rdfs:label "Uncountable Cardinality Type" ; +. +qudt:CardinalityType + a owl:Class ; + dcterms:description """ + In mathematics, the cardinality of a set is a measure of the number of elements of the set. + For example, the set $A = {2, 4, 6}$ contains 3 elements, and therefore $A$ has a cardinality of 3. + There are two approaches to cardinality: one which compares sets directly using bijections and injections, + and another which uses cardinal numbers. + """^^qudt:LatexString ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cardinal_number"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Cardinality"^^xsd:anyURI ; + qudt:plainTextDescription "In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers." ; + rdfs:isDefinedBy ; + rdfs:label "Cardinality Type" ; + rdfs:subClassOf qudt:EnumeratedValue ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty dtype:literal ; + ] ; + owl:oneOf ( + qudt:CT_COUNTABLY-INFINITE + qudt:CT_FINITE + qudt:CT_UNCOUNTABLE + ) ; +. +qudt:CharEncoding + a qudt:BooleanEncodingType ; + a qudt:CharEncodingType ; + dc:description "7 bits of 1 octet" ; + qudt:bytes 1 ; + rdfs:isDefinedBy ; + rdfs:label "Char Encoding" ; +. +qudt:CharEncodingType + a owl:Class ; + dcterms:description "The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes." ; + rdfs:isDefinedBy ; + rdfs:label "Char Encoding Type" ; + rdfs:subClassOf qudt:Encoding ; + owl:oneOf ( + qudt:CharEncoding + ) ; +. +qudt:Citation + a owl:Class ; + rdfs:comment "Provides a simple way of making citations."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Citation" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty dcterms:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:url ; + ] ; +. +qudt:Comment + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Comment" ; + rdfs:subClassOf qudt:Verifiable ; + rdfs:subClassOf owl:Thing ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty dcterms:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:rationale ; + ] ; +. +qudt:Concept + a owl:Class ; + rdfs:comment "The root class for all QUDT concepts."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Concept" ; + rdfs:subClassOf owl:Thing ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Rule ; + owl:onProperty qudt:hasRule ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty dcterms:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty dcterms:isReplacedBy ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:abbreviation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:deprecated ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:id ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:plainTextDescription ; + ] ; +. +qudt:ConstantValue + a owl:Class ; + rdfs:comment "Used to specify the values of a constant."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Constant value" ; + rdfs:subClassOf qudt:QuantityValue ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:exactConstant ; + ] ; +. +qudt:CountingUnit + a owl:Class ; + rdfs:comment "Used for all units that express counts. Examples are Atomic Number, Number, Number per Year, Percent and Sample per Second."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Counting Unit" ; + rdfs:subClassOf qudt:DimensionlessUnit ; +. +qudt:CurrencyUnit + a owl:Class ; + rdfs:comment "Currency Units have their own subclass of unit because: (a) they have additonal properites such as 'country' and (b) their URIs do not conform to the same rules as other units."^^rdf:HTML ; + rdfs:comment "Used for all units that express currency."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Currency Unit" ; + rdfs:subClassOf qudt:DimensionlessUnit ; + rdfs:subClassOf [ + a owl:Restriction ; + xsd:pattern "^\\d{3}$" ; + owl:maxCardinality 1 ; + owl:onProperty qudt:currencyCode ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:currencyExponent ; + ] ; +. +qudt:DataEncoding + a owl:Class ; + rdfs:comment "

Data Encoding expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.

"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Data Encoding" ; + rdfs:subClassOf qudt:Aspect ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Encoding ; + owl:onProperty qudt:encoding ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:EndianType ; + owl:onProperty qudt:bitOrder ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:bitOrder ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:byteOrder ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:encoding ; + ] ; +. +qudt:Datatype + a owl:Class ; + dcterms:description "A data type is a definition of a set of values (for example, \"all integers between 0 and 10\"), and the allowable operations on those values; the meaning of the data; and the way values of that type can be stored. Some types are primitive - built-in to the language, with no visible internal structure - e.g. Boolean; others are composite - constructed from one or more other types (of either kind) - e.g. lists, arrays, structures, unions. Object-oriented programming extends this with classes which encapsulate both the structure of a type and the operations that can be performed on it. Some languages provide strong typing, others allow implicit type conversion and/or explicit type conversion." ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Data_type"^^xsd:anyURI ; + qudt:informativeReference "http://foldoc.org/data+type"^^xsd:anyURI ; + qudt:informativeReference "http://www.princeton.edu/~achaney/tmve/wiki100k/docs/Data_type.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Datatype" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:CardinalityType ; + owl:onProperty qudt:cardinality ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Datatype ; + owl:onProperty qudt:basis ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:OrderedType ; + owl:onProperty qudt:orderedType ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:ansiSQLName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:basis ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:bounded ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:cName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:cardinality ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:id ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:javaName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:jsName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:matlabName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:microsoftSQLServerName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:mySQLName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:odbcName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:oleDBName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:oracleSQLName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:orderedType ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:protocolBuffersName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:pythonName ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:vbName ; + ] ; +. +qudt:DateTimeStringEncodingType + a owl:Class ; + dcterms:description "Date Time encodings are logical encodings for expressing date/time quantities as strings by applying unambiguous formatting and parsing rules." ; + rdfs:isDefinedBy ; + rdfs:label "Date Time String Encoding Type" ; + rdfs:subClassOf qudt:StringEncodingType ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:allowedPattern ; + ] ; +. +qudt:DecimalPrefix + a owl:Class ; + rdfs:comment "A Decimal Prefix is a prefix for multiples of units that are powers of 10." ; + rdfs:isDefinedBy ; + rdfs:label "Decimal Prefix" ; + rdfs:subClassOf qudt:Prefix ; +. +qudt:DerivedUnit + a owl:Class ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Category:SI_derived_units"^^xsd:anyURI ; + rdfs:comment "A DerivedUnit is a type specification for units that are derived from other units."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Derived Unit" ; + rdfs:subClassOf qudt:Unit ; +. +qudt:DimensionlessUnit + a owl:Class ; + rdfs:comment "A Dimensionless Unit is a quantity for which all the exponents of the factors corresponding to the base quantities in its quantity dimension are zero."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Dimensionless Unit" ; + rdfs:subClassOf qudt:Unit ; +. +qudt:Discipline + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Discipline" ; + rdfs:subClassOf qudt:Concept ; +. +qudt:DoublePrecisionEncoding + a qudt:FloatingPointEncodingType ; + qudt:bytes 64 ; + rdfs:isDefinedBy ; + rdfs:label "Single Precision Real Encoding" ; +. +qudt:Encoding + a owl:Class ; + dcterms:description "An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. Examples of encodings include character encodings, such as UTF-8." ; + rdfs:isDefinedBy ; + rdfs:label "Encoding" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:bits ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:bytes ; + ] ; +. +qudt:EndianType + a owl:Class ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Endianness"^^xsd:anyURI ; + qudt:plainTextDescription "In computing, endianness is the ordering used to represent some kind of data as a sequence of smaller units. Typical cases are the order in which integer values are stored as bytes in computer memory (relative to a given memory addressing scheme) and the transmission order over a network or other medium. When specifically talking about bytes, endianness is also referred to simply as byte order. Most computer processors simply store integers as sequences of bytes, so that, conceptually, the encoded value can be obtained by simple concatenation. For an 'n-byte' integer value this allows 'n!' (n factorial) possible representations (one for each byte permutation). The two most common of them are: increasing numeric significance with increasing memory addresses, known as little-endian, and its opposite, called big-endian." ; + rdfs:isDefinedBy ; + rdfs:label "Endian Type" ; + rdfs:subClassOf qudt:EnumeratedValue ; + owl:oneOf ( + qudt.type:LittleEndian + qudt.type:BigEndian + ) ; +. +qudt:EnumeratedQuantity + a qudt:AspectClass ; + rdfs:label "Enumerated Quantity" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:EnumeratedValue ; + owl:onProperty qudt:enumeratedValue ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Enumeration ; + owl:onProperty qudt:enumeration ; + ] ; +. +qudt:EnumeratedValue + a owl:Class ; + dcterms:description """

This class is for all enumerated and/or coded values. For example, it contains the dimension objects that are the basis elements in some abstract vector space associated with a quantity kind system. Another use is for the base dimensions for quantity systems. Each quantity kind system that defines a base set has a corresponding ordered enumeration whose elements are the dimension objects for the base quantity kinds. The order of the dimensions in the enumeration determines the canonical order of the basis elements in the corresponding abstract vector space.

+ +

An enumeration is a set of literals from which a single value is selected. Each literal can have a tag as an integer within a standard encoding appropriate to the range of integer values. Consistency of enumeration types will allow them, and the enumerated values, to be referred to unambiguously either through symbolic name or encoding. Enumerated values are also controlled vocabularies and as such need to be standardized. Without this consistency enumeration literals can be stated differently and result in data conflicts and misinterpretations.

+ +

The tags are a set of positive whole numbers, not necessarily contiguous and having no numerical significance, each corresponding to the associated literal identifier. An order attribute can also be given on the enumeration elements. An enumeration can itself be a member of an enumeration. This allows enumerations to be enumerated in a selection. Enumerations are also subclasses of Scalar Datatype. This allows them to be used as the reference of a datatype specification.

"""^^rdf:HTML ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Enumerated Value" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Verifiable ; + rdfs:subClassOf dtype:EnumeratedValue ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty dcterms:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:abbreviation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:symbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:int ; + owl:onProperty qudt:altSymbol ; + ] ; +. +qudt:Enumeration + a owl:Class ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Enumeration"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Enumerated_type"^^xsd:anyURI ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ; + rdfs:comment """

An enumeration is a set of literals from which a single value is selected. Each literal can have a tag as an integer within a standard encoding appropriate to the range of integer values. Consistency of enumeration types will allow them, and the enumerated values, to be referred to unambiguously either through symbolic name or encoding. Enumerated values are also controlled vocabularies and as such need to be standardized. Without this consistency enumeration literals can be stated differently and result in data conflicts and misinterpretations.

+ +

The tags are a set of positive whole numbers, not necessarily contiguous and having no numerical significance, each corresponding to the associated literal identifier. An order attribute can also be given on the enumeration elements. An enumeration can itself be a member of an enumeration. This allows enumerations to be enumerated in a selection. Enumerations are also subclasses of Scalar Datatype. This allows them to be used as the reference of a datatype specification.

"""^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Enumeration" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf dtype:Enumeration ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:EnumeratedValue ; + owl:onProperty qudt:default ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:EnumeratedValue ; + owl:onProperty qudt:element ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:abbreviation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:default ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:element ; + ] ; +. +qudt:EnumerationScale + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Enumeration scale" ; + rdfs:subClassOf qudt:Scale ; + rdfs:subClassOf dtype:Enumeration ; +. +qudt:Figure + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Figure" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:imageLocation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:figureCaption ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:figureLabel ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:height ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:image ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:landscape ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:width ; + ] ; +. +qudt:FloatingPointEncodingType + a owl:Class ; + dcterms:description "A \"Encoding\" with the following instance(s): \"Double Precision Encoding\", \"Single Precision Real Encoding\"." ; + rdfs:isDefinedBy ; + rdfs:label "Floating Point Encoding" ; + rdfs:subClassOf qudt:Encoding ; +. +qudt:IEEE754_1985RealEncoding + a qudt:FloatingPointEncodingType ; + qudt:bytes 32 ; + rdfs:isDefinedBy ; + rdfs:label "IEEE 754 1985 Real Encoding" ; +. +qudt:ISO8601-UTCDateTime-BasicFormat + a qudt:DateTimeStringEncodingType ; + qudt:allowedPattern "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z" ; + qudt:allowedPattern "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z" ; + rdfs:isDefinedBy ; + rdfs:label "ISO 8601 UTC Date Time - Basic Format" ; +. +qudt:IntegerEncodingType + a owl:Class ; + dcterms:description "The encoding scheme for integer types" ; + rdfs:isDefinedBy ; + rdfs:label "Integer Encoding" ; + rdfs:subClassOf qudt:Encoding ; + owl:oneOf ( + qudt:LongUnsignedIntegerEncoding + qudt:ShortUnsignedIntegerEncoding + qudt:ShortUnsignedIntegerEncoding + qudt:SignedIntegerEncoding + qudt:UnsignedIntegerEncoding + ) ; +. +qudt:IntervalScale + a owl:Class ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; + rdfs:comment """

The interval type allows for the degree of difference between items, but not the ratio between them. Examples include temperature with the Celsius scale, which has two defined points (the freezing and boiling point of water at specific conditions) and then separated into 100 intervals, date when measured from an arbitrary epoch (such as AD), percentage such as a percentage return on a stock,[16] location in Cartesian coordinates, and direction measured in degrees from true or magnetic north. Ratios are not meaningful since 20 °C cannot be said to be \"twice as hot\" as 10 °C, nor can multiplication/division be carried out between any two dates directly. However, ratios of differences can be expressed; for example, one difference can be twice another. Interval type variables are sometimes also called \"scaled variables\", but the formal mathematical term is an affine space (in this case an affine line).

+

Characteristics: median, percentile & Monotonic increasing (order (<) & totally ordered set

"""^^rdf:HTML ; + rdfs:comment "median, percentile & Monotonic increasing (order (<)) & totally ordered set"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Interval scale" ; + rdfs:seeAlso qudt:NominalScale ; + rdfs:seeAlso qudt:OrdinalScale ; + rdfs:seeAlso qudt:RatioScale ; + rdfs:subClassOf qudt:Scale ; +. +qudt:LatexString + a rdfs:Datatype ; + rdfs:comment "A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering." ; + rdfs:isDefinedBy ; + rdfs:label "Latex String" ; + rdfs:subClassOf xsd:string ; +. +qudt:LittleEndian + a qudt:EndianType ; + dtype:literal "little" ; + rdfs:isDefinedBy ; + rdfs:label "Little Endian" ; +. +qudt:LogarithmicUnit + a owl:Class ; + rdfs:comment "Logarithmic units are abstract mathematical units that can be used to express any quantities (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional to the value of a logarithm function. Examples of logarithmic units include common units of information and entropy, such as the bit, and the byte, as well as units of relative signal strength magnitude such as the decibel."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Logarithmic Unit" ; + rdfs:subClassOf qudt:DimensionlessUnit ; +. +qudt:LongUnsignedIntegerEncoding + a qudt:IntegerEncodingType ; + qudt:bytes 8 ; + rdfs:isDefinedBy ; + rdfs:label "Long Unsigned Integer Encoding" ; +. +qudt:MathsFunctionType + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Maths Function Type" ; + rdfs:subClassOf qudt:Concept ; +. +qudt:NIST_SP811_Comment + a owl:Class ; + dc:description "National Institute of Standards and Technology (NIST) Special Publication 811 Comments on some quantities and their units" ; + rdfs:isDefinedBy ; + rdfs:label "NIST SP~811 Comment" ; + rdfs:subClassOf qudt:Comment ; +. +qudt:NominalScale + a owl:Class ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; + rdfs:comment "A nominal scale differentiates between items or subjects based only on their names or (meta-)categories and other qualitative classifications they belong to; thus dichotomous data involves the construction of classifications as well as the classification of items. Discovery of an exception to a classification can be viewed as progress. Numbers may be used to represent the variables but the numbers do not have numerical value or relationship: For example, a Globally unique identifier. Examples of these classifications include gender, nationality, ethnicity, language, genre, style, biological species, and form. In a university one could also use hall of affiliation as an example."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Nominal scale" ; + rdfs:seeAlso qudt:IntervalScale ; + rdfs:seeAlso qudt:OrdinalScale ; + rdfs:seeAlso qudt:RatioScale ; + rdfs:subClassOf qudt:Scale ; +. +qudt:NumericUnion + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Numeric union" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf dtype:numericUnion ; +. +qudt:OctetEncoding + a qudt:BooleanEncodingType ; + a qudt:ByteEncodingType ; + qudt:bytes 1 ; + rdfs:isDefinedBy ; + rdfs:label "OCTET Encoding" ; +. +qudt:OrderedType + a owl:Class ; + dcterms:description "Describes how a data or information structure is ordered." ; + rdfs:isDefinedBy ; + rdfs:label "Ordered type" ; + rdfs:subClassOf qudt:EnumeratedValue ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty dtype:literal ; + ] ; + owl:oneOf ( + qudt:Unordered + qudt:PartiallyOrdered + qudt:TotallyOrdered + ) ; +. +qudt:OrdinalScale + a owl:Class ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; + rdfs:comment "The ordinal type allows for rank order (1st, 2nd, 3rd, etc.) by which data can be sorted, but still does not allow for relative degree of difference between them. Examples include, on one hand, dichotomous data with dichotomous (or dichotomized) values such as 'sick' vs. 'healthy' when measuring health, 'guilty' vs. 'innocent' when making judgments in courts, 'wrong/false' vs. 'right/true' when measuring truth value, and, on the other hand, non-dichotomous data consisting of a spectrum of values, such as 'completely agree', 'mostly agree', 'mostly disagree', 'completely disagree' when measuring opinion."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Ordinal scale" ; + rdfs:seeAlso qudt:IntervalScale ; + rdfs:seeAlso qudt:NominalScale ; + rdfs:seeAlso qudt:RatioScale ; + rdfs:subClassOf qudt:Scale ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:order ; + ] ; +. +qudt:Organization + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Organization" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:url ; + ] ; +. +qudt:PartiallyOrdered + a qudt:OrderedType ; + qudt:plainTextDescription "Partial ordered structure." ; + dtype:literal "partial" ; + rdfs:isDefinedBy ; + rdfs:label "Partially Ordered" ; +. +qudt:PhysicalConstant + a owl:Class ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Physical_constant"^^xsd:anyURI ; + rdfs:comment "A physical constant is a physical quantity that is generally believed to be both universal in nature and constant in time. It can be contrasted with a mathematical constant, which is a fixed numerical value but does not directly involve any physical measurement. There are many physical constants in science, some of the most widely recognized being the speed of light in vacuum c, Newton's gravitational constant G, Planck's constant h, the electric permittivity of free space ε0, and the elementary charge e. Physical constants can take many dimensional forms, or may be dimensionless depending on the system of quantities and units used."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Physical Constant" ; + rdfs:subClassOf qudt:Quantity ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:PhysicalConstant ; + owl:onProperty qudt:exactMatch ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKindDimensionVector ; + owl:onProperty qudt:hasDimensionVector ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:SystemOfUnits ; + owl:onProperty qudt:applicableSystem ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:applicableUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:boolean ; + owl:onProperty qudt:exactConstant ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexDefinition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:mathMLdefinition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:int ; + owl:onProperty qudt:altSymbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dbpediaMatch ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:isoNormativeReference ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexSymbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:normativeReference ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:symbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:ucumCode ; + ] ; +. +qudt:PlaneAngleUnit + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Plane Angle Unit" ; + rdfs:subClassOf qudt:AngleUnit ; +. +qudt:Prefix + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Prefix" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Verifiable ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Prefix ; + owl:onProperty qudt:exactMatch ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:UCUMcs-term ; + owl:onProperty qudt:ucumCode ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:prefixMultiplier ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:int ; + owl:onProperty qudt:altSymbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexSymbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:symbol ; + ] ; +. +qudt:Quantifiable + a owl:Class ; + rdfs:comment "

Quantifiable ascribes to some thing the capability of being measured, observed, or counted.

"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Quantifiable" ; + rdfs:subClassOf qudt:Aspect ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:DataEncoding ; + owl:onProperty qudt:dataEncoding ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Datatype ; + owl:onProperty qudt:datatype ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:hasUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:unit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty qudt:standardUncertainty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:double ; + owl:onProperty qudt:relativeStandardUncertainty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:double ; + owl:onProperty qudt:standardUncertaintySN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:datatype ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:relativeStandardUncertainty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:standardUncertainty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dataEncoding ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:hasUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:unit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:value ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:valueSN ; + ] ; +. +qudt:Quantity + a owl:Class ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quantity"^^xsd:anyURI ; + rdfs:comment """

A quantity is the measurement of an observable property of a particular object, event, or physical system. + A quantity is always associated with the context of measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the + underlying quantity kind is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific + quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Examples of physical quantities include physical constants, such as + the speed of light in a vacuum, Planck's constant, the electric permittivity of free space, and the fine structure constant.

+

In other words, quantities are quantifiable aspects of the world, such as the duration of a movie, the distance between two points, +velocity of a car, the pressure of the atmosphere, and a person's weight; and units are used to describe their numerical measure.

+

Many quantity kinds are related to each other by various physical laws, and as a result, the associated units of some quantity +kinds can be expressed as products (or ratios) of powers of other quantity kinds (e.g., momentum is mass times velocity and velocity is defined as distance +divided by time). In this way, some quantities can be calculated from other measured quantities using their associations to the quantity kinds in these +expressions. These quantity kind relationships are also discussed in dimensional analysis. Those that cannot be so expressed can be regarded +as \"fundamental\" in this sense.

+

A quantity is distinguished from a \"quantity kind\" in that the former carries a value and the latter is a type specifier.

"""^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Quantity" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Quantifiable ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:hasQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityValue ; + owl:onProperty qudt:quantityValue ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:boolean ; + owl:onProperty qudt:isDeltaQuantity ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:hasQuantityKind ; + ] ; +. +qudt:QuantityKind + a owl:Class ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=112-01-04"^^xsd:anyURI ; + rdfs:comment "A Quantity Kind is any observable property that can be measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Quantity Kind" ; + rdfs:subClassOf qudt:AbstractQuantityKind ; + rdfs:subClassOf qudt:Verifiable ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:exactMatch ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:generalization ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKindDimensionVector ; + owl:onProperty qudt:hasDimensionVector ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKindDimensionVector_SI ; + owl:onProperty qudt:dimensionVectorForSI ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty qudt:iec61360Code ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:generalization ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionVectorForSI ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexDefinition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:mathMLdefinition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass qudt:QuantityKindDimensionVector ; + owl:onProperty qudt:qkdvDenominator ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass qudt:QuantityKindDimensionVector ; + owl:onProperty qudt:qkdvNumerator ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:applicableCGSUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:applicableISOUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:applicableImperialUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:applicableSIUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:applicableUSCustomaryUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:applicableUnit ; + ] ; +. +qudt:QuantityKindDimensionVector + a owl:Class ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Dimensional_analysis"^^xsd:anyURI ; + qudt:informativeReference "http://web.mit.edu/2.25/www/pdf/DA_unified.pdf"^^xsd:anyURI ; + rdfs:comment """

A Quantity Kind Dimension Vector describes the dimensionality of a quantity kind in the context of a system of units. In the SI system of units, the dimensions of a quantity kind are expressed as a product of the basic physical dimensions mass ($M$), length ($L$), time ($T$) current ($I$), amount of substance ($N$), luminous intensity ($J$) and absolute temperature ($\\theta$) as $dim \\, Q = L^{\\alpha} \\, M^{\\beta} \\, T^{\\gamma} \\, I ^{\\delta} \\, \\theta ^{\\epsilon} \\, N^{\\eta} \\, J ^{\\nu}$.

+ +

The rational powers of the dimensional exponents, $\\alpha, \\, \\beta, \\, \\gamma, \\, \\delta, \\, \\epsilon, \\, \\eta, \\, \\nu$, are positive, negative, or zero.

+ +

For example, the dimension of the physical quantity kind $\\it{speed}$ is $\\boxed{length/time}$, $L/T$ or $LT^{-1}$, and the dimension of the physical quantity kind force is $\\boxed{mass \\times acceleration}$ or $\\boxed{mass \\times (length/time)/time}$, $ML/T^2$ or $MLT^{-2}$ respectively.

"""^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Quantity Kind Dimension Vector" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:hasReferenceQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionExponentForAmountOfSubstance ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionExponentForElectricCurrent ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionExponentForLength ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionExponentForLuminousIntensity ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionExponentForMass ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionExponentForThermodynamicTemperature ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionExponentForTime ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dimensionlessExponent ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexDefinition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexSymbol ; + ] ; +. +qudt:QuantityKindDimensionVector_CGS + a owl:Class ; + rdfs:comment "A CGS Dimension Vector is used to specify the dimensions for a C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "CGS Dimension vector" ; + rdfs:subClassOf qudt:QuantityKindDimensionVector ; +. +qudt:QuantityKindDimensionVector_CGS-EMU + a owl:Class ; + rdfs:comment "A CGS EMU Dimension Vector is used to specify the dimensions for EMU C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "CGS EMU Dimension vector" ; + rdfs:subClassOf qudt:QuantityKindDimensionVector_CGS ; +. +qudt:QuantityKindDimensionVector_CGS-ESU + a owl:Class ; + rdfs:comment "A CGS ESU Dimension Vector is used to specify the dimensions for ESU C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "CGS ESU Dimension vector" ; + rdfs:subClassOf qudt:QuantityKindDimensionVector_CGS ; +. +qudt:QuantityKindDimensionVector_CGS-GAUSS + a owl:Class ; + rdfs:comment "A CGS GAUSS Dimension Vector is used to specify the dimensions for Gaussioan C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "CGS GAUSS Dimension vector" ; + rdfs:subClassOf qudt:QuantityKindDimensionVector_CGS ; +. +qudt:QuantityKindDimensionVector_CGS-LH + a owl:Class ; + rdfs:comment "A CGS LH Dimension Vector is used to specify the dimensions for Lorentz-Heaviside C.G.S. quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "CGS LH Dimension vector" ; + rdfs:subClassOf qudt:QuantityKindDimensionVector_CGS ; +. +qudt:QuantityKindDimensionVector_ISO + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "ISO Dimension vector" ; + rdfs:subClassOf qudt:QuantityKindDimensionVector ; +. +qudt:QuantityKindDimensionVector_Imperial + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Imperial dimension vector" ; + rdfs:subClassOf qudt:QuantityKindDimensionVector ; +. +qudt:QuantityKindDimensionVector_SI + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Quantity Kind Dimension vector (SI)" ; + rdfs:subClassOf qudt:QuantityKindDimensionVector ; +. +qudt:QuantityType + a owl:Class ; + dcterms:description """ + A $\\textit{Quantity Type}$ is an enumeration of quantity kinds. + It specializes $\\boxed{dtype:EnumeratedValue}$ by constrinaing $\\boxed{dtype:value}$ to instances of $\\boxed{qudt:QuantityKind}$. + """^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "Quantity type" ; + rdfs:subClassOf qudt:EnumeratedValue ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty dtype:value ; + ] ; +. +qudt:QuantityValue + a owl:Class ; + rdfs:comment "A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to NIST SP 811 section 7 for more on quantity values."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Quantity value" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Quantifiable ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:hasUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:unit ; + ] ; +. +qudt:RatioScale + a owl:Class ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Level_of_measurement"^^xsd:anyURI ; + rdfs:comment "The ratio type takes its name from the fact that measurement is the estimation of the ratio between a magnitude of a continuous quantity and a unit magnitude of the same kind (Michell, 1997, 1999). A ratio scale possesses a meaningful (unique and non-arbitrary) zero value. Most measurement in the physical sciences and engineering is done on ratio scales. Examples include mass, length, duration, plane angle, energy and electric charge. In contrast to interval scales, ratios are now meaningful because having a non-arbitrary zero point makes it meaningful to say, for example, that one object has \"twice the length\" of another (= is \"twice as long\"). Very informally, many ratio scales can be described as specifying \"how much\" of something (i.e. an amount or magnitude) or \"how many\" (a count). The Kelvin temperature scale is a ratio scale because it has a unique, non-arbitrary zero point called absolute zero."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Ratio scale" ; + rdfs:seeAlso qudt:IntervalScale ; + rdfs:seeAlso qudt:NominalScale ; + rdfs:seeAlso qudt:OrdinalScale ; + rdfs:subClassOf qudt:Scale ; +. +qudt:Rule + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Rule" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Verifiable ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:RuleType ; + owl:onProperty qudt:ruleType ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:rationale ; + ] ; +. +qudt:RuleType + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Rule Type" ; + rdfs:subClassOf qudt:EnumeratedValue ; +. +qudt:SIGNED + a qudt:SignednessType ; + dtype:literal "signed" ; + rdfs:isDefinedBy ; + rdfs:label "Signed" ; +. +qudt:ScalarDatatype + a owl:Class ; + dcterms:description "Scalar data types are those that have a single value. The permissible values are defined over a domain that may be integers, float, character or boolean. Often a scalar data type is referred to as a primitive data type." ; + rdfs:isDefinedBy ; + rdfs:label "Scalar Datatype" ; + rdfs:subClassOf qudt:Datatype ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Datatype ; + owl:onProperty qudt:rdfsDatatype ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:bits ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:bytes ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:length ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:maxExclusive ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:maxInclusive ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:minExclusive ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:minInclusive ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty qudt:rdfsDatatype ; + ] ; +. +qudt:Scale + a owl:Class ; + rdfs:comment "Scales (also called \"scales of measurement\" or \"levels of measurement\") are expressions that typically refer to the theory of scale types."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Scale" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:MathsFunctionType ; + owl:onProperty qudt:permissibleMaths ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:ScaleType ; + owl:onProperty qudt:scaleType ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:TransformType ; + owl:onProperty qudt:permissibleTransformation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dataStructure ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:scaleType ; + ] ; +. +qudt:ScaleType + a owl:Class ; + qudt:plainTextDescription "Scales, or scales of measurement (or categorization) provide ways of quantifying measurements, values and other enumerated values according to a normative frame of reference. Four different types of scales are typically used. These are interval, nominal, ordinal and ratio scales." ; + rdfs:isDefinedBy ; + rdfs:label "Scale type" ; + rdfs:subClassOf qudt:EnumeratedValue ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:MathsFunctionType ; + owl:onProperty qudt:permissibleMaths ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:TransformType ; + owl:onProperty qudt:permissibleTransformation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dataStructure ; + ] ; +. +qudt:ShortSignedIntegerEncoding + a qudt:IntegerEncodingType ; + qudt:bytes 2 ; + rdfs:isDefinedBy ; + rdfs:label "Short Signed Integer Encoding" ; +. +qudt:ShortUnsignedIntegerEncoding + a qudt:BooleanEncodingType ; + a qudt:IntegerEncodingType ; + qudt:bytes 2 ; + rdfs:isDefinedBy ; + rdfs:label "Short Unsigned Integer Encoding" ; +. +qudt:SignedIntegerEncoding + a qudt:IntegerEncodingType ; + qudt:bytes 4 ; + rdfs:isDefinedBy ; + rdfs:label "Signed Integer Encoding" ; +. +qudt:SinglePrecisionRealEncoding + a qudt:FloatingPointEncodingType ; + qudt:bytes 32 ; + rdfs:isDefinedBy ; + rdfs:label "Single Precision Real Encoding" ; +. +qudt:SolidAngleUnit + a owl:Class ; + 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." ; + rdfs:isDefinedBy ; + rdfs:label "Solid Angle Unit" ; + rdfs:subClassOf qudt:AngleUnit ; +. +qudt:Statement + a rdfs:Class ; + rdfs:isDefinedBy ; + rdfs:label "Statement" ; + rdfs:subClassOf rdf:Statement ; +. +qudt:Symbol + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Symbol" ; + rdfs:subClassOf qudt:Concept ; +. +qudt:SystemOfQuantityKinds + a owl:Class ; + rdfs:comment "A system of quantity kinds is a set of one or more quantity kinds together with a set of zero or more algebraic equations that define relationships between quantity kinds in the set. In the physical sciences, the equations relating quantity kinds are typically physical laws and definitional relations, and constants of proportionality. Examples include Newton’s First Law of Motion, Coulomb’s Law, and the definition of velocity as the instantaneous change in position. In almost all cases, the system identifies a subset of base quantity kinds. The base set is chosen so that all other quantity kinds of interest can be derived from the base quantity kinds and the algebraic equations. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind. From a scientific point of view, the division of quantities into base quantities and derived quantities is a matter of convention."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "System of Quantity Kinds" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Enumeration ; + owl:onProperty qudt:baseDimensionEnumeration ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:hasBaseQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:hasQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:systemDerivedQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:SystemOfUnits ; + owl:onProperty qudt:hasUnitSystem ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:baseDimensionEnumeration ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:hasQuantityKind ; + ] ; +. +qudt:SystemOfUnits + a owl:Class ; + qudt:informativeReference "http://dbpedia.org/resource/Category:Systems_of_units"^^xsd:anyURI ; + qudt:informativeReference "http://www.ieeeghn.org/wiki/index.php/System_of_Measurement_Units"^^xsd:anyURI ; + rdfs:comment "A system of units is a set of units which are chosen as the reference scales for some set of quantity kinds together with the definitions of each unit. Units may be defined by experimental observation or by proportion to another unit not included in the system. If the unit system is explicitly associated with a quantity kind system, then the unit system must define at least one unit for each quantity kind."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "System of Units" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Verifiable ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:PhysicalConstant ; + owl:onProperty qudt:applicablePhysicalConstant ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Prefix ; + owl:onProperty qudt:prefix ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:hasAllowedUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:hasBaseUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:hasCoherentUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:hasDefinedUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:hasDerivedCoherentUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:hasDerivedUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:hasUnit ; + ] ; +. +qudt:TotallyOrdered + a qudt:OrderedType ; + qudt:plainTextDescription "Totally ordered structure." ; + dtype:literal "total" ; + rdfs:isDefinedBy ; + rdfs:label "Totally Ordered" ; +. +qudt:TransformType + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "Transform type" ; + rdfs:subClassOf qudt:EnumeratedValue ; + skos:prefLabel "Transform type" ; +. +qudt:UCUMci + a rdfs:Datatype ; + qudt:deprecated true ; + rdfs:comment "Lexical pattern for the case-insensitive version of UCUM code" ; + rdfs:isDefinedBy ; + rdfs:label "case-insensitive UCUM code" ; + rdfs:subClassOf rdfs:Resource ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "[\\x21-\\x60,\\x7b-\\x7e]+" ; + ] + ) ; +. +qudt:UCUMci-term + a rdfs:Datatype ; + qudt:deprecated true ; + rdfs:comment "Lexical pattern for the terminal symbols in the case-insensitive version of UCUM code" ; + rdfs:isDefinedBy ; + rdfs:label "case-insensitive UCUM term" ; + rdfs:subClassOf rdfs:Resource ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x60,\\x7c,\\x7e]+" ; + ] + ) ; +. +qudt:UCUMcs + a rdfs:Datatype ; + dcterms:source "https://ucum.org/ucum.html"^^xsd:anyURI ; + rdfs:comment "Lexical pattern for the case-sensitive version of UCUM code" ; + rdfs:isDefinedBy ; + rdfs:label "case-sensitive UCUM code" ; + rdfs:seeAlso ; + rdfs:subClassOf rdfs:Resource ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "[\\x21-\\x7e]+" ; + ] + ) ; +. +qudt:UCUMcs-term + a rdfs:Datatype ; + dcterms:source "https://ucum.org/ucum.html"^^xsd:anyURI ; + rdfs:comment "Lexical pattern for the terminal symbols in the case-sensitive version of UCUM code" ; + rdfs:isDefinedBy ; + rdfs:label "case-sensitive UCUM terminal" ; + rdfs:seeAlso ; + rdfs:subClassOf rdfs:Resource ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x7a,\\x7c,\\x7e]+" ; + ] + ) ; +. +qudt:UNSIGNED + a qudt:SignednessType ; + dtype:literal "unsigned" ; + rdfs:isDefinedBy ; + rdfs:label "Unsigned" ; +. +qudt:Unit + a owl:Class ; + dcterms:description """ + A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). + For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). + Any measurement of the length can be expressed as a number multiplied by the unit meter. + More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as $Q = nU$. + """^^qudt:LatexString ; + qudt:informativeReference "http://dbpedia.org/resource/Category:Units_of_measure"^^xsd:anyURI ; + qudt:informativeReference "http://www.allmeasures.com/Fullconversion.asp"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Unit" ; + rdfs:subClassOf qudt:Concept ; + rdfs:subClassOf qudt:Verifiable ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Prefix ; + owl:onProperty qudt:prefix ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:hasQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKindDimensionVector ; + owl:onProperty qudt:hasDimensionVector ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKindDimensionVector ; + owl:onProperty qudt:qkdvDenominator ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKindDimensionVector ; + owl:onProperty qudt:qkdvNumerator ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:SystemOfUnits ; + owl:onProperty qudt:applicableSystem ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:SystemOfUnits ; + owl:onProperty qudt:definedUnitOfSystem ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:SystemOfUnits ; + owl:onProperty qudt:derivedCoherentUnitOfSystem ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:SystemOfUnits ; + owl:onProperty qudt:derivedUnitOfSystem ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:UCUMcs ; + owl:onProperty qudt:ucumCode ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:Unit ; + owl:onProperty qudt:exactMatch ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty qudt:iec61360Code ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty qudt:udunitsCode ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty qudt:uneceCommonCode ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:conversionMultiplier ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:conversionMultiplierSN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:conversionOffset ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:int ; + owl:onProperty qudt:conversionOffsetSN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:hasDimensionVector ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:mathMLdefinition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:qkdvDenominator ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:qkdvNumerator ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:int ; + owl:onProperty qudt:altSymbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexDefinition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:latexSymbol ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:siUnitsExpression ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:symbol ; + ] ; +. +qudt:Unordered + a qudt:OrderedType ; + qudt:plainTextDescription "Unordered structure." ; + dtype:literal "unordered" ; + rdfs:isDefinedBy ; + rdfs:label "Unordered" ; +. +qudt:UnsignedIntegerEncoding + a qudt:IntegerEncodingType ; + qudt:bytes 4 ; + rdfs:isDefinedBy ; + rdfs:label "Unsigned Integer Encoding" ; +. +qudt:UserQuantityKind + a owl:Class ; + rdfs:isDefinedBy ; + rdfs:label "User Quantity Kind" ; + rdfs:subClassOf qudt:AbstractQuantityKind ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom qudt:QuantityKind ; + owl:onProperty qudt:hasQuantityKind ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:hasQuantityKind ; + ] ; +. +qudt:Verifiable + a qudt:AspectClass ; + rdfs:comment "An aspect class that holds properties that provide external knowledge and specifications of a given resource." ; + rdfs:isDefinedBy ; + rdfs:label "Verifiable" ; + rdfs:subClassOf qudt:Aspect ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:dbpediaMatch ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:isoNormativeReference ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:isoNormativeReference ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:normativeReference ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty qudt:normativeReference ; + ] ; +. +qudt:abbreviation + a owl:DatatypeProperty ; + dcterms:description "An abbreviation for a unit is a short ASCII string that is used in place of the full name for the unit in contexts where non-ASCII characters would be problematic, or where using the abbreviation will enhance readability. When a power of abase unit needs to be expressed, such as squares this can be done using abbreviations rather than symbols. For example, sq ft means square foot, and cu ft means cubic foot."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "abbreviation" ; + rdfs:range xsd:string ; +. +qudt:acronym + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "acronym" ; + rdfs:range xsd:string ; +. +qudt:allowedPattern + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "allowed pattern" ; +. +qudt:allowedUnitOfSystem + a owl:ObjectProperty ; + dcterms:description "This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ; + dcterms:isReplacedBy qudt:applicableSystem ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "allowed unit of system" ; + rdfs:subPropertyOf qudt:isUnitOfSystem ; + owl:inverseOf qudt:hasAllowedUnit ; +. +qudt:altSymbol + a owl:DatatypeProperty ; + dcterms:description "An alternative symbol"^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "alt symbol" ; + rdfs:subPropertyOf dtype:literal ; +. +qudt:ansiSQLName + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "ANSI SQL Name" ; + rdfs:range xsd:string ; +. +qudt:applicableCGSUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "applicable CGS unit" ; + rdfs:range qudt:Unit ; + rdfs:subPropertyOf qudt:applicableUnit ; +. +qudt:applicableISOUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "applicable ISO unit" ; + rdfs:range qudt:Unit ; + rdfs:subPropertyOf qudt:applicableUnit ; +. +qudt:applicableImperialUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "applicable Imperial unit" ; + rdfs:range qudt:Unit ; + rdfs:subPropertyOf qudt:applicableUnit ; +. +qudt:applicablePhysicalConstant + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "applicable physical constant" ; +. +qudt:applicablePlanckUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "applicable Planck unit" ; + rdfs:range qudt:Unit ; + rdfs:subPropertyOf qudt:applicableUnit ; +. +qudt:applicableSIUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "applicable SI unit" ; + rdfs:range qudt:Unit ; + rdfs:subPropertyOf qudt:applicableUnit ; +. +qudt:applicableSystem + a owl:ObjectProperty ; + dcterms:description "This property relates a unit of measure with a unit system that may or may not define the unit, but within which the unit is compatible."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "applicable system" ; +. +qudt:applicableUSCustomaryUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "applicable US Customary unit" ; + rdfs:range qudt:Unit ; + rdfs:subPropertyOf qudt:applicableUnit ; +. +qudt:applicableUnit + a owl:ObjectProperty ; + dcterms:description "See https://github.com/qudt/qudt-public-repo/wiki/Advanced-User-Guide#4-computing-applicable-units-for-a-quantitykind on how `qudt:applicableUnit` is computed from `qudt:hasQuantityKind` and then materialized"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "applicable unit" ; + rdfs:range qudt:Unit ; +. +qudt:baseDimensionEnumeration + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + dcterms:description "This property associates a system of quantities with an enumeration that enumerates the base dimensions of the system in canonical order."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "base dimension enumeration" ; + rdfs:range qudt:Enumeration ; +. +qudt:baseUnitOfSystem + a owl:ObjectProperty ; + dcterms:description "This property relates a unit of measure to the system of units in which it is defined as a base unit for the system. The base units of a system are used to define the derived units of the system by expressing the derived units as products of the base units raised to a rational power."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "is base unit of system" ; + rdfs:subPropertyOf qudt:coherentUnitOfSystem ; + owl:inverseOf qudt:hasBaseUnit ; +. +qudt:basis + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "basis" ; +. +qudt:belongsToSystemOfQuantities + a owl:ObjectProperty ; + rdfs:domain qudt:QuantityKind ; + rdfs:isDefinedBy ; + rdfs:label "belongs to system of quantities" ; + rdfs:range qudt:SystemOfQuantityKinds ; +. +qudt:bitOrder + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "bit order" ; + rdfs:range qudt:EndianType ; +. +qudt:bits + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "bits" ; + rdfs:range xsd:integer ; +. +qudt:bounded + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "bounded" ; +. +qudt:byteOrder + a owl:ObjectProperty ; + dcterms:description "Byte order is an enumeration of two values: 'Big Endian' and 'Little Endian' and is used to denote whether the most signiticant byte is either first or last, respectively." ; + rdfs:isDefinedBy ; + rdfs:label "byte order" ; + rdfs:range qudt:EndianType ; +. +qudt:bytes + a rdf:Property ; + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "bytes" ; + rdfs:range xsd:integer ; +. +qudt:cName + a rdf:Property ; + rdfs:comment "Datatype name in the C programming language" ; + rdfs:isDefinedBy ; + rdfs:label "C Language name" ; + rdfs:range xsd:string ; +. +qudt:cardinality + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "cardinality" ; +. +qudt:categorizedAs + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "categorized as" ; +. +qudt:code + a owl:DatatypeProperty ; + dcterms:description "A code is a string that uniquely identifies a QUDT concept. The use of this property has been deprecated."^^rdf:HTML ; + qudt:deprecated true ; + rdfs:domain qudt:Concept ; + rdfs:isDefinedBy ; + rdfs:label "code" ; +. +qudt:coherentUnitOfSystem + a owl:ObjectProperty ; + dcterms:description """ + A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one. + A system of units is coherent with respect to a system of quantities and equations if the system of units is chosen in such a way + that the equations between numerical values have exactly the same form (including the numerical factors) as the corresponding equations between the quantities. + For example, the 'newton' and the 'joule'. + These two are, respectively, the force that causes one kilogram to be accelerated at 1 metre per second per second, + and the work done by 1 newton acting over 1 metre. + Being coherent refers to this consistent use of 1. + In the old c.g.s. system , with its base units the centimetre and the gram, the corresponding coherent units were the dyne and the erg, + respectively the force that causes 1 gram to be accelerated at 1 centimetre per second per second, and the work done by 1 dyne acting over 1 centimetre. + So $1 newton = 10^5\\,dyne$, $1 joule = 10^7\\,erg$, making each of the four compatible in a decimal sense within its respective other system, but not coherent therein. + """^^qudt:LatexString ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "is coherent unit of system" ; + rdfs:range qudt:SystemOfUnits ; + rdfs:subPropertyOf qudt:definedUnitOfSystem ; + owl:inverseOf qudt:hasCoherentUnit ; +. +qudt:coherentUnitSystem + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + dcterms:description """ + A system of units is coherent with respect to a system of quantities and equations if the system of units is chosen in such a way that the equations between numerical values have exactly the same form (including the numerical factors) as the corresponding equations between the quantities. + In such a coherent system, no numerical factor other than the number 1 ever occurs in the expressions for the derived units in terms of the base units. + For example, the $newton$ and the $joule$. + These two are, respectively, the force that causes one kilogram to be accelerated at 1 metre per (1) second per (1) second, and the work done by 1 newton acting over 1 metre. + Being coherent refers to this consistent use of 1. + In the old c.g.s. system , with its base units the centimetre and the gram, the corresponding coherent units were the dyne and the erg, + respectively the force that causes 1 gram to be accelerated at 1 centimetre per (1) second per (1) second, and the work done by 1 dyne acting over 1 centimetre. + So $1\\,newton = 10^5 dyne$, $1 joule = 10^7 erg$, making each of the four compatible in a decimal sense within its respective other system, but not coherent therein.

+ """^^qudt:LatexString ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Coherence_(units_of_measurement)"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "coherent unit system" ; + rdfs:subPropertyOf qudt:hasUnitSystem ; +. +qudt:conversionMultiplier + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:isDefinedBy ; + rdfs:label "conversion multiplier" ; + rdfs:range xsd:decimal ; +. +qudt:conversionMultiplierSN + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:isDefinedBy ; + rdfs:label "conversion multiplier scientific" ; + rdfs:range xsd:decimal ; +. +qudt:conversionOffset + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:isDefinedBy ; + rdfs:label "conversion offset" ; + rdfs:range xsd:decimal ; +. +qudt:conversionOffsetSN + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:isDefinedBy ; + rdfs:label "conversion offset scientific" ; + rdfs:range xsd:double ; +. +qudt:currencyCode + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + dcterms:description "Alphabetic Currency Code as defined by ISO 4217. For example, US Dollar has the code 'USD'."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "currency code" ; + rdfs:range xsd:string ; + rdfs:seeAlso "https://en.wikipedia.org/wiki/ISO_4217"^^xsd:anyURI ; +. +qudt:currencyExponent + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + dcterms:description "The currency exponent indicates the number of decimal places between a major currency unit and its minor currency unit. For example, the US dollar is the major currency unit of the United States, and the US cent is the minor currency unit. Since one cent is 1/100 of a dollar, the US dollar has a currency exponent of 2. However, the Japanese Yen has no minor currency units, so the yen has a currency exponent of 0."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "currency exponent" ; + rdfs:range xsd:integer ; +. +qudt:currencyNumber + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + dcterms:description "Numeric currency Code as defined by ISO 4217. For example, US Dollar has the number 840."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "currency number" ; + rdfs:range xsd:string ; + rdfs:seeAlso "https://en.wikipedia.org/wiki/ISO_4217"^^xsd:anyURI ; +. +qudt:dataEncoding + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "data encoding" ; + rdfs:range qudt:DataEncoding ; +. +qudt:dataStructure + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "data structure" ; + rdfs:range xsd:string ; +. +qudt:datatype + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "datatype" ; + rdfs:label "element type" ; +. +qudt:dbpediaMatch + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dbpedia match" ; + rdfs:range xsd:anyURI ; +. +qudt:default + a owl:ObjectProperty ; + dcterms:description "The default element in an enumeration"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "default" ; +. +qudt:definedUnitOfSystem + a owl:ObjectProperty ; + dcterms:description "This property relates a unit of measure with the unit system that defines the unit."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "defined unit of system" ; + rdfs:subPropertyOf qudt:isUnitOfSystem ; + owl:inverseOf qudt:hasDefinedUnit ; +. +qudt:denominatorDimensionVector + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "denominator dimension vector" ; + rdfs:range qudt:QuantityKindDimensionVector ; +. +qudt:deprecated + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "deprecated" ; + rdfs:range xsd:boolean ; +. +qudt:derivedCoherentUnitOfSystem + a owl:ObjectProperty ; + dcterms:description "This property relates a unit of measure to the unit system in which the unit is derived from the system's base units with a proportionality constant of one."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "is coherent derived unit of system" ; + rdfs:subPropertyOf qudt:coherentUnitOfSystem ; + rdfs:subPropertyOf qudt:derivedUnitOfSystem ; + owl:inverseOf qudt:hasDerivedCoherentUnit ; +. +qudt:derivedNonCoherentUnitOfSystem + a owl:ObjectProperty ; + dcterms:description "This property relates a unit of measure to the unit system in which the unit is derived from the system's base units without proportionality constant of one."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "is non-coherent derived unit of system" ; + rdfs:range qudt:SystemOfUnits ; + rdfs:subPropertyOf qudt:derivedUnitOfSystem ; + owl:inverseOf qudt:hasDerivedNonCoherentUnit ; +. +qudt:derivedQuantityKindOfSystem + a owl:ObjectProperty ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "derived quantity kind of system" ; +. +qudt:derivedUnitOfSystem + a owl:ObjectProperty ; + dcterms:description "This property relates a unit of measure to the system of units in which it is defined as a derived unit. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "is derived unit of system" ; + rdfs:subPropertyOf qudt:isUnitOfSystem ; + owl:inverseOf qudt:hasDerivedUnit ; +. +qudt:dimensionExponent + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension exponent" ; +. +qudt:dimensionExponentForAmountOfSubstance + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension exponent for amount of substance" ; +. +qudt:dimensionExponentForElectricCurrent + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension exponent for electric current" ; +. +qudt:dimensionExponentForLength + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension exponent for length" ; +. +qudt:dimensionExponentForLuminousIntensity + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension exponent for luminous intensity" ; +. +qudt:dimensionExponentForMass + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension exponent for mass" ; +. +qudt:dimensionExponentForThermodynamicTemperature + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension exponent for thermodynamic temperature" ; +. +qudt:dimensionExponentForTime + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension exponent for time" ; +. +qudt:dimensionInverse + a owl:FunctionalProperty ; + a owl:InverseFunctionalProperty ; + a owl:ObjectProperty ; + a owl:SymmetricProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension inverse" ; + owl:inverseOf qudt:dimensionInverse ; +. +qudt:dimensionVectorForSI + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension vector for SI" ; + rdfs:range qudt:QuantityKindDimensionVector_SI ; +. +qudt:dimensionlessExponent + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimensionless exponent" ; +. +qudt:element + a owl:ObjectProperty ; + dcterms:description "An element of an enumeration"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "element" ; +. +qudt:elementKind + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "element kind" ; +. +qudt:encoding + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "encoding" ; +. +qudt:enumeratedValue + a owl:ObjectProperty ; + rdfs:label "enumerated value" ; + rdfs:range qudt:EnumeratedValue ; +. +qudt:enumeration + a owl:ObjectProperty ; + rdfs:label "enumeration" ; + rdfs:range qudt:Enumeration ; +. +qudt:exactConstant + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "exact constant" ; + rdfs:range xsd:boolean ; +. +qudt:exactMatch + a qudt:SymmetricRelation ; + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "exact match" ; +. +qudt:example + a owl:AnnotationProperty ; + rdfs:comment "The 'qudt:example' property is used to annotate an instance of a class with a reference to a concept that is an example. The type of this property is 'rdf:Property'. This allows both scalar and object ranges."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "example" ; +. +qudt:expression + a owl:AnnotationProperty ; + dcterms:description "An 'expression' is a finite combination of symbols that are well-formed according to rules that apply to units of measure, quantity kinds and their dimensions."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "expression" ; +. +qudt:fieldCode + a owl:DatatypeProperty ; + qudt:plainTextDescription "A field code is a generic property for representing unique codes that make up other identifers. For example each QuantityKind class caries a domain code as its field code." ; + rdfs:isDefinedBy ; + rdfs:label "field code" ; + rdfs:range xsd:string ; +. +qudt:figure + a owl:ObjectProperty ; + dcterms:description "Provides a link to an image."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "figure" ; + rdfs:range qudt:Figure ; +. +qudt:figureCaption + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "figure caption" ; + rdfs:range xsd:string ; +. +qudt:figureLabel + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "figure label" ; + rdfs:range xsd:string ; +. +qudt:floatPercentage + a rdfs:Datatype ; + rdfs:isDefinedBy ; + rdfs:label "float percentage" ; + owl:equivalentClass [ + a rdfs:Datatype ; + owl:onDatatype xsd:float ; + owl:withRestrictions ( + [ + xsd:minInclusive "0.00"^^xsd:float ; + ] + [ + xsd:maxInclusive "100.00"^^xsd:float ; + ] + ) ; + ] ; +. +qudt:generalization + a owl:ObjectProperty ; + dcterms:description "This deprecated property was intended to relate a quantity kind to its generalization."^^rdf:HTML ; + dcterms:isReplacedBy skos:broader ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "generalization" ; + owl:inverseOf qudt:specialization ; +. +qudt:guidance + a owl:DatatypeProperty ; + rdfs:domain qudt:Concept ; + rdfs:isDefinedBy ; + rdfs:label "guidance" ; + rdfs:range rdf:HTML ; +. +qudt:hasAllowedUnit + a owl:ObjectProperty ; + dcterms:description "This property relates a unit system with a unit of measure that is not defined by or part of the system, but is allowed for use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "allowed unit" ; + rdfs:subPropertyOf qudt:hasUnit ; +. +qudt:hasBaseQuantityKind + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has base quantity kind" ; + rdfs:subPropertyOf qudt:hasQuantityKind ; +. +qudt:hasBaseUnit + a owl:ObjectProperty ; + dcterms:description "This property relates a system of units to a base unit defined within the system. The base units of a system are used to define the derived units of the system by expressing the derived units as products of the base units raised to a rational power."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "base unit" ; + rdfs:subPropertyOf qudt:hasCoherentUnit ; + owl:inverseOf qudt:baseUnitOfSystem ; +. +qudt:hasCitation + a owl:DatatypeProperty ; + qudt:plainTextDescription "Used to provide an annotation for an informative reference." ; + rdfs:isDefinedBy ; + rdfs:label "citation" ; + rdfs:range xsd:string ; +. +qudt:hasCoherentUnit + a owl:ObjectProperty ; + dcterms:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "coherent unit" ; + rdfs:subPropertyOf qudt:hasDefinedUnit ; + owl:inverseOf qudt:coherentUnitOfSystem ; +. +qudt:hasDefinedUnit + a owl:ObjectProperty ; + dcterms:description "This property relates a unit system with a unit of measure that is defined by the system."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "defined unit" ; + rdfs:subPropertyOf qudt:hasUnit ; +. +qudt:hasDenominatorPart + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has quantity kind dimension vector denominator part" ; +. +qudt:hasDerivedCoherentUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "derived coherent unit" ; + rdfs:subPropertyOf qudt:hasCoherentUnit ; + rdfs:subPropertyOf qudt:hasDerivedUnit ; + owl:inverseOf qudt:derivedCoherentUnitOfSystem ; +. +qudt:hasDerivedNonCoherentUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has coherent derived unit" ; + rdfs:subPropertyOf qudt:hasDerivedUnit ; + owl:inverseOf qudt:derivedNonCoherentUnitOfSystem ; +. +qudt:hasDerivedUnit + a owl:ObjectProperty ; + dcterms:description "This property relates a system of units to a unit of measure that is defined within the system in terms of the base units for the system. That is, the derived unit is defined as a product of the base units for the system raised to some rational power."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "derived unit" ; + owl:inverseOf qudt:derivedUnitOfSystem ; +. +qudt:hasDimension + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has dimension" ; +. +qudt:hasDimensionExpression + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "dimension expression" ; +. +qudt:hasDimensionVector + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has dimension vector" ; + rdfs:range qudt:QuantityKindDimensionVector ; +. +qudt:hasNonCoherentUnit + a owl:ObjectProperty ; + dcterms:description "A coherent unit of measurement for a unit system is a defined unit that may be expressed as a product of powers of the system's base units with the proportionality factor of one."^^rdf:HTML ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "has non-coherent unit" ; + rdfs:subPropertyOf qudt:hasDefinedUnit ; + owl:inverseOf qudt:coherentUnitOfSystem ; +. +qudt:hasNumeratorPart + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has quantity kind dimension vector numerator part" ; +. +qudt:hasPrefixUnit + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "prefix unit" ; + rdfs:subPropertyOf qudt:hasDefinedUnit ; +. +qudt:hasQuantity + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has quantity" ; + rdfs:range qudt:Quantity ; +. +qudt:hasQuantityKind + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has quantity kind" ; + rdfs:range qudt:QuantityKind ; +. +qudt:hasReferenceQuantityKind + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has reference quantity kind" ; +. +qudt:hasRule + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has rule" ; +. +qudt:hasUnit + a owl:ObjectProperty ; + dcterms:description "This property relates a system of units with a unit of measure that is either a) defined by the system, or b) accepted for use by the system and is convertible to a unit of equivalent dimension that is defined by the system. Systems of units may distinguish between base and derived units. Base units are the units which measure the base quantities for the corresponding system of quantities. The base units are used to define units for all other quantities as products of powers of the base units. Such units are called derived units for the system."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "has unit" ; +. +qudt:hasUnitSystem + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "has unit system" ; +. +qudt:hasVocabulary + a owl:ObjectProperty ; + qudt:plainTextDescription "Used to relate a class to one or more graphs where vocabularies for the class are defined." ; + rdfs:isDefinedBy ; + rdfs:label "has vocabulary" ; + rdfs:range owl:Ontology ; +. +qudt:height + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "height" ; + rdfs:range xsd:string ; +. +qudt:id + a owl:DatatypeProperty ; + dcterms:description "The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept. The identifier is constructed using a prefix. For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category and \"NNNN\" is a digit string for a member element of that category. For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent, or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents."^^rdf:HTML ; + rdfs:domain qudt:Concept ; + rdfs:isDefinedBy ; + rdfs:label "qudt id" ; + rdfs:range xsd:string ; +. +qudt:iec61360Code + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "iec-61360 code" ; + rdfs:range xsd:string ; +. +qudt:image + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "image" ; + rdfs:range xsd:anyURI ; +. +qudt:imageLocation + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "image location" ; + rdfs:range xsd:anyURI ; +. +qudt:informativeReference + a owl:AnnotationProperty ; + dcterms:description "Provides a way to reference a source that provided useful but non-normative information."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "informative reference" ; + rdfs:range xsd:anyURI ; +. +qudt:integerPercentage + a rdfs:Datatype ; + rdfs:isDefinedBy ; + rdfs:label "integer percentage" ; + owl:equivalentClass [ + a rdfs:Datatype ; + owl:onDatatype xsd:integer ; + owl:withRestrictions ( + [ + xsd:minInclusive 0 ; + ] + [ + xsd:maxInclusive 100 ; + ] + ) ; + ] ; +. +qudt:isBaseQuantityKindOfSystem + a owl:ObjectProperty ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "is base quantity kind of system" ; +. +qudt:isDeltaQuantity + a owl:DatatypeProperty ; + rdfs:comment "This property is used to identify a Quantity instance that is a measure of a change, or interval, of some property, rather than a measure of its absolute value. This is important for measurements such as temperature differences where the conversion among units would be calculated differently because of offsets." ; + rdfs:isDefinedBy ; + rdfs:label "is Delta Quantity" ; + rdfs:range xsd:boolean ; +. +qudt:isDimensionInSystem + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "is dimension in system" ; +. +qudt:isMetricUnit + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "is metric unit" ; + rdfs:range xsd:boolean ; +. +qudt:isQuantityKindOf + a owl:ObjectProperty ; + dcterms:description "`qudt:isQuantityKindOf` was a strict inverse of `qudt:hasQuantityKind` but is now deprecated."^^rdf:HTML ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "is quantity kind of" ; +. +qudt:isUnitOfSystem + a owl:ObjectProperty ; + dcterms:description "This property relates a unit of measure with a system of units that either a) defines the unit or b) allows the unit to be used within the system."^^rdf:HTML ; + rdfs:domain qudt:Unit ; + rdfs:isDefinedBy ; + rdfs:label "is unit of system" ; + rdfs:range qudt:SystemOfUnits ; +. +qudt:isoNormativeReference + a owl:DatatypeProperty ; + dcterms:description "Provides a way to reference the ISO unit definition."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "normative reference (ISO)" ; + rdfs:range xsd:anyURI ; + rdfs:subPropertyOf qudt:normativeReference ; +. +qudt:javaName + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "java name" ; + rdfs:range xsd:string ; +. +qudt:jsName + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "Javascript name" ; + rdfs:range xsd:string ; +. +qudt:landscape + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "landscape" ; + rdfs:range xsd:boolean ; +. +qudt:latexDefinition + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "latex definition" ; + rdfs:range qudt:LatexString ; +. +qudt:latexSymbol + a owl:DatatypeProperty ; + dcterms:description """ + The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. + For example, the symbol for an Ohm is $ohm$. + This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm. + """^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "latex symbol" ; + rdfs:range qudt:LatexString ; +. +qudt:length + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "length" ; + rdfs:range xsd:integer ; +. +qudt:lowerBound + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "lower bound" ; +. +qudt:mathDefinition + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "math definition" ; + rdfs:range xsd:string ; +. +qudt:mathMLdefinition + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "mathML definition" ; + rdfs:range xsd:string ; + rdfs:subPropertyOf qudt:mathDefinition ; +. +qudt:matlabName + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "matlab name" ; + rdfs:range xsd:string ; +. +qudt:maxExclusive + a owl:DatatypeProperty ; + dcterms:description "maxExclusive is the exclusive upper bound of the value space for a datatype with the ordered property. The value of maxExclusive must be in the value space of the base type or be equal to {value} in {base type definition}." ; + rdfs:isDefinedBy ; + rdfs:label "max exclusive" ; + rdfs:range xsd:string ; + rdfs:subPropertyOf qudt:upperBound ; +. +qudt:maxInclusive + a owl:DatatypeProperty ; + dcterms:description "maxInclusive is the inclusive upper bound of the value space for a datatype with the ordered property. The value of maxInclusive must be in the value space of the base type." ; + rdfs:isDefinedBy ; + rdfs:label "max inclusive" ; + rdfs:subPropertyOf qudt:upperBound ; +. +qudt:microsoftSQLServerName + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "Microsoft SQL Server name" ; + rdfs:range xsd:string ; +. +qudt:minExclusive + a rdf:Property ; + a owl:DatatypeProperty ; + dcterms:description "minExclusive is the exclusive lower bound of the value space for a datatype with the ordered property. The value of minExclusive must be in the value space of the base type or be equal to {value} in {base type definition}." ; + rdfs:isDefinedBy ; + rdfs:label "min exclusive" ; + rdfs:subPropertyOf qudt:lowerBound ; +. +qudt:minInclusive + a owl:DatatypeProperty ; + dcterms:description "minInclusive is the inclusive lower bound of the value space for a datatype with the ordered property. The value of minInclusive must be in the value space of the base type." ; + rdfs:isDefinedBy ; + rdfs:label "min inclusive" ; + rdfs:subPropertyOf qudt:lowerBound ; +. +qudt:mySQLName + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "MySQL name" ; + rdfs:range xsd:string ; +. +qudt:negativeDeltaLimit + a owl:DatatypeProperty ; + dcterms:description "A negative change limit between consecutive sample values for a parameter. The Negative Delta may be the encoded value or engineering units value depending on whether or not a Calibrator is defined."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "negative delta limit" ; + rdfs:range xsd:string ; +. +qudt:normativeReference + a owl:DatatypeProperty ; + dcterms:description "Provides a way to reference information that is an authorative source providing a standard definition"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "normative reference" ; + rdfs:range xsd:anyURI ; +. +qudt:numeratorDimensionVector + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "numerator dimension vector" ; + rdfs:range qudt:QuantityKindDimensionVector ; +. +qudt:numericValue + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "numeric value" ; + rdfs:range qudt:NumericUnion ; +. +qudt:odbcName + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "ODBC name" ; + rdfs:range xsd:string ; +. +qudt:oleDBName + a owl:DatatypeProperty ; + dcterms:description "OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE. " ; + qudt:informativeReference "http://en.wikipedia.org/wiki/OLE_DB"^^xsd:anyURI ; + qudt:informativeReference "http://msdn.microsoft.com/en-us/library/windows/desktop/ms714931(v=vs.85).aspx"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "OLE DB name" ; + rdfs:range xsd:string ; +. +qudt:omUnit + a owl:ObjectProperty ; + rdfs:domain qudt:Unit ; + rdfs:isDefinedBy ; + rdfs:label "om unit" ; +. +qudt:onlineReference + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "online reference" ; + rdfs:range xsd:anyURI ; +. +qudt:oracleSQLName + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "ORACLE SQL name" ; + rdfs:range xsd:string ; +. +qudt:order + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "order" ; + rdfs:range xsd:nonNegativeInteger ; +. +qudt:orderedType + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "ordered type" ; +. +qudt:outOfScope + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "out of scope" ; + rdfs:range xsd:boolean ; +. +qudt:permissibleMaths + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "permissible maths" ; +. +qudt:permissibleTransformation + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "permissible transformation" ; +. +qudt:plainTextDescription + a owl:DatatypeProperty ; + dcterms:description "A plain text description is used to provide a description with only simple ASCII characters for cases where LaTeX , HTML or other markup would not be appropriate."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "description (plain text)" ; + rdfs:range xsd:string ; +. +qudt:positiveDeltaLimit + a owl:DatatypeProperty ; + dcterms:description "A positive change limit between consecutive sample values for a parameter. The Positive Delta may be the encoded value or engineering units value depending on whether or not a Calibrator is defined."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "Positive delta limit" ; + rdfs:range xsd:string ; +. +qudt:prefix + a owl:ObjectProperty ; + rdfs:comment "Associates a unit with the appropriate prefix, if any." ; + rdfs:isDefinedBy ; + rdfs:label "prefix" ; + rdfs:range qudt:Prefix ; +. +qudt:prefixMultiplier + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:isDefinedBy ; + rdfs:label "prefix multiplier" ; + rdfs:range xsd:double ; +. +qudt:protocolBuffersName + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "protocol buffers name" ; + rdfs:range xsd:string ; +. +qudt:pythonName + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "python name" ; + rdfs:range xsd:string ; +. +qudt:qkdvDenominator + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "denominator dimension vector" ; + rdfs:range qudt:QuantityKindDimensionVector ; +. +qudt:qkdvNumerator + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "numerator dimension vector" ; + rdfs:range qudt:QuantityKindDimensionVector ; +. +qudt:quantity + a owl:ObjectProperty ; + dcterms:description "a property to relate an observable thing with a quantity (qud:Quantity)"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "quantity" ; +. +qudt:quantityValue + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "quantity value" ; + rdfs:range qudt:QuantityValue ; +. +qudt:rationale + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "rationale" ; + rdfs:range rdf:HTML ; +. +qudt:rdfsDatatype + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "rdfs datatype" ; +. +qudt:reference + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "reference" ; +. +qudt:referenceUnit + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "reference unit" ; +. +qudt:relativeStandardUncertainty + a owl:DatatypeProperty ; + dcterms:description "The relative standard uncertainty of a measurement is the (absolute) standard uncertainty divided by the magnitude of the exact value."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "relative standard uncertainty" ; + rdfs:range xsd:double ; +. +qudt:relevantQuantityKind + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "relevant quantity kind" ; + rdfs:range qudt:QuantityKind ; +. +qudt:relevantUnit + a owl:ObjectProperty ; + rdfs:comment "This property is used for qudt:Discipline instances to identify the Unit instances that are used within a given discipline." ; + rdfs:isDefinedBy ; + rdfs:label "Relevant Unit" ; + rdfs:range qudt:Unit ; +. +qudt:ruleType + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "rule type" ; +. +qudt:scaleType + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "scale type" ; +. +qudt:siExactMatch + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "Individual from SI Reference Point" ; +. +qudt:siUnitsExpression + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "si units expression" ; + rdfs:range xsd:string ; +. +qudt:specialization + a owl:ObjectProperty ; + dcterms:description "This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity."^^rdf:HTML ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "specialization" ; + owl:inverseOf qudt:generalization ; +. +qudt:standardUncertainty + a owl:DatatypeProperty ; + dcterms:description "The standard uncertainty of a quantity is the estimated standard deviation of the mean taken from a series of measurements."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "standard uncertainty" ; + rdfs:range xsd:decimal ; +. +qudt:standardUncertaintySN + a owl:DatatypeProperty ; + dcterms:description "The standard uncertainty of a quantity is the estimated standard deviation of the mean taken from a series of measurements."^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "standard uncertainty scientific" ; + rdfs:range xsd:double ; +. +qudt:symbol + a owl:DatatypeProperty ; + dcterms:description """ + The symbol is a glyph that is used to represent some concept, typically a unit or a quantity, in a compact form. + For example, the symbol for an Ohm is $ohm$. + This contrasts with 'unit:abbreviation', which gives a short alphanumeric abbreviation for the unit, 'ohm' for Ohm. + """^^qudt:LatexString ; + rdfs:isDefinedBy ; + rdfs:label "symbol" ; + rdfs:subPropertyOf dtype:literal ; +. +qudt:systemDefinition + a owl:ObjectProperty ; + a owl:TransitiveProperty ; + rdfs:isDefinedBy ; + rdfs:label "system definition" ; +. +qudt:systemDerivedQuantityKind + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "system derived quantity kind" ; + rdfs:subPropertyOf qudt:hasQuantityKind ; +. +qudt:systemDimension + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "system dimension" ; +. +qudt:ucumCaseInsensitiveCode + a owl:AnnotationProperty ; + dcterms:description "ucumCode associates a QUDT unit with a UCUM case-insensitive code."^^rdf:HTML ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "ucum case-insensitive code" ; + rdfs:subPropertyOf qudt:ucumCode ; +. +qudt:ucumCaseSensitiveCode + a owl:AnnotationProperty ; + dcterms:description "ucumCode associates a QUDT unit with with a UCUM case-sensitive code."^^rdf:HTML ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "ucum case-sensitive code" ; + rdfs:subPropertyOf qudt:ucumCode ; +. +qudt:ucumCode + a owl:DatatypeProperty ; + dcterms:description "

ucumCode associates a QUDT unit with its UCUM code (case-sensitive).

In SHACL the values are derived from specific ucum properties using 'sh:values'.

"^^rdf:HTML ; + dcterms:source "https://ucum.org/ucum.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "ucum code" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + qudt:UCUMcs + qudt:UCUMcs-term + ) ; + ] ; + rdfs:seeAlso ; + rdfs:subPropertyOf skos:notation ; +. +qudt:udunitsCode + a owl:DatatypeProperty ; + dcterms:description "The UDUNITS package supports units of physical quantities. Its C library provides for arithmetic manipulation of units and for conversion of numeric values between compatible units. The package contains an extensive unit database, which is in XML format and user-extendable. The package also contains a command-line utility for investigating units and converting values."^^rdf:HTML ; + dcterms:source "https://www.unidata.ucar.edu/software/udunits/"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "udunits code" ; + rdfs:range xsd:string ; +. +qudt:uneceCommonCode + a owl:DatatypeProperty ; + dcterms:description "The UN/CEFACT Recommendation 20 provides three character alphabetic and alphanumeric codes for representing units of measurement for length, area, volume/capacity, mass (weight), time, and other quantities used in international trade. The codes are intended for use in manual and/or automated systems for the exchange of information between participants in international trade."^^rdf:HTML ; + dcterms:source "https://service.unece.org/trade/uncefact/vocabulary/rec20/"^^xsd:anyURI ; + dcterms:source "https://unece.org/trade/documents/2021/06/uncefact-rec20-0"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "unece common code" ; + rdfs:range xsd:string ; +. +qudt:unit + a owl:ObjectProperty ; + dcterms:description "A reference to the unit of measure of a quantity (variable or constant) of interest."^^rdf:HTML ; + dcterms:isReplacedBy qudt:hasUnit ; + qudt:deprecated true ; + rdfs:isDefinedBy ; + rdfs:label "unit" ; + rdfs:range qudt:Unit ; + owl:inverseOf qudt:unitFor ; +. +qudt:unitFor + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "unit for" ; + owl:inverseOf qudt:unit ; +. +qudt:upperBound + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "upper bound" ; + rdfs:range xsd:anySimpleType ; +. +qudt:url + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "url" ; + rdfs:range xsd:anyURI ; +. +qudt:value + a owl:DatatypeProperty ; + dcterms:description "A property to relate an observable thing with a value of any kind"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "value" ; +. +qudt:valueQuantity + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "value for quantity" ; + owl:inverseOf qudt:quantityValue ; +. +qudt:valueSN + a owl:DatatypeProperty ; + dcterms:description "A property to relate an observable thing with a value of any kind"^^rdf:HTML ; + rdfs:isDefinedBy ; + rdfs:label "value scientific" ; +. +qudt:valueUnion + a rdfs:Datatype ; + dcterms:description "A datatype that is the union of numeric xsd data types. \"numericUnion\" is equivalent to the xsd specification that uses an xsd:union of memberTypes=\"xsd:decimal xsd:double xsd:float xsd:integer\"." ; + rdfs:isDefinedBy ; + rdfs:label "value union" ; + rdfs:subClassOf rdfs:Resource ; + owl:equivalentClass [ + a owl:Class ; + owl:unionOf ( + xsd:anySimpleType + dtype:EnumeratedValue + ) ; + ] ; +. +qudt:vbName + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "Vusal Basic name" ; + rdfs:range xsd:string ; +. +qudt:vectorMagnitude + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:isDefinedBy ; + rdfs:label "vector magnitude" ; + rdfs:range xsd:float ; +. +qudt:width + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "width" ; + rdfs:range xsd:string ; +. +voag:QUDT-SchemaCatalogEntry + a vaem:CatalogEntry ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Schema Catalog Entry" ; +. +voag:supersededBy + a owl:ObjectProperty ; + rdfs:isDefinedBy ; + rdfs:label "superseded by" ; +. + + vaem:namespace "http://www.linkedmodel.org/schema/dtype#"^^xsd:anyURI ; + vaem:namespacePrefix "dtype" ; +. +dtype:literal + a owl:DatatypeProperty ; + rdfs:isDefinedBy ; + rdfs:label "literal" ; + rdfs:range xsd:string ; + rdfs:subPropertyOf dtype:literal ; +. +vaem:GMD_QUDT-SCHEMA + a vaem:GraphMetaData ; + dcterms:contributor "Daniel Mekonnen" ; + dcterms:contributor "David Price" ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "James E. Masters" ; + dcterms:contributor "Simon J D Cox" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2011-04-20"^^xsd:date ; + dcterms:creator "Ralph Hodgson" ; + dcterms:description """

The QUDT, or \"Quantity, Unit, Dimension and Type\" schema defines the base classes properties, and restrictions used for modeling physical quantities, units of measure, and their dimensions in various measurement systems. The goal of the QUDT ontology is to provide a unified model of, measurable quantities, units for measuring different kinds of quantities, the numerical values of quantities in different units of measure and the data structures and data types used to store and manipulate these objects in software.

+ +

Except for unit prefixes, all units are specified in separate vocabularies. Descriptions are provided in both HTML and LaTeX formats. A quantity is a measure of an observable phenomenon, that, when associated with something, becomes a property of that thing; a particular object, event, or physical system.

+ +

A quantity has meaning in the context of a measurement (i.e. the thing measured, the measured value, the accuracy of measurement, etc.) whereas the underlying quantity kind is independent of any particular measurement. Thus, length is a quantity kind while the height of a rocket is a specific quantity of length; its magnitude that may be expressed in meters, feet, inches, etc. Or, as stated at Wikipedia, in the language of measurement, quantities are quantifiable aspects of the world, such as time, distance, velocity, mass, momentum, energy, and weight, and units are used to describe their measure. Many of these quantities are related to each other by various physical laws, and as a result the units of some of the quantities can be expressed as products (or ratios) of powers of other units (e.g., momentum is mass times velocity and velocity is measured in distance divided by time).

"""^^rdf:HTML ; + dcterms:modified "2025-01-28T18:38:46Z"^^xsd:dateTime ; + dcterms:rights """ + This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license, a copy of which is available at ​http://unitsofmeasure.org. The current complete UCUM table, UCUM Specification are available for download at ​http://unitsofmeasure.org. The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved. + +THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + """ ; + 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 "QUDT" ; + dcterms:title "QUDT Schema - Version 2.1.47" ; + qudt:informativeReference "http://unitsofmeasure.org/trac"^^xsd:anyURI ; + qudt:informativeReference "http://www.bipm.org/en/publications/si-brochure"^^xsd:anyURI ; + qudt:informativeReference "http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf"^^xsd:anyURI ; + qudt:informativeReference "https://books.google.com/books?id=pIlCAAAAIAAJ&dq=dimensional+analysis&hl=en"^^xsd:anyURI ; + qudt:informativeReference "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"^^xsd:anyURI ; + vaem:graphName "qudt" ; + vaem:graphTitle "Quantities, Units, Dimensions and Types (QUDT) Schema - Version 2.1.47" ; + vaem:hasGraphRole vaem:SchemaGraph ; + vaem:hasOwner vaem:QUDT ; + vaem:hasSteward vaem:QUDT ; + vaem:intent "Specifies the schema for quantities, units and dimensions. Types are defined in other schemas." ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2025/01/DOC_SCHEMA-QUDT.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + vaem:namespace "http://qudt.org/schema/qudt/"^^xsd:anyURI ; + vaem:namespacePrefix "qudt" ; + vaem:owner "qudt.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2024/12/DOC_SCHEMA-QUDT.html"^^xsd:anyURI ; + vaem:turtleFileURL "http://qudt.org/2.1/schema/qudt"^^xsd:anyURI ; + vaem:usesNonImportedResource dcterms:abstract ; + vaem:usesNonImportedResource dcterms:contributor ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:description ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:rights ; + vaem:usesNonImportedResource dcterms:source ; + vaem:usesNonImportedResource dcterms:subject ; + vaem:usesNonImportedResource dcterms:title ; + vaem:usesNonImportedResource voag:QUDT-Attribution ; + vaem:withAttributionTo voag:QUDT-Attribution ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Schema - Version 2.1.47" ; + owl:versionIRI ; +. +vaem:QUDT + a vaem:Party ; + dcterms:description "QUDT is a non-profit organization that governs the QUDT ontologies."^^rdf:HTML ; + vaem:graphName "qudt.org" ; + vaem:website "http://www.qudt.org"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "QUDT" ; +. +prov:wasDerivedFrom + a rdf:Property ; + rdfs:isDefinedBy ; + rdfs:label "was derived from" ; + rdfs:range qudt:Concept ; +. \ No newline at end of file diff --git a/data/ontologies/qudt-quantitykinds.ttl b/data/ontologies/qudt-quantitykinds.ttl new file mode 100644 index 00000000..aa1897de --- /dev/null +++ b/data/ontologies/qudt-quantitykinds.ttl @@ -0,0 +1,34345 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix owl: . +@prefix constant: . +@prefix dc: . +@prefix dcterms: . +@prefix prov: . +@prefix qkdv: . +@prefix quantitykind: . +@prefix qudt: . +@prefix si-quantity: . +@prefix skos: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . + + + a owl:Ontology ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:versionIRI ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Quantity Kind Vocabulary Version 3.2.1" ; + vaem:hasGraphMetadata vaem:GMD_QUDT-QUANTITY-KINDS-ALL . + +quantitykind:APIGravity + a qudt:QuantityKind ; + dcterms:description """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks. + +API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees.""" ; + qudt:applicableUnit unit:DEGREE_API ; + qudt:baseSIUnitDimensions "$qkdv:A0E0L0I0M0H0T0D1$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/API_gravity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks. + +API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees.""" ; + qudt:qkdvDenominator qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:APIGravity" ; + rdfs:isDefinedBy ; + rdfs:label "API Gravity"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:AbsoluteActivity + a qudt:QuantityKind ; + dcterms:description "The \"Absolute Activity\" is the exponential of the ratio of the chemical potential to $RT$ where $R$ is the gas constant and $T$ the thermodynamic temperature."^^qudt:LatexString ; + qudt:applicableUnit unit:BQ-SEC-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://goldbook.iupac.org/A00019.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda_B = e^{\\frac{\\mu_B}{RT}}$, where $\\mu_B$ is the chemical potential of substance $B$, $R$ is the molar gas constant, and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda_B$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:AbsoluteActivity" ; + rdfs:isDefinedBy ; + rdfs:label "Absolute Activity"@en ; + skos:broader quantitykind:InverseVolume . + +quantitykind:AbsoluteHumidity + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Absolute Humidity}$ is an amount of water vapour, usually discussed per unit volume. + Absolute humidity in air ranges from zero to roughly 30 grams per cubic meter when the air is saturated at $30 ^\\circ C$. + The absolute humidity changes as air temperature or pressure changes. + $$$$ + This is very inconvenient for chemical engineering calculations, e.g. for clothes dryers, where temperature can vary considerably. + As a result, absolute humidity is generally defined in chemical engineering as mass of water vapour per unit mass of dry air, + also known as the mass mixing ratio, which is much more rigorous for heat and mass balance calculations. + $$$$ + Mass of water per unit volume as in the equation above would then be defined as volumetric humidity, because of the potential confusion. + """^^qudt:LatexString ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_IMP ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL_IMP ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL_IMP ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Humidity#Absolute_humidity"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Humidity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$AH = \\frac{\\mathcal{M}_\\omega}{\\vee_{net}}$, where $\\mathcal{M}_\\omega$ is the mass of water vapour per unit volume of total air and $\\vee_{net}$ is water vapour mixture."^^qudt:LatexString ; + qudt:symbol "AH" ; + rdfs:comment "Applicable units are those of quantitykind:Density" ; + rdfs:isDefinedBy ; + rdfs:label "Absolute Humidity"@en ; + rdfs:seeAlso quantitykind:RelativeHumidity ; + skos:broader quantitykind:Density . + +quantitykind:AbsoluteTypographicMeasurement + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD372" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD372"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "absolute typographic measurement" ; + skos:broader quantitykind:Length . + +quantitykind:AbsorbedDose + a qudt:QuantityKind ; + dcterms:description "\"Absorbed Dose\" (also known as Total Ionizing Dose, TID) is a measure of the energy deposited in a medium by ionizing radiation. It is equal to the energy deposited per unit mass of medium, and so has the unit $J/kg$, which is given the special name Gray ($Gy$)."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiGRAY ; + qudt:applicableUnit unit:GRAY ; + qudt:applicableUnit unit:KiloGRAY ; + qudt:applicableUnit unit:MegaGRAY ; + qudt:applicableUnit unit:MicroGRAY ; + qudt:applicableUnit unit:MilliGRAY ; + qudt:applicableUnit unit:MilliRAD_R ; + qudt:applicableUnit unit:NanoGRAY ; + qudt:applicableUnit unit:RAD_R ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Absorbed_dose"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD000" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD000"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Absorbed_dose"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$D = \\frac{d\\bar{\\varepsilon}}{dm}$, where $d\\bar{\\varepsilon}$ is the mean energy imparted by ionizing radiation to an element of irradiated matter with the mass $dm$."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ABDO ; + qudt:symbol "D" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AbsorbedDose" ; + rdfs:comment "Note that the absorbed dose is not a good indicator of the likely biological effect. 1 Gy of alpha radiation would be much more biologically damaging than 1 Gy of photon radiation for example. Appropriate weighting factors can be applied reflecting the different relative biological effects to find the equivalent dose. The risk of stoctic effects due to radiation exposure can be quantified using the effective dose, which is a weighted average of the equivalent dose to each organ depending upon its radiosensitivity. When ionising radiation is used to treat cancer, the doctor will usually prescribe the radiotherapy treatment in Gy. When risk from ionising radiation is being discussed, a related unit, the Sievert is used." ; + rdfs:isDefinedBy ; + rdfs:label "Absorbed Dose"@en ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:AbsorbedDoseRate + a qudt:QuantityKind ; + dcterms:description "\"Absorbed Dose Rate\" is the absorbed dose of ionizing radiation imparted at a given location per unit of time (second, minute, hour, or day)."^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-PER-GM-SEC ; + qudt:applicableUnit unit:GRAY-PER-HR ; + qudt:applicableUnit unit:GRAY-PER-MIN ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MicroGRAY-PER-HR ; + qudt:applicableUnit unit:MicroGRAY-PER-MIN ; + qudt:applicableUnit unit:MicroGRAY-PER-SEC ; + qudt:applicableUnit unit:MicroSV-PER-HR ; + qudt:applicableUnit unit:MicroSV-PER-MIN ; + qudt:applicableUnit unit:MicroSV-PER-SEC ; + qudt:applicableUnit unit:MilliGRAY-PER-HR ; + qudt:applicableUnit unit:MilliGRAY-PER-MIN ; + qudt:applicableUnit unit:MilliGRAY-PER-SEC ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-MIN ; + qudt:applicableUnit unit:MilliSV-PER-SEC ; + qudt:applicableUnit unit:MilliW-PER-MilliGM ; + qudt:applicableUnit unit:NanoGRAY-PER-HR ; + qudt:applicableUnit unit:NanoGRAY-PER-MIN ; + qudt:applicableUnit unit:NanoGRAY-PER-SEC ; + qudt:applicableUnit unit:NanoSV-PER-HR ; + qudt:applicableUnit unit:NanoSV-PER-MIN ; + qudt:applicableUnit unit:NanoSV-PER-SEC ; + qudt:applicableUnit unit:REM-PER-SEC ; + qudt:applicableUnit unit:SV-PER-HR ; + qudt:applicableUnit unit:SV-PER-MIN ; + qudt:applicableUnit unit:SV-PER-SEC ; + qudt:applicableUnit unit:W-PER-GM ; + qudt:applicableUnit unit:W-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD001" ; + qudt:informativeReference "http://www.answers.com/topic/absorbed-dose-rate"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD001"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\dot{D} = \\frac{dD}{dt}$, where $dD$ is the increment of absorbed dose during time interval with duration $dt$."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{D}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Absorbed Dose Rate\" is the absorbed dose of ionizing radiation imparted at a given location per unit of time (second, minute, hour, or day)." ; + qudt:siExactMatch si-quantity:ABDR ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AbsorbedDoseRate" ; + rdfs:isDefinedBy ; + rdfs:label "Absorbed Dose Rate"@en . + +quantitykind:Absorptance + a qudt:QuantityKind ; + dcterms:description "Absorptance is the ratio of the radiation absorbed by a surface to that incident upon it. Also known as absorbance."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Absorbance"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Absorptance"^^xsd:anyURI ; + qudt:informativeReference "https://www.researchgate.net/post/Absorptance_or_absorbance"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha = \\frac{\\Phi_a}{\\Phi_m}$, where $\\Phi_a$ is the absorbed radiant flux or the absorbed luminous flux, and $\\Phi_m$ is the radiant flux or luminous flux of the incident radiation."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "Absorptance is the ratio of the radiation absorbed by a surface to that incident upon it. Also known as absorbance." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Absorptance" ; + rdfs:isDefinedBy ; + rdfs:label "Absorptance"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:Acceleration + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Acceleration}$ is the (instantaneous) rate of change of velocity. + Acceleration may be either linear acceleration, or angular acceleration. + It is a vector quantity with dimension $length/time^{2}$ for linear acceleration, + or in the case of angular acceleration, with dimension $angle/time^{2}$. + $$$$ + In SI units, linear acceleration is measured in $meters/second^{2}$ ($m \\cdot s^{-2}$), + and angular acceleration is measured in $radians/second^{2}$. + $$$$ + In physics, any increase or decrease in speed is referred to as acceleration and similarly, + motion in a circle at constant speed is also an acceleration, since the direction component of the velocity is changing. + """^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-SEC2 ; + qudt:applicableUnit unit:FT-PER-SEC2 ; + qudt:applicableUnit unit:G ; + qudt:applicableUnit unit:GALILEO ; + qudt:applicableUnit unit:IN-PER-SEC2 ; + qudt:applicableUnit unit:KN-PER-SEC ; + qudt:applicableUnit unit:KiloM-PER-SEC2 ; + qudt:applicableUnit unit:KiloPA-M2-PER-GM ; + qudt:applicableUnit unit:M-PER-SEC2 ; + qudt:applicableUnit unit:MI_US-PER-SEC2 ; + qudt:applicableUnit unit:MicroG ; + qudt:applicableUnit unit:MicroGALILEO ; + qudt:applicableUnit unit:MicroM-PER-SEC2 ; + qudt:applicableUnit unit:MilliG ; + qudt:applicableUnit unit:MilliGALILEO ; + qudt:applicableUnit unit:MilliM-PER-SEC2 ; + qudt:applicableUnit unit:YD-PER-SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ; + qudt:exactMatch quantitykind:LinearAcceleration ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD002" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD002"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acceleration"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:ACCE ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Acceleration" ; + rdfs:isDefinedBy ; + rdfs:label "Beschleunigung"@de ; + rdfs:label "Pecutan"@ms ; + rdfs:label "Zrychlení"@cs ; + rdfs:label "acceleratio"@la ; + rdfs:label "acceleration"@en ; + rdfs:label "accelerazione"@it ; + rdfs:label "accelerație"@ro ; + rdfs:label "accélération"@fr ; + rdfs:label "aceleración"@es ; + rdfs:label "aceleração"@pt ; + rdfs:label "ivme"@tr ; + rdfs:label "pospešek"@sl ; + rdfs:label "przyspieszenie"@pl ; + rdfs:label "Όγκος"@el ; + rdfs:label "Ускоре́ние"@ru ; + rdfs:label "التسارع"@ar ; + rdfs:label "شتاب"@fa ; + rdfs:label "त्वरण"@hi ; + rdfs:label "加速度"@ja ; + rdfs:label "加速度"@zh . + +quantitykind:AccelerationOfGravity + a qudt:QuantityKind ; + dcterms:description "The acceleration of freely falling bodies under the influence of terrestrial gravity, equal to approximately 9.81 meters (32 feet) per second per second."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-SEC2 ; + qudt:applicableUnit unit:FT-PER-SEC2 ; + qudt:applicableUnit unit:G ; + qudt:applicableUnit unit:GALILEO ; + qudt:applicableUnit unit:IN-PER-SEC2 ; + qudt:applicableUnit unit:KN-PER-SEC ; + qudt:applicableUnit unit:KiloM-PER-SEC2 ; + qudt:applicableUnit unit:KiloPA-M2-PER-GM ; + qudt:applicableUnit unit:M-PER-SEC2 ; + qudt:applicableUnit unit:MI_US-PER-SEC2 ; + qudt:applicableUnit unit:MicroG ; + qudt:applicableUnit unit:MicroGALILEO ; + qudt:applicableUnit unit:MicroM-PER-SEC2 ; + qudt:applicableUnit unit:MilliG ; + qudt:applicableUnit unit:MilliGALILEO ; + qudt:applicableUnit unit:MilliM-PER-SEC2 ; + qudt:applicableUnit unit:YD-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:plainTextDescription "The acceleration of freely falling bodies under the influence of terrestrial gravity, equal to approximately 9.81 meters (32 feet) per second per second." ; + qudt:symbol "g" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Acceleration" ; + rdfs:isDefinedBy ; + rdfs:label "Acceleration Of Gravity"@en ; + skos:broader quantitykind:Acceleration . + +quantitykind:AcceptorDensity + a qudt:QuantityKind ; + dcterms:description "\"Acceptor Density\" is the number per volume of acceptor levels."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Acceptor Density\" is the number per volume of acceptor levels." ; + qudt:symbol "n_a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Acceptor Density"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:AcceptorIonizationEnergy + a qudt:QuantityKind ; + dcterms:description "\"Acceptor Ionization Energy\" is the ionization energy of an acceptor."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Acceptor Ionization Energy\" is the ionization energy of an acceptor." ; + qudt:symbol "E_a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Acceptor Ionization Energy"@en ; + skos:broader quantitykind:IonizationEnergy ; + skos:closeMatch quantitykind:DonorIonizationEnergy . + +quantitykind:Acidity + a qudt:QuantityKind ; + dcterms:description """ + Chemicals or substances having a pH less than 7 are said to be acidic; + lower pH means higher acidity. + """^^qudt:LatexString ; + qudt:applicableUnit unit:PH ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acid"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI ; + qudt:informativeReference "https://iupac.org/wp-content/uploads/2019/05/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "Chemicals or substances having a pH less than 7 are said to be acidic; lower pH means higher acidity." ; + rdfs:comment "Applicable units are those of quantitykind:Acidity" ; + rdfs:isDefinedBy ; + rdfs:label "Acidity"@en ; + rdfs:seeAlso quantitykind:Basicity . + +quantitykind:AcousticImpedance + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Acoustic Impedance}$ at a surface is the complex quotient of the average sound pressure over that surface by the sound volume flow rate through that surface. + """^^qudt:LatexString ; + qudt:applicableUnit unit:PA-SEC-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acoustic_impedance"^^xsd:anyURI ; + qudt:latexDefinition "$Z_a= \\frac{p}{q} = \\frac{p}{vS}$, where $p$ is the sound pressure, $q$ is the sound volume velocity, $v$ is sound particle velocity, and $S$ is the surface area through which an acoustic wave of frequence $f$ propagates."^^qudt:LatexString ; + qudt:plainTextDescription "Acoustic impedance at a surface is the complex quotient of the average sound pressure over that surface by the sound volume flow rate through that surface." ; + qudt:symbol "Z" ; + rdfs:comment "Applicable units are those of quantitykind:AcousticImpedance" ; + rdfs:isDefinedBy ; + rdfs:label "Acoustic Impediance"@en ; + skos:broader quantitykind:MassPerAreaTime . + +quantitykind:Action + a qudt:QuantityKind ; + dcterms:description """ + An action is usually an integral over time. + But for action pertaining to fields, it may be integrated over spatial variables as well. + In some cases, the action is integrated along the path followed by the physical system. + $$$$ + The evolution of a physical system between two states is determined by requiring the action be minimized or, more generally, + be stationary for small perturbations about the true evolution. + This requirement leads to differential equations that describe the true evolution. + Conversely, an action principle is a method for reformulating differential equations of motion for a physical system as an equivalent integral equation. + Although several variants have been defined (see below), the most commonly used action principle is Hamilton's principle. + """^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Action_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$S = \\int Ldt$, where $L$ is the Lagrange function and $t$ is time."^^qudt:LatexString ; + qudt:plainTextDescription """An action is usually an integral over time. But for action pertaining to fields, it may be integrated over spatial variables as well. In some cases, the action is integrated along the path followed by the physical system. If the action is represented as an integral over time, taken a the path of the system between the initial time and the final time of the development of the system. +The evolution of a physical system between two states is determined by requiring the action be minimized or, more generally, be stationary for small perturbations about the true evolution. This requirement leads to differential equations that describe the true evolution. Conversely, an action principle is a method for reformulating differential equations of motion for a physical system as an equivalent integral equation. Although several variants have been defined (see below), the most commonly used action principle is Hamilton's principle.""" ; + qudt:symbol "S" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Action" ; + rdfs:isDefinedBy ; + rdfs:label "Action"@en . + +quantitykind:ActionTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:comment "Action Time (sec) " ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Action Time"@en ; + skos:broader quantitykind:Time . + +quantitykind:ActiveEnergy + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Active Energy}$ is the electrical energy transformable into some other form of energy. + """^^qudt:LatexString ; + qudt:abbreviation "active-energy" ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=601-01-19"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$W = \\int_{t_1}^{t_2} p dt$, where $p$ is instantaneous power and the integral interval is the time interval from $t_1$ to $t_2$."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Active Energy\" is the electrical energy transformable into some other form of energy." ; + qudt:symbol "W" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Active Energy"@en ; + rdfs:seeAlso quantitykind:ElectricEnergy ; + rdfs:seeAlso quantitykind:InstantaneousPower ; + skos:broader quantitykind:Energy . + +quantitykind:ActivePower + a qudt:QuantityKind ; + dcterms:description """ + An $Active Power$ is, under periodic conditions, the mean value, taken over one period $T$, of the instantaneous power $p$. + In complex notation, $P = \\mathbf{Re} \\; \\underline{S}$, where $\\underline{S}$ is $\\textit{complex power}$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD003" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-42"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD003"^^xsd:anyURI ; + qudt:latexDefinition "$P = \\frac{1}{T}\\int_{0}^{T} pdt$, where $T$ is the period and $p$ is instantaneous power."^^qudt:LatexString ; + qudt:symbol "P" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricPower" ; + rdfs:isDefinedBy ; + rdfs:label "Active Power"@en ; + rdfs:seeAlso quantitykind:InstantaneousPower ; + skos:broader quantitykind:ElectricPower . + +quantitykind:Activity + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Activity}$ is the number of decays per unit time of a radioactive sample, + the term used to characterise the number of nuclei which disintegrate in a radioactive substance per unit time. + Activity is usually measured in Becquerels ($Bq$), where 1 $Bq$ is 1 disintegration per second, + in honor of the scientist Henri Becquerel. + """^^qudt:LatexString ; + qudt:applicableUnit unit:BQ ; + qudt:applicableUnit unit:CI ; + qudt:applicableUnit unit:GigaBQ ; + qudt:applicableUnit unit:KiloBQ ; + qudt:applicableUnit unit:KiloCI ; + qudt:applicableUnit unit:MegaBQ ; + qudt:applicableUnit unit:MicroBQ ; + qudt:applicableUnit unit:MicroCI ; + qudt:applicableUnit unit:MilliBQ ; + qudt:applicableUnit unit:MilliCI ; + qudt:applicableUnit unit:NanoBQ ; + qudt:applicableUnit unit:PetaBQ ; + qudt:applicableUnit unit:PicoCI ; + qudt:applicableUnit unit:TeraBQ ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Radioactive_decay"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radioactive_decay#Radioactive_decay_rates"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radioactive_decay"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition """ + Variation $dN$ of number of nuclei $N$ in a particular energy state, + in a sample of a radionuclide, due to spontaneous nuclear transitions from this state during an infinitesimal time interval, + divided by its duration $dt$; thus: activity $A = -\\frac{dN}{dt}$. + """^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ARRN ; + qudt:symbol "A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Activity" ; + rdfs:isDefinedBy ; + rdfs:label "Activity"@en ; + skos:broader quantitykind:StochasticProcess . + +quantitykind:ActivityCoefficient + a qudt:QuantityKind ; + dcterms:description "An \"Activity Coefficient\" is a factor used in thermodynamics to account for deviations from ideal behaviour in a mixture of chemical substances. In an ideal mixture, the interactions between each pair of chemical species are the same (or more formally, the enthalpy change of solution is zero) and, as a result, properties of the mixtures can be expressed directly in terms of simple concentrations or partial pressures of the substances present e.g. Raoult's law. Deviations from ideality are accommodated by modifying the concentration by an activity coefficient. "^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Activity_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$f_B = \\frac{\\lambda_B}{(\\lambda_B^*x_B)}$, where $\\lambda_B$ the absolute activity of substance $B$, $\\lambda_B^*$ is the absolute activity of the pure substance $B$ at the same temperature and pressure, and $x_B$ is the amount-of-substance fraction of substance $B$."^^qudt:LatexString ; + qudt:plainTextDescription "An \"Activity Coefficient\" is a factor used in thermodynamics to account for deviations from ideal behaviour in a mixture of chemical substances. In an ideal mixture, the interactions between each pair of chemical species are the same (or more formally, the enthalpy change of solution is zero) and, as a result, properties of the mixtures can be expressed directly in terms of simple concentrations or partial pressures of the substances present e.g. Raoult's law. Deviations from ideality are accommodated by modifying the concentration by an activity coefficient. " ; + qudt:symbol "f_B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ActivityCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Activity Coefficient"@en . + +quantitykind:ActivityConcentration + a qudt:QuantityKind ; + dcterms:description "The \"Activity Concentration\", also known as volume activity, and activity density, is the ratio of the activity of a sample containing radionuclides and the sample's volume."^^qudt:LatexString ; + qudt:applicableUnit unit:BQ-PER-L ; + qudt:applicableUnit unit:BQ-PER-M3 ; + qudt:applicableUnit unit:MicroBQ-PER-L ; + qudt:applicableUnit unit:MilliBQ-PER-L ; + qudt:applicableUnit unit:NanoBQ-PER-L ; + qudt:applicableUnit unit:PicoCI-PER-L ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:informativeReference "https://www.euronuclear.org/glossary/activity-concentration/"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$c_A = \\frac{A}{V}$, where $A$ is the activity of a sample and $V$ is its volume."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Activity Concentration\", also known as volume activity, and activity density, is the ratio of the activity of a sample containing radionuclides and the sample's volume." ; + qudt:symbol "c_A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ActivityConcentration" ; + rdfs:isDefinedBy ; + rdfs:label "Activity Concentration"@en . + +quantitykind:ActivityRelatedByMass + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Activity Related By Mass}$ is quantitative data of the radioactivity of the amount of a radionuclide in a particular state of energy at a defined point in time, + divided by the related mass of this quantity. + """^^qudt:LatexString ; + qudt:applicableUnit unit:BQ-PER-KiloGM ; + qudt:applicableUnit unit:CI-PER-KiloGM ; + qudt:applicableUnit unit:KiloBQ-PER-KiloGM ; + qudt:applicableUnit unit:MegaBQ-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:plainTextDescription "quantitative Angabe der Radioaktivität einer Menge eines Radionuklids in einem bestimmten Energiezustand zu einem gegebenen Zeitpunkt dividiert durch die zugehörige Masse dieser Menge"@de ; + qudt:plainTextDescription "quantitative data of the radioactivity of the amount of a radionuclide in a particular state of energy at a defined point in time, divided by the related mass of this quantity"@en ; + qudt:symbol "0173-1#Z4-BAJ342#002" ; + rdfs:comment "Applicable units are those of quantitykind:MassicActivity" ; + rdfs:isDefinedBy ; + rdfs:label "activity related by mass"@en-US ; + skos:broader quantitykind:MassicActivity . + +quantitykind:ActivityThresholds + a qudt:QuantityKind ; + dcterms:description "\"Activity Thresholds\" are thresholds of sensitivity for radioactivity."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_t}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Activity Thresholds\" are thresholds of sensitivity for radioactivity." ; + rdfs:isDefinedBy ; + rdfs:label "Activity Thresholds"@en . + +quantitykind:Adaptation + a qudt:QuantityKind ; + dcterms:description "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation), usually measured in units of time."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Neural_adaptation#Visual"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation)." ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Adaptation"@en ; + skos:broader quantitykind:Time . + +quantitykind:Admittance + a qudt:QuantityKind ; + dcterms:description "\"Admittance\" is a measure of how easily a circuit or device will allow a current to flow. It is defined as the inverse of the impedance ($Z$). "^^qudt:LatexString ; + qudt:applicableUnit unit:DeciS ; + qudt:applicableUnit unit:KiloS ; + qudt:applicableUnit unit:MHO ; + qudt:applicableUnit unit:MegaS ; + qudt:applicableUnit unit:MicroMHO ; + qudt:applicableUnit unit:MicroS ; + qudt:applicableUnit unit:MilliS ; + qudt:applicableUnit unit:NanoS ; + qudt:applicableUnit unit:PicoS ; + qudt:applicableUnit unit:S ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Admittance"^^xsd:anyURI ; + qudt:latexDefinition "$Y = \\frac{1}{Z}$, where $Z$ is impedance."^^qudt:LatexString ; + qudt:latexSymbol "$Y$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Admittance" ; + rdfs:isDefinedBy ; + rdfs:label "Admittance"@en ; + rdfs:seeAlso quantitykind:Impedance . + +quantitykind:AlphaDisintegrationEnergy + a qudt:QuantityKind ; + dcterms:description "The \"Alpha Disintegration Energy\" is the sum of the kinetic energy of the $\\alpha$-particle produced in the disintegration process and the recoil energy of the product atom in the reference frame in which the emitting nucleus is at rest before its disintegration."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:latexSymbol "$Q_a$"^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Alpha Disintegration Energy\" is the sum of the kinetic energy of the alpha-particle produced in the disintegration process and the recoil energy of the product atom in the reference frame in which the emitting nucleus is at rest before its disintegration." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Alpha Disintegration Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:Altitude + a qudt:QuantityKind ; + dcterms:description "Altitude or height is defined based on the context in which it is used (aviation, geometry, geographical survey, sport, and more). As a general definition, altitude is a distance measurement, usually in the vertical or \"up\" direction, between a reference datum and a point or object. The reference datum also often varies according to the context. [Wikipedia]"^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Altitude"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Altitude or height is defined based on the context in which it is used (aviation, geometry, geographical survey, sport, and more). As a general definition, altitude is a distance measurement, usually in the vertical or \"up\" direction, between a reference datum and a point or object. The reference datum also often varies according to the context. [Wikipedia]" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Altitude"@en ; + skos:broader quantitykind:Length . + +quantitykind:AmbientPressure + a qudt:QuantityKind ; + dcterms:description """The ambient pressure on an object is the pressure of the surrounding medium, such as a gas or liquid, which comes into contact with the object. +The SI unit of pressure is the pascal (Pa), which is a very small unit relative to atmospheric pressure on Earth, so kilopascals ($kPa$) are more commonly used in this context. """^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "p_a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Ambient Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:AmountOfBiologicallyActiveSubstance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD370" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD370"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "amount of biologically active substance" . + +quantitykind:AmountOfCloudCover + a qudt:QuantityKind ; + qudt:applicableUnit unit:OKTA ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://windy.app/blog/okta-cloud-cover.html"^^xsd:anyURI ; + qudt:isoNormativeReference "https://library.wmo.int/viewer/68695/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q="^^xsd:anyURI ; + qudt:plainTextDescription "The amount of the celestial dome covered by all clouds visible." ; + rdfs:comment "Applicable units are those of quantitykind:AmountOfCloudCover" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of cloud cover"@en . + +quantitykind:AmountOfSubstance + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Amount of Substance}$ is a standards-defined quantity that measures the size of an ensemble of elementary entities, + such as atoms, molecules, electrons, and other particles. + It is sometimes referred to as chemical amount. + + The International System of Units (SI) defines the amount of substance to be proportional to the number of elementary entities present. + The SI unit for amount of substance is mole. + It has the unit symbol $mol$. + + 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. + This number is called Avogadro's number and has the value $6.02214179(30) \\times 10^{23}$. + + The only other unit of amount of substance in current use is the $pound-mole$ with the symbol $lb-mol$, + which is sometimes used in chemical engineering in the United States. + One $pound-mole$ is exactly $453.59237 mol$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL ; + qudt:applicableUnit unit:FemtoMOL ; + qudt:applicableUnit unit:IU ; + qudt:applicableUnit unit:KiloMOL ; + qudt:applicableUnit unit:MOL ; + qudt:applicableUnit unit:MOL_LB ; + qudt:applicableUnit unit:MicroMOL ; + qudt:applicableUnit unit:MilliMOL ; + qudt:applicableUnit unit:MilliOSM ; + qudt:applicableUnit unit:NCM ; + qudt:applicableUnit unit:NCM_1ATM_0DEG_C_NL ; + qudt:applicableUnit unit:NanoMOL ; + qudt:applicableUnit unit:OSM ; + qudt:applicableUnit unit:PicoMOL ; + qudt:applicableUnit unit:SCF ; + qudt:applicableUnit unit:SCM ; + qudt:applicableUnit unit:SCM_1ATM_0DEG_C ; + qudt:applicableUnit unit:SCM_1ATM_15DEG_C_ISO ; + qudt:applicableUnit unit:SCM_1ATM_15DEG_C_NL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Amount_of_substance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD004" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD004"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Amount_of_substance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:AMSU ; + qudt:symbol "n" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstance" ; + rdfs:isDefinedBy ; + rdfs:label "Jumlah bahan"@ms ; + rdfs:label "Látkové množství"@cs ; + rdfs:label "Stoffmenge"@de ; + rdfs:label "amount of substance"@en ; + rdfs:label "anyagmennyiség"@hu ; + rdfs:label "cantidad de sustancia"@es ; + rdfs:label "cantitate de substanță"@ro ; + rdfs:label "liczność materii"@pl ; + rdfs:label "madde miktarı"@tr ; + rdfs:label "množina snovi"@sl ; + rdfs:label "quantidade de substância"@pt ; + rdfs:label "quantitas substantiae"@la ; + rdfs:label "quantità di sostanza"@it ; + rdfs:label "quantité de matière"@fr ; + rdfs:label "Ποσότητα Ουσίας"@el ; + rdfs:label "Количество вещества"@ru ; + rdfs:label "Количество вещество"@bg ; + rdfs:label "כמות חומר"@he ; + rdfs:label "كمية المادة"@ar ; + rdfs:label "مقدار ماده"@fa ; + rdfs:label "पदार्थ की मात्रा"@hi ; + rdfs:label "物質量"@ja ; + rdfs:label "物质的量"@zh ; + skos:altLabel "chemical amount"@en ; + skos:altLabel "jumlah kimia"@ms ; + skos:altLabel "quantità chimica"@it ; + skos:altLabel "quantità di materia"@it . + +quantitykind:AmountOfSubstanceConcentration + a qudt:QuantityKind ; + dcterms:description "\"Amount of Substance of Concentration\" is defined as the amount of a constituent divided by the volume of the mixture."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:exactMatch quantitykind:AmountOfSubstancePerVolume ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Amount_of_substance_concentration"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$C_B = \\frac{n_B}{V}$, where $n_B$ is the amount of substance $B$ and $V$ is the volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture." ; + qudt:siExactMatch si-quantity:AMSC ; + qudt:symbol "C_B" ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance of Concentration"@en ; + skos:broader quantitykind:Concentration . + +quantitykind:AmountOfSubstanceFraction + a qudt:QuantityKind ; + dcterms:description "\"Fractional Amount of Substance\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture."^^qudt:LatexString ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Amount_fraction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$x_B = \\frac{n_B}{n}$, where $n_B$ is the amount of substance $B$ and $n$ is the total amount of substance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Fractional Amount of Substance\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture." ; + qudt:symbol "X_B" ; + rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstanceFraction" ; + rdfs:isDefinedBy ; + rdfs:label "Fractional Amount of Substance"@en . + +quantitykind:AmountOfSubstanceIonConcentration + a qudt:QuantityKind ; + dcterms:description "\"Amount of Substance Ion Concentration\" is the moles of ions per volume of solution."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:exactMatch quantitykind:IonConcentration ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "\"Amount of Substance Ion Concentration\" is the moles of ions per volume of solution." ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance Ion Concentration"@en ; + skos:broader quantitykind:Concentration . + +quantitykind:AmountOfSubstancePerMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiMOL-PER-KiloGM ; + qudt:applicableUnit unit:FemtoMOL-PER-KiloGM ; + qudt:applicableUnit unit:IU-PER-MilliGM ; + qudt:applicableUnit unit:KiloMOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL-PER-TONNE ; + qudt:applicableUnit unit:MOL_LB-PER-LB ; + qudt:applicableUnit unit:MicroMOL-PER-GM ; + qudt:applicableUnit unit:MicroMOL-PER-KiloGM ; + qudt:applicableUnit unit:MilliMOL-PER-GM ; + qudt:applicableUnit unit:MilliMOL-PER-KiloGM ; + qudt:applicableUnit unit:MilliOSM-PER-KiloGM ; + qudt:applicableUnit unit:NanoMOL-PER-GM ; + qudt:applicableUnit unit:NanoMOL-PER-KiloGM ; + qudt:applicableUnit unit:PicoMOL-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstancePerMass" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance per Mass"@en . + +quantitykind:AmountOfSubstancePerMassPressure + a qudt:QuantityKind ; + dcterms:description "The \"Variation of Molar Mass\" of a gas as a function of pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:MOL-PER-KiloGM-BAR ; + qudt:applicableUnit unit:MOL-PER-KiloGM-PA ; + qudt:hasDimensionVector qkdv:A1E0L1I0M-2H0T2D0 ; + qudt:plainTextDescription "The \"Variation of Molar Mass\" of a gas as a function of pressure." ; + qudt:qkdvDenominator qkdv:A0E0L-1I0M2H0T-2D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstancePerMassPressure" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Mass variation due to Pressure"@en . + +quantitykind:AmountOfSubstancePerVolume + a qudt:QuantityKind ; + dcterms:description "The amount of substance per volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:exactMatch quantitykind:AmountOfSubstanceConcentration ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://www.ask.com/answers/72367781/what-is-defined-as-the-amount-of-substance-per-unit-of-volume"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ; + qudt:plainTextDescription "The amount of substance per unit volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure." ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Amount of Substance per Volume"@en ; + skos:broader quantitykind:Concentration . + +quantitykind:Angle + a qudt:QuantityKind ; + dcterms:description "The abstract notion of angle. Narrow concepts include plane angle and solid angle. While both plane angle and solid angle are dimensionless, they are actually length/length and area/area respectively."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angle"^^xsd:anyURI ; + qudt:exactMatch quantitykind:PlaneAngle ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Angle"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:AngleOfAttack + a qudt:QuantityKind ; + dcterms:description "Angle of attack is the angle between the oncoming air or relative wind and a reference line on the airplane or wing."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "Angle of attack is the angle between the oncoming air or relative wind and a reference line on the airplane or wing." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Angle Of Attack"@en ; + skos:broader quantitykind:Angle . + +quantitykind:AngleOfOpticalRotation + a qudt:QuantityKind ; + dcterms:description "The \"Angle of Optical Rotation\" is the angle through which plane-polarized light is rotated clockwise, as seen when facing the light source, in passing through an optically active medium."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Optical_rotation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Angle of Optical Rotation\" is the angle through which plane-polarized light is rotated clockwise, as seen when facing the light source, in passing through an optically active medium." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Angle of Optical Rotation"@en ; + skos:broader quantitykind:Angle . + +quantitykind:AngularAcceleration + a qudt:QuantityKind ; + 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:applicableUnit unit:DEG-PER-SEC2 ; + qudt:applicableUnit unit:RAD-PER-SEC2 ; + qudt:applicableUnit unit:REV-PER-MIN-SEC ; + qudt:applicableUnit unit:REV-PER-SEC2 ; + qudt:baseCGSUnitDimensions "U/T^2" ; + qudt:baseSIUnitDimensions "$/s^2$"^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_acceleration"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD006" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD006"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:ACCA ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularAcceleration" ; + rdfs:isDefinedBy ; + rdfs:label "Accelerație unghiulară"@ro ; + rdfs:label "Açısal ivme"@tr ; + rdfs:label "Pecutan bersudut"@ms ; + rdfs:label "Przyspieszenie kątowe"@pl ; + rdfs:label "Winkelbeschleunigung"@de ; + rdfs:label "accelerazione angolare"@it ; + rdfs:label "accélération angulaire"@fr ; + rdfs:label "aceleración angular"@es ; + rdfs:label "aceleração angular"@pt ; + rdfs:label "angular acceleration"@en ; + rdfs:label "Úhlové zrychlení"@cs ; + rdfs:label "Угловое ускорение"@ru ; + rdfs:label "تسارع زاوي"@ar ; + rdfs:label "شتاب زاویه‌ای"@fa ; + rdfs:label "कोणीय त्वरण"@hi ; + rdfs:label "角加速度"@ja ; + rdfs:label "角加速度"@zh ; + skos:broader quantitykind:InverseSquareTime . + +quantitykind:AngularCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Angular Cross-section\" is the cross-section for ejecting or scattering a particle into an elementary cone, divided by the solid angle $d\\Omega$ of that cone."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-SR ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD007" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD007"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = \\int \\sigma_\\Omega d\\Omega$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma_\\Omega$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularCrossSection" ; + rdfs:isDefinedBy ; + rdfs:label "Angular Cross-section"@en ; + skos:closeMatch quantitykind:SpectralCrossSection . + +quantitykind:AngularDistance + a qudt:QuantityKind ; + dcterms:description "Angular distance travelled by orbiting vehicle measured from the azimuth of closest approach."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\theta$"^^qudt:LatexString ; + qudt:plainTextDescription "Angular distance travelled by orbiting vehicle measured from the azimuth of closest approach." ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Angular Distance"@en ; + skos:broader quantitykind:Angle . + +quantitykind:AngularFrequency + a qudt:QuantityKind ; + dcterms:description "\"Angular frequency\", symbol $\\omega$ (also referred to by the terms angular speed, radial frequency, circular frequency, orbital frequency, radian frequency, and pulsatance) is a scalar measure of rotation rate. Angular frequency (or angular speed) is the magnitude of the vector quantity angular velocity."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_frequency"^^xsd:anyURI ; + qudt:exactMatch quantitykind:AngularVelocity ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Angular_frequency"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\omega = 2\\pi f$, where $f$ is frequency."^^qudt:LatexString ; + qudt:latexSymbol "$\\omega$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularFrequency" ; + rdfs:isDefinedBy ; + rdfs:label "Kreisfrequenz"@de ; + rdfs:label "Pulsación"@fr ; + rdfs:label "angular frequency"@en ; + rdfs:label "frequenza angolare"@it ; + rdfs:label "frequência angular"@pt ; + rdfs:label "pulsación"@es ; + rdfs:label "pulsacja"@pl ; + rdfs:label "تردد زاوى"@ar ; + rdfs:label "角振動数"@ja ; + rdfs:label "角频率"@zh ; + rdfs:seeAlso quantitykind:RotationalFrequency ; + rdfs:seeAlso quantitykind:RotationalVelocity ; + skos:altLabel "Pulsatanzpulsation"@de ; + skos:altLabel "pulsatance"@en ; + skos:altLabel "pulsazione"@it ; + skos:altLabel "pulsação"@pt ; + skos:altLabel "نابض"@ar ; + skos:altLabel "角周波数"@ja ; + skos:altLabel "角速度"@zh ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:AngularImpulse + a qudt:QuantityKind ; + 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:applicableUnit unit:ERG-SEC ; + qudt:applicableUnit unit:EV-SEC ; + qudt:applicableUnit unit:FT-LB_F-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:applicableUnit unit:KiloGM-M2-PER-SEC ; + qudt:applicableUnit unit:N-M-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/AngularMomentum"^^xsd:anyURI ; + qudt:exactMatch quantitykind:AngularMomentum ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "http://emweb.unl.edu/NEGAHBAN/EM373/note13/note.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:symbol "H" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularImpulse" ; + rdfs:isDefinedBy ; + rdfs:label "Drehstoß"@de ; + rdfs:label "angular impulse"@en ; + rdfs:label "impulsion angulaire"@fr ; + rdfs:label "impulso angolare"@it ; + rdfs:label "impulso angular"@es ; + rdfs:label "impulsão angular"@pt ; + rdfs:label "popęd kątowy"@pl ; + rdfs:label "نبضة دفعية زاوية"@ar ; + rdfs:label "角冲量;冲量矩"@zh ; + rdfs:label "角力積"@ja ; + skos:altLabel "Drehmomentstoß"@de . + +quantitykind:AngularMomentum + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Angular Momentum}$, $\\textit{Moment of Momentum}$, or $\\textit{Rotational Momentum}$, is a vector quantity that represents the product of a body's rotational inertia and rotational velocity about a particular axis. + The $\\textit{Angular Momentum}$ of an object rotating about some reference point is the measure of the extent to which the object will continue to rotate about that point unless acted upon by an external torque. + In particular, if a point mass rotates about an axis, then the angular momentum with respect to a point on the axis is related to the mass of the object, the velocity and the distance of the mass to the axis. + While the motion associated with linear momentum has no absolute frame of reference, the rotation associated with angular momentum is sometimes spoken of as being measured relative to the fixed stars. + """^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-SEC ; + qudt:applicableUnit unit:EV-SEC ; + qudt:applicableUnit unit:FT-LB_F-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:applicableUnit unit:KiloGM-M2-PER-SEC ; + qudt:applicableUnit unit:N-M-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_momentum"^^xsd:anyURI ; + qudt:exactMatch quantitykind:AngularImpulse ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Angular_momentum"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$L = I\\omega$, where $I$ is the moment of inertia, and $\\omega$ is the angular velocity."^^qudt:LatexString ; + qudt:plainTextDescription "Angular Momentum of an object rotating about some reference point is the measure of the extent to which the object will continue to rotate about that point unless acted upon by an external torque. In particular, if a point mass rotates about an axis, then the angular momentum with respect to a point on the axis is related to the mass of the object, the velocity and the distance of the mass to the axis. While the motion associated with linear momentum has no absolute frame of reference, the rotation associated with angular momentum is sometimes spoken of as being measured relative to the fixed stars. $\\textit{Angular Momentum}$, $\\textit{Moment of Momentum}, or $\\textit{Rotational Momentum\", is a vector quantity that represents the product of a body's rotational inertia and rotational velocity about a particular axis." ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularMomentum" ; + rdfs:isDefinedBy ; + rdfs:label "Angular Momentum"@en . + +quantitykind:AngularMomentumPerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-M-SEC-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:AngularMomentumPerAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Angular Momentum per Angle"@en . + +quantitykind:AngularReciprocalLatticeVector + a qudt:QuantityKind ; + dcterms:description "\"Angular Reciprocal Lattice Vector\" is a vector whose scalar products with all fundamental lattice vectors are integral multiples of $2\\pi$."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "G" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularReciprocalLatticeVector" ; + rdfs:isDefinedBy ; + rdfs:label "Angular Reciprocal Lattice Vector"@en . + +quantitykind:AngularVelocity + a qudt:QuantityKind ; + dcterms:description "Angular Velocity refers to how fast an object rotates or revolves relative to another point."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_velocity"^^xsd:anyURI ; + qudt:exactMatch quantitykind:AngularFrequency ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD009" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD009"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Angular_velocity"^^xsd:anyURI ; + qudt:plainTextDescription "The change of angle per unit time; specifically, in celestial mechanics, the change in angle of the radius vector per unit time." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siExactMatch si-quantity:VELA ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularVelocity" ; + rdfs:isDefinedBy ; + rdfs:label "Açısal hız"@tr ; + rdfs:label "Halaju bersudut"@ms ; + rdfs:label "Prędkość kątowa"@pl ; + rdfs:label "Viteză unghiulară"@ro ; + rdfs:label "Winkelgeschwindigkeit"@de ; + rdfs:label "angular velocity"@en ; + rdfs:label "kotna hitrost"@sl ; + rdfs:label "velocidad angular"@es ; + rdfs:label "velocidade angular"@pt ; + rdfs:label "velocità angolare"@it ; + rdfs:label "vitesse angulaire"@fr ; + rdfs:label "Úhlová rychlost"@cs ; + rdfs:label "Угловая скорость"@ru ; + rdfs:label "سرعة زاوية"@ar ; + rdfs:label "سرعت زاویه‌ای"@fa ; + rdfs:label "कोणीय वेग"@hi ; + rdfs:label "角速度"@ja ; + rdfs:label "角速度"@zh ; + rdfs:seeAlso quantitykind:RotationalFrequency ; + rdfs:seeAlso quantitykind:RotationalVelocity ; + skos:altLabel "angular speed"@en ; + skos:altLabel "kelajuan bersudut"@ms . + +quantitykind:AngularWavenumber + a qudt:QuantityKind ; + dcterms:description "\"wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-M ; + qudt:applicableUnit unit:RAD-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition """$k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}$, where $\\upsilon$ is the frequency of the wave, $\\lambda$ is the wavelength, $\\omega = 2\\pi \\upsilon$ is the angular frequency of the wave, and $\\upsilon_p$ is the phase velocity of the wave. + +Alternatively: + +$k = \\frac{p}{\\hbar}$, where $p$ is the linear momentum of quasi free electrons in an electron gas and $\\hbar$ is the reduced Planck constant ($h$ divided by $2\\pi$); for phonons, its magnitude is $k = \\frac{2\\pi}{\\lambda}$, where $\\lambda$ is the wavelength of the lattice vibrations."""^^qudt:LatexString ; + qudt:plainTextDescription "\"wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector." ; + qudt:symbol "k" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularWavenumber" ; + rdfs:isDefinedBy ; + rdfs:label "Kreisrepetenz"@de ; + rdfs:label "angular wavenumber"@en ; + rdfs:label "liczba falowa kątowa"@pl ; + rdfs:label "nombre d'onde angulaire"@fr ; + rdfs:label "numero d'onda angolare"@it ; + rdfs:label "número de onda angular"@es ; + rdfs:label "número de onda angular"@pt ; + rdfs:label "عدد موجى زاوى"@ar ; + rdfs:label "角波数"@ja ; + rdfs:label "角波数"@zh ; + skos:altLabel "Kreiswellenzahl"@de ; + skos:altLabel "angular repetency"@en ; + skos:altLabel "repetencja kątowa"@pl ; + skos:altLabel "repetência angular"@pt ; + skos:altLabel "répétence angulaire"@fr ; + skos:altLabel "تكرار زاوى"@ar ; + skos:broader quantitykind:InverseLength ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:ApogeeRadius + a qudt:QuantityKind ; + dcterms:description "Apogee radius of an elliptical orbit"^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Apogee radius of an elliptical orbit" ; + qudt:symbol "r_2" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Apogee Radius"@en ; + skos:broader quantitykind:Radius . + +quantitykind:ApparentPower + a qudt:QuantityKind ; + 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:applicableUnit unit:ExaVA ; + qudt:applicableUnit unit:GigaVA ; + qudt:applicableUnit unit:KiloVA ; + qudt:applicableUnit unit:MegaVA ; + qudt:applicableUnit unit:MicroVA ; + qudt:applicableUnit unit:MilliVA ; + qudt:applicableUnit unit:NanoVA ; + qudt:applicableUnit unit:PetaVA ; + qudt:applicableUnit unit:PicoVA ; + qudt:applicableUnit unit:TeraVA ; + qudt:applicableUnit unit:VA ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD011" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD011"^^xsd:anyURI ; + qudt:latexDefinition "$\\left | \\underline{S} \\right | = UI$, where $U$ is rms value of voltage and $I$ is rms value of electric current."^^qudt:LatexString ; + qudt:latexSymbol "$\\left | \\underline{S} \\right |$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ApparentPower" ; + rdfs:isDefinedBy ; + rdfs:label "Scheinleistung"@de ; + rdfs:label "apparent power"@en ; + rdfs:label "moc pozorna"@pl ; + rdfs:label "potencia aparente"@es ; + rdfs:label "potenza apparente"@it ; + rdfs:label "potência aparente"@pt ; + rdfs:label "puissance apparente"@fr ; + rdfs:label "القدرة الظاهرية"@ar ; + rdfs:label "皮相電力"@ja ; + rdfs:label "视在功率"@zh ; + rdfs:seeAlso quantitykind:ElectricCurrent ; + rdfs:seeAlso quantitykind:Voltage ; + skos:altLabel "表观功率"@zh ; + skos:broader quantitykind:ElectricPower . + +quantitykind:ApparentThermalInertia + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_inertia"^^xsd:anyURI ; + qudt:plainTextDescription "Thermal inertia is a term used to describe the observed delays in a body's temperature response during heat transfers" ; + rdfs:comment "Applicable units are those of quantitykind:ApparentThermalInertia" ; + rdfs:isDefinedBy ; + rdfs:label "Measurement Unit for a quantity approximately proportional to Thermal Inertia" . + +quantitykind:Area + a qudt:QuantityKind ; + dcterms:description "Area is a quantity expressing the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:baseCGSUnitDimensions "cm^2" ; + qudt:baseSIUnitDimensions "$m^2$"^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Area"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD182" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD182"^^xsd:anyURI ; + qudt:plainTextDescription "Area is a quantity expressing the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve." ; + qudt:siExactMatch si-quantity:AREA ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Fläche"@de ; + rdfs:label "Keluasan"@ms ; + rdfs:label "aire"@fr ; + rdfs:label "alan"@tr ; + rdfs:label "area"@en ; + rdfs:label "area"@it ; + rdfs:label "arie"@ro ; + rdfs:label "plocha"@cs ; + rdfs:label "pole powierzchni"@pl ; + rdfs:label "površina"@sl ; + rdfs:label "área"@es ; + rdfs:label "área"@pt ; + rdfs:label "Ταχύτητα"@el ; + rdfs:label "Площ"@bg ; + rdfs:label "Площадь"@ru ; + rdfs:label "שטח"@he ; + rdfs:label "مساحة"@ar ; + rdfs:label "مساحت"@fa ; + rdfs:label "क्षेत्रफल"@hi ; + rdfs:label "面积"@zh ; + rdfs:label "面積"@ja ; + skos:altLabel "superficie"@fr . + +quantitykind:AreaAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:M2-SR ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:AreaAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Area Angle"@en . + +quantitykind:AreaBitDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BIT-PER-M2 ; + qudt:applicableUnit unit:ExbiBIT-PER-M2 ; + qudt:applicableUnit unit:GibiBIT-PER-M2 ; + qudt:applicableUnit unit:KibiBIT-PER-M2 ; + qudt:applicableUnit unit:MebiBIT-PER-M2 ; + qudt:applicableUnit unit:PebiBIT-PER-M2 ; + qudt:applicableUnit unit:TebiBIT-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD012" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD012"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:AreaBitDensity" ; + rdfs:isDefinedBy ; + rdfs:label "areic bit density" . + +quantitykind:AreaChargeDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD013" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD013"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "areic charge density" ; + skos:broader quantitykind:ElectricChargePerArea . + +quantitykind:AreaMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:GM-PER-CentiM2 ; + qudt:applicableUnit unit:GM-PER-HA ; + qudt:applicableUnit unit:GM-PER-M2 ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-FT2 ; + qudt:applicableUnit unit:KiloGM-PER-HA ; + qudt:applicableUnit unit:KiloGM-PER-KiloM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-AC ; + qudt:applicableUnit unit:LB-PER-FT2 ; + qudt:applicableUnit unit:LB-PER-IN2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:MegaGM-PER-HA ; + qudt:applicableUnit unit:MicroGM-PER-CentiM2 ; + qudt:applicableUnit unit:MicroGM-PER-IN2 ; + qudt:applicableUnit unit:MilliGM-PER-CentiM2 ; + qudt:applicableUnit unit:MilliGM-PER-DeciM2 ; + qudt:applicableUnit unit:MilliGM-PER-HA ; + qudt:applicableUnit unit:MilliGM-PER-M2 ; + qudt:applicableUnit unit:NanoGM-PER-CentiM2 ; + qudt:applicableUnit unit:OZ-PER-FT2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:applicableUnit unit:OZ-PER-YD2 ; + qudt:applicableUnit unit:SLUG-PER-FT2 ; + qudt:applicableUnit unit:TONNE-PER-HA ; + qudt:applicableUnit unit:TON_Metric-PER-HA ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD014" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD014"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:MassPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "areic mass" ; + skos:broader quantitykind:MassPerArea . + +quantitykind:AreaPerLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:M2-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://www.easysteel.co.nz/web/assets/EasysteelSurfaceAreaofSections-Feb14.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "Measure used to indicate the surface area of structural steel per unit length of the steel part." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:AreaPerLength" ; + rdfs:isDefinedBy ; + rdfs:label "Fläche pro Längeneinheit"@de ; + rdfs:label "area per length"@en . + +quantitykind:AreaPerPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:M2-PER-KiloW ; + qudt:applicableUnit unit:M2-PER-W ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T3D0 ; + qudt:plainTextDescription "The ratio of an area and the power required for maintaining room temperature at a given level" ; + rdfs:comment "Applicable units are those of quantitykind:AreaPerPower" ; + rdfs:isDefinedBy ; + rdfs:label "Fläche pro Heizlast"@de ; + rdfs:label "area per heating load"@en . + +quantitykind:AreaPerTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM2-PER-SEC ; + qudt:applicableUnit unit:FT2-PER-HR ; + qudt:applicableUnit unit:FT2-PER-SEC ; + qudt:applicableUnit unit:IN2-PER-SEC ; + qudt:applicableUnit unit:M2-HZ ; + qudt:applicableUnit unit:M2-PER-HR ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:applicableUnit unit:MilliM2-PER-SEC ; + qudt:baseImperialUnitDimensions "$ft^2/s$"^^qudt:LatexString ; + qudt:baseSIUnitDimensions "$m^2/s$"^^qudt:LatexString ; + qudt:baseUSCustomaryUnitDimensions "$L^2/T$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:AreaPerTime" ; + rdfs:isDefinedBy ; + rdfs:label "Area per Time"@en . + +quantitykind:AreaRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:M2-PER-HA ; + qudt:applicableUnit unit:M2-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:AreaRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Area Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:AreaTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:FT2-DEG_F ; + qudt:applicableUnit unit:M2-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:AreaTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Area Temperature"@en . + +quantitykind:AreaThermalExpansion + a qudt:QuantityKind ; + dcterms:description "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_expansion#Area"^^xsd:anyURI ; + qudt:plainTextDescription "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion." ; + rdfs:comment "Applicable units are those of quantitykind:AreaThermalExpansion" ; + rdfs:isDefinedBy ; + rdfs:label "Area Thermal Expansion"@en . + +quantitykind:AreaTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM2-MIN ; + qudt:applicableUnit unit:CentiM2-SEC ; + qudt:applicableUnit unit:HR-FT2 ; + qudt:applicableUnit unit:SEC-FT2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + rdfs:comment "Applicable units are those of quantitykind:AreaTime" ; + rdfs:isDefinedBy ; + rdfs:label "Area Time"@en . + +quantitykind:AreaTimeTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:FT2-HR-DEG_F ; + qudt:applicableUnit unit:FT2-SEC-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T1D0 ; + rdfs:comment "Applicable units are those of quantitykind:AreaTimeTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Area Time Temperature"@en . + +quantitykind:AreicChargeDensityOrElectricFluxDensityOrElectricPolarization + a qudt:QuantityKind ; + dcterms:description "charge Q presented on an area of size A divided by the area A or vector quantity obtained at a given point by adding the electric polarization P to the product of the electric field strength E and the electric constant (permittivity) ε₀"@en ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:plainTextDescription "auf einer Fläche mit dem Flächeninhalt A vorhandenen Ladung Q dividiert durch den Flächeninhalt A oder vektorielle Größe, die für einen gegebenen Punkt gleich der Summe der elektrischen Polarisation P und des Produkts aus der elektrischen Feldstärke E und der elektrischen Feldkonstante (Permittivität) ε₀ ist oder räumliche Dichte des elektrischen Moments molekularer Dipole"@de ; + qudt:symbol "0173-1#Z4-BAJ320#002" ; + rdfs:isDefinedBy ; + rdfs:label "areic charge density or electric flux density or electric polarization"@en-US . + +quantitykind:AreicDataVolume + a qudt:QuantityKind ; + dcterms:description "volume of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related area"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch die zugehörige Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ321#002" ; + rdfs:isDefinedBy ; + rdfs:label "areic data volume"@en-US . + +quantitykind:AreicEnergyFlow + a qudt:QuantityKind ; + dcterms:description "energy in a defined direction of propagation through a surface perpendicular to this, divided by its area"@en ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:plainTextDescription "Leistung in festgelegter Ausbreitungsrichtung durch ein dazu senkrechtes Oberflächenelement, dividiert durch dessen Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ322#002" ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "areic energy flow"@en-US ; + skos:broader quantitykind:PowerPerArea . + +quantitykind:AreicHeatFlowRate + a qudt:QuantityKind ; + dcterms:description "Density of heat flow rate."^^qudt:LatexString ; + qudt:abbreviation "heat-flow-rate" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Rate_of_heat_flow"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = \\frac{\\Phi}{A}$, where $\\Phi$ is heat flow rate and $A$ is area."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "Density of heat flow rate." ; + qudt:symbol "φ" ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Aeric Heat Flow Rate"@en ; + skos:broader quantitykind:PowerPerArea ; + skos:closeMatch . + +quantitykind:AreicMass + a qudt:QuantityKind ; + dcterms:description "mass divided by the related area"@en ; + qudt:applicableUnit unit:GM-PER-CentiM2 ; + qudt:applicableUnit unit:GM-PER-HA ; + qudt:applicableUnit unit:GM-PER-M2 ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-FT2 ; + qudt:applicableUnit unit:KiloGM-PER-HA ; + qudt:applicableUnit unit:KiloGM-PER-KiloM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-AC ; + qudt:applicableUnit unit:LB-PER-FT2 ; + qudt:applicableUnit unit:LB-PER-IN2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:MegaGM-PER-HA ; + qudt:applicableUnit unit:MicroGM-PER-CentiM2 ; + qudt:applicableUnit unit:MicroGM-PER-IN2 ; + qudt:applicableUnit unit:MilliGM-PER-CentiM2 ; + qudt:applicableUnit unit:MilliGM-PER-DeciM2 ; + qudt:applicableUnit unit:MilliGM-PER-HA ; + qudt:applicableUnit unit:MilliGM-PER-M2 ; + qudt:applicableUnit unit:NanoGM-PER-CentiM2 ; + qudt:applicableUnit unit:OZ-PER-FT2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:applicableUnit unit:OZ-PER-YD2 ; + qudt:applicableUnit unit:SLUG-PER-FT2 ; + qudt:applicableUnit unit:TONNE-PER-HA ; + qudt:applicableUnit unit:TON_Metric-PER-HA ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:plainTextDescription "Masse dividiert durch die zugehörige Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ288#004" ; + rdfs:comment "Applicable units are those of quantitykind:MassPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "areic mass"@en-US ; + skos:broader quantitykind:MassPerArea . + +quantitykind:AreicTorque + a qudt:QuantityKind ; + dcterms:description "ratio of a torque acting on a surface and causing a rotation or shearing divided by this area"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:plainTextDescription "Quotient aus dem auf eine Fläche wirkenden, eine Verdrehung bzw. Abscherung verursachenden Drehmoment dividiert durch diese Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ420#001" ; + rdfs:isDefinedBy ; + rdfs:label "areic torque"@en-US . + +quantitykind:Asset + a qudt:QuantityKind ; + dcterms:description "An Asset is an economic resource owned by a business or company. Simply stated, assets are things of value that can be readily converted into cash (although cash itself is also considered an asset)."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "An Asset is an economic resource owned by a business or company. Simply stated, assets are things of value that can be readily converted into cash (although cash itself is also considered an asset)." ; + rdfs:isDefinedBy ; + rdfs:label "Asset"@en . + +quantitykind:AtmosphericHydroxylationRate + a qudt:QuantityKind ; + dcterms:description "A second order reaction rate constant that is a specific second order reaction rate constant that governs the kinetics of an atmospheric, gas-phase reaction between hydroxyl radicals and an organic chemical."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-MOL-SEC ; + qudt:applicableUnit unit:L-PER-MOL-SEC ; + qudt:applicableUnit unit:M3-PER-MOL-SEC ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:plainTextDescription "A second order reaction rate constant that is a specific second order reaction rate constant that governs the kinetics of an atmospheric, gas-phase reaction between hydroxyl radicals and an organic chemical." ; + rdfs:comment "Applicable units are those of quantitykind:AtmosphericHydroxylationRate" ; + rdfs:isDefinedBy ; + rdfs:label "Atmospheric Hydroxylation Rate"@en ; + skos:broader quantitykind:SecondOrderReactionRateConstant . + +quantitykind:AtmosphericPressure + a qudt:QuantityKind ; + dcterms:description "The pressure exerted by the weight of the air above it at any point on the earth's surface. At sea level the atmosphere will support a column of mercury about $760 mm$ high. This decreases with increasing altitude. The standard value for the atmospheric pressure at sea level in SI units is $101,325 pascals$."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Atmospheric_pressure"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://www.oxfordreference.com/display/10.1093/acref/acref-9780199233991"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Atmospheric Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:AtomScatteringFactor + a qudt:QuantityKind ; + dcterms:description "\"Atom Scattering Factor\" is measure of the scattering power of an isolated atom."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://reference.iucr.org/dictionary/Atomic_scattering_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$f = \\frac{E_a}{E_e}$, where $E_a$ is the radiation amplitude scattered by the atom and $E_e$ is the radiation ampliture scattered by a single electron."^^qudt:LatexString ; + qudt:plainTextDescription "\"Atom Scattering Factor\" is measure of the scattering power of an isolated atom." ; + qudt:symbol "f" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AtomScatteringFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Atom Scattering Factor"@en . + +quantitykind:AtomicAttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Atomic Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per the number of atoms in the substance."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu_a = -\\frac{\\mu}{n}$, where $\\mu$ is the linear attenuation coefficient and $n$ is the number density of the atoms in the substance."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Atomic Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per the number of atoms in the substance." ; + qudt:symbol "μₐ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Attenuation Coefficient"@en ; + skos:broader quantitykind:Area ; + skos:closeMatch quantitykind:MolarAttenuationCoefficient . + +quantitykind:AtomicCharge + a qudt:QuantityKind ; + dcterms:description "The electric charge of an ion, equal to the number of electrons the atom has gained or lost in its ionization multiplied by the charge on one electron."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR ; + qudt:applicableUnit unit:A-SEC ; + qudt:applicableUnit unit:AttoC ; + qudt:applicableUnit unit:C ; + qudt:applicableUnit unit:C_Ab ; + qudt:applicableUnit unit:C_Stat ; + qudt:applicableUnit unit:CentiC ; + qudt:applicableUnit unit:DecaC ; + qudt:applicableUnit unit:DeciC ; + qudt:applicableUnit unit:E ; + qudt:applicableUnit unit:ElementaryCharge ; + qudt:applicableUnit unit:ExaC ; + qudt:applicableUnit unit:F ; + qudt:applicableUnit unit:FR ; + qudt:applicableUnit unit:FemtoC ; + qudt:applicableUnit unit:GigaC ; + qudt:applicableUnit unit:HectoC ; + qudt:applicableUnit unit:KiloA-HR ; + qudt:applicableUnit unit:KiloC ; + qudt:applicableUnit unit:KiloJ-PER-KiloV ; + qudt:applicableUnit unit:MegaC ; + qudt:applicableUnit unit:MicroC ; + qudt:applicableUnit unit:MilliA-HR ; + qudt:applicableUnit unit:MilliA-SEC ; + qudt:applicableUnit unit:MilliC ; + qudt:applicableUnit unit:NanoC ; + qudt:applicableUnit unit:PetaC ; + qudt:applicableUnit unit:PicoC ; + qudt:applicableUnit unit:PlanckCharge ; + qudt:applicableUnit unit:TeraC ; + qudt:applicableUnit unit:YoctoC ; + qudt:applicableUnit unit:YottaC ; + qudt:applicableUnit unit:ZeptoC ; + qudt:applicableUnit unit:ZettaC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:informativeReference "http://www.answers.com/topic/atomic-charge"^^xsd:anyURI ; + qudt:plainTextDescription "The electric charge of an ion, equal to the number of electrons the atom has gained or lost in its ionization multiplied by the charge on one electron." ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Charge"@en ; + skos:broader quantitykind:ElectricCharge . + +quantitykind:AtomicEnergy + a qudt:QuantityKind ; + dcterms:description "scalar quantity of elementary particles which is retained within a system following any change and, as saved energy, constitutes the capability of a physical system to carry out work"@en ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "skalare Größe von Elementarteilchen, die bei beliebiger Umwandlung innerhalb eines Systems erhalten bleibt und als gespeichertes Arbeitsvermögen die Fähigkeit eines physikalischen Systems darstellt, Arbeit zu verrichten"@de ; + qudt:symbol "0173-1#Z4-BAJ291#002" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "atomic energy"@en-US ; + skos:broader quantitykind:Energy . + +quantitykind:AtomicMass + a qudt:QuantityKind ; + dcterms:description "The \"Atomic Mass\" is the mass of a specific isotope, most often expressed in unified atomic mass units."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Atomic Mass\" is the mass of a specific isotope, most often expressed in unified atomic mass units." ; + qudt:symbol "m_a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:AtomicNumber + a qudt:QuantityKind ; + dcterms:description "The \"Atomic Number\", also known as the proton number, is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. A nuclide is a species of atom with specified numbers of protons and neutrons. Nuclides with the same value of Z but different values of N are called isotopes of an element. The ordinal number of an element in the periodic table is equal to the atomic number. The atomic number equals the charge of the nucleus in units of the elementary charge."^^qudt:LatexString ; + qudt:applicableUnit unit:Z ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Atomic Number\", also known as the proton number, is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. A nuclide is a species of atom with specified numbers of protons and neutrons. Nuclides with the same value of Z but different values of N are called isotopes of an element. The ordinal number of an element in the periodic table is equal to the atomic number. The atomic number equals the charge of the nucleus in units of the elementary charge." ; + qudt:symbol "Z" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AtomicNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Number"@en ; + skos:broader quantitykind:Count . + +quantitykind:AtomicStoppingPower + a qudt:QuantityKind ; + dcterms:description "ratio of the linear stopping power to the number density of the atoms in the medium"@en ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:plainTextDescription "Quotient aus dem linearen Bremsvermögen und der Anzahldichte der Atome in dem Medium"@de ; + qudt:symbol "0173-1#Z4-BAJ292#002" ; + rdfs:isDefinedBy ; + rdfs:label "atomic stopping power"@en-US . + +quantitykind:AttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "The attenuation coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter. A large attenuation coefficient means that the beam is quickly \"attenuated\" (weakened) as it passes through the medium, and a small attenuation coefficient means that the medium is relatively transparent to the beam. The Attenuation Coefficient is also called linear attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:applicableUnit unit:PERCENT-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$F(x) = Ae^{-\\alpha x} \\cos{[\\beta (x - x_0)]}$, then $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "The attenuation coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter. A large attenuation coefficient means that the beam is quickly \"attenuated\" (weakened) as it passes through the medium, and a small attenuation coefficient means that the medium is relatively transparent to the beam. The Attenuation Coefficient is also called linear attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AttenuationCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Attenuation Coefficient"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:AuditoryThresholds + a qudt:QuantityKind ; + dcterms:description "\"Auditory Thresholds\" is the thresholds of sensitivity to auditory signals and other input to the ear or the sense of hearing."^^qudt:LatexString ; + qudt:applicableUnit unit:B ; + qudt:applicableUnit unit:DeciB ; + qudt:applicableUnit unit:DeciB_A ; + qudt:applicableUnit unit:DeciB_ISO ; + qudt:applicableUnit unit:DeciB_M ; + qudt:applicableUnit unit:DeciB_Z ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_a}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Auditory Thresholds\" is the thresholds of sensitivity to auditory signals and other input to the ear or the sense of hearing." ; + rdfs:comment "Applicable units are those of quantitykind:SoundPowerLevel" ; + rdfs:isDefinedBy ; + rdfs:label "Auditory Thresholds"@en ; + skos:broader quantitykind:SoundPowerLevel . + +quantitykind:AuxillaryMagneticField + a qudt:QuantityKind ; + dcterms:description "Magnetic Fields surround magnetic materials and electric currents and are detected by the force they exert on other magnetic materials and moving electric charges. The electric and magnetic fields are two interrelated aspects of a single object, called the electromagnetic field. A pure electric field in one reference frame is observed as a combination of both an electric field and a magnetic field in a moving reference frame. The Auxillary Magnetic Field, H characterizes how the true Magnetic Field B influences the organization of magnetic dipoles in a given medium."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:AT-PER-IN ; + qudt:applicableUnit unit:AT-PER-M ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:applicableUnit unit:OERSTED ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:latexSymbol "H"^^qudt:LatexString ; + qudt:plainTextDescription "Magnetic Fields surround magnetic materials and electric currents and are detected by the force they exert on other magnetic materials and moving electric charges. The electric and magnetic fields are two interrelated aspects of a single object, called the electromagnetic field. A pure electric field in one reference frame is observed as a combination of both an electric field and a magnetic field in a moving reference frame. The Auxillary Magnetic Field, H characterizes how the true Magnetic Field B influences the organization of magnetic dipoles in a given medium." ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFieldStrength" ; + rdfs:isDefinedBy ; + rdfs:label "Auxillary Magnetic Field"@en ; + skos:broader quantitykind:MagneticFieldStrength . + +quantitykind:AverageEnergyLossPerElementaryChargeProduced + a qudt:QuantityKind ; + dcterms:description "\"Average Energy Loss per Elementary Charge Produced\" is also referred to as average energy loss per ion pair formed."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:latexDefinition "$W_i = \\frac{E_k}{N_i}$, where $E_k$ is the initial kinetic energy of an ionizing charged particle and $N_i$ is the total ionization produced by that particle."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Average Energy Loss per Elementary Charge Produced\" is also referred to as average energy loss per ion pair formed." ; + qudt:symbol "W_i" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Average Energy Loss per Elementary Charge Produced"@en ; + skos:broader quantitykind:Energy . + +quantitykind:AverageHeadEndPressure + a qudt:QuantityKind ; + qudt:abbreviation "AHEP" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Average Head End Pressure"@en ; + skos:broader quantitykind:HeadEndPressure . + +quantitykind:AverageLogarithmicEnergyDecrement + a qudt:QuantityKind ; + dcterms:description "\"Average Logarithmic Energy Decrement\" is a measure of the amount of energy a neutron loses upon colliding with various nuclei. It is the average value of the increase in lethargy in elastic collisions between neutrons and nuclei whose kinetic energy is negligible compared with that of the neutrons."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://everything2.com/title/Average+logarithmic+energy+decrement+per+collision"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\xi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Average Logarithmic Energy Decrement\" is a measure of the amount of energy a neutron loses upon colliding with various nuclei. It is the average value of the increase in lethargy in elastic collisions between neutrons and nuclei whose kinetic energy is negligible compared with that of the neutrons." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AverageLogarithmicEnergyDecrement" ; + rdfs:isDefinedBy ; + rdfs:label "Average Logarithmic Energy Decrement"@en . + +quantitykind:AverageSpecificImpulse + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:comment "Avg Specific Impulse (lbf-sec/lbm) " ; + rdfs:isDefinedBy ; + rdfs:label "Average Specific Impulse"@en ; + skos:broader quantitykind:SpecificImpulse . + +quantitykind:AverageVacuumThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Average Vacuum Thrust"@en ; + skos:altLabel "AVT" ; + skos:broader quantitykind:VacuumThrust . + +quantitykind:Azimuth + a qudt:QuantityKind ; + dcterms:description """The horizontal angle between an object's orientation frame and a cardinal direction, generally north. + In the context of architecture, this would refer to the direction a structure faces relative to the direction north.""" ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription """The horizontal angle between an object and a cardinal direction, generally north. + In the context of architecture, this would refer to the direction a structure faces relative to the direction north.""" ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Azimuth"@en ; + skos:broader quantitykind:Angle . + +quantitykind:BandwidthDistanceProduct + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD016" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD016"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "bandwidth distance product" . + +quantitykind:BandwidthLengthProduct + a qudt:QuantityKind ; + dcterms:description "parameter of transmission media for determination of frequency and length restrictions as reciprocal value of the multimode distortion corresponding to the product of maximum pulse frequency and maximum transmission distance"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Parameter von Übertragungsmedien zur Bestimmung der Frequenz- und Längenrestriktionen als reziproke Wert der Modendispersion entsprechend dem Produkt aus maximaler Impulsfrequenz mal maximaler Übertragungsstrecke"@de ; + qudt:symbol "0173-1#Z4-BAJ293#003" ; + rdfs:isDefinedBy ; + rdfs:label "bandwidth length product"@en-US . + +quantitykind:Basicity + a qudt:QuantityKind ; + dcterms:description """ + Chemicals or substances having a $pH$ higher than 7 are said to be basic; + higher $pH$ means higher basicity. + """^^qudt:LatexString ; + qudt:applicableUnit unit:PH ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Base_(chemistry)"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI ; + qudt:informativeReference "https://iupac.org/wp-content/uploads/2019/05/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "Chemicals or substances having a pH higher than 7 are said to be basic; higher pH means higher basicity." ; + rdfs:comment "Applicable units are those of quantitykind:Basicity" ; + rdfs:isDefinedBy ; + rdfs:label "Basicity"@en ; + rdfs:seeAlso quantitykind:Acidity . + +quantitykind:BatteryCapacity + a qudt:QuantityKind ; + dcterms:description "quantity of electricity or electrical charge which a fully charged battery can supply under specified conditions as a product of discharge current and discharge time"@en ; + qudt:applicableUnit unit:A-HR ; + qudt:applicableUnit unit:A-MIN ; + qudt:applicableUnit unit:A-SEC ; + qudt:applicableUnit unit:KiloA-HR ; + qudt:applicableUnit unit:MilliA-HR ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD017" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD017"^^xsd:anyURI ; + qudt:plainTextDescription "Elektrizitätsmenge oder elektrische Ladung, die eine vollgeladenen Batterie unter festgelegten Bedingungen abgeben kann als Produkt aus Entladestrom und Entladezeit"@de ; + qudt:symbol "0173-1#Z4-BAJ270#003" ; + rdfs:comment "Applicable units are those of quantitykind:BatteryCapacity" ; + rdfs:isDefinedBy ; + rdfs:label "battery capacity" ; + rdfs:label "battery capacity"@en-US . + +quantitykind:BendingMomentOfForce + a qudt:QuantityKind ; + dcterms:description "A bending moment exists in a structural element when a moment is applied to the element so that the element bends. It is the component of moment of force perpendicular to the longitudinal axis of a beam or a shaft."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN-M ; + qudt:applicableUnit unit:DYN-CentiM ; + qudt:applicableUnit unit:DYN-M ; + qudt:applicableUnit unit:DeciN-M ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:IN-PDL ; + qudt:applicableUnit unit:KiloGM_F-M ; + qudt:applicableUnit unit:KiloN-M ; + qudt:applicableUnit unit:LB_F-FT ; + qudt:applicableUnit unit:LB_F-IN ; + qudt:applicableUnit unit:MegaN-M ; + qudt:applicableUnit unit:MicroN-M ; + qudt:applicableUnit unit:MilliN-M ; + qudt:applicableUnit unit:N-CentiM ; + qudt:applicableUnit unit:N-M ; + qudt:applicableUnit unit:OZ_F-IN ; + qudt:applicableUnit unit:PDL-FT ; + qudt:applicableUnit unit:PDL-IN ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Torque"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bending_moment"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$M_b = 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:plainTextDescription "A bending moment exists in a structural element when a moment is applied to the element so that the element bends. It is the component of moment of force perpendicular to the longitudinal axis of a beam or a shaft." ; + qudt:symbol "M_b" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Torque" ; + rdfs:isDefinedBy ; + rdfs:label "Bending Moment of Force"@en ; + skos:broader quantitykind:Torque . + +quantitykind:BetaDisintegrationEnergy + a qudt:QuantityKind ; + dcterms:description "\"Beta Disintegration Energy\" is the energy released by a beta particle radioactive decay. It is the sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in the reference frame in which the emitting nucleus is at rest before its disintegration."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Decay_energy"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Beta Disintegration Energy\" is the energy released by a beta particle radioactive decay. It is the sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in the reference frame in which the emitting nucleus is at rest before its disintegration." ; + qudt:symbol "Qᵦ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Beta Disintegration Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:BevelGearPitchAngle + a qudt:QuantityKind ; + dcterms:description "Pitch angle in bevel gears is the angle between an element of a pitch cone and its axis. In external and internal bevel gears, the pitch angles are respectively less than and greater than 90 degrees."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\theta$"^^qudt:LatexString ; + qudt:plainTextDescription "Pitch angle in bevel gears is the angle between an element of a pitch cone and its axis. In external and internal bevel gears, the pitch angles are respectively less than and greater than 90 degrees." ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Bevel Gear Pitch Angle"@en ; + skos:broader quantitykind:Angle . + +quantitykind:BinaryLogarithmicMedianInformationFlow + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base 2"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis 2"@de ; + qudt:symbol "0173-1#Z4-BAJ464#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a binary logarithm"@en-US . + +quantitykind:BindingFraction + a qudt:QuantityKind ; + dcterms:description "The \"Binding Fraction\" is the ratio of the binding energy of a nucleus to the atomic mass number."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/binding+fraction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$b = \\frac{B_r}{A}$, where $B_r$ is the relative mass defect and $A$ is the nucleon number."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Binding Fraction\" is the ratio of the binding energy of a nucleus to the atomic mass number." ; + qudt:symbol "b" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:BindingFraction" ; + rdfs:isDefinedBy ; + rdfs:label "Binding Fraction"@en . + +quantitykind:BioconcentrationFactor + a qudt:QuantityKind ; + dcterms:description "The bioconcentration factor is the ratio of the concentration of a chemical substance in biota over the concentration of the same chemical substance in water. It is related to the octanol-water partition coefficient."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The bioconcentration factor is the ratio of the concentration of a chemical substance in biota over the concentration of the same chemical substance in water. It is related to the octanol-water partition coefficient." ; + rdfs:comment "Applicable units are those of quantitykind:BioconcentrationFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Bioconcentration Factor"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:BiodegredationHalfLife + a qudt:QuantityKind ; + dcterms:description "A time that quantifies how long it takes to reduce a substance's concentration by 50% from any concentration point in time in a water or soil environment by either bacteria or another living organism."^^qudt:LatexString ; + qudt:applicableUnit unit:DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "A time that quantifies how long it takes to reduce a substance's concentration by 50% from any concentration point in time in a water or soil environment by either bacteria or another living organism." ; + rdfs:comment "Applicable units are those of quantitykind:BiodegredationHalfLife" ; + rdfs:isDefinedBy ; + rdfs:label "Biodegredation Half Life"@en ; + skos:broader quantitykind:Time . + +quantitykind:BiogeochemicalRate + a qudt:QuantityKind ; + dcterms:description "the rate at which a specific chemical element or compound is processed or transformed, as amount per unit mass of the relevant material Unreduced, SI unit is mole * kg-1 * s-1" ; + qudt:applicableUnit unit:MOL-PER-GM-HR ; + qudt:applicableUnit unit:MicroMOL-PER-GM-HR ; + qudt:applicableUnit unit:MicroMOL-PER-GM-SEC ; + qudt:applicableUnit unit:MicroMOL-PER-KiloGM-YR ; + qudt:applicableUnit unit:NanoMOL-PER-GM-HR ; + qudt:applicableUnit unit:NanoMOL-PER-GM-SEC ; + qudt:applicableUnit unit:NanoMOL-PER-MicroGM-HR ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:plainTextDescription "the rate at which a specific chemical element or compound is processed or transformed, as amount per unit mass of the relevant material. Unreduced, SI unit is mole * kg-1 * s-1" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T1D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:BiogeochemicalRate" ; + rdfs:isDefinedBy ; + rdfs:label "Biogeochemical Rate"@en . + +quantitykind:BitDataVolume + a qudt:QuantityKind ; + dcterms:description "name for a particular quantity of data on the basis of the binary digit \"Bit\" (basic indissoluble information unit) which can only assume a state of 1 or 0"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Bezeichnung für eine bestimmte Anzahl von Daten auf Basis der Binärziffer Bit (en: Basic Indissoluble Information Unit, dt: kleinstmögliche Informationseinheit), welche nur den Zustand 1 oder 0 annehmen kann"@de ; + qudt:symbol "0173-1#Z4-BAJ436#002" ; + rdfs:isDefinedBy ; + rdfs:label "bit data volume"@en-US . + +quantitykind:BitRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:OCTET-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD018" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD018"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:BitRate" ; + rdfs:isDefinedBy ; + rdfs:label "bit rate" . + +quantitykind:BitTransmissionRate + a qudt:QuantityKind ; + dcterms:description "speed with which one bit will be transmitted per second"@en ; + qudt:applicableUnit unit:OCTET-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Geschwindigkeit, mit der Binärzeichen übertragen werden"@de ; + qudt:symbol "0173-1#Z4-BAJ295#003" ; + rdfs:comment "Applicable units are those of quantitykind:BitRate" ; + rdfs:isDefinedBy ; + rdfs:label "bit transmission rate"@en-US ; + skos:broader quantitykind:BitRate . + +quantitykind:BloodGlucoseLevel + a qudt:QuantityKind ; + dcterms:description """ + Blood sugar level, blood sugar concentration, or blood glucose level is the amount of glucose present in the blood of humans and animals. + Glucose is a simple sugar and approximately 4 grams of glucose are present in the blood of humans at all times. + Stored in skeletal muscle and liver cells in the form of glycogen, the body tightly regulates blood glucose levels as a part of metabolic homeostasis. + During fasting blood glucose is maintained at a constant level at the expense of the glycogen stores in the liver and skeletal muscle. + There are two main methods of describing concentrations: by weight, and by molecular count. + Weights are in grams and molecular counts in moles. + A mole is $6.022\\times 10^{23}$ molecules. + In both cases, the unit is usually modified by $milli-$ or $micro-$ or other prefix, + and is always $per$ some volume, often a litre. + Conversion factors depend on the molecular weight of the substance in question. + $mmol/L$ is millimoles/liter, and is the world standard unit for measuring glucose in blood. + Specifically, it is the designated SI (Systeme International) unit. + Some countries use $mg/dl$. + A mole is about $6\\times 10^{23}$ molecules. + $mg/dL$ (milligrams/deciliter) is the traditional unit for measuring $bG$ (blood glucose). + There is a trend toward using $mmol/L$ however $mg/dL$ is much in practice. + Some use is made of $mmol/L$ as the primary unit with $mg/dL$ quoted in parentheses. + This acknowledges the large base of health care providers, researchers and patients who are already familiar with $mg/dL$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Blood_sugar_level"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:BloodGlucoseLevel" ; + rdfs:isDefinedBy ; + rdfs:label "Blood Glucose Level"@en ; + rdfs:seeAlso quantitykind:MassBasedBloodGlucoseLevel . + +quantitykind:BloodGlucoseLevel_Mass + a qudt:QuantityKind ; + dcterms:description """ + Blood sugar level, blood sugar concentration, or blood glucose level is the amount of glucose present in the blood of humans and animals. + Glucose is a simple sugar and approximately 4 grams of glucose are present in the blood of humans at all times. + Stored in skeletal muscle and liver cells in the form of glycogen, the body tightly regulates blood glucose levels as a part of metabolic homeostasis. + During fasting blood glucose is maintained at a constant level at the expense of the glycogen stores in the liver and skeletal muscle. + There are two main methods of describing concentrations: by weight, and by molecular count. + Weights are in grams and molecular counts in moles. + A mole is $6.022\\times 10^{23}$ molecules. + In both cases, the unit is usually modified by $milli-$ or $micro-$ or other prefix, + and is always $per$ some volume, often a litre. + Conversion factors depend on the molecular weight of the substance in question. + $mmol/L$ is millimoles/liter, and is the world standard unit for measuring glucose in blood. + Specifically, it is the designated SI (Systeme International) unit. + Some countries use $mg/dl$. + A mole is about $6\\times 10^{23}$ molecules. + $mg/dL$ (milligrams/deciliter) is the traditional unit for measuring $bG$ (blood glucose). + There is a trend toward using $mmol/L$ however $mg/dL$ is much in practice. + Some use is made of $mmol/L$ as the primary unit with $mg/dL$ quoted in parentheses. + This acknowledges the large base of health care providers, researchers and patients who are already familiar with $mg/dL$. + """^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:MassBasedBloodGlucoseLevel ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Blood_sugar_level"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Blood Glucose Level by Mass"@en ; + rdfs:seeAlso quantitykind:BloodGlucoseLevel . + +quantitykind:BodyMassIndex + a qudt:QuantityKind ; + dcterms:description "$\\textit{Body Mass Index}$, BMI, is an index of weight for height, calculated as: $BMI = \\frac{M_{body}}{H^2}$, where $M_{body}$ is body mass in kg, and $H$ is height in metres. The BMI has been used as a guideline for defining whether a person is overweight because it minimizes the effect of height, but it does not take into consideration other important factors, such as age and body build. The BMI has also been used as an indicator of obesity on the assumption that the higher the index, the greater the level of body fat."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198631477-e-254"^^xsd:anyURI ; + qudt:symbol "BMI" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:BodyMassIndex" ; + rdfs:isDefinedBy ; + rdfs:label "Body Mass Index"@en ; + skos:altLabel "BMI" . + +quantitykind:BoilingPoint + a qudt:QuantityKind ; + dcterms:description "A temperature that is the one at which a substance will change its physical state from a liquid to a gas. It is also the temperature where the liquid and gaseous forms of a pure substance can exist in equilibrium."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:plainTextDescription "A temperature that is the one at which a substance will change its physical state from a liquid to a gas. It is also the temperature where the liquid and gaseous forms of a pure substance can exist in equilibrium." ; + rdfs:comment "Applicable units are those of quantitykind:BoilingPoint" ; + rdfs:isDefinedBy ; + rdfs:label "Boiling Point Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:BraggAngle + a qudt:QuantityKind ; + dcterms:description "\"Bragg Angle\" describes the condition for a plane wave to be diffracted from a family of lattice planes, the angle between the wavevector of the incident plane wave, and the lattice planes."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://reference.iucr.org/dictionary/Bragg_angle"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$2d\\sin{\\vartheta} = n\\lambda $"^^qudt:LatexString ; + qudt:latexSymbol "$\\vartheta$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Bragg Angle\" describes the condition for a plane wave to be diffracted from a family of lattice planes, the angle between the wavevector of the incident plane wave, and the lattice planes." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Bragg Angle"@en ; + skos:broader quantitykind:Angle . + +quantitykind:Breadth + a qudt:QuantityKind ; + dcterms:description "\"Breadth\" is the extent or measure of how broad or wide something is."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://en.wiktionary.org/wiki/breadth"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Breadth\" is the extent or measure of how broad or wide something is." ; + qudt:symbol "b" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Breite"@de ; + rdfs:label "ancho"@es ; + rdfs:label "breadth"@en ; + rdfs:label "genişliği"@tr ; + rdfs:label "largeur"@fr ; + rdfs:label "larghezza"@it ; + rdfs:label "largura"@pt ; + rdfs:label "lebar"@ms ; + rdfs:label "szerokość"@pl ; + rdfs:label "širina"@sl ; + rdfs:label "šířka"@cs ; + rdfs:label "ширина"@ru ; + rdfs:label "العرض"@ar ; + rdfs:label "عرض"@fa ; + rdfs:label "寬度"@zh ; + rdfs:label "幅"@ja ; + skos:broader quantitykind:Length . + +quantitykind:BucklingFactor + a qudt:QuantityKind ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:symbol "B" ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Buckling Factor"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:BulkModulus + a qudt:QuantityKind ; + dcterms:description "The bulk modulus of a substance measures the substance's resistance to uniform compression. It is defined as the ratio of the infinitesimal pressure increase to the resulting relative decrease of the volume."^^qudt:LatexString ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PicoPA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bulk_modulus"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$K = \\frac{p}{\\vartheta}$, where $p$ is pressure and $\\vartheta$ is volume strain."^^qudt:LatexString ; + qudt:plainTextDescription "The bulk modulus of a substance measures the substance's resistance to uniform compression. It is defined as the ratio of the infinitesimal pressure increase to the resulting relative decrease of the volume." ; + qudt:symbol "K" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:BulkModulus" ; + rdfs:isDefinedBy ; + rdfs:label "Bulk Modulus"@en . + +quantitykind:BurgersVector + a qudt:QuantityKind ; + dcterms:description "\"Burgers Vector\" is the vector characterizing a dislocation, i.e. the closing vector in a Burgers circuit encircling a dislocation line."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Burgers_vector"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Burgers Vector\" is the vector characterizing a dislocation, i.e. the closing vector in a Burgers circuit encircling a dislocation line." ; + qudt:symbol "b" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Burgers Vector"@en ; + skos:broader quantitykind:Length . + +quantitykind:BurnRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Burn Rate"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:BurnTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:symbol "t" ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Burn Time"@en ; + skos:broader quantitykind:Time . + +quantitykind:BurstFactor + a qudt:QuantityKind ; + dcterms:description "bursting pressure divided by areic mass"@en ; + qudt:applicableUnit unit:PA-M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD019" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD019"^^xsd:anyURI ; + qudt:plainTextDescription "Quotient Berstdruck dividiert durch die flächenbezogene Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ434#001" ; + rdfs:comment "Applicable units are those of quantitykind:BurstFactor" ; + rdfs:isDefinedBy ; + rdfs:label "burst factor" ; + rdfs:label "burst factor"@en-US . + +quantitykind:ByteDataVolume + a qudt:QuantityKind ; + dcterms:description "particular quantity of data based on a string consisting of 8 bits"@en ; + qudt:applicableUnit unit:BEAT ; + qudt:applicableUnit unit:BILLION_Long ; + qudt:applicableUnit unit:BILLION_Short ; + qudt:applicableUnit unit:BREATH ; + qudt:applicableUnit unit:CASES ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:CYC ; + qudt:applicableUnit unit:DEATHS ; + qudt:applicableUnit unit:FRAME ; + qudt:applicableUnit unit:HUNDRED ; + qudt:applicableUnit unit:INDIV ; + qudt:applicableUnit unit:KiloINDIV ; + qudt:applicableUnit unit:MILLION ; + qudt:applicableUnit unit:MegaINDIV ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE ; + qudt:applicableUnit unit:PIXEL_COUNT ; + qudt:applicableUnit unit:SAMPLE ; + qudt:applicableUnit unit:TEN ; + qudt:applicableUnit unit:THOUSAND ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Anzahl von Daten auf Basis einer Zeichenfolge, die aus je 8 Bit besteht"@de ; + qudt:symbol "0173-1#Z4-BAJ435#004" ; + rdfs:comment "Applicable units are those of quantitykind:Count" ; + rdfs:isDefinedBy ; + rdfs:label "byte data volume"@en-US ; + skos:broader quantitykind:Count . + +quantitykind:ByteRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:BYTE-PER-SEC ; + qudt:applicableUnit unit:GigaBYTE-PER-SEC ; + qudt:applicableUnit unit:MegaBYTE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD020" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD020"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:ByteRate" ; + rdfs:isDefinedBy ; + rdfs:label "byte rate" . + +quantitykind:ByteTransmissionRate + a qudt:QuantityKind ; + dcterms:description "speed with which 8 bits are transmitted"@en ; + qudt:applicableUnit unit:BYTE-PER-SEC ; + qudt:applicableUnit unit:GigaBYTE-PER-SEC ; + qudt:applicableUnit unit:MegaBYTE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Geschwindigkeit, mit der 8 Binärzeichen übertragen werden"@de ; + qudt:symbol "0173-1#Z4-BAJ297#003" ; + rdfs:comment "Applicable units are those of quantitykind:ByteRate" ; + rdfs:isDefinedBy ; + rdfs:label "byte transmission rate"@en-US ; + skos:broader quantitykind:ByteRate . + +quantitykind:CENTER-OF-GRAVITY_X + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:CenterOfGravity_X ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the X axis"@en ; + skos:broader quantitykind:Length . + +quantitykind:CENTER-OF-GRAVITY_Y + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:CenterOfGravity_Y ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the Y axis"@en ; + skos:broader quantitykind:Length . + +quantitykind:CENTER-OF-GRAVITY_Z + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:CenterOfGravity_Z ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the Z axis"@en ; + skos:broader quantitykind:Length . + +quantitykind:CENTER-OF-MASS + a qudt:QuantityKind ; + dcterms:description "The point at which the distributed mass of a composite body can be acted upon by a force without inducing any rotation of the composite body."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Center_of_mass"^^xsd:anyURI ; + qudt:plainTextDescription "The point at which the distributed mass of a composite body can be acted upon by a force without inducing any rotation of the composite body." ; + qudt:symbol "R" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Mass (CoM)"@en ; + skos:altLabel "COM" ; + skos:broader quantitykind:PositionVector . + +quantitykind:CO2Equivalent + a qudt:QuantityKind ; + dcterms:description """The CO2 equivalent is a measure used to compare the emissions from various greenhouse gases + on the basis of their global-warming potential (GWP), by converting amounts of other gases to the equivalent amount + of carbon dioxide with the same global warming potential."""^^rdf:HTML ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:TONNE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Global_warming_potential"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:CO2Equivalent" ; + rdfs:isDefinedBy ; + rdfs:label "CO2Equivalent" ; + skos:broader quantitykind:MassEquivalent . + +quantitykind:CONTRACT-END-ITEM-SPECIFICATION-MASS + a qudt:QuantityKind ; + dcterms:description "Contractual mass requirement of a delivered item. Note that The term 'control mass' is sometimes utilized as a limit in lieu of CEI mass when a CEI mass does not exist. The term 'Interface Control Document Mass' is another alternative for specifying a contractual mass requirement."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Contractual mass requirement of a delivered item. Note that The term 'control mass' is sometimes utilized as a limit in lieu of CEI mass when a CEI mass does not exist. The term 'Interface Control Document Mass' is another alternative for specifying a contractual mass requirement." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Contract End Item (CEI) Specification Mass."@en ; + skos:altLabel "CEI" ; + skos:broader quantitykind:Mass . + +quantitykind:CONTROL-MASS + a qudt:QuantityKind ; + dcterms:description "The upper design gross mass limit of a system at a specified mission event against which margins are calculated after accounting for basic masses of flight hardware, MGA, and uncertainties. It may include propellants, crew, and cargo."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "The upper design gross mass limit of a system at a specified mission event against which margins are calculated after accounting for basic masses of flight hardware, MGA, and uncertainties. It may include propellants, crew, and cargo." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Control Mass."@en ; + skos:broader quantitykind:Mass . + +quantitykind:CanonicalPartitionFunction + a qudt:QuantityKind ; + dcterms:description "A \"Canonical Partition Function\" applies to a canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and number of particles."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$Z = \\sum_r e^{-\\frac{E_r}{kT}}$, where the sum is over all quantum states consistent with given energy, volume, external fields, and content, $E_r$ is the energy in the $rth$ quantum state, $k$ is the Boltzmann constant, and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:plainTextDescription "A \"Canonical Partition Function\" applies to a canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and number of particles." ; + qudt:symbol "Z" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:CanonicalPartitionFunction" ; + rdfs:isDefinedBy ; + rdfs:label "Canonical Partition Function"@en . + +quantitykind:Capacitance + a qudt:QuantityKind ; + dcterms:description "\"Capacitance\" is the ability of a body to hold an electrical charge; it is quantified as the amount of electric charge stored for a given electric potential. Capacitance is a scalar-valued quantity."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoFARAD ; + qudt:applicableUnit unit:FARAD ; + qudt:applicableUnit unit:FARAD_Ab ; + qudt:applicableUnit unit:FARAD_Stat ; + qudt:applicableUnit unit:FemtoFARAD ; + qudt:applicableUnit unit:KiloFARAD ; + qudt:applicableUnit unit:MicroFARAD ; + qudt:applicableUnit unit:MilliFARAD ; + qudt:applicableUnit unit:NanoFARAD ; + qudt:applicableUnit unit:PicoFARAD ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Capacitance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:iec61360Code "0112/2///62720#UAD021" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD021"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$C = Q/U$, where $Q$ is electric charge and $V$ is voltage."^^qudt:LatexString ; + qudt:plainTextDescription "\"Capacitance\" is the ability of a body to hold an electrical charge; it is quantified as the amount of electric charge stored for a given electric potential. Capacitance is a scalar-valued quantity." ; + qudt:siExactMatch si-quantity:ELCA ; + qudt:symbol "C" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Capacitance" ; + rdfs:isDefinedBy ; + rdfs:label "Capacitance"@en . + +quantitykind:Capacity + a qudt:QuantityKind ; + dcterms:description "In computer operations, (a) the largest quantity which can be stored, processed, or transferred; (b) the largest number of digits or characters which may regularly be processed; (c) the upper and lower limits of the quantities which may be processed. In other contexts, the amount of material that can be stored, such as fuel or food."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Capacity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "In computer operations, (a) the largest quantity which can be stored, processed, or transferred; (b) the largest number of digits or characters which may regularly be processed; (c) the upper and lower limits of the quantities which may be processed. In other contexts, the amount of material that can be stored, such as fuel or food." ; + qudt:symbol "TBD" ; + rdfs:isDefinedBy ; + rdfs:label "Capacity"@en . + +quantitykind:CarrierLifetime + a qudt:QuantityKind ; + dcterms:description "\"Carrier LifetIme\" is a time constant for recombination or trapping of minority charge carriers in semiconductors."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Carrier_lifetime"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\tau, \\tau_n, \\tau_p$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Carrier LifetIme\" is a time constant for recombination or trapping of minority charge carriers in semiconductors." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Carrier LifetIme"@en ; + skos:broader quantitykind:Time . + +quantitykind:CartesianArea + a qudt:QuantityKind ; + dcterms:description "\"Area\" is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane."^^qudt:LatexString ; + qudt:abbreviation "area" ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Area"^^xsd:anyURI ; + qudt:latexDefinition "$A = \\int\\int dxdy$, where $x$ and $y$ are cartesian coordinates."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Area\" is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane." ; + qudt:symbol "A" ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Cartesian Area"@en ; + skos:broader quantitykind:Area ; + skos:closeMatch quantitykind:Area . + +quantitykind:CartesianCoordinates + a qudt:QuantityKind ; + dcterms:description "\"Cartesian Coordinates\" specify each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances from the point to two fixed perpendicular directed lines, measured in the same unit of length. "^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cartesian_coordinate_system"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Cartesian Coordinates\" specify each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances from the point to two fixed perpendicular directed lines, measured in the same unit of length. " ; + qudt:symbol "x, y, z" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Cartesian coordinates"@en ; + rdfs:label "Kartézská soustava souřadnic"@cs ; + rdfs:label "Koordiant Kartesius"@ms ; + rdfs:label "coordenadas cartesianas"@pt ; + rdfs:label "coordinate cartesiane"@it ; + rdfs:label "coordonnées cartésiennes"@fr ; + rdfs:label "kartesische Koordinaten"@de ; + rdfs:label "kartezyen koordinatları"@tr ; + rdfs:label "مختصات دکارتی"@fa ; + rdfs:label "直角坐标系"@zh ; + skos:altLabel "Kartézské souřadnice"@cs ; + skos:broader quantitykind:Length . + +quantitykind:CartesianVolume + a qudt:QuantityKind ; + 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:applicableUnit unit:AC-FT ; + qudt:applicableUnit unit:AC-FT_US ; + qudt:applicableUnit unit:ANGSTROM3 ; + qudt:applicableUnit unit:BBL ; + qudt:applicableUnit unit:BBL_UK_PET ; + qudt:applicableUnit unit:BU_US_DRY ; + qudt:applicableUnit unit:CentiM3 ; + qudt:applicableUnit unit:DecaL ; + qudt:applicableUnit unit:DecaM3 ; + qudt:applicableUnit unit:DeciL ; + qudt:applicableUnit unit:DeciM3 ; + qudt:applicableUnit unit:FBM ; + qudt:applicableUnit unit:FT3 ; + qudt:applicableUnit unit:FemtoL ; + qudt:applicableUnit unit:GI_UK ; + qudt:applicableUnit unit:GI_US ; + qudt:applicableUnit unit:HectoL ; + qudt:applicableUnit unit:IN3 ; + qudt:applicableUnit unit:KiloCubicFT ; + qudt:applicableUnit unit:KiloL ; + qudt:applicableUnit unit:L ; + qudt:applicableUnit unit:M3 ; + qudt:applicableUnit unit:MI3 ; + qudt:applicableUnit unit:MI_UK3 ; + qudt:applicableUnit unit:MegaL ; + qudt:applicableUnit unit:MicroL ; + qudt:applicableUnit unit:MicroM3 ; + qudt:applicableUnit unit:MilliL ; + qudt:applicableUnit unit:MilliM3 ; + qudt:applicableUnit unit:NanoL ; + qudt:applicableUnit unit:OZ_VOL_UK ; + qudt:applicableUnit unit:PINT ; + qudt:applicableUnit unit:PINT_UK ; + qudt:applicableUnit unit:PK_UK ; + qudt:applicableUnit unit:PicoL ; + qudt:applicableUnit unit:PlanckVolume ; + qudt:applicableUnit unit:QT_UK ; + qudt:applicableUnit unit:QT_US ; + qudt:applicableUnit unit:STANDARD ; + qudt:applicableUnit unit:STR ; + qudt:applicableUnit unit:TBSP ; + qudt:applicableUnit unit:TON_SHIPPING_UK ; + qudt:applicableUnit unit:TON_SHIPPING_US ; + qudt:applicableUnit unit:TSP ; + qudt:applicableUnit unit:YD3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Volume"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$V = \\int\\int\\int dxdydz$, where $x$, $y$, and $z$ are cartesian coordinates."^^qudt:LatexString ; + qudt:plainTextDescription "\"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:symbol "V" ; + rdfs:comment "Applicable units are those of quantitykind:Volume" ; + rdfs:isDefinedBy ; + rdfs:label "Isipadu"@ms ; + rdfs:label "Objem"@cs ; + rdfs:label "Volumen"@de ; + rdfs:label "hacim"@tr ; + rdfs:label "objętość"@pl ; + rdfs:label "prostornina"@sl ; + rdfs:label "volum"@ro ; + rdfs:label "volume"@en ; + rdfs:label "volume"@fr ; + rdfs:label "volume"@it ; + rdfs:label "volume"@pt ; + rdfs:label "volumen"@es ; + rdfs:label "Επιτάχυνση"@el ; + rdfs:label "Обем"@bg ; + rdfs:label "Объём"@ru ; + rdfs:label "נפח"@he ; + rdfs:label "حجم"@ar ; + rdfs:label "حجم"@fa ; + rdfs:label "आयतन"@hi ; + rdfs:label "体积"@zh ; + rdfs:label "体積"@ja ; + skos:broader quantitykind:Volume . + +quantitykind:CatalyticActivity + a qudt:QuantityKind ; + dcterms:description "An index of the actual or potential activity of a catalyst. The catalytic activity of an enzyme or an enzyme-containing preparation is defined as the property measured by the increase in the rate of conversion of a specified chemical reaction that the enzyme produces in a specified assay system. Catalytic activity is an extensive quantity and is a property of the enzyme, not of the reaction mixture; it is thus conceptually different from rate of conversion although measured by and equidimensional with it. The unit for catalytic activity is the $katal$; it may also be expressed in mol $s^{-1}$. Dimensions: $N T^{-1}$. Former terms such as catalytic ability, catalytic amount, and enzymic activity are no er recommended. Derived quantities are molar catalytic activity, specific catalytic activity, and catalytic activity concentration. Source(s): www.answers.com"^^qudt:LatexString ; + qudt:applicableUnit unit:ENZ ; + qudt:applicableUnit unit:KAT ; + qudt:applicableUnit unit:KiloMOL-PER-HR ; + qudt:applicableUnit unit:MOL_LB-PER-MIN ; + qudt:applicableUnit unit:MOL_LB-PER-SEC ; + qudt:applicableUnit unit:MicroKAT ; + qudt:applicableUnit unit:MilliKAT ; + qudt:applicableUnit unit:NanoKAT ; + qudt:applicableUnit unit:PicoKAT ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Catalysis"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD022" ; + qudt:iec61360Code "0112/2///62720#UAD367" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD022"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD367"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:CATA ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:CatalyticActivity" ; + rdfs:isDefinedBy ; + rdfs:label "Catalytic Activity"@en . + +quantitykind:CatalyticActivityConcentration + a qudt:QuantityKind ; + dcterms:description "The catalytic activity of an enzyme per unit volume, where volume refers to that of the original enzyme‐containing preparation, not that of the assay system. It may be expressed in katals per litre."^^qudt:LatexString ; + qudt:applicableUnit unit:ENZ-PER-L ; + qudt:applicableUnit unit:KAT-PER-L ; + qudt:applicableUnit unit:KAT-PER-M3 ; + qudt:applicableUnit unit:KAT-PER-MicroL ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-M ; + qudt:applicableUnit unit:MOL-PER-M3-SEC ; + qudt:applicableUnit unit:MicroKAT-PER-L ; + qudt:applicableUnit unit:MicroMOL-PER-L-HR ; + qudt:applicableUnit unit:MilliKAT-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3-DAY ; + qudt:applicableUnit unit:NanoKAT-PER-L ; + qudt:applicableUnit unit:NanoMOL-PER-CentiM3-HR ; + qudt:applicableUnit unit:NanoMOL-PER-L-DAY ; + qudt:applicableUnit unit:NanoMOL-PER-L-HR ; + qudt:applicableUnit unit:PicoKAT-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L-DAY ; + qudt:applicableUnit unit:PicoMOL-PER-L-HR ; + qudt:applicableUnit unit:PicoMOL-PER-M3-SEC ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:informativeReference "https://doi.org/10.1351/goldbook.C00882"^^xsd:anyURI ; + qudt:plainTextDescription "The catalytic activity of an enzyme per unit volume, where volume refers to that of the original enzyme‐containing preparation, not that of the assay system. It may be expressed in katals per litre." ; + qudt:siExactMatch si-quantity:CTAC ; + rdfs:comment "Applicable units are those of quantitykind:CatalyticActivityConcentration" ; + rdfs:isDefinedBy ; + rdfs:label "Catalytic Activity Concentration"@en . + +quantitykind:CationExchangeCapacity + a qudt:QuantityKind ; + dcterms:description "The amount of positive ionic charge (in moles or charge or equivalents) that a solid material can exchange per unit mass. Widely used for soils and other materials with cation-exchange sites."@en ; + qudt:applicableUnit unit:MilliEQ-PER-HectoGM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:symbol "CEC" ; + rdfs:comment "Applicable units are those of quantitykind:ReactiveChargePerMass" ; + rdfs:isDefinedBy ; + rdfs:label "Cation Exchange Capacity"@en ; + skos:broader quantitykind:ReactiveChargePerMass . + +quantitykind:CelsiusTemperature + a qudt:QuantityKind ; + 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 ; + prov:wasDerivedFrom quantitykind:ThermodynamicTemperature ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD023" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD023"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition """"Celsius Temperature", the thermodynamic temperature $T_0$, is exactly $0.01$kelvin below the thermodynamic temperature of the triple point of water. +$t = T - T_0$, where $T$ is Thermodynamic Temperature and $T_0 = 273.15 K$."""^^qudt:LatexString ; + qudt:plainTextDescription "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water." ; + qudt:siExactMatch si-quantity:TEMC ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Celsius sıcaklık"@tr ; + rdfs:label "Celsius temperature"@en ; + rdfs:label "Celsius-Temperatur"@de ; + rdfs:label "Suhu Celsius"@ms ; + rdfs:label "temperatura Celsius"@es ; + rdfs:label "temperatura Celsius"@it ; + rdfs:label "temperatura celsius"@pt ; + rdfs:label "temperatura"@pl ; + rdfs:label "temperatura"@sl ; + rdfs:label "temperatură Celsius"@ro ; + rdfs:label "température Celsius"@fr ; + rdfs:label "teplota"@cs ; + rdfs:label "Температура Цельсия"@ru ; + rdfs:label "צלזיוס"@he ; + rdfs:label "درجة الحرارة المئوية أو السيلسيوس"@ar ; + rdfs:label "دمای سلسیوس/سانتیگراد"@fa ; + rdfs:label "सेल्सियस तापमान"@hi ; + rdfs:label "温度"@ja ; + rdfs:label "温度"@zh ; + skos:broader quantitykind:Temperature . + +quantitykind:CenterOfGravity_X + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the X axis"@en ; + skos:broader quantitykind:Length . + +quantitykind:CenterOfGravity_Y + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the Y axis"@en ; + skos:broader quantitykind:Length . + +quantitykind:CenterOfGravity_Z + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ; + qudt:symbol "cg" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Center of Gravity in the Z axis"@en ; + skos:broader quantitykind:Length . + +quantitykind:CharacteristicAcousticImpedance + a qudt:QuantityKind ; + dcterms:description "Characteristic impedance at a point in a non-dissipative medium and for a plane progressive wave, the quotient of the sound pressure $p$ by the component of the sound particle velocity $v$ in the direction of the wave propagation."^^qudt:LatexString ; + qudt:applicableUnit unit:PA-SEC-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acoustic_impedance#Characteristic_acoustic_impedance"^^xsd:anyURI ; + qudt:latexDefinition "$Z_c = pc$, where $p$ is the sound pressure and $c$ is the phase speed of sound."^^qudt:LatexString ; + qudt:symbol "Z" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AcousticImpedance" ; + rdfs:isDefinedBy ; + rdfs:label "Characteristic Acoustic Impedance"@en ; + skos:broader quantitykind:AcousticImpedance ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:CharacteristicNumber + a qudt:QuantityKind ; + dcterms:description "quantity of dimension one (as a result of measuring technology theory) which clarifies facts, states or developments and is used as a scale e.g. to represent causes and effects of events"@en ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Größe der Dimension 1 (als Ergebnis der metrisierenden Messtheorie), die Sachverhalte, Zustände oder Entwicklungen verdeutlicht und als Maßstab dient, um z. B. Ursache und Wirkung von Vorgängen in kausalem Zusammenhang darzustellen"@de ; + qudt:symbol "0173-1#Z4-BAJ279#002" ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "characteristic number"@en-US ; + skos:broader quantitykind:Dimensionless . + +quantitykind:CharacteristicVelocity + a qudt:QuantityKind ; + dcterms:description "Characteristic velocity or $c^{*}$ is a measure of the combustion performance of a rocket engine independent of nozzle performance, and is used to compare different propellants and propulsion systems."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:latexSymbol "$c^{*}$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Characteristic Velocity"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:ChargeNumber + a qudt:QuantityKind ; + dcterms:description "The \"Charge Number\", or just valance of an ion is the coefficient that, when multiplied by the elementary charge, gives the ion's charge."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Charge_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Charge Number\", or just valance of an ion is the coefficient that, when multiplied by the elementary charge, gives the ion's charge." ; + qudt:symbol "z" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ChargeNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Charge Number"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:ChemicalAffinity + a qudt:QuantityKind ; + dcterms:description "In chemical physics and physical chemistry, \"Chemical Affinity\" is the electronic property by which dissimilar chemical species are capable of forming chemical compounds. Chemical affinity can also refer to the tendency of an atom or compound to combine by chemical reaction with atoms or compounds of unlike composition."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Chemical_affinity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$A = -\\sum \\nu_b\\mu_B$, where $\\nu_b$ is the stoichiometric number of substance $B$ and $\\mu_B$ is the chemical potential of substance $B$."^^qudt:LatexString ; + qudt:plainTextDescription "In chemical physics and physical chemistry, \"Chemical Affinity\" is the electronic property by which dissimilar chemical species are capable of forming chemical compounds. Chemical affinity can also refer to the tendency of an atom or compound to combine by chemical reaction with atoms or compounds of unlike composition." ; + qudt:symbol "A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ChemicalAffinity" ; + rdfs:isDefinedBy ; + rdfs:label "Chemical Affinity"@en . + +quantitykind:ChemicalConsumptionPerMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM3-PER-GM ; + qudt:applicableUnit unit:DeciL-PER-GM ; + qudt:applicableUnit unit:DeciM3-PER-KiloGM ; + qudt:applicableUnit unit:FT3-PER-LB ; + qudt:applicableUnit unit:IN3-PER-LB ; + qudt:applicableUnit unit:L-PER-KiloGM ; + qudt:applicableUnit unit:M3-PER-KiloGM ; + qudt:applicableUnit unit:MilliL-PER-GM ; + qudt:applicableUnit unit:MilliL-PER-KiloGM ; + qudt:applicableUnit unit:MilliM3-PER-GM ; + qudt:applicableUnit unit:MilliM3-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:plainTextDescription "In the context of a chemical durability test, this is measure of how much of a solution (often a corrosive or reactive one) is consumed or used up per unit mass of a material being tested. In other words, this the volume of solution needed to cause a certain level of chemical reaction or damage to a given mass of the material." ; + rdfs:comment "Applicable units are those of quantitykind:SpecificVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Chemical Consumption per Mass"@en ; + skos:broader quantitykind:SpecificVolume . + +quantitykind:ChemicalPotential + a qudt:QuantityKind ; + dcterms:description "\"Chemical Potential\", also known as partial molar free energy, is a form of potential energy that can be absorbed or released during a chemical reaction."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:applicableUnit unit:KiloCAL-PER-MOL ; + qudt:applicableUnit unit:KiloJ-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Chemical_potential"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu_B = (\\frac{\\partial G}{\\partial n_B})_{T,p,n_i}$, where $G$ is Gibbs energy, and $n_B$ is the amount of substance $B$."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu_B$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Chemical Potential\", also known as partial molar free energy, is a form of potential energy that can be absorbed or released during a chemical reaction." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Chemický potenciál"@cs ; + rdfs:label "Keupayaan kimia"@ms ; + rdfs:label "Potencjał chemiczny"@pl ; + rdfs:label "Potențial chimic"@ro ; + rdfs:label "chemical potential"@en ; + rdfs:label "chemisches Potential des Stoffs B"@de ; + rdfs:label "kimyasal potansiyel"@tr ; + rdfs:label "potencial químico"@es ; + rdfs:label "potencial químico"@pt ; + rdfs:label "potential chimique"@fr ; + rdfs:label "potenziale chimico"@it ; + rdfs:label "Химический потенциал"@ru ; + rdfs:label "جهد كيميائي"@ar ; + rdfs:label "پتانسیل شیمیایی"@fa ; + rdfs:label "化学ポテンシャル"@ja ; + rdfs:label "化学势"@zh ; + skos:broader quantitykind:MolarEnergy . + +quantitykind:Chromaticity + a qudt:QuantityKind ; + dcterms:description "Chromaticity is an objective specification of the quality of a color regardless of its luminance"^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Chromaticity"^^xsd:anyURI ; + qudt:plainTextDescription "Chromaticity is an objective specification of the quality of a color regardless of its luminance" ; + rdfs:comment "Applicable units are those of quantitykind:Chromaticity" ; + rdfs:isDefinedBy ; + rdfs:label "Chromaticity"@en . + +quantitykind:Circulation + a qudt:QuantityKind ; + dcterms:description "In fluid dynamics, circulation is the line integral around a closed curve of the fluid velocity. It has dimensions of length squared over time."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-SEC ; + qudt:applicableUnit unit:FT2-PER-HR ; + qudt:applicableUnit unit:FT2-PER-SEC ; + qudt:applicableUnit unit:IN2-PER-SEC ; + qudt:applicableUnit unit:M2-HZ ; + qudt:applicableUnit unit:M2-PER-HR ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:applicableUnit unit:MilliM2-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Circulation_%28fluid_dynamics%29"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:latexSymbol "$\\Gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "In fluid dynamics, circulation is the line integral around a closed curve of the fluid velocity. It has dimensions of length squared over time." ; + rdfs:comment "Applicable units are those of quantitykind:AreaPerTime" ; + rdfs:isDefinedBy ; + rdfs:label "Circulation"@en ; + skos:broader quantitykind:AreaPerTime . + +quantitykind:ClosestApproachRadius + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:symbol "r_o" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Closest Approach Radius"@en ; + skos:broader quantitykind:Radius . + +quantitykind:CoefficientOfHeatTransfer + a qudt:QuantityKind ; + dcterms:description "\"Coefficient of Heat Transfer\", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, q/A, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, (Delta T). Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the \"Coefficient of Heat Transfer\", is often called \"thermal transmittance}\" with the symbol \"U\". It has SI units in watts per squared meter kelvin."^^qudt:LatexString ; + qudt:applicableSIUnit unit:W-PER-M2-K ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:KiloGM-PER-SEC3-K ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:expression "$heat-xfer-coeff$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_transfer_coefficient"^^xsd:anyURI ; + qudt:latexDefinition """"Coefficient of Heat Transfer", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, $q/A$, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, $ \\bigtriangleup T $). Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the $\\textit{Coefficient of Heat Transfer}$, is often called $\\textit{thermal transmittance}$, with the symbol $U$. $\\textit{Coefficient of Heat Transfer}$, has SI units in watts per squared meter kelvin: $W/(m^2 \\cdot K)$ . + +$K = \\frac{\\varphi}{T}$, where $\\varphi$ is areic heat flow rate and $T$ is thermodynamic temperature difference."""^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Coefficient of Heat Transfer\", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, q/A, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, (Delta T). Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the \"Coefficient of Heat Transfer\", is often called \"thermal transmittance}\" with the symbol \"U\". It has SI units in watts per squared meter kelvin." ; + rdfs:comment "Applicable units are those of quantitykind:CoefficientOfHeatTransfer" ; + rdfs:isDefinedBy ; + rdfs:label "Coefficient of heat transfer"@en . + +quantitykind:CoefficientOfPerformance + a qudt:QuantityKind ; + dcterms:description "\"Coefficient of Performance\",is a measure of the efficiency of a heating or cooling system, defined as the ratio of useful heating or cooling output to the energy input required to achieve it."^^qudt:LatexString ; + qudt:applicableSIUnit unit:NUM ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Coefficient_of_performance#:~:text=The%20coefficient%20of%20performance%20or,and%20thus%20lower%20operating%20costs."^^xsd:anyURI ; + qudt:plainTextDescription "\"\"Coefficient of Performance\",is a measure of the efficiency of a heating or cooling system, defined as the ratio of useful heating or cooling output to the energy input required to achieve it." ; + qudt:symbol "COP" ; + rdfs:comment "Applicable units are those of quantitykind:CoefficientOfPerformance" ; + rdfs:isDefinedBy ; + rdfs:label "CoefficientOfPerformance"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:Coercivity + a qudt:QuantityKind ; + dcterms:description "$\\textit{Coercivity}$, also referred to as $\\textit{Coercive Field Strength}$, is the magnetic field strength to be applied to bring the magnetic flux density in a substance from its remaining magnetic flux density to zero. This is defined as the coercive field strength in a substance when either the magnetic flux density or the magnetic polarization and magnetization is brought from its value at magnetic saturation to zero by monotonic reduction of the applied magnetic field strength. The quantity which is brought to zero should be stated, and the appropriate symbol used: $H_{cB}$, $H_{cJ}$ or $H_{cM}$ for the coercivity relating to the magnetic flux density, the magnetic polarization or the magnetization respectively, where $H_{cJ} = H_{cM}$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-M ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-69"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:symbol "H_{c,B}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Coercivity" ; + rdfs:isDefinedBy ; + rdfs:label "Coercivity"@en ; + rdfs:seeAlso quantitykind:MagneticFieldStrength . + +quantitykind:CoherenceLength + a qudt:QuantityKind ; + dcterms:description "\"Coherence Length\" characterizes the distance in a superconductor over which the effect of a perturbation is appreciable."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Coherence_length"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Coherence Length\" characterizes the distance in a superconductor over which the effect of a perturbation is appreciable." ; + qudt:symbol "ξ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Coherence Length"@en ; + skos:broader quantitykind:Length . + +quantitykind:ColdReceptorThreshold + a qudt:QuantityKind ; + dcterms:description "\"Cold Receptor Threshold\" is the threshold of cold-sensitive free nerve-ending."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_c}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Cold Receptor Threshold\" is the threshold of cold-sensitive free nerve-ending." ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Cold Receptor Threshold"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:CombinedNonEvaporativeHeatTransferCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$h = h_r + h_c + h_k$, where $h_r$ is the linear radiative heat transfer coefficient, $h_c$ is the convective heat transfer coefficient, and $h_k$ is the conductive heat transfer coefficient."^^qudt:LatexString ; + qudt:symbol "h" ; + rdfs:comment "Applicable units are those of quantitykind:CombinedNonEvaporativeHeatTransferCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en . + +quantitykind:CombustionChamberTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:symbol "T_c" ; + rdfs:comment "Applicable units are those of quantitykind:ThermodynamicTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Combustion Chamber Temperature"@en ; + skos:broader quantitykind:ThermodynamicTemperature . + +quantitykind:CommonLogarithmicMedianInformationFlow + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base 10"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis 10"@de ; + qudt:symbol "0173-1#Z4-BAJ470#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a common logarithm "@en-US . + +quantitykind:ComplexFrequency_Imaginary + a qudt:QuantityKind ; + qudt:applicableUnit unit:CYC-PER-SEC ; + qudt:applicableUnit unit:GigaHZ ; + qudt:applicableUnit unit:HZ ; + qudt:applicableUnit unit:KiloHZ ; + qudt:applicableUnit unit:MegaHZ ; + qudt:applicableUnit unit:MilliHZ ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:PER-DAY ; + qudt:applicableUnit unit:PER-HR ; + qudt:applicableUnit unit:PER-MIN ; + qudt:applicableUnit unit:PER-MO ; + qudt:applicableUnit unit:PER-MilliSEC ; + qudt:applicableUnit unit:PER-SEC ; + qudt:applicableUnit unit:PER-WK ; + qudt:applicableUnit unit:PER-YR ; + qudt:applicableUnit unit:PERCENT-PER-DAY ; + qudt:applicableUnit unit:PERCENT-PER-HR ; + qudt:applicableUnit unit:PERCENT-PER-MO ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PetaHZ ; + qudt:applicableUnit unit:PlanckFrequency ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:applicableUnit unit:TeraHZ ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:Frequency" ; + rdfs:isDefinedBy ; + rdfs:label "imaginary part of complex frequency" ; + skos:broader quantitykind:Frequency . + +quantitykind:ComplexFrequency_Real + a qudt:QuantityKind ; + qudt:applicableUnit unit:CYC-PER-SEC ; + qudt:applicableUnit unit:GigaHZ ; + qudt:applicableUnit unit:HZ ; + qudt:applicableUnit unit:KiloHZ ; + qudt:applicableUnit unit:MegaHZ ; + qudt:applicableUnit unit:MilliHZ ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:PER-DAY ; + qudt:applicableUnit unit:PER-HR ; + qudt:applicableUnit unit:PER-MIN ; + qudt:applicableUnit unit:PER-MO ; + qudt:applicableUnit unit:PER-MilliSEC ; + qudt:applicableUnit unit:PER-SEC ; + qudt:applicableUnit unit:PER-WK ; + qudt:applicableUnit unit:PER-YR ; + qudt:applicableUnit unit:PERCENT-PER-DAY ; + qudt:applicableUnit unit:PERCENT-PER-HR ; + qudt:applicableUnit unit:PERCENT-PER-MO ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PetaHZ ; + qudt:applicableUnit unit:PlanckFrequency ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:applicableUnit unit:TeraHZ ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD199" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD199"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:Frequency" ; + rdfs:isDefinedBy ; + rdfs:label "real part of complex frequency" ; + skos:broader quantitykind:Frequency . + +quantitykind:ComplexPower + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Complex Power}$, under sinusoidal conditions, + is the product of the phasor $\\mathbf{U}$ representing the voltage between the terminals of a linear two-terminal element, + or two-terminal circuit and the complex conjugate of the phasor $I$ representing the electric current in the element or circuit. + """^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:ElectricPower ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.1" ; + qudt:expression "$complex-power$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\underline{S} = \\underline{U}\\underline{I^*}$, where $\\underline{U}$ is voltage phasor and $\\underline{I^*}$ is the complex conjugate of the current phasor."^^qudt:LatexString ; + qudt:latexSymbol "$\\underline{S}$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricPower" ; + rdfs:isDefinedBy ; + rdfs:label "Complex Power"@en ; + rdfs:seeAlso quantitykind:ElectricCurrentPhasor ; + rdfs:seeAlso quantitykind:VoltagePhasor ; + skos:broader quantitykind:ElectricPower . + +quantitykind:CompoundPlaneAngle + a qudt:QuantityKind ; + dcterms:description "A \"Compound Plane Angle\" is a compound measure of plane angle in degrees, minutes, seconds, and optionally millionth-seconds of arc."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/link/ifccompoundplaneanglemeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "A \"Compound Plane Angle\" is a compound measure of plane angle in degrees, minutes, seconds, and optionally millionth-seconds of arc." ; + rdfs:comment "Applicable units are those of quantitykind:PlaneAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Compound Plane Angle"@en ; + skos:broader quantitykind:PlaneAngle . + +quantitykind:Compressibility + a qudt:QuantityKind ; + dcterms:description "Compressibility is a measure of the relative volume change of a fluid or solid as a response to a pressure (or mean stress) change."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-N ; + qudt:applicableUnit unit:PER-BAR ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PERCENT-PER-BAR ; + qudt:applicableUnit unit:PERCENT-PER-HectoBAR ; + qudt:applicableUnit unit:PERMILLE-PER-PSI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:iec61360Code "0112/2///62720#UAD024" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD024"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\chi = -(\\frac{1}{V})\\frac{dV}{d\\rho}$, where $V$ is volume and $p$ is pressure."^^qudt:LatexString ; + qudt:latexSymbol "$\\chi$"^^qudt:LatexString ; + qudt:plainTextDescription "Compressibility is a measure of the relative volume change of a fluid or solid as a response to a pressure (or mean stress) change." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Compressibility" ; + rdfs:isDefinedBy ; + rdfs:label "Compressibility"@en . + +quantitykind:CompressibilityFactor + a qudt:QuantityKind ; + dcterms:description "The compressibility factor ($Z$) is a useful thermodynamic property for modifying the ideal gas law to account for the real gas behaviour. The closer a gas is to a phase change, the larger the deviations from ideal behavior. It is simply defined as the ratio of the molar volume of a gas to the molar volume of an ideal gas at the same temperature and pressure. Values for compressibility are calculated using equations of state (EOS), such as the virial equation and van der Waals equation. The compressibility factor for specific gases can be obtained, with out calculation, from compressibility charts. These charts are created by plotting Z as a function of pressure at constant temperature."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:symbol "Z" ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Compressibility Factor"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:Concentration + a qudt:QuantityKind ; + dcterms:description "In chemistry, concentration is defined as the abundance of a constituent divided by the total volume of a mixture. Furthermore, in chemistry, four types of mathematical description can be distinguished: mass concentration, molar concentration, number concentration, and volume concentration. The term concentration can be applied to any kind of chemical mixture, but most frequently it refers to solutes in solutions."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Concentration"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Concentration"^^xsd:anyURI ; + qudt:plainTextDescription "In chemistry, concentration is defined as the abundance of a constituent divided by the total volume of a mixture. Furthermore, in chemistry, four types of mathematical description can be distinguished: mass concentration, molar concentration, number concentration, and volume concentration. The term concentration can be applied to any kind of chemical mixture, but most frequently it refers to solutes in solutions." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Concentration"@en . + +quantitykind:Conductance + a qudt:QuantityKind ; + dcterms:description "$\\textit{Conductance}$, for a resistive two-terminal element or two-terminal circuit with terminals A and B, quotient of the electric current i in the element or circuit by the voltage $u_{AB}$ between the terminals: $G = \\frac{1}{R}$, where the electric current is taken as positive if its direction is from A to B and negative in the opposite case. The conductance of an element or circuit is the inverse of its resistance."^^qudt:LatexString ; + qudt:applicableUnit unit:DeciS ; + qudt:applicableUnit unit:KiloS ; + qudt:applicableUnit unit:MHO ; + qudt:applicableUnit unit:MegaS ; + qudt:applicableUnit unit:MicroMHO ; + qudt:applicableUnit unit:MicroS ; + qudt:applicableUnit unit:MilliS ; + qudt:applicableUnit unit:NanoS ; + qudt:applicableUnit unit:PicoS ; + qudt:applicableUnit unit:S ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-06"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition """$G = Re\\underline{Y}$, where $\\underline{Y}$ is admittance. + +Alternatively: + +$G = \\frac{1}{R}$, where $R$ is resistance."""^^qudt:LatexString ; + qudt:symbol "G" ; + rdfs:comment "Applicable units are those of quantitykind:Conductance" ; + rdfs:isDefinedBy ; + rdfs:label "Conductance"@en ; + rdfs:seeAlso quantitykind:Admittance . + +quantitykind:ConductionSpeed + a qudt:QuantityKind ; + dcterms:description "\"Conduction Speed\" is the speed of impulses in nerve fibers."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:KiloHZ-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Conduction Speed\" is the speed of impulses in nerve fibers." ; + qudt:symbol "c" ; + rdfs:comment "Applicable units are those of quantitykind:ConductionSpeed" ; + rdfs:isDefinedBy ; + rdfs:label "Conduction Speed"@en ; + skos:broader quantitykind:Speed . + +quantitykind:ConductiveHeatTransferRate + a qudt:QuantityKind ; + dcterms:description "\"Conductive Heat Transfer Rate\" is proportional to temperature gradient and area of contact."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-MIN ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:BTU_TH-PER-HR ; + qudt:applicableUnit unit:BTU_TH-PER-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloBTU_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloCAL_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL_TH-PER-MIN ; + qudt:applicableUnit unit:KiloCAL_TH-PER-SEC ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi_k$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Conductive Heat Transfer Rate\" is proportional to temperature gradient and area of contact." ; + rdfs:comment "Applicable units are those of quantitykind:HeatFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Conductive Heat Transfer Rate"@en ; + skos:broader quantitykind:HeatFlowRate . + +quantitykind:Conductivity + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Conductivity}$ is a scalar or tensor quantity the product of which by the electric field strength in a medium is equal to the electric current density. + For an isotropic medium the conductivity is a scalar quantity; for an anisotropic medium it is a tensor quantity. + $$\\mathbf{J} = \\sigma \\mathbf{E}$$ + Where $\\mathbf{J}$ is electric current density, and $\\mathbf{E}$ is electric field strength. + """^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:ElectricConductivity ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.11" ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD025" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-03"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD025"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{J} = \\sigma \\mathbf{E}$, where $\\mathbf{J}$ is electric current density, and $\\mathbf{E}$ is electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Conductivity\" is a scalar or tensor quantity the product of which by the electric field strength in a medium is equal to the electric current density. For an isotropic medium the conductivity is a scalar quantity; for an anisotropic medium it is a tensor quantity." ; + rdfs:isDefinedBy ; + rdfs:label "Conductivity"@en ; + rdfs:seeAlso quantitykind:ElectricCurrentDensity ; + rdfs:seeAlso quantitykind:ElectricFieldStrength . + +quantitykind:ConductivityVariance + a qudt:QuantityKind ; + dcterms:description "Variance for conductivity data." ; + qudt:applicableUnit unit:MicroS2-PER-CentiM2 ; + qudt:hasDimensionVector qkdv:A0E4L-6I0M-2H0T6D0 ; + qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ; + qudt:plainTextDescription "Variance for conductivity data." ; + rdfs:comment "Applicable units are those of quantitykind:ConductivityVariance" ; + rdfs:isDefinedBy ; + rdfs:label "Conductivity Variance"@en . + +quantitykind:ConductivityVariance_NEON + a qudt:QuantityKind ; + dcterms:description "Variance for NEON conductivity data measured in MicroS-PER-CM" ; + dcterms:isReplacedBy quantitykind:ConductivityVariance ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E4L-6I0M-2H0T6D0 ; + qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ; + qudt:plainTextDescription "Variance for NEON conductivity data measured in MicroS-PER-CM" ; + rdfs:isDefinedBy ; + rdfs:label "Conductivity Variance, NEON"@en . + +quantitykind:Constringence + a qudt:QuantityKind ; + dcterms:description "In optics and lens design, constringence of a transparent material, also known as the Abbe number or the V-number, is an approximate measure of the material's dispersion (change of refractive index versus wavelength), with high values of V indicating low dispersion."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abbe_number"^^xsd:anyURI ; + qudt:symbol "V" ; + rdfs:comment "Applicable units are those of quantitykind:Constringence" ; + rdfs:isDefinedBy ; + rdfs:label "Constringence"@en ; + skos:altLabel "Abbe Number"@en ; + skos:altLabel "V-number"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:ConvectiveHeatTransfer + a qudt:QuantityKind ; + dcterms:description "\"Convective Heat Transfer\" is convective heat transfer coefficient multiplied by temperature difference and exchange area. "^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-MIN ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:BTU_TH-PER-HR ; + qudt:applicableUnit unit:BTU_TH-PER-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloBTU_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloCAL_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL_TH-PER-MIN ; + qudt:applicableUnit unit:KiloCAL_TH-PER-SEC ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_transfer#Convection"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi_c$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Convective Heat Transfer\" is convective heat transfer coefficient multiplied by temperature difference and exchange area. " ; + rdfs:comment "Applicable units are those of quantitykind:HeatFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Convective Heat Transfer"@en ; + skos:broader quantitykind:HeatFlowRate . + +quantitykind:CoolingPerformanceRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloW-PER-TON_FG ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Ratio of input power to delivered cooling capacity, used to assess the efficiency of cooling systems such as chillers. Commonly expressed in kW per ton of refrigeration, where lower values indicate better performance." ; + rdfs:comment "Applicable units are those of quantitykind:CoolingPerformanceRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Cooling Performance Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:CorrelatedColorTemperature + a qudt:QuantityKind ; + dcterms:description "Correlated color temperature (CCT) is a measure of light source color appearance defined by the proximity of the light source's chromaticity coordinates to the blackbody locus, as a single number rather than the two required to specify a chromaticity."^^qudt:LatexString ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliK ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "https://www.lrc.rpi.edu/programs/NLPIP/lightingAnswers/pdf/print/lightSources.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "Correlated color temperature (CCT) is a measure of light source color appearance defined by the proximity of the light source's chromaticity coordinates to the blackbody locus, as a single number rather than the two required to specify a chromaticity." ; + rdfs:comment "Applicable units are those of quantitykind:CorrelatedColorTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Correlated Color Temperature"@en-US ; + rdfs:label "Correlated Colour Temperature"@en ; + rdfs:seeAlso quantitykind:Duv ; + skos:broader quantitykind:ThermodynamicTemperature . + +quantitykind:CostPerArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:CCY_CHF-PER-HA ; + qudt:applicableUnit unit:CCY_EUR-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:informativeReference "https://www.designingbuildings.co.uk/wiki/Cost_per_m2_of_gross_internal_floor_area"^^xsd:anyURI ; + qudt:plainTextDescription "In the construction industry, cost per area is the unit rate which, when multiplied by the gross internal floor area (GIFA), gives the total building works estimate (i.e.works cost estimate less main contractor’s preliminaries and main contractor’s overheads and profit)." ; + rdfs:comment "Applicable units are those of quantitykind:CostPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Kosten pro Fläche"@de ; + rdfs:label "cost per area"@en . + +quantitykind:CostPerEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:CCY_BGN-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_CHF-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_CZK-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_DKK-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_EUR-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_EUR-PER-W-HR ; + qudt:applicableUnit unit:CCY_EUR-PER-W-SEC ; + qudt:applicableUnit unit:CCY_GBP-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_HUF-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_NOK-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_PLN-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_RON-PER-KiloW-HR ; + qudt:applicableUnit unit:CCY_SEK-PER-KiloW-HR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cost_of_electricity_by_source"^^xsd:anyURI ; + qudt:plainTextDescription "The monetary cost of a unit of energy" ; + rdfs:comment "Applicable units are those of quantitykind:CostPerEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Energiekosten"@de ; + rdfs:label "energy cost"@en . + +quantitykind:CostPerMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:CCY_CHF-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:plainTextDescription "Represents the cost associated with a unit mass of a substance or material. It is typically used in economic and engineering contexts to evaluate the expense incurred per kilogram, gram, or other units of mass. This measure helps in comparing the economic efficiency of different materials or substances based on their mass." ; + rdfs:comment "Applicable units are those of quantitykind:CostPerMass" ; + rdfs:isDefinedBy ; + rdfs:label "Kosten pro Masse"@de ; + rdfs:label "cost per mass"@en . + +quantitykind:CostPerPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:CCY_EUR-PER-KiloW ; + qudt:applicableUnit unit:CCY_EUR-PER-W ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Photovoltaics"^^xsd:anyURI ; + qudt:plainTextDescription "In photovoltaics, cost per power of electricity produced measures the cost of installing the hardware relative to the power produced." ; + rdfs:comment "Applicable units are those of quantitykind:CostPerPower" ; + rdfs:isDefinedBy ; + rdfs:label "Anschaffungskosten pro Watt"@de ; + rdfs:label "cost per power"@en . + +quantitykind:Count + a qudt:QuantityKind ; + dcterms:description "\"Count\" is the value of a count of items."^^qudt:LatexString ; + qudt:applicableUnit unit:BEAT ; + qudt:applicableUnit unit:BILLION_Long ; + qudt:applicableUnit unit:BILLION_Short ; + qudt:applicableUnit unit:BREATH ; + qudt:applicableUnit unit:CASES ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:CYC ; + qudt:applicableUnit unit:DEATHS ; + qudt:applicableUnit unit:FRAME ; + qudt:applicableUnit unit:HUNDRED ; + qudt:applicableUnit unit:INDIV ; + qudt:applicableUnit unit:KiloINDIV ; + qudt:applicableUnit unit:MILLION ; + qudt:applicableUnit unit:MegaINDIV ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE ; + qudt:applicableUnit unit:PIXEL_COUNT ; + qudt:applicableUnit unit:SAMPLE ; + qudt:applicableUnit unit:TEN ; + qudt:applicableUnit unit:THOUSAND ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "\"Count\" is the value of a count of items." ; + rdfs:comment "Applicable units are those of quantitykind:Count" ; + rdfs:isDefinedBy ; + rdfs:label "Count"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:CountRate + a qudt:QuantityKind ; + dcterms:description "A measure of a number of items counted per time period."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-MIN ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2/HTML/link/ifcintegercountratemeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "This measure may be used for measuring integer units per second or per hour. For example, it may be used to measure the number of books per hour passing along a part of a mechanical book handling system, the number of people per hour travelling along a moving walkway or the number of vehicles per hour travelling along a section of road. " ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:CountRate" ; + rdfs:isDefinedBy ; + rdfs:label "CountRate"@en ; + skos:broader quantitykind:Frequency . + +quantitykind:CouplingFactor + a qudt:QuantityKind ; + dcterms:description "\"Coupling Factor\" is the ratio of an electromagnetic quantity, usually voltage or current, appearing at a specified location of a given circuit to the corresponding quantity at a specified location in the circuit from which energy is transferred by coupling."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=161-03-18"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "For inductive coupling between two inductive elements, $k = \\frac{\\left | L_{mn} \\right |}{\\sqrt{L_m L_n}}$, where $L_m$ and $L_n$ are their self inductances, and $L_{mn}$ is their mutual inductance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Coupling Factor\" is the ratio of an electromagnetic quantity, usually voltage or current, appearing at a specified location of a given circuit to the corresponding quantity at a specified location in the circuit from which energy is transferred by coupling." ; + qudt:symbol "k" ; + rdfs:comment "Applicable units are those of quantitykind:CouplingFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Constantă de cuplaj"@ro ; + rdfs:label "constante de acoplamiento"@es ; + rdfs:label "constante de couplage"@fr ; + rdfs:label "coupling factor"@en ; + rdfs:label "fattore di accoppiamento"@it ; + rdfs:label "stała sprzężenia"@pl ; + rdfs:label "Çiftlenim sabiti"@tr ; + rdfs:label "Константа взаимодействия"@ru ; + rdfs:label "結合定数"@ja ; + rdfs:label "耦合常數"@zh . + +quantitykind:CrossSection + a qudt:QuantityKind ; + dcterms:description "\"Cross-section\" is used to express the likelihood of interaction between particles. For a specified target particle and for a specified reaction or process produced by incident charged or uncharged particles of specified type and energy, it is the mean number of such reactions or processes divided by the incident-particle fluence."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD026" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD026"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Cross-section\" is used to express the likelihood of interaction between particles. For a specified target particle and for a specified reaction or process produced by incident charged or uncharged particles of specified type and energy, it is the mean number of such reactions or processes divided by the incident-particle fluence." ; + qudt:symbol "σ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Cross-section"@en ; + skos:broader quantitykind:Area . + +quantitykind:CrossSectionalArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:symbol "A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Cross-sectional Area"@en ; + skos:broader quantitykind:Area . + +quantitykind:CubicElectricDipoleMomentPerSquareEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:C3-M-PER-J2 ; + qudt:hasDimensionVector qkdv:A0E3L-3I0M-2H0T7D0 ; + rdfs:comment "Applicable units are those of quantitykind:CubicElectricDipoleMomentPerSquareEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Electric Dipole Moment per Square Energy"@en . + +quantitykind:CubicExpansionCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:M-PER-DEG_C-M ; + qudt:applicableUnit unit:MilliM-PER-DEG_C-M ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PPM-PER-K ; + qudt:applicableUnit unit:PPTM-PER-K ; + 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 ; + qudt:latexDefinition "$\\alpha_V = \\frac{1}{V} \\; \\frac{dV}{dT}$, where $V$ is $volume$ and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_v$"^^qudt:LatexString ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H1T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ExpansionRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Hullámszám"@hu ; + rdfs:label "Volumenausdehnungskoeffizient"@de ; + rdfs:label "coefficient de dilatation volumique"@fr ; + rdfs:label "coefficiente di dilatazione volumica"@it ; + rdfs:label "coeficiente de dilatación cúbica"@es ; + rdfs:label "coeficiente de dilatação volúmica"@pt ; + rdfs:label "cubic expansion coefficient"@en ; + rdfs:label "kübik genleşme katsayısı"@tr ; + rdfs:label "współczynnik rozszerzalności objętościowej"@pl ; + rdfs:label "Κυματαριθμός"@el ; + rdfs:label "Вълново число"@bg ; + rdfs:label "Температурный коэффициент"@ru ; + rdfs:label "מספר גל"@he ; + rdfs:label "ضریب انبساط گرمایی"@fa ; + rdfs:label "معامل التمدد الحجمى"@ar ; + rdfs:label "体膨胀系数"@zh ; + rdfs:label "線膨張係数"@ja ; + skos:broader quantitykind:ExpansionRatio . + +quantitykind:CurieTemperature + a qudt:QuantityKind ; + dcterms:description "\"Curie Temperature\" is the critical thermodynamic temperature of a ferromagnet."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Curie_temperature"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Curie Temperature\" is the critical thermodynamic temperature of a ferromagnet." ; + qudt:symbol "T_C" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Curie sıcaklığı"@tr ; + rdfs:label "Curie temperature"@en ; + rdfs:label "Curie-Temperatur"@de ; + rdfs:label "Curieova teplota"@cs ; + rdfs:label "Punct Curie"@ro ; + rdfs:label "Suhu Curie"@ms ; + rdfs:label "punto di Curie"@it ; + rdfs:label "temperatura Curie"@pl ; + rdfs:label "temperatura de Curie"@es ; + rdfs:label "temperatura de Curie"@pt ; + rdfs:label "température de Curie"@fr ; + rdfs:label "Точка Кюри"@ru ; + rdfs:label "درجة حرارة كوري"@ar ; + rdfs:label "نقطه کوری"@fa ; + rdfs:label "क्यूरी ताप"@hi ; + rdfs:label "キュリー温度"@ja ; + rdfs:label "居里点"@zh ; + skos:broader quantitykind:Temperature ; + skos:closeMatch quantitykind:NeelTemperature ; + skos:closeMatch quantitykind:SuperconductionTransitionTemperature . + +quantitykind:Currency + a qudt:QuantityKind ; + qudt:applicableUnit unit:CCY_AED ; + qudt:applicableUnit unit:CCY_AFN ; + qudt:applicableUnit unit:CCY_ALL ; + qudt:applicableUnit unit:CCY_AMD ; + qudt:applicableUnit unit:CCY_ANG ; + qudt:applicableUnit unit:CCY_AOA ; + qudt:applicableUnit unit:CCY_ARS ; + qudt:applicableUnit unit:CCY_AUD ; + qudt:applicableUnit unit:CCY_AWG ; + qudt:applicableUnit unit:CCY_AZN ; + qudt:applicableUnit unit:CCY_BAM ; + qudt:applicableUnit unit:CCY_BBD ; + qudt:applicableUnit unit:CCY_BDT ; + qudt:applicableUnit unit:CCY_BGN ; + qudt:applicableUnit unit:CCY_BHD ; + qudt:applicableUnit unit:CCY_BIF ; + qudt:applicableUnit unit:CCY_BMD ; + qudt:applicableUnit unit:CCY_BND ; + qudt:applicableUnit unit:CCY_BOB ; + qudt:applicableUnit unit:CCY_BOV ; + qudt:applicableUnit unit:CCY_BRL ; + qudt:applicableUnit unit:CCY_BSD ; + qudt:applicableUnit unit:CCY_BTC ; + qudt:applicableUnit unit:CCY_BTN ; + qudt:applicableUnit unit:CCY_BWP ; + qudt:applicableUnit unit:CCY_BYN ; + qudt:applicableUnit unit:CCY_BZD ; + qudt:applicableUnit unit:CCY_CAD ; + qudt:applicableUnit unit:CCY_CDF ; + qudt:applicableUnit unit:CCY_CHE ; + qudt:applicableUnit unit:CCY_CHF ; + qudt:applicableUnit unit:CCY_CHW ; + qudt:applicableUnit unit:CCY_CLF ; + qudt:applicableUnit unit:CCY_CLP ; + qudt:applicableUnit unit:CCY_CNY ; + qudt:applicableUnit unit:CCY_COP ; + qudt:applicableUnit unit:CCY_COU ; + qudt:applicableUnit unit:CCY_CRC ; + qudt:applicableUnit unit:CCY_CUP ; + qudt:applicableUnit unit:CCY_CVE ; + qudt:applicableUnit unit:CCY_CYP ; + qudt:applicableUnit unit:CCY_CZK ; + qudt:applicableUnit unit:CCY_DJF ; + qudt:applicableUnit unit:CCY_DKK ; + qudt:applicableUnit unit:CCY_DOP ; + qudt:applicableUnit unit:CCY_DZD ; + qudt:applicableUnit unit:CCY_EEK ; + qudt:applicableUnit unit:CCY_EGP ; + qudt:applicableUnit unit:CCY_ERN ; + qudt:applicableUnit unit:CCY_ETB ; + qudt:applicableUnit unit:CCY_ETH ; + qudt:applicableUnit unit:CCY_EUR ; + qudt:applicableUnit unit:CCY_FJD ; + qudt:applicableUnit unit:CCY_FKP ; + qudt:applicableUnit unit:CCY_GBP ; + qudt:applicableUnit unit:CCY_GEL ; + qudt:applicableUnit unit:CCY_GHS ; + qudt:applicableUnit unit:CCY_GIP ; + qudt:applicableUnit unit:CCY_GMD ; + qudt:applicableUnit unit:CCY_GNF ; + qudt:applicableUnit unit:CCY_GTQ ; + qudt:applicableUnit unit:CCY_GYD ; + qudt:applicableUnit unit:CCY_HKD ; + qudt:applicableUnit unit:CCY_HNL ; + qudt:applicableUnit unit:CCY_HRK ; + qudt:applicableUnit unit:CCY_HTG ; + qudt:applicableUnit unit:CCY_HUF ; + qudt:applicableUnit unit:CCY_IDR ; + qudt:applicableUnit unit:CCY_ILS ; + qudt:applicableUnit unit:CCY_INR ; + qudt:applicableUnit unit:CCY_IQD ; + qudt:applicableUnit unit:CCY_IRR ; + qudt:applicableUnit unit:CCY_ISK ; + qudt:applicableUnit unit:CCY_JMD ; + qudt:applicableUnit unit:CCY_JOD ; + qudt:applicableUnit unit:CCY_JPY ; + qudt:applicableUnit unit:CCY_KES ; + qudt:applicableUnit unit:CCY_KGS ; + qudt:applicableUnit unit:CCY_KHR ; + qudt:applicableUnit unit:CCY_KMF ; + qudt:applicableUnit unit:CCY_KPW ; + qudt:applicableUnit unit:CCY_KRW ; + qudt:applicableUnit unit:CCY_KWD ; + qudt:applicableUnit unit:CCY_KYD ; + qudt:applicableUnit unit:CCY_KZT ; + qudt:applicableUnit unit:CCY_LAK ; + qudt:applicableUnit unit:CCY_LBP ; + qudt:applicableUnit unit:CCY_LKR ; + qudt:applicableUnit unit:CCY_LRD ; + qudt:applicableUnit unit:CCY_LSL ; + qudt:applicableUnit unit:CCY_LTL ; + qudt:applicableUnit unit:CCY_LVL ; + qudt:applicableUnit unit:CCY_LYD ; + qudt:applicableUnit unit:CCY_MAD ; + qudt:applicableUnit unit:CCY_MDL ; + qudt:applicableUnit unit:CCY_MGA ; + qudt:applicableUnit unit:CCY_MKD ; + qudt:applicableUnit unit:CCY_MMK ; + qudt:applicableUnit unit:CCY_MNT ; + qudt:applicableUnit unit:CCY_MOP ; + qudt:applicableUnit unit:CCY_MRU ; + qudt:applicableUnit unit:CCY_MTL ; + qudt:applicableUnit unit:CCY_MUR ; + qudt:applicableUnit unit:CCY_MVR ; + qudt:applicableUnit unit:CCY_MWK ; + qudt:applicableUnit unit:CCY_MXN ; + qudt:applicableUnit unit:CCY_MXV ; + qudt:applicableUnit unit:CCY_MYR ; + qudt:applicableUnit unit:CCY_MZN ; + qudt:applicableUnit unit:CCY_NAD ; + qudt:applicableUnit unit:CCY_NGN ; + qudt:applicableUnit unit:CCY_NIO ; + qudt:applicableUnit unit:CCY_NOK ; + qudt:applicableUnit unit:CCY_NPR ; + qudt:applicableUnit unit:CCY_NZD ; + qudt:applicableUnit unit:CCY_OMR ; + qudt:applicableUnit unit:CCY_PAB ; + qudt:applicableUnit unit:CCY_PEN ; + qudt:applicableUnit unit:CCY_PGK ; + qudt:applicableUnit unit:CCY_PHP ; + qudt:applicableUnit unit:CCY_PKR ; + qudt:applicableUnit unit:CCY_PLN ; + qudt:applicableUnit unit:CCY_PYG ; + qudt:applicableUnit unit:CCY_QAR ; + qudt:applicableUnit unit:CCY_RON ; + qudt:applicableUnit unit:CCY_RSD ; + qudt:applicableUnit unit:CCY_RUB ; + qudt:applicableUnit unit:CCY_RWF ; + qudt:applicableUnit unit:CCY_SAR ; + qudt:applicableUnit unit:CCY_SBD ; + qudt:applicableUnit unit:CCY_SCR ; + qudt:applicableUnit unit:CCY_SDG ; + qudt:applicableUnit unit:CCY_SEK ; + qudt:applicableUnit unit:CCY_SGD ; + qudt:applicableUnit unit:CCY_SHP ; + qudt:applicableUnit unit:CCY_SKK ; + qudt:applicableUnit unit:CCY_SLE ; + qudt:applicableUnit unit:CCY_SOS ; + qudt:applicableUnit unit:CCY_SRD ; + qudt:applicableUnit unit:CCY_STN ; + qudt:applicableUnit unit:CCY_SYP ; + qudt:applicableUnit unit:CCY_SZL ; + qudt:applicableUnit unit:CCY_THB ; + qudt:applicableUnit unit:CCY_TJS ; + qudt:applicableUnit unit:CCY_TMT ; + qudt:applicableUnit unit:CCY_TND ; + qudt:applicableUnit unit:CCY_TOP ; + qudt:applicableUnit unit:CCY_TRY ; + qudt:applicableUnit unit:CCY_TTD ; + qudt:applicableUnit unit:CCY_TWD ; + qudt:applicableUnit unit:CCY_TZS ; + qudt:applicableUnit unit:CCY_UAH ; + qudt:applicableUnit unit:CCY_UGX ; + qudt:applicableUnit unit:CCY_USD ; + qudt:applicableUnit unit:CCY_USDT ; + qudt:applicableUnit unit:CCY_USN ; + qudt:applicableUnit unit:CCY_USS ; + qudt:applicableUnit unit:CCY_UYU ; + qudt:applicableUnit unit:CCY_UZS ; + qudt:applicableUnit unit:CCY_VES ; + qudt:applicableUnit unit:CCY_VND ; + qudt:applicableUnit unit:CCY_VUV ; + qudt:applicableUnit unit:CCY_WST ; + qudt:applicableUnit unit:CCY_XAF ; + qudt:applicableUnit unit:CCY_XAG ; + qudt:applicableUnit unit:CCY_XAU ; + qudt:applicableUnit unit:CCY_XBA ; + qudt:applicableUnit unit:CCY_XBB ; + qudt:applicableUnit unit:CCY_XBC ; + qudt:applicableUnit unit:CCY_XBD ; + qudt:applicableUnit unit:CCY_XCD ; + qudt:applicableUnit unit:CCY_XDR ; + qudt:applicableUnit unit:CCY_XFO ; + qudt:applicableUnit unit:CCY_XFU ; + qudt:applicableUnit unit:CCY_XOF ; + qudt:applicableUnit unit:CCY_XPD ; + qudt:applicableUnit unit:CCY_XPF ; + qudt:applicableUnit unit:CCY_XPT ; + qudt:applicableUnit unit:CCY_YER ; + qudt:applicableUnit unit:CCY_ZAR ; + qudt:applicableUnit unit:CCY_ZMW ; + qudt:applicableUnit unit:CCY_ZWL ; + qudt:applicableUnit unit:MegaCCY_USD ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Currency"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Currency"^^xsd:anyURI ; + qudt:plainTextDescription "In economics, currency is a generally accepted medium of exchange. These are usually the coins and banknotes of a particular government, which comprise the physical aspects of a nation's money supply. The other part of a nation's money supply consists of bank deposits (sometimes called deposit money), ownership of which can be transferred by means of cheques, debit cards, or other forms of money transfer. Deposit money and currency are money in the sense that both are acceptable as a means of payment." ; + rdfs:comment "Applicable units are those of quantitykind:Currency" ; + rdfs:isDefinedBy ; + rdfs:label "Currency"@en ; + skos:broader quantitykind:Asset . + +quantitykind:CurrencyPerFlight + a qudt:QuantityKind ; + qudt:applicableUnit unit:MegaCCY_USD-PER-FLIGHT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:CurrencyPerFlight" ; + rdfs:isDefinedBy ; + rdfs:label "Currency Per Flight"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:CurrentLinkage + a qudt:QuantityKind ; + dcterms:description "\"Current Linkage\" is the net electric current through a surface delimited by a closed loop."^^qudt:LatexString ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:expression "$current-linkage$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:anyURI ; + qudt:latexSymbol "$\\Theta$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Current Linkage\" is the net electric current through a surface delimited by a closed loop." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:CurrentLinkage" ; + rdfs:isDefinedBy ; + rdfs:label "Current Linkage"@en . + +quantitykind:CurrentOfTheAmountOfSubstance + a qudt:QuantityKind ; + dcterms:description "ratio of the amount of substance divided by the related time"@en ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient Stoffmenge dividiert durch die zugehörige Zeit"@de ; + qudt:symbol "0173-1#Z4-BAJ384#002" ; + rdfs:isDefinedBy ; + rdfs:label "current of the amount of substance"@en-US . + +quantitykind:Curvature + a qudt:QuantityKind ; + dcterms:description "The canonical example of extrinsic curvature is that of a circle, which has curvature equal to the inverse of its radius everywhere. Smaller circles bend more sharply, and hence have higher curvature. The curvature of a smooth curve is defined as the curvature of its osculating circle at each point. The osculating circle of a sufficiently smooth plane curve at a given point on the curve is the circle whose center lies on the inner normal line and whose curvature is the same as that of the given curve at that point. This circle is tangent to the curve at the given point. The magnitude of curvature at points on physical curves can be measured in $diopters$ (also spelled $dioptre$) — this is the convention in optics."^^qudt:LatexString ; + qudt:applicableUnit unit:DIOPTER ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curvature"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Curvature"^^xsd:anyURI ; + qudt:plainTextDescription """The canonical example of extrinsic curvature is that of a circle, which has curvature equal to the inverse of its radius everywhere. Smaller circles bend more sharply, and hence have higher curvature. The curvature of a smooth curve is defined as the curvature of its osculating circle at each point. The osculating circle of a sufficiently smooth plane curve at a given point on the curve is the circle whose center lies on the inner normal line and whose curvature is the same as that of the given curve at that point. This circle is tangent to the curve at the given point. +That is, given a point P on a smooth curve C, the curvature of C at P is defined to be 1/R where R is the radius of the osculating circle of C at P. The magnitude of curvature at points on physical curves can be measured in diopters (also spelled dioptre) — this is the convention in optics. [Wikipedia],""" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Curvature" ; + rdfs:isDefinedBy ; + rdfs:label "Curvature"@en ; + skos:broader quantitykind:InverseLength . + +quantitykind:CurvatureFromRadius + a qudt:QuantityKind ; + dcterms:description "In mathematics \"Curvature\" is the amount by which a geometric object deviates from being flat, or straight in the case of a line, but this is defined in different ways depending on the context."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Curvature"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\kappa = \\frac{1}{\\rho}$, where $\\rho$ is the radius of the curvature."^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + qudt:plainTextDescription "In mathematics \"Curvature\" is the amount by which a geometric object deviates from being flat, or straight in the case of a line, but this is defined in different ways depending on the context." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:CurvatureFromRadius" ; + rdfs:isDefinedBy ; + rdfs:label "Curvature"@en ; + skos:closeMatch quantitykind:Curvature . + +quantitykind:CutoffCurrentRating + a qudt:QuantityKind ; + dcterms:description "cut-off current parameter as rating for fuses and switches, derived from the so-called Joule integral"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Durchlassstrom-Kennwert als Bemessungsgröße für Sicherungen und Schalter, welcher abgeleitet ist aus dem sogenannten Joule-Integral"@de ; + qudt:symbol "0173-1#Z4-BAJ325#003" ; + rdfs:isDefinedBy ; + rdfs:label "I²t-value"@en-US . + +quantitykind:CyclotronAngularFrequency + a qudt:QuantityKind ; + dcterms:description "The \"Cyclotron Angular Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electron_cyclotron_resonance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\omega_c = \\frac{\\left | q \\right |}{m}B$, where $q$ is the electric charge, $m$ is its mass, and $B$ is the magnetic flux density."^^qudt:LatexString ; + qudt:latexSymbol "$\\omega_c$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Cyclotron Angular Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularFrequency" ; + rdfs:isDefinedBy ; + rdfs:label "Larmor Angular Frequency"@en ; + skos:broader quantitykind:AngularFrequency . + +quantitykind:DELTA-V + a qudt:QuantityKind ; + dcterms:description "The change in translational velocity including all losses for a propulsive system or module. Delta-V losses include, but are not limited to, gravity losses and steering losses."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Delta-v"^^xsd:anyURI ; + qudt:latexSymbol "$\\bigtriangleup v$"^^qudt:LatexString ; + qudt:plainTextDescription "The change in translational velocity including all losses for a propulsive system or module. Delta-V losses include, but are not limited to, gravity losses and steering losses." ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Delta-V"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:DRY-MASS + a qudt:QuantityKind ; + dcterms:description "Mass of a system without the propellants, pressurants, reserve or residual fluids, personnel and personnel provisions, and cargo."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Mass of a system without the propellants, pressurants, reserve or residual fluids, personnel and personnel provisions, and cargo." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Dry Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:DataRate + a qudt:QuantityKind ; + dcterms:description "The frequency derived from the period of time required to transmit one bit. This represents the amount of data transferred per second by a communications channel or a computing or storage device. Data rate is measured in units of bits per second (written \"b/s\" or \"bps\"), bytes per second (Bps), or baud. When applied to data rate, the multiplier prefixes \"kilo-\", \"mega-\", \"giga-\", etc. (and their abbreviations, \"k\", \"M\", \"G\", etc.) always denote powers of 1000. For example, 64 kbps is 64,000 bits per second. This contrasts with units of storage which use different prefixes to denote multiplication by powers of 1024, for example 1 kibibit = 1024 bits."^^qudt:LatexString ; + qudt:applicableUnit unit:BIT-PER-SEC ; + qudt:applicableUnit unit:ExaBIT-PER-SEC ; + qudt:applicableUnit unit:GigaBIT-PER-SEC ; + qudt:applicableUnit unit:KiloBIT-PER-SEC ; + qudt:applicableUnit unit:KiloBYTE-PER-SEC ; + qudt:applicableUnit unit:MegaBIT-PER-SEC ; + qudt:applicableUnit unit:PetaBIT-PER-SEC ; + qudt:applicableUnit unit:TeraBIT-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Data_rate"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "The frequency derived from the period of time required to transmit one bit. This represents the amount of data transferred per second by a communications channel or a computing or storage device. Data rate is measured in units of bits per second (written \"b/s\" or \"bps\"), bytes per second (Bps), or baud. When applied to data rate, the multiplier prefixes \"kilo-\", \"mega-\", \"giga-\", etc. (and their abbreviations, \"k\", \"M\", \"G\", etc.) always denote powers of 1000. For example, 64 kbps is 64,000 bits per second. This contrasts with units of storage which use different prefixes to denote multiplication by powers of 1024, for example 1 kibibit = 1024 bits." ; + rdfs:comment "Applicable units are those of quantitykind:DataRate" ; + rdfs:isDefinedBy ; + rdfs:label "Data Rate"@en ; + skos:broader quantitykind:InformationFlowRate . + +quantitykind:DataTransmissionRate + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "data transmission rate"@en-US . + +quantitykind:DatasetOfBits + a qudt:QuantityKind ; + qudt:applicableUnit unit:GibiBIT ; + qudt:applicableUnit unit:GigaBIT ; + qudt:applicableUnit unit:KibiBIT ; + qudt:applicableUnit unit:KiloBIT ; + qudt:applicableUnit unit:MebiBIT ; + qudt:applicableUnit unit:MegaBIT ; + qudt:applicableUnit unit:OCTET ; + qudt:applicableUnit unit:PetaBIT ; + qudt:applicableUnit unit:TeraBIT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD027" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD027"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:DatasetOfBits" ; + rdfs:isDefinedBy ; + rdfs:label "dataset of bits" . + +quantitykind:DatasetOfBytes + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD028" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD028"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "dataset of bytes" . + +quantitykind:Debye-WallerFactor + a qudt:QuantityKind ; + dcterms:description "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:DebyeWallerFactor ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Debye–Waller_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$u = R - R_0$, where $R$ is the particle position vector and $R_0$ is the equilibrium position vector of a particle."^^qudt:LatexString ; + qudt:plainTextDescription "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations." ; + qudt:symbol "D, B" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Debye-Waller Factor"@en . + +quantitykind:DebyeAngularFrequency + a qudt:QuantityKind ; + dcterms:description "\"Debye Angular Frequency\" is the cut-off angular frequency in the Debye model of the vibrational spectrum of a solid."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Debye_model#Debye_frequency"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\omega_b$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Debye Angular Frequency\" is the cut-off angular frequency in the Debye model of the vibrational spectrum of a solid." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularFrequency" ; + rdfs:isDefinedBy ; + rdfs:label "Debye Angular Frequency"@en ; + skos:broader quantitykind:AngularFrequency . + +quantitykind:DebyeAngularWavenumber + a qudt:QuantityKind ; + dcterms:description "\"Debye Angular Wavenumber\" is the cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-M ; + qudt:applicableUnit unit:RAD-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Debye Angular Wavenumber\" is the cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid." ; + qudt:symbol "q_D" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DebyeAngularWavenumber" ; + rdfs:isDefinedBy ; + rdfs:label "Debye Angular Wavenumber"@en ; + skos:broader quantitykind:InverseLength . + +quantitykind:DebyeTemperature + a qudt:QuantityKind ; + dcterms:description "\"Debye Temperature\" is the temperature at which the highest-frequency mode (and hence all modes) are excited."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Debye_model"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$\\Theta_D = \\frac{\\hbar\\omega_D}{k}$, where $k$ is the Boltzmann constant, $\\hbar$ is the reduced Planck constant, and $\\omega_D$ is the Debye angular frequency."^^qudt:LatexString ; + qudt:latexSymbol "$\\Theta_D$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Debye Temperature\" is the temperature at which the highest-frequency mode (and hence all modes) are excited." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Debye Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:DebyeWallerFactor + a qudt:QuantityKind ; + dcterms:description "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Debye–Waller_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$u = R - R_0$, where $R$ is the particle position vector and $R_0$ is the equilibrium position vector of a particle."^^qudt:LatexString ; + qudt:plainTextDescription "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations." ; + qudt:symbol "D, B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DebyeWallerFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Debye-Waller Factor"@en . + +quantitykind:DecayConstant + a qudt:QuantityKind ; + dcterms:description "The \"Decay Constant\" is the proportionality between the size of a population of radioactive atoms and the rate at which the population decreases because of radioactive decay."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloCI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://www.britannica.com/EBchecked/topic/154945/decay-constant"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Exponential_decay"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "Relative variation $\\frac{dN}{N}$ of the number $N$ of atoms or nuclei in a system, due to spontaneous emission from these atoms or nuclei during an infinitesimal time interval, divided by its duration $dt$, thus $\\lambda = -\\frac{1}{N}\\frac{dN}{dt}$."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Decay Constant\" is the proportionality between the size of a population of radioactive atoms and the rate at which the population decreases because of radioactive decay." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DecayConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Decay Constant"@en ; + skos:broader quantitykind:InverseTime . + +quantitykind:DegreeOfDissociation + a qudt:QuantityKind ; + dcterms:description "The \"Degree of Dissociation\" is the fraction of original solute molecules that have dissociated."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Faraday_constant"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dissociation_(chemistry)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Degree of Dissociation\" is the fraction of original solute molecules that have dissociated." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DegreeOfDissociation" ; + rdfs:isDefinedBy ; + rdfs:label "Degree of Dissociation"@en . + +quantitykind:Density + a qudt:QuantityKind ; + dcterms:description """ + The mass density or density of a material is defined as its mass per unit volume. + The symbol most often used for density is $\\rho$. + Mathematically, density is defined as mass divided by volume: $\\rho = m/V$, + where $\\rho$ is the density, $m$ is the mass, and $V$ is the volume. + In some cases, density is also defined as its weight per unit volume, although this quantity is more properly called specific weight. + """^^qudt:LatexString ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_IMP ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL_IMP ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL_IMP ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Density"^^xsd:anyURI ; + qudt:exactMatch quantitykind:MassDensity ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD029" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD029"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Density"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = m/V$, where $\\rho$ is the density, $m$ is the mass, and $V$ is the volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:DENS ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Density" ; + rdfs:isDefinedBy ; + rdfs:label "Density"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:DensityInCombustionChamber + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_IMP ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL_IMP ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL_IMP ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:latexSymbol "$\\rho_c$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:MassDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Density In Combustion Chamber"@en ; + skos:broader quantitykind:MassDensity . + +quantitykind:DensityOfStates + a qudt:QuantityKind ; + dcterms:description "\"Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:VibrationalDensityOfStates ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.5" ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD030" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD030"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume." ; + qudt:symbol "g" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Density of states"@en . + +quantitykind:DensityOfTheExhaustGases + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_IMP ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL_IMP ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL_IMP ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:Density" ; + rdfs:isDefinedBy ; + rdfs:label "Density Of The Exhaust Gases"@en ; + skos:broader quantitykind:Density . + +quantitykind:Depth + a qudt:QuantityKind ; + dcterms:description "Depth typically refers to the vertical measure of length from the surface of a liquid."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Depth typically refers to the vertical measure of length from the surface of a liquid." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Depth"@en ; + skos:broader quantitykind:Length . + +quantitykind:DewPointTemperature + a qudt:QuantityKind ; + dcterms:description "\"Dew Point Temperature\" is the temperature at which vapour in air reaches saturation."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "\"Dew Point Temperature\" is the temperature at which vapour in air reaches saturation." ; + qudt:symbol "T_d" ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Dew Point Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:Diameter + a qudt:QuantityKind ; + 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:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Diameter"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Diameter"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$d = 2r$, where $r$ is the radius of the circle."^^qudt:LatexString ; + qudt:plainTextDescription "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:symbol "d" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Durchmesser"@de ; + rdfs:label "diameter"@en ; + rdfs:label "diametro"@it ; + rdfs:label "diamètre"@fr ; + rdfs:label "diámetro"@es ; + rdfs:label "diâmetro"@pt ; + rdfs:label "premer"@sl ; + rdfs:label "průměr"@cs ; + rdfs:label "çap"@tr ; + rdfs:label "średnica"@pl ; + rdfs:label "диаметр"@ru ; + rdfs:label "قطر"@ar ; + rdfs:label "قطر"@fa ; + rdfs:label "直径"@ja ; + rdfs:label "直径"@zh ; + skos:broader quantitykind:Length . + +quantitykind:DiastolicBloodPressure + a qudt:QuantityKind ; + dcterms:description "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780199549351-e-1162"^^xsd:anyURI ; + qudt:plainTextDescription "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Diastolic Blood Pressure"@en ; + rdfs:seeAlso quantitykind:SystolicBloodPressure ; + skos:broader quantitykind:Pressure . + +quantitykind:DiffusionArea + a qudt:QuantityKind ; + dcterms:description "\"Diffusion Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves that class."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/diffusion+area"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Diffusion Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves that class." ; + qudt:symbol "L^2" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusion Area"@en ; + skos:broader quantitykind:Area . + +quantitykind:DiffusionCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Diffusion Coefficient\" is a proportionality constant between the molar flux due to molecular diffusion and the gradient in the concentration of the species (or the driving force for diffusion). Diffusivity is encountered in Fick's law and numerous other equations of physical chemistry."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD031" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD031"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_diffusivity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$C_B \\left \\langle \\nu_B \\right \\rangle = -D grad C_B$, where $C_B$ the local molecular concentration of substance $B$ in the mixture and $\\left \\langle \\nu_B \\right \\rangle$ is the local average velocity of the molecules of $B$."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Diffusion Coefficient\" is a proportionality constant between the molar flux due to molecular diffusion and the gradient in the concentration of the species (or the driving force for diffusion). Diffusivity is encountered in Fick's law and numerous other equations of physical chemistry." ; + qudt:symbol "D" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DiffusionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusionskoeffizient"@de ; + rdfs:label "coefficient de diffusion"@fr ; + rdfs:label "coefficiente di diffusione"@it ; + rdfs:label "coeficiente de difusión"@es ; + rdfs:label "coeficiente de difusão"@pt ; + rdfs:label "diffusion coefficient"@en ; + rdfs:label "difuzijski koeficient"@sl . + +quantitykind:DiffusionCoefficientForFluenceRate + a qudt:QuantityKind ; + dcterms:description "The \"Diffusion Coefficient for Fluence Rate\" is a proportionality constant between the ."^^qudt:LatexString ; + qudt:abbreviation "m" ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_diffusivity"^^xsd:anyURI ; + qudt:latexDefinition "$D_\\varphi = -\\frac{J_x}{\\frac{\\partial d\\varphi}{\\partial dx}}$, where $J_x$ is the $x-component$ of the particle current and $\\varphi$ is the particle fluence rate."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Diffusion Coefficient for Fluence Rate\" is a proportionality constant between the ." ; + qudt:symbol "Dᵩ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusion Coefficient for Fluence Rate"@en ; + skos:broader quantitykind:Length . + +quantitykind:DiffusionLength + a qudt:QuantityKind ; + dcterms:description "\"Diffusion Length\" is the average distance traveled by a particle, or a thermal neutron in a nuclear reactor, from the point at which it is formed to the point at which it is absorbed."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/diffusion+length"^^xsd:anyURI ; + qudt:latexDefinition "$L = \\sqrt{L^2}$, where $L^2$ is the diffusion area."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Diffusion Length\" is the average distance traveled by a particle, or a thermal neutron in a nuclear reactor, from the point at which it is formed to the point at which it is absorbed." ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusion Length"@en ; + skos:broader quantitykind:Length . + +quantitykind:DigitRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAUD ; + qudt:applicableUnit unit:KiloBAUD ; + qudt:applicableUnit unit:MegaBAUD ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD032" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD032"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:DigitRate" ; + rdfs:isDefinedBy ; + rdfs:label "digit rate" . + +quantitykind:Dimensionless + a qudt:QuantityKind ; + dcterms:description "In dimensional analysis, a dimensionless quantity or quantity of dimension one is a quantity without an associated physical dimension. It is thus a \"pure\" number, and as such always has a dimension of 1. Dimensionless quantities are widely used in mathematics, physics, engineering, economics, and in everyday life (such as in counting). Numerous well-known quantities, such as $\\pi$, $\\epsilon$, and $\\psi$, are dimensionless. By contrast, non-dimensionless quantities are measured in units of length, area, time, etc. Dimensionless quantities are often defined as products or ratios of quantities that are not dimensionless, but whose dimensions cancel out when their powers are multiplied."^^qudt:LatexString ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dimensionless_quantity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dimensionless_quantity"^^xsd:anyURI ; + qudt:symbol "U" ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Dimensionless"@en . + +quantitykind:DimensionlessRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Dimensionless Ratio"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:Displacement + a qudt:QuantityKind ; + dcterms:description "\"Displacement\" is the shortest distance from the initial to the final position of a point P."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Displacement_(vector)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\Delta r = R_f - R_i$, where $R_f$ is the final position and $R_i$ is the initial position."^^qudt:LatexString ; + qudt:latexSymbol "$\\Delta r$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Displacement\" is the shortest distance from the initial to the final position of a point P." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Displacement"@en ; + skos:broader quantitykind:Length . + +quantitykind:DisplacementCurrent + a qudt:QuantityKind ; + dcterms:description "\"Displacement Current\" is a quantity appearing in Maxwell's equations that is defined in terms of the rate of change of electric displacement field. Displacement current has the units of electric current density, and it has an associated magnetic field just as actual currents do. However it is not an electric current of moving charges, but a time-varying electric field. In materials, there is also a contribution from the slight motion of charges bound in atoms, dielectric polarization."^^qudt:LatexString ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Displacement_current"^^xsd:anyURI ; + qudt:latexDefinition "$I_D= \\int_S J_D \\cdot e_n dA$, over a surface $S$, where $J_D$ is displacement current density and $e_n dA$ is the vector surface element."^^qudt:LatexString ; + qudt:plainTextDescription "\"Displacement Current\" is a quantity appearing in Maxwell's equations that is defined in terms of the rate of change of electric displacement field. Displacement current has the units of electric current density, and it has an associated magnetic field just as actual currents do. However it is not an electric current of moving charges, but a time-varying electric field. In materials, there is also a contribution from the slight motion of charges bound in atoms, dielectric polarization." ; + qudt:symbol "I_D" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DisplacementCurrent" ; + rdfs:isDefinedBy ; + rdfs:label "Displacement Current"@en ; + rdfs:seeAlso quantitykind:ElectricFluxDensity . + +quantitykind:DisplacementCurrentDensity + a qudt:QuantityKind ; + dcterms:description """ +$\\text{Displacement Current Density}$ is the time rate of change of the $\\textit{Electric Flux Density}$. + This is a measure of how quickly the electric field changes if we observe it as a function of time. + This is different than if we look at how the electric field changes spatially, that is, over a region of space for a fixed amount of time. + """^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-M2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.maxwells-equations.com/math/partial-electric-flux.php"^^xsd:anyURI ; + qudt:latexDefinition "$J_D = \\frac{\\partial D}{\\partial t}$, where $D$ is electric flux density and $t$ is time."^^qudt:LatexString ; + qudt:latexSymbol "$J_D$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DisplacementCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Displacement Current Density"@en ; + rdfs:seeAlso quantitykind:ElectricFluxDensity . + +quantitykind:DisplacementVectorOfIon + a qudt:QuantityKind ; + dcterms:description "\"Displacement Vector of Ion\" is the ."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Displacement"^^xsd:anyURI ; + qudt:latexDefinition "$u = R - R_0$, where $R$ is the particle position vector and $R_0$ is the equilibrium position vector of a particle."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Displacement Vector of Ion\" is the ." ; + qudt:symbol "u" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Displacement Vector of Ion"@en ; + skos:broader quantitykind:Length . + +quantitykind:Dissipance + a qudt:QuantityKind ; + dcterms:description "Dissipance, or dissipation factor for sound power, is the ratio of dissipated sound power to incident sound power. The dissipation factor (DF) is a measure of loss-rate of energy of a mode of oscillation (mechanical, electrical, or electromechanical) in a dissipative system. It is the reciprocal of quality factor, which represents the quality of oscillation."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dissipation_factor"^^xsd:anyURI ; + qudt:latexDefinition "$\\delta = \\frac{P_d}{P_i}$, where $P_d$ is the dissipated sound power, and $P_i$ is the incident sound power."^^qudt:LatexString ; + qudt:latexSymbol "$\\delta$"^^qudt:LatexString ; + qudt:plainTextDescription "Dissipance, or dissipation factor for sound power, is the ratio of dissipated sound power to incident sound power. The dissipation factor (DF) is a measure of loss-rate of energy of a mode of oscillation (mechanical, electrical, or electromechanical) in a dissipative system. It is the reciprocal of quality factor, which represents the quality of oscillation." ; + rdfs:comment "Applicable units are those of quantitykind:Dissipance" ; + rdfs:isDefinedBy ; + rdfs:label "Dissipance"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:Distance + a qudt:QuantityKind ; + dcterms:description "\"Distance\" is a numerical description of how far apart objects are. "^^qudt:LatexString ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MIL_Length ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:PT_BIG ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Distance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Distance\" is a numerical description of how far apart objects are. " ; + qudt:symbol "d" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Distance" ; + rdfs:isDefinedBy ; + rdfs:label "Entfernung"@de ; + rdfs:label "Jarak"@ms ; + rdfs:label "Vzdálenost"@cs ; + rdfs:label "distance"@en ; + rdfs:label "distance"@fr ; + rdfs:label "distancia"@es ; + rdfs:label "distanza"@it ; + rdfs:label "distância"@pt ; + rdfs:label "uzaklık"@tr ; + rdfs:label "مسافت"@fa ; + rdfs:label "距离"@zh ; + skos:broader quantitykind:Length . + +quantitykind:DistanceTraveledDuringBurn + a qudt:QuantityKind ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MIL_Length ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:PT_BIG ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:symbol "s" ; + rdfs:comment "Applicable units are those of quantitykind:Distance" ; + rdfs:isDefinedBy ; + rdfs:label "Distance Traveled During a Burn"@en ; + skos:broader quantitykind:Distance . + +quantitykind:DonorDensity + a qudt:QuantityKind ; + dcterms:description "\"Donor Density\" is the number per volume of donor levels."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Donor Density\" is the number per volume of donor levels." ; + qudt:symbol "n_d" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Donor Density"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:DonorIonizationEnergy + a qudt:QuantityKind ; + dcterms:description "\"Donor Ionization Energy\" is the ionization energy of a donor."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Donor Ionization Energy\" is the ionization energy of a donor." ; + qudt:symbol "E_d" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Donor Ionization Energy"@en ; + skos:broader quantitykind:IonizationEnergy ; + skos:closeMatch quantitykind:AcceptorIonizationEnergy . + +quantitykind:DoseEquivalent + a qudt:QuantityKind ; + dcterms:description "\"Dose Equivalent\" (former), or $\\textit{Equivalent Absorbed Radiation Dose}$, usually shortened to $\\textit{Equivalent Dose}$, is a computed average measure of the radiation absorbed by a fixed mass of biological tissue, that attempts to account for the different biological damage potential of different types of ionizing radiation. The equivalent dose to a tissue is found by multiplying the absorbed dose, in gray, by a dimensionless \"quality factor\" $Q$, dependent upon radiation type, and by another dimensionless factor $N$, dependent on all other pertinent factors. N depends upon the part of the body irradiated, the time and volume over which the dose was spread, even the species of the subject."^^qudt:LatexString ; + qudt:applicableUnit unit:MicroSV ; + qudt:applicableUnit unit:MilliR_man ; + qudt:applicableUnit unit:MilliSV ; + qudt:applicableUnit unit:NanoSV ; + qudt:applicableUnit unit:REM ; + qudt:applicableUnit unit:R_man ; + qudt:applicableUnit unit:SV ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Equivalent_dose"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD033" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD033"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "At the point of interest in tissue, $H = DQ$, where $D$ is the absorbed dose and $Q$ is the quality factor at that point."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:DOEQ ; + qudt:symbol "H" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DoseEquivalent" ; + rdfs:isDefinedBy ; + rdfs:label "Dose Equivalent"@en ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:DoseEquivalentQualityFactor + a qudt:QuantityKind ; + dcterms:description "\"Dose Equivalent Quality Factor\" is a factor in the caculation and measurement of dose equivalent, by which the absorbed dose is to be weighted in order to account for different biological effectiveness of radiations, for radiation protection purposes."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Dose Equivalent Quality Factor\" is a factor in the caculation and measurement of dose equivalent, by which the absorbed dose is to be weighted in order to account for different biological effectiveness of radiations, for radiation protection purposes." ; + qudt:symbol "Q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DoseEquivalentQualityFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Dose Equivalent Quality Factor"@en . + +quantitykind:DoseEquivalentRate + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD034" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD034"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "dose equivalent rate" . + +quantitykind:DotsPerInch + a qudt:QuantityKind ; + qudt:applicableUnit unit:DPI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD255" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD255"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:DotsPerInch" ; + rdfs:isDefinedBy ; + rdfs:label "dots per inch" ; + skos:broader quantitykind:InverseLength . + +quantitykind:DragCoefficient + a qudt:QuantityKind ; + dcterms:description "In fluid dynamics, the drag coefficient is a dimensionless quantity that is used to quantify the drag or resistance of an object in a fluid environment such as air or water."^^qudt:LatexString ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "In fluid dynamics, the drag coefficient is a dimensionless quantity that is used to quantify the drag or resistance of an object in a fluid environment such as air or water." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:symbol "C_D" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Drag Coefficient"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:DragForce + a qudt:QuantityKind ; + dcterms:description """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the relative fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity, drag forces depend on velocity. +Drag forces always decrease fluid velocity relative to the solid object in the fluid's path.""" ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the relative fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity, drag forces depend on velocity. +Drag forces always decrease fluid velocity relative to the solid object in the fluid's path.""" ; + qudt:symbol "D or F_D" ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Drag Force"@en ; + skos:broader quantitykind:Force . + +quantitykind:DryBulbTemperature + a qudt:QuantityKind ; + dcterms:description "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:plainTextDescription "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation." ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Dry Bulb Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:DryVolume + a qudt:QuantityKind ; + dcterms:description "Dry measures are units of volume used to measure bulk commodities which are not gas or liquid. They are typically used in agriculture, agronomy, and commodity markets to measure grain, dried beans, and dried and fresh fruit; formerly also salt pork and fish. They are also used in fishing for clams, crabs, etc. and formerly for many other substances (for example coal, cement, lime) which were typically shipped and delivered in a standardized container such as a barrel. In the original metric system, the unit of dry volume was the stere, but this is not part of the modern metric system; the liter and the cubic meter ($m^{3}$) are now used. However, the stere is still widely used for firewood."^^qudt:LatexString ; + qudt:applicableUnit unit:BBL_US_DRY ; + qudt:applicableUnit unit:BU_UK ; + qudt:applicableUnit unit:BU_US ; + qudt:applicableUnit unit:CORD ; + qudt:applicableUnit unit:GAL_US_DRY ; + qudt:applicableUnit unit:PINT_US_DRY ; + qudt:applicableUnit unit:PK_US_DRY ; + qudt:applicableUnit unit:QT_US_DRY ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dry_measure"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:DryVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Dry Volume"@en ; + skos:broader quantitykind:Volume . + +quantitykind:DutyCycle + a qudt:QuantityKind ; + dcterms:description "A duty cycle or power cycle is the fraction of one period in which a signal or system is active."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Duty_cycle"^^xsd:anyURI ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "A duty cycle or power cycle is the fraction of one period in which a signal or system is active." ; + qudt:symbol "α" ; + rdfs:comment "Applicable units are those of quantitykind:DutyCycle" ; + rdfs:isDefinedBy ; + rdfs:label "Duty Cycle"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:Duv + a qudt:QuantityKind ; + dcterms:description "Duv is a metric that is short for Delta u,v (not to be confused with Delta u',v') and describes the distance of a light color point from the black body curve."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://www.waveformlighting.com/tech/calculate-duv-from-cie-1931-xy-coordinates"^^xsd:anyURI ; + qudt:informativeReference "https://www1.eere.energy.gov/buildings/publications/pdfs/ssl/led-color-characteristics-factsheet.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "Duv is a metric that is short for Delta u,v (not to be confused with Delta u',v') and describes the distance of a light color point from the black body curve." ; + rdfs:comment "Applicable units are those of quantitykind:Duv" ; + rdfs:isDefinedBy ; + rdfs:label "Delta u,v"@en ; + rdfs:seeAlso quantitykind:CorrelatedColorTemperature . + +quantitykind:DynamicFriction + a qudt:QuantityKind ; + dcterms:description "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Dynamic Friction"@en ; + skos:broader quantitykind:Friction . + +quantitykind:DynamicFrictionCoefficient + a qudt:QuantityKind ; + dcterms:description "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\frac{F}{N}$, where $F$ is the tangential component of the contact force and $N$ is the normal component of the contact force between two sliding bodies."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:FrictionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Dynamic Friction Coefficient"@en ; + skos:broader quantitykind:FrictionCoefficient . + +quantitykind:DynamicPressure + a qudt:QuantityKind ; + dcterms:description "Dynamic Pressure (indicated with q, or Q, and sometimes called velocity pressure) is the quantity defined by: $q = 1/2 * \\rho v^{2}$, where (using SI units), $q$ is dynamic pressure in $pascals$, $\\rho$ is fluid density in $kg/m^{3}$ (for example, density of air) and $v $ is fluid velocity in $m/s$."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dynamic_pressure"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Dynamic Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:DynamicViscosity + a qudt:QuantityKind ; + dcterms:description "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiPOISE ; + qudt:applicableUnit unit:DecaPOISE ; + qudt:applicableUnit unit:GM-PER-CentiM-SEC ; + qudt:applicableUnit unit:KiloGM-PER-M-DAY ; + qudt:applicableUnit unit:KiloGM-PER-M-HR ; + qudt:applicableUnit unit:KiloGM-PER-M-MIN ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC ; + qudt:applicableUnit unit:KiloPOISE ; + qudt:applicableUnit unit:LB-PER-FT-DAY ; + qudt:applicableUnit unit:LB-PER-FT-HR ; + qudt:applicableUnit unit:LB-PER-FT-MIN ; + qudt:applicableUnit unit:LB-PER-FT-SEC ; + qudt:applicableUnit unit:LB_F-SEC-PER-FT2 ; + qudt:applicableUnit unit:LB_F-SEC-PER-IN2 ; + qudt:applicableUnit unit:MicroPOISE ; + qudt:applicableUnit unit:MilliPA-SEC ; + qudt:applicableUnit unit:N-SEC-PER-M2 ; + qudt:applicableUnit unit:PA-SEC ; + qudt:applicableUnit unit:PDL-SEC-PER-FT2 ; + qudt:applicableUnit unit:PDL-SEC-PER-IN2 ; + qudt:applicableUnit unit:POISE ; + qudt:applicableUnit unit:SLUG-PER-FT-SEC ; + qudt:exactMatch quantitykind:Viscosity ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD035" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD035"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Viscosity#Dynamic_viscosity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\tau_{xz} = \\eta\\frac{dv_x}{dz}$, where $\\tau_{xz}$ is shear stress in a fluid moving with a velocity gradient $\\frac{dv_x}{dz}$ perpendicular to the plane of shear. "^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law." ; + qudt:siExactMatch si-quantity:DYVI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DynamicViscosity" ; + rdfs:isDefinedBy ; + rdfs:label "Kelikatan dinamik"@ms ; + rdfs:label "Viscozitate dinamică"@ro ; + rdfs:label "dinamik akmazlık"@tr ; + rdfs:label "dinamična viskoznost"@sl ; + rdfs:label "dynamic viscosity"@en ; + rdfs:label "dynamische Viskosität"@de ; + rdfs:label "lepkość dynamiczna"@pl ; + rdfs:label "viscosidad dinámica"@es ; + rdfs:label "viscosidade dinâmica"@pt ; + rdfs:label "viscosità dinamica"@it ; + rdfs:label "viscosité dynamique"@fr ; + rdfs:label "viskozita"@cs ; + rdfs:label "динамическую вязкость"@ru ; + rdfs:label "لزوجة"@ar ; + rdfs:label "گرانروی دینامیکی/ویسکوزیته دینامیکی"@fa ; + rdfs:label "श्यानता"@hi ; + rdfs:label "动力粘度"@zh ; + rdfs:label "粘度"@ja ; + skos:altLabel "viscosità di taglio"@it . + +quantitykind:EarthClosestApproachVehicleVelocity + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:symbol "V_o" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Earth Closest Approach Vehicle Velocity"@en ; + skos:broader quantitykind:VehicleVelocity . + +quantitykind:EarthquakeMagnitude + a qudt:QuantityKind ; + qudt:applicableUnit unit:RichterMagnitude ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD365" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD365"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:EarthquakeMagnitude" ; + rdfs:isDefinedBy ; + rdfs:label "earthquake magnitude" . + +quantitykind:EccentricityOfOrbit + a qudt:QuantityKind ; + dcterms:description "The orbital eccentricity of an astronomical object is a parameter that determines the amount by which its orbit around another body deviates from a perfect circle. In a two-body problem with inverse-square-law force, every orbit is a Kepler orbit. The eccentricity of this Kepler orbit is a positive number that defines its shape."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\varepsilon$"^^qudt:LatexString ; + qudt:plainTextDescription "The orbital eccentricity of an astronomical object is a parameter that determines the amount by which its orbit around another body deviates from a perfect circle. In a two-body problem with inverse-square-law force, every orbit is a Kepler orbit. The eccentricity of this Kepler orbit is a positive number that defines its shape." ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Eccentricity Of Orbit"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:EffectiveExhaustVelocity + a qudt:QuantityKind ; + dcterms:description "The velocity of an exhaust stream after reduction by effects such as friction, non-axially directed flow, and pressure differences between the inside of the rocket and its surroundings. The effective exhaust velocity is one of two factors determining the thrust, or accelerating force, that a rocket can develop, the other factor being the quantity of reaction mass expelled from the rocket in unit time. In most cases, the effective exhaust velocity is close to the actual exhaust velocity."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "The velocity of an exhaust stream after reduction by effects such as friction, non-axially directed flow, and pressure differences between the inside of the rocket and its surroundings. The effective exhaust velocity is one of two factors determining the thrust, or accelerating force, that a rocket can develop, the other factor being the quantity of reaction mass expelled from the rocket in unit time. In most cases, the effective exhaust velocity is close to the actual exhaust velocity." ; + qudt:symbol "v_{e}" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Effective Exhaustvelocity"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:EffectiveMass + a qudt:QuantityKind ; + dcterms:description "\"Effective Mass\" is used in the motional equation for electrons in solid state bodies, depending on the wavenumber and corresponding to its velocity and energy level."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Effective_mass_(solid-state_physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$m^* = \\hbar^2k(\\frac{d\\varepsilon}{dk})$, where $\\hbar$ is the reduced Planck constant, $k$ is the wavenumber, and $\\varepsilon$ is the energy of the electron."^^qudt:LatexString ; + qudt:plainTextDescription "\"Effective Mass\" is used in the motional equation for electrons in solid state bodies, depending on the wavenumber and corresponding to its velocity and energy level." ; + qudt:symbol "m^*" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Effective Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:EffectiveMultiplicationFactor + a qudt:QuantityKind ; + dcterms:description "The \"Effective Multiplication Factor\" is the multiplication factor for a finite medium."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nuclear_chain_reaction#Effective_neutron_multiplication_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Effective Multiplication Factor\" is the multiplication factor for a finite medium." ; + qudt:symbol "k_{eff}" ; + rdfs:comment "Applicable units are those of quantitykind:MultiplicationFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Effective Multiplication Factor"@en ; + skos:broader quantitykind:MultiplicationFactor ; + skos:closeMatch quantitykind:InfiniteMultiplicationFactor . + +quantitykind:Efficiency + a qudt:QuantityKind ; + dcterms:description "Efficiency is the ratio of output power to input power."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\eta = \\frac{P_{out}}{P_{in}}$, where $P_{out}$ is the output power and $P_{in}$ is the input power."^^qudt:LatexString ; + qudt:latexSymbol "$\\eta$"^^qudt:LatexString ; + qudt:plainTextDescription "Efficiency is the ratio of output power to input power." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Wirkungsgrad"@de ; + rdfs:label "efficiency"@en ; + rdfs:label "efficienza"@it ; + rdfs:label "eficiência"@pt ; + rdfs:label "rendement"@fr ; + rdfs:label "rendimiento"@es ; + rdfs:label "sprawność"@pl ; + rdfs:label "коэффициент полезного действия"@ru ; + rdfs:label "كفاءة"@ar ; + rdfs:label "効率"@ja ; + rdfs:label "效率"@zh ; + skos:altLabel "rendimento"@it ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:EinsteinCoefficients + a qudt:QuantityKind ; + qudt:applicableUnit unit:SEC-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD036" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD036"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:EinsteinCoefficients" ; + rdfs:isDefinedBy ; + rdfs:label "Einstein coefficients" . + +quantitykind:EinsteinTransitionProbability + a qudt:QuantityKind ; + dcterms:description "Given two atomic states of energy $E_j$ and $E_k$. Let $E_j > E_k$. Assume the atom is bathed in radiation of energy density $u(w)$. Transitions between these states can take place in three different ways. Spontaneous, induced/stimulated emission, and induced absorption. $A_jk$ represents the Einstein transition probability for spontaneous emission."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://electron6.phys.utk.edu/qm2/modules/m10/einstein.htm"^^xsd:anyURI ; + qudt:latexDefinition "$\\frac{-dN_j}{dt} = A_jkN_j$, where $-dN_j$ is the number of molecules spontaneously leaving the state j for the state k during a time interval of duration $dt$, $N_j$ is the number of molecules in the state j, and $E_j > E_k$."^^qudt:LatexString ; + qudt:symbol "A_jkN_j" ; + rdfs:comment "Applicable units are those of quantitykind:EinsteinTransitionProbability" ; + rdfs:isDefinedBy ; + rdfs:label "Einstein Transition Probability"@en . + +quantitykind:EinsteinTransitionProbabilityForSpontaneousOrInducedEmissionAndAbsorption + a qudt:QuantityKind ; + dcterms:description "nuclear constant for the special transition where the probability of the absorption, spontaneous emission or induced emission of energy depends on the number of existing quantums of light, expressed as energy density in the wave model of light: energy divided by volume and frequency"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + qudt:plainTextDescription "atomare Konstante für den speziellen Übergang, wobei die Wahrscheinlichkeit der Absorption, der spontanen Emission und der induzierte Emission von Energie abhängig ist von der Zahl der vorhandenen Lichtquanten, ausgedrückt als Energiedichte im Wellenmodell des Lichtes: Energie durch Volumen und Frequenz"@de ; + qudt:symbol "0173-1#Z4-BAJ456#001" ; + rdfs:isDefinedBy ; + rdfs:label "Einstein transition probability for spontaneous or induced emission and absorption"@en-US . + +quantitykind:ElectricCharge + a qudt:QuantityKind ; + 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:applicableUnit unit:A-HR ; + qudt:applicableUnit unit:A-SEC ; + qudt:applicableUnit unit:AttoC ; + qudt:applicableUnit unit:C ; + qudt:applicableUnit unit:C_Ab ; + qudt:applicableUnit unit:C_Stat ; + qudt:applicableUnit unit:CentiC ; + qudt:applicableUnit unit:DecaC ; + qudt:applicableUnit unit:DeciC ; + qudt:applicableUnit unit:E ; + qudt:applicableUnit unit:ElementaryCharge ; + qudt:applicableUnit unit:ExaC ; + qudt:applicableUnit unit:F ; + qudt:applicableUnit unit:FR ; + qudt:applicableUnit unit:FemtoC ; + qudt:applicableUnit unit:GigaC ; + qudt:applicableUnit unit:HectoC ; + qudt:applicableUnit unit:KiloA-HR ; + qudt:applicableUnit unit:KiloC ; + qudt:applicableUnit unit:KiloJ-PER-KiloV ; + qudt:applicableUnit unit:MegaC ; + qudt:applicableUnit unit:MicroC ; + qudt:applicableUnit unit:MilliA-HR ; + qudt:applicableUnit unit:MilliA-SEC ; + qudt:applicableUnit unit:MilliC ; + qudt:applicableUnit unit:NanoC ; + qudt:applicableUnit unit:PetaC ; + qudt:applicableUnit unit:PicoC ; + qudt:applicableUnit unit:PlanckCharge ; + qudt:applicableUnit unit:TeraC ; + qudt:applicableUnit unit:YoctoC ; + qudt:applicableUnit unit:YottaC ; + qudt:applicableUnit unit:ZeptoC ; + qudt:applicableUnit unit:ZettaC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD037" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD037"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electric_charge?oldid=492961669"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electric_charge"^^xsd:anyURI ; + qudt:latexDefinition "$dQ = Idt$, where $I$ is electric current."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ELCH ; + qudt:symbol "Q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Cas elektrik"@ms ; + rdfs:label "Charge électrique"@fr ; + rdfs:label "Elektrický náboj"@cs ; + rdfs:label "carga eléctrica"@es ; + rdfs:label "carga elétrica"@pt ; + rdfs:label "carica elettrica"@it ; + rdfs:label "electric charge"@en ; + rdfs:label "elektrik yükü"@tr ; + rdfs:label "elektrische Ladung"@de ; + rdfs:label "električni naboj"@sl ; + rdfs:label "elektromos töltés"@hu ; + rdfs:label "onus electricum"@la ; + rdfs:label "sarcină electrică"@ro ; + rdfs:label "ładunek elektryczny"@pl ; + rdfs:label "Ηλεκτρικό φορτίο"@el ; + rdfs:label "Електрически заряд"@bg ; + rdfs:label "Электрический заряд"@ru ; + rdfs:label "מטען חשמלי"@he ; + rdfs:label "الشحنة الكهربائية"@ar ; + rdfs:label "بار الکتریکی"@fa ; + rdfs:label "विद्युत आवेग या विद्युत बहाव"@hi ; + rdfs:label "电荷"@zh ; + rdfs:label "電荷"@ja ; + rdfs:seeAlso quantitykind:ElectricCurrent ; + skos:altLabel "cantitate de electricitate"@ro . + +quantitykind:ElectricChargeDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-DeciM3 ; + qudt:applicableUnit unit:A-HR-PER-M3 ; + qudt:applicableUnit unit:C-PER-M3 ; + qudt:applicableUnit unit:MegaC-PER-M3 ; + qudt:applicableUnit unit:MicroC-PER-M3 ; + qudt:expression "$charge-density$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.maxwells-equations.com/pho/charge-density.php"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{dQ}{dV}$, where $Q$ is electric charge and $V$ is Volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively." ; + qudt:siExactMatch si-quantity:ELCD ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargeDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeSurfaceDensity . + +quantitykind:ElectricChargeLineDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot $, $m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ; + qudt:applicableUnit unit:C-PER-M ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargeLineDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Line Density"@en . + +quantitykind:ElectricChargeLinearDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:LinearElectricChargeDensity ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:expression "$linear-charge-density$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_l = \\frac{dQ}{dl}$, where $Q$ is electric charge and $l$ is length."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_l$"^^qudt:LatexString ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively." ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Linear Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeDensity . + +quantitykind:ElectricChargePerAmountOfSubstance + a qudt:QuantityKind ; + dcterms:description "\"Electric Charge Per Amount Of Substance\" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$."^^qudt:LatexString ; + qudt:applicableUnit unit:C-PER-MOL ; + qudt:applicableUnit unit:C_Stat-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E1L0I0M0H0T1D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerAmountOfSubstance" ; + rdfs:isDefinedBy ; + rdfs:label "Electric charge per amount of substance"@en . + +quantitykind:ElectricChargePerArea + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Electric charge per area"@en . + +quantitykind:ElectricChargePerMass + a qudt:QuantityKind ; + dcterms:description "\"Electric Charge Per Mass\" is the charge associated with a specific mass of a substance. In the SI and ISO systems this is $1 kg$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-KiloGM ; + qudt:applicableUnit unit:A-M2-PER-J-SEC ; + qudt:applicableUnit unit:C-PER-KiloGM ; + qudt:applicableUnit unit:HZ-PER-T ; + qudt:applicableUnit unit:KiloR ; + qudt:applicableUnit unit:MegaHZ-PER-T ; + qudt:applicableUnit unit:MilliC-PER-KiloGM ; + qudt:applicableUnit unit:MilliR ; + qudt:applicableUnit unit:PER-T-SEC ; + qudt:applicableUnit unit:R ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerMass" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Per Mass"@en . + +quantitykind:ElectricChargeSurfaceDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:expression "$surface-charge-density$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_A = \\frac{dQ}{dA}$, where $Q$ is electric charge and $A$ is Area."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_A$"^^qudt:LatexString ; + qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively." ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargeSurfaceDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Surface Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeDensity ; + skos:broader quantitykind:ElectricChargePerArea . + +quantitykind:ElectricChargeVolumeDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-DeciM3 ; + qudt:applicableUnit unit:A-HR-PER-M3 ; + qudt:applicableUnit unit:C-PER-CentiM3 ; + qudt:applicableUnit unit:C-PER-M3 ; + qudt:applicableUnit unit:C-PER-MilliM3 ; + qudt:applicableUnit unit:GigaC-PER-M3 ; + qudt:applicableUnit unit:KiloC-PER-M3 ; + qudt:applicableUnit unit:MilliC-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargeVolumeDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Volume Density"@en . + +quantitykind:ElectricConductivity + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Electric Conductivity}$ or $\\textit{Specific Conductance}$ is a measure of a material's ability to conduct an electric current. + When an electrical potential difference is placed across a conductor, its movable charges flow, giving rise to an electric current. + The conductivity $\\sigma$ is defined as the ratio of the electric current density $J$ to the electric field, $E$: $J = \\sigma E$. + In isotropic materials, conductivity is scalar-valued, however in general, conductivity is a tensor-valued quantity. + """^^qudt:LatexString ; + qudt:applicableUnit unit:DeciS-PER-M ; + qudt:applicableUnit unit:KiloS-PER-M ; + qudt:applicableUnit unit:MHO_Stat ; + qudt:applicableUnit unit:MegaS-PER-M ; + qudt:applicableUnit unit:MicroS-PER-CentiM ; + qudt:applicableUnit unit:MicroS-PER-M ; + qudt:applicableUnit unit:MilliS-PER-CentiM ; + qudt:applicableUnit unit:MilliS-PER-M ; + qudt:applicableUnit unit:NanoS-PER-CentiM ; + qudt:applicableUnit unit:NanoS-PER-M ; + qudt:applicableUnit unit:PicoS-PER-M ; + qudt:applicableUnit unit:S-PER-CentiM ; + qudt:applicableUnit unit:S-PER-M ; + qudt:applicableUnit unit:S_Ab ; + qudt:applicableUnit unit:S_Stat ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD025" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-03"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD025"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{J} = \\sigma \\mathbf{E}$, where $\\mathbf{J}$ is electric current density, and $\\mathbf{E}$ is electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Conductivity\" is a scalar or tensor quantity the product of which by the electric field strength in a medium is equal to the electric current density. For an isotropic medium the conductivity is a scalar quantity; for an anisotropic medium it is a tensor quantity." ; + rdfs:comment "Applicable units are those of quantitykind:ElectricConductivity" ; + rdfs:isDefinedBy ; + rdfs:label "Kekonduksian elektrik"@ms ; + rdfs:label "conducibilità elettrica"@it ; + rdfs:label "conductividad eléctrica"@es ; + rdfs:label "conductivité électrique"@fr ; + rdfs:label "condutividade elétrica"@pt ; + rdfs:label "electric conductivity"@en ; + rdfs:label "elektrik iletkenliği"@tr ; + rdfs:label "elektrische Leitfähigkeit"@de ; + rdfs:label "električna prevodnost"@sl ; + rdfs:label "رسانايى الکتريکى/هدایت الکتریکی"@fa ; + rdfs:label "电导率"@zh . + +quantitykind:ElectricCurrent + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Electric Current}$ is the flow (movement) of electric charge. + The amount of electric current through some surface, for example, a section through a copper conductor, + is defined as the amount of electric charge flowing through that surface over time. + Current is a scalar-valued quantity. + Electric current is one of the base quantities in the International System of Quantities, ISQ, + on which the International System of Units, SI, is based. + """^^rdf:HTML ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:A_Ab ; + qudt:applicableUnit unit:A_Stat ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:BIOT ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:KiloA ; + qudt:applicableUnit unit:MegaA ; + qudt:applicableUnit unit:MicroA ; + qudt:applicableUnit unit:MilliA ; + qudt:applicableUnit unit:NanoA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:PicoA ; + qudt:applicableUnit unit:PlanckCurrent ; + qudt:applicableUnit unit:TeraA ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_current"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD039" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD039"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electric Current\" is the flow (movement) of electric charge. The amount of electric current through some surface, for example, a section through a copper conductor, is defined as the amount of electric charge flowing through that surface over time. Current is a scalar-valued quantity. Electric current is one of the base quantities in the International System of Quantities, ISQ, on which the International System of Units, SI, is based. " ; + qudt:siExactMatch si-quantity:ELCU ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCurrent" ; + rdfs:isDefinedBy ; + rdfs:label "Arus elektrik"@ms ; + rdfs:label "Elektrický proud"@cs ; + rdfs:label "corrente elettrica"@it ; + rdfs:label "corrente elétrica"@pt ; + rdfs:label "corriente eléctrica"@es ; + rdfs:label "curent electric"@ro ; + rdfs:label "electric current"@en ; + rdfs:label "elektrik akımı"@tr ; + rdfs:label "elektrische Stromstärke"@de ; + rdfs:label "električni tok"@sl ; + rdfs:label "elektromos áramerősség"@hu ; + rdfs:label "fluxio electrica"@la ; + rdfs:label "intensité de courant électrique"@fr ; + rdfs:label "prąd elektryczny"@pl ; + rdfs:label "Ένταση ηλεκτρικού ρεύματος"@el ; + rdfs:label "Електрически ток"@bg ; + rdfs:label "Сила электрического тока"@ru ; + rdfs:label "זרם חשמלי"@he ; + rdfs:label "تيار كهربائي"@ar ; + rdfs:label "جریان الکتریکی"@fa ; + rdfs:label "विद्युत धारा"@hi ; + rdfs:label "电流"@zh ; + rdfs:label "電流"@ja . + +quantitykind:ElectricCurrentDensity + a qudt:QuantityKind ; + dcterms:description "\"Electric Current Density\" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, $I$, through a surface $S$ is defined as $I = \\int_S J \\cdot e_n dA$, where $e_ndA$ is the vector surface element."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM2 ; + qudt:applicableUnit unit:A-PER-M2 ; + qudt:applicableUnit unit:A-PER-MilliM2 ; + qudt:applicableUnit unit:A_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:A_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloA-PER-M2 ; + qudt:applicableUnit unit:MegaA-PER-M2 ; + qudt:applicableUnit unit:PlanckCurrentDensity ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Current_density"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD040" ; + qudt:informativeReference "http://maxwells-equations.com/density/current.php"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD040"^^xsd:anyURI ; + qudt:latexDefinition "$J = \\rho v$, where $\\rho$ is electric current density and $v$ is volume."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:CUDE ; + qudt:symbol "J" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Akım yoğunluğu"@tr ; + rdfs:label "Densitate de curent"@ro ; + rdfs:label "Gęstość prądu elektrycznego"@pl ; + rdfs:label "Hustota elektrického proudu"@cs ; + rdfs:label "Ketumpatan arus elektrik"@ms ; + rdfs:label "densidad de corriente"@es ; + rdfs:label "densidade de corrente elétrica"@pt ; + rdfs:label "densità di corrente elettrica"@it ; + rdfs:label "densité de courant"@fr ; + rdfs:label "electric current density"@en ; + rdfs:label "elektrische Stromdichte"@de ; + rdfs:label "gostota električnega toka"@sl ; + rdfs:label "плотность тока"@ru ; + rdfs:label "كثافة التيار"@ar ; + rdfs:label "چگالی جریان الکتریکی"@fa ; + rdfs:label "धारा घनत्व"@hi ; + rdfs:label "电流密度"@zh ; + rdfs:label "電流密度"@ja ; + skos:altLabel "areic electric current"@en ; + skos:altLabel "keluasan arus elektrik"@ms . + +quantitykind:ElectricCurrentImbalance + a qudt:QuantityKind ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Electric current imbalance is the percentage deviation of individual phase currents from the average current across phases in a polyphase electrical system." ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current Imbalance"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:ElectricCurrentPerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentPerAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current per Angle"@en . + +quantitykind:ElectricCurrentPerEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-PER-J ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E1L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentPerEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current per Energy"@en . + +quantitykind:ElectricCurrentPerLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E1L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current per Length"@en ; + skos:broader quantitykind:LinearElectricCurrentDensity . + +quantitykind:ElectricCurrentPerTemperature + a qudt:QuantityKind ; + dcterms:description "\"Electric Current per Unit Temperature\" is used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-DEG_C ; + qudt:applicableUnit unit:A-PER-K ; + qudt:applicableUnit unit:KiloA-PER-K ; + qudt:applicableUnit unit:MicroA-PER-K ; + qudt:applicableUnit unit:MilliA-PER-K ; + qudt:applicableUnit unit:NanoA-PER-K ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:plainTextDescription "\"Electric Current per Temperature\" is used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H1T0D0 ; + qudt:qkdvNumerator qkdv:A0E1L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentPerTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current per Temperature"@en . + +quantitykind:ElectricCurrentPhasor + a qudt:QuantityKind ; + dcterms:description "\"Electric Current Phasor\" is a representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^qudt:LatexString ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-26"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Phasor_(electronics)"^^xsd:anyURI ; + qudt:latexDefinition "When $i = \\hat{I} \\cos{(\\omega t + \\alpha)}$, where $i$ is the electric current, $\\omega$ is angular frequence, $t$ is time, and $\\alpha$ is initial phase, then $\\underline{I} = Ie^{ja}$."^^qudt:LatexString ; + qudt:latexSymbol "$\\underline{I}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Current Phasor\" is a representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentPhasor" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Current Phasor"@en . + +quantitykind:ElectricDipoleMoment + a qudt:QuantityKind ; + 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:applicableUnit unit:C-M ; + qudt:applicableUnit unit:DEBYE ; + qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD041" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD041"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electric_dipole_moment"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition """$E_p = -p \\cdot E$, where $E_p$ is the interaction energy of the molecule with electric dipole moment $p$ and an electric field with electric field strength $E$. + +$p = q(r_+ - r_i)$, where $r_+$ and $r_-$ are the position vectors to carriers of electric charge $a$ and $-q$, respectively."""^^qudt:LatexString ; + qudt:plainTextDescription "\"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:symbol "p" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricDipoleMoment" ; + rdfs:isDefinedBy ; + rdfs:label "Dipólový moment"@cs ; + rdfs:label "Momen dwikutub elektrik"@ms ; + rdfs:label "electric dipole moment"@en ; + rdfs:label "elektrik dipol momenti"@tr ; + rdfs:label "elektrisches Dipolmoment"@de ; + rdfs:label "elektryczny moment dipolowy"@pl ; + rdfs:label "moment dipolaire"@fr ; + rdfs:label "moment electric dipolar"@ro ; + rdfs:label "momento de dipolo eléctrico"@es ; + rdfs:label "momento di dipolo elettrico"@it ; + rdfs:label "momento do dipolo elétrico"@pt ; + rdfs:label "Электрический дипольный момент"@ru ; + rdfs:label "عزم ثنائي قطب"@ar ; + rdfs:label "گشتاور دوقطبی الکتریکی"@fa ; + rdfs:label "विद्युत द्विध्रुव आघूर्ण"@hi ; + rdfs:label "电偶极矩"@zh ; + rdfs:label "電気双極子"@ja . + +quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:CubicElectricDipoleMomentPerSquareEnergy ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E3L-3I0M-2H0T7D0 ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Electric Dipole Moment per Square Energy"@en . + +quantitykind:ElectricDipoleMoment_QuarticPerEnergy_Cubic + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:QuarticElectricDipoleMomentPerCubicEnergy ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E4L-2I0M-3H0T10D0 ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Electric Dipole Moment per Cubic Energy"@en . + +quantitykind:ElectricDisplacement + a qudt:QuantityKind ; + dcterms:description "In a dielectric material the presence of an electric field E causes the bound charges in the material (atomic nuclei and their electrons) to slightly separate, inducing a local electric dipole moment. The Electric Displacement Field, $D$, is a vector field that accounts for the effects of free charges within such dielectric materials. This describes also the charge density on an extended surface that could be causing the field."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:exactMatch quantitykind:ElectricFluxDensity ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780199233991-e-895"^^xsd:anyURI ; + qudt:latexDefinition "$D = \\epsilon_0 E + P$, where $\\epsilon_0$ is the electric constant, $E$ is electric field strength, and $P$ is electric polarization."^^qudt:LatexString ; + qudt:symbol "D" ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Displacement"@en ; + skos:broader quantitykind:ElectricChargePerArea . + +quantitykind:ElectricDisplacementField + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:symbol "D" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Displacement Field"@en ; + skos:broader quantitykind:ElectricChargePerArea . + +quantitykind:ElectricEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "Electric energy is the energy transferred to or from an electrical circuit over time. It is the integral of electric power over time and is commonly measured in watt-hours (Wh) or kilowatt-hours (kWh)." ; + qudt:symbol "E_e" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Energy"@en ; + rdfs:seeAlso quantitykind:ActiveEnergy ; + rdfs:seeAlso quantitykind:ReactiveEnergy ; + skos:broader quantitykind:Energy . + +quantitykind:ElectricField + a qudt:QuantityKind ; + dcterms:description "The space surrounding an electric charge or in the presence of a time-varying magnetic field has a property called an electric field. This electric field exerts a force on other electrically charged objects. In the idealized case, the force exerted between two point charges is inversely proportional to the square of the distance between them. (Coulomb's Law)."^^qudt:LatexString ; + qudt:applicableUnit unit:V-PER-M ; + qudt:applicableUnit unit:V_Ab-PER-CentiM ; + qudt:applicableUnit unit:V_Stat-PER-CentiM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_field"^^xsd:anyURI ; + qudt:expression "$E$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electric_field"^^xsd:anyURI ; + qudt:plainTextDescription "The space surrounding an electric charge or in the presence of a time-varying magnetic field has a property called an electric field. This electric field exerts a force on other electrically charged objects. In the idealized case, the force exerted between two point charges is inversely proportional to the square of the distance between them. (Coulomb's Law)." ; + rdfs:comment "Applicable units are those of quantitykind:ElectricField" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Field"@en . + +quantitykind:ElectricFieldStrength + a qudt:QuantityKind ; + 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:applicableUnit unit:KiloV-PER-M ; + qudt:applicableUnit unit:MegaV-PER-M ; + qudt:applicableUnit unit:MicroV-PER-M ; + qudt:applicableUnit unit:MilliV-PER-M ; + qudt:applicableUnit unit:V-PER-CentiM ; + qudt:applicableUnit unit:V-PER-IN ; + qudt:applicableUnit unit:V-PER-M ; + qudt:applicableUnit unit:V-PER-MilliM ; + qudt:applicableUnit unit:V_Ab-PER-CentiM ; + qudt:applicableUnit unit:V_Stat-PER-CentiM ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD042" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD042"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{E} = \\mathbf{F}/q$, where $\\mathbf{F}$ is force and $q$ is electric charge, of a test particle at rest."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{E} $"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ELFS ; + qudt:symbol "E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricFieldStrength" ; + rdfs:isDefinedBy ; + rdfs:label "Elektromos mező"@hu ; + rdfs:label "Kekuatan medan elektrik"@ms ; + rdfs:label "câmp electric"@ro ; + rdfs:label "electric field strength"@en ; + rdfs:label "elektrické pole"@cs ; + rdfs:label "elektriksel alan kuvveti"@tr ; + rdfs:label "elektrische Feldstärke"@de ; + rdfs:label "intensidad de campo eléctrico"@es ; + rdfs:label "intensidade de campo elétrico"@pt ; + rdfs:label "intensità di campo elettrico"@it ; + rdfs:label "intensité de champ électrique"@fr ; + rdfs:label "jakost električnega polja"@sl ; + rdfs:label "natężenie pola elektrycznego"@pl ; + rdfs:label "Ηλεκτρικό πεδίο"@el ; + rdfs:label "Електрично поле"@bg ; + rdfs:label "Напряженность электрического поля"@ru ; + rdfs:label "שדה חשמלי"@he ; + rdfs:label "شدة المجال الكهربائي"@ar ; + rdfs:label "شدت میدان الکتریکی"@fa ; + rdfs:label "विद्युत्-क्षेत्र"@hi ; + rdfs:label "電場"@zh ; + rdfs:label "電界強度"@ja . + +quantitykind:ElectricFlux + a qudt:QuantityKind ; + dcterms:description "\"Electric Flux\" through an area is defined as the electric field multiplied by the area of the surface projected in a plane perpendicular to the field. Electric Flux is a scalar-valued quantity."^^qudt:LatexString ; + qudt:applicableUnit unit:V-M ; + qudt:applicableUnit unit:V_Stat-CentiM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + qudt:expression "$electirc-flux$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-3D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\Psi = \\int_S D \\cdot e_n dA$, over a surface $S$, where $D$ is electric flux density and $e_n dA$ is the vector surface element."^^qudt:LatexString ; + qudt:latexSymbol "$\\Psi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Flux\" through an area is defined as the electric field multiplied by the area of the surface projected in a plane perpendicular to the field. Electric Flux is a scalar-valued quantity." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricFlux" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Flux"@en ; + rdfs:seeAlso quantitykind:ElectricFluxDensity . + +quantitykind:ElectricFluxDensity + a qudt:QuantityKind ; + 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:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ; + qudt:exactMatch quantitykind:ElectricDisplacement ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD043" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD043"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{D} = \\epsilon_0 E + P$, where $\\epsilon_0$ is the electric constant, $\\mathbf{E} $ is electric field strength, and $P$ is electric polarization."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{D}$"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:ELFD ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Densidad de flujo eléctrico"@es ; + rdfs:label "Elektrická indukce"@cs ; + rdfs:label "Induction électrique"@fr ; + rdfs:label "Inducție electrică"@ro ; + rdfs:label "Indukcja elektryczna"@pl ; + rdfs:label "Ketumpatan fluks elektrik"@ms ; + rdfs:label "campo de deslocamento elétrico"@pt ; + rdfs:label "electric flux density"@en ; + rdfs:label "elektrik akı yoğunluğu"@tr ; + rdfs:label "elektrische Flussdichte"@de ; + rdfs:label "spostamento elettrico"@it ; + rdfs:label "Электрическая индукция"@ru ; + rdfs:label "إزاحة كهربائية"@ar ; + rdfs:label "چگالی شار الکتریکی"@fa ; + rdfs:label "電位移"@zh ; + rdfs:label "電束密度"@ja ; + skos:altLabel "anjakan"@ms ; + skos:altLabel "densité de flux électrique"@fr ; + skos:altLabel "displacement"@en ; + skos:altLabel "elektrische Induktion"@de ; + skos:altLabel "elektrische Verschiebung"@de ; + skos:altLabel "induzione elettrica"@it ; + skos:altLabel "yer değiştirme"@tr ; + skos:broader quantitykind:ElectricChargePerArea . + +quantitykind:ElectricPolarizability + a qudt:QuantityKind ; + dcterms:description "\"Electric Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which is applied typically by inserting the molecule in a charged parallel-plate capacitor, but may also be caused by the presence of a nearby ion or dipole."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Polarizability"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_{i,j} = \\frac{\\partial p_i}{\\partial E_j}$, where $p_i$ is the cartesian component along the $i-axis$ of the electric dipole moment induced by the applied electric field strength acting on the molecule, and $E_j$ is the component along the $j-axis$ of this electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which is applied typically by inserting the molecule in a charged parallel-plate capacitor, but may also be caused by the presence of a nearby ion or dipole." ; + rdfs:comment "Applicable units are those of quantitykind:ElectricPolarizability" ; + rdfs:isDefinedBy ; + rdfs:label "Kepengkutuban elektrik"@ms ; + rdfs:label "Kutuplanabilirlik"@tr ; + rdfs:label "Polarisabilité"@fr ; + rdfs:label "Polarizabilidad"@es ; + rdfs:label "Polarizovatelnost"@cs ; + rdfs:label "Polaryzowalność"@pl ; + rdfs:label "electric polarizability"@en ; + rdfs:label "elektrische Polarisierbarkeit"@de ; + rdfs:label "polarizabilidade"@pt ; + rdfs:label "polarizzabilità elettrica"@it ; + rdfs:label "Поляризуемость"@ru ; + rdfs:label "قابلية استقطاب"@ar ; + rdfs:label "قطبیت پذیری الکتریکی"@fa ; + rdfs:label "分極率"@ja ; + rdfs:label "極化性"@zh . + +quantitykind:ElectricPolarization + a qudt:QuantityKind ; + dcterms:description "\"Electric Polarization\" is the relative shift of positive and negative electric charge in opposite directions within an insulator, or dielectric, induced by an external electric field. Polarization occurs when an electric field distorts the negative cloud of electrons around positive atomic nuclei in a direction opposite the field. This slight separation of charge makes one side of the atom somewhat positive and the opposite side somewhat negative. In some materials whose molecules are permanently polarized by chemical forces, such as water molecules, some of the polarization is caused by molecules rotating into the same alignment under the influence of the electric field. One of the measures of polarization is electric dipole moment, which equals the distance between the slightly shifted centres of positive and negative charge multiplied by the amount of one of the charges. Polarization P in its quantitative meaning is the amount of dipole moment p per unit volume V of a polarized material, P = p/V."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD044" ; + qudt:informativeReference "http://www.britannica.com/EBchecked/topic/182690/electric-polarization"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD044"^^xsd:anyURI ; + qudt:latexDefinition "$P =\\frac{dp}{dV}$, where $p$ is electic charge density and $V$ is volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Polarization\" is the relative shift of positive and negative electric charge in opposite directions within an insulator, or dielectric, induced by an external electric field. Polarization occurs when an electric field distorts the negative cloud of electrons around positive atomic nuclei in a direction opposite the field. This slight separation of charge makes one side of the atom somewhat positive and the opposite side somewhat negative. In some materials whose molecules are permanently polarized by chemical forces, such as water molecules, some of the polarization is caused by molecules rotating into the same alignment under the influence of the electric field. One of the measures of polarization is electric dipole moment, which equals the distance between the slightly shifted centres of positive and negative charge multiplied by the amount of one of the charges. Polarization P in its quantitative meaning is the amount of dipole moment p per unit volume V of a polarized material, P = p/V." ; + qudt:symbol "P" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricPolarization" ; + rdfs:isDefinedBy ; + rdfs:label "electric polarization"@en ; + rdfs:label "elektrische Polarisation"@de ; + rdfs:label "polarisation électrique"@fr ; + rdfs:label "polarización eléctrica"@es ; + rdfs:label "polarização eléctrica"@pt ; + rdfs:label "polarizzazione elettrica"@it ; + rdfs:label "polaryzacja elektryczna"@pl ; + rdfs:label "электрическая поляризация"@ru ; + rdfs:label "إستقطاب كهربائي"@ar ; + rdfs:label "電気分極"@ja ; + rdfs:seeAlso quantitykind:ElectricChargeDensity ; + rdfs:seeAlso quantitykind:ElectricDipoleMoment . + +quantitykind:ElectricPotential + a qudt:QuantityKind ; + dcterms:description "The Electric Potential is a scalar valued quantity associated with an electric field. The electric potential $\\phi(x)$ at a point, $x$, is formally defined as the line integral of the electric field taken along a path from x to the point at infinity. If the electric field is static, that is time independent, then the choice of the path is arbitrary; however if the electric field is time dependent, taking the integral a different paths will produce different results."^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PetaV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:exactMatch quantitykind:ElectricPotentialDifference ; + qudt:exactMatch quantitykind:EnergyPerElectricCharge ; + qudt:exactMatch quantitykind:Voltage ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "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 "$-\\text{grad} \\; V = E + \\frac{\\partial A}{\\partial t}$, where $E$ is electric field strength, $A$ is magentic vector potential and $t$ is time."^^qudt:LatexString ; + qudt:latexSymbol "$\\phi$"^^qudt:LatexString ; + qudt:symbol "V" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricPotential" ; + rdfs:isDefinedBy ; + rdfs:label "Keupayaan elektrik"@ms ; + rdfs:label "electric potential"@en ; + rdfs:label "elektrický potenciál"@cs ; + rdfs:label "elektrik potansiyeli"@tr ; + rdfs:label "elektrisches Potenzial"@de ; + rdfs:label "električni potencial"@sl ; + rdfs:label "elektromos feszültség , elektromos potenciálkülönbség"@hu ; + rdfs:label "potencial eléctrico"@es ; + rdfs:label "potencial elétrico"@pt ; + rdfs:label "potencjał elektryczny"@pl ; + rdfs:label "potentiel électrique"@fr ; + rdfs:label "potenziale elettrico"@it ; + rdfs:label "potențial electric"@ro ; + rdfs:label "tensio electrica"@la ; + rdfs:label "Електрически потенциал"@bg ; + rdfs:label "электростатический потенциал"@ru ; + rdfs:label "מתח חשמלי (הפרש פוטנציאלים)"@he ; + rdfs:label "كمون كهربائي"@ar ; + rdfs:label "پتانسیل الکتریکی"@fa ; + rdfs:label "विद्युत विभव"@hi ; + rdfs:label "電位"@ja ; + rdfs:label "電勢"@zh ; + skos:altLabel "vis electromotrix"@la . + +quantitykind:ElectricPotentialDifference + a qudt:QuantityKind ; + dcterms:description "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field."^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PetaV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:exactMatch quantitykind:ElectricPotential ; + qudt:exactMatch quantitykind:EnergyPerElectricCharge ; + qudt:exactMatch quantitykind:Voltage ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$V_{ab} = \\int_{r_a(C)}^{r_b} (E +\\frac{\\partial A}{\\partial t}) $, where $E$ is electric field strength, $A$ is magentic vector potential, $t$ is time, and $r$ is position vector along a curve C from a point $a$ to $b$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field." ; + qudt:siExactMatch si-quantity:ELPD ; + qudt:symbol "V_{ab}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricPotentialDifference" ; + rdfs:isDefinedBy ; + rdfs:label "Voltan Perbezaan keupayaan elektrik"@ms ; + rdfs:label "diferență de potențial electric"@ro ; + rdfs:label "differenza di potenziale elettrico"@it ; + rdfs:label "electric potential difference"@en ; + rdfs:label "elektrické napětí"@cs ; + rdfs:label "elektrische Spannung"@de ; + rdfs:label "električna napetost"@sl ; + rdfs:label "gerilim"@tr ; + rdfs:label "napięcie elektryczne"@pl ; + rdfs:label "tension électrique"@fr ; + rdfs:label "tensión eléctrica"@es ; + rdfs:label "tensão elétrica (diferença de potencial)"@pt ; + rdfs:label "электрическое напряжение"@ru ; + rdfs:label "جهد كهربائي"@ar ; + rdfs:label "ولتاژ/ اختلاف پتانسیل"@fa ; + rdfs:label "विभवांतर"@hi ; + rdfs:label "電圧"@ja ; + rdfs:label "電壓"@zh ; + skos:altLabel "ketegangan"@ms ; + skos:altLabel "tension"@en ; + skos:altLabel "tensione elettrica"@it ; + skos:altLabel "tensiune"@ro . + +quantitykind:ElectricPower + a qudt:QuantityKind ; + dcterms:description "\"Electric Power\" is the rate at which electrical energy is transferred by an electric circuit. In the simple case of direct current circuits, electric power can be calculated as the product of the potential difference in the circuit (V) and the amount of current flowing in the circuit (I): $P = VI$, where $P$ is the power, $V$ is the potential difference, and $I$ is the current. However, in general electric power is calculated by taking the integral of the vector cross-product of the electrical and magnetic fields over a specified area."^^qudt:LatexString ; + qudt:applicableSIUnit unit:KiloW ; + qudt:applicableSIUnit unit:MegaW ; + qudt:applicableSIUnit unit:MilliW ; + qudt:applicableSIUnit unit:W ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:latexDefinition "$p = ui$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ; + qudt:symbol "P_E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricPower" ; + rdfs:isDefinedBy ; + rdfs:label "Wirkleistung"@de ; + rdfs:label "electric power"@en ; + rdfs:label "moc czynna"@pl ; + rdfs:label "potencia activa"@es ; + rdfs:label "potenza attiva"@it ; + rdfs:label "potência activa"@pt ; + rdfs:label "puissance active"@fr ; + rdfs:label "القدرة الفعالة"@ar ; + rdfs:label "有功功率"@zh ; + rdfs:label "有効電力"@ja ; + skos:broader quantitykind:Power . + +quantitykind:ElectricPropulsionPropellantMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_P" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Propulsion Propellant Mass"@en ; + skos:broader quantitykind:PropellantMass . + +quantitykind:ElectricQuadrupoleMoment + a qudt:QuantityKind ; + dcterms:description "The Electric Quadrupole Moment is a quantity which describes the effective shape of the ellipsoid of nuclear charge distribution. A non-zero quadrupole moment Q indicates that the charge distribution is not spherically symmetric. By convention, the value of Q is taken to be positive if the ellipsoid is prolate and negative if it is oblate. In general, the electric quadrupole moment is tensor-valued."^^qudt:LatexString ; + qudt:applicableUnit unit:C-M2 ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T1D0 ; + qudt:plainTextDescription "The Electric Quadrupole Moment is a quantity which describes the effective shape of the ellipsoid of nuclear charge distribution. A non-zero quadrupole moment Q indicates that the charge distribution is not spherically symmetric. By convention, the value of Q is taken to be positive if the ellipsoid is prolate and negative if it is oblate. In general, the electric quadrupole moment is tensor-valued." ; + qudt:symbol "Q" ; + rdfs:comment "Applicable units are those of quantitykind:ElectricQuadrupoleMoment" ; + rdfs:isDefinedBy ; + rdfs:label "Momen kuadrupol elektrik"@ms ; + rdfs:label "electric quadrupole moment"@en ; + rdfs:label "elektrik kuadrupol momenti"@tr ; + rdfs:label "elektrisches Quadrupolmoment"@de ; + rdfs:label "elektryczny moment kwadrupolowy"@pl ; + rdfs:label "moment quadrupolaire électrique"@fr ; + rdfs:label "momento de cuadrupolo eléctrico"@es ; + rdfs:label "momento de quadrupolo elétrico"@pt ; + rdfs:label "momento di quadrupolo elettrico"@it ; + rdfs:label "Электрический квадрупольный момент"@ru ; + rdfs:label "گشتاور چهار قطبی الکتریکی"@fa ; + rdfs:label "四極子"@ja ; + rdfs:label "电四极矩"@zh . + +quantitykind:ElectricSusceptibility + a qudt:QuantityKind ; + 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:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + qudt:expression "$e-susceptibility$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\chi = \\frac{P}{(\\epsilon_0 E)}$, where $P$ is electric polorization, $\\epsilon_0$ is the electric constant, and $E$ is electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\chi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"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:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricSusceptibility" ; + rdfs:isDefinedBy ; + rdfs:label "electric susceptibility"@en ; + rdfs:label "elektrische Suszeptibilität"@de ; + rdfs:label "podatność elektryczna"@pl ; + rdfs:label "susceptibilidad eléctrica"@es ; + rdfs:label "susceptibilidade eléctrica"@pt ; + rdfs:label "susceptibilité électrique"@fr ; + rdfs:label "suscettività elettrica"@it ; + rdfs:label "электрическая восприимчивость"@ru ; + rdfs:label "المتأثرية الكهربائية، سرعة التأثر الكهربائية"@ar ; + rdfs:label "電気感受率"@ja ; + rdfs:seeAlso quantitykind:ElectricFieldStrength ; + rdfs:seeAlso quantitykind:ElectricPolarization ; + skos:altLabel "susceptywność elektryczna"@pl ; + skos:altLabel "диэлектрическая восприимчивость"@ru . + +quantitykind:ElectricalConductance + a qudt:QuantityKind ; + dcterms:description "measure of the capability of a material to conduct electric current, the value of which is defined as the reciprocal of the electrical resistance"@en ; + qudt:applicableUnit unit:PicoS ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD038" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD038"^^xsd:anyURI ; + qudt:plainTextDescription "Maß für die Fähigkeit eines Stoffes, den elektrischen Strom zu leiten, das wertmäßig definiert ist als Kehrwert des elektrischen Widerstandes"@de ; + qudt:siExactMatch si-quantity:ELCO ; + qudt:symbol "0173-1#Z4-BAJ223#002" ; + rdfs:comment "Applicable units are those of quantitykind:ElectricalConductance" ; + rdfs:isDefinedBy ; + rdfs:label "electrical conductance" ; + rdfs:label "electrical conductance"@en-US . + +quantitykind:ElectricalPowerToMassRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:ERG-PER-GM-SEC ; + qudt:applicableUnit unit:GRAY-PER-HR ; + qudt:applicableUnit unit:GRAY-PER-MIN ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MicroGRAY-PER-HR ; + qudt:applicableUnit unit:MicroGRAY-PER-MIN ; + qudt:applicableUnit unit:MicroGRAY-PER-SEC ; + qudt:applicableUnit unit:MicroSV-PER-MIN ; + qudt:applicableUnit unit:MicroSV-PER-SEC ; + qudt:applicableUnit unit:MilliGRAY-PER-HR ; + qudt:applicableUnit unit:MilliGRAY-PER-MIN ; + qudt:applicableUnit unit:MilliGRAY-PER-SEC ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-MIN ; + qudt:applicableUnit unit:MilliSV-PER-SEC ; + qudt:applicableUnit unit:MilliW-PER-MilliGM ; + qudt:applicableUnit unit:NanoGRAY-PER-HR ; + qudt:applicableUnit unit:NanoGRAY-PER-MIN ; + qudt:applicableUnit unit:NanoGRAY-PER-SEC ; + qudt:applicableUnit unit:NanoSV-PER-HR ; + qudt:applicableUnit unit:NanoSV-PER-MIN ; + qudt:applicableUnit unit:NanoSV-PER-SEC ; + qudt:applicableUnit unit:REM-PER-SEC ; + qudt:applicableUnit unit:SV-PER-HR ; + qudt:applicableUnit unit:SV-PER-MIN ; + qudt:applicableUnit unit:SV-PER-SEC ; + qudt:applicableUnit unit:W-PER-GM ; + qudt:applicableUnit unit:W-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:latexSymbol "$\\xi$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:SpecificPower" ; + rdfs:isDefinedBy ; + rdfs:label "Electrical Power To Mass Ratio"@en ; + skos:broader quantitykind:SpecificPower . + +quantitykind:ElectricalResistance + a qudt:QuantityKind ; + dcterms:description "different properties of materials which impede the electrical current in its movement when the free charged particles in these materials are set in motion by electrical fields and/or electrical potentials "@en ; + dcterms:description "unterschiedlich ausgeprägte Eigenschaft von Stoffen, den elektrischen Strom in seiner Bewegung zu hemmen, wenn die freien Ladungsträger in diesen Stoffen durch elektrische Felder und/oder elektrische Potentiale in Bewegung gesetzt werden"@de ; + qudt:applicableUnit unit:NanoOHM ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD045" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD045"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:ELRE ; + qudt:symbol "0173-1#Z4-BAJ215#003" ; + rdfs:comment "Applicable units are those of quantitykind:ElectricalResistance" ; + rdfs:isDefinedBy ; + rdfs:label "electrical resistance"@en-US . + +quantitykind:ElectrolyticConductivity + a qudt:QuantityKind ; + dcterms:description "\"Electrolytic Conductivity\" of an electrolyte solution is a measure of its ability to conduct electricity."^^qudt:LatexString ; + qudt:applicableUnit unit:MicroS-PER-CentiM ; + qudt:applicableUnit unit:S-PER-M ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Conductivity_(electrolytic)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$x = \\frac{J}{E}$, where $J$ is the electrolytic current density and $E$ is the electric field strength."^^qudt:LatexString ; + qudt:plainTextDescription "\"Electrolytic Conductivity\" of an electrolyte solution is a measure of its ability to conduct electricity." ; + qudt:symbol "x" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectrolyticConductivity" ; + rdfs:isDefinedBy ; + rdfs:label "Electrolytic Conductivity"@en . + +quantitykind:ElectromagneticEnergyDensity + a qudt:QuantityKind ; + dcterms:description """ +$\\textit{Electromagnetic Energy Density}$, also known as the $\\color{indigo} {\\text{Volumic Electromagnetic Energy}}$, is the energy associated with an electromagnetic field, per unit volume of the field. + """^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:exactMatch quantitykind:VolumicElectromagneticEnergy ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength."^^qudt:LatexString ; + qudt:symbol "w" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectromagneticEnergyDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Electromagnetic Energy Density"@en ; + rdfs:seeAlso quantitykind:ElectricFieldStrength ; + rdfs:seeAlso quantitykind:ElectricFluxDensity ; + rdfs:seeAlso quantitykind:MagneticFieldStrength ; + rdfs:seeAlso quantitykind:MagneticFluxDensity . + +quantitykind:ElectromagneticPermeability + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Permeability}$ is the degree of magnetization of a material that responds linearly to an applied magnetic field. + In general permeability is a tensor-valued quantity. + The definition given applies to an isotropic medium. + For an anisotropic medium permeability is a second order tensor. + In electromagnetism, permeability is the measure of the ability of a material to support the formation of a magnetic field within itself. + In other words, it is the degree of magnetization that a material obtains in response to an applied magnetic field. + Magnetic permeability is typically represented by the Greek letter $\\mu$. + The term was coined in September, 1885 by Oliver Heaviside. + The reciprocal of magnetic permeability is $\\textit{Magnetic Reluctivity}$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:H-PER-M ; + qudt:applicableUnit unit:H_Stat-PER-CentiM ; + qudt:applicableUnit unit:MicroH-PER-M ; + qudt:applicableUnit unit:NanoH-PER-M ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permeability"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Permeability ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\frac{B}{H}$, where $B$ is magnetic flux density, and $H$ is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectromagneticPermeability" ; + rdfs:isDefinedBy ; + rdfs:label "Permeability"@en ; + rdfs:seeAlso constant:ElectromagneticPermeabilityOfVacuum ; + rdfs:seeAlso constant:MagneticConstant ; + rdfs:seeAlso quantitykind:MagneticFieldStrength ; + rdfs:seeAlso quantitykind:MagneticFluxDensity . + +quantitykind:ElectromagneticPermeabilityRatio + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Electromagnetic Permeability Ratio}$ is the ratio of the electromagnetic permeability of a specific medium to the electromagnetic permeability of free space. + """^^qudt:LatexString ; + qudt:applicableUnit unit:PERMEABILITY_EM_REL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:plainTextDescription "The ratio of the electromagnetic permeability of a specific medium to the electromagnetic permeability of free space." ; + qudt:qkdvDenominator qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectromagneticPermeabilityRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Electromagnetic Permeability Ratio"@en . + +quantitykind:ElectromagneticWavePhaseSpeed + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Electromagnetic Wave Phase Speed}$ is the ratio of angular velocity and wavenumber. + """^^qudt:LatexString ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$c = w/k$ where $w$ is angular velocity and $k$ is angular wavenumber."^^qudt:LatexString ; + qudt:plainTextDescription "\"Electromagnetic Wave Phase Speed\" is the ratio of angular velocity and wavenumber." ; + qudt:symbol "c" ; + rdfs:comment "Applicable units are those of quantitykind:ElectromagneticWavePhaseSpeed" ; + rdfs:isDefinedBy ; + rdfs:label "Electromagnetic Wave Phase Speed"@en . + +quantitykind:ElectromotiveForce + a qudt:QuantityKind ; + dcterms:description """ + In physics, $\\textit{Electromotive Force}$, or most commonly $emf$ (seldom capitalized), or (occasionally) electromotance is that which tends to cause current (actual electrons and ions) to flow. + More formally, $emf$ is the external work expended per unit of charge to produce an electric potential difference across two open-circuited terminals. + $\\textit{Electromotive Force}$ is deprecated in the ISO System of Quantities. + """^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PetaV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electromotive_force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:symbol "E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Daya gerak elektrik"@ms ; + rdfs:label "Elektromotor kuvvet"@tr ; + rdfs:label "Elektromotorické napětí"@cs ; + rdfs:label "electromotive force"@en ; + rdfs:label "elektromotorische Kraft"@de ; + rdfs:label "elektromotorna sila"@sl ; + rdfs:label "force électromotrice"@fr ; + rdfs:label "forza elettromotrice"@it ; + rdfs:label "força eletromotriz"@pt ; + rdfs:label "forță electromotoare"@ro ; + rdfs:label "fuerza electromotriz"@es ; + rdfs:label "siła elektromotoryczna"@pl ; + rdfs:label "электродвижущая сила"@ru ; + rdfs:label "قوة محركة كهربائية"@ar ; + rdfs:label "نیروی محرک الکتریکی"@fa ; + rdfs:label "विद्युतवाहक बल"@hi ; + rdfs:label "起電力"@ja ; + rdfs:label "電動勢"@zh ; + skos:broader quantitykind:EnergyPerElectricCharge . + +quantitykind:ElectronAffinity + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Electron Affinity}$ is the energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor. + The amount of energy released when an electron is added to a neutral atom or molecule to form a negative ion. + """^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electron_affinity"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electron Affinity\" is the energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor. The the amount of energy released when an electron is added to a neutral atom or molecule to form a negative ion." ; + qudt:symbol "χ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Affinity"@en ; + skos:broader quantitykind:Energy . + +quantitykind:ElectronDensity + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Electron Density}$ is the number of electrons per volume in conduction bands. + It is the measure of the probability of an electron being present at a specific location. + """^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electron_density"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electron Density\" is the number of electrons per volume in conduction bands. It is the measure of the probability of an electron being present at a specific location." ; + qudt:symbol "n" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Density"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:ElectronMeanFreePath + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Electron Mean Free Path}$ is the mean free path of electrons. + """^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electron Mean Free Path\" is the mean free path of electrons." ; + qudt:symbol "l_e" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Mean Free Path"@en ; + skos:broader quantitykind:Length . + +quantitykind:ElectronMobility + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM2-PER-V-SEC ; + qudt:applicableUnit unit:M2-PER-V-SEC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T2D0 ; + qudt:iec61360Code "0112/2///62720#UAD119" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD119"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:Mobility" ; + rdfs:isDefinedBy ; + rdfs:label "electron mobility" ; + skos:broader quantitykind:Mobility . + +quantitykind:ElectronRadius + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Electron Radius}$, also known as the Lorentz radius or the Thomson scattering length, is based on a classical (i.e., non-quantum) relativistic model of the electron. + """^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Classical_electron_radius"^^xsd:anyURI ; + qudt:latexDefinition "$r_e = \\frac{e^2}{4\\pi m_e c_0^2}$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, item $m_e$ is the rest mass of electrons, and $c_0$ is the speed of light in vacuum."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Electron Radius\", also known as the Lorentz radius or the Thomson scattering length, is based on a classical (i.e., non-quantum) relativistic model of the electron." ; + qudt:symbol "r_e" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Radius"@en ; + skos:broader quantitykind:Length . + +quantitykind:ElevationRelativeToNAP + a qudt:QuantityKind ; + prov:wasDerivedFrom ; + prov:wasInfluencedBy ; + qudt:applicableUnit unit:M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Height measurement relative to the Normaal Amsterdams Peil (NAP) (en: Amsterdam Ordnance System). Being a form of gravity related height" ; + qudt:symbol "mNAP" ; + rdfs:comment "Applicable units are those of quantitykind:ElevationRelativeToNAP" ; + rdfs:comment "Height measurement relative to the Normaal Amsterdams Peil (NAP) (en: Amsterdam Ordnance System). Being a form of gravity related height" ; + rdfs:isDefinedBy ; + rdfs:label "Elevation relative to NAP"@en ; + rdfs:label "Hoogte ten opzichte van NAP"@nl ; + skos:broader quantitykind:Altitude ; + skos:prefLabel "Elevation relative to NAP"@en ; + skos:prefLabel "Hoogte ten opzichte van NAP"@nl . + +quantitykind:EllipticalOrbitApogeeVelocity + a qudt:QuantityKind ; + dcterms:description "Velocity at apogee for an elliptical orbit velocity"^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Velocity at apogee for an elliptical orbit velocity" ; + qudt:symbol "V_a" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Elliptical Orbit Apogee Velocity"@en ; + skos:broader quantitykind:VehicleVelocity . + +quantitykind:EllipticalOrbitPerigeeVelocity + a qudt:QuantityKind ; + dcterms:description "Velocity at apogee for an elliptical orbit velocity."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Velocity at apogee for an elliptical orbit velocity." ; + qudt:symbol "V_p" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Elliptical Orbit Perigee Velocity"@en ; + skos:broader quantitykind:VehicleVelocity . + +quantitykind:Emissivity + a qudt:QuantityKind ; + dcterms:description "Emissivity of a material (usually written $\\varepsilon$ or e) is the relative ability of its surface to emit energy by radiation."^^qudt:LatexString ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Emissivity"^^xsd:anyURI ; + qudt:latexDefinition "$\\varepsilon = \\frac{M}{M_b}$, where $M$ is the radiant exitance of a thermal radiator and $M_b$ is the radiant exitance of a blackbody at the same temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\varepsilon$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Emissivity" ; + rdfs:isDefinedBy ; + rdfs:label "Emissivity"@en . + +quantitykind:Energy + a qudt:QuantityKind ; + dcterms:description "Energy is the quantity characterizing the ability of a system to do work."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "Energy is the quantity characterizing the ability of a system to do work." ; + qudt:siExactMatch si-quantity:ENGY ; + qudt:symbol "E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energie"@cs ; + rdfs:label "Energie"@de ; + rdfs:label "Tenaga"@ms ; + rdfs:label "energia , munka , hő"@hu ; + rdfs:label "energia"@es ; + rdfs:label "energia"@it ; + rdfs:label "energia"@la ; + rdfs:label "energia"@pl ; + rdfs:label "energia"@pt ; + rdfs:label "energie"@ro ; + rdfs:label "energija"@sl ; + rdfs:label "energy"@en ; + rdfs:label "enerji"@tr ; + rdfs:label "énergie"@fr ; + rdfs:label "Έργο - Ενέργεια"@el ; + rdfs:label "Енергия"@bg ; + rdfs:label "Энергия"@ru ; + rdfs:label "אנרגיה ועבודה"@he ; + rdfs:label "الطاقة"@ar ; + rdfs:label "انرژی"@fa ; + rdfs:label "ऊर्जा"@hi ; + rdfs:label "エネルギー"@ja ; + rdfs:label "能量"@zh ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:Entropy ; + rdfs:seeAlso quantitykind:GibbsEnergy ; + rdfs:seeAlso quantitykind:HelmholtzEnergy ; + rdfs:seeAlso quantitykind:InternalEnergy ; + rdfs:seeAlso quantitykind:Work . + +quantitykind:EnergyContent + a qudt:QuantityKind ; + dcterms:description "saved quantity of energy which can be used physically or chemically"@en ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD046" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD046"^^xsd:anyURI ; + qudt:plainTextDescription "gespeicherte Energiemenge, die physikalisch oder chemisch nutzbar ist"@de ; + qudt:symbol "0173-1#Z4-BAJ319#002" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "energy content" ; + rdfs:label "energy content"@en-US ; + skos:broader quantitykind:Energy . + +quantitykind:EnergyDensity + a qudt:QuantityKind ; + dcterms:description """ + Energy density is defined as energy per unit volume. + The SI unit for energy density is the joule per cubic meter. + """^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT3 ; + qudt:applicableUnit unit:BTU_TH-PER-FT3 ; + qudt:applicableUnit unit:ERG-PER-CentiM3 ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:applicableUnit unit:MegaJ-PER-M3 ; + qudt:applicableUnit unit:W-HR-PER-M3 ; + qudt:baseISOUnitDimensions "$m^{-1} \\cdot kg \\cdot s^{-2}$" ; + qudt:baseImperialUnitDimensions "$ft^{-1} \\cdot lb \\cdot s^{-2}$"^^qudt:LatexString ; + qudt:baseSIUnitDimensions "$m^{-1} \\cdot kg \\cdot s^{-2}$"^^qudt:LatexString ; + qudt:baseUSCustomaryUnitDimensions "$L^{-1} \\cdot M \\cdot T^{-2}$"^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Energy_density"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD047" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD047"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Energy_density"^^xsd:anyURI ; + qudt:plainTextDescription "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter." ; + qudt:siExactMatch si-quantity:ENGD ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EnergyDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Density"@en . + +quantitykind:EnergyDensityOfStates + a qudt:QuantityKind ; + dcterms:description "\"Energy Density of States\" refers to electrons or other entities, e.g. phonons. It quantifies the numnber of states in an infitesimal energy range, per volume, and has dimensionality of inverse energy times inverse volume."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-EV-M3 ; + qudt:applicableUnit unit:PER-J-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-5I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho(E) = n_E(E) = \\frac{dN(E)}{dE}\\frac{1}{V}$, where $N(E)$ is the total number of states with energy less than $E$, and $V$ is the volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Energy Density of States\" refers to electrons or other entities, e.g. phonons. It quantifies the numnber of states in an infitesimal energy range, per volume, and has dimensionality of inverse energy times inverse volume." ; + qudt:symbol "n_E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EnergyDensityOfStates" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Density of States"@en ; + rdfs:seeAlso quantitykind:VibrationalDensityOfStates . + +quantitykind:EnergyExpenditure + a qudt:QuantityKind ; + dcterms:description """Energy expenditure is dependent on a person's sex, metabolic rate, body-mass composition, the thermic effects of food, and activity level. The approximate energy expenditure of a man lying in bed is $1.0\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$. For slow walking (just over two miles per hour), $3.0\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$. For fast steady running (about 10 miles per hour), $16.3\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$. +Females expend about 10 per cent less energy than males of the same size doing a comparable activity. For people weighing the same, individuals with a high percentage of body fat usually expend less energy than lean people, because fat is not as metabolically active as muscle."""^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/acref/acref-9780198631477-e-594"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Energy Expenditure"@en . + +quantitykind:EnergyFluence + a qudt:QuantityKind ; + dcterms:description "\"Energy Fluence\" can be used to describe the energy delivered per unit area"^^qudt:LatexString ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Psi = \\frac{dR}{dA}$, where $dR$ describes the sum of radiant energies, exclusive of rest energy, of all particles incident on a small spherical domain, and $dA$ describes the cross-sectional area of that domain."^^qudt:LatexString ; + qudt:latexSymbol "$\\Psi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Energy Fluence\" can be used to describe the energy delivered per unit area" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EnergyFluence" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Fluence"@en . + +quantitykind:EnergyFluenceRate + a qudt:QuantityKind ; + dcterms:description "\"Energy Fluence Rate\" can be used to describe the energy fluence delivered per unit time."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + qudt:latexDefinition "$\\Psi = \\frac{d\\Psi}{dt}$, where $d\\Psi$ is the increment of the energy fluence during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Energy Fluence Rate\" can be used to describe the energy fluence delivered per unit time." ; + qudt:symbol "Ψ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Fluence Rate"@en ; + skos:broader quantitykind:PowerPerArea . + +quantitykind:EnergyImparted + a qudt:QuantityKind ; + dcterms:description "The \"Energy Imparted\", is a physical quantity associated with the energy delivered to a particular volume of matter by all the directly and indirectly ionizing particles (i.e. charged and uncharged) entering that volume."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; + qudt:latexDefinition "For ionizing radiation in the matter in a given 3D domain, $\\varepsilon = \\sum_i \\varepsilon_i$, where the energy deposit, $\\varepsilon_i$ is the energy deposited in a single interaction $i$, and is given by $\\varepsilon_i = \\varepsilon_{in} - \\varepsilon_{out} + Q$, where $\\varepsilon_{in}$ is the energy of the incident ionizing particle, excluding rest energy, $\\varepsilon_{out}$ is the sum of the energies of all ionizing particles leaving the interaction, excluding rest energy, and $Q$ is the change in the rest energies of the nucleus and of all particles involved in the interaction."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Energy Imparted\", is a physical quantity associated with the energy delivered to a particular volume of matter by all the directly and indirectly ionizing particles (i.e. charged and uncharged) entering that volume." ; + qudt:symbol "ε" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Imparted"@en ; + skos:broader quantitykind:Energy . + +quantitykind:EnergyInternal + a qudt:QuantityKind ; + 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 ; + dcterms:isReplacedBy quantitykind:InternalEnergy ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:exactMatch quantitykind:InternalEnergy ; + qudt:exactMatch quantitykind:ThermodynamicEnergy ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Internal_energy"^^xsd:anyURI ; + qudt:symbol "U" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Notranja energija"@sl ; + rdfs:label "Tenaga dalaman"@ms ; + rdfs:label "energia interna"@it ; + rdfs:label "energia interna"@pt ; + rdfs:label "energia wewnętrzna"@pl ; + rdfs:label "energie internă"@ro ; + rdfs:label "energía interna"@es ; + rdfs:label "innere Energie"@de ; + rdfs:label "internal energy"@en ; + rdfs:label "vnitřní energie"@cs ; + rdfs:label "énergie interne"@fr ; + rdfs:label "İç enerji"@tr ; + rdfs:label "внутренняя энергия"@ru ; + rdfs:label "انرژی درونی"@fa ; + rdfs:label "طاقة داخلية"@ar ; + rdfs:label "आन्तरिक ऊर्जा"@hi ; + rdfs:label "内能"@zh ; + rdfs:label "内部エネルギー"@ja ; + skos:altLabel "energia termodinamica"@it ; + skos:altLabel "tenaga termodinamik"@ms ; + skos:altLabel "thermodynamic energy"@en ; + skos:altLabel "thermodynamische Energie"@de ; + skos:altLabel "énergie thermodynamique"@fr ; + skos:broader quantitykind:Energy . + +quantitykind:EnergyKinetic + a qudt:QuantityKind ; + 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 ; + dcterms:isReplacedBy quantitykind:KineticEnergy ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ; + qudt:plainTextDescription "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:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energie cinetică"@ro ; + rdfs:label "Kinetik enerji"@tr ; + rdfs:label "Tenaga kinetik"@ms ; + rdfs:label "energia cinetica"@it ; + rdfs:label "energia cinética"@pt ; + rdfs:label "energia kinetyczna"@pl ; + rdfs:label "energía cinética"@es ; + rdfs:label "kinetic energy"@en ; + rdfs:label "kinetická energie"@cs ; + rdfs:label "kinetische Energie"@de ; + rdfs:label "énergie cinétique"@fr ; + rdfs:label "кинетическая энергия"@ru ; + rdfs:label "انرژی جنبشی"@fa ; + rdfs:label "طاقة حركية"@ar ; + rdfs:label "गतिज ऊर्जा"@hi ; + rdfs:label "动能"@zh ; + rdfs:label "運動エネルギー"@ja ; + skos:broader quantitykind:Energy . + +quantitykind:EnergyLevel + a qudt:QuantityKind ; + dcterms:description "\"Energy Level\" is the ionization energy for an electron at the Fermi energy in the interior of a substance."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Energy Level\" is the ionization energy for an electron at the Fermi energy in the interior of a substance." ; + qudt:symbol "E" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Level"@en ; + skos:broader quantitykind:Energy . + +quantitykind:EnergyPerArea + a qudt:QuantityKind ; + dcterms:description "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2 ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2 ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:ERG-PER-CentiM2 ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2 ; + qudt:applicableUnit unit:FT-LB_F-PER-M2 ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:J-PER-CentiM2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:KiloBTU_IT-PER-FT2 ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-SEC2 ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloW-HR-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:MegaJ-PER-M2 ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:W-HR-PER-M2 ; + qudt:applicableUnit unit:W-SEC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:informativeReference "http://www.calculator.org/property.aspx?name=energy%20per%20unit%20area"^^xsd:anyURI ; + qudt:plainTextDescription "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.." ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Energy per Area"@en . + +quantitykind:EnergyPerAreaElectricCharge + a qudt:QuantityKind ; + dcterms:description "\"Energy Per Area Electric Charge\" is the amount of electric energy associated with a unit of area."^^qudt:LatexString ; + qudt:applicableUnit unit:V-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-3D0 ; + qudt:plainTextDescription "\"Energy Per Area Electric Charge\" is the amount of electric energy associated with a unit of area." ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerAreaElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Per Area Electric Charge"@en . + +quantitykind:EnergyPerElectricCharge + a qudt:QuantityKind ; + dcterms:description "Voltage is a representation of the electric potential energy per unit charge. If a unit of electrical charge were placed in a location, the voltage indicates the potential energy of it at that point. In other words, it is a measurement of the energy contained within an electric field, or an electric circuit, at a given point. Voltage is a scalar quantity. The SI unit of voltage is the volt, such that $1 volt = 1 joule/coulomb$."^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PetaV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:exactMatch quantitykind:ElectricPotential ; + qudt:exactMatch quantitykind:ElectricPotentialDifference ; + qudt:exactMatch quantitykind:Voltage ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://physics.about.com/od/glossary/g/voltage.htm"^^xsd:anyURI ; + qudt:symbol "V" ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Energy per electric charge"@en . + +quantitykind:EnergyPerMagneticFluxDensity_Squared + a qudt:QuantityKind ; + dcterms:description "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:EnergyPerSquareMagneticFluxDensity ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E2L2I0M-1H0T2D0 ; + qudt:plainTextDescription "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density." ; + rdfs:isDefinedBy ; + rdfs:label "Energy Per Square Magnetic Flux Density"@en . + +quantitykind:EnergyPerMassAmountOfSubstance + a qudt:QuantityKind ; + qudt:applicableUnit unit:BTU_IT-PER-MOL_LB ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerMassAmountOfSubstance" ; + rdfs:isDefinedBy ; + rdfs:label "Energy and work per mass amount of substance"@en . + +quantitykind:EnergyPerSquareMagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-T2 ; + qudt:hasDimensionVector qkdv:A0E2L2I0M-1H0T2D0 ; + qudt:plainTextDescription "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density." ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerSquareMagneticFluxDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Energy Per Square Magnetic Flux Density"@en . + +quantitykind:EnergyPerTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloJ-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Energy per temperature"@en . + +quantitykind:Energy_Squared + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:SquareEnergy ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L4I0M2H0T-4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Square Energy"@en . + +quantitykind:Enthalpy + a qudt:QuantityKind ; + 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:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Enthalpy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:latexDefinition "$H = U + pV$, where $U$ is internal energy, $p$ is pressure and $V$ is volume."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:symbol "H" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Entalpi"@ms ; + rdfs:label "Entalpi"@tr ; + rdfs:label "Entalpie"@ro ; + rdfs:label "Enthalpie"@de ; + rdfs:label "entalpia"@it ; + rdfs:label "entalpia"@pl ; + rdfs:label "entalpia"@pt ; + rdfs:label "entalpie"@cs ; + rdfs:label "entalpija"@sl ; + rdfs:label "entalpía"@es ; + rdfs:label "enthalpie"@fr ; + rdfs:label "enthalpy"@en ; + rdfs:label "энтальпия"@ru ; + rdfs:label "آنتالپی"@fa ; + rdfs:label "محتوى حراري"@ar ; + rdfs:label "पूर्ण ऊष्मा"@hi ; + rdfs:label "エンタルピー"@ja ; + rdfs:label "焓"@zh ; + rdfs:seeAlso quantitykind:InternalEnergy ; + skos:broader quantitykind:Energy . + +quantitykind:Entropy + a qudt:QuantityKind ; + 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:applicableUnit unit:J-PER-K ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:symbol "S" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Entropy" ; + rdfs:isDefinedBy ; + rdfs:label "Entropi"@ms ; + rdfs:label "Entropie"@de ; + rdfs:label "entropi"@tr ; + rdfs:label "entropia"@it ; + rdfs:label "entropia"@pl ; + rdfs:label "entropia"@pt ; + rdfs:label "entropie"@cs ; + rdfs:label "entropie"@fr ; + rdfs:label "entropie"@ro ; + rdfs:label "entropija"@sl ; + rdfs:label "entropy"@en ; + rdfs:label "entropía"@es ; + rdfs:label "Энтропия"@ru ; + rdfs:label "آنتروپی"@fa ; + rdfs:label "إنتروبيا"@ar ; + rdfs:label "एन्ट्रॉपी"@hi ; + rdfs:label "エントロピー"@ja ; + rdfs:label "熵"@zh . + +quantitykind:EquilibriumConstant + a qudt:QuantityKind ; + dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$K^\\Theta = \\Pi_B(\\lambda_B^\\Theta)^{-\\nu_B}$, where $\\Pi_B$ denotes the product for all substances $B$, $\\lambda_B^\\Theta$ is the standard absolute activity of substance $B$, and $\\nu_B$ is the stoichiometric number of the substance $B$."^^qudt:LatexString ; + qudt:latexSymbol "$K^\\Theta$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EquilibriumConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Equilibrium Constant"@en ; + rdfs:seeAlso quantitykind:EquilibriumConstantOnConcentrationBasis ; + rdfs:seeAlso quantitykind:EquilibriumConstantOnPressureBasis . + +quantitykind:EquilibriumConstantBasedOnConcentration + a qudt:QuantityKind ; + dcterms:description "Kc = ΠB(cB)νB for solutions"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "Kc = ΠB(cB)νB für Lösungen"@de ; + qudt:symbol "0173-1#Z4-BAJ458#001" ; + rdfs:isDefinedBy ; + rdfs:label "equilibrium constant based on concentration"@en-US . + +quantitykind:EquilibriumConstantBasedOnPressure + a qudt:QuantityKind ; + dcterms:description "Kp = ΠB(pB)νB for gases"@en ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "Kp = ΠB(pB)νB für Gase"@de ; + qudt:symbol "0173-1#Z4-BAJ459#001" ; + rdfs:isDefinedBy ; + rdfs:label "equilibrium constant based on pressure"@en-US . + +quantitykind:EquilibriumConstantOnConcentrationBasis + a qudt:QuantityKind ; + dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD048" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD048"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$K_c = \\Pi_B(c_B)^{-\\nu_B}$, for solutions"^^qudt:LatexString ; + qudt:latexSymbol "$K_c$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit." ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EquilibriumConstant" ; + rdfs:comment "The unit is unit:MOL-PER-M3 raised to the N where N is the summation of stoichiometric numbers. I don't know what to do with this." ; + rdfs:isDefinedBy ; + rdfs:label "Equilibrium Constant on Concentration Basis"@en ; + skos:broader quantitykind:EquilibriumConstant . + +quantitykind:EquilibriumConstantOnPressureBasis + a qudt:QuantityKind ; + dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD049" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD049"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$K_p = \\Pi_B(p_B)^{-\\nu_B}$, for gases"^^qudt:LatexString ; + qudt:latexSymbol "$K_p$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit." ; + qudt:qkdvDenominator qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EquilibriumConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Equilibrium Constant on Pressure Basis"@en ; + skos:broader quantitykind:EquilibriumConstant . + +quantitykind:EquilibriumPositionVectorOfIon + a qudt:QuantityKind ; + dcterms:description "\"Equilibrium Position Vector of Ion\" is the position vector of a particle in equilibrium."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Equilibrium Position Vector of Ion\" is the position vector of a particle in equilibrium." ; + qudt:symbol "R_0" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Equilibrium Position Vector of Ion"@en ; + skos:broader quantitykind:Length . + +quantitykind:EquivalenceDoseOutput + a qudt:QuantityKind ; + dcterms:description "ratio of equivalence dose within an appropriately small interval to this interval, calculated as the differential quotient: q • D = q • ∂D/∂t as a measure of the current radiation exposure"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:plainTextDescription "Quotient aus der Äquivalenzdosis in einer angemessenen kleinen Zeitspanne und dieser Zeitspanne, berechenbar als Differentialquotient: q • D = q • ∂D/∂t als Maß für die aktuelle Strahlenbelastung"@de ; + qudt:symbol "0173-1#Z4-BAJ450#001" ; + rdfs:isDefinedBy ; + rdfs:label "equivalence dose output"@en-US . + +quantitykind:EquivalentAbsorptionArea + a qudt:QuantityKind ; + dcterms:description "In a diffuse sound field, the Equivalent Absorption Area is that area of a surface having an absorption factor equal to 1, which, if diffraction effects are neglected, would, in the same diffuse sound field, absorb the same power."^^qudt:LatexString ; + qudt:abbreviation "m2" ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://www.acoustic-glossary.co.uk/sound-absorption.htm#:~:text=Equivalent%20Sound%20Absorption%20Area%20(A,reverberation%20time%20in%20a%20room."^^xsd:anyURI ; + qudt:plainTextDescription "In a diffuse sound field, the Equivalent Absorption Area is that area of a surface having an absorption factor equal to 1, which, if diffraction effects are neglected, would, in the same diffuse sound field, absorb the same power." ; + qudt:symbol "A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Equivalent absorption area"@en ; + skos:broader quantitykind:Area ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:EquivalentConcentration + a qudt:QuantityKind ; + dcterms:description """"Equivalent Concentration" is the amount of a substance that reacts with (or is equivalent to) an arbitrary amount (typically one mole) of +another substance in a given chemical reaction, per volume."""^^rdf:HTML ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Equivalent_(chemistry)"^^xsd:anyURI ; + qudt:plainTextDescription "The amount of a substance that reacts with (or is equivalent to) an arbitrary amount (typically one mole) of another substance in a given chemical reaction, per volume." ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Equivalent Concentration"@en ; + skos:broader quantitykind:Concentration . + +quantitykind:EquivalentDensity + a qudt:QuantityKind ; + dcterms:description """"Equivalent Density" is the mass of a substance that reacts with (or is equivalent to) an arbitrary mass of +another substance in a given chemical reaction, per volume."""^^rdf:HTML ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_IMP ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL_IMP ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL_IMP ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Density" ; + rdfs:isDefinedBy ; + rdfs:label "Equivalent Density"@en ; + skos:broader quantitykind:Density . + +quantitykind:Equivalent_Mass + a qudt:QuantityKind ; + dcterms:description """"Mass Equivalent" is the mass of a substance that reacts with (or is equivalent to) an arbitrary mass of +another substance in a given chemical reaction."""^^rdf:HTML ; + dcterms:isReplacedBy quantitykind:MassEquivalent ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Equivalent" ; + skos:broader quantitykind:Mass . + +quantitykind:Equivalent_Molar + a qudt:QuantityKind ; + dcterms:description """"Molar Equivalent" is the amount of a substance that reacts with (or is equivalent to) an arbitrary amount (typically one mole) of +another substance in a given chemical reaction."""^^rdf:HTML ; + dcterms:isReplacedBy quantitykind:MolarEquivalent ; + qudt:applicableUnit unit:CentiMOL ; + qudt:applicableUnit unit:FemtoMOL ; + qudt:applicableUnit unit:IU ; + qudt:applicableUnit unit:KiloMOL ; + qudt:applicableUnit unit:MOL ; + qudt:applicableUnit unit:MOL_LB ; + qudt:applicableUnit unit:MicroMOL ; + qudt:applicableUnit unit:MilliMOL ; + qudt:applicableUnit unit:MilliOSM ; + qudt:applicableUnit unit:NCM ; + qudt:applicableUnit unit:NCM_1ATM_0DEG_C_NL ; + qudt:applicableUnit unit:NanoMOL ; + qudt:applicableUnit unit:OSM ; + qudt:applicableUnit unit:PicoMOL ; + qudt:applicableUnit unit:SCF ; + qudt:applicableUnit unit:SCM ; + qudt:applicableUnit unit:SCM_1ATM_0DEG_C ; + qudt:applicableUnit unit:SCM_1ATM_15DEG_C_ISO ; + qudt:applicableUnit unit:SCM_1ATM_15DEG_C_NL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Equivalent_(chemistry)"^^xsd:anyURI ; + qudt:symbol "equiv" ; + rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstance" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Equivalent"@en ; + skos:broader quantitykind:AmountOfSubstance . + +quantitykind:EvaporativeHeatTransfer + a qudt:QuantityKind ; + dcterms:description "\"Evaporative Heat Transfer\" is "^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi_e$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Evaporative Heat Transfer\" is " ; + rdfs:isDefinedBy ; + rdfs:label "Evaporative Heat Transfer"@en . + +quantitykind:EvaporativeHeatTransferCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Evaporative Heat Transfer Coefficient\" is the areic heat transfer coefficient multiplied by the water vapour pressure difference between skind and the environment, and by the exchange area."^^qudt:LatexString ; + qudt:applicableUnit unit:W-PER-M2-PA ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Evaporative Heat Transfer Coefficient\" is the areic heat transfer coefficient multiplied by the water vapour pressure difference between skind and the environment, and by the exchange area." ; + qudt:symbol "h_e" ; + rdfs:comment "Applicable units are those of quantitykind:EvaporativeHeatTransferCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en . + +quantitykind:ExchangeIntegral + a qudt:QuantityKind ; + dcterms:description "\"Exchange Integral\" is the constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions."^^qudt:LatexString ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Exchange_interaction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Exchange Integral\" is the constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions." ; + qudt:symbol "K" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ExchangeIntegral" ; + rdfs:isDefinedBy ; + rdfs:label "Exchange Integral"@en . + +quantitykind:ExhaustGasMeanMolecularWeight + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Exhaust Gas Mean Molecular Weight"@en . + +quantitykind:ExhaustGasesSpecificHeat + a qudt:QuantityKind ; + dcterms:description "Specific heat of exhaust gases at constant pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_IT-PER-GM-K ; + qudt:applicableUnit unit:CAL_TH-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-GM-K ; + qudt:applicableUnit unit:J-PER-GM-DEG_C ; + qudt:applicableUnit unit:J-PER-GM-K ; + qudt:applicableUnit unit:J-PER-KiloGM-DEG_C ; + qudt:applicableUnit unit:J-PER-KiloGM-K ; + qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM-K ; + qudt:applicableUnit unit:M2-PER-SEC2-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:plainTextDescription "Specific heat of exhaust gases at constant pressure." ; + qudt:symbol "c_p" ; + rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacity" ; + rdfs:isDefinedBy ; + rdfs:label "Exhaust Gases Specific Heat"@en ; + skos:broader quantitykind:SpecificHeatCapacity . + +quantitykind:ExhaustStreamPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_H2O ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:TeraW-HR-PER-YR ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:Power" ; + rdfs:isDefinedBy ; + rdfs:label "Exhaust Stream Power"@en ; + skos:broader quantitykind:Power . + +quantitykind:ExitPlaneCrossSectionalArea + a qudt:QuantityKind ; + dcterms:description "Cross-sectional area at exit plane of nozzle"^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:plainTextDescription "Cross-sectional area at exit plane of nozzle" ; + qudt:symbol "A_{e}" ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Exit Plane Cross-sectional Area"@en ; + skos:broader quantitykind:Area . + +quantitykind:ExitPlanePressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "p_{e}" ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Exit Plane Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:ExitPlaneTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:symbol "T_e" ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Exit Plane Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:ExpansionRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:M-PER-DEG_C-M ; + qudt:applicableUnit unit:MilliM-PER-DEG_C-M ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PPM-PER-K ; + qudt:applicableUnit unit:PPTM-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:ExpansionRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Expansion Ratio"@en . + +quantitykind:Exposure + a qudt:QuantityKind ; + dcterms:description "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-KiloGM ; + qudt:applicableUnit unit:A-M2-PER-J-SEC ; + qudt:applicableUnit unit:C-PER-KiloGM ; + qudt:applicableUnit unit:HZ-PER-T ; + qudt:applicableUnit unit:KiloR ; + qudt:applicableUnit unit:MegaHZ-PER-T ; + qudt:applicableUnit unit:MilliC-PER-KiloGM ; + qudt:applicableUnit unit:MilliR ; + qudt:applicableUnit unit:PER-T-SEC ; + qudt:applicableUnit unit:R ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Exposure"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:informativeReference "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Exposure_%28photography%29"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "For X-or gamma radiation, $X = \\frac{dQ}{dm}$, where $dQ$ is the absolute value of the mean total electric charge of the ions of the same sign produced in dry air when all the electrons and positrons liberated or created by photons in an element of air are completely stopped in air, and $dm$ is the mass of that element."^^qudt:LatexString ; + qudt:plainTextDescription "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region." ; + qudt:siExactMatch si-quantity:XPOS ; + qudt:symbol "X" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerMass" ; + rdfs:isDefinedBy ; + rdfs:label "Exposure"@en ; + skos:broader quantitykind:ElectricChargePerMass . + +quantitykind:ExposureOfIonizingRadiation + a qudt:QuantityKind ; + dcterms:description "measure of an electromagnetic radiation field to which a material is exposed in terms of ionization, which the radiation produces as reference material air, expressed as ratio of ∂Q and ∂m, where ∂Q is the absolute value of the total charge of the ions of one sign produced in the air of mass ∂m when all of the electrons (and positrons) liberated by photons in this mass element are completely stopped"@en ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:plainTextDescription "Maß für die Wirkung eines elektromagnetischen Feldes auf Materie in Form der Ionisation, die die Strahlung im Referenzmaterial Luft erzeugt, ausgedrückt als Quotient aus ∂Q und ∂m, wobei ∂Q der Absolutwert der gesamten elektrischen Ladung der Ionen eines Vorzeichens ist, die in Luft der Masse ∂m gebildet wird, wenn in diesem Massenelement alle Elektronen (und Positronen), die durch die Photonen freigesetzt werden, komplett gestoppt werden"@de ; + qudt:symbol "0173-1#Z4-BAJ326#002" ; + rdfs:isDefinedBy ; + rdfs:label "exposure of ionizing radiation"@en-US . + +quantitykind:ExposureRate + a qudt:QuantityKind ; + dcterms:description "\"Exposure Rate\" expresses the rate of charge production per unit mass of air and is commonly expressed in roentgens per hour (R/h) or milliroentgens per hour (mR/h)."^^qudt:LatexString ; + qudt:applicableUnit unit:C-PER-KiloGM-SEC ; + qudt:applicableUnit unit:R-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD050" ; + qudt:informativeReference "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD050"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\dot{X} = \\frac{dX}{dt}$, where $X$ is the increment of exposure during time interval with duration $t$."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{X}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Exposure Rate\" expresses the rate of charge production per unit mass of air and is commonly expressed in roentgens per hour (R/h) or milliroentgens per hour (mR/h)." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ExposureRate" ; + rdfs:isDefinedBy ; + rdfs:label "Exposure Rate"@en . + +quantitykind:ExposureRateOfIonizingRadiation + a qudt:QuantityKind ; + dcterms:description "ratio between the exposure of ionizing radiation dJ in a time interval and the duration dt of this interval"@en ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:plainTextDescription "Quotient Ionendosis dJ in einem Zeitintervall durch Dauer dt dieses Zeitintervalls"@de ; + qudt:symbol "0173-1#Z4-BAJ327#002" ; + rdfs:isDefinedBy ; + rdfs:label "exposure rate of ionizing radiation"@en-US . + +quantitykind:ExtentOfReaction + a qudt:QuantityKind ; + dcterms:description "In physical chemistry, the \"Extent of Reaction\" is a quantity that measures the extent in which the reaction proceeds."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL ; + qudt:applicableUnit unit:FemtoMOL ; + qudt:applicableUnit unit:MOL ; + qudt:applicableUnit unit:NanoMOL ; + qudt:applicableUnit unit:PicoMOL ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Extent_of_reaction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$dn_B = \\nu_B d\\xi$, where $n_B$ is the amount of substance $B$ and $\\nu_B$ is the stoichiometric number of substance $B$."^^qudt:LatexString ; + qudt:latexSymbol "$\\xi$"^^qudt:LatexString ; + qudt:plainTextDescription "In physical chemistry, the \"Extent of Reaction\" is a quantity that measures the extent in which the reaction proceeds." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ExtentOfReaction" ; + rdfs:isDefinedBy ; + rdfs:label "Extent of Reaction"@en . + +quantitykind:FLIGHT-PERFORMANCE-RESERVE-PROPELLANT-MASS + a qudt:QuantityKind ; + dcterms:description "A quantity of propellant, at a nominal mixture ratio, along with fuel bias that is set aside from total propellant loaded to cover for statistical variations of flight hardware characteristics and environment conditions on the day of launch. The launch vehicle is designed to accommodate the maximum FPR loading."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "A quantity of propellant, at a nominal mixture ratio, along with fuel bias that is set aside from total propellant loaded to cover for statistical variations of flight hardware characteristics and environment conditions on the day of launch. The launch vehicle is designed to accommodate the maximum FPR loading." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Flight Performance Reserve Propellant Mass"@en ; + skos:altLabel "FPR" ; + skos:broader quantitykind:Mass . + +quantitykind:FUEL-BIAS + a qudt:QuantityKind ; + dcterms:description "An additional quantity of fuel to ensure depletion of high-weight oxidizer before fuel for systems with high-oxidizer mixing ratios (e.g., 6:1). This practice allows for more efficient propellant utilization. Denoted as a percentage."^^qudt:LatexString ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "An additional quantity of fuel to ensure depletion of high-weight oxidizer before fuel for systems with high-oxidizer mixing ratios (e.g., 6:1). This practice allows for more efficient propellant utilization. Denoted as a percentage." ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Fuel Bias"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:FahrenheitTemperature + a qudt:QuantityKind ; + dcterms:description "quantity whose zero point is defined by the temperature of a mixture of ice, water and ammonium chloride (-17.8 °C) and its fixed points on the Fahrenheit scale are 32 °F (melting point of ice) and 212 °F (boiling point of water)"@en ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD263" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD263"^^xsd:anyURI ; + qudt:plainTextDescription "Größe, deren Nullpunkt durch die Mischungstemperatur von Eis, Wasser und Salmiak (Ammoniumchlorid) definiert ist (-17,8 °C) und deren Fixpunkte auf der Fahrenheit-Skala 32 °F (Schmelztemperatur von Eis) und 212 °F (Siedetemperatur des Wassers) sind"@de ; + qudt:symbol "0173-1#Z4-BAJ278#002" ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Fahrenheit temperature" ; + rdfs:label "Fahrenheit temperature"@en-US ; + skos:broader quantitykind:Temperature . + +quantitykind:FailureRate + a qudt:QuantityKind ; + dcterms:description "limiting value - if it exists - of the ratio between the conditional probability that the fault time t of a resource will fall within a defined interval (t, t + Δt), and the duration of this interval if Δt approaches zero and the unit is in an operational state at the beginning of the interval"@en ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD051" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD051"^^xsd:anyURI ; + qudt:plainTextDescription "Grenzwert - falls er existiert - des Quotienten aus der bedingten Wahrscheinlichkeit, dass der Ausfallzeitpunkt t eines Betriebsmittels in ein gegebenes Zeitintervall (t, t + Δt) fällt, und der Dauer dieses Zeitintervalls, wenn Δt gegen null geht und das Betriebsmittel sich zu Beginn des Zeitintervalls im betriebsfähigen Zustand befindet"@de ; + qudt:symbol "0173-1#Z4-BAJ466#003" ; + rdfs:comment "Applicable units are those of quantitykind:Incidence" ; + rdfs:isDefinedBy ; + rdfs:label "failure rate" ; + rdfs:label "failure rate"@en-US ; + skos:broader quantitykind:Incidence . + +quantitykind:FastFissionFactor + a qudt:QuantityKind ; + dcterms:description "\"Fast Fission Factor\" in an infinite medium, is the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Fast Fission Factor\" in an infinite medium, is the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:FastFissionFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Fast Fission Factor"@en . + +quantitykind:FermiAngularWavenumber + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG-PER-M ; + qudt:applicableUnit unit:RAD-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heavy_fermion"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "k_F" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:FermiAngularWavenumber" ; + rdfs:isDefinedBy ; + rdfs:label "Fermi Angular Wavenumber"@en ; + skos:broader quantitykind:InverseLength . + +quantitykind:FermiEnergy + a qudt:QuantityKind ; + dcterms:description "\"Fermi Energy\" in a metal is the highest occupied energy level at zero thermodynamic temperature."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Fermi Energy\" in a metal is the highest occupied energy level at zero thermodynamic temperature." ; + qudt:symbol "E_F" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Fermi Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:FermiTemperature + a qudt:QuantityKind ; + dcterms:description "\"Fermi Temperature\" is the temperature associated with the Fermi energy."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$T_F = \\frac{E_F}{k}$, where $E_F$ is the Fermi energy and $k$ is the Boltzmann constant."^^qudt:LatexString ; + qudt:plainTextDescription "\"Fermi Temperature\" is the temperature associated with the Fermi energy." ; + qudt:symbol "T_F" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Fermi Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:FinalOrCurrentVehicleMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Final Or Current Vehicle Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:FirstMomentOfArea + a qudt:QuantityKind ; + dcterms:description "The first moment of area is the summation of area times distance to an axis. It is a measure of the distribution of the area of a shape in relationship to an axis."^^qudt:LatexString ; + qudt:applicableUnit unit:AC-FT ; + qudt:applicableUnit unit:AC-FT_US ; + qudt:applicableUnit unit:ANGSTROM3 ; + qudt:applicableUnit unit:BBL ; + qudt:applicableUnit unit:BBL_UK_PET ; + qudt:applicableUnit unit:BU_US_DRY ; + qudt:applicableUnit unit:CentiM3 ; + qudt:applicableUnit unit:DecaL ; + qudt:applicableUnit unit:DecaM3 ; + qudt:applicableUnit unit:DeciL ; + qudt:applicableUnit unit:DeciM3 ; + qudt:applicableUnit unit:FBM ; + qudt:applicableUnit unit:FT3 ; + qudt:applicableUnit unit:FemtoL ; + qudt:applicableUnit unit:GI_UK ; + qudt:applicableUnit unit:GI_US ; + qudt:applicableUnit unit:HectoL ; + qudt:applicableUnit unit:IN3 ; + qudt:applicableUnit unit:KiloCubicFT ; + qudt:applicableUnit unit:KiloL ; + qudt:applicableUnit unit:L ; + qudt:applicableUnit unit:M3 ; + qudt:applicableUnit unit:MI3 ; + qudt:applicableUnit unit:MI_UK3 ; + qudt:applicableUnit unit:MegaL ; + qudt:applicableUnit unit:MicroL ; + qudt:applicableUnit unit:MicroM3 ; + qudt:applicableUnit unit:MilliL ; + qudt:applicableUnit unit:MilliM3 ; + qudt:applicableUnit unit:NanoL ; + qudt:applicableUnit unit:OZ_VOL_UK ; + qudt:applicableUnit unit:PINT ; + qudt:applicableUnit unit:PINT_UK ; + qudt:applicableUnit unit:PK_UK ; + qudt:applicableUnit unit:PicoL ; + qudt:applicableUnit unit:PlanckVolume ; + qudt:applicableUnit unit:QT_UK ; + qudt:applicableUnit unit:QT_US ; + qudt:applicableUnit unit:STANDARD ; + qudt:applicableUnit unit:STR ; + qudt:applicableUnit unit:TBSP ; + qudt:applicableUnit unit:TON_SHIPPING_UK ; + qudt:applicableUnit unit:TON_SHIPPING_US ; + qudt:applicableUnit unit:TSP ; + qudt:applicableUnit unit:YD3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:plainTextDescription "The first moment of area is the summation of area times distance to an axis. It is a measure of the distribution of the area of a shape in relationship to an axis." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Volume" ; + rdfs:isDefinedBy ; + rdfs:label "First Moment of Area"@en ; + skos:broader quantitykind:Volume . + +quantitykind:FirstStageMassRatio + a qudt:QuantityKind ; + dcterms:description "Mass ratio for the first stage of a multistage launcher."^^qudt:LatexString ; + qudt:applicableUnit unit:FemtoGM-PER-KiloGM ; + qudt:applicableUnit unit:GM-PER-GM ; + qudt:applicableUnit unit:GM-PER-HectoGM ; + qudt:applicableUnit unit:GM-PER-KiloGM ; + qudt:applicableUnit unit:KiloGM-PER-KiloGM ; + qudt:applicableUnit unit:LB-PER-LB ; + qudt:applicableUnit unit:MicroGM-PER-GM ; + qudt:applicableUnit unit:MicroGM-PER-KiloGM ; + qudt:applicableUnit unit:MicroGM-PER-MilliGM ; + qudt:applicableUnit unit:MilliGM-PER-GM ; + qudt:applicableUnit unit:MilliGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-MilliGM ; + qudt:applicableUnit unit:PicoGM-PER-GM ; + qudt:applicableUnit unit:PicoGM-PER-KiloGM ; + qudt:applicableUnit unit:PicoGM-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Mass ratio for the first stage of a multistage launcher." ; + qudt:symbol "R_1" ; + rdfs:comment "Applicable units are those of quantitykind:MassRatio" ; + rdfs:isDefinedBy ; + rdfs:label "First Stage Mass Ratio"@en ; + skos:broader quantitykind:MassRatio . + +quantitykind:FishBiotransformationHalfLife + a qudt:QuantityKind ; + dcterms:description "A time that quantifies how long its takes to transform 50% of a substance's total concentration from any concentration point in time in fish via whole body metabolic reactions."^^qudt:LatexString ; + qudt:applicableUnit unit:DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "A time that quantifies how long its takes to transform 50% of a substance's total concentration from any concentration point in time in fish via whole body metabolic reactions." ; + rdfs:comment "Applicable units are those of quantitykind:FishBiotransformationHalfLife" ; + rdfs:isDefinedBy ; + rdfs:label "Fish Biotransformation Half Life"@en ; + skos:broader quantitykind:Time . + +quantitykind:FissionCoreRadiusToHeightRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:symbol "R/H" ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Fission Core Radius To Height Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:FissionFuelUtilizationFactor + a qudt:QuantityKind ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Fission Fuel Utilization Factor"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:FissionMultiplicationFactor + a qudt:QuantityKind ; + dcterms:description "The number of fission neutrons produced per absorption in the fuel."^^qudt:LatexString ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The number of fission neutrons produced per absorption in the fuel." ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Fission Multiplication Factor"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:FlashPoint + a qudt:QuantityKind ; + dcterms:description "A temperature that is the lowest one at which the vapours of a volatile material will ignite if exposed to an ignition source. It is frequently used to characterize fire hazards and distinguish different flammable fuels."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:plainTextDescription "A temperature that is the lowest one at which the vapours of a volatile material will ignite if exposed to an ignition source. It is frequently used to characterize fire hazards and distinguish different flammable fuels." ; + rdfs:comment "Applicable units are those of quantitykind:FlashPoint" ; + rdfs:isDefinedBy ; + rdfs:label "Flash Point Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:FlightPathAngle + a qudt:QuantityKind ; + dcterms:description "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle." ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Flight Path Angle"@en ; + skos:broader quantitykind:Angle . + +quantitykind:FloatingPointCalculationCapability + a qudt:QuantityKind ; + qudt:applicableUnit unit:FLOPS ; + qudt:applicableUnit unit:GigaFLOPS ; + qudt:applicableUnit unit:MegaFLOPS ; + qudt:applicableUnit unit:PetaFLOPS ; + qudt:applicableUnit unit:TeraFLOPS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD363" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD363"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:FloatingPointCalculationCapability" ; + rdfs:isDefinedBy ; + rdfs:label "floating point calculation capability" . + +quantitykind:Fluidity + a qudt:QuantityKind ; + dcterms:description "fluidity of a material as complement of the dynamic viscosity"@en ; + qudt:applicableUnit unit:PERCENT-FT2-PER-LB_F-SEC ; + qudt:applicableUnit unit:PERCENT-IN2-PER-LB_F-SEC ; + qudt:applicableUnit unit:RHE ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD264" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD264"^^xsd:anyURI ; + qudt:plainTextDescription "Fließvermögen eines Stoffes als Kehrwert der dynamischen Viskosität"@de ; + qudt:symbol "0173-1#Z4-BAJ447#001" ; + rdfs:comment "Applicable units are those of quantitykind:Fluidity" ; + rdfs:isDefinedBy ; + rdfs:label "fluidity" ; + rdfs:label "fluidity"@en-US . + +quantitykind:Flux + a qudt:QuantityKind ; + dcterms:description "Flux describes any effect that appears to pass or travel (whether it actually moves or not) through a surface or substance. [Wikipedia]"^^qudt:LatexString ; + qudt:applicableUnit unit:MicroM-PER-L-DAY ; + qudt:applicableUnit unit:NUM-PER-HA-YR ; + qudt:applicableUnit unit:NUM-PER-M2-DAY ; + qudt:applicableUnit unit:PER-M2-SEC ; + qudt:applicableUnit unit:PER-SEC-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Flux"^^xsd:anyURI ; + qudt:plainTextDescription "Flux describes any effect that appears to pass or travel (whether it actually moves or not) through a surface or substance. [Wikipedia]" ; + rdfs:comment "Applicable units are those of quantitykind:Flux" ; + rdfs:isDefinedBy ; + rdfs:label "Flux"@en . + +quantitykind:Force + a qudt:QuantityKind ; + 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:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD054" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD054"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Force"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$F = \\frac{dp}{dt}$, where $F$ is the resultant force acting on a body, $p$ is momentum of a body, and $t$ is time."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:FORC ; + qudt:symbol "F" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Daya"@ms ; + rdfs:label "Kraft"@de ; + rdfs:label "Síla"@cs ; + rdfs:label "erő"@hu ; + rdfs:label "force"@en ; + rdfs:label "force"@fr ; + rdfs:label "forza"@it ; + rdfs:label "força"@pt ; + rdfs:label "forță"@ro ; + rdfs:label "fuerza"@es ; + rdfs:label "kuvvet"@tr ; + rdfs:label "sila"@sl ; + rdfs:label "siła"@pl ; + rdfs:label "vis"@la ; + rdfs:label "Δύναμη"@el ; + rdfs:label "Сила"@ru ; + rdfs:label "сила"@bg ; + rdfs:label "כוח"@he ; + rdfs:label "نیرو"@fa ; + rdfs:label "وحدة القوة في نظام متر كيلوغرام ثانية"@ar ; + rdfs:label "बल"@hi ; + rdfs:label "力"@ja ; + rdfs:label "力"@zh ; + skos:altLabel "भार"@hi . + +quantitykind:ForceConstant + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD055" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD055"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "force constant" . + +quantitykind:ForceMagnitude + a qudt:QuantityKind ; + dcterms:description "The 'magnitude' of a force is its 'size' or 'strength', regardless of the direction in which it acts."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://wiki.answers.com/Q/What_is_magnitude_of_force"^^xsd:anyURI ; + qudt:plainTextDescription "The 'magnitude' of a force is its 'size' or 'strength', regardless of the direction in which it acts." ; + qudt:symbol "U" ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Force Magnitude"@en ; + skos:broader quantitykind:Force . + +quantitykind:ForcePerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Force per Angle"@en . + +quantitykind:ForcePerArea + a qudt:QuantityKind ; + dcterms:description "The force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)"^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.thefreedictionary.com/force+per+unit+area"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + qudt:plainTextDescription "The force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)" ; + qudt:symbol "p" ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Force Per Area"@en . + +quantitykind:ForcePerAreaTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:DeciBAR-PER-YR ; + qudt:applicableUnit unit:HectoPA-PER-HR ; + qudt:applicableUnit unit:LB_F-PER-IN2-SEC ; + qudt:applicableUnit unit:MilliW-PER-M2-NanoM ; + qudt:applicableUnit unit:PA-PER-HR ; + qudt:applicableUnit unit:PA-PER-MIN ; + qudt:applicableUnit unit:PA-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerAreaTime" ; + rdfs:isDefinedBy ; + rdfs:label "Force Per Area Time"@en . + +quantitykind:ForcePerElectricCharge + a qudt:QuantityKind ; + dcterms:description "The electric field depicts the force exerted on other electrically charged objects by the electrically charged particle the field is surrounding. The electric field is a vector field with SI units of newtons per coulomb ($N C^{-1}$) or, equivalently, volts per metre ($V m^{-1}$ ). The SI base units of the electric field are $kg m s^{-3} A^{-1}$. The strength or magnitude of the field at a given point is defined as the force that would be exerted on a positive test charge of 1 coulomb placed at that point"^^qudt:LatexString ; + qudt:applicableUnit unit:N-PER-C ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electric_field"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Force per Electric Charge"@en . + +quantitykind:ForcePerLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:DYN-PER-CentiM ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-M-PER-CentiM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-FT ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-M ; + qudt:applicableUnit unit:LB_F-PER-FT ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:LB_F-PER-YD ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-PER-M ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:N-PER-CentiM ; + qudt:applicableUnit unit:N-PER-M ; + qudt:applicableUnit unit:N-PER-MilliM ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:PDL-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerLength" ; + rdfs:isDefinedBy ; + rdfs:label "Force per Length"@en . + +quantitykind:Frequency + a qudt:QuantityKind ; + dcterms:description "\"Frequency\" is the number of occurrences of a repeating event per unit time. The repetition of the events may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq). In spectroscopy, $\\nu$ is mostly used. Light passing through different media keeps its frequency, but not its wavelength or wavenumber."^^qudt:LatexString ; + qudt:applicableUnit unit:CYC-PER-SEC ; + qudt:applicableUnit unit:GigaHZ ; + qudt:applicableUnit unit:HZ ; + qudt:applicableUnit unit:KiloHZ ; + qudt:applicableUnit unit:MegaHZ ; + qudt:applicableUnit unit:MilliHZ ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:PER-DAY ; + qudt:applicableUnit unit:PER-HR ; + qudt:applicableUnit unit:PER-MIN ; + qudt:applicableUnit unit:PER-MO ; + qudt:applicableUnit unit:PER-MilliSEC ; + qudt:applicableUnit unit:PER-SEC ; + qudt:applicableUnit unit:PER-WK ; + qudt:applicableUnit unit:PER-YR ; + qudt:applicableUnit unit:PERCENT-PER-DAY ; + qudt:applicableUnit unit:PERCENT-PER-HR ; + qudt:applicableUnit unit:PERCENT-PER-MO ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PetaHZ ; + qudt:applicableUnit unit:PlanckFrequency ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:applicableUnit unit:TeraHZ ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Frequency"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD056" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD056"^^xsd:anyURI ; + qudt:latexDefinition """$f = 1/T$, where $T$ is a period. + +Alternatively, + +$\\nu = 1/T$"""^^qudt:LatexString ; + qudt:latexSymbol "$\\nu, f$"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:FREQ ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Frequency" ; + rdfs:isDefinedBy ; + rdfs:label "Frekuensi"@ms ; + rdfs:label "Frekvence"@cs ; + rdfs:label "Frequenz"@de ; + rdfs:label "częstotliwość"@pl ; + rdfs:label "frecuencia"@es ; + rdfs:label "frecvență"@ro ; + rdfs:label "frekans"@tr ; + rdfs:label "frekvenca"@sl ; + rdfs:label "frekvencia"@hu ; + rdfs:label "frequency"@en ; + rdfs:label "frequentia"@la ; + rdfs:label "frequenza"@it ; + rdfs:label "frequência"@pt ; + rdfs:label "fréquence"@fr ; + rdfs:label "Συχνότητα"@el ; + rdfs:label "Частота"@ru ; + rdfs:label "Честота"@bg ; + rdfs:label "תדירות"@he ; + rdfs:label "التردد لدى نظام الوحدات الدولي"@ar ; + rdfs:label "بسامد"@fa ; + rdfs:label "आवृत्ति"@hi ; + rdfs:label "周波数"@ja ; + rdfs:label "频率"@zh ; + skos:broader quantitykind:InverseTime . + +quantitykind:Friction + a qudt:QuantityKind ; + dcterms:description "\"Friction\" is the force of two surfaces In contact, or the force of a medium acting on a moving object (that is air on an aircraft). When contacting surfaces move relative to each other, the friction between the two objects converts kinetic energy into thermal energy."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:plainTextDescription "\"Friction\" is the force of two surfaces In contact, or the force of a medium acting on a moving object (that is air on an aircraft). When contacting surfaces move relative to each other, the friction between the two objects converts kinetic energy into thermal energy." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Friction"@en ; + skos:broader quantitykind:Force . + +quantitykind:FrictionCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Friction Coefficient\" is the ratio of the force of friction between two bodies and the force pressing them together"^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Friction Coefficient\" is the ratio of the force of friction between two bodies and the force pressing them together" ; + qudt:qkdvDenominator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:FrictionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Friction Coefficient"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:Fugacity + a qudt:QuantityKind ; + dcterms:description "\"Fugacity\" of a real gas is an effective pressure which replaces the true mechanical pressure in accurate chemical equilibrium calculations. It is equal to the pressure of an ideal gas which has the same chemical potential as the real gas."^^qudt:LatexString ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PicoPA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fugacity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\tilde{p}_B$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Fugacity\" of a real gas is an effective pressure which replaces the true mechanical pressure in accurate chemical equilibrium calculations. It is equal to the pressure of an ideal gas which has the same chemical potential as the real gas." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Fugacity" ; + rdfs:isDefinedBy ; + rdfs:label "Fugasiti"@ms ; + rdfs:label "Fugazität"@de ; + rdfs:label "Lotność"@pl ; + rdfs:label "fugacidad"@es ; + rdfs:label "fugacidade"@pt ; + rdfs:label "fugacita"@cs ; + rdfs:label "fugacitate"@ro ; + rdfs:label "fugacity"@en ; + rdfs:label "fugacità"@it ; + rdfs:label "fugacité"@fr ; + rdfs:label "fügasite"@tr ; + rdfs:label "انفلاتية"@ar ; + rdfs:label "بی‌دوامی"@fa ; + rdfs:label "フガシティー"@ja ; + rdfs:label "逸度"@zh . + +quantitykind:FundamentalLatticeVector + a qudt:QuantityKind ; + dcterms:description "\"Fundamental Lattice vector\" are fundamental translation vectors for the crystal lattice."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Fundamental Lattice vector\" are fundamental translation vectors for the crystal lattice." ; + qudt:symbol "a_1, a_2, a_3" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Fundamental Lattice vector"@en ; + skos:broader quantitykind:LatticeVector . + +quantitykind:FundamentalReciprocalLatticeVector + a qudt:QuantityKind ; + dcterms:description "\"Fundamental Reciprocal Lattice Vector\" are fundamental, or primary, translation vectors the reciprocal lattice."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Reciprocal_lattice"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Fundamental Reciprocal Lattice Vector\" are fundamental, or primary, translation vectors the reciprocal lattice." ; + qudt:symbol "b_1, b_2, b_3" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularReciprocalLatticeVector" ; + rdfs:isDefinedBy ; + rdfs:label "Fundamental Reciprocal Lattice Vector"@en ; + skos:broader quantitykind:AngularReciprocalLatticeVector . + +quantitykind:GFactorOfNucleus + a qudt:QuantityKind ; + dcterms:description "The \"g-Factor of Nucleus\" is associated with the spin and magnetic moments of protons, neutrons, and many nuclei."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Landé_g-factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$g = \\frac{\\mu}{I\\mu_B}$, where $\\mu$ is the magnitude of magnetic dipole moment, $I$ is the nuclear angular momentum quantum number, and $\\mu_B$ is the Bohr magneton."^^qudt:LatexString ; + qudt:plainTextDescription "The \"g-Factor of Nucleus\" is associated with the spin and magnetic moments of protons, neutrons, and many nuclei." ; + qudt:symbol "g" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:GFactorOfNucleus" ; + rdfs:isDefinedBy ; + rdfs:label "g-Factor of Nucleus"@en . + +quantitykind:GROSS-LIFT-OFF-WEIGHT + a qudt:QuantityKind ; + dcterms:description "The sum of a rocket's inert mass and usable fluids and gases at sea level."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Maximum_Takeoff_Weight"^^xsd:anyURI ; + qudt:plainTextDescription "The sum of a rocket's inert mass and usable fluids and gases at sea level." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Gross Lift-Off Weight"@en ; + skos:broader quantitykind:Mass . + +quantitykind:Gain + a qudt:QuantityKind ; + dcterms:description "A general term used to denote an increase in signal power or signal strength in transmission from one point to another. Gain is usually expressed in decibels and is widely used to denote transducer gain. An increase or amplification. In radar there are two general usages of the term: (a) antenna gain, or gain factor, is the ratio of the power transmitted along the beam axis to that of an isotropic radiator transmitting the same total power; (b) receiver gain, or video gain, is the amplification given a signal by the receiver."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gain"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "A general term used to denote an increase in signal power or signal strength in transmission from one point to another. Gain is usually expressed in decibels and is widely used to denote transducer gain. An increase or amplification. In radar there are two general usages of the term: (a) antenna gain, or gain factor, is the ratio of the power transmitted along the beam axis to that of an isotropic radiator transmitting the same total power; (b) receiver gain, or video gain, is the amplification given a signal by the receiver." ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H0T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Gain"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:GapEnergy + a qudt:QuantityKind ; + dcterms:description "\"Gap Energy\" is the difference in energy between the lowest level of conduction band and the highest level of valence band. It is an energy range in a solid where no electron states can exist."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Band_gap"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Gap Energy\" is the difference in energy between the lowest level of conduction band and the highest level of valence band. It is an energy range in a solid where no electron states can exist." ; + qudt:symbol "E_g" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Gap Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:GasLeakRate + a qudt:QuantityKind ; + dcterms:description "ratio of the pV value of a gas (product of pressure and volume of a given quantity of gas at the respective temperature) flowing through a pipe cross-section during a time interval and the related interval"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD057" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD057"^^xsd:anyURI ; + qudt:plainTextDescription "Quotient aus dem pV-Wert eines Gases (Produkt aus Druck und Volumen einer bestimmten Menge eines Gases bei der jeweils herrschenden Temperatur), das während einer Zeitspanne durch einen Leitungsquerschnitt strömt, und der zugehörigen Zeitspanne"@de ; + qudt:symbol "0173-1#Z4-BAJ324#002" ; + rdfs:isDefinedBy ; + rdfs:label "gas leak rate" ; + rdfs:label "gas leak rate"@en-US . + +quantitykind:GaugePressure + a qudt:QuantityKind ; + dcterms:description """Gauge Pressure is the pressure of a system relative to the pressure of the surrounding atmosphere. +It is the difference between the absolute pressure and the atmospheric pressure. Gauge pressure is positive for pressures +above atmospheric pressure and negative for pressures below it. A Quantity in QUDT having a QuantityKind of GaugePressure +would typically also assert the value of qudt:isDeltaQuantity to be true, indicating that the value is a difference between +two pressures."""^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Gauge Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:GeneFamilyAbundance + a qudt:QuantityKind ; + dcterms:description "The abundance of each gene family in the community. Gene families are groups of evolutionarily-related protein-coding sequences that often perform similar functions. Gene family abundance is reported in RPK (reads per kilobase) units to normalize for gene length."^^qudt:LatexString ; + qudt:applicableUnit unit:RPK ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://learn.gencore.bio.nyu.edu/"^^xsd:anyURI ; + qudt:plainTextDescription "The abundance of each gene family in the community. Gene families are groups of evolutionarily-related protein-coding sequences that often perform similar functions. Gene family abundance is reported in RPK (reads per kilobase) units to normalize for gene length." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:GeneFamilyAbundance" ; + rdfs:isDefinedBy ; + rdfs:label "Gene Family Abundance"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:GeneralizedCoordinate + a qudt:QuantityKind ; + dcterms:description "Generalized Coordinates refers to the parameters that describe the configuration of the system relative to some reference configuration. These parameters must uniquely define the configuration of the system relative to the reference configuration."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Generalized_coordinates"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$q_i$, where $q_i$ is one of the coordinates that is used to describe the position of the system under consideration, and $N$ is the lowest number of coordinates necessary to fully define the position of the system."^^qudt:LatexString ; + qudt:plainTextDescription "Generalized Coordinates refers to the parameters that describe the configuration of the system relative to some reference configuration. These parameters must uniquely define the configuration of the system relative to the reference configuration." ; + qudt:symbol "q_i" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:GeneralizedCoordinate" ; + rdfs:isDefinedBy ; + rdfs:label "Generalized Coordinate"@en . + +quantitykind:GeneralizedForce + a qudt:QuantityKind ; + dcterms:description "Generalized Forces find use in Lagrangian mechanics, where they play a role conjugate to generalized coordinates."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Generalized_forces"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\delta A = \\sum Q_i\\delta q_i$, where $A$ is work and $q_i$ is a generalized coordinate."^^qudt:LatexString ; + qudt:plainTextDescription "Generalized Forces find use in Lagrangian mechanics, where they play a role conjugate to generalized coordinates." ; + qudt:symbol "Q_i" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:GeneralizedForce" ; + rdfs:isDefinedBy ; + rdfs:label "Generalized Force"@en . + +quantitykind:GeneralizedMomentum + a qudt:QuantityKind ; + dcterms:description "Generalized Momentum, also known as the canonical or conjugate momentum, extends the concepts of both linear momentum and angular momentum. To distinguish it from generalized momentum, the product of mass and velocity is also referred to as mechanical, kinetic or kinematic momentum."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$p_i = \\frac{\\partial L}{\\partial \\dot{q_i}}$, where $L$ is the Langrange function and $\\dot{q_i}$ is a generalized velocity."^^qudt:LatexString ; + qudt:plainTextDescription "Generalized Momentum, also known as the canonical or conjugate momentum, extends the concepts of both linear momentum and angular momentum. To distinguish it from generalized momentum, the product of mass and velocity is also referred to as mechanical, kinetic or kinematic momentum." ; + qudt:symbol "p_i" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:GeneralizedMomentum" ; + rdfs:isDefinedBy ; + rdfs:label "Generalized Force"@en . + +quantitykind:GeneralizedVelocity + a qudt:QuantityKind ; + dcterms:description "Generalized Velocities are the time derivatives of the generalized coordinates of the system."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Generalized_coordinates"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\dot{q_i} = \\frac{dq_i}{dt}$, where $q_i$ is the generalized coordinate and $t$ is time."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{q_i}$"^^qudt:LatexString ; + qudt:plainTextDescription "Generalized Velocities are the time derivatives of the generalized coordinates of the system." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:GeneralizedVelocity" ; + rdfs:isDefinedBy ; + rdfs:label "Generalized Velocity"@en . + +quantitykind:GibbsEnergy + a qudt:QuantityKind ; + dcterms:description """ + $\\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. + 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{Gibbs Free Energy}$ is also used. + """^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Thermodynamics"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + 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" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energía de Gibbs"@es ; + rdfs:label "Entalpie liberă"@ro ; + rdfs:label "Gibbs Serbest Enerjisi"@tr ; + rdfs:label "Gibbs energy"@en ; + rdfs:label "Gibbsova volná energie"@cs ; + rdfs:label "Prosta entalpija"@sl ; + rdfs:label "Tenaga Gibbs"@ms ; + rdfs:label "energia libera di Gibbs"@it ; + rdfs:label "energia livre de Gibbs"@pt ; + rdfs:label "entalpia swobodna"@pl ; + rdfs:label "enthalpie libre"@fr ; + rdfs:label "freie Enthalpie"@de ; + rdfs:label "энергия Гиббса"@ru ; + rdfs:label "انرژی آزاد گیبس"@fa ; + rdfs:label "طاقة غيبس الحرة"@ar ; + rdfs:label "ギブズエネルギー"@ja ; + rdfs:label "吉布斯自由能"@zh ; + rdfs:seeAlso quantitykind:Energy ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:HelmholtzEnergy ; + rdfs:seeAlso quantitykind:InternalEnergy ; + skos:altLabel "Gibbs function"@en ; + skos:altLabel "Gibbs-Energie"@de ; + skos:altLabel "Gibbs-Funktion"@de ; + skos:altLabel "fungsi Gibbs"@ms ; + skos:broader quantitykind:Energy . + +quantitykind:Gradient + a qudt:QuantityKind ; + qudt:applicableUnit unit:MicroM-PER-M ; + qudt:applicableUnit unit:MilliM-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD058" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD058"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:Gradient" ; + rdfs:isDefinedBy ; + rdfs:label "gradient" . + +quantitykind:GrandCanonicalPartitionFunction + a qudt:QuantityKind ; + dcterms:description "An \"Grand Canonical Partition Function\" for a grand canonical ensemble, a system that can exchange both heat and particles with the environment, which has a constant temperature and a chemical potential."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\Xi = \\sum_{N_A, N_B, ...} Z(N_A, N_B, ...) \\cdot \\lambda_A^{N_A} \\cdot \\lambda_B^{N_B} \\cdot ...$, where $Z(N_A, N_B, ...)$ is the canonical partition function for the given number of particles $A, B, ...,$, and $\\lambda_A, \\lambda_B, ...$ are the absolute activities of particles $A, B, ...$."^^qudt:LatexString ; + qudt:latexSymbol "$\\Xi$"^^qudt:LatexString ; + qudt:plainTextDescription "An \"Grand Canonical Partition Function\" for a grand canonical ensemble, a system that can exchange both heat and particles with the environment, which has a constant temperature and a chemical potential." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:CanonicalPartitionFunction" ; + rdfs:isDefinedBy ; + rdfs:label "Grand Canonical Partition Function"@en ; + skos:broader quantitykind:CanonicalPartitionFunction . + +quantitykind:GravitationalAttraction + a qudt:QuantityKind ; + dcterms:description "The force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; the more remote the body the less the gravity; the gravitation between two bodies is proportional to the product of their masses and inversely proportional to the square of the distance between them."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.thefreedictionary.com/gravitational+attraction"^^xsd:anyURI ; + qudt:plainTextDescription "The force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; the more remote the body the less the gravity; the gravitation between two bodies is proportional to the product of their masses and inversely proportional to the square of the distance between them." ; + qudt:symbol "G" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Gravitational Attraction"@en ; + skos:broader quantitykind:Force . + +quantitykind:Gravity_API + a qudt:QuantityKind ; + dcterms:description """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks. + +API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees.""" ; + dcterms:isReplacedBy quantitykind:APIGravity ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:baseSIUnitDimensions "$qkdv:A0E0L0I0M0H0T0D1$"^^qudt:LatexString ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/API_gravity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks. + +API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees.""" ; + qudt:qkdvDenominator qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "API Gravity"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:GrossTonnage + a qudt:QuantityKind ; + dcterms:description "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$"^^qudt:LatexString ; + qudt:applicableUnit unit:TON_Register ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gross_tonnage"^^xsd:anyURI ; + qudt:latexDefinition "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters."^^qudt:LatexString ; + qudt:plainTextDescription "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces." ; + qudt:symbol "GT" ; + rdfs:comment "Applicable units are those of quantitykind:GrossTonnage" ; + rdfs:isDefinedBy ; + rdfs:label "Gross Tonnage" ; + rdfs:label "Gross Tonnage"@en ; + skos:broader quantitykind:Volume . + +quantitykind:GroupSpeedOfSound + a qudt:QuantityKind ; + dcterms:description "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. The group speed of sound describes the propagation of the disturbance."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:KiloHZ-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + qudt:latexDefinition "$c_g = \\frac{d\\omega}{dk}$, where $\\omega$ is the angular frequency and $k$ is angular wavenumber."^^qudt:LatexString ; + qudt:plainTextDescription "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. The group speed of sound describes the propagation of the disturbance." ; + qudt:symbol "c" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:GroupSpeedOfSound" ; + rdfs:isDefinedBy ; + rdfs:label "Group Speed of Sound"@en ; + skos:broader quantitykind:SpeedOfSound ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:GrowingDegreeDay + a qudt:QuantityKind ; + dcterms:description "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL-DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops." ; + rdfs:comment "Applicable units are those of quantitykind:GrowingDegreeDay" ; + rdfs:isDefinedBy ; + rdfs:label "Growing Degree Days (Cereals)"@en ; + skos:broader quantitykind:TimeTemperature . + +quantitykind:GrowingDegreeDay_Cereal + a qudt:QuantityKind ; + dcterms:description "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:GrowingDegreeDay ; + qudt:applicableUnit unit:DEG_C-DAY ; + qudt:applicableUnit unit:DEG_C-HR ; + qudt:applicableUnit unit:DEG_C-WK ; + qudt:applicableUnit unit:DEG_F-DAY ; + qudt:applicableUnit unit:DEG_F-HR ; + qudt:applicableUnit unit:K-DAY ; + qudt:applicableUnit unit:K-SEC ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops." ; + rdfs:comment "Applicable units are those of quantitykind:TimeTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Growing Degree Days (Cereals)"@en ; + skos:broader quantitykind:TimeTemperature . + +quantitykind:GruneisenParameter + a qudt:QuantityKind ; + dcterms:description "\"Gruneisen Parameter\" named after Eduard Grüneisen, describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Grüneisen_parameter"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = \\frac{\\alpha_V}{x_T c_V\\rho}$, where $\\alpha_V$ is the cubic expansion coefficient, $x_T$ is isothermal compressibility, $c_V$ is specific heat capacity at constant volume, and $\\rho$ is mass density."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Gruneisen Parameter\" named after Eduard Grüneisen, describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:GruneisenParameter" ; + rdfs:isDefinedBy ; + rdfs:label "Gruneisen Parameter"@en . + +quantitykind:GustatoryThreshold + a qudt:QuantityKind ; + dcterms:description "\"Gustatory Threshold\" are thresholds for classes of taste that can be detected by the human mouth and thresholds of sensitivity to foods, drinks and other substances."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_g}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Gustatory Threshold\" are thresholds for classes of taste that can be detected by the human mouth and thresholds of sensitivity to foods, drinks and other substances." ; + rdfs:isDefinedBy ; + rdfs:label "Gustatory Threshold"@en . + +quantitykind:GyromagneticRatio + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Gyromagnetic Ratio}$, also sometimes known as the magnetogyric ratio in other disciplines, + of a particle or system is the ratio of its magnetic dipole moment to its angular momentum, + and it is often denoted by the symbol, $\\gamma$. + Its SI units are radian per second per tesla ($rad s^{-1} \\cdot T^{1}$) or, equivalently, + coulomb per kilogram ($C \\cdot kg^{-1}$). + """^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gyromagnetic_ratio"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gyromagnetic_ratio"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\gamma J$, where $\\mu$ is the magnetic dipole moment, and $J$ is the total angular momentum."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gyromagnetic Ratio"@en . + +quantitykind:Half-Life + a qudt:QuantityKind ; + dcterms:description "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:HalfLife ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Half-life"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei." ; + qudt:symbol "T_{1/2}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Halbwertszeit"@de ; + rdfs:label "Poločas rozpadu"@cs ; + rdfs:label "Separuh hayat"@ms ; + rdfs:label "half-life"@en ; + rdfs:label "meia-vida"@pt ; + rdfs:label "semiperiodo"@es ; + rdfs:label "tempo di dimezzamento"@it ; + rdfs:label "temps de demi-vie"@fr ; + rdfs:label "yarılanma süresi"@tr ; + rdfs:label "نیمه عمر"@fa ; + rdfs:label "半衰期"@zh ; + skos:altLabel "semivita"@it ; + skos:broader quantitykind:Time . + +quantitykind:Half-ValueThickness + a qudt:QuantityKind ; + dcterms:description "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:HalfValueThickness ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half." ; + qudt:symbol "d_{1/2}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Half-Value Thickness"@en ; + skos:broader quantitykind:Length . + +quantitykind:HalfLife + a qudt:QuantityKind ; + dcterms:description "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Half-life"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei." ; + qudt:symbol "T_{1/2}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Halbwertszeit"@de ; + rdfs:label "Poločas rozpadu"@cs ; + rdfs:label "Separuh hayat"@ms ; + rdfs:label "half-life"@en ; + rdfs:label "meia-vida"@pt ; + rdfs:label "semiperiodo"@es ; + rdfs:label "tempo di dimezzamento"@it ; + rdfs:label "temps de demi-vie"@fr ; + rdfs:label "yarılanma süresi"@tr ; + rdfs:label "نیمه عمر"@fa ; + rdfs:label "半衰期"@zh ; + skos:altLabel "semivita"@it ; + skos:broader quantitykind:Time . + +quantitykind:HalfValueThickness + a qudt:QuantityKind ; + dcterms:description "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half." ; + qudt:symbol "d_{1/2}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Half-Value Thickness"@en ; + skos:broader quantitykind:Length . + +quantitykind:HallCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Hall Coefficient\" is defined as the ratio of the induced electric field to the product of the current density and the applied magnetic field."^^qudt:LatexString ; + qudt:applicableUnit unit:M3-PER-C ; + qudt:applicableUnit unit:V-IN2-PER-LB_F ; + qudt:applicableUnit unit:V-PER-BAR ; + qudt:applicableUnit unit:V-PER-PA ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD060" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD060"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Hall_effect"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "In an isotropic conductor, the relation between electric field strength, $E$, and electric current density, $J$ is $E = \\rho J + R_H(B X J)$, where $\\rho$ is resistivity, and $B$ is magnetic flux density."^^qudt:LatexString ; + qudt:plainTextDescription "\"Hall Coefficient\" is defined as the ratio of the induced electric field to the product of the current density and the applied magnetic field." ; + qudt:symbol "R_H, A_H" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:HallCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Hall Coefficient"@en . + +quantitykind:HamiltonFunction + a qudt:QuantityKind ; + dcterms:description "The Hamilton–Jacobi equation (HJE) is a necessary condition describing extremal geometry in generalizations of problems from the calculus of variations."^^qudt:LatexString ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Hamilton–Jacobi_equation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$H = \\sum p_i\\dot{q_i} - L$, where $p_i$ is a generalized momentum, $\\dot{q_i}$ is a generalized velocity, and $L$ is the Lagrange function."^^qudt:LatexString ; + qudt:plainTextDescription "The Hamilton–Jacobi equation (HJE) is a necessary condition describing extremal geometry in generalizations of problems from the calculus of variations." ; + qudt:symbol "H" ; + rdfs:comment "Applicable units are those of quantitykind:HamiltonFunction" ; + rdfs:isDefinedBy ; + rdfs:label "Hamilton Function"@en . + +quantitykind:HeadEndPressure + a qudt:QuantityKind ; + qudt:abbreviation "HEP" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Head End Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:HeartRate + a qudt:QuantityKind ; + dcterms:description "The number of heartbeats per unit of time, usually per minute. The heart rate is based on the number of contractions of the ventricles (the lower chambers of the heart). The heart rate may be too fast (tachycardia) or too slow (bradycardia). The average adult pulse rate at rest is 60–80 per minute, but exercise, injury, illness, and emotion may produce much faster rates."^^qudt:LatexString ; + qudt:applicableUnit unit:BEAT-PER-MIN ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Heart_rate"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/oi/authority.20110803100354463"^^xsd:anyURI ; + qudt:plainTextDescription "The number of heartbeats per unit of time, usually per minute. The heart rate is based on the number of contractions of the ventricles (the lower chambers of the heart). The heart rate may be too fast (tachycardia) or too slow (bradycardia). The average adult pulse rate at rest is 60–80 per minute, but exercise, injury, illness, and emotion may produce much faster rates." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:HeartRate" ; + rdfs:isDefinedBy ; + rdfs:label "Heart Rate"@en . + +quantitykind:Heat + a qudt:QuantityKind ; + 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:applicableUnit unit:BTU_39DEG_F ; + qudt:applicableUnit unit:BTU_59DEG_F ; + qudt:applicableUnit unit:BTU_60DEG_F ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_MEAN ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_15DEG_C ; + qudt:applicableUnit unit:CAL_20DEG_C ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_MEAN ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloCAL_IT ; + qudt:applicableUnit unit:KiloCAL_Mean ; + qudt:applicableUnit unit:KiloCAL_TH ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TON_FG-HR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Heat"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "\"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:symbol "Q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Wärme"@de ; + rdfs:label "calor"@es ; + rdfs:label "calore"@it ; + rdfs:label "cantitate de căldură"@ro ; + rdfs:label "ciepło"@pl ; + rdfs:label "heat"@en ; + rdfs:label "jednotka tepla"@cs ; + rdfs:label "kuantiti haba Haba"@ms ; + rdfs:label "labor"@la ; + rdfs:label "quantidade de calor"@pt ; + rdfs:label "quantité de chaleur"@fr ; + rdfs:label "toplota"@sl ; + rdfs:label "ısı miktarı"@tr ; + rdfs:label "Теплота"@ru ; + rdfs:label "حرارة"@ar ; + rdfs:label "کمیت گرما"@fa ; + rdfs:label "ऊष्मा"@hi ; + rdfs:label "热量"@zh ; + rdfs:label "熱量"@ja ; + skos:altLabel "Wärmemenge"@de ; + skos:altLabel "amount of heat"@en ; + skos:altLabel "chaleur"@fr ; + skos:altLabel "jumlah haba"@ms ; + skos:altLabel "quantità di calore"@it ; + skos:broader quantitykind:ThermalEnergy . + +quantitykind:HeatCapacity + a qudt:QuantityKind ; + 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:applicableUnit unit:BTU_IT-PER-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-DEG_R ; + qudt:applicableUnit unit:EV-PER-K ; + qudt:applicableUnit unit:J-PER-K ; + qudt:applicableUnit unit:MegaJ-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_capacity"^^xsd:anyURI ; + qudt:latexDefinition "$C = dQ/dT$, where $Q$ is amount of heat and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:HECA ; + qudt:symbol "C_P" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:HeatCapacity" ; + rdfs:isDefinedBy ; + rdfs:label "Wärmekapazität"@de ; + rdfs:label "capacidad calorífica"@es ; + rdfs:label "capacidade térmica"@pt ; + rdfs:label "capacitate termică"@ro ; + rdfs:label "capacità termica"@it ; + rdfs:label "capacité thermique"@fr ; + rdfs:label "heat capacity"@en ; + rdfs:label "isı kapasitesi"@tr ; + rdfs:label "muatan haba"@ms ; + rdfs:label "pojemność cieplna"@pl ; + rdfs:label "tepelná kapacita"@cs ; + rdfs:label "toplotna kapaciteta"@sl ; + rdfs:label "теплоёмкость"@ru ; + rdfs:label "سعة حرارية"@ar ; + rdfs:label "ظرفیت گرمایی"@fa ; + rdfs:label "ऊष्मा धारिता"@hi ; + rdfs:label "热容"@zh ; + rdfs:label "熱容量"@ja ; + skos:broader quantitykind:EnergyPerTemperature . + +quantitykind:HeatCapacityRatio + a qudt:QuantityKind ; + dcterms:description "The heat capacity ratio, or ratio of specific heats, is the ratio of the heat capacity at constant pressure ($C_P$) to heat capacity at constant volume ($C_V$). For an ideal gas, the heat capacity is constant with temperature ($\\theta$). Accordingly we can express the enthalpy as $H = C_P*\\theta$ and the internal energy as $U = C_V \\cdot \\theta$. Thus, it can also be said that the heat capacity ratio is the ratio between enthalpy and internal energy."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Heat_capacity_ratio"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_capacity_ratio"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Heat Capacity Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:HeatFlowRate + a qudt:QuantityKind ; + dcterms:description "The rate of heat flow between two systems is measured in watts (joules per second). The formula for rate of heat flow is $\\bigtriangleup Q / \\bigtriangleup t = -K \\times A \\times \\bigtriangleup T/x$, where $\\bigtriangleup Q / \\bigtriangleup t$ is the rate of heat flow; $-K$ is the thermal conductivity factor; A is the surface area; $\\bigtriangleup T$ is the change in temperature and $x$ is the thickness of the material. $\\bigtriangleup T/ x$ is called the temperature gradient and is always negative because of the heat of flow always goes from more thermal energy to less)."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-MIN ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:BTU_TH-PER-HR ; + qudt:applicableUnit unit:BTU_TH-PER-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloBTU_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloCAL_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL_TH-PER-MIN ; + qudt:applicableUnit unit:KiloCAL_TH-PER-SEC ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:expression "$heat-flow-rate$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Rate_of_heat_flow"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:HeatFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Heat Flow Rate"@en ; + skos:broader quantitykind:Power . + +quantitykind:HeatFlowRatePerArea + a qudt:QuantityKind ; + dcterms:description "$\\textit{Heat Flux}$ is the heat rate per area. In SI units, heat flux is measured in $W/m^2$. Heat rate is a scalar quantity, while heat flux is a vectorial quantity. To define the heat flux at a certain point in space, one takes the limiting case where the size of the surface becomes infinitesimally small."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_flux"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H0T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Heat Flow Rate per Unit Area"@en ; + skos:broader quantitykind:PowerPerArea . + +quantitykind:HeatFluxDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:siExactMatch si-quantity:HEFD ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Heat Flux Density"@en ; + skos:broader quantitykind:PowerPerArea . + +quantitykind:HeatingValue + a qudt:QuantityKind ; + dcterms:description "The heating value (or energy value or calorific value) of a substance, usually a fuel or food (see food energy), is the amount of heat released during the combustion of a specified amount of it. "^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB ; + qudt:applicableUnit unit:BTU_TH-PER-LB ; + qudt:applicableUnit unit:CAL_IT-PER-GM ; + qudt:applicableUnit unit:CAL_TH-PER-GM ; + qudt:applicableUnit unit:ERG-PER-GM ; + qudt:applicableUnit unit:J-PER-GM ; + qudt:applicableUnit unit:J-PER-KiloGM ; + qudt:applicableUnit unit:KiloCAL-PER-GM ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ; + qudt:applicableUnit unit:MegaJ-PER-KiloGM ; + qudt:applicableUnit unit:MilliJ-PER-GM ; + qudt:applicableUnit unit:N-M-PER-KiloGM ; + qudt:applicableUnit unit:W-HR-PER-KiloGM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_of_combustion"^^xsd:anyURI ; + qudt:plainTextDescription "The heating value (or energy value or calorific value) of a substance, usually a fuel or food (see food energy), is the amount of heat released during the combustion of a specified amount of it. " ; + rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Calorific Value"@en ; + skos:altLabel "Energy Value"@en ; + skos:altLabel "Heating Value"@en ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:Height + a qudt:QuantityKind ; + dcterms:description "\"Height\" is the measurement of vertical distance, but has two meanings in common use. It can either indicate how \"tall\" something is, or how \"high up\" it is."^^qudt:LatexString ; + qudt:abbreviation "height" ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Height"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Height"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Height\" is the measurement of vertical distance, but has two meanings in common use. It can either indicate how \"tall\" something is, or how \"high up\" it is." ; + qudt:symbol "h" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Höhe"@de ; + rdfs:label "Ketinggian"@ms ; + rdfs:label "Výška"@cs ; + rdfs:label "altezza"@it ; + rdfs:label "altura"@es ; + rdfs:label "altura"@pt ; + rdfs:label "hauteur"@fr ; + rdfs:label "height"@en ; + rdfs:label "yükseklik"@tr ; + rdfs:label "Înălțime"@ro ; + rdfs:label "высота"@ru ; + rdfs:label "ارتفاع"@fa ; + rdfs:label "高度"@zh ; + skos:broader quantitykind:Length . + +quantitykind:HelmholtzEnergy + a qudt:QuantityKind ; + 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:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Thermodynamics"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$H = U - T \\cdot S$, where $U$ is internal energy, $T$ is thermodynamic temperature and $S$ is entropy."^^qudt:LatexString ; + qudt:symbol "A" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energía de Helmholtz"@es ; + rdfs:label "Helmholtz energy"@en ; + rdfs:label "Helmholtz enerjisi"@tr ; + rdfs:label "Helmholtzova volná energie"@cs ; + rdfs:label "Prosta energija"@sl ; + rdfs:label "Tenaga Helmholtz"@ms ; + rdfs:label "energia libera di Helmholz"@it ; + rdfs:label "energia livre de Helmholtz"@pt ; + rdfs:label "energia swobodna"@pl ; + rdfs:label "freie Energie"@de ; + rdfs:label "énergie libre"@fr ; + rdfs:label "свободная энергия Гельмгольца"@ru ; + rdfs:label "انرژی آزاد هلمولتز"@fa ; + rdfs:label "طاقة هلمهولتز الحرة"@ar ; + rdfs:label "ヘルムホルツの自由エネルギー"@ja ; + rdfs:label "亥姆霍兹自由能"@zh ; + rdfs:seeAlso quantitykind:Energy ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:GibbsEnergy ; + rdfs:seeAlso quantitykind:InternalEnergy ; + skos:altLabel " Helmholtz fonksiyonu"@tr ; + skos:altLabel "Helmholtz function"@en ; + skos:altLabel "Helmholtz-Energie"@de ; + skos:altLabel "Helmholtz-Funktion"@de ; + skos:altLabel "fungsi Helmholtz"@ms ; + skos:broader quantitykind:Energy . + +quantitykind:HenrysLawVolatilityConstant + a qudt:QuantityKind ; + dcterms:description "A quantity kind that is a proportionality constant that relates the partial pressure of a gas above a liquid and the concentration of the gas dissolved in the liquid. The numerator contains the gaseous concentration and the denominator contains the liquid concentration."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM-M3-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "A quantity kind that is a proportionality constant that relates the partial pressure of a gas above a liquid and the concentration of the gas dissolved in the liquid. The numerator contains the gaseous concentration and the denominator contains the liquid concentration." ; + rdfs:comment "Applicable units are those of quantitykind:HenrysLawVolatilityConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Henry's Law Volatility Constant"@en . + +quantitykind:HoleDensity + a qudt:QuantityKind ; + dcterms:description "\"Hole Density\" is the number of holes per volume in a valence band."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Hole Density\" is the number of holes per volume in a valence band." ; + qudt:symbol "p" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Hole Density"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:HorizontalVelocity + a qudt:QuantityKind ; + dcterms:description "Component of a projectile's velocity, which acts parallel to the ground and does not lift the projectile in the air."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Component of a projectile's velocity, which acts parallel to the ground and does not lift the projectile in the air." ; + qudt:symbol "V_{X}" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Horizontal Velocity"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:HydraulicPermeability + a qudt:QuantityKind ; + dcterms:description "Permeability is a property of porous materials that is an indication of the ability for fluids (gas or liquid) to flow through them. Fluids can more easily flow through a material with high permeability than one with low permeability. The permeability of a medium is related to the porosity, but also to the shapes of the pores in the medium and their level of connectedness."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DARCY ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliDARCY ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:baseCGSUnitDimensions "$cm^2$"^^qudt:LatexString ; + qudt:baseSIUnitDimensions "$m^2$"^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permeability_(Earth_sciences)"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Permeability_(Earth_sciences)"^^xsd:anyURI ; + qudt:plainTextDescription "Permeability is a property of porous materials that is an indication of the ability for fluids (gas or liquid) to flow through them. Fluids can more easily flow through a material with high permeability than one with low permeability. The permeability of a medium is related to the porosity, but also to the shapes of the pores in the medium and their level of connectedness." ; + rdfs:comment "Applicable units are those of quantitykind:HydraulicPermeability" ; + rdfs:isDefinedBy ; + rdfs:label "Hydraulic Permeability"@en ; + skos:altLabel "Fluid Permeability"@en ; + skos:altLabel "Permeability"@en . + +quantitykind:HyperfineStructureQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Hyperfine Structure Quantum Number\" is a quantum number of an atom describing inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Hyperfine_structure"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Hyperfine Structure Quantum Number\" is a quantum number of an atom describing inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons." ; + qudt:symbol "F" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:HyperfineStructureQuantumNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Hyperfine Structure Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber . + +quantitykind:INERT-MASS + a qudt:QuantityKind ; + dcterms:description "The sum of the vehicle dry mass, residual fluids and gasses, personnel and personnel provisions, and cargo."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "The sum of the vehicle dry mass, residual fluids and gasses, personnel and personnel provisions, and cargo." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Inert Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:IgnitionIntervalTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Ignition interval time"@en ; + skos:broader quantitykind:Time . + +quantitykind:Illuminance + a qudt:QuantityKind ; + dcterms:description "Illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of the intensity of the incident light, wavelength-weighted by the luminosity function to correlate with human brightness perception."^^qudt:LatexString ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Illuminance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD062" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD062"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ; + qudt:latexDefinition "$E_v = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the luminous flux incident on an element of the surface with area $dA$."^^qudt:LatexString ; + qudt:plainTextDescription "Illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of the intensity of the incident light, wavelength-weighted by the luminosity function to correlate with human brightness perception." ; + qudt:siExactMatch si-quantity:ILLU ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Beleuchtungsstärke"@de ; + rdfs:label "Intenzita osvětlení"@cs ; + rdfs:label "Pencahayaan"@ms ; + rdfs:label "aydınlanma şiddeti"@tr ; + rdfs:label "illuminamento"@it ; + rdfs:label "illuminance"@en ; + rdfs:label "iluminamento"@pt ; + rdfs:label "iluminare"@ro ; + rdfs:label "luminosidad"@es ; + rdfs:label "megvilágítás"@hu ; + rdfs:label "natężenie oświetlenia"@pl ; + rdfs:label "osvetljenost"@sl ; + rdfs:label "éclairement lumineux"@fr ; + rdfs:label "Осветеност"@bg ; + rdfs:label "Освещённость"@ru ; + rdfs:label "הארה (שטף ליחידת שטח)"@he ; + rdfs:label "شدة الضوء"@ar ; + rdfs:label "شدت روشنایی"@fa ; + rdfs:label "प्रदीपन"@hi ; + rdfs:label "照度"@ja ; + rdfs:label "照度"@zh ; + skos:altLabel "éclairement"@fr ; + skos:broader quantitykind:LuminousFluxPerArea . + +quantitykind:Impedance + a qudt:QuantityKind ; + dcterms:description "\"Impedance\" is the measure of the opposition that a circuit presents to the passage of a current when a voltage is applied. In quantitative terms, it is the complex ratio of the voltage to the current in an alternating current (AC) circuit. Impedance extends the concept of resistance to AC circuits, and possesses both magnitude and phase, unlike resistance, which has only magnitude. When a circuit is driven with direct current (DC), there is no distinction between impedance and resistance; the latter can be thought of as impedance with zero phase angle."^^qudt:LatexString ; + qudt:applicableUnit unit:OHM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electrical_impedance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-43"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\underline{Z} = \\underline{U} / \\underline{I}$, where $\\underline{U}$ is the voltage phasor and $\\underline{I}$ is the electric current phasor."^^qudt:LatexString ; + qudt:latexSymbol "$\\underline{Z}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Impedance\" is the measure of the opposition that a circuit presents to the passage of a current when a voltage is applied. In quantitative terms, it is the complex ratio of the voltage to the current in an alternating current (AC) circuit. Impedance extends the concept of resistance to AC circuits, and possesses both magnitude and phase, unlike resistance, which has only magnitude. When a circuit is driven with direct current (DC), there is no distinction between impedance and resistance; the latter can be thought of as impedance with zero phase angle." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Impedance" ; + rdfs:isDefinedBy ; + rdfs:label "Impedance"@en ; + rdfs:seeAlso quantitykind:ElectricCurrentPhasor ; + rdfs:seeAlso quantitykind:VoltagePhasor . + +quantitykind:Impulse + a qudt:QuantityKind ; + dcterms:description "product of force and time"@en ; + qudt:altSymbol "0173-1#Z4-BAJ262#002" ; + qudt:applicableUnit unit:GM-CentiM-PER-SEC ; + qudt:applicableUnit unit:KiloGM-CentiM-PER-SEC ; + qudt:applicableUnit unit:LB-FT-PER-SEC ; + qudt:applicableUnit unit:LB-IN-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD063" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD063"^^xsd:anyURI ; + qudt:plainTextDescription "Produkt aus Kraft und Zeit"@de ; + qudt:symbol "0173-1#Z4-BAJ241#002" ; + rdfs:comment "Applicable units are those of quantitykind:Impulse" ; + rdfs:isDefinedBy ; + rdfs:label "impulse" ; + rdfs:label "impulse"@en-US . + +quantitykind:Incidence + a qudt:QuantityKind ; + dcterms:description "In epidemiology, incidence is a measure of the probability of occurrence of a given medical condition in a population within a specified period of time."^^qudt:LatexString ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD064" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD064"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "In epidemiology, incidence is a measure of the probability of occurrence of a given medical condition in a population within a specified period of time." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:Incidence" ; + rdfs:isDefinedBy ; + rdfs:label "Incidence"@en ; + skos:broader quantitykind:Frequency . + +quantitykind:IncidenceProportion + a qudt:QuantityKind ; + dcterms:description "Incidence proportion (also known as cumulative incidence) is the number of new cases within a specified time period divided by the size of the population initially at risk. For example, if a population initially contains 1,000 non-diseased persons and 28 develop a condition over two years of observation, the incidence proportion is 28 cases per 1,000 persons per two years, i.e. 2.8% per two years."^^qudt:LatexString ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cumulative_incidence"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "Incidence proportion (also known as cumulative incidence) is the number of new cases within a specified time period divided by the size of the population initially at risk. For example, if a population initially contains 1,000 non-diseased persons and 28 develop a condition over two years of observation, the incidence proportion is 28 cases per 1,000 persons per two years, i.e. 2.8% per two years." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Incidence" ; + rdfs:isDefinedBy ; + rdfs:label "Incidence Proportion"@en ; + rdfs:seeAlso quantitykind:IncidenceRate ; + skos:broader quantitykind:Incidence . + +quantitykind:IncidenceRate + a qudt:QuantityKind ; + dcterms:description "The incidence rate is a measure of the frequency with which a disease or other incident occurs over a specified time period. It is also known as the incidence density rate or person-time incidence rate, when the denominator is the combined person-time of the population at risk (the sum of the time duration of exposure across all persons exposed)"^^qudt:LatexString ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "The incidence rate is a measure of the frequency with which a disease or other incident occurs over a specified time period. It is also known as the incidence density rate or person-time incidence rate, when the denominator is the combined person-time of the population at risk (the sum of the time duration of exposure across all persons exposed)" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:Incidence" ; + rdfs:isDefinedBy ; + rdfs:label "Incidence Rate"@en ; + rdfs:seeAlso quantitykind:IncidenceProportion ; + skos:broader quantitykind:Incidence . + +quantitykind:Inductance + a qudt:QuantityKind ; + dcterms:description "\"Inductance\" is an electromagentic quantity that characterizes a circuit's resistance to any change of electric current; a change in the electric current through induces an opposing electromotive force (EMF). Quantitatively, inductance is proportional to the magnetic flux per unit of electric current."^^qudt:LatexString ; + qudt:applicableUnit unit:H ; + qudt:applicableUnit unit:H_Ab ; + qudt:applicableUnit unit:H_Stat ; + qudt:applicableUnit unit:KiloH ; + qudt:applicableUnit unit:MicroH ; + qudt:applicableUnit unit:MilliH ; + qudt:applicableUnit unit:NanoH ; + qudt:applicableUnit unit:PicoH ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Inductance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD065" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-19"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD065"^^xsd:anyURI ; + qudt:latexDefinition "$L =\\frac{\\Psi}{I}$, where $I$ is an electric current in a thin conducting loop, and $\\Psi$ is the linked flux caused by that electric current."^^qudt:LatexString ; + qudt:plainTextDescription "\"Inductance\" is an electromagentic quantity that characterizes a circuit's resistance to any change of electric current; a change in the electric current through induces an opposing electromotive force (EMF). Quantitatively, inductance is proportional to the magnetic flux per unit of electric current." ; + qudt:siExactMatch si-quantity:ELIN ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Inductance" ; + rdfs:isDefinedBy ; + rdfs:label "Inductance électrique"@fr ; + rdfs:label "Indukstans"@ms ; + rdfs:label "Induktivität"@de ; + rdfs:label "Indukčnost"@cs ; + rdfs:label "inductance"@en ; + rdfs:label "inductancia"@es ; + rdfs:label "inductantia"@la ; + rdfs:label "inductanță"@ro ; + rdfs:label "indukcyjność"@pl ; + rdfs:label "induktivitás"@hu ; + rdfs:label "induktivnost"@sl ; + rdfs:label "induttanza"@it ; + rdfs:label "indutância"@pt ; + rdfs:label "İndüktans"@tr ; + rdfs:label "Индуктивност"@bg ; + rdfs:label "Индуктивность"@ru ; + rdfs:label "השראות"@he ; + rdfs:label "القاوری"@fa ; + rdfs:label "المحاثة (التحريض)"@ar ; + rdfs:label "प्रेरकत्व"@hi ; + rdfs:label "インダクタンス・誘導係数"@ja ; + rdfs:label "电感"@zh ; + rdfs:seeAlso quantitykind:MutualInductance ; + skos:altLabel "Induktiviti"@ms ; + skos:altLabel "inductivity"@en . + +quantitykind:InductanceBasedTimeConstant + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD198" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD198"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Inductance based time constant" . + +quantitykind:InfiniteMultiplicationFactor + a qudt:QuantityKind ; + dcterms:description "The \"Infinite Multiplication Factor\" is the multiplication factor for an infinite medium or for an infinite repeating lattice."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$k_\\infty$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Infinite Multiplication Factor\" is the multiplication factor for an infinite medium or for an infinite repeating lattice." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MultiplicationFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Infinite Multiplication Factor"@en ; + skos:broader quantitykind:MultiplicationFactor ; + skos:closeMatch quantitykind:EffectiveMultiplicationFactor . + +quantitykind:InformationContent + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD066" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD066"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "information content" . + +quantitykind:InformationContentExpressedAsALogarithmToBase10 + a qudt:QuantityKind ; + dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the common logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) lg 1/p(x) Hart, where p(x) is the probability of the event x"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der dekatischer Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) lg 1/p(x) Hart, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ; + qudt:symbol "0173-1#Z4-BAJ468#001" ; + rdfs:isDefinedBy ; + rdfs:label "information content expressed as a logarithm to base 10"@en-US . + +quantitykind:InformationContentExpressedAsALogarithmToBase2 + a qudt:QuantityKind ; + dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the binary logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) lb 1/p(x) Sh, where p(x) is the probability of the event x"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "I(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der binäre Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) = lb 1/p(x) Sh, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ; + qudt:symbol "0173-1#Z4-BAJ463#001" ; + rdfs:isDefinedBy ; + rdfs:label "information content expressed as a logarithm to base 2"@en-US . + +quantitykind:InformationContentExpressedAsALogarithmToBaseE + a qudt:QuantityKind ; + dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the natural logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) ln 1/p(x) nat, where p(x) is the probability of the event x"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "I(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der natürliche Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) = ln 1/p(x) nat, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ; + qudt:symbol "0173-1#Z4-BAJ469#001" ; + rdfs:isDefinedBy ; + rdfs:label "information content expressed as a logarithm to base e"@en-US . + +quantitykind:InformationEntropy + a qudt:QuantityKind ; + dcterms:description "Information Entropy is a concept from information theory. It tells how much information there is in an event. In general, the more uncertain or random the event is, the more information it will contain. The concept of information entropy was created by a mathematician. He was named Claude Elwood Shannon. It has applications in many areas, including lossless data compression, statistical inference, cryptography and recently in other disciplines as biology, physics or machine learning."^^qudt:LatexString ; + qudt:applicableUnit unit:BAN ; + qudt:applicableUnit unit:BIT ; + qudt:applicableUnit unit:BYTE ; + qudt:applicableUnit unit:ERLANG ; + qudt:applicableUnit unit:ExaBIT ; + qudt:applicableUnit unit:ExaBYTE ; + qudt:applicableUnit unit:ExbiBIT ; + qudt:applicableUnit unit:ExbiBYTE ; + qudt:applicableUnit unit:GibiBYTE ; + qudt:applicableUnit unit:GigaBYTE ; + qudt:applicableUnit unit:HART ; + qudt:applicableUnit unit:KibiBYTE ; + qudt:applicableUnit unit:KiloBYTE ; + qudt:applicableUnit unit:MebiBYTE ; + qudt:applicableUnit unit:MegaBYTE ; + qudt:applicableUnit unit:NAT ; + qudt:applicableUnit unit:PebiBIT ; + qudt:applicableUnit unit:PebiBYTE ; + qudt:applicableUnit unit:PetaBYTE ; + qudt:applicableUnit unit:SHANNON ; + qudt:applicableUnit unit:TebiBIT ; + qudt:applicableUnit unit:TebiBYTE ; + qudt:applicableUnit unit:TeraBYTE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://simple.wikipedia.org/wiki/Information_entropy"^^xsd:anyURI ; + qudt:plainTextDescription "Information Entropy is a concept from information theory. It tells how much information there is in an event. In general, the more uncertain or random the event is, the more information it will contain. The concept of information entropy was created by a mathematician. He was named Claude Elwood Shannon. It has applications in many areas, including lossless data compression, statistical inference, cryptography and recently in other disciplines as biology, physics or machine learning." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:InformationEntropy" ; + rdfs:isDefinedBy ; + rdfs:label "Information Entropy"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:InformationFlowRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:HART-PER-SEC ; + qudt:applicableUnit unit:NAT-PER-SEC ; + qudt:applicableUnit unit:SHANNON-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:InformationFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Information flow rate"@en . + +quantitykind:InitialExpansionRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:M-PER-DEG_C-M ; + qudt:applicableUnit unit:MilliM-PER-DEG_C-M ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PPM-PER-K ; + qudt:applicableUnit unit:PPTM-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:ExpansionRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Initial Expansion Ratio"@en ; + skos:broader quantitykind:ExpansionRatio . + +quantitykind:InitialNozzleThroatDiameter + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Initial Nozzle Throat Diameter"@en ; + skos:broader quantitykind:NozzleThroatDiameter . + +quantitykind:InitialVehicleMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_{o}" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Initial Vehicle Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:InitialVelocity + a qudt:QuantityKind ; + dcterms:description "The velocity of a moving body at starting; especially, the velocity of a projectile as it leaves the mouth of a firearm from which it is discharged."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "The velocity of a moving body at starting; especially, the velocity of a projectile as it leaves the mouth of a firearm from which it is discharged." ; + qudt:symbol "V_{i}" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Initial Velocity"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:InstantaneousPower + a qudt:QuantityKind ; + dcterms:description """ + For a two-terminal element or a two-terminal circuit with terminals A and B, + $\\textit{Instantaneous Power}$ is the product of the voltage $u_{AB}$ between the terminals and the electric current i in the element or circuit: + $$p = u_{AB} \\cdot i$$ + Where $u_{AB}$ is the line integral of the electric field strength from A to B, + and where the electric current in the element or circuit is taken positive if its direction is from A to B and negative in the opposite case. + $$$$ + For an n-terminal circuit, it is the sum of the instantaneous powers relative to the n - 1 pairs of terminals when one of the terminals is chosen as a common terminal for the pairs. + $$$$ + For a polyphase element, it is the sum of the instantaneous powers in all phase elements of a polyphase element. + $$$$ + For a polyphase line consisting of m line conductors and one neutral conductor, it is the sum of the m instantaneous powers expressed for each line conductor by the product of the polyphase line-to-neutral voltage and the corresponding line current. + """^^qudt:LatexString ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-30"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-31"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-02-14"^^xsd:anyURI ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-03-10"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Power"^^xsd:anyURI ; + qudt:latexDefinition "$p = ui$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ; + qudt:symbol "p" ; + rdfs:comment "Applicable units are those of quantitykind:ElectricPower" ; + rdfs:isDefinedBy ; + rdfs:label "Instantaneous Power"@en ; + skos:broader quantitykind:ElectricPower . + +quantitykind:InternalConversionFactor + a qudt:QuantityKind ; + dcterms:description "The \"InternalConversionFactor\" describes the rate of internal conversion. It is the ratio of the number of internal conversion electrons to the number of gamma quanta emitted by the radioactive atom in a given transition."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Internal_conversion_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"InternalConversionFactor\" describes the rate of internal conversion. It is the ratio of the number of internal conversion electrons to the number of gamma quanta emitted by the radioactive atom in a given transition." ; + qudt:symbol "a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:InternalConversionFactor" ; + rdfs:isDefinedBy ; + rdfs:label "InternalConversionFactor"@en . + +quantitykind:InternalEnergy + a qudt:QuantityKind ; + dcterms:description "\"Internal Energy\" is simply its energy. \"internal\" refers to the fact that some energy contributions are not considered. For instance, when the total system is in uniform motion, it has kinetic energy. This overall kinetic energy is never seen as part of the internal energy; one could call it external energy. Or, if the system is at constant non-zero height above the surface the Earth, it has constant potential energy in the gravitational field of the Earth. Gravitational energy is only taken into account when it plays a role in the phenomenon of interest, for instance in a colloidal suspension, where the gravitation influences the up- downward motion of the small particles comprising the colloid. In all other cases, gravitational energy is assumed not to contribute to the internal energy; one may call it again external energy."^^qudt:LatexString ; + qudt:abbreviation "int-energy" ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ; + qudt:exactMatch quantitykind:InternalEnergy ; + qudt:exactMatch quantitykind:ThermodynamicEnergy ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Internal_energy"^^xsd:anyURI ; + qudt:latexDefinition "For a closed thermodynamic system, $\\Delta U = Q + W$, where $Q$ is amount of heat transferred to the system and $W$ is work done on the system provided that no chemical reactions occur."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "\"Internal Energy\" is simply its energy. \"internal\" refers to the fact that some energy contributions are not considered. For instance, when the total system is in uniform motion, it has kinetic energy. This overall kinetic energy is never seen as part of the internal energy; one could call it external energy. Or, if the system is at constant non-zero height above the surface the Earth, it has constant potential energy in the gravitational field of the Earth. Gravitational energy is only taken into account when it plays a role in the phenomenon of interest, for instance in a colloidal suspension, where the gravitation influences the up- downward motion of the small particles comprising the colloid. In all other cases, gravitational energy is assumed not to contribute to the internal energy; one may call it again external energy." ; + qudt:symbol "U" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Notranja energija"@sl ; + rdfs:label "Tenaga dalaman"@ms ; + rdfs:label "energia interna"@it ; + rdfs:label "energia interna"@pt ; + rdfs:label "energia wewnętrzna"@pl ; + rdfs:label "energie internă"@ro ; + rdfs:label "energía interna"@es ; + rdfs:label "innere Energie"@de ; + rdfs:label "internal energy"@en ; + rdfs:label "vnitřní energie"@cs ; + rdfs:label "énergie interne"@fr ; + rdfs:label "İç enerji"@tr ; + rdfs:label "внутренняя энергия"@ru ; + rdfs:label "انرژی درونی"@fa ; + rdfs:label "طاقة داخلية"@ar ; + rdfs:label "आन्तरिक ऊर्जा"@hi ; + rdfs:label "内能"@zh ; + rdfs:label "内部エネルギー"@ja ; + rdfs:seeAlso quantitykind:Energy ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:GibbsEnergy ; + rdfs:seeAlso quantitykind:HelmholtzEnergy ; + skos:altLabel "energia termodinamica"@it ; + skos:altLabel "tenaga termodinamik"@ms ; + skos:altLabel "thermodynamic energy"@en ; + skos:altLabel "thermodynamische Energie"@de ; + skos:altLabel "énergie thermodynamique"@fr ; + skos:broader quantitykind:Energy . + +quantitykind:IntinsicCarrierDensity + a qudt:QuantityKind ; + dcterms:description "\"Intrinsic Carrier Density\" is proportional to electron and hole densities."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:IntrinsicCarrierDensity ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:latexDefinition "$np = n_i^2$, where $n$ is electron density and $p$ is hole density."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Intrinsic Carrier Density\" is proportional to electron and hole densities." ; + qudt:symbol "n_i" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Intrinsic Carrier Density"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:IntrinsicCarrierDensity + a qudt:QuantityKind ; + dcterms:description "\"Intrinsic Carrier Density\" is proportional to electron and hole densities."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:latexDefinition "$np = n_i^2$, where $n$ is electron density and $p$ is hole density."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Intrinsic Carrier Density\" is proportional to electron and hole densities." ; + qudt:symbol "n_i" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Intrinsic Carrier Density"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:InverseAmountOfSubstance + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:InverseAmountOfSubstance" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse amount of substance"@en . + +quantitykind:InverseEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-J ; + qudt:applicableUnit unit:PER-KiloVA-HR ; + qudt:applicableUnit unit:PER-VA-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:iec61360Code "0112/2///62720#UAD156" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD156"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:InverseEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Energy"@en . + +quantitykind:InverseEnergy_Squared + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:InverseSquareEnergy ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Energy"@en . + +quantitykind:InverseLength + a qudt:QuantityKind ; + dcterms:description "Reciprocal length or inverse length is a measurement used in several branches of science and mathematics. As the reciprocal of length, common units used for this measurement include the reciprocal metre or inverse metre ($m^{-1}$), the reciprocal centimetre or inverse centimetre ($cm^{-1}$), and, in optics, the dioptre."^^qudt:LatexString ; + qudt:applicableUnit unit:KY ; + qudt:applicableUnit unit:M-PER-HA ; + qudt:applicableUnit unit:M-PER-M2 ; + qudt:applicableUnit unit:MESH ; + qudt:applicableUnit unit:NUM-PER-M ; + qudt:applicableUnit unit:PER-ANGSTROM ; + qudt:applicableUnit unit:PER-CentiM ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Reciprocal_length"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:InverseLength" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Length"@en . + +quantitykind:InverseLengthTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-M-K ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H-1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:InverseLengthTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Length Temperature"@en . + +quantitykind:InverseMagneticFlux + a qudt:QuantityKind ; + qudt:applicableUnit unit:HZ-PER-V ; + qudt:applicableUnit unit:PER-WB ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:InverseMagneticFlux" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Magnetic Flux"@en . + +quantitykind:InverseMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-GM ; + qudt:applicableUnit unit:PER-KiloGM ; + qudt:applicableUnit unit:PER-LB ; + qudt:applicableUnit unit:PER-MilliGM ; + qudt:applicableUnit unit:PER-OZ ; + qudt:applicableUnit unit:PER-TON ; + qudt:applicableUnit unit:PER-TONNE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD157" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD157"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:InverseMass" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal mass" . + +quantitykind:InverseMass_Squared + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:InverseSquareMass ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Mass"@en . + +quantitykind:InversePermittivity + a qudt:QuantityKind ; + qudt:applicableUnit unit:M-PER-FARAD ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-4D0 ; + rdfs:comment "Applicable units are those of quantitykind:InversePermittivity" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Permittivity"@en . + +quantitykind:InversePressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-BAR ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PER-PSI ; + qudt:applicableUnit unit:PERMILLE-PER-PSI ; + qudt:exactMatch quantitykind:IsothermalCompressibility ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + rdfs:comment "Applicable units are those of quantitykind:InversePressure" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Pressure"@en . + +quantitykind:InverseSquareEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-EV2 ; + qudt:applicableUnit unit:PER-GigaEV2 ; + qudt:applicableUnit unit:PER-J2 ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + rdfs:comment "Applicable units are those of quantitykind:InverseSquareEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Energy"@en . + +quantitykind:InverseSquareMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-KiloGM2 ; + qudt:applicableUnit unit:PER-PlanckMass2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:InverseSquareMass" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Mass"@en . + +quantitykind:InverseSquareTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:InverseSquareTime" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Time"@en . + +quantitykind:InverseTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:InverseTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Temperature"@en . + +quantitykind:InverseTime + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Time"@en . + +quantitykind:InverseTimeTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:HZ-PER-K ; + qudt:applicableUnit unit:MegaHZ-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:InverseTimeTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Time Temperature"@en . + +quantitykind:InverseTime_Squared + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:InverseSquareTime ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Square Time"@en . + +quantitykind:InverseVolume + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-CentiM3 ; + qudt:applicableUnit unit:PER-FT3 ; + qudt:applicableUnit unit:PER-IN3 ; + qudt:applicableUnit unit:PER-L ; + qudt:applicableUnit unit:PER-M3 ; + qudt:applicableUnit unit:PER-MilliL ; + qudt:applicableUnit unit:PER-MilliM3 ; + qudt:applicableUnit unit:PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:InverseVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Inverse Volume"@en . + +quantitykind:IonConcentration + a qudt:QuantityKind ; + dcterms:description "\"Ion Concentration\" is the number of moles of ions per volume. This is the same physical concept as IonDensity, but with the dimensionality of moles per volume rather than number per volume."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:exactMatch quantitykind:AmountOfSubstanceIonConcentration ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "\"Ion Concentration\" is the number of moles of ions per volume. This is the same physical concept as IonDensity, but with the dimensionality of moles per volume rather than number per volume." ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Ion Concentration"@en ; + skos:broader quantitykind:Concentration . + +quantitykind:IonCurrent + a qudt:QuantityKind ; + dcterms:description "An ion current is the influx and/or efflux of ions through an ion channel."^^qudt:LatexString ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:A_Ab ; + qudt:applicableUnit unit:A_Stat ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:BIOT ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:KiloA ; + qudt:applicableUnit unit:MegaA ; + qudt:applicableUnit unit:MicroA ; + qudt:applicableUnit unit:MilliA ; + qudt:applicableUnit unit:NanoA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:PicoA ; + qudt:applicableUnit unit:PlanckCurrent ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:plainTextDescription "An ion current is the influx and/or efflux of ions through an ion channel." ; + qudt:symbol "j" ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCurrent" ; + rdfs:isDefinedBy ; + rdfs:label "Ion Current"@en ; + skos:broader quantitykind:ElectricCurrent . + +quantitykind:IonDensity + a qudt:QuantityKind ; + dcterms:description "\"Ion Density\" is the number of ions per unit volume."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "http://www.answers.com/topic/ion-density"^^xsd:anyURI ; + qudt:latexDefinition """$n^+ = \\frac{N^+}{V}$, $n^- = \\frac{N^-}{V}$ + +where $N^+$ and $N^-$ are the number of positive and negative ions, respectively, in a 3D domain with volume $V$."""^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Ion Density\" is the number of ions per unit volume." ; + qudt:symbol "N, n^+, n^-" ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Ion Density"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:IonTransportNumber + a qudt:QuantityKind ; + dcterms:description "The \"Ion Transport Number\" is a quantity which indicates the different contribution of ions to the electric current in electrolytes due to different electrical mobility."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ion_transport_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$t_B = \\frac{i_B}{i}$, where $i_B$ is the electric current carried by the ion $B$ and $i$ is the total electric current."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Ion Transport Number\" is a quantity which indicates the different contribution of ions to the electric current in electrolytes due to different electrical mobility." ; + qudt:symbol "t_B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:IonTransportNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Ion Transport Number"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:IonicCharge + a qudt:QuantityKind ; + dcterms:description "The total charge of an ion. The charge of an electron; the charge of any ion is equal to this electron charge in magnitude, or is an integral multiple of it."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR ; + qudt:applicableUnit unit:A-SEC ; + qudt:applicableUnit unit:AttoC ; + qudt:applicableUnit unit:C ; + qudt:applicableUnit unit:C_Ab ; + qudt:applicableUnit unit:C_Stat ; + qudt:applicableUnit unit:CentiC ; + qudt:applicableUnit unit:DecaC ; + qudt:applicableUnit unit:DeciC ; + qudt:applicableUnit unit:E ; + qudt:applicableUnit unit:ElementaryCharge ; + qudt:applicableUnit unit:ExaC ; + qudt:applicableUnit unit:F ; + qudt:applicableUnit unit:FR ; + qudt:applicableUnit unit:FemtoC ; + qudt:applicableUnit unit:GigaC ; + qudt:applicableUnit unit:HectoC ; + qudt:applicableUnit unit:KiloA-HR ; + qudt:applicableUnit unit:KiloC ; + qudt:applicableUnit unit:KiloJ-PER-KiloV ; + qudt:applicableUnit unit:MegaC ; + qudt:applicableUnit unit:MicroC ; + qudt:applicableUnit unit:MilliA-HR ; + qudt:applicableUnit unit:MilliA-SEC ; + qudt:applicableUnit unit:MilliC ; + qudt:applicableUnit unit:NanoC ; + qudt:applicableUnit unit:PetaC ; + qudt:applicableUnit unit:PicoC ; + qudt:applicableUnit unit:PlanckCharge ; + qudt:applicableUnit unit:TeraC ; + qudt:applicableUnit unit:YoctoC ; + qudt:applicableUnit unit:YottaC ; + qudt:applicableUnit unit:ZeptoC ; + qudt:applicableUnit unit:ZettaC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:plainTextDescription "The total charge of an ion. The charge of an electron; the charge of any ion is equal to this electron charge in magnitude, or is an integral multiple of it." ; + qudt:symbol "q" ; + rdfs:comment "Applicable units are those of quantitykind:ElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Ionic Charge"@en ; + skos:broader quantitykind:ElectricCharge . + +quantitykind:IonicStrength + a qudt:QuantityKind ; + dcterms:description "The \"Ionic Strength\" of a solution is a measure of the concentration of ions in that solution."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL-PER-KiloGM ; + qudt:applicableUnit unit:KiloMOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL_LB-PER-LB ; + qudt:applicableUnit unit:MicroMOL-PER-GM ; + qudt:applicableUnit unit:MilliMOL-PER-GM ; + qudt:applicableUnit unit:MilliMOL-PER-KiloGM ; + qudt:applicableUnit unit:NanoMOL-PER-GM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ionic_strength"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$I = \\frac{1}{2} \\sum z_i^2 b_i$, where the summation is carried out over all ions with charge number $z_i$ and molality $m_i$."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Ionic Strength\" of a solution is a measure of the concentration of ions in that solution." ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:IonicStrength" ; + rdfs:isDefinedBy ; + rdfs:label "Ionic Strength"@en . + +quantitykind:IonizationEnergy + a qudt:QuantityKind ; + dcterms:description "\"Ionization Energy\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The amount of energy required to remove an electron from that atom or molecule in the gas phase."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Ionization Energy\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The amount of energy required to remove an electron from that atom or molecule in the gas phase." ; + qudt:symbol "E_i" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Ionization Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:Irradiance + a qudt:QuantityKind ; + dcterms:description "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface."^^qudt:LatexString ; + qudt:abbreviation "W-PER-M2" ; + qudt:applicableUnit unit:MegaJ-PER-M2-DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD068" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD068"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Irradiance"^^xsd:anyURI ; + qudt:latexDefinition "$E = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the radiant flux incident on an element of the surface with area $dA$."^^qudt:LatexString ; + qudt:plainTextDescription "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface." ; + qudt:symbol "E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Irradiance" ; + rdfs:isDefinedBy ; + rdfs:label "Bestrahlungsstärke"@de ; + rdfs:label "Intenzita záření"@cs ; + rdfs:label "Kepenyinaran"@ms ; + rdfs:label "irradiance"@en ; + rdfs:label "irradiancia"@es ; + rdfs:label "irradianza"@it ; + rdfs:label "irradiância"@pt ; + rdfs:label "yoğunluk"@tr ; + rdfs:label "éclairement énergétique"@fr ; + rdfs:label "Поверхностная плотность потока энергии"@ru ; + rdfs:label "الطاقة الهلامية"@ar ; + rdfs:label "پرتو افکنی/چگالی تابش"@fa ; + rdfs:label "熱流束"@ja ; + rdfs:label "辐照度"@zh ; + skos:altLabel "koyuluk"@tr ; + skos:broader quantitykind:PowerPerArea . + +quantitykind:IsentropicCompressibility + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Isentropic compressibility}$ is the extent to which a material reduces its volume when it is subjected to compressive stresses at a constant value of entropy. + """^^qudt:LatexString ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\varkappa_S = \\frac{1}{V}\\left (\\frac{\\partial V}{\\partial p} \\right )_S$, where $V$ is volume, $p$ is $pressure$, and $S$ is entropy,"^^qudt:LatexString ; + qudt:latexSymbol "$\\varkappa_S$"^^qudt:LatexString ; + qudt:plainTextDescription "Isentropic compressibility is the extent to which a material reduces its volume when it is subjected to compressive stresses at a constant value of entropy." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:IsentropicCompressibility" ; + rdfs:isDefinedBy ; + rdfs:label "Isentropic Compressibility"@en . + +quantitykind:IsentropicExponent + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Isentropic Exponent}$ is a variant of $\\textit{Specific Heat Ratio Capacities}$. + For an ideal gas $\\textit{Isentropic Exponent}$, $\\varkappa$. is equal to $\\gamma$, + the ratio of its specific heat capacities $c_p$ and $c_v$ under steady pressure and volume. + """^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\varkappa = -\\frac{V}{p}\\left \\{ \\frac{\\partial p}{\\partial V}\\right \\}_S$, where $V$ is volume, $p$ is pressure, and $S$ is entropy."^^qudt:LatexString ; + qudt:latexSymbol "$\\varkappa$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:IsentropicExponent" ; + rdfs:isDefinedBy ; + rdfs:label "Coefficiente di dilatazione adiabatica"@it ; + rdfs:label "Coeficient de transformare adiabatică"@ro ; + rdfs:label "Coeficiente de dilatación adiabática"@es ; + rdfs:label "Coeficiente de expansão adiabática"@pt ; + rdfs:label "Isentropenexponent"@de ; + rdfs:label "Poissonova konstanta"@cs ; + rdfs:label "Wykładnik adiabaty"@pl ; + rdfs:label "adiabatni eksponent"@sl ; + rdfs:label "exposant isoentropique"@fr ; + rdfs:label "isentropic exponent"@en ; + rdfs:label "ısı sığası oranı; adyabatik indeks"@tr ; + rdfs:label "Показатель адиабаты"@ru ; + rdfs:label "نسبة السعة الحرارية"@ar ; + rdfs:label "比熱比"@ja ; + rdfs:label "绝热指数"@zh ; + rdfs:seeAlso quantitykind:IsentropicCompressibility ; + skos:altLabel "indice adiabatico"@it ; + skos:altLabel "indice adiabatique"@fr . + +quantitykind:IsothermalCompressibility + a qudt:QuantityKind ; + dcterms:description "The isothermal compressibility defines the rate of change of system volume with pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-BAR ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PER-PSI ; + qudt:applicableUnit unit:PERMILLE-PER-PSI ; + qudt:exactMatch quantitykind:InversePressure ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ; + qudt:latexDefinition "$\\varkappa_T = \\frac{1}{V}\\left (\\frac{\\partial V}{\\partial p} \\right )_T$, where $V$ is volume, $p$ is $pressure$, and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\varkappa_T$"^^qudt:LatexString ; + qudt:plainTextDescription "The isothermal compressibility defines the rate of change of system volume with pressure." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:IsothermalCompressibility" ; + rdfs:isDefinedBy ; + rdfs:label "Izotermna stisljivost"@sl ; + rdfs:label "Ketermampatan isotermik"@ms ; + rdfs:label "compresibilidad isotérmica"@es ; + rdfs:label "compressibilidade isotérmica"@pt ; + rdfs:label "compressibilité isotherme"@fr ; + rdfs:label "comprimibilità isotermica"@it ; + rdfs:label "isothermal compressibility"@en ; + rdfs:label "isotherme Kompressibilität"@de ; + rdfs:label "objemová stlačitelnost"@cs ; + rdfs:label "ściśliwość izotermiczna"@pl ; + rdfs:label "изотермический коэффициент сжимаемости"@ru ; + rdfs:label "ضریب تراکم‌پذیری همدما"@fa ; + rdfs:label "معامل الانضغاط عند ثبوت درجة الحرارة"@ar ; + rdfs:label "等温压缩率"@zh ; + rdfs:label "等温圧縮率"@ja . + +quantitykind:IsothermalMoistureCapacity + a qudt:QuantityKind ; + dcterms:description "\"Isothermal Moisture Capacity\" is the capacity of a material to absorb moisture in the Effective Moisture Penetration Depth (EMPD) model."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-GM ; + qudt:applicableUnit unit:DeciL-PER-GM ; + qudt:applicableUnit unit:DeciM3-PER-KiloGM ; + qudt:applicableUnit unit:FT3-PER-LB ; + qudt:applicableUnit unit:IN3-PER-LB ; + qudt:applicableUnit unit:L-PER-KiloGM ; + qudt:applicableUnit unit:M3-PER-KiloGM ; + qudt:applicableUnit unit:MilliL-PER-GM ; + qudt:applicableUnit unit:MilliL-PER-KiloGM ; + qudt:applicableUnit unit:MilliM3-PER-GM ; + qudt:applicableUnit unit:MilliM3-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:informativeReference "https://bigladdersoftware.com/epx/docs/8-4/engineering-reference/effective-moisture-penetration-depth-empd.html#empd-nomenclature"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:SpecificVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Isothermal Moisture Capacity"@en ; + skos:broader quantitykind:SpecificVolume . + +quantitykind:Kerma + a qudt:QuantityKind ; + dcterms:description "\"Kerma\" is the sum of the initial kinetic energies of all the charged particles liberated by uncharged ionizing radiation (i.e., indirectly ionizing radiation such as photons and neutrons) in a sample of matter, divided by the mass of the sample."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiGRAY ; + qudt:applicableUnit unit:GRAY ; + qudt:applicableUnit unit:KiloGRAY ; + qudt:applicableUnit unit:MegaGRAY ; + qudt:applicableUnit unit:NanoGRAY ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kerma_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "For indirectly ionizing (uncharged) particles, $K= \\frac{dE_{tr}}{dm}$, where $dE_{tr}$ is the mean sum of the initial kinetic energies of all the charged ionizing particles liberated by uncharged ionizing particles in an element of matter, and $dm$ is the mass of that element."^^qudt:LatexString ; + qudt:plainTextDescription "\"Kerma\" is the sum of the initial kinetic energies of all the charged particles liberated by uncharged ionizing radiation (i.e., indirectly ionizing radiation such as photons and neutrons) in a sample of matter, divided by the mass of the sample." ; + qudt:symbol "K" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Kerma" ; + rdfs:isDefinedBy ; + rdfs:label "Kerma"@en ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:KermaRate + a qudt:QuantityKind ; + dcterms:description "\"Kerma Rate\" is the kerma per unit time."^^qudt:LatexString ; + qudt:applicableUnit unit:GRAY-PER-HR ; + qudt:applicableUnit unit:GRAY-PER-MIN ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MicroGRAY-PER-HR ; + qudt:applicableUnit unit:MicroGRAY-PER-MIN ; + qudt:applicableUnit unit:MicroGRAY-PER-SEC ; + qudt:applicableUnit unit:MicroSV-PER-MIN ; + qudt:applicableUnit unit:MicroSV-PER-SEC ; + qudt:applicableUnit unit:MilliGRAY-PER-HR ; + qudt:applicableUnit unit:MilliGRAY-PER-MIN ; + qudt:applicableUnit unit:MilliGRAY-PER-SEC ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-MIN ; + qudt:applicableUnit unit:MilliSV-PER-SEC ; + qudt:applicableUnit unit:NanoGRAY-PER-HR ; + qudt:applicableUnit unit:NanoGRAY-PER-MIN ; + qudt:applicableUnit unit:NanoGRAY-PER-SEC ; + qudt:applicableUnit unit:NanoSV-PER-HR ; + qudt:applicableUnit unit:NanoSV-PER-MIN ; + qudt:applicableUnit unit:NanoSV-PER-SEC ; + qudt:applicableUnit unit:REM-PER-SEC ; + qudt:applicableUnit unit:SV-PER-HR ; + qudt:applicableUnit unit:SV-PER-MIN ; + qudt:applicableUnit unit:SV-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\dot{K} = \\frac{dK}{dt}$, where $K$ is the increment of kerma during time interval with duration $t$."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{K}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Kerma Rate\" is the kerma per unit time." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:KermaRate" ; + rdfs:isDefinedBy ; + rdfs:label "Kerma Rate"@en . + +quantitykind:KinematicViscosity + a qudt:QuantityKind ; + 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:applicableUnit unit:CentiST ; + qudt:applicableUnit unit:ST ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD070" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD070"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Viscosity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\nu = \\frac{\\eta}{\\rho}$, where $\\eta$ is dynamic viscosity and $\\rho$ is mass density."^^qudt:LatexString ; + qudt:latexSymbol "$\\nu$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:KinematicViscosity" ; + rdfs:isDefinedBy ; + rdfs:label "Kelikatan kinematik"@ms ; + rdfs:label "Kinematik akmazlık"@tr ; + rdfs:label "Viscozitate cinematică"@ro ; + rdfs:label "kinematic viscosity"@en ; + rdfs:label "kinematische Viskosität"@de ; + rdfs:label "kinematična viskoznost"@sl ; + rdfs:label "lepkość kinematyczna"@pl ; + rdfs:label "viscosidad cinemática"@es ; + rdfs:label "viscosidade cinemática"@pt ; + rdfs:label "viscosità cinematica"@it ; + rdfs:label "viscosité cinématique"@fr ; + rdfs:label "viskozita"@cs ; + rdfs:label "кинематическую вязкость"@ru ; + rdfs:label "لزوجة"@ar ; + rdfs:label "گرانروی جنبشی/ویسکوزیته جنبشی"@fa ; + rdfs:label "श्यानता"@hi ; + rdfs:label "粘度"@ja ; + rdfs:label "运动粘度"@zh ; + rdfs:seeAlso quantitykind:DynamicViscosity ; + rdfs:seeAlso quantitykind:MolecularViscosity ; + skos:broader quantitykind:AreaPerTime . + +quantitykind:KinematicViscosityOrDiffusionConstantOrThermalDiffusivity + a qudt:QuantityKind ; + dcterms:description "ratio of the dynamic viscosity and the density of a material measured at the same temperature, or ratio of the diffusion current density and carrier density gradient, or ratio of thermal conductivity divided by heat capacity"@en ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes oder Quotient Diffusionsstromdichte durch Gradient der Ladungsträgerdichte oder Quotient Wärmeleitfähigkeit durch Wärmekapazität"@de ; + qudt:symbol "0173-1#Z4-BAJ328#002" ; + rdfs:isDefinedBy ; + rdfs:label "kinematic viscosity or diffusion constant or thermal diffusivity"@en-US . + +quantitykind:KineticEnergy + a qudt:QuantityKind ; + dcterms:description "$\\textit{Kinetic Energy}$ is the energy which a body possesses as a consequence of its motion, defined as one-half the product of its mass $m$ and the square of its speed $v$, $ \\frac{1}{2} mv^{2} $. The kinetic energy per unit volume of a fluid parcel is the $ \\frac{1}{2} p v^{2}$ , where $p$ is the density and $v$ the speed of the parcel. See potential energy. For relativistic speeds the kinetic energy is given by $E_k = mc^2 - m_0 c^2$, where $c$ is the velocity of light in a vacuum, $m_0$ is the rest mass, and $m$ is the moving mass."^^qudt:LatexString ; + qudt:altSymbol "K" ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD071" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD071"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ; + qudt:latexDefinition "$T = \\frac{mv^2}{2}$, where $m$ is mass and $v$ is speed."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "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:symbol "KE" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energie cinetică"@ro ; + rdfs:label "Kinetik enerji"@tr ; + rdfs:label "Tenaga kinetik"@ms ; + rdfs:label "energia cinetica"@it ; + rdfs:label "energia cinética"@pt ; + rdfs:label "energia kinetyczna"@pl ; + rdfs:label "energía cinética"@es ; + rdfs:label "kinetic energy"@en ; + rdfs:label "kinetická energie"@cs ; + rdfs:label "kinetische Energie"@de ; + rdfs:label "énergie cinétique"@fr ; + rdfs:label "кинетическая энергия"@ru ; + rdfs:label "انرژی جنبشی"@fa ; + rdfs:label "طاقة حركية"@ar ; + rdfs:label "गतिज ऊर्जा"@hi ; + rdfs:label "动能"@zh ; + rdfs:label "運動エネルギー"@ja ; + skos:broader quantitykind:Energy . + +quantitykind:KineticOrThermalEnergy + a qudt:QuantityKind ; + dcterms:description "energy presented in the movement of a body, composed of translation and rotation energies, determined by the movement of this body compared to another system and by its mass (mass distribution) or energy in the terms of heat"@en ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "Energie, die in der Bewegung eines Körpers steckt und sich aus Translationsenergie und Rotationsenergie zusammen setzt, die durch die Bewegung dieses Körpers gegenüber einem anderen System und durch seine Masse (Massenverteilung) bestimmt wird oder Energie in Form von Wärme"@de ; + qudt:symbol "0173-1#Z4-BAJ280#002" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "kinetic or thermal energy"@en-US ; + skos:broader quantitykind:Energy . + +quantitykind:LagrangeFunction + a qudt:QuantityKind ; + dcterms:description "The Lagrange Function is a function that summarizes the dynamics of the system."^^qudt:LatexString ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-76"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lagrangian"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$L(q_i, \\dot{q_i}) = T(q_i, \\dot{q_i}) - V(q_i)$, where $T$ is kinetic energy, $V$ is potential energy, $q_i$ is a generalized coordinate, and $\\dot{q_i}$ is a generalized velocity."^^qudt:LatexString ; + qudt:plainTextDescription "The Lagrange Function is a function that summarizes the dynamics of the system." ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LagrangeFunction" ; + rdfs:isDefinedBy ; + rdfs:label "Lagrange Function"@en . + +quantitykind:Landau-GinzburgNumber + a qudt:QuantityKind ; + dcterms:description "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:LandauGinzburgNumber ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ginzburg–Landau_theory"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "At zero thermodynamic temperature $\\kappa = \\frac{\\lambda_L}{(\\varepsilon\\sqrt{2})}$, where $\\lambda_L$ is London penetration depth and $\\varepsilon$ is coherence length."^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length." ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Landau-Ginzburg Number"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:LandauGinzburgNumber + a qudt:QuantityKind ; + dcterms:description "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ginzburg–Landau_theory"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "At zero thermodynamic temperature $\\kappa = \\frac{\\lambda_L}{(\\varepsilon\\sqrt{2})}$, where $\\lambda_L$ is London penetration depth and $\\varepsilon$ is coherence length."^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length." ; + rdfs:comment "Applicable units are those of quantitykind:LandauGinzburgNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Landau-Ginzburg Number"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:LandeGFactor + a qudt:QuantityKind ; + dcterms:description "The \"Lande g-Factor\" is a particular example of a g-factor, namely for an electron with both spin and orbital angular momenta. It is named after Alfred Landé, who first described it in 1921."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/G-factor_(physics)"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Landé_g-factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$g = \\frac{\\mu}{J\\mu_B}$, where $\\mu$ is the magnitude of magnetic dipole moment, $J$ is the total angular momentum quantum number, and $\\mu_B$ is the Bohr magneton."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Lande g-Factor\" is a particular example of a g-factor, namely for an electron with both spin and orbital angular momenta. It is named after Alfred Landé, who first described it in 1921." ; + qudt:symbol "g" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LandeGFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Lande g-Factor"@en . + +quantitykind:LarmorAngularFrequency + a qudt:QuantityKind ; + dcterms:description "The \"Larmor Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Larmor_precession#Larmor_frequency"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\omega_L = \\frac{e}{2m_e}B$, where $e$ is the elementary charge, $m_e$ is the rest mass of electron, and $B$ is the magnetic flux density."^^qudt:LatexString ; + qudt:latexSymbol "$\\omega_L$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Larmor Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularFrequency" ; + rdfs:isDefinedBy ; + rdfs:label "Larmor Angular Frequency"@en ; + skos:broader quantitykind:AngularFrequency . + +quantitykind:LatticePlaneSpacing + a qudt:QuantityKind ; + dcterms:description "\"Lattice Plane Spacing\" is the distance between successive lattice planes."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Lattice Plane Spacing\" is the distance between successive lattice planes." ; + qudt:symbol "d" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Lattice Plane Spacing"@en ; + skos:broader quantitykind:Length . + +quantitykind:LatticeVector + a qudt:QuantityKind ; + dcterms:description "\"Lattice Vector\" is a translation vector that maps the crystal lattice on itself."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Lattice Vector\" is a translation vector that maps the crystal lattice on itself." ; + qudt:symbol "R" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Lattice Vector"@en ; + skos:broader quantitykind:Length . + +quantitykind:LeakageFactor + a qudt:QuantityKind ; + dcterms:description "\"Leakage Factor\" is the ratio of the total magnetic flux to the useful magnetic flux of a magnetic circuit."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:expression "$leakage-factor$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=221-04-12"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = 1 - k^2$, where $k$ is the coupling factor."^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Leakage Factor\" is the ratio of the total magnetic flux to the useful magnetic flux of a magnetic circuit." ; + rdfs:comment "Applicable units are those of quantitykind:LeakageFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Leakage Factor"@en . + +quantitykind:Length + a qudt:QuantityKind ; + dcterms:description "In geometric measurements, length most commonly refers to the longest 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:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD072" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD072"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Length"^^xsd:anyURI ; + qudt:plainTextDescription "In geometric measurements, length most commonly refers to the longest 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:siExactMatch si-quantity:LENG ; + qudt:symbol "l" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Délka"@cs ; + rdfs:label "Länge"@de ; + rdfs:label "Panjang"@ms ; + rdfs:label "comprimento"@pt ; + rdfs:label "dolžina"@sl ; + rdfs:label "długość"@pl ; + rdfs:label "hossz"@hu ; + rdfs:label "length"@en ; + rdfs:label "longitud"@es ; + rdfs:label "longitudo"@la ; + rdfs:label "longueur"@fr ; + rdfs:label "lunghezza"@it ; + rdfs:label "lungime"@ro ; + rdfs:label "uzunluk"@tr ; + rdfs:label "Μήκος"@el ; + rdfs:label "Длина"@ru ; + rdfs:label "Дължина"@bg ; + rdfs:label "אורך"@he ; + rdfs:label "طول"@ar ; + rdfs:label "طول"@fa ; + rdfs:label "लम्बाई"@hi ; + rdfs:label "長さ"@ja ; + rdfs:label "长度"@zh . + +quantitykind:LengthByForce + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Length Force"@en ; + skos:broader quantitykind:Work . + +quantitykind:LengthEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:MegaEV-FemtoM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:LengthEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Length Energy"@en . + +quantitykind:LengthMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:GM-MilliM ; + qudt:applicableUnit unit:LB-IN ; + qudt:applicableUnit unit:M-KiloGM ; + qudt:applicableUnit unit:OZ-FT ; + qudt:applicableUnit unit:OZ-IN ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:LengthMass" ; + rdfs:isDefinedBy ; + rdfs:label "Length Mass"@en . + +quantitykind:LengthMolarEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:J-M-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:LengthMolarEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Length Molar Energy"@en . + +quantitykind:LengthPerElectricCurrent + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M0H0T0D0 ; + qudt:qkdvDenominator qkdv:A0E1L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Length per Electric Current"@en . + +quantitykind:LengthRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:LengthRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Length Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:LengthTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C-CentiM ; + qudt:applicableUnit unit:K-M ; + qudt:applicableUnit unit:M-K ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:LengthTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Length Temperature"@en . + +quantitykind:LengthTemperatureTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-SEC-DEG_C ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T1D0 ; + rdfs:comment "Applicable units are those of quantitykind:LengthTemperatureTime" ; + rdfs:isDefinedBy ; + rdfs:label "Length Temperature Time"@en . + +quantitykind:Lethargy + a qudt:QuantityKind ; + dcterms:description "The \"Lethargy\" is a dimensionless logarithm of the ratio of the energy of source neutrons to the energy of neutrons after a collision."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.scribd.com/doc/51548050/149/Lethargy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$u = \\ln(\\frac{E_0}{E})$, where $E_0$ is a reference energy."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Lethargy\" is a dimensionless logarithm of the ratio of the energy of source neutrons to the energy of neutrons after a collision." ; + qudt:symbol "u" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Lethargy" ; + rdfs:isDefinedBy ; + rdfs:label "Lethargy"@en . + +quantitykind:LevelWidth + a qudt:QuantityKind ; + dcterms:description "The \"Level Width\" is the uncertainty in the energy of a quantum-mechanical system having discrete energy levels in a state that is not strictly stationary. The system may be an atom, a molecule, or an atomic nucleus."^^qudt:LatexString ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/Level+Width"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Gamma = \\frac{\\hbar}{\\tau}$, where $\\hbar$ is the reduced Planck constant and $\\tau$ is the mean lifetime."^^qudt:LatexString ; + qudt:latexSymbol "$\\Gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Level Width\" is the uncertainty in the energy of a quantum-mechanical system having discrete energy levels in a state that is not strictly stationary. The system may be an atom, a molecule, or an atomic nucleus." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LevelWidth" ; + rdfs:isDefinedBy ; + rdfs:label "Level Width"@en . + +quantitykind:LiftCoefficient + a qudt:QuantityKind ; + dcterms:description "The lift coefficient is a dimensionless coefficient that relates the lift generated by a lifting body, the dynamic pressure of the fluid flow around the body, and a reference area associated with the body."^^qudt:LatexString ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The lift coefficient is a dimensionless coefficient that relates the lift generated by a lifting body, the dynamic pressure of the fluid flow around the body, and a reference area associated with the body." ; + qudt:symbol "C_{L}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Lift Coefficient"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:LiftForce + a qudt:QuantityKind ; + dcterms:description "The lift force, lifting force or simply lift is the sum of all the forces on a body that force it to move perpendicular to the direction of flow."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription "The lift force, lifting force or simply lift is the sum of all the forces on a body that force it to move perpendicular to the direction of flow." ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Lift Force"@en ; + skos:broader quantitykind:Force . + +quantitykind:LinearAbsorptionCoefficient + a qudt:QuantityKind ; + dcterms:description "The Linear Absorption Coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha(\\lambda) = \\frac{1}{\\Phi_\\lambda(\\lambda)}\\frac{d\\Phi_\\lambda(\\lambda)}{dl}$, where $\\frac{d\\Phi}{\\Phi}$ is the relative decrease, caused by absorption, in the spectral radiant flux $\\Phi$ of a collimated beam of electromagnetic radiation corresponding to the wavelength $\\lambda$ during traversal of an infinitesimal layer of a medium and $dl$ is the length traversed."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "The Linear Absorption Coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LinearAbsorptionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Absorption Coefficient"@en . + +quantitykind:LinearAcceleration + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-SEC2 ; + qudt:applicableUnit unit:FT-PER-SEC2 ; + qudt:applicableUnit unit:G ; + qudt:applicableUnit unit:GALILEO ; + qudt:applicableUnit unit:IN-PER-SEC2 ; + qudt:applicableUnit unit:KN-PER-SEC ; + qudt:applicableUnit unit:KiloM-PER-SEC2 ; + qudt:applicableUnit unit:KiloPA-M2-PER-GM ; + qudt:applicableUnit unit:M-PER-SEC2 ; + qudt:applicableUnit unit:MI_US-PER-SEC2 ; + qudt:applicableUnit unit:MicroG ; + qudt:applicableUnit unit:MicroGALILEO ; + qudt:applicableUnit unit:MicroM-PER-SEC2 ; + qudt:applicableUnit unit:MilliG ; + qudt:applicableUnit unit:MilliGALILEO ; + qudt:applicableUnit unit:MilliM-PER-SEC2 ; + qudt:applicableUnit unit:YD-PER-SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Acceleration ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:LinearAcceleration" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Acceleration"@en . + +quantitykind:LinearAttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Linear Attenuation Coefficient\", also called the attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient, is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition """$\\mu = -\\frac{1}{J}\\frac{dJ}{dx}$, where $J$ is the magnitude of the current rate of a beam of particles parallel to the $x-direction$. + +Or: + +$\\mu(\\lambda) = \\frac{1}{\\Phi_\\lambda(\\lambda)}\\frac{d\\Phi_\\lambda(\\lambda)}{dl}$, where $\\frac{d\\Phi}{\\Phi}$ is the relative decrease in the spectral radiant flux $\\Phi$ of a collimated beam of electromagnetic radiation corresponding to the wavelength $\\lambda$ during traversal of an infinitesimal layer of a medium and $dl$ is the length traversed."""^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Linear Attenuation Coefficient\", also called the attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient, is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LinearAttenuationCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Attenuation Coefficient"@en . + +quantitykind:LinearBitDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BIT-PER-M ; + qudt:applicableUnit unit:ExbiBIT-PER-M ; + qudt:applicableUnit unit:GibiBIT-PER-M ; + qudt:applicableUnit unit:GigaBIT-PER-M ; + qudt:applicableUnit unit:KibiBIT-PER-M ; + qudt:applicableUnit unit:MebiBIT-PER-M ; + qudt:applicableUnit unit:PebiBIT-PER-M ; + qudt:applicableUnit unit:TebiBIT-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD074" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD074"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:LinearBitDensity" ; + rdfs:isDefinedBy ; + rdfs:label "lineic bit density" . + +quantitykind:LinearCompressibility + a qudt:QuantityKind ; + dcterms:description "Linear Compressibility is a measure of the relative length change of a solid as a response to a normal force change."^^qudt:LatexString ; + qudt:applicableUnit unit:MicroM-PER-N ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:plainTextDescription "Linear Compressibility is a measure of the relative length change of a solid as a response to a normal force change." ; + rdfs:comment "Applicable units are those of quantitykind:LinearCompressibility" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Compressibility"@en . + +quantitykind:LinearDensity + a qudt:QuantityKind ; + dcterms:description "The Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-PER-M ; + qudt:applicableUnit unit:KiloGM-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Linear_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_l = \\frac{dm}{dl}$, where $m$ is mass and $l$ is length."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_l$"^^qudt:LatexString ; + qudt:plainTextDescription "The Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LinearDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Density"@en . + +quantitykind:LinearElectricCharge + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD075" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD075"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "lineic electric charge" . + +quantitykind:LinearElectricChargeDensity + a qudt:QuantityKind ; + dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^qudt:LatexString ; + qudt:applicableUnit unit:C-PER-M ; + qudt:expression "$linear-charge-density$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_l = \\frac{dQ}{dl}$, where $Q$ is electric charge and $l$ is length."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_l$"^^qudt:LatexString ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively." ; + rdfs:comment "Applicable units are those of quantitykind:LinearElectricChargeDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Charge Linear Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeDensity . + +quantitykind:LinearElectricCurrent + a qudt:QuantityKind ; + dcterms:description "\"Linear Electric Linear Current\" is the electric current per unit line."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD076" ; + qudt:informativeReference "http://www.asknumbers.com/ElectricalConversion.aspx"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD076"^^xsd:anyURI ; + qudt:plainTextDescription "\"Linear Electric Linear Current\" is the electric current per unit line." ; + rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Electric Current"@en ; + skos:broader quantitykind:LinearElectricCurrentDensity . + +quantitykind:LinearElectricCurrentDensity + a qudt:QuantityKind ; + dcterms:description "\"Linear Electric Linear Current Density\" is the electric current per unit length. Electric current, $I$, through a curve $C$ is defined as $I = \\int_C J _s \\times e_n$, where $e_n$ is a unit vector perpendicular to the surface and line vector element, and $dr$ is the differential of position vector $r$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:informativeReference "http://www.asknumbers.com/ElectricalConversion.aspx"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$J_s = \\rho_A v$, where $\\rho_A$ is surface density of electric charge and $v$ is velocity."^^qudt:LatexString ; + qudt:symbol "J_s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Electric Current Density"@en ; + rdfs:seeAlso quantitykind:ElectricChargeSurfaceDensity ; + rdfs:seeAlso quantitykind:ElectricCurrentDensity . + +quantitykind:LinearEnergyTransfer + a qudt:QuantityKind ; + dcterms:description "\"Linear Energy Transfer\" (LET) is the linear density of energy lost by a charged ionizing particle travelling through matter.Typically, this measure is used to quantify the effects of ionizing radiation on biological specimens or electronic devices."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-M ; + qudt:applicableUnit unit:KiloEV-PER-MicroM ; + qudt:applicableUnit unit:MegaEV-PER-CentiM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Linear_energy_transfer"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Linear_energy_transfer"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "For ionizing charged particles, $L_\\Delta = \\frac{dE_\\Delta}{dl}$, where $dE_\\Delta$ is the mean energy lost in elctronic collisions locally to matter along a small path through the matter, minus the sum of the kinetic energies of all the electrons released with kinetic energies in excess of $\\Delta$, and $dl$ is the length of that path."^^qudt:LatexString ; + qudt:latexSymbol "$L_\\Delta$"^^qudt:LatexString ; + qudt:latexSymbol "$L_\\bigtriangleup$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Linear Energy Transfer\" (LET) is the linear density of energy lost by a charged ionizing particle travelling through matter.Typically, this measure is used to quantify the effects of ionizing radiation on biological specimens or electronic devices." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LinearEnergyTransfer" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Energy Transfer"@en . + +quantitykind:LinearExpansionCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PERCENT-PER-DecaK ; + qudt:applicableUnit unit:PERCENT-PER-K ; + qudt:expression "$lnr-exp-coef$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_l = \\frac{1}{l} \\; \\frac{dl}{dT}$, where $l$ is $length$ and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_l$"^^qudt:LatexString ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H1T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LinearExpansionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "coefficient de dilatation linéique"@fr ; + rdfs:label "coefficiente di dilatazione lineare"@it ; + rdfs:label "coeficiente de dilatação térmica linear"@pt ; + rdfs:label "coeficiente de expansión térmica lineal"@es ; + rdfs:label "linear expansion coefficient"@en ; + rdfs:label "linearer Ausdehnungskoeffizient"@de ; + rdfs:label "współczynnik liniowej rozszerzalności cieplnej"@pl ; + rdfs:label "معدل التمدد الحراري الخطي"@ar ; + rdfs:label "線熱膨張係数"@ja ; + rdfs:label "线性热膨胀系数"@zh ; + skos:broader quantitykind:ExpansionRatio . + +quantitykind:LinearForce + a qudt:QuantityKind ; + dcterms:description "Another name for Force Per Length, used by the Industry Foundation Classes (IFC) standard."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:DYN-PER-CentiM ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-M-PER-CentiM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-FT ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-M ; + qudt:applicableUnit unit:LB_F-PER-FT ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:LB_F-PER-YD ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-PER-M ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:N-PER-CentiM ; + qudt:applicableUnit unit:N-PER-M ; + qudt:applicableUnit unit:N-PER-MilliM ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:PDL-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD077" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD077"^^xsd:anyURI ; + qudt:plainTextDescription "Another name for Force Per Length, used by the Industry Foundation Classes (IFC) standard." ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerLength" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Force"@en ; + rdfs:label "Streckenlast"@de ; + skos:broader quantitykind:ForcePerLength . + +quantitykind:LinearIonization + a qudt:QuantityKind ; + dcterms:description "\"Linear Ionization\" is a description of how the ionization of an atom or molecule takes place. For example, an ion with a +2 charge can be created only from an ion with a +1 charge or a +3 charge. That is, the numerical charge of an atom or molecule must change sequentially, always moving from one number to an adjacent, or sequential, number. Using sequential ionization definition."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ionization#Classical_ionization"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$N_{il} = \\frac{1}{e}\\frac{dQ}{dl}$, where $e$ is the elementary charge and $dQ$ is the average total charge of all positive ions produced over an infinitesimal element of the path with length $dl$ by an ionizing charged particle."^^qudt:LatexString ; + qudt:plainTextDescription "\"Linear Ionization\" is a description of how the ionization of an atom or molecule takes place. For example, an ion with a +2 charge can be created only from an ion with a +1 charge or a +3 charge. That is, the numerical charge of an atom or molecule must change sequentially, always moving from one number to an adjacent, or sequential, number. Using sequential ionization definition." ; + qudt:symbol "N_{il}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LinearIonization" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Ionization"@en . + +quantitykind:LinearLogarithmicRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:B-PER-M ; + qudt:applicableUnit unit:DeciB-PER-KiloM ; + qudt:applicableUnit unit:DeciB-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD078" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD078"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:LinearLogarithmicRatio" ; + rdfs:isDefinedBy ; + rdfs:label "lineic logarithmic ratio" . + +quantitykind:LinearMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloGM-PER-KiloM ; + qudt:applicableUnit unit:LB-PER-YD ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD079" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD079"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:LinearMass" ; + rdfs:isDefinedBy ; + rdfs:label "lineic mass" . + +quantitykind:LinearMomentum + a qudt:QuantityKind ; + dcterms:description "Linear momentum is the quantity obtained by multiplying the mass of a body by its linear velocity. 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.The SI unit for linear momentum is meter-kilogram per second ($m-kg/s$)."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC ; + qudt:applicableUnit unit:MegaEV-PER-SpeedOfLight ; + qudt:applicableUnit unit:N-M-SEC-PER-M ; + qudt:applicableUnit unit:N-SEC ; + qudt:applicableUnit unit:PlanckMomentum ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Momentum ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + qudt:latexDefinition "p = m\\upsilon"^^qudt:LatexString ; + qudt:symbol "p" ; + rdfs:comment "Applicable units are those of quantitykind:LinearMomentum" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Momentum"@en . + +quantitykind:LinearPower + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD080" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD080"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "lineic power" . + +quantitykind:LinearResistance + a qudt:QuantityKind ; + qudt:applicableUnit unit:GigaOHM-PER-M ; + qudt:applicableUnit unit:KiloOHM-PER-M ; + qudt:applicableUnit unit:MegaOHM-PER-KiloM ; + qudt:applicableUnit unit:MegaOHM-PER-M ; + qudt:applicableUnit unit:MilliOHM-PER-M ; + qudt:applicableUnit unit:OHM-PER-KiloM ; + qudt:applicableUnit unit:OHM-PER-M ; + qudt:applicableUnit unit:OHM-PER-MI ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD081" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD081"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:LinearResistance" ; + rdfs:isDefinedBy ; + rdfs:label "lineic resistance" . + +quantitykind:LinearStiffness + a qudt:QuantityKind ; + dcterms:description "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:DYN-PER-CentiM ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-M-PER-CentiM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-FT ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-M ; + qudt:applicableUnit unit:LB_F-PER-FT ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:LB_F-PER-YD ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:MilliN-PER-M ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:N-PER-CentiM ; + qudt:applicableUnit unit:N-PER-M ; + qudt:applicableUnit unit:N-PER-MilliM ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:PDL-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stiffness"^^xsd:anyURI ; + qudt:plainTextDescription "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard." ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerLength" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Force"@en ; + rdfs:label "Streckenlast"@de ; + skos:broader quantitykind:ForcePerLength . + +quantitykind:LinearStrain + a qudt:QuantityKind ; + dcterms:description "A strain is a normalized measure of deformation representing the displacement between particles in the body relative to a reference length."^^qudt:LatexString ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:exactMatch quantitykind:Strain ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\xi = \\frac{\\Delta l}{l_0}$, where $\\Delta l$ is the increase in length and $l_0$ is the length in a reference state to be specified."^^qudt:LatexString ; + qudt:latexSymbol "$\\xi$"^^qudt:LatexString ; + qudt:plainTextDescription "A strain is a normalized measure of deformation representing the displacement between particles in the body relative to a reference length." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LengthRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Strain"@en ; + rdfs:seeAlso quantitykind:VolumeStrain ; + skos:broader quantitykind:LengthRatio . + +quantitykind:LinearThermalExpansion + a qudt:QuantityKind ; + dcterms:description "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: linear thermal expansion, area thermal expansion, or volumetric thermal expansion."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F-DEG_R ; + qudt:applicableUnit unit:CentiM-PER-K ; + qudt:applicableUnit unit:FT-PER-DEG_F ; + qudt:applicableUnit unit:IN-PER-DEG_F ; + qudt:applicableUnit unit:M-PER-K ; + qudt:applicableUnit unit:MicroM-PER-K ; + qudt:applicableUnit unit:MilliM-PER-K ; + qudt:applicableUnit unit:YD-PER-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_expansion#Length"^^xsd:anyURI ; + qudt:plainTextDescription "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: linear thermal expansion, area thermal expansion, or volumetric thermal expansion." ; + rdfs:comment "Applicable units are those of quantitykind:LinearThermalExpansion" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Thermal Expansion"@en . + +quantitykind:LinearTorque + a qudt:QuantityKind ; + qudt:applicableUnit unit:LB_F-FT-PER-IN ; + qudt:applicableUnit unit:LB_F-IN-PER-IN ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD082" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD082"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:LinearTorque" ; + rdfs:isDefinedBy ; + rdfs:label "lineic torque" . + +quantitykind:LinearVelocity + a qudt:QuantityKind ; + dcterms:description "Linear Velocity, as the name implies deals with speed in a straight line, the units are often $km/hr$ or $m/s$ or $mph$ (miles per hour). Linear Velocity (v) = change in distance/change in time, where $v = \\bigtriangleup d/\\bigtriangleup t$"^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Velocity ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://au.answers.yahoo.com/question/index?qid=20080319082534AAtrClv"^^xsd:anyURI ; + qudt:symbol "v" ; + rdfs:comment "Applicable units are those of quantitykind:LinearVelocity" ; + rdfs:isDefinedBy ; + rdfs:label "Linear Velocity"@en . + +quantitykind:LinearVoltageCoefficient + a qudt:QuantityKind ; + dcterms:description "ratio identifying the relationship between induced voltage and velocity"@en ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Verhältnis, das den Zusammenhang zwischen induzierter Spannung zur Geschwindigkeit kennzeichnet"@de ; + qudt:symbol "0173-1#Z4-BAJ336#003" ; + rdfs:isDefinedBy ; + rdfs:label "linear voltage coefficient"@en-US . + +quantitykind:LineicCharge + a qudt:QuantityKind ; + dcterms:description "electric charge divided by related length"@en ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:plainTextDescription "elektrische Ladung dividiert durch dazugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ457#001" ; + rdfs:isDefinedBy ; + rdfs:label "lineic charge"@en-US . + +quantitykind:LineicDataVolume + a qudt:QuantityKind ; + dcterms:description "number of data, usually dependent on the respective information complexity or its coding procedure, divided by the related length"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ331#002" ; + rdfs:isDefinedBy ; + rdfs:label "lineic data volume"@en-US . + +quantitykind:LineicLogarithmicRatio + a qudt:QuantityKind ; + dcterms:description "logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:plainTextDescription "Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ332#003" ; + rdfs:isDefinedBy ; + rdfs:label "lineic logarithmic ratio"@en-US . + +quantitykind:LineicMass + a qudt:QuantityKind ; + dcterms:description "ratio between mass divided by the related length"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:plainTextDescription "Quotient Masse dividiert durch die dazugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ341#003" ; + rdfs:isDefinedBy ; + rdfs:label "lineic mass"@en-US . + +quantitykind:LineicPower + a qudt:QuantityKind ; + dcterms:description "power divided by the associated length"@en ; + qudt:applicableUnit unit:W-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:plainTextDescription "Leistung dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ418#003" ; + rdfs:comment "Applicable units are those of quantitykind:LineicPower" ; + rdfs:isDefinedBy ; + rdfs:label "lineic power"@en-US . + +quantitykind:LineicQuantity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "lineic quantity"@en-US . + +quantitykind:LineicResistance + a qudt:QuantityKind ; + dcterms:description "ratio of resistance divided by length"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Widerstand durch Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ333#003" ; + rdfs:isDefinedBy ; + rdfs:label "lineic resistance"@en-US . + +quantitykind:LineicResolution + a qudt:QuantityKind ; + dcterms:description "graphic resolution capacity of output devices such as printers or of data acquisition such as scanners, as a number of pixels per length"@en ; + qudt:applicableUnit unit:DPI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:plainTextDescription "grafisches Auflösungsvermögen von Ausgabegeräten wie Druckern oder von Datenerfassungsgeräten wie Scannern als Anzahl der Bildpunkte je Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ438#002" ; + rdfs:comment "Applicable units are those of quantitykind:LineicResolution" ; + rdfs:isDefinedBy ; + rdfs:label "lineic resolution"@en-US ; + skos:broader quantitykind:InverseLength . + +quantitykind:LineicTorque + a qudt:QuantityKind ; + dcterms:description "torque divided by the appropriate length"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Drehmoment dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ433#001" ; + rdfs:isDefinedBy ; + rdfs:label "lineic torque"@en-US . + +quantitykind:LinkedFlux + a qudt:QuantityKind ; + dcterms:description "\"Linked Flux\" is defined as the path integral of the magnetic vector potential. This is the line integral of a magnetic vector potential $A$ along a curve $C$. The line vector element $dr$ is the differential of position vector $r$."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-A ; + qudt:applicableUnit unit:KiloWB ; + qudt:applicableUnit unit:MX ; + qudt:applicableUnit unit:MilliWB ; + qudt:applicableUnit unit:N-M-PER-A ; + qudt:applicableUnit unit:UnitPole ; + qudt:applicableUnit unit:V_Ab-SEC ; + qudt:applicableUnit unit:WB ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI ; + qudt:expression "$linked-flux$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-24"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/acref/acref-9780199233991-e-1800"^^xsd:anyURI ; + qudt:latexDefinition "$\\Psi_m = \\int_C A \\cdot dr$, where $A$ is magnetic vector potential and $dr$ is the vector element of the curve $C$."^^qudt:LatexString ; + qudt:latexSymbol "$\\Psi$"^^qudt:LatexString ; + qudt:latexSymbol "$\\Psi_m$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFlux" ; + rdfs:isDefinedBy ; + rdfs:label "Linked Flux"@en ; + skos:broader quantitykind:MagneticFlux . + +quantitykind:LiquidVolume + a qudt:QuantityKind ; + dcterms:description "Liquid volume is the volume of a given amount of liquid, that is, the amount of space a liquid takes up. There are a number of different units used to measure liquid volume, but most of them fall under either the metric system of measurement or the Imperial system of measurement."^^qudt:LatexString ; + qudt:applicableUnit unit:BBL_US ; + qudt:applicableUnit unit:BBL_US_PET ; + qudt:applicableUnit unit:CUP ; + qudt:applicableUnit unit:CUP_US ; + qudt:applicableUnit unit:CentiL ; + qudt:applicableUnit unit:GAL_IMP ; + qudt:applicableUnit unit:GAL_UK ; + qudt:applicableUnit unit:GAL_US ; + qudt:applicableUnit unit:KiloCubicFT ; + qudt:applicableUnit unit:L ; + qudt:applicableUnit unit:OZ_VOL_US ; + qudt:applicableUnit unit:PINT_US ; + qudt:applicableUnit unit:QT_US ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "http://www.ehow.com/facts_6371078_liquid-volume_.html"^^xsd:anyURI ; + qudt:plainTextDescription "Liquid volume is the volume of a given amount of liquid, that is, the amount of space a liquid takes up. There are a number of different units used to measure liquid volume, but most of them fall under either the metric system of measurement or the Imperial system of measurement." ; + rdfs:comment "Applicable units are those of quantitykind:LiquidVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Liquid Volume"@en ; + skos:broader quantitykind:Volume . + +quantitykind:Log10FrequencyInterval + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:iec61360Code "0112/2///62720#UAD084" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD084"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "logarithmic frequency interval to base 10" . + +quantitykind:Log10Ratio + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD085" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD085"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "logarithmic ratio to base 10" . + +quantitykind:LogERatio + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:iec61360Code "0112/2///62720#UAD086" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD086"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "logarithmic ratio to base e" . + +quantitykind:LogOctanolAirPartitionCoefficient + a qudt:QuantityKind ; + dcterms:description "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of liquid octanol and gaseous air at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible substances."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of liquid octanol and gaseous air at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible substances." ; + rdfs:comment "Applicable units are those of quantitykind:LogOctanolAirPartitionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Octanol Air Partition Coefficient"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:LogOctanolWaterPartitionCoefficient + a qudt:QuantityKind ; + dcterms:description "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of octanol and water at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible liquids. This property is used to measure the lipophilicity and the hydrophilicity of a substance."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of octanol and water at equilibrium. More simply, it is a comparison of the solubilities of the compound solute in these two immiscible liquids. This property is used to measure the lipophilicity and the hydrophilicity of a substance." ; + rdfs:comment "Applicable units are those of quantitykind:LogOctanolWaterPartitionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Logarithm of Octanol Water Partition Coefficient"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:LogarithmRatioToBase10 + a qudt:QuantityKind ; + dcterms:description "common logarithm of the ratio between the value of a defined variable and the value of a reference variable of the same type"@en ; + dcterms:description "dekadischer Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art"@de ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:siExactMatch si-quantity:RLGB ; + qudt:symbol "0173-1#Z4-BAJ441#002" ; + rdfs:isDefinedBy ; + rdfs:label "logarithm ratio to base 10"@en-US . + +quantitykind:LogarithmRatioToBaseE + a qudt:QuantityKind ; + dcterms:description "napierian logarithm of the ratio between the value of a given quantity and the value of a reference variable of the same type (base of logarithm: e = 2.718...)"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "natürlicher Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art (Basis des Logarithmus: e = 2,718...)"@de ; + qudt:symbol "0173-1#Z4-BAJ440#002" ; + rdfs:isDefinedBy ; + rdfs:label "logarithm ratio to base e"@en-US . + +quantitykind:LogarithmicFrequencyInterval + a qudt:QuantityKind ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD083" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD083"^^xsd:anyURI ; + qudt:latexDefinition "$G = \\log_{2}(f2/f1)$, where $f1$ and $f2 \\geq f1$ are frequencies of two tones."^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LogarithmicFrequencyInterval" ; + rdfs:isDefinedBy ; + rdfs:label "Frequenzmaßintervall"@de ; + rdfs:label "Interval měření frekvence ?"@cs ; + rdfs:label "Selang kekerapan logaritma"@ms ; + rdfs:label "intervalle de fréquence logarithmique"@fr ; + rdfs:label "intervallo logaritmico di frequenza"@it ; + rdfs:label "intervalo logarítmico de frequência"@pt ; + rdfs:label "logarithmic frequency interval"@en ; + rdfs:label "logaritmik frekans aralığı"@tr ; + rdfs:label "частотный интервал"@ru ; + rdfs:label "فاصله فرکانس لگاریتمی"@fa ; + rdfs:label "对数频率间隔"@zh ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:LogarithmicFrequencyIntervalToBase10 + a qudt:QuantityKind ; + dcterms:description "common logarithm of the ratio of two frequencies, whereby the frequency that forms the numerator is greater than the frequency that forms the denominator"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "dekadischer Logarithmus des Quotienten aus zwei Frequenzen, wobei die im Zähler stehende Frequenz größer als die Frequenz im Nenner ist"@de ; + qudt:symbol "0173-1#Z4-BAJ472#001" ; + rdfs:isDefinedBy ; + rdfs:label "logarithmic frequency interval to base 10"@en-US . + +quantitykind:LogarithmicMedianInformationFlow_SourceToBase10 + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base 10"@en ; + dcterms:isReplacedBy quantitykind:CommonLogarithmicMedianInformationFlow ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis 10"@de ; + qudt:symbol "0173-1#Z4-BAJ470#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a common logarithm "@en-US . + +quantitykind:LogarithmicMedianInformationFlow_SourceToBase2 + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base 2"@en ; + dcterms:isReplacedBy quantitykind:BinaryLogarithmicMedianInformationFlow ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis 2"@de ; + qudt:symbol "0173-1#Z4-BAJ464#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a binary logarithm"@en-US . + +quantitykind:LogarithmicMedianInformationFlow_SourceToBaseE + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base e"@en ; + dcterms:isReplacedBy quantitykind:NaturalLogarithmicMedianInformationFlow ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis e"@de ; + qudt:symbol "0173-1#Z4-BAJ471#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a natural logarithm "@en-US . + +quantitykind:LondonPenetrationDepth + a qudt:QuantityKind ; + dcterms:description "\"London Penetration Depth\" characterizes the distance to which a magnetic field penetrates into a superconductor and becomes equal to 1/e times that of the magnetic field at the surface of the superconductor."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/London_penetration_depth"^^xsd:anyURI ; + qudt:latexDefinition "If an applied magnetic field is parallel to the plane surface of a semi-infinite superconductor, the field penetrates the superconductor according to the expression $B(x) = B(0) \\exp{(\\frac{-x}{\\lambda_L})}$, where $B$ is magnetic flux density and $x$ is the distance from the surface."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"London Penetration Depth\" characterizes the distance to which a magnetic field penetrates into a superconductor and becomes equal to 1/e times that of the magnetic field at the surface of the superconductor." ; + qudt:symbol "λₗ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "London Penetration Depth"@en ; + skos:broader quantitykind:Length . + +quantitykind:Long-RangeOrderParameter + a qudt:QuantityKind ; + dcterms:description "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:LongRangeOrderParameter ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction." ; + qudt:symbol "R, s" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Long-Range Order Parameter"@en . + +quantitykind:LongRangeOrderParameter + a qudt:QuantityKind ; + dcterms:description "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction." ; + qudt:symbol "R, s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LongRangeOrderParameter" ; + rdfs:isDefinedBy ; + rdfs:label "Long-Range Order Parameter"@en . + +quantitykind:LorenzCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Lorenz Coefficient\" is part mof the Lorenz curve."^^qudt:LatexString ; + qudt:applicableUnit unit:V2-PER-K2 ; + qudt:hasDimensionVector qkdv:A0E-2L4I0M2H-2T-6D0 ; + qudt:iec61360Code "0112/2///62720#UAD087" ; + qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD087"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$L = \\frac{\\lambda}{\\sigma T}$, where $\\lambda$ is thermal conductivity, $\\sigma$ is electric conductivity, and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:plainTextDescription "\"Lorenz Coefficient\" is part mof the Lorenz curve." ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LorenzCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Lorenz Coefficient"@en . + +quantitykind:LossAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\delta = \\arctan d$, where $d$ is loss factor."^^qudt:LatexString ; + qudt:latexSymbol "$\\delta$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Loss Angle"@en ; + skos:broader quantitykind:Angle . + +quantitykind:LossFactor + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Loss Factor}$ is the inverse of $\\textit{Quality Factor}$ and is the ratio of the $\\textit{resistance}$ and modulus of $\\textit{reactance}$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$d = \\frac{1}{Q}$, where $Q$ is quality factor."^^qudt:LatexString ; + qudt:plainTextDescription "Loss Factor is the inverse of Quality Factor and is the ratio of the resistance and modulus of reactance." ; + qudt:symbol "d" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LossFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Loss Factor"@en ; + rdfs:seeAlso quantitykind:QualityFactor ; + rdfs:seeAlso quantitykind:Reactance ; + rdfs:seeAlso quantitykind:Resistance . + +quantitykind:Loudness + a qudt:QuantityKind ; + dcterms:description "measure of the subjective hearing sensation on a scale extending from soft to loud; a progressive mono-frequency (single-frequency) wave of frequency 1 kHz and sound pressure level 40 dB, directed head-on to hearers is assigned the loudness 1 sone, and a tone which is identified by the listeners as being n-times as loud as that identified by 1 sone is assigned the loudness n sone"@en ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD088" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD088"^^xsd:anyURI ; + qudt:plainTextDescription "Maß für die Stärke der subjektiven Hörempfindung, welche auf einer Skala \"leise-laut\" in sone skaliert wird; einer frei fortschreitenden monofrequenten Welle mit der Frequenz 1 kHz und dem Schalldruckpegel 40 dB, die frontal auf die Zuhörer trifft, ist die Lautheit 1 sone zugeordnet und ein Laut, welcher von den Zuhörern als n-mal so laut wie derjenige mit 1 sone bezeichnet wird, erhält die Lautheit n sone zugeordnet"@de ; + qudt:symbol "0173-1#Z4-BAJ334#002" ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "loudness" ; + rdfs:label "loudness"@en-US ; + skos:broader quantitykind:Dimensionless . + +quantitykind:LoudnessLevel + a qudt:QuantityKind ; + dcterms:description "value specified in phon as a measure of the level of the subjective perception of a sound which corresponds to the sound pressure level of a reference sound specified in dB which comprises a wave coming from the front with a frequency of 1000 Hz and assessed to be just as loud as the noise"@en ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD089" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD089"^^xsd:anyURI ; + qudt:plainTextDescription "in phon angegebener Wert als Maß für die Stärke der subjektiven Wahrnehmung eines Schallvorgange, der zahlenmäßig dem in dB angegebenen Schalldruckpegel eines Referenzschalls entspricht, der aus einer frontal einfallenden ebenen Welle mit der Frequenz 1000 Hz besteht und als gleich laut wie das Geräusch empfunden wird"@de ; + qudt:symbol "0173-1#Z4-BAJ361#002" ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "loudness level" ; + rdfs:label "loudness level"@en-US ; + skos:broader quantitykind:Dimensionless . + +quantitykind:LowerCriticalMagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Lower Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for magnetic flux entering the superconductor."^^qudt:LatexString ; + qudt:applicableUnit unit:GAMMA ; + qudt:applicableUnit unit:GAUSS ; + qudt:applicableUnit unit:KiloGAUSS ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:MicroT ; + qudt:applicableUnit unit:MilliT ; + qudt:applicableUnit unit:NanoT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Lower Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for magnetic flux entering the superconductor." ; + qudt:symbol "B_{c1}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFluxDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Lower Critical Magnetic Flux Density"@en ; + skos:broader quantitykind:MagneticFluxDensity ; + skos:closeMatch quantitykind:UpperCriticalMagneticFluxDensity . + +quantitykind:Luminance + a qudt:QuantityKind ; + dcterms:description "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle."^^qudt:LatexString ; + qudt:applicableUnit unit:CD-PER-FT2 ; + qudt:applicableUnit unit:CD-PER-IN2 ; + qudt:applicableUnit unit:CD-PER-M2 ; + qudt:applicableUnit unit:LA ; + qudt:applicableUnit unit:LA_FT ; + qudt:applicableUnit unit:LM-PER-FT2 ; + qudt:applicableUnit unit:LM-PER-M2 ; + qudt:applicableUnit unit:STILB ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Luminance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD090" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD090"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Luminance"^^xsd:anyURI ; + qudt:latexDefinition "$L_v = \\frac{dI_v}{dA}$, where $dI_v$ is the luminous intensity of an element of the surface with the area $dA$ of the orthogonal projection of this element on a plane perpendicular to the given direction."^^qudt:LatexString ; + qudt:plainTextDescription "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle." ; + qudt:siExactMatch si-quantity:LUMA ; + qudt:symbol "L_v" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Luminance" ; + rdfs:isDefinedBy ; + rdfs:label "Luminance"@en . + +quantitykind:LuminousEfficacy + a qudt:QuantityKind ; + dcterms:description "Luminous Efficacy is the ratio of luminous flux (in lumens) to power (usually measured in watts). Depending on context, the power can be either the radiant flux of the source's output, or it can be the total electric power consumed by the source."^^qudt:LatexString ; + qudt:applicableUnit unit:LM-PER-W ; + qudt:expression "$lm/w$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD091" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD091"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Luminous_efficacy"^^xsd:anyURI ; + qudt:latexDefinition "$K = \\frac{\\Phi_v}{\\Phi}$, where $\\Phi_v$ is the luminous flux and $\\Phi$ is the corresponding radiant flux."^^qudt:LatexString ; + qudt:plainTextDescription "Luminous Efficacy is the ratio of luminous flux (in lumens) to power (usually measured in watts). Depending on context, the power can be either the radiant flux of the source's output, or it can be the total electric power consumed by the source." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LuminousEfficacy" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Efficacy"@en . + +quantitykind:LuminousEmittance + a qudt:QuantityKind ; + dcterms:description "\"Luminous Emittance\" is the luminous flux per unit area emitted from a surface."^^qudt:LatexString ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD092" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD092"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Luminous Emittance\" is the luminous flux per unit area emitted from a surface." ; + qudt:symbol "M_v" ; + rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Emmitance"@en ; + skos:broader quantitykind:LuminousFluxPerArea . + +quantitykind:LuminousEnergy + a qudt:QuantityKind ; + dcterms:description "Luminous Energy is the perceived energy of light. This is sometimes also called the quantity of light."^^qudt:LatexString ; + qudt:altSymbol "Qv" ; + qudt:applicableUnit unit:LM-HR ; + qudt:applicableUnit unit:LM-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD373" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD373"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Luminous_energy"^^xsd:anyURI ; + qudt:latexDefinition "$Q_v = \\int_{0}^{\\Delta t}{\\Phi_v}{dt}$, where $\\Phi_v$ is the luminous flux occurring during the time interval with duration $\\Delta t$."^^qudt:LatexString ; + qudt:plainTextDescription "Luminous Energy is the perceived energy of light. This is sometimes also called the quantity of light." ; + qudt:symbol "Q_v" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LuminousEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Energy"@en ; + skos:closeMatch quantitykind:RadiantEnergy . + +quantitykind:LuminousExitance + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Luminous Exitance}$ is the ratio of the luminous flux dΦ, leaving an element of the surface containing the point, by the area dA of that element. + """^^qudt:LatexString ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:plainTextDescription "Luminous Exitance is the ratio of the luminous flux dΦ, leaving an element of the surface containing the point, by the area dA of that element."@en ; + qudt:plainTextDescription "Quotient aus dem Lichtstrom dΦ, der ein den Punkt enthaltendes Element der Oberfläche verlässt, und der Fläche dA dieses Elementes"@de ; + qudt:symbol "0173-1#Z4-BAJ382#002" ; + rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "luminous exitance"@en-US ; + skos:broader quantitykind:LuminousFluxPerArea . + +quantitykind:LuminousExposure + a qudt:QuantityKind ; + dcterms:description "Luminous Exposure is the time-integrated illuminance."^^qudt:LatexString ; + qudt:altSymbol "Hv" ; + qudt:applicableUnit unit:LUX-HR ; + qudt:applicableUnit unit:LUX-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD093" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD093"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Exposure_(photography)#Photometric_and_radiometric_exposure"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Luminous_energy"^^xsd:anyURI ; + qudt:plainTextDescription "Luminous Exposure is the time-integrated illuminance." ; + qudt:symbol "H_v" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LuminousExposure" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Exposure"@en . + +quantitykind:LuminousFlux + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Luminous Flux}$, or $\\textit{Luminous Power}$, is the measure of the perceived power of light. + It differs from radiant flux, the measure of the total power of light emitted, + in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. + """^^qudt:LatexString ; + qudt:applicableUnit unit:KiloLM ; + qudt:applicableUnit unit:LM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Luminous_flux"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD094" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD094"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$\\Phi_v = K_m \\int_{0}^{\\infty}{\\Phi_\\lambda(\\lambda)}{V(\\lambda)d\\lambda}$, where $K_m$ is the maximum spectral luminous efficacy, $\\Phi_\\lambda(\\lambda)$ is the spectral radiant flux, $V(\\lambda)$ is the spectral luminous efficiency, and $\\lambda$ is the wavelength."^^qudt:LatexString ; + qudt:plainTextDescription "Luminous Flux or Luminous Power is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light." ; + qudt:siExactMatch si-quantity:LUFL ; + qudt:symbol "F" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LuminousFlux" ; + rdfs:isDefinedBy ; + rdfs:label "Fluks berluminositi"@ms ; + rdfs:label "Lichtstrom"@de ; + rdfs:label "Světelný tok"@cs ; + rdfs:label "fluctús lucis"@la ; + rdfs:label "flujo luminoso"@es ; + rdfs:label "flusso luminoso"@it ; + rdfs:label "flux lumineux"@fr ; + rdfs:label "flux luminos"@ro ; + rdfs:label "fluxo luminoso"@pt ; + rdfs:label "fényáram"@hu ; + rdfs:label "işık akısı"@tr ; + rdfs:label "luminous flux"@en ; + rdfs:label "strumień świetlny"@pl ; + rdfs:label "svetlobni tok"@sl ; + rdfs:label "Светлинен поток"@bg ; + rdfs:label "Световой поток"@ru ; + rdfs:label "שטף הארה"@he ; + rdfs:label "التدفق الضوئي"@ar ; + rdfs:label "شار نوری"@fa ; + rdfs:label "प्रकाशीय बहाव"@hi ; + rdfs:label "光束"@ja ; + rdfs:label "光通量"@zh . + +quantitykind:LuminousFluxPerArea + a qudt:QuantityKind ; + dcterms:description "In photometry, illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of how much the incident light illuminates the surface, wavelength-weighted by the luminosity function to correlate with human brightness perception. Similarly, luminous emittance is the luminous flux per unit area emitted from a surface. In SI derived units these are measured in $lux (lx)$ or $lumens per square metre$ ($cd \\cdot m^{-2}$). In the CGS system, the unit of illuminance is the $phot$, which is equal to $10,000 lux$. The $foot-candle$ is a non-metric unit of illuminance that is used in photography."^^qudt:LatexString ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Flux per Area"@en . + +quantitykind:LuminousFluxRatio + a qudt:QuantityKind ; + dcterms:description "Luminous Flux Ratio (or Relative Luminous Flux or Relative Luminous Power) is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. It is expressed as a percentage or fraction of full power."^^qudt:LatexString ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI ; + qudt:plainTextDescription "Luminous Flux Ratio (or Relative Luminous Flux or Relative Luminous Power) is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. It is expressed as a percentage or fraction of full power." ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H0T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:LuminousFluxRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Luminous Flux Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:LuminousIntensity + a qudt:QuantityKind ; + 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:applicableUnit unit:CD ; + qudt:applicableUnit unit:CD_IT ; + qudt:applicableUnit unit:CP ; + qudt:applicableUnit unit:HK ; + qudt:applicableUnit unit:KiloCD ; + qudt:applicableUnit unit:MilliCD ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Luminous_intensity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD095" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD095"^^xsd:anyURI ; + qudt:plainTextDescription "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:siExactMatch si-quantity:LUIN ; + qudt:symbol "J" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LuminousIntensity" ; + rdfs:isDefinedBy ; + rdfs:label "Keamatan berluminositi"@ms ; + rdfs:label "Lichtstärke"@de ; + rdfs:label "Svítivost"@cs ; + rdfs:label "fényerősség"@hu ; + rdfs:label "intensidad luminosa"@es ; + rdfs:label "intensidade luminosa"@pt ; + rdfs:label "intensitas luminosa"@la ; + rdfs:label "intensitate luminoasă"@ro ; + rdfs:label "intensità luminosa"@it ; + rdfs:label "intensité lumineuse"@fr ; + rdfs:label "luminous intensity"@en ; + rdfs:label "svetilnost"@sl ; + rdfs:label "ışık şiddeti"@tr ; + rdfs:label "światłość"@pl ; + rdfs:label "Ένταση Φωτεινότητας"@el ; + rdfs:label "Интензитет на светлината"@bg ; + rdfs:label "Сила света"@ru ; + rdfs:label "עוצמת הארה"@he ; + rdfs:label "شدة الإضاءة"@ar ; + rdfs:label "شدت نور"@fa ; + rdfs:label "प्रकाशीय तीव्रता"@hi ; + rdfs:label "光度"@ja ; + rdfs:label "发光强度"@zh . + +quantitykind:LuminousIntensityDistribution + a qudt:QuantityKind ; + dcterms:description "\"Luminous Intensity Distribution\" is a measure of the luminous intensity of a light source that changes according to the direction of the ray. It is normally based on some standardized distribution light distribution curves. Usually measured in Candela/Lumen (cd/lm) or (cd/klm)."^^qudt:LatexString ; + qudt:applicableUnit unit:CD-PER-KiloLM ; + qudt:applicableUnit unit:CD-PER-LM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "\"Luminous Intensity Distribution\" is a measure of the luminous intensity of a light source that changes according to the direction of the ray. It is normally based on some standardized distribution light distribution curves. Usually measured in Candela/Lumen (cd/lm) or (cd/klm)." ; + rdfs:comment "Applicable units are those of quantitykind:LuminousIntensityDistribution" ; + rdfs:isDefinedBy ; + rdfs:label "Ion Concentration"@en . + +quantitykind:MASS-DELIVERED + a qudt:QuantityKind ; + dcterms:description "The minimum mass a propulsive system can deliver to a specified target or location. Most mass- delivered requirements have associated Delta-V requirements, effectively specifying the path between the two points."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "The minimum mass a propulsive system can deliver to a specified target or location. Most mass- delivered requirements have associated Delta-V requirements, effectively specifying the path between the two points." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Delivered"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MASS-GROWTH-ALLOWANCE + a qudt:QuantityKind ; + dcterms:description "A factor applied to basic mass at the lowest level of design detail available based on type and maturity of hardware according to an approved MGA depletion schedule."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "A factor applied to basic mass at the lowest level of design detail available based on type and maturity of hardware according to an approved MGA depletion schedule." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Growth Allowance"@en ; + skos:altLabel "MGA" ; + skos:broader quantitykind:Mass . + +quantitykind:MASS-MARGIN + a qudt:QuantityKind ; + dcterms:description "Requirement minus predicted value. Margin is used as a metric in risk management. Positive margin mitigates the risk of mass increases from requirements maturation and implementation, underestimated predicted system, or subsystem mass."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Requirement minus predicted value. Margin is used as a metric in risk management. Positive margin mitigates the risk of mass increases from requirements maturation and implementation, underestimated predicted system, or subsystem mass." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Margin"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MASS-PROPERTY-UNCERTAINTY + a qudt:QuantityKind ; + dcterms:description "Variation in predicted MP due to lack of definition, manufacturing variations, environment effects, or accuracy limitation of measuring devices."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Variation in predicted MP due to lack of definition, manufacturing variations, environment effects, or accuracy limitation of measuring devices." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Property Uncertainty"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MOMENT-OF-INERTIA_Y + a qudt:QuantityKind ; + dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:MomentOfInertia_Y ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; + qudt:symbol "I_{y}" ; + rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia" ; + rdfs:isDefinedBy ; + rdfs:label "Moment of Inertia in the Y axis"@en ; + skos:altLabel "MOI" ; + skos:broader quantitykind:MomentOfInertia . + +quantitykind:MOMENT-OF-INERTIA_Z + a qudt:QuantityKind ; + dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:MomentOfInertia_Z ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; + qudt:symbol "I_{z}" ; + rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia" ; + rdfs:isDefinedBy ; + rdfs:label "Moment of Inertia in the Z axis"@en ; + skos:altLabel "MOI" ; + skos:broader quantitykind:MomentOfInertia . + +quantitykind:MachNumber + a qudt:QuantityKind ; + 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:applicableUnit unit:MACH ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mach_number"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD364" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD364"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mach_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ; + qudt:latexDefinition "$Ma = \\frac{v_o}{c_o}$, where $v_0$ is speed, and $c_o$ is speed of sound."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ; + qudt:plainTextDescription "\"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:qkdvDenominator qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:symbol "Ma" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MachNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Mach number"@en ; + rdfs:label "Mach sayısı"@tr ; + rdfs:label "Mach-Zahl"@de ; + rdfs:label "Machovo číslo"@cs ; + rdfs:label "Machovo število"@sl ; + rdfs:label "Nombor Mach"@ms ; + rdfs:label "liczba Macha"@pl ; + rdfs:label "nombre de Mach"@fr ; + rdfs:label "numero di Mach"@it ; + rdfs:label "număr Mach"@ro ; + rdfs:label "número de Mach"@es ; + rdfs:label "número de Mach"@pt ; + rdfs:label "число Маха"@ru ; + rdfs:label "عدد ماخ"@ar ; + rdfs:label "عدد ماخ"@fa ; + rdfs:label "मैक संख्या"@hi ; + rdfs:label "マッハ数n"@ja ; + rdfs:label "马赫"@zh ; + skos:broader quantitykind:DimensionlessRatio ; + skos:closeMatch . + +quantitykind:MacroscopicCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Macroscopic Cross-section\" is the sum of the cross-sections for a reaction or process of a specified type over all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\sum = n_1\\sigma_1 + \\cdots + n_j\\sigma_j +$, where $n_j$ is the number density and $\\sigma_j$ the cross-section for entities of type $j$."^^qudt:LatexString ; + qudt:latexSymbol "$\\sum$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Macroscopic Cross-section\" is the sum of the cross-sections for a reaction or process of a specified type over all atoms or other entities in a given 3D domain, divided by the volume of that domain." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Macroscopic Cross-section"@en ; + skos:broader quantitykind:CrossSection . + +quantitykind:MacroscopicTotalCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Macroscopic Total Cross-section\" is the total cross-sections for all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nuclear_cross_section"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\sum_{tot}, \\sum_T$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Macroscopic Total Cross-section\" is the total cross-sections for all atoms or other entities in a given 3D domain, divided by the volume of that domain." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Macroscopic Total Cross-section"@en ; + skos:broader quantitykind:CrossSection . + +quantitykind:MadelungConstant + a qudt:QuantityKind ; + 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:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Madelung_constant"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "For a uni-univalent ionic crystal of specified structure, the binding energy $V_b$ per pair of ions is $V_b = \\alpha\\frac{e^2}{4\\pi \\varepsilon_0 a}$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, and $a$ is the lattice constant which should be specified."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "\"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:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MadelungConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Constante de Madelung"@es ; + rdfs:label "Constante de Madelung"@fr ; + rdfs:label "Costante di Madelung"@it ; + rdfs:label "Madelung constant"@en ; + rdfs:label "Madelung-Konstante"@de ; + rdfs:label "Stała Madelunga"@pl ; + rdfs:label "constante de Madelung"@pt ; + rdfs:label "постоянная Маделунга"@ru ; + rdfs:label "ثابت مادلونك"@ar ; + rdfs:label "ثابت مادلونگ"@fa ; + rdfs:label "マーデルングエネルギー"@ja ; + rdfs:label "馬德隆常數"@zh . + +quantitykind:MagneticAreaMoment + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Area 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 Area Moment\" is also referred to as \"Magnetic Moment\"."^^qudt:LatexString ; + qudt:applicableUnit unit:A-M2 ; + qudt:applicableUnit unit:A_Ab-CentiM2 ; + qudt:applicableUnit unit:EV-PER-T ; + qudt:applicableUnit unit:J-PER-T ; + qudt:exactMatch quantitykind:MagneticMoment ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$m = I e_n A$, where $I$ is electric current in a small closed loop, $e_n$ is a unit vector perpendicular to the loop, and $A$ is the area of the loop. The magnetic moment of a substance within a domain is the vector sum of the magnetic moments of all entities included in the domain."^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetic Area 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 Area Moment\" is also referred to as \"Magnetic Moment\"." ; + qudt:symbol "m" ; + rdfs:comment "Applicable units are those of quantitykind:MagneticAreaMoment" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Area Moment"@en . + +quantitykind:MagneticDipoleMoment + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Dipole Moment\" is the magnetic moment of a system is a measure of the magnitude and the direction of its magnetism. Magnetic moment usually refers to its Magnetic Dipole Moment, and quantifies the contribution of the system's internal magnetism to the external dipolar magnetic field produced by the system (that is, the component of the external magnetic field that is inversely proportional to the cube of the distance to the observer). The Magnetic Dipole Moment is a vector-valued quantity. For a particle or nucleus, vector quantity causing an increment $\\Delta W = -\\mu \\cdot B$ to its energy $W$ in an external magnetic field with magnetic flux density $B$."^^qudt:LatexString ; + qudt:applicableUnit unit:N-M2-PER-A ; + qudt:applicableUnit unit:WB-M ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD096" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-55"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD096"^^xsd:anyURI ; + qudt:informativeReference "https://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition """$E_m = -m \\cdot B$, where $E_m$ is the interaction energy of the molecule with magnetic diploe moment $m$ and a magnetic field with magnetic flux density $B$ + +or, + +$J_m = \\mu_0 M$ where $\\mu_0$ is the magnetic constant and $M$ is Magnetization."""^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:symbol "J_m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticDipoleMoment" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Dipole Moment"@en . + +quantitykind:MagneticDipoleMomentOfAMolecule + a qudt:QuantityKind ; + dcterms:description "Em = -m•B, where Em is the interaction energy of the molecule with the magnetic dipole moment m and a magnetic field with the magnetic induced flux density B"@en ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:plainTextDescription "Em = -m•B, wobei Em die Interaktionsenergie vom Molekül ist mit dem magnetischem Dipolmoment m und einem Magnetfeld mit der magnetischen Induktionsflussdichte B"@de ; + qudt:symbol "0173-1#Z4-BAJ460#001" ; + rdfs:isDefinedBy ; + rdfs:label "magnetic dipole moment of a molecule"@en-US . + +quantitykind:MagneticField + a qudt:QuantityKind ; + dcterms:description "The Magnetic Field, denoted $B$, is a fundamental field in electrodynamics which characterizes the magnetic force exerted by electric currents. It is closely related to the auxillary magnetic field H (see quantitykind:AuxillaryMagneticField)."^^qudt:LatexString ; + qudt:applicableUnit unit:GAMMA ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:symbol "B" ; + rdfs:comment "Applicable units are those of quantitykind:MagneticField" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Field"@en . + +quantitykind:MagneticFieldStrength + a qudt:QuantityKind ; + dcterms:description "$\\textit{Magnetic Field Strength}$ is a vector quantity obtained at a given point by subtracting the magnetization $M$ from the magnetic flux density $B$ divided by the magnetic constant $\\mu_0$. The magnetic field strength is related to the total current density $J_{tot}$ via: $\\text{rot} H = J_{tot}$."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:AT-PER-IN ; + qudt:applicableUnit unit:AT-PER-M ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:applicableUnit unit:OERSTED ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD098" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD098"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{H} = \\frac{\\mathbf{B} }{\\mu_0} - M$, where $\\mathbf{B} $ is magnetic flux density, $\\mu_0$ is the magnetic constant and $M$ is magnetization."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{H} $"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:MAFD ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFieldStrength" ; + rdfs:isDefinedBy ; + rdfs:label "Câmp magnetic"@ro ; + rdfs:label "Kekuatan medan magnetik"@ms ; + rdfs:label "Magnetické pole"@cs ; + rdfs:label "Manyetik alan"@tr ; + rdfs:label "intensidad de campo magnético"@es ; + rdfs:label "intensidade de campo magnético"@pt ; + rdfs:label "intensità di campo magnetico"@it ; + rdfs:label "intensité de champ magnétique"@fr ; + rdfs:label "jakost magnetnega polja"@sl ; + rdfs:label "magnetic field strength"@en ; + rdfs:label "magnetische Feldstärke"@de ; + rdfs:label "pole magnetyczne"@pl ; + rdfs:label "Магнитное поле"@ru ; + rdfs:label "حقل مغناطيسي"@ar ; + rdfs:label "شدت میدان مغناطیسی"@fa ; + rdfs:label "磁場"@ja ; + rdfs:label "磁場"@zh ; + skos:broader quantitykind:ElectricCurrentPerLength . + +quantitykind:MagneticFieldStrength_H + a qudt:QuantityKind ; + dcterms:description "$\\textit{Magnetic Field Strength}$ is a vector quantity obtained at a given point by subtracting the magnetization $M$ from the magnetic flux density $B$ divided by the magnetic constant $\\mu_0$. The magnetic field strength is related to the total current density $J_{tot}$ via: $\\text{rot} H = J_{tot}$."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:MagneticFieldStrength ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD098" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD098"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{H} = \\frac{\\mathbf{B} }{\\mu_0} - M$, where $\\mathbf{B} $ is magnetic flux density, $\\mu_0$ is the magnetic constant and $M$ is magnetization."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{H} $"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:MAFD ; + rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Câmp magnetic"@ro ; + rdfs:label "Kekuatan medan magnetik"@ms ; + rdfs:label "Magnetické pole"@cs ; + rdfs:label "Manyetik alan"@tr ; + rdfs:label "intensidad de campo magnético"@es ; + rdfs:label "intensidade de campo magnético"@pt ; + rdfs:label "intensità di campo magnetico"@it ; + rdfs:label "intensité de champ magnétique"@fr ; + rdfs:label "jakost magnetnega polja"@sl ; + rdfs:label "magnetic field strength"@en ; + rdfs:label "magnetische Feldstärke"@de ; + rdfs:label "pole magnetyczne"@pl ; + rdfs:label "Магнитное поле"@ru ; + rdfs:label "حقل مغناطيسي"@ar ; + rdfs:label "شدت میدان مغناطیسی"@fa ; + rdfs:label "磁場"@ja ; + rdfs:label "磁場"@zh ; + skos:broader quantitykind:ElectricCurrentPerLength . + +quantitykind:MagneticFlux + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-A ; + qudt:applicableUnit unit:KiloWB ; + qudt:applicableUnit unit:MX ; + qudt:applicableUnit unit:MilliWB ; + qudt:applicableUnit unit:N-M-PER-A ; + qudt:applicableUnit unit:UnitPole ; + qudt:applicableUnit unit:V_Ab-SEC ; + qudt:applicableUnit unit:WB ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI ; + qudt:expression "$magnetic-flux$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD099" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/acref/acref-9780199233991-e-1800"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD099"^^xsd:anyURI ; + qudt:latexDefinition "$\\Phi = \\int_S B \\cdot e_n d A$, over a surface $S$, where $B$ is magnetic flux density and $e_n dA$ is the vector surface element."^^qudt:LatexString ; + qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ; + qudt:latexSymbol "$\\phi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFlux" ; + rdfs:isDefinedBy ; + rdfs:label "Fluks magnet"@ms ; + rdfs:label "Flux d'induction magnétique"@fr ; + rdfs:label "Magnetický tok"@cs ; + rdfs:label "flujo magnético"@es ; + rdfs:label "flusso magnetico"@it ; + rdfs:label "flux de inducție magnetică"@ro ; + rdfs:label "fluxo magnético"@pt ; + rdfs:label "fluxus magneticus"@la ; + rdfs:label "magnetic flux"@en ; + rdfs:label "magnetischer Flux"@de ; + rdfs:label "magnetni pretok"@sl ; + rdfs:label "manyetik akı"@tr ; + rdfs:label "mágneses fluxus"@hu ; + rdfs:label "strumień magnetyczny"@pl ; + rdfs:label "Магнитен поток"@bg ; + rdfs:label "Магнитный поток"@ru ; + rdfs:label "שטף מגנטי"@he ; + rdfs:label "التدفق المغناطيسي"@ar ; + rdfs:label "شار مغناطیسی"@fa ; + rdfs:label "चुम्बकीय बहाव"@hi ; + rdfs:label "磁束"@ja ; + rdfs:label "磁通量"@zh . + +quantitykind:MagneticFluxDensity + a qudt:QuantityKind ; + 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:applicableUnit unit:GAMMA ; + qudt:applicableUnit unit:GAUSS ; + qudt:applicableUnit unit:KiloGAUSS ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:MicroT ; + qudt:applicableUnit unit:MilliT ; + qudt:applicableUnit unit:NanoT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD100" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/acref/acref-9780199233991-e-1798"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD100"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{F} = qv \\times B$, where $F$ is force and $v$ is velocity of any test particle with electric charge $q$."^^qudt:LatexString ; + qudt:plainTextDescription "vektorielle Feldgröße B, die auf jedes geladene Teilchen, das eine Geschwindigkeit v hat, eine Kraft F ausübt, die gleich dem Produkt aus dem Vektorprodukt v x B und der elektrischen Ladung Q des Teilchens ist oder vektorielle Größe gleich dem Produkt aus der Magnetisierung M und der magnetischen Feldkonstante µ₀"@de ; + qudt:symbol "B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFluxDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Densidad de flujo magnético"@es ; + rdfs:label "Densité de flux magnétique"@fr ; + rdfs:label "Ketumpatan fluks magnet"@ms ; + rdfs:label "Magnetická indukce"@cs ; + rdfs:label "densidade de fluxo magnético"@pt ; + rdfs:label "densitas fluxus magnetici"@la ; + rdfs:label "densità di flusso magnetico"@it ; + rdfs:label "gostota magnetnega pretoka"@sl ; + rdfs:label "inducție magnetică"@ro ; + rdfs:label "indukcja magnetyczna"@pl ; + rdfs:label "magnetic flux density"@en ; + rdfs:label "magnetic flux density"@en-US ; + rdfs:label "magnetische Flussdichte"@de ; + rdfs:label "manyetik akı yoğunluğu"@tr ; + rdfs:label "mágneses indukció"@hu ; + rdfs:label "Магнитна индукция"@bg ; + rdfs:label "Магнитная индукция"@ru ; + rdfs:label "צפיפות שטף מגנטי"@he ; + rdfs:label "المجال المغناطيسي"@ar ; + rdfs:label "چگالی شار مغناطیسی"@fa ; + rdfs:label "चुम्बकीय क्षेत्र"@hi ; + rdfs:label "磁束密度"@ja ; + rdfs:label "磁通量密度"@zh ; + rdfs:seeAlso quantitykind:MagneticField ; + skos:altLabel "Magnetic Polarization" ; + skos:altLabel "inducción magnética"@es ; + skos:altLabel "magnetische Induktion"@de . + +quantitykind:MagneticFluxDensityOrMagneticPolarization + a qudt:QuantityKind ; + dcterms:description "field vector B which exhibits a force F on any charged particle which has a velocity v, where the force is the product of the vector product v x B and the electric charge Q of the particle or vector quantity equal to the product of the magnetization M and the magnetic constant µ₀"@en ; + dcterms:isReplacedBy quantitykind:MagneticFluxDensity ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:plainTextDescription "vektorielle Feldgröße B, die auf jedes geladene Teilchen, das eine Geschwindigkeit v hat, eine Kraft F ausübt, die gleich dem Produkt aus dem Vektorprodukt v x B und der elektrischen Ladung Q des Teilchens ist oder vektorielle Größe gleich dem Produkt aus der Magnetisierung M und der magnetischen Feldkonstante µ₀"@de ; + qudt:symbol "0173-1#Z4-BAJ221#002" ; + rdfs:isDefinedBy ; + rdfs:label "magnetic flux density or magnetic polarization"@en-US . + +quantitykind:MagneticFluxPerLength + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Flux per Length\" is a quantity in the SI and C.G.S. Systems of Quantities."^^qudt:LatexString ; + qudt:applicableUnit unit:N-PER-A ; + qudt:applicableUnit unit:T-M ; + qudt:applicableUnit unit:V-SEC-PER-M ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:plainTextDescription "\"Magnetic Flux per Length\" is a quantity in the SI and C.G.S. Systems of Quantities." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E-1L2I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFluxPerLength" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic flux per length"@en . + +quantitykind:MagneticMoment + a qudt:QuantityKind ; + 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:applicableUnit unit:A-M2 ; + qudt:applicableUnit unit:A_Ab-CentiM2 ; + qudt:applicableUnit unit:EV-PER-T ; + qudt:applicableUnit unit:J-PER-T ; + qudt:exactMatch quantitykind:MagneticAreaMoment ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD097" ; + qudt:iec61360Code "0112/2///62720#UAD101" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD097"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD101"^^xsd:anyURI ; + qudt:informativeReference "https://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:latexDefinition "$m = I e_n A$, where $I$ is electric current in a small closed loop, $e_n$ is a unit vector perpendicular to the loop, and $A$ is the area of the loop. The magnetic moment of a substance within a domain is the vector sum of the magnetic moments of all entities included in the domain."^^qudt:LatexString ; + qudt:plainTextDescription "\"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:symbol "m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticMoment" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetický dipól"@cs ; + rdfs:label "Manyetik moment"@tr ; + rdfs:label "Momen magnetik"@ms ; + rdfs:label "dipol magnetyczny"@pl ; + rdfs:label "magnetic moment"@en ; + rdfs:label "magnetisches Dipolmoment"@de ; + rdfs:label "moment magnétique"@fr ; + rdfs:label "momento de dipolo magnético"@es ; + rdfs:label "momento de dipolo magnético"@pt ; + rdfs:label "momento di dipolo magnetico"@it ; + rdfs:label "Магнитный момент"@ru ; + rdfs:label "دوقطبی مغناطیسی"@fa ; + rdfs:label "عزم مغناطيسي"@ar ; + rdfs:label "चुम्बकीय द्विध्रुव"@hi ; + rdfs:label "磁偶极"@zh ; + rdfs:label "磁気双極子"@ja ; + skos:altLabel "giromagnetic moment"@en ; + skos:altLabel "momen giromagnetik"@ms ; + skos:altLabel "moment giromagnétique"@fr . + +quantitykind:MagneticPolarization + a qudt:QuantityKind ; + dcterms:description """ +$\\text{Magnetic Polarization}$ is a vector quantity equal to the product of the magnetization $M$ and the magnetic constant $\\mu_0$. + """^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD102" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-54"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD102"^^xsd:anyURI ; + qudt:latexDefinition "$J_m = \\mu_0 M$, where $\\mu_0$ is the magentic constant and $M$ is magnetization."^^qudt:LatexString ; + qudt:latexSymbol "$J_m$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Polarization"@en ; + rdfs:seeAlso constant:MagneticConstant ; + rdfs:seeAlso quantitykind:MagneticFieldStrength ; + rdfs:seeAlso quantitykind:Magnetization . + +quantitykind:MagneticQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Magnetic Quantum Number\" describes the specific orbital (or \"cloud\") within that subshell, and yields the projection of the orbital angular momentum along a specified axis."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Magnetic Quantum Number\" describes the specific orbital (or \"cloud\") within that subshell, and yields the projection of the orbital angular momentum along a specified axis." ; + qudt:symbol "m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticQuantumNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:OrbitalAngularMomentumQuantumNumber ; + skos:closeMatch quantitykind:PrincipalQuantumNumber ; + skos:closeMatch quantitykind:SpinQuantumNumber . + +quantitykind:MagneticReluctivity + a qudt:QuantityKind ; + dcterms:description "\"Length Per Unit Magnetic Flux\" is the the resistance of a material to the establishment of a magnetic field in it. It is the reciprocal of $\\textit{Magnetic Permeability}$, the inverse of the measure of the ability of a material to support the formation of a magnetic field within itself."^^qudt:LatexString ; + qudt:applicableUnit unit:M-PER-V-SEC ; + qudt:applicableUnit unit:PER-T-M ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI ; + qudt:plainTextDescription "Length Per Unit Magnetic Flux is the the resistance of a material to the establishment of a magnetic field in it. It is the reciprocal of Magnetic Permeability, the inverse of the measure of the ability of a material to support the formation of a magnetic field within itself." ; + rdfs:comment "Applicable units are those of quantitykind:MagneticReluctivity" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Reluctivity"@en ; + rdfs:seeAlso quantitykind:ElectromagneticPermeability . + +quantitykind:MagneticSusceptability + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Susceptability\" is a scalar or tensor quantity the product of which by the magnetic constant $\\mu_0$ and by the magnetic field strength $H$ is equal to the magnetic polarization $J$. The definition given applies to an isotropic medium. For an anisotropic medium permeability is a second order tensor."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:expression "$\\kappa = \\frac{M}{H}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-37"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\kappa = \\frac{M}{H}$, where $M$ is magnetization, and $H$ is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:MagneticSusceptability" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Susceptability"@en ; + rdfs:seeAlso constant:MagneticConstant ; + rdfs:seeAlso quantitykind:MagneticFieldStrength ; + rdfs:seeAlso quantitykind:Magnetization . + +quantitykind:MagneticTension + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Tension\" is a scalar quantity equal to the line integral of the magnetic field strength $\\mathbf{H}$ along a specified path linking two points a and b."^^qudt:LatexString ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-57"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$U_m = \\int_{r_a(C)}^{r_b} \\mathbf{H} \\cdot dr$, where $\\mathbf{H}$ is magnetic field strength and $r$ is the position vector along a given curve $C$ from point $a$ to point $b$."^^qudt:LatexString ; + qudt:plainTextDescription "Magnetic Tension is a scalar quantity equal to the line integral of the magnetic field strength H along a specified path linking two points a and b." ; + qudt:symbol "U_m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticTension" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Tension"@en ; + rdfs:seeAlso quantitykind:MagneticFieldStrength . + +quantitykind:MagneticVectorPotential + a qudt:QuantityKind ; + dcterms:description "\"Magnetic Vector Potential\" is the vector potential of the magnetic flux density. The magnetic vector potential is not unique since any irrotational vector field quantity can be added to a given magnetic vector potential without changing its rotation. Under static conditions the magnetic vector potential is often chosen so that its divergence is zero."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloWB-PER-M ; + qudt:applicableUnit unit:V-SEC-PER-M ; + qudt:applicableUnit unit:WB-PER-M ; + qudt:applicableUnit unit:WB-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD103" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-23"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD103"^^xsd:anyURI ; + qudt:latexDefinition "$B = \\text{rot} A$, where $B$ is magnetic flux density."^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetic Vector Potential\" is the vector potential of the magnetic flux density. The magnetic vector potential is not unique since any irrotational vector field quantity can be added to a given magnetic vector potential without changing its rotation. Under static conditions the magnetic vector potential is often chosen so that its divergence is zero." ; + qudt:symbol "A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticVectorPotential" ; + rdfs:isDefinedBy ; + rdfs:label "Keupayaan vektor magnetik"@ms ; + rdfs:label "magnetic vector potential"@en ; + rdfs:label "magnetický potenciál"@cs ; + rdfs:label "magnetisches Potenzial"@de ; + rdfs:label "manyetik potansiyeli"@tr ; + rdfs:label "potencial magnético"@es ; + rdfs:label "potencial magnético"@pt ; + rdfs:label "potencjał magnetyczny"@pl ; + rdfs:label "potentiel magnétique"@fr ; + rdfs:label "potenziale vettore magnetico"@it ; + rdfs:label "potențial magnetic"@ro ; + rdfs:label "Магнитний потенциал"@ru ; + rdfs:label "پتانسیل برداری مغناطیسی"@fa ; + rdfs:label "磁向量势"@zh ; + rdfs:seeAlso quantitykind:MagneticFluxDensity . + +quantitykind:Magnetization + a qudt:QuantityKind ; + dcterms:description "\"Magnetization\" is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^qudt:LatexString ; + qudt:altSymbol "H_i" ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-52"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$M = dm/dV$, where $m$ is magentic moment of a substance in a domain with Volume $V$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Magnetization\" is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity." ; + qudt:symbol "M" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetisierung"@de ; + rdfs:label "aimantation"@fr ; + rdfs:label "magnetización"@es ; + rdfs:label "magnetization"@en ; + rdfs:label "magnetização"@pt ; + rdfs:label "magnetizzazione"@it ; + rdfs:label "magnetyzacia"@pl ; + rdfs:label "намагниченность"@ru ; + rdfs:label "مغنطة"@ar ; + rdfs:label "磁化"@ja ; + skos:broader quantitykind:LinearElectricCurrent . + +quantitykind:MagnetizationField + a qudt:QuantityKind ; + dcterms:description "The Magnetization Field is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-CentiM ; + qudt:applicableUnit unit:A-PER-M ; + qudt:applicableUnit unit:A-PER-MilliM ; + qudt:applicableUnit unit:KiloA-PER-M ; + qudt:applicableUnit unit:MilliA-PER-IN ; + qudt:applicableUnit unit:MilliA-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:plainTextDescription "The Magnetization Field is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity." ; + qudt:symbol "M" ; + rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetization Field"@en ; + skos:broader quantitykind:ElectricCurrentPerLength . + +quantitykind:MagnetomotiveForce + a qudt:QuantityKind ; + dcterms:description """ +$\\text{Magnetomotive Force}$, also referred to as ($mmf$), is the ability of an electric circuit to produce magnetic flux. + Just as the ability of a battery to produce electric current is called its electromotive force + or emf, mmf is taken as the work required to move a unit magnet pole from any point through any path + which links the electric circuit back the same point in the presence of the magnetic force produced + by the electric current in the circuit. +$\\text{Magnetomotive Force}$ is the scalar line integral of the magnetic field strength along a closed path. + """^^qudt:LatexString ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AT ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GI ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:OERSTED-CentiM ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetomotive_force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$F_m = \\oint \\mathbf{H} \\cdot dr$, where $\\mathbf{H}$ is magnetic field strength and $r$ is position vector along a given curve $C$ from point $a$ to point $b$."^^qudt:LatexString ; + qudt:latexSymbol "$F_m $"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagnetomotiveForce" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetomotive Force"@en ; + rdfs:seeAlso quantitykind:MagneticFieldStrength . + +quantitykind:Mass + a qudt:QuantityKind ; + 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:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD104" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD104"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:MASS ; + qudt:symbol "m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Hmotnost"@cs ; + rdfs:label "Jisim"@ms ; + rdfs:label "Masse"@de ; + rdfs:label "kütle"@tr ; + rdfs:label "masa"@es ; + rdfs:label "masa"@pl ; + rdfs:label "masa"@sl ; + rdfs:label "mass"@en ; + rdfs:label "massa"@it ; + rdfs:label "massa"@la ; + rdfs:label "massa"@pt ; + rdfs:label "masse"@fr ; + rdfs:label "masă"@ro ; + rdfs:label "tömeg"@hu ; + rdfs:label "Μάζα"@el ; + rdfs:label "Маса"@bg ; + rdfs:label "Масса"@ru ; + rdfs:label "מסה"@he ; + rdfs:label "جرم"@fa ; + rdfs:label "كتلة"@ar ; + rdfs:label "भार"@hi ; + rdfs:label "質量"@ja ; + rdfs:label "质量"@zh . + +quantitykind:MassAbsorptionCoefficient + a qudt:QuantityKind ; + dcterms:description "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:informativeReference "http://medical-dictionary.thefreedictionary.com/mass+absorption+coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$a_m = \\frac{a}{\\rho}$, where $a$ is the linear absorption coefficient and $\\rho$ is the mass density of the medium."^^qudt:LatexString ; + qudt:latexSymbol "$a_m$"^^qudt:LatexString ; + qudt:plainTextDescription "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassAbsorptionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Absorption Coefficient"@en . + +quantitykind:MassAmountOfSubstance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A1E0L0I0M1H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "Mass Amount of Substance"@en . + +quantitykind:MassAmountOfSubstanceTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:MOL_LB-DEG_F ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:MassAmountOfSubstanceTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Amount of Substance Temperature"@en . + +quantitykind:MassAttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Mass Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per unit mass."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-GM ; + qudt:applicableUnit unit:M2-PER-GM ; + qudt:applicableUnit unit:M2-PER-GM_DRY ; + qudt:applicableUnit unit:M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD105" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD105"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_attenuation_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu_m = \\frac{\\mu}{\\rho}$, where $\\mu$ is the linear attenuation coefficient and $\\rho$ is the mass density of the medium."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu_m$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per unit mass." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassAttenuationCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Attenuation Coefficient"@en . + +quantitykind:MassBasedBloodGlucoseLevel + a qudt:QuantityKind ; + dcterms:description """ + Blood sugar level, blood sugar concentration, or blood glucose level is the amount of glucose present in the blood of humans and animals. + Glucose is a simple sugar and approximately 4 grams of glucose are present in the blood of humans at all times. + Stored in skeletal muscle and liver cells in the form of glycogen, the body tightly regulates blood glucose levels as a part of metabolic homeostasis. + During fasting blood glucose is maintained at a constant level at the expense of the glycogen stores in the liver and skeletal muscle. + There are two main methods of describing concentrations: by weight, and by molecular count. + Weights are in grams and molecular counts in moles. + A mole is $6.022\\times 10^{23}$ molecules. + In both cases, the unit is usually modified by $milli-$ or $micro-$ or other prefix, + and is always $per$ some volume, often a litre. + Conversion factors depend on the molecular weight of the substance in question. + $mmol/L$ is millimoles/liter, and is the world standard unit for measuring glucose in blood. + Specifically, it is the designated SI (Systeme International) unit. + Some countries use $mg/dl$. + A mole is about $6\\times 10^{23}$ molecules. + $mg/dL$ (milligrams/deciliter) is the traditional unit for measuring $bG$ (blood glucose). + There is a trend toward using $mmol/L$ however $mg/dL$ is much in practice. + Some use is made of $mmol/L$ as the primary unit with $mg/dL$ quoted in parentheses. + This acknowledges the large base of health care providers, researchers and patients who are already familiar with $mg/dL$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Blood_sugar_level"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:MassBasedBloodGlucoseLevel" ; + rdfs:isDefinedBy ; + rdfs:label "Blood Glucose Level by Mass"@en ; + rdfs:seeAlso quantitykind:BloodGlucoseLevel . + +quantitykind:MassConcentration + a qudt:QuantityKind ; + dcterms:description "The \"Mass Concentration\" of substance B is defined as the mass of a constituent divided by the volume of the mixture ."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_concentration_(chemistry)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_B = \\frac{m_B}{V}$, where $m_B$ is the mass of substance $B$ and $V$ is the volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_B$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Mass Concentration\" of substance B is defined as the mass of a constituent divided by the volume of the mixture ." ; + qudt:siExactMatch si-quantity:MACO ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassConcentration" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration"@en . + +quantitykind:MassConcentrationOfWater + a qudt:QuantityKind ; + dcterms:description "\"Mass Concentration of Water\" is one of a number of $\\textit{Concentration}$ quantities defined by ISO 80000."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$w = m/V$, where $m$ is mass of water, irrespective of the form of aggregation, and $V$ is volume. Mass concentration of water at saturation is denoted $w_{sat}$."^^qudt:LatexString ; + qudt:plainTextDescription "Mass Concentration of Water is one of a number of Concentration quantities defined by ISO 80000." ; + qudt:symbol "w" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassConcentrationOfWater" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration of Water"@en . + +quantitykind:MassConcentrationOfWaterVapour + a qudt:QuantityKind ; + dcterms:description "\"Mass Concentration of Water Vapour\" is one of a number of $\\textit{Concentration}$ quantities defined by ISO 80000."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$w = m/V$, where $m$ is mass of water vapour and $V$ is total gas volume. Mass concentration of water vapour at saturation is denoted $v_{sat}$."^^qudt:LatexString ; + qudt:plainTextDescription "Mass Concentration of Water is one of a number of Concentration quantities defined by ISO 80000." ; + qudt:symbol "v" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassConcentrationOfWaterVapour" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration of Water Vapour"@en . + +quantitykind:MassConcentrationRateOfChange + a qudt:QuantityKind ; + dcterms:description "the rate at which a specific chemical element or compound changes concentration over time, where with concentration expressed as mass per volume. SI unit is kg * m-3 * s-1" ; + qudt:applicableUnit unit:MicroGM-PER-L-DAY ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:informativeReference "https://pubs.usgs.gov/wri/wri034271"^^xsd:anyURI ; + qudt:plainTextDescription "the rate at which a specific chemical element or compound changes concentration over time, where with concentration expressed as mass per volume. SI unit is kg * m-3 * s-1" ; + qudt:qkdvDenominator qkdv:A0E0L3I0M1H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:MassConcentrationRateOfChange" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration Rate Of Change"@en . + +quantitykind:MassDefect + a qudt:QuantityKind ; + dcterms:description "The \"Mass Defect\", also termed mass deficit, or mass packing fraction, describes mass change (decrease) in bound systems, particularly atomic nuclei."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Binding_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$B = Zm(^{1}\\textrm{H}) + Nm_n - m_a$, where $Z$ is the proton number of the atom, $m(^{1}\\textrm{H})$ is atomic mass of $^{1}\\textrm{H}$, $N$ is the neutron number, $m_n$ is the rest mass of the neutron, and $m_a$ is the rest mass of the atom."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Mass Defect\", also termed mass deficit, or mass packing fraction, describes mass change (decrease) in bound systems, particularly atomic nuclei." ; + qudt:symbol "B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Defect"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MassDensity + a qudt:QuantityKind ; + dcterms:description "The mass density or density of a material is its mass per unit volume."^^qudt:LatexString ; + qudt:applicableUnit unit:DEGREE_BALLING ; + qudt:applicableUnit unit:DEGREE_BAUME ; + qudt:applicableUnit unit:DEGREE_BAUME_US_HEAVY ; + qudt:applicableUnit unit:DEGREE_BAUME_US_LIGHT ; + qudt:applicableUnit unit:DEGREE_BRIX ; + qudt:applicableUnit unit:DEGREE_OECHSLE ; + qudt:applicableUnit unit:DEGREE_PLATO ; + qudt:applicableUnit unit:DEGREE_TWADDELL ; + qudt:applicableUnit unit:FemtoGM-PER-L ; + qudt:applicableUnit unit:GM-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-DeciL ; + qudt:applicableUnit unit:GM-PER-DeciM3 ; + qudt:applicableUnit unit:GM-PER-L ; + qudt:applicableUnit unit:GM-PER-M3 ; + qudt:applicableUnit unit:GM-PER-MilliL ; + qudt:applicableUnit unit:GRAIN-PER-GAL_IMP ; + qudt:applicableUnit unit:GRAIN-PER-GAL_US ; + qudt:applicableUnit unit:GRAIN-PER-M3 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3 ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3 ; + qudt:applicableUnit unit:KiloGM-PER-L ; + qudt:applicableUnit unit:KiloGM-PER-M3 ; + qudt:applicableUnit unit:LB-PER-FT3 ; + qudt:applicableUnit unit:LB-PER-GAL_IMP ; + qudt:applicableUnit unit:LB-PER-GAL_UK ; + qudt:applicableUnit unit:LB-PER-GAL_US ; + qudt:applicableUnit unit:LB-PER-IN3 ; + qudt:applicableUnit unit:LB-PER-M3 ; + qudt:applicableUnit unit:LB-PER-YD3 ; + qudt:applicableUnit unit:MegaGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-DeciL ; + qudt:applicableUnit unit:MicroGM-PER-L ; + qudt:applicableUnit unit:MicroGM-PER-M3 ; + qudt:applicableUnit unit:MicroGM-PER-MilliL ; + qudt:applicableUnit unit:MilliGM-PER-DeciL ; + qudt:applicableUnit unit:MilliGM-PER-L ; + qudt:applicableUnit unit:MilliGM-PER-M3 ; + qudt:applicableUnit unit:MilliGM-PER-MilliL ; + qudt:applicableUnit unit:NanoGM-PER-DeciL ; + qudt:applicableUnit unit:NanoGM-PER-L ; + qudt:applicableUnit unit:NanoGM-PER-M3 ; + qudt:applicableUnit unit:NanoGM-PER-MicroL ; + qudt:applicableUnit unit:NanoGM-PER-MilliL ; + qudt:applicableUnit unit:OZ-PER-GAL_IMP ; + qudt:applicableUnit unit:OZ-PER-GAL_UK ; + qudt:applicableUnit unit:OZ-PER-GAL_US ; + qudt:applicableUnit unit:OZ-PER-IN3 ; + qudt:applicableUnit unit:OZ-PER-YD3 ; + qudt:applicableUnit unit:PicoGM-PER-L ; + qudt:applicableUnit unit:PicoGM-PER-MilliL ; + qudt:applicableUnit unit:PlanckDensity ; + qudt:applicableUnit unit:SLUG-PER-FT3 ; + qudt:applicableUnit unit:TONNE-PER-M3 ; + qudt:applicableUnit unit:TON_LONG-PER-YD3 ; + qudt:applicableUnit unit:TON_Metric-PER-M3 ; + qudt:applicableUnit unit:TON_SHORT-PER-YD3 ; + qudt:applicableUnit unit:TON_UK-PER-YD3 ; + qudt:applicableUnit unit:TON_US-PER-YD3 ; + qudt:exactMatch quantitykind:Density ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD106" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD106"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{dm}{dV}$, where $m$ is mass and $V$ is volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "The mass density or density of a material is its mass per unit volume." ; + rdfs:comment "Applicable units are those of quantitykind:MassDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Gostôta"@sl ; + rdfs:label "Ketumpatan jisim"@ms ; + rdfs:label "Massendichte"@de ; + rdfs:label "densidad"@es ; + rdfs:label "densidade"@pt ; + rdfs:label "densitate"@ro ; + rdfs:label "densità"@it ; + rdfs:label "densité"@fr ; + rdfs:label "gęstość"@pl ; + rdfs:label "hustota"@cs ; + rdfs:label "mass density"@en ; + rdfs:label "yoğunluk"@tr ; + rdfs:label "плотность"@ru ; + rdfs:label "الكثافة"@ar ; + rdfs:label "چگالی"@fa ; + rdfs:label "घनत्व"@hi ; + rdfs:label "密度"@ja ; + rdfs:label "密度"@zh ; + skos:altLabel " jisim isipadu"@ms ; + skos:altLabel "massa volumica"@it ; + skos:altLabel "volumenbezogene Masse"@de ; + skos:altLabel "volumic mass"@en ; + skos:altLabel "भार घनत्व"@hi . + +quantitykind:MassEnergyTransferCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Mass Energy Transfer Coefficient\" is that fraction of the mass attenuation coefficient which contributes to the production of kinetic energy in charged particles."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:informativeReference "http://physics.nist.gov/PhysRefData/XrayMassCoef/chap3.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\frac{\\mu_{tr}}{\\rho} = -\\frac{1}{\\rho}\\frac{1}{R}\\frac{dR_{tr}}{dl}$, where $dR_{tr}$ is the mean energy that is transferred to kinetic energy of charged particles by interactions of the incident radiation $R$ in traversing a distance $dl$ in the material of density $\\rho$."^^qudt:LatexString ; + qudt:latexSymbol "$\\frac{\\mu_{tr}}{\\rho}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Energy Transfer Coefficient\" is that fraction of the mass attenuation coefficient which contributes to the production of kinetic energy in charged particles." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassEnergyTransferCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Energy Transfer Coefficient"@en . + +quantitykind:MassEquivalent + a qudt:QuantityKind ; + dcterms:description """"Mass Equivalent" is the mass of a substance that reacts with (or is equivalent to) an arbitrary mass of +another substance in a given chemical reaction."""^^rdf:HTML ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Equivalent" ; + skos:broader quantitykind:Mass . + +quantitykind:MassExcess + a qudt:QuantityKind ; + dcterms:description "The \"Mass Excess\" of a nuclide is the difference between its actual mass and its mass number in atomic mass units. It is one of the predominant methods for tabulating nuclear mass."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_excess"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Delta = m_a - Am_u$, where $m_a$ is the rest mass of the atom, $A$ is its nucleon number, and $m_u$ is the unified atomic mass constant."^^qudt:LatexString ; + qudt:latexSymbol "$\\Delta$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Mass Excess\" of a nuclide is the difference between its actual mass and its mass number in atomic mass units. It is one of the predominant methods for tabulating nuclear mass." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Excess"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MassFlowRate + a qudt:QuantityKind ; + dcterms:description "\"Mass Flow Rate\" is a measure of Mass flux. The common symbol is $\\dot{m}$ (pronounced $m-dot$), although sometimes $\\mu$ is used. The SI units are $kg s-1$."^^qudt:LatexString ; + qudt:applicableUnit unit:DYN-SEC-PER-CentiM ; + qudt:applicableUnit unit:GM-PER-DAY ; + qudt:applicableUnit unit:GM-PER-HR ; + qudt:applicableUnit unit:GM-PER-MIN ; + qudt:applicableUnit unit:GM-PER-SEC ; + qudt:applicableUnit unit:KiloGM-PER-DAY ; + qudt:applicableUnit unit:KiloGM-PER-HR ; + qudt:applicableUnit unit:KiloGM-PER-MIN ; + qudt:applicableUnit unit:KiloGM-PER-SEC ; + qudt:applicableUnit unit:KiloGM-PER-YR ; + qudt:applicableUnit unit:KiloLB-PER-HR ; + qudt:applicableUnit unit:KiloTONNE-PER-YR ; + qudt:applicableUnit unit:LB-PER-DAY ; + qudt:applicableUnit unit:LB-PER-HR ; + qudt:applicableUnit unit:LB-PER-MIN ; + qudt:applicableUnit unit:LB-PER-SEC ; + qudt:applicableUnit unit:MegaTONNE-PER-YR ; + qudt:applicableUnit unit:MilliGM-PER-DAY ; + qudt:applicableUnit unit:MilliGM-PER-HR ; + qudt:applicableUnit unit:MilliGM-PER-MIN ; + qudt:applicableUnit unit:MilliGM-PER-SEC ; + qudt:applicableUnit unit:OZ-PER-DAY ; + qudt:applicableUnit unit:OZ-PER-HR ; + qudt:applicableUnit unit:OZ-PER-MIN ; + qudt:applicableUnit unit:OZ-PER-SEC ; + qudt:applicableUnit unit:SLUG-PER-DAY ; + qudt:applicableUnit unit:SLUG-PER-HR ; + qudt:applicableUnit unit:SLUG-PER-MIN ; + qudt:applicableUnit unit:SLUG-PER-SEC ; + qudt:applicableUnit unit:TONNE-PER-DAY ; + qudt:applicableUnit unit:TONNE-PER-HR ; + qudt:applicableUnit unit:TONNE-PER-MIN ; + qudt:applicableUnit unit:TONNE-PER-MO ; + qudt:applicableUnit unit:TONNE-PER-SEC ; + qudt:applicableUnit unit:TONNE-PER-YR ; + qudt:applicableUnit unit:TON_Metric-PER-DAY ; + qudt:applicableUnit unit:TON_Metric-PER-HR ; + qudt:applicableUnit unit:TON_Metric-PER-MIN ; + qudt:applicableUnit unit:TON_Metric-PER-SEC ; + qudt:applicableUnit unit:TON_SHORT-PER-HR ; + qudt:applicableUnit unit:TON_UK-PER-DAY ; + qudt:applicableUnit unit:TON_UK-PER-HR ; + qudt:applicableUnit unit:TON_US-PER-DAY ; + qudt:applicableUnit unit:TON_US-PER-HR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mass_flow_rate"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD107" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD107"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_flow_rate"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$q_m = \\frac{dm}{dt}$, where $m$ is mass and $t$ is time."^^qudt:LatexString ; + qudt:latexSymbol "$\\dot{m}$"^^qudt:LatexString ; + qudt:symbol "q_m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Flow Rate"@en ; + rdfs:seeAlso quantitykind:SpecificImpulse . + +quantitykind:MassFluxDensity + a qudt:QuantityKind ; + dcterms:description "product of flow velocity and density"@en ; + qudt:applicableUnit unit:DYN-SEC-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-CentiM2-YR ; + qudt:applicableUnit unit:GM-PER-M2-DAY ; + qudt:applicableUnit unit:GM-PER-M2-HR ; + qudt:applicableUnit unit:GM-PER-M2-YR ; + qudt:applicableUnit unit:GM_Carbon-PER-M2-DAY ; + qudt:applicableUnit unit:GM_Nitrogen-PER-M2-DAY ; + qudt:applicableUnit unit:KiloGM-PER-HA-YR ; + qudt:applicableUnit unit:KiloGM-PER-M2-DAY ; + qudt:applicableUnit unit:KiloGM-PER-M2-SEC ; + qudt:applicableUnit unit:KiloGM-PER-SEC-M2 ; + qudt:applicableUnit unit:MegaGM-PER-HA-YR ; + qudt:applicableUnit unit:MicroGM-PER-CentiM2-WK ; + qudt:applicableUnit unit:MicroGM-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M2-HR ; + qudt:applicableUnit unit:MilliGM-PER-M2-SEC ; + qudt:applicableUnit unit:NanoGM-PER-CentiM2-DAY ; + qudt:applicableUnit unit:TONNE-PER-HA-YR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD108" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD108"^^xsd:anyURI ; + qudt:plainTextDescription "Produkt aus Strömungsgeschwindigkeit und Dichte"@de ; + qudt:symbol "0173-1#Z4-BAJ264#003" ; + rdfs:comment "Applicable units are those of quantitykind:MassPerAreaTime" ; + rdfs:isDefinedBy ; + rdfs:label "mass flux density" ; + rdfs:label "mass flux density"@en-US ; + skos:broader quantitykind:MassPerAreaTime . + +quantitykind:MassFraction + a qudt:QuantityKind ; + dcterms:description "The \"Mass Fraction\" is the fraction of one substance with mass to the mass of the total mixture ."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_fraction_(chemistry)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$w_B = \\frac{m_B}{m}$, where $m_B$ is the mass of substance $B$ and $m$ is the total."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Mass Fraction\" is the fraction of one substance with mass to the mass of the total mixture ." ; + qudt:symbol "w_B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassFraction" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Fraction"@en . + +quantitykind:MassFractionOfDryMatter + a qudt:QuantityKind ; + dcterms:description "\"Mass Fraction of Dry Matter\" is one of a number of $\\textit{Concentration}$ quantities defined by ISO 80000."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$w_d= 1 - w_{h2o}$, where $w_{h2o}$ is mass fraction of water."^^qudt:LatexString ; + qudt:plainTextDescription "\"Mass Fraction of Dry Matter\" is one of a number of Concentration quantities defined by ISO 80000." ; + qudt:symbol "w_d" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassFractionOfDryMatter" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Fraction of Dry Matter"@en ; + rdfs:seeAlso quantitykind:MassFractionOfWater . + +quantitykind:MassFractionOfWater + a qudt:QuantityKind ; + dcterms:description "\"Mass Fraction of Water\" is one of a number of $\\textit{Concentration}$ quantities defined by ISO 80000."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$w_{H_2o} = \\frac{u}{1+u}$, where $u$ is mass ratio of water to dry water."^^qudt:LatexString ; + qudt:plainTextDescription "Mass Fraction of Water is one of a number of Concentration quantities defined by ISO 80000." ; + qudt:symbol "w_{H_2o}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassFractionOfWater" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Fraction of Water"@en ; + rdfs:seeAlso quantitykind:MassFractionOfDryMatter . + +quantitykind:MassNumber + a qudt:QuantityKind ; + dcterms:description "The \"Mass Number\" (A), also called atomic mass number or nucleon number, is the total number of protons and neutrons (together known as nucleons) in an atomic nucleus. Nuclides with the same value of $A$ are called isobars."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$A = Z + N$, where $Z$ is the atomic number and $N$ is the neutron number."^^qudt:LatexString ; + qudt:symbol "A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Number"@en ; + skos:broader quantitykind:Count . + +quantitykind:MassOfElectricalPowerSupply + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_{E}" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Of Electrical Power Supply"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MassOfSolidBooster + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_{SB}" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Of Solid Booster"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MassOfTheEarth + a qudt:QuantityKind ; + dcterms:description "Earth mass is the unit of mass equal to that of the Earth. Earth mass is often used to describe masses of rocky terrestrial planets."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:latexSymbol "$M_{\\oplus}$"^^qudt:LatexString ; + qudt:plainTextDescription "Earth mass is the unit of mass equal to that of the Earth. Earth mass is often used to describe masses of rocky terrestrial planets." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Of The Earth"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MassPerArea + a qudt:QuantityKind ; + dcterms:description "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area. The SI derived unit is: kilogram per square metre ($kg \\cdot m^{-2}$)."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-CentiM2 ; + qudt:applicableUnit unit:GM-PER-HA ; + qudt:applicableUnit unit:GM-PER-M2 ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-FT2 ; + qudt:applicableUnit unit:KiloGM-PER-HA ; + qudt:applicableUnit unit:KiloGM-PER-KiloM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-AC ; + qudt:applicableUnit unit:LB-PER-FT2 ; + qudt:applicableUnit unit:LB-PER-IN2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:MegaGM-PER-HA ; + qudt:applicableUnit unit:MicroGM-PER-CentiM2 ; + qudt:applicableUnit unit:MicroGM-PER-IN2 ; + qudt:applicableUnit unit:MilliGM-PER-CentiM2 ; + qudt:applicableUnit unit:MilliGM-PER-DeciM2 ; + qudt:applicableUnit unit:MilliGM-PER-HA ; + qudt:applicableUnit unit:MilliGM-PER-M2 ; + qudt:applicableUnit unit:NanoGM-PER-CentiM2 ; + qudt:applicableUnit unit:OZ-PER-FT2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:applicableUnit unit:OZ-PER-YD2 ; + qudt:applicableUnit unit:SLUG-PER-FT2 ; + qudt:applicableUnit unit:TONNE-PER-HA ; + qudt:applicableUnit unit:TON_Metric-PER-HA ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Area_density"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_A = \\frac {m} {A}$"^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_A $"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:MassPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Area"@en . + +quantitykind:MassPerAreaTime + a qudt:QuantityKind ; + dcterms:description "In Physics and Engineering, mass flux is the rate of mass flow per unit area. The common symbols are $j$, $J$, $\\phi$, or $\\Phi$ (Greek lower or capital Phi), sometimes with subscript $m$ to indicate mass is the flowing quantity. Its SI units are $ kg s^{-1} m^{-2}$."^^qudt:LatexString ; + qudt:applicableUnit unit:DYN-SEC-PER-CentiM3 ; + qudt:applicableUnit unit:GM-PER-CentiM2-YR ; + qudt:applicableUnit unit:GM-PER-M2-DAY ; + qudt:applicableUnit unit:GM-PER-M2-HR ; + qudt:applicableUnit unit:GM-PER-M2-YR ; + qudt:applicableUnit unit:GM_Carbon-PER-M2-DAY ; + qudt:applicableUnit unit:GM_Nitrogen-PER-M2-DAY ; + qudt:applicableUnit unit:KiloGM-PER-HA-YR ; + qudt:applicableUnit unit:KiloGM-PER-M2-DAY ; + qudt:applicableUnit unit:KiloGM-PER-M2-SEC ; + qudt:applicableUnit unit:KiloGM-PER-SEC-M2 ; + qudt:applicableUnit unit:MegaGM-PER-HA-YR ; + qudt:applicableUnit unit:MicroGM-PER-CentiM2-WK ; + qudt:applicableUnit unit:MicroGM-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M2-HR ; + qudt:applicableUnit unit:MilliGM-PER-M2-SEC ; + qudt:applicableUnit unit:NanoGM-PER-CentiM2-DAY ; + qudt:applicableUnit unit:TONNE-PER-HA-YR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_flux"^^xsd:anyURI ; + qudt:latexSymbol "$j_m = \\lim\\limits_{A \\rightarrow 0}\\frac{I_m}{A}$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:MassPerAreaTime" ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Area Time"@en . + +quantitykind:MassPerElectricCharge + a qudt:QuantityKind ; + dcterms:description "The mass-to-charge ratio ratio ($m/Q$) is a physical quantity that is widely used in the electrodynamics of charged particles, for example, in electron optics and ion optics. The importance of the mass-to-charge ratio, according to classical electrodynamics, is that two particles with the same mass-to-charge ratio move in the same path in a vacuum when subjected to the same electric and magnetic fields. Its SI units are $kg/C$, but it can also be measured in Thomson ($Th$)."^^qudt:LatexString ; + qudt:applicableUnit unit:T-SEC ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass-to-charge_ratio"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:MassPerElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Electric Charge"@en . + +quantitykind:MassPerEnergy + a qudt:QuantityKind ; + dcterms:description "Mass per Energy ($m/E$) is a physical quantity that bridges mass and energy. The SI unit is $kg/J$ or equivalently $s^2/m^2$."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-CentiM3-BAR ; + qudt:applicableUnit unit:GM-PER-DeciM3-BAR ; + qudt:applicableUnit unit:GM-PER-L-BAR ; + qudt:applicableUnit unit:GM-PER-M3-BAR ; + qudt:applicableUnit unit:GM-PER-MilliL-BAR ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3-BAR ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3-BAR ; + qudt:applicableUnit unit:KiloGM-PER-GigaJ ; + qudt:applicableUnit unit:KiloGM-PER-J ; + qudt:applicableUnit unit:KiloGM-PER-L-BAR ; + qudt:applicableUnit unit:KiloGM-PER-M3-BAR ; + qudt:applicableUnit unit:KiloGM-PER-M3-PA ; + qudt:applicableUnit unit:KiloGM-PER-MegaBTU_IT ; + qudt:applicableUnit unit:LB-PER-FT3-PSI ; + qudt:applicableUnit unit:LB-PER-IN3-PSI ; + qudt:applicableUnit unit:MicroGM-PER-M3-BAR ; + qudt:applicableUnit unit:MilliGM-PER-M3-BAR ; + qudt:applicableUnit unit:TONNE-PER-M3-BAR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:plainTextDescription "Mass per Energy is a physical quantity that can be used to relate the energy of a system to its mass." ; + rdfs:comment "Applicable units are those of quantitykind:MassPerEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Energy"@en . + +quantitykind:MassPerLength + a qudt:QuantityKind ; + dcterms:description "Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects. The SI unit of linear density is the kilogram per metre ($kg/m$)."^^qudt:LatexString ; + qudt:applicableUnit unit:DENIER ; + qudt:applicableUnit unit:GM-PER-KiloM ; + qudt:applicableUnit unit:GM-PER-M ; + qudt:applicableUnit unit:GM-PER-MilliM ; + qudt:applicableUnit unit:KiloGM-PER-M ; + qudt:applicableUnit unit:KiloGM-PER-MilliM ; + qudt:applicableUnit unit:LB-PER-FT ; + qudt:applicableUnit unit:LB-PER-IN ; + qudt:applicableUnit unit:MilliGM-PER-M ; + qudt:applicableUnit unit:SLUG-PER-FT ; + qudt:applicableUnit unit:TEX ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Linear_density"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:MassPerLength" ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Length"@en . + +quantitykind:MassPerTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloGM-PER-HR ; + qudt:applicableUnit unit:KiloGM-PER-SEC ; + qudt:applicableUnit unit:KiloLB-PER-HR ; + qudt:applicableUnit unit:LB-PER-HR ; + qudt:applicableUnit unit:LB-PER-MIN ; + qudt:applicableUnit unit:N-SEC-PER-M ; + qudt:applicableUnit unit:NanoGM-PER-DAY ; + qudt:applicableUnit unit:SLUG-PER-SEC ; + qudt:applicableUnit unit:TONNE-PER-MO ; + qudt:applicableUnit unit:TONNE-PER-YR ; + qudt:applicableUnit unit:TON_SHORT-PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:MassPerTime" ; + rdfs:isDefinedBy ; + rdfs:label "Mass per Time"@en . + +quantitykind:MassRatio + a qudt:QuantityKind ; + dcterms:description "In aerospace engineering, mass ratio is a measure of the efficiency of a rocket. It describes how much more massive the vehicle is with propellant than without; that is, it is the ratio of the rocket's wet mass (vehicle plus contents plus propellant) to its dry mass (vehicle plus contents)"^^qudt:LatexString ; + qudt:applicableUnit unit:FemtoGM-PER-KiloGM ; + qudt:applicableUnit unit:GM-PER-GM ; + qudt:applicableUnit unit:GM-PER-HectoGM ; + qudt:applicableUnit unit:GM-PER-KiloGM ; + qudt:applicableUnit unit:KiloGM-PER-KiloGM ; + qudt:applicableUnit unit:LB-PER-LB ; + qudt:applicableUnit unit:MicroGM-PER-GM ; + qudt:applicableUnit unit:MicroGM-PER-KiloGM ; + qudt:applicableUnit unit:MicroGM-PER-MilliGM ; + qudt:applicableUnit unit:MilliGM-PER-GM ; + qudt:applicableUnit unit:MilliGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-MilliGM ; + qudt:applicableUnit unit:PicoGM-PER-GM ; + qudt:applicableUnit unit:PicoGM-PER-KiloGM ; + qudt:applicableUnit unit:PicoGM-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD109" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD109"^^xsd:anyURI ; + qudt:plainTextDescription "In aerospace engineering, mass ratio is a measure of the efficiency of a rocket. It describes how much more massive the vehicle is with propellant than without; that is, it is the ratio of the rocket's wet mass (vehicle plus contents plus propellant) to its dry mass (vehicle plus contents)" ; + qudt:symbol "R or M_{R}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Ratio"@en . + +quantitykind:MassRatioOfWaterToDryMatter + a qudt:QuantityKind ; + dcterms:description "\"Mass Ratio of Water to Dry Matter\" is one of a number of $\\textit{Concentration Ratio}$ quantities defined by ISO 80000."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$u = m/m_d$, where $m$ is mass of water vapour and $m_d$ is mass of dry matter. Mass ratio of water to dry matter at saturation is denoted $u_{sat}$."^^qudt:LatexString ; + qudt:plainTextDescription "Mass Ratio of Water to Dry Matter is one of a number of Concentration Ratio quantities defined by ISO 80000." ; + qudt:symbol "u" ; + rdfs:comment "Applicable units are those of quantitykind:MassRatioOfWaterToDryMatter" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Concentration of Water To Dry Matter"@en . + +quantitykind:MassRatioOfWaterVapourToDryGas + a qudt:QuantityKind ; + dcterms:description "\"Mass Ratio of Water Vapour to Dry Gas\" is one of a number of $\\textit{Concentration Ratio}$ quantities defined by ISO 80000."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$x = m/m_d$, where $m$ is mass of water vapour and $m_d$ is mass of dry gas. Mass ratio of water vapour to dry gas at saturation is denoted $x_{sat}$."^^qudt:LatexString ; + qudt:plainTextDescription "Mass Ratio of Water Vapour to Dry Gas is one of a number of Concentration Ratio quantities defined by ISO 80000." ; + qudt:symbol "x" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MassRatioOfWaterVapourToDryGas" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Ratio of Water Vapour to Dry Gas"@en . + +quantitykind:MassRelatedElectricalCurrent + a qudt:QuantityKind ; + dcterms:description "electrical current intensity divided by the associated mass"@en ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:plainTextDescription "elektrische Stromstärke dividiert durch die zugehörige Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ347#002" ; + rdfs:isDefinedBy ; + rdfs:label "mass-related electrical current"@en-US . + +quantitykind:MassSpecificBiogeochemicalRate + a qudt:QuantityKind ; + dcterms:description "the rate at which a specific chemical element or compound is processed or transformed within an ecosystem, calculated per unit mass of the relevant biological material. Unreduced, SI unit is kg * kg-1 * s-1" ; + qudt:applicableUnit unit:MicroGM-PER-GM-DAY ; + qudt:applicableUnit unit:MicroGM-PER-GM-HR ; + qudt:applicableUnit unit:MilliGM-PER-GM-HR ; + qudt:applicableUnit unit:MilliGM-PER-KiloGM-DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://esajournals.onlinelibrary.wiley.com/doi/10.1002/ecs2.2228"^^xsd:anyURI ; + qudt:plainTextDescription "the rate at which a specific chemical element or compound is processed or transformed within an ecosystem, calculated per unit mass of the relevant biological material. Unreduced, SI unit is g * g-1 * s-1" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:MassSpecificBiogeochemicalRate" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Specific Biogeochemical Rate"@en . + +quantitykind:MassStoppingPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:ERG-CentiM2 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD130" ; + qudt:iec61360Code "0112/2///62720#UAD290" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD130"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD290"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:MassStoppingPower" ; + rdfs:isDefinedBy ; + rdfs:label "mass stopping power" . + +quantitykind:MassTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloGM-K ; + qudt:applicableUnit unit:LB-DEG_F ; + qudt:applicableUnit unit:LB-DEG_R ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:MassTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Mass Temperature"@en . + +quantitykind:MassicActivity + a qudt:QuantityKind ; + dcterms:description "\"Massic Activity\" is the activity divided by the total mass of the sample."^^qudt:LatexString ; + qudt:applicableUnit unit:BQ-PER-KiloGM ; + qudt:applicableUnit unit:CI-PER-KiloGM ; + qudt:applicableUnit unit:KiloBQ-PER-KiloGM ; + qudt:applicableUnit unit:MegaBQ-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD110" ; + qudt:informativeReference "http://www.encyclo.co.uk/define/massic%20activity"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD110"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Massic Activity\" is the activity divided by the total mass of the sample." ; + qudt:symbol "a" ; + rdfs:comment "Applicable units are those of quantitykind:MassicActivity" ; + rdfs:isDefinedBy ; + rdfs:label "Massic Activity"@en . + +quantitykind:MassicElectricCurrent + a qudt:QuantityKind ; + qudt:applicableUnit unit:A-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD111" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD111"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:MassicElectricCurrent" ; + rdfs:isDefinedBy ; + rdfs:label "massic electric current" . + +quantitykind:MassicHeatCapacity + a qudt:QuantityKind ; + dcterms:description "ratio of heat capacity divided by mass"@en ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_R ; + qudt:applicableUnit unit:KiloCAL_IT-PER-GM-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD112" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD112"^^xsd:anyURI ; + qudt:plainTextDescription "Quotient Wärmekapazität dividiert durch Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ345#002" ; + rdfs:comment "Applicable units are those of quantitykind:MassicHeatCapacity" ; + rdfs:isDefinedBy ; + rdfs:label "massic heat capacity" ; + rdfs:label "massic heat capacity"@en-US . + +quantitykind:MassicPower + a qudt:QuantityKind ; + dcterms:description "ratio energy divided by time and related mass"@en ; + qudt:applicableUnit unit:ERG-PER-GM-SEC ; + qudt:applicableUnit unit:GRAY-PER-HR ; + qudt:applicableUnit unit:GRAY-PER-MIN ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MicroGRAY-PER-HR ; + qudt:applicableUnit unit:MicroGRAY-PER-MIN ; + qudt:applicableUnit unit:MicroGRAY-PER-SEC ; + qudt:applicableUnit unit:MicroSV-PER-MIN ; + qudt:applicableUnit unit:MicroSV-PER-SEC ; + qudt:applicableUnit unit:MilliGRAY-PER-HR ; + qudt:applicableUnit unit:MilliGRAY-PER-MIN ; + qudt:applicableUnit unit:MilliGRAY-PER-SEC ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-MIN ; + qudt:applicableUnit unit:MilliSV-PER-SEC ; + qudt:applicableUnit unit:MilliW-PER-MilliGM ; + qudt:applicableUnit unit:NanoGRAY-PER-HR ; + qudt:applicableUnit unit:NanoGRAY-PER-MIN ; + qudt:applicableUnit unit:NanoGRAY-PER-SEC ; + qudt:applicableUnit unit:NanoSV-PER-HR ; + qudt:applicableUnit unit:NanoSV-PER-MIN ; + qudt:applicableUnit unit:NanoSV-PER-SEC ; + qudt:applicableUnit unit:REM-PER-SEC ; + qudt:applicableUnit unit:SV-PER-HR ; + qudt:applicableUnit unit:SV-PER-MIN ; + qudt:applicableUnit unit:SV-PER-SEC ; + qudt:applicableUnit unit:W-PER-GM ; + qudt:applicableUnit unit:W-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD113" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD113"^^xsd:anyURI ; + qudt:plainTextDescription "Quotient Energie durch Zeit und durch zugehöriger Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ343#002" ; + rdfs:comment "Applicable units are those of quantitykind:SpecificPower" ; + rdfs:isDefinedBy ; + rdfs:label "massic power" ; + rdfs:label "massic power"@en-US ; + skos:broader quantitykind:SpecificPower . + +quantitykind:MassicTorque + a qudt:QuantityKind ; + dcterms:description "ratio of torque divided by the mass to be moved"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD114" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD114"^^xsd:anyURI ; + qudt:plainTextDescription "Quotient Drehmoment dividiert durch die Masse, die bewegt oder befördert wird"@de ; + qudt:symbol "0173-1#Z4-BAJ442#002" ; + rdfs:isDefinedBy ; + rdfs:label "massic torque" ; + rdfs:label "massic torque"@en-US . + +quantitykind:MassieuFunction + a qudt:QuantityKind ; + dcterms:description "The Massieu function, $\\Psi$, is defined as: $\\Psi = \\Psi (X_1, \\dots , X_i, Y_{i+1}, \\dots , Y_r )$, where for every system with degree of freedom $r$ one may choose $r$ variables, e.g. , to define a coordinate system, where $X$ and $Y$ are extensive and intensive variables, respectively, and where at least one extensive variable must be within this set in order to define the size of the system. The $(r + 1)^{th}$ variable,$\\Psi$ , is then called the Massieu function."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Massieu_function"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$J = -A/T$, where $A$ is Helmholtz energy and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:symbol "J" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Massieu Function"@en ; + rdfs:seeAlso quantitykind:PlanckFunction ; + rdfs:seeAlso quantitykind:SpecificEnergy ; + rdfs:seeAlso quantitykind:SpecificEnthalpy ; + rdfs:seeAlso quantitykind:SpecificGibbsEnergy ; + rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ; + rdfs:seeAlso quantitykind:SpecificInternalEnergy . + +quantitykind:MaxExpectedOperatingThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Expected Operating Thrust"@en ; + skos:altLabel "MEOT" ; + skos:broader quantitykind:MaxOperatingThrust . + +quantitykind:MaxOperatingThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Max Operating Thrust"@en ; + skos:altLabel "MOT" ; + skos:broader quantitykind:Thrust . + +quantitykind:MaxSeaLevelThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:comment "Max Sea Level thrust (Mlbf) " ; + rdfs:isDefinedBy ; + rdfs:label "Max Sea Level Thrust"@en ; + skos:broader quantitykind:Thrust . + +quantitykind:MaximumBeta-ParticleEnergy + a qudt:QuantityKind ; + dcterms:description "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:MaximumBetaParticleEnergy ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process." ; + qudt:symbol "Eᵦ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Beta-Particle Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:MaximumBetaParticleEnergy + a qudt:QuantityKind ; + dcterms:description "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process." ; + qudt:symbol "Eᵦ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Beta-Particle Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:MaximumExpectedOperatingPressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Expected Operating Pressure"@en ; + skos:altLabel "MEOP" ; + skos:broader quantitykind:Pressure . + +quantitykind:MaximumOperatingPressure + a qudt:QuantityKind ; + qudt:abbreviation "MOP" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Maximum Operating Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:MeanEnergyImparted + a qudt:QuantityKind ; + dcterms:description "The \"Mean Energy Imparted\", is the average energy imparted to irradiated matter."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; + qudt:latexDefinition "To the matter in a given domain, $\\bar{\\varepsilon} = R_{in} - R_{out} + \\sum Q$, where $R_{in}$ is the radiant energy of all those charged and uncharged ionizing particles that enter the domain, $R_{out}$ is the radiant energy of all those charged and uncharged ionizing particles that leave the domain, and $\\sum Q$ is the sum of all changes of the rest energy of nuclei and elementary particles that occur in that domain."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Mean Energy Imparted\", is the average energy imparted to irradiated matter." ; + qudt:symbol "ε̅" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Energy Imparted"@en ; + skos:broader quantitykind:Energy . + +quantitykind:MeanFreePath + a qudt:QuantityKind ; + dcterms:description "\"Mean Free Path\" is the average distance travelled by a moving particle (such as an atom, a molecule, a photon) between successive impacts (collisions) which modify its direction or energy or other particle properties."^^qudt:LatexString ; + qudt:abbreviation "m" ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mean_free_path"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Mean Free Path\" is the average distance travelled by a moving particle (such as an atom, a molecule, a photon) between successive impacts (collisions) which modify its direction or energy or other particle properties." ; + qudt:symbol "λ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Free Path"@en ; + skos:broader quantitykind:Length . + +quantitykind:MeanLifetime + a qudt:QuantityKind ; + dcterms:description "The \"Mean Lifetime\" is the average length of time that an element remains in the set of discrete elements in a decaying quantity, $N(t)$."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Exponential_decay"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\tau = \\frac{1}{\\lambda}$, where $\\lambda$ is the decay constant."^^qudt:LatexString ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Lifetime"@en ; + skos:broader quantitykind:Time . + +quantitykind:MeanLinearRange + a qudt:QuantityKind ; + dcterms:description "\"Mean Linear Range\" is, in a given material, for specified charged particles of a specified energy, the average displacement of the particles before they stop. That is, the mean totl rectified path length travelled by a particle in the course of slowing down to rest (or to some suitable cut-off energy) in a given substance under specified conditions averaged over a group of particles having the same initial energy."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://goldbook.iupac.org/M03782.html"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Mean Linear Range\" is, in a given material, for specified charged particles of a specified energy, the average displacement of the particles before they stop. That is, the mean totl rectified path length travelled by a particle in the course of slowing down to rest (or to some suitable cut-off energy) in a given substance under specified conditions averaged over a group of particles having the same initial energy." ; + qudt:symbol "R" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Linear Range"@en ; + skos:broader quantitykind:Length . + +quantitykind:MeanMassRange + a qudt:QuantityKind ; + dcterms:description "\"Mean Mass Range\" is the mean linear range multiplied by the mass density of the material."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-IN2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:informativeReference "http://goldbook.iupac.org/M03783.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$R_\\rho = R\\rho$, where $R$ is the mean linear range and $\\rho$ is the mass density of the sample."^^qudt:LatexString ; + qudt:latexSymbol "$R_\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Mean Mass Range\" is the mean linear range multiplied by the mass density of the material." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MeanMassRange" ; + rdfs:isDefinedBy ; + rdfs:label "Mean Mass Range"@en . + +quantitykind:MechanicalEnergy + a qudt:QuantityKind ; + dcterms:description "Mechanical Energy is the sum of potential energy and kinetic energy. It is the energy associated with the motion and position of an object."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mechanical_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mechanical_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$E = T + V$, where $T$ is kinetic energy and $V$ is potential energy."^^qudt:LatexString ; + qudt:plainTextDescription "Mechanical Energy is the sum of potential energy and kinetic energy. It is the energy associated with the motion and position of an object." ; + qudt:symbol "E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Mechanical Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:MechanicalImpedance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD115" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD115"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mechanical Impedance"@en . + +quantitykind:MechanicalMobility + a qudt:QuantityKind ; + qudt:applicableUnit unit:MOHM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + rdfs:comment "Applicable units are those of quantitykind:MechanicalMobility" ; + rdfs:isDefinedBy ; + rdfs:label "Mechanical Mobility"@en . + +quantitykind:MechanicalSurfaceImpedance + a qudt:QuantityKind ; + dcterms:description "Mechanical surface impedance at a surface, is the complex quotient of the total force on the surface by the component of the average sound particle velocity at the surface in the direction of the force"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:latexDefinition "$Z_m = Z_a A^2$, where $A$ is the area of the surface considered and $Z_a$ is the acoustic impedance."^^qudt:LatexString ; + qudt:plainTextDescription "Mechanical surface impedance at a surface, is the complex quotient of the total force on the surface by the component of the average sound particle velocity at the surface in the direction of the force" ; + qudt:symbol "Z" ; + rdfs:comment "There are various interpretations of MechanicalSurfaceImpedance: Pressure/Velocity - https://apps.dtic.mil/sti/pdfs/ADA315595.pdf, Force / Speed - https://www.wikidata.org/wiki/Q6421317, and (Pressure / Velocity)**0.5 - https://www.sciencedirect.com/topics/engineering/mechanical-impedance. We are seeking a resolution to these differences." ; + rdfs:isDefinedBy ; + rdfs:label "Mechanical surface impedance"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:MechanicalTension + a qudt:QuantityKind ; + dcterms:description "at a point of a body upon which a force acts which attempts to change the shape of the body, the limit value of the ratio between the force and area of a flat surface around this point when the dimensions approach zero"@en ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "an einem Punkt eines Körpers, an dem eine Kraft angreift, welche die Form des Körpers zu verändern sucht, der Grenzwert des Quotienten Kraft durch Fläche einer ebenen Oberfläche um diesen Punkt, wenn deren Abmessungen gegen null gehen"@de ; + qudt:symbol "0173-1#Z4-BAJ204#005" ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "mechanical tension"@en-US ; + skos:broader quantitykind:ForcePerArea . + +quantitykind:MeltingPoint + a qudt:QuantityKind ; + dcterms:description "A temperature that is the one at which a substance will change its physical state from a solid to a liquid. It is also the temperature where the solid and liquid forms of a pure substance can exist in equilibrium."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:plainTextDescription "A temperature that is the one at which a substance will change its physical state from a solid to a liquid. It is also the temperature where the solid and liquid forms of a pure substance can exist in equilibrium." ; + rdfs:comment "Applicable units are those of quantitykind:MeltingPoint" ; + rdfs:isDefinedBy ; + rdfs:label "Melting Point Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:MicroCanonicalPartitionFunction + a qudt:QuantityKind ; + dcterms:description "A \"Micro Canonical Partition Function\" applies to a micro canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and a fixed number of particles."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Microcanonical_ensemble"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)#Grand_canonical_partition_function"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\Omega = \\sum_r 1$, where the sum is over all quantum states consistent with given energy. volume, external fields, and content."^^qudt:LatexString ; + qudt:latexSymbol "$\\Omega$"^^qudt:LatexString ; + qudt:plainTextDescription "A \"Micro Canonical Partition Function\" applies to a micro canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and a fixed number of particles." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:CanonicalPartitionFunction" ; + rdfs:isDefinedBy ; + rdfs:label "Micro Canonical Partition Function"@en ; + skos:broader quantitykind:CanonicalPartitionFunction . + +quantitykind:MicrobialFormation + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:isDefinedBy ; + rdfs:label "Microbial Formation"@en . + +quantitykind:MigrationArea + a qudt:QuantityKind ; + dcterms:description "\"Migration Area\" is the sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/migration+area"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Migration Area\" is the sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons." ; + qudt:symbol "M^2" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Migration Area"@en ; + skos:broader quantitykind:Area . + +quantitykind:MigrationLength + a qudt:QuantityKind ; + dcterms:description "\"Migration Length\" is the square root of the migration area."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/migration+area"^^xsd:anyURI ; + qudt:latexDefinition "$M = \\sqrt{M^2}$, where $M^2$ is the migration area."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Migration Length\" is the square root of the migration area." ; + qudt:symbol "M" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Migration Length"@en ; + skos:broader quantitykind:Length . + +quantitykind:Mobility + a qudt:QuantityKind ; + dcterms:description "\"Mobility\" characterizes how quickly a particle can move through a metal or semiconductor, when pulled by an electric field. The average drift speed imparted to a charged particle in a medium by an electric field, divided by the electric field strength."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-V-SEC ; + qudt:applicableUnit unit:M2-PER-V-SEC ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electron_mobility"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Mobility\" characterizes how quickly a particle can move through a metal or semiconductor, when pulled by an electric field. The average drift speed imparted to a charged particle in a medium by an electric field, divided by the electric field strength." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Mobility" ; + rdfs:isDefinedBy ; + rdfs:label "Beweglichkeit"@de ; + rdfs:label "mobilidade"@pt ; + rdfs:label "mobility"@en ; + rdfs:label "mobilità"@it ; + rdfs:label "mobilité"@fr ; + rdfs:label "mobilność"@pl ; + rdfs:label "movilidad"@es ; + rdfs:label "قابلية التحرك"@ar ; + rdfs:label "移動度"@ja ; + rdfs:label "迁移率"@zh ; + skos:altLabel "Mobilität"@de . + +quantitykind:MobilityRatio + a qudt:QuantityKind ; + dcterms:description "\"MobilityRatio\" describes permeability of a porous material to a given phase divided by the viscosity of that phase."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$b = \\frac{\\mu_n}{\\mu_p}$, where $\\mu_n$ and $\\mu_p$ are mobilities for electrons and holes, respectively."^^qudt:LatexString ; + qudt:plainTextDescription "\"MobilityRatio\" describes permeability of a porous material to a given phase divided by the viscosity of that phase." ; + qudt:symbol "b" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MobilityRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Mobility Ratio"@en . + +quantitykind:ModulusOfAdmittance + a qudt:QuantityKind ; + dcterms:description "\"Modulus Of Admittance\" is the absolute value of the quantity \"admittance\"."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Absolute_value"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Admittance"^^xsd:anyURI ; + qudt:latexDefinition "$Y = \\left | \\underline{Y} \\right |$, where $\\underline{Y}$ is admittance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Modulus Of Admittance\" is the absolute value of the quantity \"admittance\"." ; + qudt:symbol "Y" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Modulus Of Admittance"@en ; + rdfs:seeAlso quantitykind:Admittance . + +quantitykind:ModulusOfElasticity + a qudt:QuantityKind ; + dcterms:description "The Modulus of Elasticity is the mathematical description of an object or substance's tendency to be deformed elastically (that is, non-permanently) when a force is applied to it."^^qudt:LatexString ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Elastic_modulus"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$E = \\frac{\\sigma}{\\varepsilon}$, where $\\sigma$ is the normal stress and $\\varepsilon$ is the linear strain."^^qudt:LatexString ; + qudt:plainTextDescription "The Modulus of Elasticity is the mathematical description of an object or substance's tendency to be deformed elastically (that is, non-permanently) when a force is applied to it." ; + qudt:symbol "E" ; + rdfs:comment "Applicable units are those of quantitykind:ModulusOfElasticity" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus of Elasticity"@en . + +quantitykind:ModulusOfImpedance + a qudt:QuantityKind ; + dcterms:description """"Modulus Of Impedance} is the absolute value of the quantity $\\textit{impedance}$. Apparent impedance is defined more generally as + +the quotient of rms voltage and rms electric current; it is often denoted by $Z$."""^^qudt:LatexString ; + qudt:applicableUnit unit:OHM ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Absolute_value"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:anyURI ; + qudt:latexDefinition "$Z = \\left | \\underline{Z} \\right |$, where $\\underline{Z}$ is impedance."^^qudt:LatexString ; + qudt:symbol "Z" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ModulusOfImpedance" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus Of Impedance"@en ; + rdfs:seeAlso quantitykind:Impedance . + +quantitykind:ModulusOfLinearSubgradeReaction + a qudt:QuantityKind ; + dcterms:description "Modulus of Linear Subgrade Reaction is a measure for modulus of linear subgrade reaction, which expresses the elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in N/m^2"^^qudt:LatexString ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://www.lusas.com/user_area/documentation/1004_Winkler_spring_models.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "Modulus of Linear Subgrade Reaction is a measure for modulus of linear subgrade reaction, which expresses the elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in N/m^2" ; + rdfs:comment "Applicable units are those of quantitykind:ModulusOfLinearSubgradeReaction" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus of Linear Subgrade Reaction"@en ; + skos:broader quantitykind:ForcePerArea . + +quantitykind:ModulusOfRotationalSubgradeReaction + a qudt:QuantityKind ; + dcterms:description "Modulus of Rotational Subgrade Reaction is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm/(m*rad)."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloN-M-PER-DEG-M ; + qudt:applicableUnit unit:N-M-PER-DEG-M ; + qudt:applicableUnit unit:N-M-PER-M-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/schema/ifcstructuralloadresource/lexical/ifcmodulusofrotationalsubgradereactionselect.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Modulus of Rotational Subgrade Reaction is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm/(m*rad)." ; + rdfs:comment "Applicable units are those of quantitykind:ModulusOfRotationalSubgradeReaction" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus of Rotational Subgrade Reaction"@en ; + skos:broader quantitykind:ForcePerAngle . + +quantitykind:ModulusOfSubgradeReaction + a qudt:QuantityKind ; + dcterms:description "Modulus of Subgrade Reaction is a geotechnical measure describing interaction between foundation structures and the soil. May also be known as bedding measure. Usually measured in N/m3."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloN-PER-M3 ; + qudt:applicableUnit unit:MegaN-PER-M3 ; + qudt:applicableUnit unit:N-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/schema/ifcstructuralloadresource/lexical/ifcmodulusofsubgradereactionselect.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Modulus of Subgrade Reaction is a geotechnical measure describing interaction between foundation structures and the soil. May also be known as bedding measure. Usually measured in N/m3." ; + rdfs:comment "Applicable units are those of quantitykind:ModulusOfSubgradeReaction" ; + rdfs:isDefinedBy ; + rdfs:label "Modulus of Subgrade Reaction"@en . + +quantitykind:MoistureDiffusivity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BBL_UK_PET-PER-DAY ; + qudt:applicableUnit unit:BBL_UK_PET-PER-HR ; + qudt:applicableUnit unit:BBL_UK_PET-PER-MIN ; + qudt:applicableUnit unit:BBL_UK_PET-PER-SEC ; + qudt:applicableUnit unit:BBL_US-PER-DAY ; + qudt:applicableUnit unit:BBL_US-PER-MIN ; + qudt:applicableUnit unit:BBL_US_PET-PER-HR ; + qudt:applicableUnit unit:BBL_US_PET-PER-SEC ; + qudt:applicableUnit unit:BU_UK-PER-DAY ; + qudt:applicableUnit unit:BU_UK-PER-HR ; + qudt:applicableUnit unit:BU_UK-PER-MIN ; + qudt:applicableUnit unit:BU_UK-PER-SEC ; + qudt:applicableUnit unit:BU_US_DRY-PER-DAY ; + qudt:applicableUnit unit:BU_US_DRY-PER-HR ; + qudt:applicableUnit unit:BU_US_DRY-PER-MIN ; + qudt:applicableUnit unit:BU_US_DRY-PER-SEC ; + qudt:applicableUnit unit:CentiM3-PER-DAY ; + qudt:applicableUnit unit:CentiM3-PER-HR ; + qudt:applicableUnit unit:CentiM3-PER-MIN ; + qudt:applicableUnit unit:CentiM3-PER-SEC ; + qudt:applicableUnit unit:DeciM3-PER-DAY ; + qudt:applicableUnit unit:DeciM3-PER-HR ; + qudt:applicableUnit unit:DeciM3-PER-MIN ; + qudt:applicableUnit unit:DeciM3-PER-SEC ; + qudt:applicableUnit unit:FT3-PER-DAY ; + qudt:applicableUnit unit:FT3-PER-HR ; + qudt:applicableUnit unit:FT3-PER-MIN ; + qudt:applicableUnit unit:FT3-PER-SEC ; + qudt:applicableUnit unit:GAL_UK-PER-DAY ; + qudt:applicableUnit unit:GAL_UK-PER-HR ; + qudt:applicableUnit unit:GAL_UK-PER-MIN ; + qudt:applicableUnit unit:GAL_UK-PER-SEC ; + qudt:applicableUnit unit:GAL_US-PER-DAY ; + qudt:applicableUnit unit:GAL_US-PER-HR ; + qudt:applicableUnit unit:GAL_US-PER-MIN ; + qudt:applicableUnit unit:GAL_US-PER-SEC ; + qudt:applicableUnit unit:GI_UK-PER-DAY ; + qudt:applicableUnit unit:GI_UK-PER-HR ; + qudt:applicableUnit unit:GI_UK-PER-MIN ; + qudt:applicableUnit unit:GI_UK-PER-SEC ; + qudt:applicableUnit unit:GI_US-PER-DAY ; + qudt:applicableUnit unit:GI_US-PER-HR ; + qudt:applicableUnit unit:GI_US-PER-MIN ; + qudt:applicableUnit unit:GI_US-PER-SEC ; + qudt:applicableUnit unit:IN3-PER-HR ; + qudt:applicableUnit unit:IN3-PER-MIN ; + qudt:applicableUnit unit:IN3-PER-SEC ; + qudt:applicableUnit unit:KiloL-PER-HR ; + qudt:applicableUnit unit:L-PER-DAY ; + qudt:applicableUnit unit:L-PER-HR ; + qudt:applicableUnit unit:L-PER-MIN ; + qudt:applicableUnit unit:L-PER-SEC ; + qudt:applicableUnit unit:M3-PER-DAY ; + qudt:applicableUnit unit:M3-PER-HR ; + qudt:applicableUnit unit:M3-PER-MIN ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:applicableUnit unit:M3-PER-YR ; + qudt:applicableUnit unit:MilliL-PER-DAY ; + qudt:applicableUnit unit:MilliL-PER-HR ; + qudt:applicableUnit unit:MilliL-PER-MIN ; + qudt:applicableUnit unit:MilliL-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_US-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_US-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_US-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_US-PER-SEC ; + qudt:applicableUnit unit:PINT_UK-PER-DAY ; + qudt:applicableUnit unit:PINT_UK-PER-HR ; + qudt:applicableUnit unit:PINT_UK-PER-MIN ; + qudt:applicableUnit unit:PINT_UK-PER-SEC ; + qudt:applicableUnit unit:PINT_US-PER-DAY ; + qudt:applicableUnit unit:PINT_US-PER-HR ; + qudt:applicableUnit unit:PINT_US-PER-MIN ; + qudt:applicableUnit unit:PINT_US-PER-SEC ; + qudt:applicableUnit unit:PK_UK-PER-DAY ; + qudt:applicableUnit unit:PK_UK-PER-HR ; + qudt:applicableUnit unit:PK_UK-PER-MIN ; + qudt:applicableUnit unit:PK_UK-PER-SEC ; + qudt:applicableUnit unit:PK_US_DRY-PER-DAY ; + qudt:applicableUnit unit:PK_US_DRY-PER-HR ; + qudt:applicableUnit unit:PK_US_DRY-PER-MIN ; + qudt:applicableUnit unit:PK_US_DRY-PER-SEC ; + qudt:applicableUnit unit:QT_UK-PER-DAY ; + qudt:applicableUnit unit:QT_UK-PER-HR ; + qudt:applicableUnit unit:QT_UK-PER-MIN ; + qudt:applicableUnit unit:QT_UK-PER-SEC ; + qudt:applicableUnit unit:QT_US-PER-DAY ; + qudt:applicableUnit unit:QT_US-PER-HR ; + qudt:applicableUnit unit:QT_US-PER-MIN ; + qudt:applicableUnit unit:QT_US-PER-SEC ; + qudt:applicableUnit unit:YD3-PER-DAY ; + qudt:applicableUnit unit:YD3-PER-HR ; + qudt:applicableUnit unit:YD3-PER-MIN ; + qudt:applicableUnit unit:YD3-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:symbol "q_V" ; + rdfs:comment "Applicable units are those of quantitykind:VolumeFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Moisture Diffusivity"@en ; + skos:broader quantitykind:VolumeFlowRate . + +quantitykind:MolalityOfSolute + a qudt:QuantityKind ; + dcterms:description "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL-PER-KiloGM ; + qudt:applicableUnit unit:KiloMOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL-PER-KiloGM ; + qudt:applicableUnit unit:MOL_LB-PER-LB ; + qudt:applicableUnit unit:MicroMOL-PER-GM ; + qudt:applicableUnit unit:NanoMOL-PER-GM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molality"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$b_B = \\frac{n_B}{m_a}$, where $n_B$ is the amount of substance and $m_A$ is the mass."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent." ; + qudt:symbol "b_B" ; + rdfs:comment "Applicable units are those of quantitykind:MolalityOfSolute" ; + rdfs:isDefinedBy ; + rdfs:label "Molality of Solute"@en ; + skos:broader quantitykind:AmountOfSubstancePerMass . + +quantitykind:MolarAbsorptionCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Molar Absorption Coefficient\" is a spectrophotometric unit indicating the light a substance absorbs with respect to length, usually centimeters, and concentration, usually moles per liter."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-MOL ; + qudt:exactMatch quantitykind:MolarAttenuationCoefficient ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:informativeReference "http://medical-dictionary.thefreedictionary.com/molar+absorption+coefficient"^^xsd:anyURI ; + qudt:latexDefinition "$x = aV_m$, where $a$ is the linear absorption coefficient and $V_m$ is the molar volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Molar Absorption Coefficient\" is a spectrophotometric unit indicating the light a substance absorbs with respect to length, usually centimeters, and concentration, usually moles per liter." ; + qudt:symbol "x" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarAbsorptionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Absorption Coefficient"@en . + +quantitykind:MolarAngularMomentum + a qudt:QuantityKind ; + qudt:applicableUnit unit:J-SEC-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-1D0 ; + qudt:informativeReference "http://cvika.grimoar.cz/callen/callen_21.pdf"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:MolarAngularMomentum" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Angular Momentum"@en . + +quantitykind:MolarAttenuationCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Molar Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per amount of substance."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-MOL ; + qudt:exactMatch quantitykind:MolarAbsorptionCoefficient ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD120" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD120"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_attenuation_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu_c = -\\frac{\\mu}{c}$, where $\\mu$ is the linear attenuation coefficient and $c$ is the amount-of-substance concentration."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu_c$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Molar Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per amount of substance." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarAttenuationCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Attenuation Coefficient"@en ; + skos:closeMatch quantitykind:MassAttenuationCoefficient . + +quantitykind:MolarConductivity + a qudt:QuantityKind ; + dcterms:description "\"Molar Conductivity\" is the conductivity of an electrolyte solution divided by the molar concentration of the electrolyte, and so measures the efficiency with which a given electrolyte conducts electricity in solution."^^qudt:LatexString ; + qudt:applicableUnit unit:S-M2-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E2L0I0M-1H0T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD121" ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/molar+conductivity"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD121"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molar_conductivity"^^xsd:anyURI ; + qudt:latexDefinition "$\\Gamma_m = \\frac{x}{c_B}$, where $x$ is the electrolytic conductivity and $c_B$ is the amount-of-substance concentration."^^qudt:LatexString ; + qudt:latexSymbol "$\\Gamma_m$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Molar Conductivity\" is the conductivity of an electrolyte solution divided by the molar concentration of the electrolyte, and so measures the efficiency with which a given electrolyte conducts electricity in solution." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarConductivity" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Conductivity"@en . + +quantitykind:MolarDensity + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the quantity of material"@en ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M0H0T0D0 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zu Stoffmengenwert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ372#002" ; + rdfs:isDefinedBy ; + rdfs:label "molar density"@en-US . + +quantitykind:MolarEnergy + a qudt:QuantityKind ; + dcterms:description "\"Molar Energy\" is the total energy contained by a thermodynamic system. The unit is $$J/mol$$, also expressed as $$joule/mole$$, or $$joules per mole$$. This unit is commonly used in the SI unit system. The quantity has the dimension of $$M \\cdot L^2 \\cdot T^{-2} \\cdot N^{-1}$$ where $$M$$ is mass, $$L$$ is length, $$T$$ is time, and $$N$$ is amount of substance."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:applicableUnit unit:KiloCAL-PER-MOL ; + qudt:applicableUnit unit:KiloJ-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--molar_energy--joule_per_mole.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Joule_per_mole"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$U_m = \\frac{U}{n}$, where $U$ is internal energy and $n$ is amount of substance."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:MOEG ; + qudt:symbol "U_M" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Energy"@en ; + vaem:todo "dimensions are wrong" . + +quantitykind:MolarEntropy + a qudt:QuantityKind ; + dcterms:description "The \"Standard Molar Entropy\" is the entropy content of one mole of substance, under standard conditions (not standard temperature and pressure STP)."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-MOL-K ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_molar_entropy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$S_m = \\frac{S}{n}$, where $S$ is entropy and $n$ is amount of substance."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Standard Molar Entropy\" is the entropy content of one mole of substance, under standard conditions (not standard temperature and pressure STP)." ; + qudt:siExactMatch si-quantity:MOEN ; + qudt:symbol "S_m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarEntropy" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Entropy"@en . + +quantitykind:MolarEquivalent + a qudt:QuantityKind ; + dcterms:description """"Molar Equivalent" is the amount of a substance that reacts with (or is equivalent to) an arbitrary amount (typically one mole) of +another substance in a given chemical reaction."""^^rdf:HTML ; + qudt:applicableUnit unit:CentiMOL ; + qudt:applicableUnit unit:FemtoMOL ; + qudt:applicableUnit unit:IU ; + qudt:applicableUnit unit:KiloMOL ; + qudt:applicableUnit unit:MOL ; + qudt:applicableUnit unit:MOL_LB ; + qudt:applicableUnit unit:MicroMOL ; + qudt:applicableUnit unit:MilliMOL ; + qudt:applicableUnit unit:MilliOSM ; + qudt:applicableUnit unit:NCM ; + qudt:applicableUnit unit:NCM_1ATM_0DEG_C_NL ; + qudt:applicableUnit unit:NanoMOL ; + qudt:applicableUnit unit:OSM ; + qudt:applicableUnit unit:PicoMOL ; + qudt:applicableUnit unit:SCF ; + qudt:applicableUnit unit:SCM ; + qudt:applicableUnit unit:SCM_1ATM_0DEG_C ; + qudt:applicableUnit unit:SCM_1ATM_15DEG_C_ISO ; + qudt:applicableUnit unit:SCM_1ATM_15DEG_C_NL ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Equivalent_(chemistry)"^^xsd:anyURI ; + qudt:symbol "equiv" ; + rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstance" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Equivalent"@en ; + skos:broader quantitykind:AmountOfSubstance . + +quantitykind:MolarFlowRate + a qudt:QuantityKind ; + dcterms:description "Molar Flow Rate is a measure of the amount of substance (the number of molecules) that passes through a given area perpendicular to the flow in a given time. Typically this area is constrained, for example a section through a pipe, but it could also apply to an open flow."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloMOL-PER-MIN ; + qudt:applicableUnit unit:KiloMOL-PER-SEC ; + qudt:applicableUnit unit:MOL-PER-HR ; + qudt:applicableUnit unit:MOL-PER-MIN ; + qudt:applicableUnit unit:MOL-PER-SEC ; + qudt:applicableUnit unit:SCF-PER-HR ; + qudt:applicableUnit unit:SCF-PER-MIN ; + qudt:applicableUnit unit:SCM-PER-HR ; + qudt:applicableUnit unit:SCM-PER-MIN ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD122" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD122"^^xsd:anyURI ; + qudt:informativeReference "https://www.sciencedirect.com/topics/engineering/molar-flow-rate"^^xsd:anyURI ; + qudt:plainTextDescription "Molar Flow Rate is a measure of the amount of substance (the number of molecules) that passes through a given area perpendicular to the flow in a given time. Typically this area is constrained, for example a section through a pipe, but it could also apply to an open flow." ; + qudt:symbol "q_V" ; + rdfs:comment "Applicable units are those of quantitykind:MolarFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Flow Rate"@en . + +quantitykind:MolarFluxDensity + a qudt:QuantityKind ; + dcterms:description "the rate at which moles of a substance pass through a unit area per unit time. It is used for describing the flow of materials in terms of the transport of molecules or particles rather than bulk mass. The SI units are mol m-2 s-1" ; + qudt:applicableUnit unit:MilliMOL-PER-M2-HR ; + qudt:applicableUnit unit:NanoMOL-PER-M2-SEC ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_flux#Molar_fluxes"^^xsd:anyURI ; + qudt:plainTextDescription "the rate at which moles of a substance pass through a unit area per unit time. It is used for describing the flow of materials in terms of the transport of molecules or particles rather than bulk mass. The SI units are mol m-2 s-1" ; + rdfs:comment "Applicable units are those of quantitykind:MolarFluxDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Flux Density"@en . + +quantitykind:MolarFluxDensityVariance + a qudt:QuantityKind ; + dcterms:description "Variance for Molar Flux Density data." ; + qudt:applicableUnit unit:MicroMOL2-PER-M4-SEC2 ; + qudt:hasDimensionVector qkdv:A2E0L-4I0M0H0T-2D0 ; + qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ; + qudt:plainTextDescription "Variance for Molar Flux Density data." ; + rdfs:comment "Applicable units are those of quantitykind:MolarFluxDensityVariance" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Flux Density Variance"@en . + +quantitykind:MolarFluxDensityVariance_NEON + a qudt:QuantityKind ; + dcterms:description "Variance for NEON Molar Flux Denisity data measured in unit:MicroMOL-PER-M2-SEC" ; + dcterms:isReplacedBy quantitykind:MolarFluxDensityVariance ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A2E0L-4I0M0H0T-2D0 ; + qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ; + qudt:plainTextDescription "Variance for NEON Molar Flux Denisity data measured in unit:MicroMOL-PER-M2-SEC" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Flux Density Variance, NEON"@en . + +quantitykind:MolarHeatCapacity + a qudt:QuantityKind ; + dcterms:description "\"Molar Heat Capacity\" is the amount of heat energy required to raise the temperature of 1 mole of a substance. In SI units, molar heat capacity (symbol: cn) is the amount of heat in joules required to raise 1 mole of a substance 1 Kelvin."^^qudt:LatexString ; + qudt:altSymbol "cn" ; + qudt:applicableUnit unit:BTU_IT-PER-MOL_LB-DEG_F ; + qudt:applicableUnit unit:J-PER-MOL-K ; + qudt:applicableUnit unit:KiloCAL-PER-MOL-DEG_C ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD123" ; + qudt:informativeReference "http://chemistry.about.com/od/chemistryglossary/g/Molar-Heat-Capacity-Definition.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD123"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$C_m = \\frac{C}{n}$, where $C$ is heat capacity and $n$ is amount of substance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Molar Heat Capacity\" is the amount of heat energy required to raise the temperature of 1 mole of a substance. In SI units, molar heat capacity (symbol: cn) is the amount of heat in joules required to raise 1 mole of a substance 1 Kelvin." ; + qudt:symbol "C_m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarHeatCapacity" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Heat Capacity"@en . + +quantitykind:MolarInternalEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:applicableUnit unit:KiloCAL-PER-MOL ; + qudt:applicableUnit unit:KiloJ-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD124" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD124"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:MolarEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "molar internal energy" ; + skos:broader quantitykind:MolarEnergy . + +quantitykind:MolarMass + a qudt:QuantityKind ; + 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:applicableUnit unit:GM-PER-MOL ; + qudt:applicableUnit unit:KiloGM-PER-KiloMOL ; + qudt:applicableUnit unit:KiloGM-PER-MOL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD125" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD125"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molar_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:symbol "M" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarMass" ; + rdfs:isDefinedBy ; + rdfs:label "Jisim molar"@ms ; + rdfs:label "Masa molowa"@pl ; + rdfs:label "Masă molară"@ro ; + rdfs:label "Molmasse"@de ; + rdfs:label "Molární hmotnost"@cs ; + rdfs:label "masa molar"@es ; + rdfs:label "massa molar"@pt ; + rdfs:label "massa molare"@it ; + rdfs:label "masse molaire"@fr ; + rdfs:label "molar kütle"@tr ; + rdfs:label "molar mass"@en ; + rdfs:label "molska masa"@sl ; + rdfs:label "Молярная масса"@ru ; + rdfs:label "جرم مولی"@fa ; + rdfs:label "كتلة مولية"@ar ; + rdfs:label "मोलर द्रव्यमान"@hi ; + rdfs:label "モル質量"@ja ; + rdfs:label "摩尔质量"@zh ; + skos:altLabel "molare Masse"@de ; + skos:altLabel "stoffmengenbezogene Masse"@de . + +quantitykind:MolarOpticalRotationalAbility + a qudt:QuantityKind ; + dcterms:description "material-specific quantity resulting as the specific angle of rotation of a substance for a particular wavelength and a particular temperature from the relationship: ratio between measured angle of rotation divided by the concentration of material and the covered path"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:plainTextDescription "materialspezifische Größe, die sich als spezifischer Drehwinkel einer Substanz für eine bestimmte Wellenlänge und eine bestimmte Temperatur ergibt durch die Beziehung: Quotient aus gemessener Drehwinkel dividiert durch die Stoffmenegenkonzentration und die durchstrahlte Wegstrecke"@de ; + qudt:symbol "0173-1#Z4-BAJ426#001" ; + rdfs:isDefinedBy ; + rdfs:label "molar optical rotational ability"@en-US . + +quantitykind:MolarOpticalRotatoryPower + a qudt:QuantityKind ; + dcterms:description "The \"Molar Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the amount concentration giving the molar optical rotatory power."^^qudt:LatexString ; + qudt:applicableUnit unit:RAD-M2-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD126" ; + qudt:informativeReference "http://goldbook.iupac.org/O04313.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD126"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_n = \\alpha \\frac{A}{n}$, where $\\alpha$ is the angle of optical rotation, and $n$ is the amount of substance of the optically active component in the path of a linearly polarized light beam of cross sectional area $A$."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_n$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Molar Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the amount concentration giving the molar optical rotatory power." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarOpticalRotatoryPower" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Optical Rotatory Power"@en . + +quantitykind:MolarRefractivity + a qudt:QuantityKind ; + dcterms:description "A quantity kind that is a measure of the total polarizability of a mole of substance that depends on the temperature, the index of refraction and the pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-MOL ; + qudt:applicableUnit unit:DeciM3-PER-MOL ; + qudt:applicableUnit unit:L-PER-MOL ; + qudt:applicableUnit unit:L-PER-MicroMOL ; + qudt:applicableUnit unit:M3-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:plainTextDescription "A quantity kind that is a measure of the total polarizability of a mole of substance that depends on the temperature, the index of refraction and the pressure." ; + rdfs:comment "Applicable units are those of quantitykind:MolarRefractivity" ; + rdfs:isDefinedBy ; + rdfs:label "Molar Refractivity"@en . + +quantitykind:MolarThermalCapacity + a qudt:QuantityKind ; + dcterms:description "thermal capacity divided by the amount of substance"@en ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:plainTextDescription "auf die Stoffmenge bezogene Wärmekapazität"@de ; + qudt:symbol "0173-1#Z4-BAJ355#002" ; + rdfs:isDefinedBy ; + rdfs:label "molar thermal capacity"@en-US . + +quantitykind:MolarThermodynamicEnergy + a qudt:QuantityKind ; + dcterms:description "energy in relation to the amount of a substance"@en ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:applicableUnit unit:KiloCAL-PER-MOL ; + qudt:applicableUnit unit:KiloJ-PER-MOL ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "auf die Stoffmenge bezogene Energie"@de ; + qudt:symbol "0173-1#Z4-BAJ353#002" ; + rdfs:comment "Applicable units are those of quantitykind:MolarEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "molar thermodynamic energy"@en-US ; + skos:broader quantitykind:MolarEnergy . + +quantitykind:MolarVolume + a qudt:QuantityKind ; + 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:applicableUnit unit:CentiM3-PER-MOL ; + qudt:applicableUnit unit:DeciM3-PER-MOL ; + qudt:applicableUnit unit:L-PER-MOL ; + qudt:applicableUnit unit:L-PER-MicroMOL ; + qudt:applicableUnit unit:M3-PER-MOL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_volume"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD127" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD127"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molar_volume"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$V_m = \\frac{V}{n}$, where $V$ is volume and $n$ is amount of substance."^^qudt:LatexString ; + qudt:symbol "V_m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Isipadu molar"@ms ; + rdfs:label "Molvolumen"@de ; + rdfs:label "molar hacim"@tr ; + rdfs:label "molar volume"@en ; + rdfs:label "molski volumen"@sl ; + rdfs:label "molární objem"@cs ; + rdfs:label "volum molar"@ro ; + rdfs:label "volume molaire"@fr ; + rdfs:label "volume molar"@pl ; + rdfs:label "volume molar"@pt ; + rdfs:label "volume molare"@it ; + rdfs:label "volumen molar"@es ; + rdfs:label "Молярный объём"@ru ; + rdfs:label "حجم مولي"@ar ; + rdfs:label "حجم مولی"@fa ; + rdfs:label "モル体積"@ja ; + rdfs:label "摩尔体积"@zh ; + skos:altLabel "molares Volumen"@de ; + skos:altLabel "stoffmengenbezogenes Volumen"@de . + +quantitykind:MoleFraction + a qudt:QuantityKind ; + dcterms:description "In chemistry, the mole fraction of a component in a mixture is the relative proportion of molecules belonging to the component to those in the mixture, by number of molecules. It is one way of measuring concentration."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mole_fraction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "In chemistry, the mole fraction of a component in a mixture is the relative proportion of molecules belonging to the component to those in the mixture, by number of molecules. It is one way of measuring concentration." ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Mole Fraction"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:MolecularConcentration + a qudt:QuantityKind ; + dcterms:description "The \"Molecular Concentration\" of substance B is defined as the number of molecules of B divided by the volume of the mixture "^^qudt:LatexString ; + qudt:abbreviation "m^{-3}" ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ; + qudt:latexDefinition "$C_B = \\frac{N_B}{V}$, where $N_B$ is the number of molecules of $B$ and $V$ is the volume."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Molecular Concentration\" of substance B is defined as the number of molecules of B divided by the volume of the mixture " ; + qudt:symbol "C_B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Molecular Concentration"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:MolecularMass + a qudt:QuantityKind ; + dcterms:description "The molecular mass, or molecular weight of a chemical compound is the mass of one molecule of that compound, relative to the unified atomic mass unit, u. Molecular mass should not be confused with molar mass, which is the mass of one mole of a substance."^^qudt:LatexString ; + qudt:applicableUnit unit:DA ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Molecular_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molecular_mass#Relative_molecular_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The molecular mass, or molecular weight of a chemical compound is the mass of one molecule of that compound, relative to the unified atomic mass unit, u. Molecular mass should not be confused with molar mass, which is the mass of one mole of a substance." ; + qudt:symbol "M" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolecularMass" ; + rdfs:isDefinedBy ; + rdfs:label "Molecular Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:MolecularViscosity + a qudt:QuantityKind ; + dcterms:description "Molecules in a fluid close to a solid boundary sometime strike the boundary and transfer momentum to it. Molecules further from the boundary collide with molecules that have struck the boundary, further transferring the change in momentum into the interior of the fluid. This transfer of momentum is molecular viscosity. Molecules, however, travel only micrometers between collisions, and the process is very inefficient for transferring momentum even a few centimeters. Molecular viscosity is important only within a few millimeters of a boundary. The coefficient of molecular viscosity has the same value as the dynamic viscosity."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:informativeReference "http://oceanworld.tamu.edu/resources/ocng_textbook/chapter08/chapter08_01.htm"^^xsd:anyURI ; + qudt:plainTextDescription "Molecules in a fluid close to a solid boundary sometime strike the boundary and transfer momentum to it. Molecules further from the boundary collide with molecules that have struck the boundary, further transferring the change in momentum into the interior of the fluid. This transfer of momentum is molecular viscosity. Molecules, however, travel only micrometers between collisions, and the process is very inefficient for transferring momentum even a few centimeters. Molecular viscosity is important only within a few millimeters of a boundary. The coefficient of molecular viscosity has the same value as the dynamic viscosity." ; + rdfs:isDefinedBy ; + rdfs:label "Molecular Viscosity"@en ; + rdfs:seeAlso quantitykind:DynamicViscosity ; + rdfs:seeAlso quantitykind:KinematicViscosity . + +quantitykind:MomentOfForce + a qudt:QuantityKind ; + dcterms:description "Moment of force (often just moment) is the tendency of a force to twist or rotate an object."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN-M ; + qudt:applicableUnit unit:DYN-CentiM ; + qudt:applicableUnit unit:DYN-M ; + qudt:applicableUnit unit:DeciN-M ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:IN-PDL ; + qudt:applicableUnit unit:KiloGM_F-M ; + qudt:applicableUnit unit:KiloN-M ; + qudt:applicableUnit unit:LB_F-FT ; + qudt:applicableUnit unit:LB_F-IN ; + qudt:applicableUnit unit:MegaN-M ; + qudt:applicableUnit unit:MicroN-M ; + qudt:applicableUnit unit:MilliN-M ; + qudt:applicableUnit unit:N-CentiM ; + qudt:applicableUnit unit:N-M ; + qudt:applicableUnit unit:OZ_F-IN ; + qudt:applicableUnit unit:PDL-FT ; + qudt:applicableUnit unit:PDL-IN ; + qudt:exactMatch quantitykind:Torque ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Moment_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$M = r \\cdot F$, where $r$ is the position vector and $F$ is the force."^^qudt:LatexString ; + qudt:plainTextDescription "Moment of force (often just moment) is the tendency of a force to twist or rotate an object." ; + qudt:siExactMatch si-quantity:TORQ ; + qudt:symbol "M" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MomentOfForce" ; + rdfs:isDefinedBy ; + rdfs:label "Moment of Force"@en . + +quantitykind:MomentOfInertia + a qudt:QuantityKind ; + dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:exactMatch quantitykind:RotationalMass ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD128" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD128"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Moment_of_inertia"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$I_Q = \\int r^2_Q dm$, where $r_Q$ is the radial distance from a $Q-axis$ and $m$ is mass."^^qudt:LatexString ; + qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia" ; + rdfs:isDefinedBy ; + rdfs:label "Eylemsizlik momenti"@tr ; + rdfs:label "Massenträgheitsmoment"@de ; + rdfs:label "Momen inersia"@ms ; + rdfs:label "Moment bezwładności"@pl ; + rdfs:label "Moment de inerție"@ro ; + rdfs:label "Moment setrvačnosti"@cs ; + rdfs:label "moment d'inertie"@fr ; + rdfs:label "moment of inertia"@en ; + rdfs:label "momento de inercia"@es ; + rdfs:label "momento de inércia"@pt ; + rdfs:label "momento di inerzia"@it ; + rdfs:label "Момент инерции"@ru ; + rdfs:label "عزم القصور الذاتي"@ar ; + rdfs:label "گشتاور لختی"@fa ; + rdfs:label "जड़त्वाघूर्ण"@hi ; + rdfs:label "慣性モーメント"@ja ; + rdfs:label "轉動慣量"@zh ; + skos:altLabel "MOI" . + +quantitykind:MomentOfInertia_Y + a qudt:QuantityKind ; + dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; + qudt:symbol "I_{y}" ; + rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia" ; + rdfs:isDefinedBy ; + rdfs:label "Moment of Inertia in the Y axis"@en ; + skos:altLabel "MOI" ; + skos:broader quantitykind:MomentOfInertia . + +quantitykind:MomentOfInertia_Z + a qudt:QuantityKind ; + dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis." ; + qudt:symbol "I_{z}" ; + rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia" ; + rdfs:isDefinedBy ; + rdfs:label "Moment of Inertia in the Z axis"@en ; + skos:altLabel "MOI" ; + skos:broader quantitykind:MomentOfInertia . + +quantitykind:Momentum + a qudt:QuantityKind ; + 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:applicableUnit unit:KiloGM-M-PER-SEC ; + qudt:applicableUnit unit:MegaEV-PER-SpeedOfLight ; + qudt:applicableUnit unit:N-M-SEC-PER-M ; + qudt:applicableUnit unit:N-SEC ; + qudt:applicableUnit unit:PlanckMomentum ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ; + qudt:exactMatch quantitykind:LinearMomentum ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ; + qudt:plainTextDescription "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:symbol "p" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Momentum" ; + rdfs:isDefinedBy ; + rdfs:label "Impuls"@de ; + rdfs:label "Momentum"@ms ; + rdfs:label "Momentum"@tr ; + rdfs:label "cantidad de movimiento"@es ; + rdfs:label "gibalna količina"@sl ; + rdfs:label "hybnost"@cs ; + rdfs:label "impuls"@ro ; + rdfs:label "momento linear"@pt ; + rdfs:label "momentum"@en ; + rdfs:label "pęd"@pl ; + rdfs:label "quantità di moto"@it ; + rdfs:label "quantité de mouvement"@fr ; + rdfs:label "импульс"@ru ; + rdfs:label "تکانه"@fa ; + rdfs:label "زخم الحركة"@ar ; + rdfs:label "动量"@zh ; + rdfs:label "運動量"@ja . + +quantitykind:MomentumPerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-SEC-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:MomentumPerAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Momentum per Angle"@en . + +quantitykind:MorbidityRate + a qudt:QuantityKind ; + dcterms:description "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time."^^qudt:LatexString ; + qudt:applicableUnit unit:CASES-PER-KiloINDIV-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:MorbidityRate" ; + rdfs:isDefinedBy ; + rdfs:label "Morbidity Rate"@en ; + skos:broader quantitykind:Incidence . + +quantitykind:MortalityRate + a qudt:QuantityKind ; + dcterms:description "Mortality rate, or death rate, is a measure of the number of deaths (in general, or due to a specific cause) in a particular population, scaled to the size of that population, per unit of time."^^qudt:LatexString ; + qudt:applicableUnit unit:DEATHS-PER-KiloINDIV-YR ; + qudt:applicableUnit unit:DEATHS-PER-MegaINDIV-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + qudt:plainTextDescription "Mortality rate, or death rate, is a measure of the number of deaths (in general, or due to a specific cause) in a particular population, scaled to the size of that population, per unit of time." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:MortalityRate" ; + rdfs:isDefinedBy ; + rdfs:label "Mortality Rate"@en ; + skos:broader quantitykind:Incidence . + +quantitykind:MotorConstant + a qudt:QuantityKind ; + dcterms:description "quantitiy/variable which identifies a characteristic of a motor"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD129" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD129"^^xsd:anyURI ; + qudt:plainTextDescription "Größe, die eine Eigenschaft eines Motors kennzeichnet"@de ; + qudt:symbol "0173-1#Z4-BAJ358#003" ; + rdfs:isDefinedBy ; + rdfs:label "motor constant" ; + rdfs:label "motor constant"@en-US . + +quantitykind:MultiplicationFactor + a qudt:QuantityKind ; + dcterms:description "The \"Multiplication Factor\" is the ratio of the total number of fission or fission-dependent neutrons produced in a time interval to the total number of neutrons lost by absorption and leakage during the same interval."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Neutron_multiplication_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Multiplication Factor\" is the ratio of the total number of fission or fission-dependent neutrons produced in a time interval to the total number of neutrons lost by absorption and leakage during the same interval." ; + qudt:symbol "k" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MultiplicationFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Multiplication Factor"@en . + +quantitykind:MutualInductance + a qudt:QuantityKind ; + dcterms:description "$\\textit{Mutual Inductance}$ is the non-diagonal term of the inductance matrix. For two loops, the symbol $M$ is used for $L_{12}$."^^qudt:LatexString ; + qudt:applicableUnit unit:H ; + qudt:applicableUnit unit:H_Ab ; + qudt:applicableUnit unit:H_Stat ; + qudt:applicableUnit unit:KiloH ; + qudt:applicableUnit unit:MicroH ; + qudt:applicableUnit unit:MilliH ; + qudt:applicableUnit unit:NanoH ; + qudt:applicableUnit unit:PicoH ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-36"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$L_{mn} = \\frac{\\Psi_m}{I_n}$, where $I_n$ is an electric current in a thin conducting loop $n$ and $\\Psi_m$ is the linked flux caused by that electric current in another loop $m$."^^qudt:LatexString ; + qudt:symbol "L_{mn}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Inductance" ; + rdfs:isDefinedBy ; + rdfs:label "Mutual Inductance"@en ; + rdfs:seeAlso quantitykind:Inductance ; + skos:broader quantitykind:Inductance . + +quantitykind:NOMINAL-ASCENT-PROPELLANT-MASS + a qudt:QuantityKind ; + dcterms:description "The amount of propellant mass within a stage that is available for impulse for use in nominal payload performance prediction. This mass excludes loaded propellant that has been set aside for off- nominal performance behavior (FPR and fuel bias)."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://elib.dlr.de/68314/1/IAF10-D2.3.1.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "The amount of propellant mass within a stage that is available for impulse for use in nominal payload performance prediction. This mass excludes loaded propellant that has been set aside for off- nominal performance behavior (FPR and fuel bias)." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Nominal Ascent Propellant Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:NapierianAbsorbance + a qudt:QuantityKind ; + dcterms:description "Napierian Absorbance is the natural (Napierian) logarithm of the reciprocal of the spectral internal transmittance."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Absorbance#Beer-Lambert_law"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Beer%E2%80%93Lambert_law#Formulation"^^xsd:anyURI ; + qudt:latexDefinition "$A_e(\\lambda) = -ln(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$."^^qudt:LatexString ; + qudt:plainTextDescription "Napierian Absorbance is the natural (Napierian) logarithm of the reciprocal of the spectral internal transmittance." ; + qudt:symbol "A_e, B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NapierianAbsorbance" ; + rdfs:isDefinedBy ; + rdfs:label "Napierian Absorbance"@en . + +quantitykind:NaturalLogarithmicMedianInformationFlow + a qudt:QuantityKind ; + dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base e"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis e"@de ; + qudt:symbol "0173-1#Z4-BAJ471#001" ; + rdfs:isDefinedBy ; + rdfs:label "median information flow (from a source of information), expressed as a natural logarithm "@en-US . + +quantitykind:NeelTemperature + a qudt:QuantityKind ; + dcterms:description "\"Neel Temperature\" is the critical thermodynamic temperature of an antiferromagnet."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Néel_temperature"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Neel Temperature\" is the critical thermodynamic temperature of an antiferromagnet." ; + qudt:symbol "T_C" ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Neel Temperature"@en ; + skos:broader quantitykind:Temperature ; + skos:closeMatch quantitykind:CurieTemperature ; + skos:closeMatch quantitykind:SuperconductionTransitionTemperature . + +quantitykind:NetTonnage + a qudt:QuantityKind ; + qudt:applicableUnit unit:TON_Register ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "http://en.wikipedia.org/wiki/Net_tonnage"^^xsd:anyURI ; + qudt:plainTextDescription """Net tonnage is used in the United States to determine eligibility for registering boats with + the federal government. It is a nonlinear unit derived from the total volume of a ship's cargo space as well as some + dimensionless factors. Net tonnage is not a measure of the weight of the ship or its cargo, and should not be confused + with terms such as deadweight tonnage or displacement. Net tonnage is also used to determine the amount of money that + can be charged to a ship for using a port's facilities.""" ; + qudt:symbol "NT" ; + rdfs:comment "Applicable units are those of quantitykind:NetTonnage" ; + rdfs:isDefinedBy ; + rdfs:label "Net Tonnage" ; + rdfs:label "Net Tonnage"@en ; + skos:broader quantitykind:Volume . + +quantitykind:NeutralRatio + a qudt:QuantityKind ; + dcterms:description "ratio between two physical variables of the same type, expressed as a number which describes the relationship between these variables where the units are cancelled against each other"@en ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Quotient aus zwei physikalischen Größen gleicher Art als Zahl, welche das Verhältnis dieser Größen zueinander ausdrückt, wobei die einheiten gegeneinander gekürzt sind"@de ; + qudt:symbol "0173-1#Z4-BAJ359#002" ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "neutral ratio"@en-US ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:NeutronDiffusionCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Diffusion Coefficient\" is "^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/Diffusion+of+Neutrons"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$D_n = -\\frac{J_x}{\\frac{\\partial dn}{\\partial dx}}$, where $J_x$ is the $x-component$ of the particle current and $n$ is the particle number density."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Diffusion Coefficient\" is " ; + qudt:symbol "D" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NeutronDiffusionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusionskoeffizient"@de ; + rdfs:label "coefficient de diffusion"@fr ; + rdfs:label "coefficiente di diffusione"@it ; + rdfs:label "coeficiente de difusión"@es ; + rdfs:label "coeficiente de difusão"@pt ; + rdfs:label "diffusion coefficient"@en ; + rdfs:label "difuzijski koeficient"@sl . + +quantitykind:NeutronDiffusionLength + a qudt:QuantityKind ; + dcterms:description "The neutron diffusion length is equivalent to the relaxation length, that is, to the distance, in which the neutron flux decreases by a factor e"^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "The neutron diffusion length is equivalent to the relaxation length, that is, to the distance, in which the neutron flux decreases by a factor e" ; + qudt:symbol "L_{r}" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Neutron Diffusion Length"@en ; + skos:broader quantitykind:Length . + +quantitykind:NeutronNumber + a qudt:QuantityKind ; + dcterms:description "\"Neutron Number\", symbol $N$, is the number of neutrons in a nuclide. Nuclides with the same value of $N$ but different values of $Z$ are called isotones. $N - Z$ is called the neutron excess number."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Neutron_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "N" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NeutronNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Neutronenzahl"@de ; + rdfs:label "Neutronové číslo"@cs ; + rdfs:label "Nombor neutron"@ms ; + rdfs:label "Nombre de neutrons"@fr ; + rdfs:label "liczba neutronowa"@pl ; + rdfs:label "neutron number"@en ; + rdfs:label "numero neutronico"@it ; + rdfs:label "nötron snumarası"@tr ; + rdfs:label "número de neutrons"@pt ; + rdfs:label "número neutrónico"@es ; + rdfs:label "число нейтронов"@ru ; + rdfs:label "عدد النيوترونات"@ar ; + rdfs:label "عدد نوترون"@fa ; + rdfs:label "中子數"@zh ; + skos:broader quantitykind:Count . + +quantitykind:NeutronYieldPerAbsorption + a qudt:QuantityKind ; + dcterms:description "The \"Neutron Yield per Absorption\" is the average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fission_product_yield"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\eta$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Neutron Yield per Absorption\" is the average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NeutronYieldPerAbsorption" ; + rdfs:isDefinedBy ; + rdfs:label "Neutron Yield per Absorption"@en . + +quantitykind:NeutronYieldPerFission + a qudt:QuantityKind ; + dcterms:description "The \"Neutron Yield per Fission\" is the average number of fission neutrons, both prompt and delayed, emitted per fission event."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fission_product_yield"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\nu$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Neutron Yield per Fission\" is the average number of fission neutrons, both prompt and delayed, emitted per fission event." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NeutronYieldPerFission" ; + rdfs:isDefinedBy ; + rdfs:label "Neutron Yield per Fission"@en . + +quantitykind:Non-LeakageProbability + a qudt:QuantityKind ; + dcterms:description "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron"^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:NonLeakageProbability ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Six_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\Lambda$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Non-Leakage Probability"@en . + +quantitykind:NonActivePower + a qudt:QuantityKind ; + dcterms:description "\"Non-active Power\", for a two-terminal element or a two-terminal circuit under periodic conditions, is the quantity equal to the square root of the difference of the squares of the apparent power and the active power."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-43"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$Q^{'} = \\sqrt{{\\left | \\underline{S} \\right |}^2 - P^2}$, where $\\underline{S}$ is apparent power and $P$ is active power."^^qudt:LatexString ; + qudt:plainTextDescription "\"Non-active Power\", for a two-terminal element or a two-terminal circuit under periodic conditions, is the quantity equal to the square root of the difference of the squares of the apparent power and the active power." ; + qudt:symbol "Q'" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Non-active Power"@en ; + rdfs:seeAlso quantitykind:ActivePower ; + rdfs:seeAlso quantitykind:ApparentPower . + +quantitykind:NonLeakageProbability + a qudt:QuantityKind ; + dcterms:description "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron"^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Six_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexSymbol "$\\Lambda$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NonLeakageProbability" ; + rdfs:isDefinedBy ; + rdfs:label "Non-Leakage Probability"@en . + +quantitykind:NonNegativeLength + a qudt:QuantityKind ; + dcterms:description "\"NonNegativeLength\" is a measure of length greater than or equal to zero."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "\"NonNegativeLength\" is a measure of length greater than or equal to zero." ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Positive Length"@en ; + skos:broader quantitykind:Length . + +quantitykind:NormalStress + a qudt:QuantityKind ; + dcterms:description "Normal stress is defined as the stress resulting from a force acting normal to a body surface. Normal stress can be caused by several loading methods, the most common being axial tension and compression, bending, and hoop stress."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stress_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = \\frac{dF_n}{dA}$, where $dF_n$ is the normal component of force and $dA$ is the area of the surface element."^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "Normal stress is defined as the stress resulting from a force acting normal to a body surface. Normal stress can be caused by several loading methods, the most common being axial tension and compression, bending, and hoop stress." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Normal Stress"@en ; + skos:broader quantitykind:Stress . + +quantitykind:NormalizedDimensionlessRatio + a qudt:QuantityKind ; + dcterms:description "A \"Normalized Dimensionless Ratio\" is a dimensionless ratio ranging from 0.0 to 1.0"^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "A \"Normalized Dimensionless Ratio\" is a dimensionless ratio ranging from 0.0 to 1.0" ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Positive Dimensionless Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:NozzleThroatCrossSectionalArea + a qudt:QuantityKind ; + dcterms:description "Cross-sectional area of the nozzle at the throat."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:plainTextDescription "Cross-sectional area of the nozzle at the throat." ; + qudt:symbol "A^*" ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Nozzle Throat Cross-sectional Area"@en ; + skos:broader quantitykind:Area . + +quantitykind:NozzleThroatDiameter + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Nozzle Throat Diameter"@en ; + skos:broader quantitykind:Length . + +quantitykind:NozzleThroatPressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "p^*" ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Nozzle Throat Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:NozzleWallsThrustReaction + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:symbol "F_R" ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Nozzle Walls Thrust Reaction"@en ; + skos:broader quantitykind:Force . + +quantitykind:NuclearEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD131" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD131"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "nuclear energy" ; + skos:broader quantitykind:Energy . + +quantitykind:NuclearQuadrupoleMoment + a qudt:QuantityKind ; + dcterms:description "\"Nuclear Quadrupole Moment\" is a quantity that characterizes the deviation from spherical symmetry of the electrical charge distribution in an atomic nucleus."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nuclear_quadrupole_resonance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$Q = (\\frac{1}{e}) \\int (3z^2 - r^2)\\rho(x, y, z)dV$, in the quantum state with the nuclear spin in the field direction $(z)$, where $\\rho(x, y, z)$ is the nuclear electric charge density, $e$ is the elementary charge, $r^2 = x^2 + y^2 + z^2$, and $dV$ is the volume element $dx$ $dy$ $dz$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Nuclear Quadrupole Moment\" is a quantity that characterizes the deviation from spherical symmetry of the electrical charge distribution in an atomic nucleus." ; + qudt:symbol "Q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NuclearQuadrupoleMoment" ; + rdfs:isDefinedBy ; + rdfs:label "Nuclear Quadrupole Moment"@en . + +quantitykind:NuclearRadius + a qudt:QuantityKind ; + dcterms:description "\"Nuclear Radius\" is the conventional radius of sphere in which the nuclear matter is included"^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_nucleus"^^xsd:anyURI ; + qudt:latexDefinition "This quantity is not exactly defined. It is given approximately for nuclei in their ground state only by $R = r_0 A^{\\frac{1}{3}}$, where $r_0 \\approx 1.2 x 10^{-15} m$ and $A$ is the nucleon number."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Nuclear Radius\" is the conventional radius of sphere in which the nuclear matter is included" ; + qudt:symbol "R" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Nuclear Radius"@en ; + skos:broader quantitykind:Length . + +quantitykind:NuclearSpinQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$I^2 = \\hbar^2 I(I + 1)$, where $\\hbar$ is the Planck constant."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis" ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NuclearSpinQuantumNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Spin Quantum Number"@en ; + skos:broader quantitykind:SpinQuantumNumber . + +quantitykind:NucleonNumber + a qudt:QuantityKind ; + dcterms:description "Number of nucleons in an atomic nucleus.A = Z+N. Nuclides with the same value of A are called isobars."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "Number of nucleons in an atomic nucleus.A = Z+N. Nuclides with the same value of A are called isobars." ; + qudt:symbol "A" ; + rdfs:comment "Applicable units are those of quantitykind:NucleonNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Nombor nukleon"@ms ; + rdfs:label "Nukleonenzahl"@de ; + rdfs:label "Nukleové číslo"@cs ; + rdfs:label "liczba masowa"@pl ; + rdfs:label "nombre de masse"@fr ; + rdfs:label "nucleon number"@en ; + rdfs:label "numero di massa"@it ; + rdfs:label "número de massa"@pt ; + rdfs:label "número másico"@es ; + rdfs:label "nükleon numarası"@tr ; + rdfs:label "عدد جرمی"@fa ; + rdfs:label "عدد كتلي"@ar ; + rdfs:label "質量数"@ja ; + rdfs:label "质量数"@zh ; + skos:altLabel "Massenzahl"@de ; + skos:altLabel "kütle numarası"@tr ; + skos:altLabel "mass number"@en ; + skos:altLabel "nombor jisim"@ms ; + skos:altLabel "numero di nucleoni"@it ; + skos:broader quantitykind:Count . + +quantitykind:NumberDensity + a qudt:QuantityKind ; + dcterms:description "In physics, astronomy, and chemistry, number density (symbol: n) is a kind of quantity used to describe the degree of concentration of countable objects (atoms, molecules, dust particles, galaxies, etc.) in the three-dimensional physical space."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Number_density"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Number_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$n = \\frac{N}{V}$, where $N$ is the number of particles and $V$ is volume."^^qudt:LatexString ; + qudt:plainTextDescription "In physics, astronomy, and chemistry, number density (symbol: n) is a kind of quantity used to describe the degree of concentration of countable objects (atoms, molecules, dust particles, galaxies, etc.) in the three-dimensional physical space." ; + qudt:symbol "n" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Number Density"@en ; + skos:broader quantitykind:InverseVolume . + +quantitykind:NumberOfElectricalPhases + a qudt:QuantityKind ; + dcterms:description "\"Number of Electrical Phases\" is used to characterize AC electrical service to a facility."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "\"Number of Electrical Phases\" is used to characterize AC electrical service to a facility." ; + qudt:symbol "n∼" ; + rdfs:comment "Applicable units are those of quantitykind:NumberOfElectricalPhases" ; + rdfs:isDefinedBy ; + rdfs:label "Number of Electrical Phases"@en ; + skos:broader quantitykind:Count . + +quantitykind:NumberOfParticles + a qudt:QuantityKind ; + dcterms:description "\"Number of Particles\", also known as the particle number, of a thermodynamic system, conventionally indicated with the letter N, is the number of constituent particles in that system."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Particle_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "\"Number of Particles\", also known as the particle number, of a thermodynamic system, conventionally indicated with the letter N, is the number of constituent particles in that system." ; + qudt:symbol "N_B" ; + rdfs:comment "Applicable units are those of quantitykind:NumberOfParticles" ; + rdfs:isDefinedBy ; + rdfs:label "Number of Particles"@en . + +quantitykind:OlfactoryThreshold + a qudt:QuantityKind ; + dcterms:description "\"Olfactory Threshold\" are thresholds for the concentrations of various classes of smell that can be detected."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Odor_detection_threshold"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_o}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Olfactory Threshold\" are thresholds for the concentrations of various classes of smell that can be detected." ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Olfactory Threshold"@en ; + skos:broader quantitykind:Concentration . + +quantitykind:OpeningRatio + a qudt:QuantityKind ; + dcterms:description """In the context of mechanical systems, "opening ratio" might refer to the proportion of time + or the extent to which a valve or gate is open relative to its maximum capacity.""" ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription """In the context of mechanical systems, "opening ratio" might refer to the proportion of time + or the extent to which a valve or gate is open relative to its maximum capacity.""" ; + rdfs:comment "Applicable units are those of quantitykind:OpeningRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Opening Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:OrbitalAngularMomentumPerMass + a qudt:QuantityKind ; + dcterms:description "Angular momentum of the orbit per mass of the vehicle"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:plainTextDescription "Angular momentum of the orbit per mass of the vehicle" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:symbol "h" ; + rdfs:isDefinedBy ; + rdfs:label "Orbital Angular Momentum per Mass"@en . + +quantitykind:OrbitalAngularMomentumQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Principal Quantum Number\" describes the electron shell, or energy level, of an atom. The value of $n$ ranges from 1 to the shell containing the outermost electron of that atom."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$l^2 = \\hbar^2 l(l + 1), l = 0, 1, ..., n - 1$, where $l_i$ refers to a specific particle $i$."^^qudt:LatexString ; + qudt:symbol "l" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:OrbitalAngularMomentumQuantumNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Orbital Angular Momentum Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:MagneticQuantumNumber ; + skos:closeMatch quantitykind:PrincipalQuantumNumber ; + skos:closeMatch quantitykind:SpinQuantumNumber . + +quantitykind:OrbitalRadialDistance + a qudt:QuantityKind ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:symbol "r" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Orbital Radial Distance"@en ; + skos:broader quantitykind:Length . + +quantitykind:OrderOfReflection + a qudt:QuantityKind ; + dcterms:description "\"Order of Reflection\" is $n$ in the Bragg's Law equation."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.answers.com/topic/order-of-reflection"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:symbol "n" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:OrderOfReflection" ; + rdfs:isDefinedBy ; + rdfs:label "Order of Reflection"@en . + +quantitykind:OsmoticCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Osmotic Coefficient\" is a quantity which characterises the deviation of a solvent from ideal behavior."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Osmotic_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = -(M_A\\sum b_B)^{-1} \\ln a_A$, where $M_A$ is the molar mass of the solvent $A$, $\\sum$ denotes summation over all the solutes, $b_B$ is the molality of solute $B$, and $a_A$ is the activity of solvent $A$."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Osmotic Coefficient\" is a quantity which characterises the deviation of a solvent from ideal behavior." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:OsmoticCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Osmotic Coefficient"@en . + +quantitykind:OsmoticConcentration + a qudt:QuantityKind ; + dcterms:description "The \"Osmotic Concentration\" is the moles of an osmotically active entity (solute) in the volume of a solution."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://doi.org/10.1351/goldbook.O04343"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Osmotic_concentration"^^xsd:anyURI ; + qudt:latexDefinition "$osmolarity = \\sum_{i} \\varphi_i n_i C_i, where \\varphi is the osmotic coefficient of the solution n, is the number of particles (e.g. ions), C is the molar concentration of the solute, and i is the index of solute$"^^qudt:LatexString ; + qudt:latexSymbol "$\\c$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Osmotic Concentration\" is the moles of an osmotically active entity (solute) in the volume of a solution." ; + rdfs:isDefinedBy ; + rdfs:label "Osmotic Concentration"@en . + +quantitykind:OsmoticPressure + a qudt:QuantityKind ; + 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:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Osmotic_pressure"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = -(M_A\\sum b_B)^{-1} \\ln a_A$, where $M_A$ is the molar mass of the solvent $A$, $\\sum$ denotes summation over all the solutes, $b_B$ is the molality of solute $B$, and $a_A$ is the activity of solvent $A$."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "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:symbol "Π" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Osmotický tlak"@cs ; + rdfs:label "Tekanan osmotik"@ms ; + rdfs:label "osmotic pressure"@en ; + rdfs:label "osmotischer Druck"@de ; + rdfs:label "ozmotik basıç"@tr ; + rdfs:label "presión osmótica"@es ; + rdfs:label "pression osmotique"@fr ; + rdfs:label "pressione osmotica"@it ; + rdfs:label "pressão osmótica"@pt ; + rdfs:label "فشار اسمزی"@fa ; + rdfs:label "渗透压"@zh ; + skos:broader quantitykind:Pressure . + +quantitykind:OverRangeDistance + a qudt:QuantityKind ; + dcterms:description "Additional distance traveled by a rocket because Of excessive initial velocity."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Additional distance traveled by a rocket because Of excessive initial velocity." ; + qudt:symbol "s_i" ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Over-range distance"@en ; + skos:broader quantitykind:Length . + +quantitykind:PREDICTED-MASS + a qudt:QuantityKind ; + dcterms:description "Sum of the basic mass and the MGA. Current prediction of the final mass based on the current requirements and design."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Sum of the basic mass and the MGA. Current prediction of the final mass based on the current requirements and design." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Predicted Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:PRODUCT-OF-INERTIA + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Product of Inertia}$ is a measure of a body's dynamic + (or coupled) imbalance resulting in a precession when rotating about an axis + other than the body's principal axis. + """^^qudt:LatexString ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia"@en . + +quantitykind:PRODUCT-OF-INERTIA_X + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Product of Inertia in the X axis}$ is a measure of a body's + dynamic (or coupled) imbalance resulting in a precession when rotating about an + axis other than the body's principal axis. + """^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:ProductOfInertia_X ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the X axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA . + +quantitykind:PRODUCT-OF-INERTIA_Y + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Product of Inertia in the Y axis}$ is a measure of a body's + dynamic (or coupled) imbalance resulting in a precession when rotating about an axis + other than the body's principal axis. + """^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:ProductOfInertia_Y ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription """ + The quantity kind 'Product of Inertia in the Y axis' is a measure of a body's + dynamic (or coupled) imbalance resulting in a precession when rotating about an axis + other than the body's principal axis. + """ ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the Y axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA . + +quantitykind:PRODUCT-OF-INERTIA_Z + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Product of Inertia in the Z axis}$ is a measure of a body's + dynamic (or coupled) imbalance resulting in a precession when rotating about an axis + other than the body's principal axis. + """^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:ProductOfInertia_Z ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the Z axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA . + +quantitykind:Pace + a qudt:QuantityKind ; + dcterms:description "Running is often measured in terms of pace, expressed in units of minutes per mile or minutes per kilometer (the inverse of speed, in mph or km/h)."^^qudt:LatexString ; + qudt:applicableUnit unit:MIN-PER-KiloM ; + qudt:applicableUnit unit:MIN-PER-MI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Running#Stride_rate_and_types"^^xsd:anyURI ; + qudt:plainTextDescription "Running is often measured in terms of pace, expressed in units of minutes per mile or minutes per kilometer (the inverse of speed, in mph or km/h)." ; + rdfs:comment "Applicable units are those of quantitykind:Pace" ; + rdfs:isDefinedBy ; + rdfs:label "Pace"@en . + +quantitykind:PackingFraction + a qudt:QuantityKind ; + dcterms:description "The \"Packing Fraction\" is the fraction of volume in a crystal structure that is occupied by atoms."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_packing_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$f = \\frac{\\Delta_r}{A}$, where $\\Delta_r$ is the relative mass excess and $A$ is the nucleon number."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Packing Fraction\" is the fraction of volume in a crystal structure that is occupied by atoms." ; + qudt:symbol "f" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PackingFraction" ; + rdfs:isDefinedBy ; + rdfs:label "Packing Fraction"@en . + +quantitykind:PartialPressure + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Partial Pressure}$ is the pressure that the gas would + have if it alone occupied the volume of the mixture at the same temperature. + """^^qudt:LatexString ; + qudt:abbreviation "pa" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Partial_pressure"^^xsd:anyURI ; + qudt:latexDefinition "$p_B = x_B \\cdot p$, where $x_B$ is the amount-of-substance fraction of substance $B$ and $p$ is the total pressure."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "\"Partial Pressure\" is the pressure that the gas would have if it alone occupied the volume of the mixture at the same temperature." ; + qudt:symbol "p_B" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Partial Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:ParticleCurrent + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Particle Current}$ can be used to describe the net number + of particles passing through a surface in an infinitesimal time interval. + """^^qudt:LatexString ; + qudt:altSymbol "S" ; + qudt:applicableUnit unit:CYC-PER-SEC ; + qudt:applicableUnit unit:GigaHZ ; + qudt:applicableUnit unit:HZ ; + qudt:applicableUnit unit:KiloHZ ; + qudt:applicableUnit unit:MegaHZ ; + qudt:applicableUnit unit:MilliHZ ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:PER-DAY ; + qudt:applicableUnit unit:PER-HR ; + qudt:applicableUnit unit:PER-MIN ; + qudt:applicableUnit unit:PER-MO ; + qudt:applicableUnit unit:PER-MilliSEC ; + qudt:applicableUnit unit:PER-SEC ; + qudt:applicableUnit unit:PER-WK ; + qudt:applicableUnit unit:PER-YR ; + qudt:applicableUnit unit:PERCENT-PER-DAY ; + qudt:applicableUnit unit:PERCENT-PER-HR ; + qudt:applicableUnit unit:PERCENT-PER-MO ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PetaHZ ; + qudt:applicableUnit unit:PlanckFrequency ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:applicableUnit unit:TeraHZ ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\int J \\cdot e_n dA = \\frac{dN}{dt}$, where $e_ndA$ is the vector surface element, $N$ is the net number of particles passing over a surface, and $dt$ describes the time interval."^^qudt:LatexString ; + qudt:plainTextDescription "\"Particle Current\" can be used to describe the net number of particles passing through a surface in an infinitesimal time interval." ; + qudt:symbol "J" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Frequency" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Current"@en ; + skos:broader quantitykind:Frequency . + +quantitykind:ParticleCurrentDensity + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Particle Current Density}$ is a vector whose component is + perpendicular to a surface equal to the net number of particles crossing that surface + in the positive direction per unit area and per unit time. + """^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD132" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD132"^^xsd:anyURI ; + qudt:plainTextDescription "Vektor, dessen Komponente senkrecht zu einer Fläche gleich der Nettoanzahl von Teilchen ist, die flächen- und zeitbezogen in positiver Richtung durch diese Fläche hindurchgehen"@de ; + qudt:symbol "0173-1#Z4-BAJ388#002" ; + rdfs:isDefinedBy ; + rdfs:label "particle current density" ; + rdfs:label "particle current density"@en-US . + +quantitykind:ParticleFluence + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Particle Fluence}$ is the total number of particles that + intersect a unit area in a specific time interval of interest, and has units of $m^{-2}$ + (number of particles per meter squared). + """^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-HA ; + qudt:applicableUnit unit:NUM-PER-KiloM2 ; + qudt:applicableUnit unit:NUM-PER-M2 ; + qudt:applicableUnit unit:PER-IN2 ; + qudt:applicableUnit unit:PER-M-NanoM ; + qudt:applicableUnit unit:PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD133" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD133"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Phi = \\frac{dN}{dA}$, where $dN$ describes the number of particles incident on a small spherical domain at a given point in space, and $dA$ describes the cross-sectional area of that domain."^^qudt:LatexString ; + qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Particle Fluence\" is the total number of particles that intersect a unit area in a specific time interval of interest, and has units of /m2 (number of particles per meter squared)." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ParticleFluence" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Fluence"@en . + +quantitykind:ParticleFluenceRate + a qudt:QuantityKind ; + dcterms:description "\"Particle Fluence Rate\" can be defined as the total number of particles (typically Gamma Ray Photons ) crossing over a sphere of unit cross section which surrounds a Point Source of Ionising Radiation."^^qudt:LatexString ; + qudt:applicableUnit unit:MicroM-PER-L-DAY ; + qudt:applicableUnit unit:PER-M2-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "http://www.encyclo.co.uk/define/Fluence%20Rate"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\theta = \\frac{d\\Phi}{dt}$, where $d\\Phi$ is the increment of the particle fluence during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ; + qudt:latexSymbol "$\\theta$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Particle Fluence Rate\" can be defined as the total number of particles (typically Gamma Ray Photons ) crossing over a sphere of unit cross section which surrounds a Point Source of Ionising Radiation." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ParticleFluenceRate" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Fluence Rate"@en . + +quantitykind:ParticleNumberDensity + a qudt:QuantityKind ; + dcterms:description "The \"Particle Number Density\" is obtained by dividing the particle number of a system by its volume."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM-PER-L ; + qudt:applicableUnit unit:NUM-PER-M3 ; + qudt:applicableUnit unit:NUM-PER-MicroL ; + qudt:applicableUnit unit:NUM-PER-MilliL ; + qudt:applicableUnit unit:NUM-PER-MilliM3 ; + qudt:applicableUnit unit:NUM-PER-NanoL ; + qudt:applicableUnit unit:NUM-PER-PicoL ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Particle_number#Particle_number_density"^^xsd:anyURI ; + qudt:latexDefinition "$n = \\frac{N}{V}$, where $N$ is the number of particles in the 3D domain with the volume $V$."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Particle Number Density\" is obtained by dividing the particle number of a system by its volume." ; + qudt:symbol "n" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:NumberDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Number Density"@en ; + skos:broader quantitykind:NumberDensity . + +quantitykind:ParticlePositionVector + a qudt:QuantityKind ; + dcterms:description "\"Particle Position Vector\" is the position vector of a particle."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Particle Position Vector\" is the position vector of a particle." ; + qudt:symbol "r, R" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Position Vector"@en ; + skos:broader quantitykind:Length . + +quantitykind:ParticleSourceDensity + a qudt:QuantityKind ; + dcterms:description "\"Particle Source Density\" is the rate of production of particles in a 3D domain divided by the volume of that element."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-M3-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Particle Source Density\" is the rate of production of particles in a 3D domain divided by the volume of that element." ; + qudt:symbol "S" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ParticleSourceDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Particle Source Density"@en . + +quantitykind:PathLength + a qudt:QuantityKind ; + dcterms:description "\"PathLength\" is "^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Path_length"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"PathLength\" is " ; + qudt:symbol "s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Path Length"@en ; + skos:broader quantitykind:Length . + +quantitykind:PayloadMass + a qudt:QuantityKind ; + dcterms:description "Payload mass is the mass of the payload carried by the craft. In a multistage spacecraft the payload mass of the last stage is the mass of the payload and the payload masses of the other stages are considered to be the gross masses of the next stages."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "Payload mass is the mass of the payload carried by the craft. In a multistage spacecraft the payload mass of the last stage is the mass of the payload and the payload masses of the other stages are considered to be the gross masses of the next stages." ; + qudt:symbol "M_P" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Payload Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:PayloadRatio + a qudt:QuantityKind ; + dcterms:description "The payload ratio is defined as the mass of the payload divided by the empty mass of the structure. Because of the extra cost involved in staging rockets, given the choice, it's often more economic to use few stages with a small payload ratio rather than more stages each with a high payload ratio."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The payload ratio is defined as the mass of the payload divided by the empty mass of the structure. Because of the extra cost involved in staging rockets, given the choice, it's often more economic to use few stages with a small payload ratio rather than more stages each with a high payload ratio." ; + qudt:symbol "L" ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Payload Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:PeltierCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Peltier Coefficient\" represents how much heat current is carried per unit charge through a given material. It is the heat power developed at a junction, divided by the electric current flowing from substance a to substance b."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermoelectric_effect"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\Pi_{ab}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Peltier Coefficient\" represents how much heat current is carried per unit charge through a given material. It is the heat power developed at a junction, divided by the electric current flowing from substance a to substance b." ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Peltier Coefficient"@en . + +quantitykind:Period + a qudt:QuantityKind ; + dcterms:description "Duration of one cycle of a periodic phenomenon."^^qudt:LatexString ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "Duration of one cycle of a periodic phenomenon." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Period" ; + rdfs:isDefinedBy ; + rdfs:label "Period"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:Permeability + a qudt:QuantityKind ; + qudt:applicableUnit unit:H-PER-M ; + qudt:applicableUnit unit:H_Stat-PER-CentiM ; + qudt:applicableUnit unit:MicroH-PER-M ; + qudt:applicableUnit unit:NanoH-PER-M ; + qudt:exactMatch quantitykind:ElectromagneticPermeability ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD134" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD134"^^xsd:anyURI ; + qudt:siExactMatch si-quantity:PRME ; + rdfs:comment "Applicable units are those of quantitykind:Permeability" ; + rdfs:isDefinedBy ; + rdfs:label "Permeability"@en . + +quantitykind:PermeabilityRatio + a qudt:QuantityKind ; + dcterms:description "The ratio of the effective permeability of a porous phase to the absolute permeability."^^qudt:LatexString ; + qudt:applicableUnit unit:PERMEABILITY_REL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + qudt:plainTextDescription "The ratio of the effective permeability of a porous phase to the absolute permeability." ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:PermeabilityRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Permeability Ratio"@en . + +quantitykind:Permeance + a qudt:QuantityKind ; + dcterms:description "\"Permeance\" is the inverse of reluctance. Permeance is a measure of the quantity of flux for a number of current-turns in magnetic circuit. A magnetic circuit almost acts as though the flux is \"conducted\", therefore permeance is larger for large cross sections of a material and smaller for longer lengths. This concept is analogous to electrical conductance in the electric circuit."^^qudt:LatexString ; + qudt:applicableUnit unit:NanoH ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD135" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD135"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Permeance"^^xsd:anyURI ; + qudt:latexDefinition "$\\Lambda = \\frac{1}{R_m}$, where $R_m$ is reluctance."^^qudt:LatexString ; + qudt:latexSymbol "$\\Lambda$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Permeance\" is the inverse of reluctance. Permeance is a measure of the quantity of flux for a number of current-turns in magnetic circuit. A magnetic circuit almost acts as though the flux is \"conducted\", therefore permeance is larger for large cross sections of a material and smaller for longer lengths. This concept is analogous to electrical conductance in the electric circuit." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Permeance" ; + rdfs:isDefinedBy ; + rdfs:label "Permeance"@en ; + rdfs:seeAlso quantitykind:Reluctance . + +quantitykind:Permittivity + a qudt:QuantityKind ; + dcterms:description "\"Permittivity\" is a physical quantity that describes how an electric field affects, and is affected by a dielectric medium, and is determined by the ability of a material to polarize in response to the field, and thereby reduce the total electric field inside the material. Permittivity is often a scalar valued quantity, however in the general case it is tensor-valued."^^qudt:LatexString ; + qudt:applicableUnit unit:FARAD-PER-KiloM ; + qudt:applicableUnit unit:FARAD-PER-M ; + qudt:applicableUnit unit:FARAD_Ab-PER-CentiM ; + qudt:applicableUnit unit:MicroFARAD-PER-KiloM ; + qudt:applicableUnit unit:MicroFARAD-PER-M ; + qudt:applicableUnit unit:NanoFARAD-PER-M ; + qudt:applicableUnit unit:PicoFARAD-PER-M ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:iec61360Code "0112/2///62720#UAD136" ; + qudt:informativeReference "http://maxwells-equations.com/materials/permittivity.php"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD136"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Permittivity?oldid=494094133"^^xsd:anyURI ; + qudt:latexDefinition "$\\epsilon = \\frac{D}{E}$, where $D$ is electric flux density and $E$ is electric field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\epsilon$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Permittivity\" is a physical quantity that describes how an electric field affects, and is affected by a dielectric medium, and is determined by the ability of a material to polarize in response to the field, and thereby reduce the total electric field inside the material. Permittivity is often a scalar valued quantity, however in the general case it is tensor-valued." ; + qudt:siExactMatch si-quantity:PRMI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Permittivity" ; + rdfs:isDefinedBy ; + rdfs:label "Permittivity"@en . + +quantitykind:PermittivityRatio + a qudt:QuantityKind ; + dcterms:description "\"Permittivity Ratio\" is the ratio of permittivity to the permittivity of a vacuum."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ; + qudt:expression "$rel-permittivity$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\epsilon_r = \\epsilon / \\epsilon_0$, where $\\epsilon$ is permittivity and $\\epsilon_0$ is the electric constant."^^qudt:LatexString ; + qudt:latexSymbol "$\\epsilon_r$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Permittivity Ratio\" is the ratio of permittivity to the permittivity of a vacuum." ; + qudt:qkdvDenominator qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:qkdvNumerator qkdv:A0E2L-3I0M-1H0T4D0 ; + rdfs:comment "Applicable units are those of quantitykind:PermittivityRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Permittivity Ratio"@en ; + rdfs:seeAlso quantitykind:Permittivity ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:PhaseCoefficient + a qudt:QuantityKind ; + dcterms:description "The phase coefficient is the amount of phase shift that occurs as the wave travels one meter. Increasing the loss of the material, via the manipulation of the material's conductivity, will decrease the wavelength (increase $\\beta$) and increase the attenuation coefficient (increase $\\alpha$)."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ; + qudt:latexDefinition "If $F(x) = Ae^{-\\alpha x} \\cos{[\\beta (x - x_0)]}$, then $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ; + qudt:latexSymbol "$\\beta$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PhaseCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Phase coefficient"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:PhaseDifference + a qudt:QuantityKind ; + 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:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:expression "$phase-difference$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-06"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Phase_(waves)#Phase_difference"^^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 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Phasenverschiebungswinkel"@de ; + rdfs:label "diferencia de fase"@es ; + rdfs:label "diferença de fase"@pt ; + rdfs:label "différence de phase"@fr ; + rdfs:label "phase difference"@en ; + rdfs:label "przesunięcie fazowe"@pl ; + rdfs:label "sfasamento angolare"@it ; + rdfs:label "اختلاف طور"@ar ; + rdfs:label "位相差"@ja ; + skos:altLabel "desfasagem"@pt ; + skos:altLabel "déphasage"@fr ; + skos:broader quantitykind:Angle . + +quantitykind:PhaseSpeedOfSound + a qudt:QuantityKind ; + dcterms:description "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. Each frequency component propagates at its own Phase Velocity of Sound."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:KiloHZ-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + qudt:latexDefinition "$c = \\frac{\\omega}{k} = \\lambda f$, where $\\omega$ is the angular frequency, $k$ is angular wavenumber, $\\lambda$ is the wavelength, and $f$ is the frequency."^^qudt:LatexString ; + qudt:plainTextDescription "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. Each frequency component propagates at its own Phase Velocity of Sound." ; + qudt:symbol "c" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PhaseSpeedOfSound" ; + rdfs:isDefinedBy ; + rdfs:label "Phase speed of sound"@en ; + skos:broader quantitykind:SpeedOfSound ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:PhononMeanFreePath + a qudt:QuantityKind ; + dcterms:description "\"Phonon Mean Free Path\" is the mean free path of phonons."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Phonon Mean Free Path\" is the mean free path of phonons." ; + qudt:symbol "l_{ph}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Phonon Mean Free Path"@en ; + skos:broader quantitykind:Length . + +quantitykind:PhotoThresholdOfAwarenessFunction + a qudt:QuantityKind ; + dcterms:description "\"Photo Threshold of Awareness Function\" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation)."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://www.britannica.com/science/human-eye/Colour-vision"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Photo Threshold of Awareness Function"@en . + +quantitykind:PhotonIntensity + a qudt:QuantityKind ; + dcterms:description "A measure of flux of photons per solid angle"^^qudt:LatexString ; + qudt:applicableUnit unit:PER-SEC-SR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD137" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD137"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Photon_counting"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PhotonIntensity" ; + rdfs:isDefinedBy ; + rdfs:label "Photon Intensity"@en . + +quantitykind:PhotonLuminance + a qudt:QuantityKind ; + dcterms:description "ratio between the photon flux at a point on a surface and in a given direction and the product of the solid angle and the orthogonal projection of this element on a plane perpendicular to the given direction "@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD138" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD138"^^xsd:anyURI ; + qudt:plainTextDescription "Quotient aus dem durch eine Fläche in einer Richtung durchgehenden Photonenstrom und dem Produkt aus dem durchstrahlten Raumwinkel und der Projektion dieser Fläche auf eine Ebene senkrecht zur betrachteten Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ363#002" ; + rdfs:isDefinedBy ; + rdfs:label "photon luminance" ; + rdfs:label "photon luminance"@en-US . + +quantitykind:PhotonRadiance + a qudt:QuantityKind ; + dcterms:description "A measure of flux of photons per surface area per solid angle"^^qudt:LatexString ; + qudt:applicableUnit unit:PER-SEC-M2-SR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Photon_counting"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PhotonRadiance" ; + rdfs:isDefinedBy ; + rdfs:label "Photon Radiance"@en . + +quantitykind:PhotosyntheticPhotonFlux + a qudt:QuantityKind ; + dcterms:description "Photosynthetic Photon Flux (PPF) is a measurement of the total number of photons emitted by a light source each second within the PAR wavelength range and is measured in μmol/s. Lighting manufacturers may specify their grow light products in terms of PPF. It can be considered as analogous to measuring the luminous flux (lumens) of visible light which would typically require the use of an integrating sphere or a goniometer system with spectroradiometer sensor."^^qudt:LatexString ; + prov:wasDerivedFrom ; + qudt:applicableUnit unit:MicroMOL-PER-SEC ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Photosynthetically_active_radiation#Units"^^xsd:anyURI ; + qudt:plainTextDescription "Photosynthetic Photon Flux (PPF) is a measurement of the total number of photons emitted by a light source each second within the PAR wavelength range and is measured in μmol/s. Lighting manufacturers may specify their grow light products in terms of PPF. It can be considered as analogous to measuring the luminous flux (lumens) of visible light which would typically require the use of an integrating sphere or a goniometer system with spectroradiometer sensor." ; + rdfs:comment "Applicable units are those of quantitykind:PhotosyntheticPhotonFlux" ; + rdfs:isDefinedBy ; + rdfs:label "Photosynthetic Photon Flux"@en ; + skos:altLabel "PPF" . + +quantitykind:PhotosyntheticPhotonFluxDensity + a qudt:QuantityKind ; + dcterms:description "Photosynthetically Active Radiation are the wavelengths of light within the visible range of 400 to 700 nanometers (nm) that are critical for photosynthesis. PPFD measures the amount of PAR light (photons) that arrive at the plant’s surface each second. The PPFD is measured at various distances with a Full-spectrum Quantum Sensor, also known as a PAR meter. Natural sunlight has a PAR value of 900-1500μMol/m2/s when the sun is directly overhead. For a grow light to be effective, it should have PAR values of 500-1500 μMol/m2/s."^^qudt:LatexString ; + prov:wasDerivedFrom ; + qudt:applicableUnit unit:MOL-PER-M2-DAY ; + qudt:applicableUnit unit:MOL-PER-M2-SEC ; + qudt:applicableUnit unit:MicroMOL-PER-M2-DAY ; + qudt:applicableUnit unit:MicroMOL-PER-M2-HR ; + qudt:applicableUnit unit:MicroMOL-PER-M2-SEC ; + qudt:applicableUnit unit:MilliMOL-PER-M2-DAY ; + qudt:applicableUnit unit:MilliMOL-PER-M2-SEC ; + qudt:applicableUnit unit:NanoMOL-PER-M2-DAY ; + qudt:applicableUnit unit:PicoMOL-PER-M2-DAY ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:informativeReference "https://www.gigahertz-optik.com/en-us/service-and-support/knowledge-base/measurement-of-par/"^^xsd:anyURI ; + qudt:plainTextDescription "Photosynthetically Active Radiation are the wavelengths of light within the visible range of 400 to 700 nanometers (nm) that are critical for photosynthesis. PPFD measures the amount of PAR light (photons) that arrive at the plant’s surface each second. The PPFD is measured at various distances with a Full-spectrum Quantum Sensor, also known as a PAR meter. Natural sunlight has a PAR value of 900-1500μMol/m2/s when the sun is directly overhead. For a grow light to be effective, it should have PAR values of 500-1500 μMol/m2/s." ; + rdfs:comment "Applicable units are those of quantitykind:PhotosyntheticPhotonFluxDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Photosynthetic Photon Flux Density"@en ; + skos:altLabel "PPFD" . + +quantitykind:PictureElement + a qudt:QuantityKind ; + dcterms:description "smallest element of a display space (cell size) of a digitized two-dimensional field representation of an image which has an address (x and y coordinates corresponding to its position in the field) and a specific brightness value"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD299" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD299"^^xsd:anyURI ; + qudt:plainTextDescription "kleinstes Element einer Darstellungsfläche (Zellgröße) einer digitalisierten zweidimensionalen Felddarstellung eines Bildes, die eine Adresse (x- und y-Koordinaten entsprechend seiner Position im Feld) und einen spezifischen Helligkeitswert besitzt"@de ; + qudt:symbol "0173-1#Z4-BAJ437#002" ; + rdfs:isDefinedBy ; + rdfs:label "picture element" ; + rdfs:label "picture element"@en-US . + +quantitykind:Piece + a qudt:QuantityKind ; + qudt:applicableUnit unit:BEAT ; + qudt:applicableUnit unit:BILLION_Long ; + qudt:applicableUnit unit:BILLION_Short ; + qudt:applicableUnit unit:BREATH ; + qudt:applicableUnit unit:CASES ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:CYC ; + qudt:applicableUnit unit:DEATHS ; + qudt:applicableUnit unit:FRAME ; + qudt:applicableUnit unit:HUNDRED ; + qudt:applicableUnit unit:INDIV ; + qudt:applicableUnit unit:KiloINDIV ; + qudt:applicableUnit unit:MILLION ; + qudt:applicableUnit unit:MegaINDIV ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE ; + qudt:applicableUnit unit:PIXEL_COUNT ; + qudt:applicableUnit unit:SAMPLE ; + qudt:applicableUnit unit:TEN ; + qudt:applicableUnit unit:THOUSAND ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD146" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD146"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:Count" ; + rdfs:isDefinedBy ; + rdfs:label "piece" ; + skos:broader quantitykind:Count . + +quantitykind:PlanarForce + a qudt:QuantityKind ; + dcterms:description "Another name for Force Per Area, used by the Industry Foundation Classes (IFC) standard."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + qudt:plainTextDescription "Another name for Force Per Area, used by the Industry Foundation Classes (IFC) standard." ; + qudt:symbol "p" ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Flächenlast"@de ; + rdfs:label "Planar Force"@en ; + skos:broader quantitykind:ForcePerArea . + +quantitykind:PlanckFunction + a qudt:QuantityKind ; + dcterms:description "The $\\textit{Planck function}$ is used to compute the radiance emitted from objects that radiate like a perfect \"Black Body\". The inverse of the $\\textit{Planck Function}$ is used to find the $\\textit{Brightness Temperature}$ of an object. The precise formula for the Planck Function depends on whether the radiance is determined on a $\\textit{per unit wavelength}$ or a $\\textit{per unit frequency}$. In the ISO System of Quantities, $\\textit{Planck Function}$ is defined by the formula: $Y = -G/T$, where $G$ is Gibbs Energy and $T$ is thermodynamic temperature."^^qudt:LatexString ; + qudt:expression "$B_{\\nu}(T)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://pds-atmospheres.nmsu.edu/education_and_outreach/encyclopedia/planck_function.htm"^^xsd:anyURI ; + qudt:informativeReference "http://www.star.nesdis.noaa.gov/smcd/spb/calibration/planck.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition """The Planck function, $B_{\\tilde{\\nu}}(T)$, is given by: +$B_{\\nu}(T) = \\frac{2h c^2\\tilde{\\nu}^3}{e^{hc / k \\tilde{\\nu} T}-1}$ +where, $\\tilde{\\nu}$ is wavelength, $h$ is Planck's Constant, $k$ is Boltzman's Constant, $c$ is the speed of light in a vacuum, $T$ is thermodynamic temperature."""^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Function"@en ; + rdfs:seeAlso quantitykind:MassieuFunction ; + rdfs:seeAlso quantitykind:SpecificEnergy ; + rdfs:seeAlso quantitykind:SpecificEnthalpy ; + rdfs:seeAlso quantitykind:SpecificGibbsEnergy ; + rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ; + rdfs:seeAlso quantitykind:SpecificInternalEnergy . + +quantitykind:PlaneAngle + a qudt:QuantityKind ; + 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:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Plane_angle"^^xsd:anyURI ; + qudt:exactMatch quantitykind:Angle ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD140" ; + qudt:informativeReference "http://www.thefreedictionary.com/plane+angle"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD140"^^xsd:anyURI ; + qudt:plainTextDescription "An angle formed by two straight lines (in the same plane) angle - the space between two lines or planes that intersect; the inclination of one line to another; measured in degrees or radians" ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siExactMatch si-quantity:ANGP ; + rdfs:comment "Applicable units are those of quantitykind:PlaneAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Rovinný úhel"@cs ; + rdfs:label "Sudut satah"@ms ; + rdfs:label "angle plan"@fr ; + rdfs:label "angolo piano"@it ; + rdfs:label "angulus planus"@la ; + rdfs:label "düzlemsel açı"@tr ; + rdfs:label "ebener Winkel"@de ; + rdfs:label "kąt płaski"@pl ; + rdfs:label "medida angular"@pt ; + rdfs:label "plane angle"@en ; + rdfs:label "ravninski kot"@sl ; + rdfs:label "szög"@hu ; + rdfs:label "unghi plan"@ro ; + rdfs:label "ángulo plano"@es ; + rdfs:label "Επίπεδη γωνία"@el ; + rdfs:label "Плоский угол"@ru ; + rdfs:label "Равнинен ъгъл"@bg ; + rdfs:label "זווית"@he ; + rdfs:label "الزاوية النصف قطرية"@ar ; + rdfs:label "زاویه مستوی"@fa ; + rdfs:label "क्षेत्र"@hi ; + rdfs:label "弧度"@ja ; + rdfs:label "角度"@zh . + +quantitykind:PlasmaLevel + a qudt:QuantityKind ; + qudt:applicableUnit unit:IU-PER-L ; + qudt:applicableUnit unit:IU-PER-MilliL ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:PlasmaLevel" ; + rdfs:isDefinedBy ; + rdfs:label "Plasma Level"@en ; + skos:broader quantitykind:AmountOfSubstancePerVolume . + +quantitykind:PoissonRatio + a qudt:QuantityKind ; + dcterms:description "The Poisson Ratio is the negative ratio of transverse to axial strain. In fact, when a sample object is stretched (or squeezed), to an extension (or contraction) in the direction of the applied load, it corresponds a contraction (or extension) in a direction perpendicular to the applied load. The ratio between these two quantities is the Poisson's ratio."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Poisson%27s_ratio"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\frac{\\Delta \\delta}{\\Delta l}$, where $\\Delta \\delta$ is the lateral contraction and $\\Delta l$ is the elongation."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "The Poisson Ratio is the negative ratio of transverse to axial strain. In fact, when a sample object is stretched (or squeezed), to an extension (or contraction) in the direction of the applied load, it corresponds a contraction (or extension) in a direction perpendicular to the applied load. The ratio between these two quantities is the Poisson's ratio." ; + rdfs:comment "Applicable units are those of quantitykind:PoissonRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Poisson Ratio"@en . + +quantitykind:PolarMomentOfInertia + a qudt:QuantityKind ; + dcterms:description "The polar moment of inertia is a quantity used to predict an object's ability to resist torsion, in objects (or segments of objects) with an invariant circular cross-section and no significant warping or out-of-plane deformation. It is used to calculate the angular displacement of an object subjected to a torque. It is analogous to the area moment of inertia, which characterizes an object's ability to resist bending. "^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + qudt:plainTextDescription "The polar moment of inertia is a quantity used to predict an object's ability to resist torsion, in objects (or segments of objects) with an invariant circular cross-section and no significant warping or out-of-plane deformation. It is used to calculate the angular displacement of an object subjected to a torque. It is analogous to the area moment of inertia, which characterizes an object's ability to resist bending. " ; + qudt:symbol "J_{zz}" ; + rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia" ; + rdfs:isDefinedBy ; + rdfs:label "Polar moment of inertia"@en ; + skos:broader quantitykind:MomentOfInertia . + +quantitykind:Polarizability + a qudt:QuantityKind ; + dcterms:description "\"Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which may be caused by the presence of a nearby ion or dipole. The electronic polarizability $\\alpha$ is defined as the ratio of the induced dipole moment of an atom to the electric field that produces this dipole moment. Polarizability is often a scalar valued quantity, however in the general case it is tensor-valued."^^qudt:LatexString ; + dcterms:description "measure of the deformability of the electron shell of molecules and atoms"@en ; + qudt:applicableUnit unit:C-M2-PER-V ; + qudt:applicableUnit unit:C2-M2-PER-J ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Polarizability"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L0I0M-1H0T4D0 ; + qudt:iec61360Code "0112/2///62720#UAD141" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD141"^^xsd:anyURI ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:plainTextDescription "Maß für die Deformierbarkeit der Elektronenhülle von Molekülen und Atomen "@de ; + qudt:symbol "0173-1#Z4-BAJ365#002" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Polarizability" ; + rdfs:isDefinedBy ; + rdfs:label "Polarizability"@en-US ; + rdfs:label "polarisability"@en . + +quantitykind:PolarizationField + a qudt:QuantityKind ; + dcterms:description "The Polarization Field is the vector field that expresses the density of permanent or induced electric dipole moments in a dielectric material. The polarization vector P is defined as the ratio of electric dipole moment per unit volume."^^qudt:LatexString ; + qudt:applicableUnit unit:A-HR-PER-M2 ; + qudt:applicableUnit unit:C-PER-CentiM2 ; + qudt:applicableUnit unit:C-PER-M2 ; + qudt:applicableUnit unit:C-PER-MilliM2 ; + qudt:applicableUnit unit:C_Ab-PER-CentiM2 ; + qudt:applicableUnit unit:C_Stat-PER-CentiM2 ; + qudt:applicableUnit unit:KiloC-PER-M2 ; + qudt:applicableUnit unit:MegaC-PER-M2 ; + qudt:applicableUnit unit:MicroC-PER-M2 ; + qudt:applicableUnit unit:MilliC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:plainTextDescription "The Polarization Field is the vector field that expresses the density of permanent or induced electric dipole moments in a dielectric material. The polarization vector P is defined as the ratio of electric dipole moment per unit volume." ; + qudt:symbol "P" ; + rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Polarization Field"@en ; + skos:broader quantitykind:ElectricChargePerArea . + +quantitykind:Population + a qudt:QuantityKind ; + dcterms:description "Population typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world, but can also represent the number of any kind of entity."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Population"^^xsd:anyURI ; + qudt:plainTextDescription "Population typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world, but can also represent the number of any kind of entity." ; + rdfs:comment "Applicable units are those of quantitykind:Population" ; + rdfs:isDefinedBy ; + rdfs:label "Population"@en ; + skos:broader quantitykind:Count . + +quantitykind:PositionVector + a qudt:QuantityKind ; + dcterms:description "A \"Position Vector\", also known as location vector or radius vector, is a Euclidean vector which represents the position of a point P in space in relation to an arbitrary reference origin O."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$r = \\overrightarrow{OP}$, where $O$ and $P$ are two points in space."^^qudt:LatexString ; + qudt:plainTextDescription "A \"Position Vector\", also known as location vector or radius vector, is a Euclidean vector which represents the position of a point P in space in relation to an arbitrary reference origin O." ; + qudt:symbol "r" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Position Vector"@en ; + skos:broader quantitykind:Length . + +quantitykind:PositiveDimensionlessRatio + a qudt:QuantityKind ; + dcterms:description "A \"Positive Dimensionless Ratio\" is a dimensionless ratio that is greater than zero"^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "A \"Positive Dimensionless Ratio\" is a dimensionless ratio that is greater than zero" ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Positive Dimensionless Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:PositiveLength + a qudt:QuantityKind ; + dcterms:description "\"PositiveLength\" is a measure of length strictly greater than zero."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "\"PositiveLength\" is a measure of length strictly greater than zero." ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Positive Length"@en ; + skos:broader quantitykind:NonNegativeLength . + +quantitykind:PositivePlaneAngle + a qudt:QuantityKind ; + dcterms:description "A \"PositivePlaneAngle\" is a plane angle strictly greater than zero."^^qudt:LatexString ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.thefreedictionary.com/plane+angle"^^xsd:anyURI ; + qudt:plainTextDescription "A \"PositivePlaneAngle\" is a plane angle strictly greater than zero." ; + rdfs:comment "Applicable units are those of quantitykind:PlaneAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Positive Plane Angle"@en ; + skos:broader quantitykind:PlaneAngle . + +quantitykind:PotentialEnergy + a qudt:QuantityKind ; + dcterms:description "Energy possessed by a body by virtue of its position in a gravity field in contrast with kinetic energy, that possessed by virtue of its motion."^^qudt:LatexString ; + qudt:altSymbol "U" ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Potential_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Potential_energy"^^xsd:anyURI ; + qudt:latexDefinition "$V = -\\int F \\cdot dr$, where $F$ is a conservative force and $R$ is a position vector."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "Energy possessed by a body by virtue of its position in a gravity field in contrast with kinetic energy, that possessed by virtue of its motion." ; + qudt:symbol "PE" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Energia potencjalna"@pl ; + rdfs:label "Energie potențială"@ro ; + rdfs:label "Potansiyel enerji"@tr ; + rdfs:label "Tenaga keupayaan"@ms ; + rdfs:label "energia potencial"@pt ; + rdfs:label "energia potenziale"@it ; + rdfs:label "energía potencial"@es ; + rdfs:label "potenciální energie"@cs ; + rdfs:label "potential energy"@en ; + rdfs:label "potentielle Energie"@de ; + rdfs:label "énergie potentielle"@fr ; + rdfs:label "потенциальная энергия"@ru ; + rdfs:label "انرژی پتانسیل"@fa ; + rdfs:label "طاقة وضع"@ar ; + rdfs:label "स्थितिज ऊर्जा"@hi ; + rdfs:label "位置エネルギー"@ja ; + rdfs:label "势能"@zh ; + skos:broader quantitykind:Energy . + +quantitykind:Power + a qudt:QuantityKind ; + 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:altSymbol "p" ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_H2O ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:TeraW-HR-PER-YR ; + qudt:applicableUnit unit:W ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Power"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Power"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Power_%28physics%29"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$P = F \\cdot v$, where $F$ is force and $v$ is velocity."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:POWR ; + qudt:symbol "P" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Power" ; + rdfs:isDefinedBy ; + rdfs:label "Kuasa"@ms ; + rdfs:label "Leistung"@de ; + rdfs:label "Výkon"@cs ; + rdfs:label "güç"@tr ; + rdfs:label "moc"@pl ; + rdfs:label "moč"@sl ; + rdfs:label "potencia"@es ; + rdfs:label "potentia"@la ; + rdfs:label "potenza"@it ; + rdfs:label "potência"@pt ; + rdfs:label "power"@en ; + rdfs:label "puissance"@fr ; + rdfs:label "putere"@ro ; + rdfs:label "teljesítmény , hőáramlás"@hu ; + rdfs:label "Ισχύς"@el ; + rdfs:label "Мощност"@bg ; + rdfs:label "Мощность"@ru ; + rdfs:label "הספק"@he ; + rdfs:label "القدرة"@ar ; + rdfs:label "توان، نرخ جریان گرما"@fa ; + rdfs:label "शक्ति"@hi ; + rdfs:label "功率、热流"@zh ; + rdfs:label "電力・仕事率"@ja ; + skos:altLabel "flux energetic"@ro ; + skos:altLabel "strumień promieniowania"@pl ; + skos:altLabel "ısı akış oranı"@tr ; + skos:altLabel "विकिरणी बहाव"@hi . + +quantitykind:PowerArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:W-M2 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:PowerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Power Area"@en . + +quantitykind:PowerAreaPerSolidAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:W-M2-PER-SR ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:PowerAreaPerSolidAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Power Area per Solid Angle"@en . + +quantitykind:PowerConstant + a qudt:QuantityKind ; + dcterms:description "ratio indicating the relationship between continuous power and continuous current"@en ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Verhältnis, das den Zusammenhang zwischen der Dauerkraft zum Dauerstrom kennzeichnet"@de ; + qudt:symbol "0173-1#Z4-BAJ330#003" ; + rdfs:isDefinedBy ; + rdfs:label "power constant"@en-US . + +quantitykind:PowerDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:W-PER-M3 ; + qudt:exactMatch quantitykind:PowerPerVolume ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Power_density"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:PowerDensity" ; + rdfs:isDefinedBy ; + rdfs:label "PowerDensity"@en . + +quantitykind:PowerFactor + a qudt:QuantityKind ; + 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:applicableUnit unit:UNITLESS ; + qudt:expression "$power-factor$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-46"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda = \\left | P \\right | / \\left | S \\right |$, where $P$ is active power and $S$ is apparent power."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PowerFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Leistungsfaktor"@de ; + rdfs:label "Współczynnik mocy"@pl ; + rdfs:label "facteur de puissance"@fr ; + rdfs:label "factor de potencia"@es ; + rdfs:label "factor de putere"@ro ; + rdfs:label "faktor kuasa"@ms ; + rdfs:label "fator de potência"@pt ; + rdfs:label "fattore di potenza"@it ; + rdfs:label "güç faktörü"@tr ; + rdfs:label "power factor"@en ; + rdfs:label "Účiník"@cs ; + rdfs:label "Коэффициент_мощности"@ru ; + rdfs:label "ضریب توان"@fa ; + rdfs:label "معامل القدرة"@ar ; + rdfs:label "शक्ति गुणांक"@hi ; + rdfs:label "力率"@ja ; + rdfs:label "功率因数"@zh ; + rdfs:seeAlso quantitykind:ActivePower ; + rdfs:seeAlso quantitykind:ApparentPower . + +quantitykind:PowerPerArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://www.physicsforums.com/library.php?do=view_item&itemid=406"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Power Per Area"@en . + +quantitykind:PowerPerAreaAngle + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + rdfs:isDefinedBy ; + rdfs:label "Power per Area Angle"@en . + +quantitykind:PowerPerAreaQuarticTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:W-PER-M2-K4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-4T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerAreaQuarticTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Power per area quartic temperature"@en . + +quantitykind:PowerPerElectricCharge + a qudt:QuantityKind ; + dcterms:description "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge."^^qudt:LatexString ; + qudt:applicableUnit unit:MilliV-PER-MIN ; + qudt:applicableUnit unit:V-PER-MicroSEC ; + qudt:applicableUnit unit:V-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:plainTextDescription "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge." ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Power Per Electric Charge"@en . + +quantitykind:PowerPerVolume + a qudt:QuantityKind ; + qudt:applicableUnit unit:W-PER-M3 ; + qudt:exactMatch quantitykind:PowerDensity ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Power_density"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Power per Volume"@en . + +quantitykind:PoyntingVector + a qudt:QuantityKind ; + dcterms:description """ + A $\\textit{Poynting Vector}$ is the vector product of the electric field strength $\\mathbf{E}$ + and the magnetic field strength $\\mathbf{H}$ of the electromagnetic field at a given point. + The flux of the Poynting vector through a closed surface is equal to the electromagnetic power passing + through this surface. + For a periodic electromagnetic field, the time average of the Poynting vector is a vector of which, + with certain reservations, the direction may be considered as being the direction of propagation + of electromagnetic energy and the magnitude considered as being the average electromagnetic power + flux density. + """^^qudt:LatexString ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:expression "$poynting-vector$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{S} = \\mathbf{E} \\times \\mathbf{H} $, where $\\mathbf{E}$ is electric field strength and \\mathbf{H} is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\mathbf{S} $"^^qudt:LatexString ; + qudt:plainTextDescription "\"Poynting Vector\" is the vector product of the electric field strength $\\mathbf{E}$ and the magnetic field strength $\\mathbf{H}\" of the electromagnetic field at a given point. The flux of the Poynting vector through a closed surface is equal to the electromagnetic power passing through this surface. For a periodic electromagnetic field, the time average of the Poynting vector is a vector of which, with certain reservations, the direction may be considered as being the direction of propagation of electromagnetic energy and the magnitude considered as being the average electromagnetic power flux density." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PoyntingVector" ; + rdfs:isDefinedBy ; + rdfs:label "Poynting vector"@en ; + rdfs:label "Poynting-Vektor"@de ; + rdfs:label "vecteur de Poynting"@fr ; + rdfs:label "vector de Poynting"@es ; + rdfs:label "vector de Poynting"@pt ; + rdfs:label "vettore di Poynting"@it ; + rdfs:label "wektor Poyntinga"@pl ; + rdfs:label "вектор Пойнтинга"@ru ; + rdfs:label "متجَه بوينتنج"@ar ; + rdfs:label "ポインティングベクトル"@ja . + +quantitykind:Pressure + a qudt:QuantityKind ; + dcterms:description "Pressure is an effect which occurs when a force is applied on a surface. Pressure is the amount of force acting on a unit area. Pressure is distinct from stress, as the former is the ratio of the component of force normal to a surface to the surface area. Stress is a tensor that relates the vector force to the vector area."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pressure"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD142" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD142"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$p = \\frac{dF}{dA}$, where $dF$ is the force component perpendicular to the surface element of area $dA$."^^qudt:LatexString ; + qudt:plainTextDescription "Pressure is an effect which occurs when a force is applied on a surface. Pressure is the amount of force acting on a unit area. Pressure is distinct from stress, as the former is the ratio of the component of force normal to a surface to the surface area. Stress is a tensor that relates the vector force to the vector area." ; + qudt:siExactMatch si-quantity:PRES ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Druck"@de ; + rdfs:label "Tekanan"@ms ; + rdfs:label "Tlak"@cs ; + rdfs:label "basınç"@tr ; + rdfs:label "ciśnienie"@pl ; + rdfs:label "nyomás"@hu ; + rdfs:label "presiune"@ro ; + rdfs:label "presión"@es ; + rdfs:label "pressio"@la ; + rdfs:label "pression"@fr ; + rdfs:label "pressione"@it ; + rdfs:label "pressure"@en ; + rdfs:label "pressão"@pt ; + rdfs:label "tlak"@sl ; + rdfs:label "Πίεση - τάση"@el ; + rdfs:label "Давление"@ru ; + rdfs:label "Налягане"@bg ; + rdfs:label "לחץ"@he ; + rdfs:label "الضغط أو الإجهاد"@ar ; + rdfs:label "فشار، تنش"@fa ; + rdfs:label "दबाव"@hi ; + rdfs:label "压强、压力"@zh ; + rdfs:label "圧力"@ja ; + skos:altLabel "naprężenie"@pl ; + skos:altLabel "pritisk"@sl ; + skos:altLabel "tegasan"@ms ; + skos:altLabel "tensione meccanica"@it ; + skos:altLabel "tensiune mecanică"@ro ; + skos:altLabel "tensão"@pt ; + skos:altLabel "механично напрежение"@bg ; + skos:altLabel "दाब"@hi ; + skos:broader quantitykind:ForcePerArea . + +quantitykind:PressureBasedAmountOfSubstanceConcentration + a qudt:QuantityKind ; + dcterms:description "ratio between the amount-of-substance of a dissolved material and the mass of its solvent divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Molarität (Quotient aus der Stoffmenge eines gelösten Stoffes und dem Volumen der Lösung) dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ307#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based amount-of-substance concentration"@en-US . + +quantitykind:PressureBasedDensity + a qudt:QuantityKind ; + dcterms:description "ratio of density divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Dichte dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ299#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based density"@en-US . + +quantitykind:PressureBasedDynamicViscosity + a qudt:QuantityKind ; + dcterms:description "ratio of dynamic viscosity divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "Quotient aus der dynamischen Viskosität dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ300#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based dynamic viscosity"@en-US . + +quantitykind:PressureBasedElectricCurrent + a qudt:QuantityKind ; + dcterms:description "ratio of electric current divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient elektrische Stromstärke dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ309#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based electric current"@en-US . + +quantitykind:PressureBasedElectricVoltage + a qudt:QuantityKind ; + dcterms:description "ratio of electric voltage divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient elektrischer Spannung dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ301#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based electric voltage"@en-US . + +quantitykind:PressureBasedKinematicViscosity + a qudt:QuantityKind ; + dcterms:description "ratio of dynamic viscosity and density of the material divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ303#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based kinematic viscosity"@en-US . + +quantitykind:PressureBasedLength + a qudt:QuantityKind ; + dcterms:description "ratio of length divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Länge dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ304#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based length"@en-US . + +quantitykind:PressureBasedMass + a qudt:QuantityKind ; + dcterms:description "ratio of mass divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Masse dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ305#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based mass"@en-US . + +quantitykind:PressureBasedMassFlow + a qudt:QuantityKind ; + dcterms:description "ratio of mass flow divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Massenstrom dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ310#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based mass flow"@en-US . + +quantitykind:PressureBasedMolality + a qudt:QuantityKind ; + dcterms:description "ratio of molality divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:A1E0L1I0M-2H0T2D0 ; + qudt:plainTextDescription "Quotient Molalität dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ306#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based molality"@en-US . + +quantitykind:PressureBasedQuantity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based quantity"@en-US . + +quantitykind:PressureBasedTemperature + a qudt:QuantityKind ; + dcterms:description "ratio of temperature divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Temperatur dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ308#003" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based temperature"@en-US . + +quantitykind:PressureBasedVelocity + a qudt:QuantityKind ; + dcterms:description "ratio of velocity divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Geschwindigkeit dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ302#001" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based velocity"@en-US . + +quantitykind:PressureBasedVolume + a qudt:QuantityKind ; + dcterms:description "ratio of volume divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Volumen dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ312#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based volume"@en-US . + +quantitykind:PressureBasedVolumeFlow + a qudt:QuantityKind ; + dcterms:description "ratio of volume flow divided by the related pressure"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient Volumenstrom dividiert durch den zugehörigen Druck"@de ; + qudt:symbol "0173-1#Z4-BAJ311#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure-based volume flow"@en-US . + +quantitykind:PressureBurningRateConstant + a qudt:QuantityKind ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Burning Rate Constant"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:PressureBurningRateIndex + a qudt:QuantityKind ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\beta$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Burning Rate Index"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:PressureCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAR-PER-DEG_C ; + qudt:applicableUnit unit:BAR-PER-K ; + qudt:applicableUnit unit:HectoPA-PER-K ; + qudt:applicableUnit unit:KiloPA-PER-K ; + qudt:applicableUnit unit:MegaPA-PER-K ; + qudt:applicableUnit unit:PA-PER-K ; + qudt:expression "$pres-coef$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD143" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD143"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\beta = \\left (\\frac{\\partial p}{\\partial T} \\right )_V$, where $p$ is $pressure$, $T$ is thermodynamic temperature and $V$ is volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\beta$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PressureCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Coefficient"@en . + +quantitykind:PressureGradient + a qudt:QuantityKind ; + dcterms:description "differential pressure divided by the associated length"@en ; + qudt:applicableUnit unit:ATM-PER-M ; + qudt:applicableUnit unit:ATM_T-PER-M ; + qudt:applicableUnit unit:HectoPA-PER-M ; + qudt:applicableUnit unit:KiloPA-PER-M ; + qudt:applicableUnit unit:MilliPA-PER-M ; + qudt:applicableUnit unit:PSI-PER-IN ; + qudt:applicableUnit unit:TORR-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD144" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD144"^^xsd:anyURI ; + qudt:plainTextDescription "Differenzdruck dividiert durch die zugehörige Länge"@de ; + qudt:symbol "0173-1#Z4-BAJ313#003" ; + rdfs:comment "Applicable units are those of quantitykind:PressureGradient" ; + rdfs:isDefinedBy ; + rdfs:label "pressure gradient" ; + rdfs:label "pressure gradient"@en-US . + +quantitykind:PressureInRelationToVolumeFlow + a qudt:QuantityKind ; + dcterms:description "ratio between pressure and the volume flow at a given cross-sectional area, passing through this cross-sectional area "@en ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:plainTextDescription "an einer festgelegten Querschnittsfläche der Quotient Druck durch den Volumenstrom, der durch diese Querschnittsfläche hindurchgeht"@de ; + qudt:symbol "0173-1#Z4-BAJ290#002" ; + rdfs:isDefinedBy ; + rdfs:label "pressure in relation to volume flow"@en-US . + +quantitykind:PressureInRelationToVolumeFlowRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:DYN-SEC-PER-CentiM5 ; + qudt:applicableUnit unit:PA-SEC-PER-L ; + qudt:applicableUnit unit:PA-SEC-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD145" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD145"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:PressureInRelationToVolumeFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "pressure in relation to volume flow rate" . + +quantitykind:PressureLossPerLength + a qudt:QuantityKind ; + dcterms:description "\"Pressure Loss per Length\" refers to the power lost in overcoming the friction between two moving surfaces. Also referred to as \"Friction Loss\"."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-PER-M2-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Friction_loss"^^xsd:anyURI ; + qudt:plainTextDescription "\"Pressure Loss per Length\" refers to the power lost in overcoming the friction between two moving surfaces. Also referred to as \"Friction Loss\"." ; + rdfs:comment "Applicable units are those of quantitykind:PressureLossPerLength" ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Loss per Length"@en . + +quantitykind:PressureRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAR-PER-BAR ; + qudt:applicableUnit unit:HectoPA-PER-BAR ; + qudt:applicableUnit unit:KiloPA-PER-BAR ; + qudt:applicableUnit unit:MegaPA-PER-BAR ; + qudt:applicableUnit unit:MilliBAR-PER-BAR ; + qudt:applicableUnit unit:PA-PER-BAR ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PSI-PER-PSI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:PressureRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Pressure Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:Prevalence + a qudt:QuantityKind ; + dcterms:description "In epidemiology, prevalence is the proportion of a particular population found to be affected by a medical condition (typically a disease or a risk factor such as smoking or seatbelt use) at a specific time. (Wikipedia)"^^qudt:LatexString ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Prevalence"^^xsd:anyURI ; + qudt:plainTextDescription "In epidemiology, prevalence is the proportion of a particular population found to be affected by a medical condition (typically a disease or a risk factor such as smoking or seatbelt use) at a specific time. (Wikipedia)" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Prevalence" ; + rdfs:isDefinedBy ; + rdfs:label "Prevalence"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:PrincipalQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Principal Quantum Number\" describes the electron shell, or energy level, of an atom. The value of $n$ ranges from 1 to the shell containing the outermost electron of that atom."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:symbol "n" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PrincipalQuantumNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Principal Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:MagneticQuantumNumber ; + skos:closeMatch quantitykind:OrbitalAngularMomentumQuantumNumber ; + skos:closeMatch quantitykind:SpinQuantumNumber . + +quantitykind:ProductOfInertia_X + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Product of Inertia in the X axis}$ is a measure of a body's + dynamic (or coupled) imbalance resulting in a precession when rotating about an + axis other than the body's principal axis. + """^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the X axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA . + +quantitykind:ProductOfInertia_Y + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Product of Inertia in the Y axis}$ is a measure of a body's + dynamic (or coupled) imbalance resulting in a precession when rotating about an axis + other than the body's principal axis. + """^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription """ + The quantity kind 'Product of Inertia in the Y axis' is a measure of a body's + dynamic (or coupled) imbalance resulting in a precession when rotating about an axis + other than the body's principal axis. + """ ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the Y axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA . + +quantitykind:ProductOfInertia_Z + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Product of Inertia in the Z axis}$ is a measure of a body's + dynamic (or coupled) imbalance resulting in a precession when rotating about an axis + other than the body's principal axis. + """^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis." ; + rdfs:isDefinedBy ; + rdfs:label "Product of Inertia in the Z axis"@en ; + skos:broader quantitykind:PRODUCT-OF-INERTIA . + +quantitykind:PropagationCoefficient + a qudt:QuantityKind ; + dcterms:description "The propagation constant, symbol $\\gamma$, for a given system is defined by the ratio of the amplitude at the source of the wave to the amplitude at some distance x."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Propagation_constant"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = \\alpha + j\\beta$, where $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PropagationCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Propagation coefficient"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:PropellantBurnRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:PropellantBurnRate" ; + rdfs:isDefinedBy ; + rdfs:label "Propellant Burn Rate"@en ; + skos:broader quantitykind:BurnRate . + +quantitykind:PropellantMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_f" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Propellant Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:PropellantMeanBulkTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Propellant Mean Bulk Temperature"@en ; + skos:altLabel "PMBT" ; + skos:broader quantitykind:PropellantTemperature . + +quantitykind:PropellantTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Propellant Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:QualityFactor + a qudt:QuantityKind ; + dcterms:description "\"Quality Factor\", of a resonant circuit, is a measure of the \"goodness\" or quality of a resonant circuit. A higher value for this figure of merit correspondes to a more narrow bandwith, which is desirable in many applications. More formally, $Q$ is the ratio of power stored to power dissipated in the circuit reactance and resistance, respectively"^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.sourcetronic.com/electrical-measurement-glossary/quality-factor.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.allaboutcircuits.com/vol_2/chpt_6/6.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "If $\\underline{Z} = R + jX$, then $Q = \\left | X \\right |/R$, where $\\underline{Z}$ is impedance, $R$ is resistance, and $X$ is reactance."^^qudt:LatexString ; + qudt:symbol "Q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:QualityFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Quality Factor"@en ; + rdfs:seeAlso quantitykind:Impedance ; + rdfs:seeAlso quantitykind:Resistance ; + vaem:todo "Resolve Quality Facor - electronics and also doses" . + +quantitykind:QuantityOfLight + a qudt:QuantityKind ; + dcterms:description "work of a light source provided in the form of light as the product of the luminous flux Φ produced by the light source and the time t for which this is radiated"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD147" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD147"^^xsd:anyURI ; + qudt:plainTextDescription "in Form von Licht aufgebrachte Arbeit einer Lichtquelle als Produkt aus dem von der Lichtquelle ausgehenden Lichtstrom Φ und der Zeit t, während dieser ausgestrahlt wird"@de ; + qudt:symbol "0173-1#Z4-BAJ243#002" ; + rdfs:isDefinedBy ; + rdfs:label "quantity of light" ; + rdfs:label "quantity of light"@en-US . + +quantitykind:QuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Quantum Number\" describes values of conserved quantities in the dynamics of the quantum system. Perhaps the most peculiar aspect of quantum mechanics is the quantization of observable quantities, since quantum numbers are discrete sets of integers or half-integers."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Quantum Number\" describes values of conserved quantities in the dynamics of the quantum system. Perhaps the most peculiar aspect of quantum mechanics is the quantization of observable quantities, since quantum numbers are discrete sets of integers or half-integers." ; + qudt:symbol "n" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:QuantumNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Quantum Number"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:QuarticElectricDipoleMomentPerCubicEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:C4-M4-PER-J3 ; + qudt:hasDimensionVector qkdv:A0E4L-2I0M-3H0T10D0 ; + rdfs:comment "Applicable units are those of quantitykind:QuarticElectricDipoleMomentPerCubicEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Electric Dipole Moment per Cubic Energy"@en . + +quantitykind:RESERVE-MASS + a qudt:QuantityKind ; + dcterms:description "A quantity of mass held by Program/project management to mitigate the risk of over-predicted performance estimates, under predicted mass estimates, and future operational and mission specific requirements (program mass reserve, manager's mass reserve, launch window reserve, performance reserve, etc.)."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "A quantity of mass held by Program/project management to mitigate the risk of over-predicted performance estimates, under predicted mass estimates, and future operational and mission specific requirements (program mass reserve, manager's mass reserve, launch window reserve, performance reserve, etc.)." ; + qudt:symbol "M_{E}" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Reserve Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:RF-Power + a qudt:QuantityKind ; + dcterms:description "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:RFPower ; + qudt:applicableUnit unit:V-PER-M ; + qudt:applicableUnit unit:V_Ab-PER-CentiM ; + qudt:applicableUnit unit:V_Stat-PER-CentiM ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:informativeReference "https://www.analog.com/en/technical-articles/measurement-control-rf-power-parti.html"^^xsd:anyURI ; + qudt:plainTextDescription "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)." ; + rdfs:comment "Applicable units are those of quantitykind:ElectricField" ; + rdfs:isDefinedBy ; + rdfs:label "RF-Power Level"@en ; + skos:broader quantitykind:SignalStrength . + +quantitykind:RFPower + a qudt:QuantityKind ; + dcterms:description "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)."^^qudt:LatexString ; + qudt:applicableUnit unit:V-PER-M ; + qudt:applicableUnit unit:V_Ab-PER-CentiM ; + qudt:applicableUnit unit:V_Stat-PER-CentiM ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:informativeReference "https://www.analog.com/en/technical-articles/measurement-control-rf-power-parti.html"^^xsd:anyURI ; + qudt:plainTextDescription "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)." ; + rdfs:comment "Applicable units are those of quantitykind:ElectricField" ; + rdfs:isDefinedBy ; + rdfs:label "RF-Power Level"@en ; + skos:broader quantitykind:SignalStrength . + +quantitykind:RadialDistance + a qudt:QuantityKind ; + dcterms:description "In classical geometry, the \"Radial Distance\" is a coordinate in polar coordinate systems (r, $\\theta$). Basically the radial distance is the scalar Euclidean distance between a point and the origin of the system of coordinates."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radial_distance_(geometry)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$d = \\sqrt{r_1^2 + r_2^2 -2r_1r_2\\cos{(\\theta_1 - \\theta_2)}}$, where $P_1$ and $P_2$ are two points with polar coordinates $(r_1, \\theta_1)$ and $(r_2, \\theta_2)$, respectively, and $d$ is the distance."^^qudt:LatexString ; + qudt:latexSymbol "$r_Q, \\rho$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Radial Distance"@en ; + skos:broader quantitykind:Length . + +quantitykind:Radiance + a qudt:QuantityKind ; + dcterms:description "\"Radiance\" is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle in a specified direction."^^qudt:LatexString ; + qudt:applicableUnit unit:W-PER-M2-SR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD148" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD148"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI ; + qudt:latexDefinition "$L = \\frac{dI}{dA}\\frac{1}{cos\\alpha}$, where $dI$ is the radiant intensity emitted from an element of the surface area $dA$, and angle $\\alpha$ is the angle between the normal to the surface and the given direction."^^qudt:LatexString ; + qudt:plainTextDescription "\"Radiance\" is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle in a specified direction." ; + qudt:siExactMatch si-quantity:RADI ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Radiance" ; + rdfs:isDefinedBy ; + rdfs:label "Radiance"@en ; + skos:broader quantitykind:PowerPerAreaAngle . + +quantitykind:RadianceFactor + a qudt:QuantityKind ; + dcterms:description "Radiance Factor is the ratio of the radiance of the surface element in the given direction to that of a perfect reflecting or transmitting diffuser identically irradiated unit."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.encyclo.co.uk/define/radiance%20factor"^^xsd:anyURI ; + qudt:latexDefinition "$\\beta = \\frac{L_n}{L_d}$, where $L_n$ is the radiance of a surface element in a given direction and $L_d$ is the radiance of the perfect reflecting or transmitting diffuser identically irradiated and viewed. Reflectance factor is equivalent to radiance factor or luminance factor (when the cone angle is infinitely small, and is equivalent to reflectance when the cone angle is $2π sr$."^^qudt:LatexString ; + qudt:latexSymbol "$\\beta$"^^qudt:LatexString ; + qudt:plainTextDescription "Radiance Factor is the ratio of the radiance of the surface element in the given direction to that of a perfect reflecting or transmitting diffuser identically irradiated unit." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RadianceFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Radiance Factor"@en . + +quantitykind:RadiantEmmitance + a qudt:QuantityKind ; + dcterms:description "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Irradiance"^^xsd:anyURI ; + qudt:latexDefinition "$M = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the radiant flux leaving the element of the surface area $dA$."^^qudt:LatexString ; + qudt:plainTextDescription "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface." ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Emmitance"@en ; + skos:broader quantitykind:PowerPerArea . + +quantitykind:RadiantEnergy + a qudt:QuantityKind ; + dcterms:description """ + In radiometry, $\\textit{Radiant Energy}$ is the energy of electromagnetic waves. + The quantity of radiant energy may be calculated by integrating radiant flux (or power) with respect to time. + In nuclear physics, $\\textit{Radiant Energy}$ is energy, excluding rest energy, of the particles that are emitted, transferred, or received. + """^^qudt:LatexString ; + qudt:abbreviation "M-L2-PER-T2" ; + qudt:altSymbol "R" ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radiant_energy"^^xsd:anyURI ; + qudt:latexDefinition "$Q_e$"^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "In radiometry,\"Radiant Energy} is the energy of electromagnetic waves. The quantity of radiant energy may be calculated by integrating radiant flux (or power) with respect to time. In nuclear physics, $\\textit{Radiant Energy\" is energy, excluding rest energy, of the particles that are emitted, transferred, or received." ; + qudt:symbol "Q_e" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Işınım erkesi"@tr ; + rdfs:label "Strahlungsenergie"@de ; + rdfs:label "Tenaga sinaran"@ms ; + rdfs:label "energia promienista"@pl ; + rdfs:label "energia radiante"@it ; + rdfs:label "energia radiante"@pt ; + rdfs:label "energie záření"@cs ; + rdfs:label "energía radiante"@es ; + rdfs:label "radiant energy"@en ; + rdfs:label "énergie rayonnante"@fr ; + rdfs:label "энергия излучения"@ru ; + rdfs:label "انرژی تابشی"@fa ; + rdfs:label "طاقة إشعاعية"@ar ; + rdfs:label "विकिरण ऊर्जा"@hi ; + rdfs:label "放射エネルギー"@ja ; + rdfs:label "辐射能"@zh ; + skos:broader quantitykind:Energy ; + skos:closeMatch quantitykind:LuminousEnergy . + +quantitykind:RadiantEnergyDensity + a qudt:QuantityKind ; + dcterms:description "\"Radiant Energy Density\", or radiant power, is the radiant energy per unit volume."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radiant_energy_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31892"^^xsd:anyURI ; + qudt:latexDefinition "$w$, $\\rho = \\frac{dQ}{dV}$, where $dQ$ is the radiant energy in an elementary three-dimensional domain, and $dV$ is the volume."^^qudt:LatexString ; + qudt:latexSymbol "$w, \\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Radiant Energy Density\", or radiant power, is the radiant energy per unit volume." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RadiantEnergyDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Energy Density"@en . + +quantitykind:RadiantEnergyExposure + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD149" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD149"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "radiant energy exposure" . + +quantitykind:RadiantExposure + a qudt:QuantityKind ; + dcterms:description "Radiant exposure is a measure of the total radiant energy incident on a surface per unit area; equal to the integral over time of the radiant flux density. Also known as exposure."^^qudt:LatexString ; + qudt:abbreviation "J-PER-CM2" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2 ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2 ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:ERG-PER-CentiM2 ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2 ; + qudt:applicableUnit unit:FT-LB_F-PER-M2 ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:J-PER-CentiM2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:KiloBTU_IT-PER-FT2 ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-SEC2 ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloW-HR-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:MegaJ-PER-M2 ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:W-HR-PER-M2 ; + qudt:applicableUnit unit:W-SEC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD150" ; + qudt:informativeReference "http://omlc.ogi.edu/education/ece532/class1/irradiance.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD150"^^xsd:anyURI ; + qudt:latexDefinition "$H = \\int_{0}^{\\Delta t}{E}{dt}$, where $E$ is the irradiance acting during the time interval with duration $\\Delta t$."^^qudt:LatexString ; + qudt:plainTextDescription "Radiant exposure is a measure of the total radiant energy incident on a surface per unit area; equal to the integral over time of the radiant flux density. Also known as exposure." ; + qudt:symbol "H_e" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Exposure"@en ; + skos:broader quantitykind:EnergyPerArea . + +quantitykind:RadiantFluence + a qudt:QuantityKind ; + dcterms:description "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:latexDefinition "$H_0 = \\int_{0}^{\\Delta t}{E_0}{dt}$, where $E_0$ is the spherical radiance acting during time interval with duration $\\Delta t$."^^qudt:LatexString ; + qudt:plainTextDescription "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere." ; + qudt:symbol "H_e,0" ; + rdfs:comment "Applicable units are those of quantitykind:RadiantFluence" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Fluence"@en . + +quantitykind:RadiantFluenceRate + a qudt:QuantityKind ; + dcterms:description "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere."^^qudt:LatexString ; + qudt:abbreviation "M-PER-T3" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "http://goldbook.iupac.org/FT07376.html"^^xsd:anyURI ; + qudt:latexDefinition "$E_0 = \\int{L}{d\\Omega}$, where $d\\Omega$ is the solid angle of each elementary beam passing through the given point and $L$ its radiance at that point in the direction of the beam."^^qudt:LatexString ; + qudt:plainTextDescription "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere." ; + qudt:symbol "E_e,0" ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Fluence Rate"@en ; + skos:broader quantitykind:PowerPerArea . + +quantitykind:RadiantFlux + a qudt:QuantityKind ; + dcterms:description "Radiant Flux, or radiant power, is the measure of the total power of electromagnetic radiation (including infrared, ultraviolet, and visible light). The power may be the total emitted from a source, or the total landing on a particular surface."^^qudt:LatexString ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_H2O ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:TeraW-HR-PER-YR ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radiant_flux"^^xsd:anyURI ; + qudt:latexDefinition "$\\Phi = \\frac{dQ}{dt}$, where $dQ$ is the radiant energy emitted, transferred, or received during a time interval of the duration $dt$."^^qudt:LatexString ; + qudt:latexSymbol "$\\phi$"^^qudt:LatexString ; + qudt:plainTextDescription "Radiant Flux, or radiant power, is the measure of the total power of electromagnetic radiation (including infrared, ultraviolet, and visible light). The power may be the total emitted from a source, or the total landing on a particular surface." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Power" ; + rdfs:isDefinedBy ; + rdfs:label "Strahlungsfluss"@de ; + rdfs:label "flusso radiante"@it ; + rdfs:label "flux énergétique"@fr ; + rdfs:label "moc promieniowania"@pl ; + rdfs:label "potencia radiante"@es ; + rdfs:label "potência radiante"@pt ; + rdfs:label "radiant flux"@en ; + rdfs:label "قدرة إشعاعية"@ar ; + rdfs:label "放射パワー"@ja ; + skos:altLabel "Strahlungsleistung"@de ; + skos:altLabel "flujo radiante"@es ; + skos:altLabel "fluxo energético"@pt ; + skos:altLabel "moc promienista"@pl ; + skos:altLabel "potenza radiante"@it ; + skos:altLabel "puissance rayonnante"@fr ; + skos:altLabel "radiant power"@en ; + skos:broader quantitykind:Power . + +quantitykind:RadiantIntensity + a qudt:QuantityKind ; + dcterms:description "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle."^^qudt:LatexString ; + qudt:applicableUnit unit:W-PER-SR ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD151" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD151"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radiant_intensity"^^xsd:anyURI ; + qudt:latexDefinition "$I = \\frac{d\\Phi}{d\\Omega}$, where $d\\Phi$ is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle $d\\Omega$."^^qudt:LatexString ; + qudt:plainTextDescription "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle." ; + qudt:siExactMatch si-quantity:RAIN ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RadiantIntensity" ; + rdfs:isDefinedBy ; + rdfs:label "Radiant Intensity"@en . + +quantitykind:RadiativeHeatTransfer + a qudt:QuantityKind ; + dcterms:description "\"Radiative Heat Transfer\" is proportional to $(T_1^4 - T_2^4)$ and area of the surface, where $T_1$ and $T_2$ are thermodynamic temperatures of two black surfaces, for non totally black surfaces an additional factor less than 1 is needed."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-MIN ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:BTU_TH-PER-HR ; + qudt:applicableUnit unit:BTU_TH-PER-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloBTU_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloCAL_TH-PER-HR ; + qudt:applicableUnit unit:KiloCAL_TH-PER-MIN ; + qudt:applicableUnit unit:KiloCAL_TH-PER-SEC ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_transfer#Radiation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi_r$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:HeatFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Radiative Heat Transfer"@en ; + skos:broader quantitykind:HeatFlowRate . + +quantitykind:RadioactiveDecay + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD152" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD152"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "radioactive decay" ; + skos:broader quantitykind:InverseTime . + +quantitykind:Radioactivity + a qudt:QuantityKind ; + dcterms:description "number of spontaneous nuclear transformations in a defined amount of substance during a sufficiently small period of time divided by this period, expressed as a ratio ∂N/∂t, where ∂N is the expected value for the number of spontaneous transformations from this state within the time period ∂t"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Anzahl der spontanen Kernumwandlungen in einer gegebenen Menge eines Stoffes während eines hinreichend kleinen Zeitintervalls, dividiert durch dieses Zeitintervall, ausgedrückt als Quotient ∂N/∂t, wobei ∂N der Erwartungswert für die Anzahl der spontanen Übergänge aus diesem Zustand im Zeitintervall ∂t ist"@de ; + qudt:symbol "0173-1#Z4-BAJ230#002" ; + rdfs:isDefinedBy ; + rdfs:label "radioactivity"@en-US . + +quantitykind:Radiosity + a qudt:QuantityKind ; + dcterms:description "Radiosity is the total emitted and reflected radiation leaving a surface."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:plainTextDescription "Radiosity is the total emitted and reflected radiation leaving a surface." ; + rdfs:comment "Applicable units are those of quantitykind:Radiosity" ; + rdfs:isDefinedBy ; + rdfs:label "Radiosity"@en ; + skos:broader quantitykind:PowerPerArea . + +quantitykind:Radius + a qudt:QuantityKind ; + dcterms:description "In classical geometry, the \"Radius\" of a circle or sphere is any line segment from its center to its perimeter the radius of a circle or sphere is the length of any such segment."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Radius"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radius"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexDefinition "$r = \\frac{d}{2}$, where $d$ is the circle diameter."^^qudt:LatexString ; + qudt:plainTextDescription "In classical geometry, the \"Radius\" of a circle or sphere is any line segment from its center to its perimeter the radius of a circle or sphere is the length of any such segment." ; + qudt:symbol "r" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Radius"@en ; + skos:broader quantitykind:Length . + +quantitykind:RadiusOfCurvature + a qudt:QuantityKind ; + dcterms:description "In geometry, the \"Radius of Curvature\", R, of a curve at a point is a measure of the radius of the circular arc which best approximates the curve at that point."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radius_of_curvature_(mathematics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "In geometry, the \"Radius of Curvature\", R, of a curve at a point is a measure of the radius of the circular arc which best approximates the curve at that point." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Radius of Curvature"@en ; + skos:broader quantitykind:Length . + +quantitykind:RankineTemperature + a qudt:QuantityKind ; + dcterms:description "quantity which uses a temperature scale with a zero value at the absolute temperature zero (0 K) like the Kelvin scale, but, in contrast with it, uses the scale intervals of the Fahrenheit scale"@en ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD308" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD308"^^xsd:anyURI ; + qudt:plainTextDescription "Größe, die eine Temperaturskala benutzt, die wie die Kelvin-Skala beim absoluten Temperatur-Nullpunkt (0 K) ihren Nullwert hat, jedoch im Gegensatz zu dieser den Skalenabstand der Fahrenheit-Skala verwendet"@de ; + qudt:symbol "0173-1#Z4-BAJ367#002" ; + rdfs:comment "Applicable units are those of quantitykind:ThermodynamicTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Rankine temperature" ; + rdfs:label "Rankine temperature"@en-US ; + skos:broader quantitykind:ThermodynamicTemperature . + +quantitykind:RateOfChange + a qudt:QuantityKind ; + qudt:applicableUnit unit:PERCENT-PER-SEC ; + qudt:applicableUnit unit:PERCENT-PER-WK ; + qudt:applicableUnit unit:PERCENT-PER-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Rate of Change is a dimensionless change per unit time, such as a percentage change per second." ; + rdfs:comment "Applicable units are those of quantitykind:RateOfChange" ; + rdfs:isDefinedBy ; + rdfs:label "Rate of Change"@en ; + skos:broader quantitykind:InverseTime . + +quantitykind:RateOfRiseOfOffStateVoltage + a qudt:QuantityKind ; + dcterms:description "du/dt as time dependent change in voltage"@en ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:plainTextDescription "du/dt als zeitabhängige änderung der Spannung"@de ; + qudt:symbol "0173-1#Z4-BAJ289#003" ; + rdfs:isDefinedBy ; + rdfs:label "rise of off-state voltage"@en-US . + +quantitykind:RateOfRiseOfVoltage + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:iec61360Code "0112/2///62720#UAD153" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD153"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "rate of rise of voltage" . + +quantitykind:Ratio + a qudt:QuantityKind ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD154" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD154"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:Ratio" ; + rdfs:isDefinedBy ; + rdfs:label "ratio" . + +quantitykind:RatioOfSpecificHeatCapacities + a qudt:QuantityKind ; + dcterms:description """ + The specific heat ratio of a gas is the ratio of the specific heat at constant pressure, + $c_p$, to the specific heat at constant volume, $c_V$. + It is sometimes referred to as the $\\textit{adiabatic index}$, + or the $\\textit{heat capacity ratio}$, + or the $\\textit{isentropic expansion factor}$, + or the $\\textit{adiabatic exponent}$, + or the $\\textit{isentropic exponent}$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = c_p / c_V$, where $c$ is the specific heat of a gas, $c_p$ is specific heat capacity at constant pressure, $c_V$ is specific heat capacity at constant volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:latexSymbol "$\\varkappa$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:RatioOfSpecificHeatCapacities" ; + rdfs:isDefinedBy ; + rdfs:label "Ratio of Specific Heat Capacities"@en ; + rdfs:seeAlso quantitykind:IsentropicExponent . + +quantitykind:Reactance + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Reactance}$ is the opposition of a circuit element to a change of electric current or voltage, + due to that element's inductance or capacitance. + A built-up electric field resists the change of voltage on the element, + while a magnetic field resists the change of current. + The notion of reactance is similar to electrical resistance, but they differ in several respects. + Capacitance and inductance are inherent properties of an element, just like resistance. + """^^qudt:LatexString ; + qudt:applicableUnit unit:OHM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electrical_reactance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-46"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electrical_reactance?oldid=494180019"^^xsd:anyURI ; + qudt:latexDefinition "$X = im \\underline{Z}$, where $\\underline{Z}$ is impedance and $im$ denotes the imaginary part."^^qudt:LatexString ; + qudt:plainTextDescription "\"Reactance\" is the opposition of a circuit element to a change of electric current or voltage, due to that element's inductance or capacitance. A built-up electric field resists the change of voltage on the element, while a magnetic field resists the change of current. The notion of reactance is similar to electrical resistance, but they differ in several respects. Capacitance and inductance are inherent properties of an element, just like resistance." ; + qudt:symbol "X" ; + rdfs:comment "Applicable units are those of quantitykind:Reactance" ; + rdfs:isDefinedBy ; + rdfs:label "Reactance"@en ; + rdfs:seeAlso quantitykind:Impedance . + +quantitykind:ReactionEnergy + a qudt:QuantityKind ; + dcterms:description "\"Reaction Energy\" in a nuclear reaction, is the sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nuclear_reaction"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Reaction Energy\" in a nuclear reaction, is the sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants." ; + qudt:symbol "Q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Reaction Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:ReactiveCharge + a qudt:QuantityKind ; + dcterms:description "Reactive charge is the amount of chemical unit charge, positive or negative, that reactive species donate, accept, or exchange in a chemical process. It counts stoichiometric charge units rather than particles and is expressed in equivalents or moles of charge."^^qudt:LatexString ; + qudt:applicableUnit unit:EQ ; + qudt:applicableUnit unit:MilliEQ ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:ReactiveCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Reactive Charge"@en ; + skos:broader quantitykind:AmountOfSubstance . + +quantitykind:ReactiveChargePerMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:MilliEQ-PER-HectoGM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:ReactiveChargePerMass" ; + rdfs:isDefinedBy ; + rdfs:label "Reactive Charge per Mass"@en . + +quantitykind:ReactiveEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloVAR-HR ; + qudt:applicableUnit unit:MegaVAR-HR ; + qudt:applicableUnit unit:VAR-HR ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "Reactive energy is the integral of reactive power over time, representing the energy exchanged between the source and reactive elements (inductors and capacitors) in an AC electrical circuit. It is commonly measured in volt-ampere reactive hours (varh or kvarh)." ; + qudt:symbol "W_q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ReactiveEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Reactive Energy"@en ; + rdfs:seeAlso quantitykind:ReactivePower ; + skos:broader quantitykind:ElectricEnergy . + +quantitykind:ReactivePower + a qudt:QuantityKind ; + dcterms:description "\"Reactive Power\", for a linear two-terminal element or two-terminal circuit, under sinusoidal conditions, is the quantity equal to the product of the apparent power $S$ and the sine of the displacement angle $\\psi$. The absolute value of the reactive power is equal to the non-active power. The ISO (and SI) unit for reactive power is the voltampere. The special name $\\textit{var}$ and symbol $\\textit{var}$ are given in IEC 60027 1."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaVAR ; + qudt:applicableUnit unit:KiloVAR ; + qudt:applicableUnit unit:MegaVAR ; + qudt:applicableUnit unit:MicroVAR ; + qudt:applicableUnit unit:MilliVAR ; + qudt:applicableUnit unit:NanoVAR ; + qudt:applicableUnit unit:PicoVAR ; + qudt:applicableUnit unit:TeraVAR ; + qudt:applicableUnit unit:VAR ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD155" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-44"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD155"^^xsd:anyURI ; + qudt:latexDefinition "$Q = lm \\underline{S}$, where $\\underline{S}$ is complex power. Alternatively expressed as: $Q = S \\cdot \\sin \\psi$, where $\\psi$ is the displacement angle."^^qudt:LatexString ; + qudt:symbol "Q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ReactivePower" ; + rdfs:isDefinedBy ; + rdfs:label "Blindleistung"@de ; + rdfs:label "Jalový výkon"@cs ; + rdfs:label "Kuasa reaktif"@ms ; + rdfs:label "moc bierna"@pl ; + rdfs:label "potencia reactiva"@es ; + rdfs:label "potenza reattiva"@it ; + rdfs:label "potência reativa"@pt ; + rdfs:label "puissance réactive"@fr ; + rdfs:label "reactive power"@en ; + rdfs:label "reaktif güç"@tr ; + rdfs:label "القدرة الكهربائية الردفعلية;الردية"@ar ; + rdfs:label "توان راکتیو"@fa ; + rdfs:label "无功功率"@zh ; + rdfs:label "無効電力"@ja ; + skos:broader quantitykind:ElectricPower . + +quantitykind:Reactivity + a qudt:QuantityKind ; + dcterms:description "\"Reactivity\" characterizes the deflection of reactor from the critical state."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nuclear_chain_reaction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{k_{eff} - 1}{k_{eff}}$, where $k_{eff}$ is the effective multiplication factor."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Reactivity\" characterizes the deflection of reactor from the critical state." ; + rdfs:comment "Applicable units are those of quantitykind:Reactivity" ; + rdfs:isDefinedBy ; + rdfs:label "Reactivity"@en . + +quantitykind:ReactorTimeConstant + a qudt:QuantityKind ; + dcterms:description "The \"Reactor Time Constant\", also called the reactor period, is the time during which the neutron flux density in a reactor changes by the factor e = 2.718 (e: basis of natural logarithms), when the neutron flux density increases or decreases exponentially."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://www.euronuclear.org/glossary/reactor-time-constant/"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Reactor Time Constant\", also called the reactor period, is the time during which the neutron flux density in a reactor changes by the factor e = 2.718 (e: basis of natural logarithms), when the neutron flux density increases or decreases exponentially." ; + qudt:symbol "T" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Reactor Time Constant"@en ; + skos:broader quantitykind:Time . + +quantitykind:ReciprocalElectricResistance + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the resistance value"@en ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Widerstandswert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ375#002" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal electric resistance"@en-US . + +quantitykind:ReciprocalEnergy + a qudt:QuantityKind ; + dcterms:description "multiplicative inverse of energy"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:plainTextDescription "Kehrwert der Energie"@de ; + qudt:symbol "0173-1#Z4-BAJ417#002" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal energy"@en-US . + +quantitykind:ReciprocalPlaneAngle + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the angle value"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Winkelwert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ376#002" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal plane angle"@en-US . + +quantitykind:ReciprocalVoltage + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the voltage value"@en ; + qudt:applicableUnit unit:PER-V ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T3D0 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Spannungswert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ371#002" ; + rdfs:comment "Applicable units are those of quantitykind:ReciprocalVoltage" ; + rdfs:isDefinedBy ; + rdfs:label "reciprocal voltage"@en-US . + +quantitykind:RecombinationCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Recombination Coefficient\" is the rate of recombination of positive ions with electrons or negative ions in a gas, per unit volume, divided by the product of the number of positive ions per unit volume and the number of electrons or negative ions per unit volume."^^qudt:LatexString ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/recombination+coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$-\\frac{dn^+}{dt} = -\\frac{dn^-}{dt} = an^+n^-$, where $n^+$ and $n^-$ are the ion number densities of positive and negative ions, respectively, recombined during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Recombination Coefficient\" is the rate of recombination of positive ions with electrons or negative ions in a gas, per unit volume, divided by the product of the number of positive ions per unit volume and the number of electrons or negative ions per unit volume." ; + qudt:symbol "a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RecombinationCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Recombination Coefficient"@en . + +quantitykind:Reflectance + a qudt:QuantityKind ; + dcterms:description "Reflectance generally refers to the fraction of incident power that is reflected at an interface, while the term \"reflection coefficient\" is used for the fraction of electric field reflected. Reflectance is always a real number between zero and 1.0."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Reflectivity"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{\\Phi_t}{\\Phi_m}$, where $\\Phi_t$ is the reflected radiant flux, the reflected luminous flux, or the reflected sound power and $\\Phi_m$ is the incident radiant flux, incident luminous flux, or incident sound power, respectively."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "Reflectance generally refers to the fraction of incident power that is reflected at an interface, while the term \"reflection coefficient\" is used for the fraction of electric field reflected. Reflectance is always a real number between zero and 1.0." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Reflectance" ; + rdfs:isDefinedBy ; + rdfs:label "Reflectance"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:ReflectanceFactor + a qudt:QuantityKind ; + dcterms:description "Reflectance Factor is the measure of the ability of a surface to reflect light or other electromagnetic radiation, equal to the ratio of the reflected flux to the incident flux."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.thefreedictionary.com/reflectance+factor"^^xsd:anyURI ; + qudt:latexDefinition "$R = \\frac{\\Phi_n}{\\Phi_d}$, where $\\Phi_n$ is the radiant flux or luminous flux reflected in the directions delimited by a given cone and $\\Phi_d$ is the flux reflected in the same directions by an identically radiated diffuser of reflectance equal to 1."^^qudt:LatexString ; + qudt:plainTextDescription "Reflectance Factor is the measure of the ability of a surface to reflect light or other electromagnetic radiation, equal to the ratio of the reflected flux to the incident flux." ; + qudt:symbol "R" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ReflectanceFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Reflectance Factor"@en . + +quantitykind:Reflectivity + a qudt:QuantityKind ; + dcterms:description """

For homogeneous and semi-infinite materials, reflectivity is the same as reflectance. Reflectivity is the square of the magnitude of the Fresnel reflection coefficient, which is the ratio of the reflected to incident electric field; as such the reflection coefficient can be expressed as a complex number as determined by the Fresnel equations for a single layer, whereas the reflectance is always a positive real number.

+ +

For layered and finite media, according to the CIE, reflectivity is distinguished from reflectance by the fact that reflectivity is a value that applies to thick reflecting objects. When reflection occurs from thin layers of material, internal reflection effects can cause the reflectance to vary with surface thickness. Reflectivity is the limit value of reflectance as the sample becomes thick; it is the intrinsic reflectance of the surface, hence irrespective of other parameters such as the reflectance of the rear surface. Another way to interpret this is that the reflectance is the fraction of electromagnetic power reflected from a specific sample, while reflectivity is a property of the material itself, which would be measured on a perfect machine if the material filled half of all space.

"""^^rdf:HTML ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Reflectivity"^^xsd:anyURI ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription """For homogeneous and semi-infinite materials, reflectivity is the same as reflectance. Reflectivity is the square of the magnitude of the Fresnel reflection coefficient, which is the ratio of the reflected to incident electric field; as such the reflection coefficient can be expressed as a complex number as determined by the Fresnel equations for a single layer, whereas the reflectance is always a positive real number. + +For layered and finite media, according to the CIE, reflectivity is distinguished from reflectance by the fact that reflectivity is a value that applies to thick reflecting objects. When reflection occurs from thin layers of material, internal reflection effects can cause the reflectance to vary with surface thickness. Reflectivity is the limit value of reflectance as the sample becomes thick; it is the intrinsic reflectance of the surface, hence irrespective of other parameters such as the reflectance of the rear surface. Another way to interpret this is that the reflectance is the fraction of electromagnetic power reflected from a specific sample, while reflectivity is a property of the material itself, which would be measured on a perfect machine if the material filled half of all space.""" ; + rdfs:comment "Applicable units are those of quantitykind:Reflectance" ; + rdfs:isDefinedBy ; + rdfs:label "Reflectivity"@en ; + skos:broader quantitykind:Reflectance . + +quantitykind:RefractiveIndex + a qudt:QuantityKind ; + 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:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Refractive_index"^^xsd:anyURI ; + qudt:latexDefinition "$n = \\frac{c_0}{c}$, where $c_0$ is the speed of light in vacuum, and $c$ is the speed of light in the medium."^^qudt:LatexString ; + qudt:plainTextDescription "\"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:symbol "n" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RefractiveIndex" ; + rdfs:isDefinedBy ; + rdfs:label "Brechzahl"@de ; + rdfs:label "Indeks biasan"@ms ; + rdfs:label "Index lomu"@cs ; + rdfs:label "Indice de refracție"@ro ; + rdfs:label "Współczynnik załamania"@pl ; + rdfs:label "indice de réfraction"@fr ; + rdfs:label "indice di rifrazione"@it ; + rdfs:label "kırılma indeksi"@tr ; + rdfs:label "refractive index"@en ; + rdfs:label "índice de refracción"@es ; + rdfs:label "índice refrativo"@pt ; + rdfs:label "Показатель преломления"@ru ; + rdfs:label "ضریب شکست"@fa ; + rdfs:label "معامل الانكسار"@ar ; + rdfs:label "अपवर्तनांक"@hi ; + rdfs:label "屈折率"@ja ; + rdfs:label "折射率"@zh ; + skos:altLabel "Brechungsindex"@de . + +quantitykind:RelativeAtomicMass + a qudt:QuantityKind ; + dcterms:description "\"Relative Atomic Mass \" is a dimensionless physical quantity, the ratio of the average mass of atoms of an element (from a given source) to 1/12 of the mass of an atom of carbon-12 (known as the unified atomic mass unit)"^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_atomic_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "\"Relative Atomic Mass \" is a dimensionless physical quantity, the ratio of the average mass of atoms of an element (from a given source) to 1/12 of the mass of an atom of carbon-12 (known as the unified atomic mass unit)" ; + qudt:symbol "A_r" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Atomic Mass"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:RelativeHumidity + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Relative Humidity}$ is the ratio of the partial pressure of water vapour in an air-water mixture to the saturated vapour pressure of water at a prescribed temperature. + The relative humidity of air depends not only on temperature but also on the pressure of the system of interest. + $$$$ + $\\textit{Relative Humidity}$ is also referred to as $\\textit{Relative Partial Pressure}$. + $$$$ + Relative partial pressure is often referred to as $RH$ and expressed in percent. + """^^qudt:LatexString ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERCENT_RH ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_humidity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = p / p_{sat}$, where $p$ is partial pressure of vapour, $p_{sat}$ is thermodynamic temperature and $V$ is its partial pressure at saturation (at the same temperature). Relative partial pressure is often referred to as $RH$ and expressed in percent. $\\textit{Relative Humidity}$ is also referred to as $\\textit{Relative Partial Pressure}$."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RelativeHumidity" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Humidity"@en ; + rdfs:seeAlso quantitykind:AbsoluteHumidity ; + skos:altLabel "RH" ; + skos:broader quantitykind:RelativePartialPressure . + +quantitykind:RelativeMassConcentrationOfVapour + a qudt:QuantityKind ; + dcterms:description "\"Relative Mass Concentration of Vapour\" is one of a number of \"Relative Concentration\" quantities defined by ISO 80000."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = v / v_{sat}$, where $v$ is mass concentration of water vapour, $v_{sat}$ is its mass concentration of water vapour at saturation (at the same temperature). For normal cases, the relative partial pressure may be assumed to be equal to relative mass concentration of vapour."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + qudt:plainTextDescription "Relative Mass Concentration of Vapour is one of a number of Relative Concentration quantities defined by ISO 80000." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RelativeMassConcentrationOfVapour" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Mass Concentration of Vapour"@en ; + rdfs:seeAlso quantitykind:RelativePartialPressure . + +quantitykind:RelativeMassDefect + a qudt:QuantityKind ; + dcterms:description "The \"Relative Mass Defect\" is the mass defect between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Binding_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$B_r = \\frac{B}{m_u}$, where $B$ is the mass defect and $m_u$ is the unified atomic mass constant."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Relative Mass Defect\" is the mass defect between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "B_r" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Mass Defect"@en ; + rdfs:seeAlso quantitykind:MassDefect ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:RelativeMassDensity + a qudt:QuantityKind ; + dcterms:description "Relative density, or specific gravity, is the ratio of the density (mass of a unit volume) of a substance to the density of a given reference material."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$d = \\frac{\\rho}{\\rho_0}$, where $\\rho$ is mass density of a substance and $\\rho_0$ is the mass density of a reference substance under conditions that should be specified for both substances."^^qudt:LatexString ; + qudt:plainTextDescription "Relative density, or specific gravity, is the ratio of the density (mass of a unit volume) of a substance to the density of a given reference material." ; + qudt:symbol "d" ; + rdfs:comment "Applicable units are those of quantitykind:RelativeMassDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Mass Density"@en . + +quantitykind:RelativeMassExcess + a qudt:QuantityKind ; + dcterms:description "The \"Relative Mass Excess\" is the mass excess between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster (extrapolated from relative mass defect)."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_excess"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\Delta_r = \\frac{\\Delta}{m_u}$, where $\\Delta$ is the mass excess and $m_u$ is the unified atomic mass constant."^^qudt:LatexString ; + qudt:latexSymbol "$\\Delta_r$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Relative Mass Excess\" is the mass excess between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster (extrapolated from relative mass defect)." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RelativeMassExcess" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Mass Excess"@en . + +quantitykind:RelativeMassRatioOfVapour + a qudt:QuantityKind ; + dcterms:description "\"Relative Mass Ratio of Vapour\" is one of a number of \"Relative Concentration\" quantities defined by ISO 80000."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\psi = x / x_{sat}$, where $x$ is mass ratio of water vapour to dry gas, $x_{sat}$ is its mass raio of water vapour to dry gas at saturation (at the same temperature)."^^qudt:LatexString ; + qudt:latexSymbol "$\\psi$"^^qudt:LatexString ; + qudt:plainTextDescription "Relative Mass Ratio of Vapour is one of a number of Relative Concentration quantities defined by ISO 80000." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RelativeMassRatioOfVapour" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Mass Ratio of Vapour"@en . + +quantitykind:RelativeMolecularMass + a qudt:QuantityKind ; + dcterms:description "\"Relative Molecular Mass \" is equivalent to the numerical value of the molecular mass expressed in unified atomic mass units. The molecular mass (m) is the mass of a molecule."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Molecular_mass#Relative_molecular_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "\"Relative Molecular Mass \" is equivalent to the numerical value of the molecular mass expressed in unified atomic mass units. The molecular mass (m) is the mass of a molecule." ; + qudt:symbol "M_r" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Molecular Mass"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:RelativePartialPressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi = p / p_{sat}$, where $p$ is partial pressure of vapour, $p_{sat}$ is thermodynamic temperature and $V$ is its partial pressure at saturation (at the same temperature). Relative partial pressure is often referred to as $RH$ and expressed in percent. $\\textit{Relative Partial Pressure}$ is also referred to as $\\textit{Relative Humidity}$."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:RelativePartialPressure" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Partial Pressure"@en ; + skos:altLabel "RH" ; + skos:broader quantitykind:PressureRatio . + +quantitykind:RelativePermittivity + qudt:wikidataMatch . + +quantitykind:RelativePressureCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:expression "$rel-pres-coef$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_p = \\frac{1}{p}\\left (\\frac{\\partial p}{\\partial T} \\right )_V$, where $p$ is $pressure$, $T$ is thermodynamic temperature and $V$ is volume."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_p$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RelativePressureCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Pressure Coefficient"@en . + +quantitykind:RelaxationTIme + a qudt:QuantityKind ; + dcterms:description "\"Relaxation Time\" is a time constant for exponential decay towards equilibrium."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:RelaxationTime ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relaxation_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Relaxation Time\" is a time constant for exponential decay towards equilibrium." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Relaxation Time"@en ; + skos:broader quantitykind:Time . + +quantitykind:RelaxationTime + a qudt:QuantityKind ; + dcterms:description "\"Relaxation Time\" is a time constant for exponential decay towards equilibrium."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relaxation_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Relaxation Time\" is a time constant for exponential decay towards equilibrium." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Relaxation Time"@en ; + skos:broader quantitykind:Time . + +quantitykind:Reluctance + a qudt:QuantityKind ; + dcterms:description "\"Reluctance\" or magnetic resistance, is a concept used in the analysis of magnetic circuits. It is analogous to resistance in an electrical circuit, but rather than dissipating electric energy it stores magnetic energy. In likeness to the way an electric field causes an electric current to follow the path of least resistance, a magnetic field causes magnetic flux to follow the path of least magnetic reluctance. It is a scalar, extensive quantity, akin to electrical resistance."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-H ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T2D0 ; + qudt:iec61360Code "0112/2///62720#UAD159" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD159"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Magnetic_reluctance"^^xsd:anyURI ; + qudt:latexDefinition "$R_m = \\frac{U_m}{\\Phi}$, where $U_m$ is magnetic tension, and $\\Phi$ is magnetic flux."^^qudt:LatexString ; + qudt:plainTextDescription "\"Reluctance\" or magnetic resistance, is a concept used in the analysis of magnetic circuits. It is analogous to resistance in an electrical circuit, but rather than dissipating electric energy it stores magnetic energy. In likeness to the way an electric field causes an electric current to follow the path of least resistance, a magnetic field causes magnetic flux to follow the path of least magnetic reluctance. It is a scalar, extensive quantity, akin to electrical resistance." ; + qudt:symbol "R_m" ; + rdfs:comment "Applicable units are those of quantitykind:Reluctance" ; + rdfs:isDefinedBy ; + rdfs:label "Reluctance"@en ; + rdfs:seeAlso quantitykind:MagneticFlux ; + rdfs:seeAlso quantitykind:MagneticTension . + +quantitykind:Repetency + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the length value"@en ; + qudt:applicableUnit unit:PER-IN ; + qudt:applicableUnit unit:PERCENT-PER-IN ; + qudt:applicableUnit unit:PERCENT-PER-MilliM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD160" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD160"^^xsd:anyURI ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Längenwert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ370#002" ; + rdfs:comment "Applicable units are those of quantitykind:Repetency" ; + rdfs:isDefinedBy ; + rdfs:label "repetency" ; + rdfs:label "repetency"@en-US . + +quantitykind:ResidualResistivity + a qudt:QuantityKind ; + dcterms:description "\"Residual Resistivity\" for metals, is the resistivity extrapolated to zero thermodynamic temperature."^^qudt:LatexString ; + qudt:applicableUnit unit:MegaOHM-KiloM ; + qudt:applicableUnit unit:OHM-KiloM ; + qudt:applicableUnit unit:OHM-M ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Residual-resistance_ratio"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\rho_R$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Residual Resistivity\" for metals, is the resistivity extrapolated to zero thermodynamic temperature." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ResidualResistivity" ; + rdfs:isDefinedBy ; + rdfs:label "Residual Resistivity"@en . + +quantitykind:Resistance + a qudt:QuantityKind ; + dcterms:description "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaOHM ; + qudt:applicableUnit unit:KiloOHM ; + qudt:applicableUnit unit:MegaOHM ; + qudt:applicableUnit unit:MicroOHM ; + qudt:applicableUnit unit:MilliOHM ; + qudt:applicableUnit unit:OHM ; + qudt:applicableUnit unit:OHM_Ab ; + qudt:applicableUnit unit:OHM_Stat ; + qudt:applicableUnit unit:PlanckImpedance ; + qudt:applicableUnit unit:TeraOHM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Resistance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-45"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$R = \\frac{u}{i}$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ; + qudt:plainTextDescription "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current." ; + qudt:symbol "R" ; + rdfs:comment "Applicable units are those of quantitykind:Resistance" ; + rdfs:isDefinedBy ; + rdfs:label "Resistance"@en ; + rdfs:seeAlso quantitykind:ElectricCurrent ; + rdfs:seeAlso quantitykind:Impedance ; + rdfs:seeAlso quantitykind:InstantaneousPower . + +quantitykind:ResistanceBasedInductance + a qudt:QuantityKind ; + dcterms:description "magnetic flux through the loop, caused by an electric current in the loop, divided by the product of this current and the resistance which prevents the flow of current"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "Magnetfluss durch die Schleife, verursacht durch einen elektrischen Strom in der Schleife, dividiert durch das Produkt aus diesen Strom und dem Widerstand, der diesen Stromfluss behindert"@de ; + qudt:symbol "0173-1#Z4-BAJ411#002" ; + rdfs:isDefinedBy ; + rdfs:label "resistance-based inductance"@en-US . + +quantitykind:ResistanceRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:qkdvNumerator qkdv:A0E-2L2I0M1H0T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:ResistanceRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Resistance Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:Resistivity + a qudt:QuantityKind ; + dcterms:description "\"Resistivity\" is the inverse of the conductivity when this inverse exists."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaOHM-M ; + qudt:applicableUnit unit:KiloOHM-M ; + qudt:applicableUnit unit:MegaOHM-KiloM ; + qudt:applicableUnit unit:MegaOHM-M ; + qudt:applicableUnit unit:MicroOHM-M ; + qudt:applicableUnit unit:MilliOHM-M ; + qudt:applicableUnit unit:NanoOHM-M ; + qudt:applicableUnit unit:OHM-CentiM ; + qudt:applicableUnit unit:OHM-KiloM ; + qudt:applicableUnit unit:OHM-M ; + qudt:applicableUnit unit:OHM-M2-PER-M ; + qudt:applicableUnit unit:OHM-MIL_Circ-PER-FT ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD161" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-04"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD161"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho = \\frac{1}{\\sigma}$, if it exists, where $\\sigma$ is conductivity."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Resistivity\" is the inverse of the conductivity when this inverse exists." ; + rdfs:comment "Applicable units are those of quantitykind:Resistivity" ; + rdfs:isDefinedBy ; + rdfs:label "Resistivity"@en ; + rdfs:seeAlso quantitykind:ElectricConductivity . + +quantitykind:ResonanceEnergy + a qudt:QuantityKind ; + dcterms:description "\"Resonance Energy\" in a nuclear reaction, is the kinetic energy of an incident particle, in the reference frame of the target, corresponding to a resonance in a nuclear reaction."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nuclear_reaction_analysis"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Resonance Energy\" in a nuclear reaction, is the kinetic energy of an incident particle, in the reference frame of the target, corresponding to a resonance in a nuclear reaction." ; + qudt:symbol "E_r, E_{res}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Resonance Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:ResonanceEscapeProbability + a qudt:QuantityKind ; + dcterms:description "The \"Resonance Escape Probability\" is the fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed. In an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Resonance Escape Probability\" is the fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed. In an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed." ; + qudt:symbol "p" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ResonanceEscapeProbability" ; + rdfs:isDefinedBy ; + rdfs:label "Resonance Escape Probability"@en . + +quantitykind:ResonanceEscapeProbabilityForFission + a qudt:QuantityKind ; + dcterms:description "Fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed."^^qudt:LatexString ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed." ; + qudt:symbol "p" ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Resonance Escape Probability For Fission"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:RespiratoryRate + a qudt:QuantityKind ; + dcterms:description "Respiratory rate (Vf, Rf or RR) is also known by respiration rate, pulmonary ventilation rate, ventilation rate, or breathing frequency is the number of breaths taken within a set amount of time, typically 60 seconds. A normal respiratory rate is termed eupnea, an increased respiratory rate is termed tachypnea and a lower than normal respiratory rate is termed bradypnea."^^qudt:LatexString ; + qudt:applicableUnit unit:BREATH-PER-MIN ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Respiratory_rate"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Respiratory_rate"^^xsd:anyURI ; + qudt:plainTextDescription "Respiratory rate (Vf, Rf or RR) is also known by respiration rate, pulmonary ventilation rate, ventilation rate, or breathing frequency is the number of breaths taken within a set amount of time, typically 60 seconds. A normal respiratory rate is termed eupnea, an increased respiratory rate is termed tachypnea and a lower than normal respiratory rate is termed bradypnea." ; + qudt:symbol "Vf, Rf or RR" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RespiratoryRate" ; + rdfs:isDefinedBy ; + rdfs:label "Respiratory Rate"@en . + +quantitykind:RestEnergy + a qudt:QuantityKind ; + dcterms:description "\"Rest Energy\" is the energy equivalent of the rest mass of a body, equal to the rest mass multiplied by the speed of light squared."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Invariant_mass#Rest_energy"^^xsd:anyURI ; + qudt:latexDefinition "For a particle, $E_0 = m_0 c_0^2$, where $m_0$ is the rest mass of that particle, and $c_0$ is the speed of light in vacuum."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Rest Energy\" is the energy equivalent of the rest mass of a body, equal to the rest mass multiplied by the speed of light squared." ; + qudt:symbol "E_0" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Rest Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:RestMass + a qudt:QuantityKind ; + 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:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Invariant_mass"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m_X" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Jisim rehat"@ms ; + rdfs:label "Klidová hmotnost"@cs ; + rdfs:label "Mirovna masa"@sl ; + rdfs:label "Ruhemasse"@de ; + rdfs:label "dinlenme kütlesi"@tr ; + rdfs:label "masa invariante"@es ; + rdfs:label "masa invariantă"@ro ; + rdfs:label "masa spoczynkowa"@pl ; + rdfs:label "massa a riposo"@it ; + rdfs:label "massa de repouso"@pt ; + rdfs:label "masse au repos"@fr ; + rdfs:label "rest mass"@en ; + rdfs:label "инвариантная масса"@ru ; + rdfs:label "جرم سکون"@fa ; + rdfs:label "كتلة ساكنة"@ar ; + rdfs:label "निश्चर द्रव्यमान"@hi ; + rdfs:label "不変質量"@ja ; + rdfs:label "静止质量"@zh ; + skos:altLabel "Proper Mass" ; + skos:altLabel "invariantna masa"@sl ; + skos:altLabel "lastna masa"@sl ; + skos:altLabel "masa niezmiennicza"@pl ; + skos:altLabel "masse invariante"@fr ; + skos:altLabel "masse propre"@fr ; + skos:altLabel "träge Masse"@de ; + skos:altLabel "масса покоя"@ru ; + skos:broader quantitykind:Mass . + +quantitykind:ReverberationTime + a qudt:QuantityKind ; + dcterms:description "Reverberation Time is the time required for reflections of a direct sound to decay by 60 dB below the level of the direct sound."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Reverberation"^^xsd:anyURI ; + qudt:plainTextDescription "Reverberation Time is the time required for reflections of a direct sound to decay by 60 dB below the level of the direct sound." ; + qudt:symbol "T" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Reverberation Time"@en ; + skos:broader quantitykind:Time ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:ReynoldsNumber + a qudt:QuantityKind ; + dcterms:description "The \"Reynolds Number\" (Re) is a dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and consequently quantifies the relative importance of these two types of forces for given flow conditions."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Reynolds_number"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Reynolds_number"^^xsd:anyURI ; + qudt:latexDefinition "$Re = \\frac{\\rho uL}{\\mu} = \\frac{uL}{\\nu}$, where $\\rho$ is mass density, $u$ is speed, $L$ is length, $\\mu$ is dynamic viscosity, and $\\nu$ is kinematic viscosity."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Reynolds Number\" (Re) is a dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and consequently quantifies the relative importance of these two types of forces for given flow conditions." ; + qudt:symbol "Re" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ReynoldsNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Reynolds Number"@en ; + skos:broader quantitykind:DimensionlessRatio ; + skos:closeMatch . + +quantitykind:RichardsonConstant + a qudt:QuantityKind ; + dcterms:description "\"Richardson Constant\" is a constant used in developing thermionic emission current density for a metal."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-M2-K2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H-2T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD162" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD162"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermionic_emission"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "The thermionic emission current, $J$, for a metal is $J = AT^2\\exp{(-\\frac{\\Phi}{kT})}$, where $T$ is thermodynamic temperature, $k$ is the Boltzmann constant, and $\\Phi$ is a work function."^^qudt:LatexString ; + qudt:plainTextDescription "\"Richardson Constant\" is a constant used in developing thermionic emission current density for a metal." ; + qudt:symbol "A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:RichardsonConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Richardson Constant"@en . + +quantitykind:RiseOfOffStateVoltage + a qudt:QuantityKind ; + dcterms:description "du/dt as time dependent change in voltage"@en ; + dcterms:isReplacedBy quantitykind:RateOfRiseOfOffStateVoltage ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:plainTextDescription "du/dt als zeitabhängige änderung der Spannung"@de ; + qudt:symbol "0173-1#Z4-BAJ289#003" ; + rdfs:isDefinedBy ; + rdfs:label "rise of off-state voltage"@en-US . + +quantitykind:RocketAtmosphericTransverseForce + a qudt:QuantityKind ; + dcterms:description "Transverse force on rocket due to an atmosphere"^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Transverse force on rocket due to an atmosphere" ; + qudt:symbol "T" ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Rocket Atmospheric Transverse Force"@en ; + skos:broader quantitykind:Force . + +quantitykind:Rotary-TranslatoryMotionConversion + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:RotaryTranslatoryMotionConversion ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD163" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD163"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "rotary-translatory motion conversion" . + +quantitykind:RotaryShock + a qudt:QuantityKind ; + dcterms:description "product of the moment of force M in a time interval multiplied by the duration of this interval"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:plainTextDescription "Produkt Drehmoment M in einem Zeitintervall mal Dauer dt dieses Zeitintervalls"@de ; + qudt:symbol "0173-1#Z4-BAJ234#002" ; + rdfs:isDefinedBy ; + rdfs:label "rotary shock"@en-US . + +quantitykind:RotaryTranslatoryMotionConversion + a qudt:QuantityKind ; + qudt:applicableUnit unit:IN-PER-REV ; + qudt:applicableUnit unit:M-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD163" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD163"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:RotaryTranslatoryMotionConversion" ; + rdfs:isDefinedBy ; + rdfs:label "rotary-translatory motion conversion" . + +quantitykind:RotationalFrequency + a qudt:QuantityKind ; + dcterms:description "A measure of the number of cycles that an item revolves per time period."^^qudt:LatexString ; + qudt:applicableUnit unit:REV-PER-HR ; + qudt:applicableUnit unit:REV-PER-MIN ; + qudt:applicableUnit unit:REV-PER-SEC ; + qudt:exactMatch quantitykind:RotationalVelocity ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/link/ifcrotationalfrequencymeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "IfcRotationalFrequencyMeasure is a measure of the number of cycles that an item revolves in unit time. Usually measured in cycles/s." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:RotationalFrequency" ; + rdfs:isDefinedBy ; + rdfs:label "RotationalFrequency"@en ; + rdfs:seeAlso quantitykind:AngularFrequency ; + rdfs:seeAlso quantitykind:AngularVelocity . + +quantitykind:RotationalMass + a qudt:QuantityKind ; + dcterms:description "\"Rotational Mass\" denotes the inertia of a body with respect to angular acceleration. It is usually measured in kg*m^2."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-CentiM2 ; + qudt:applicableUnit unit:KiloGM-M2 ; + qudt:applicableUnit unit:KiloGM-MilliM2 ; + qudt:applicableUnit unit:LB-FT2 ; + qudt:applicableUnit unit:LB-IN2 ; + qudt:exactMatch quantitykind:MomentOfInertia ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Moment_of_inertia"^^xsd:anyURI ; + qudt:plainTextDescription "\"Rotational Mass\" denotes the inertia of a body with respect to angular acceleration. It is usually measured in kg*m^2." ; + rdfs:comment "Applicable units are those of quantitykind:RotationalMass" ; + rdfs:isDefinedBy ; + rdfs:label "Rotational Mass"@en . + +quantitykind:RotationalStiffness + a qudt:QuantityKind ; + dcterms:description "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque."^^qudt:LatexString ; + qudt:applicableUnit unit:N-M-PER-ARCMIN ; + qudt:applicableUnit unit:N-M-PER-DEG ; + qudt:applicableUnit unit:N-M-PER-MIN_Angle ; + qudt:applicableUnit unit:N-M-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque." ; + rdfs:comment "Applicable units are those of quantitykind:TorquePerAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Rotational Stiffness"@en ; + skos:broader quantitykind:TorquePerAngle . + +quantitykind:RotationalVelocity + a qudt:QuantityKind ; + dcterms:description "A measure of the number of cycles that an item revolves per time period."^^qudt:LatexString ; + qudt:applicableUnit unit:REV-PER-HR ; + qudt:applicableUnit unit:REV-PER-MIN ; + qudt:applicableUnit unit:REV-PER-SEC ; + qudt:exactMatch quantitykind:RotationalFrequency ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "http://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/link/ifcrotationalfrequencymeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "IfcRotationalFrequencyMeasure is a measure of the number of cycles that an item revolves in unit time. Usually measured in cycles/s." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:RotationalVelocity" ; + rdfs:isDefinedBy ; + rdfs:label "RotationalFrequency"@en ; + rdfs:seeAlso quantitykind:AngularFrequency ; + rdfs:seeAlso quantitykind:AngularVelocity . + +quantitykind:ScalarMagneticPotential + a qudt:QuantityKind ; + dcterms:description "\"Scalar Magnetic Potential\" is the scalar potential of an irrotational magnetic field strength. The negative of the gradient of the scalar magnetic potential is the irrotational magnetic field strength. The magnetic scalar potential is not unique since any constant scalar field can be added to it without changing its gradient."^^qudt:LatexString ; + qudt:applicableUnit unit:V-SEC-PER-M ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD164" ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-58"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD164"^^xsd:anyURI ; + qudt:latexDefinition "$\\mathbf{H} = -grad V_m$, where $\\mathbf{H}$ is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Scalar Magnetic Potential\" is the scalar potential of an irrotational magnetic field strength. The negative of the gradient of the scalar magnetic potential is the irrotational magnetic field strength. The magnetic scalar potential is not unique since any constant scalar field can be added to it without changing its gradient." ; + qudt:symbol "V_m" ; + rdfs:comment "Applicable units are those of quantitykind:ScalarMagneticPotential" ; + rdfs:isDefinedBy ; + rdfs:label "Scalar Magnetic Potential"@en ; + rdfs:seeAlso quantitykind:MagneticFieldStrength . + +quantitykind:SecondAxialMomentOfArea + a qudt:QuantityKind ; + dcterms:description "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM4 ; + qudt:applicableUnit unit:FT4 ; + qudt:applicableUnit unit:IN4 ; + qudt:applicableUnit unit:M4 ; + qudt:applicableUnit unit:MilliM4 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD165" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD165"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$I_a = \\int r^2_Q dA$, where $r_Q$ is the radial distance from a $Q-axis$ and $A$ is area."^^qudt:LatexString ; + qudt:plainTextDescription "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis." ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SecondAxialMomentOfArea" ; + rdfs:isDefinedBy ; + rdfs:label "Second Axial Moment of Area"@en . + +quantitykind:SecondMomentOfArea + a qudt:QuantityKind ; + dcterms:description "The second moment of area is a property of a physical object that can be used to predict its resistance to bending and deflection. The deflection of an object under load depends not only on the load, but also on the geometry of the object's cross-section."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM4 ; + qudt:applicableUnit unit:FT4 ; + qudt:applicableUnit unit:IN4 ; + qudt:applicableUnit unit:M4 ; + qudt:applicableUnit unit:MilliM4 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + qudt:plainTextDescription "The second moment of area is a property of a physical object that can be used to predict its resistance to bending and deflection. The deflection of an object under load depends not only on the load, but also on the geometry of the object's cross-section." ; + qudt:symbol "J" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SecondMomentOfArea" ; + rdfs:isDefinedBy ; + rdfs:label "Flächenträgheitsmoment"@de ; + rdfs:label "Geometryczny moment bezwładności"@pl ; + rdfs:label "Segundo momento de área"@pt ; + rdfs:label "moment quadratique"@fr ; + rdfs:label "second moment of area"@en ; + rdfs:label "secondo momento di area"@it ; + rdfs:label "segundo momento de érea"@es ; + rdfs:label "گشتاور دوم سطح"@fa ; + rdfs:label "क्षेत्रफल का द्वितीय आघूर्ण"@hi ; + rdfs:label "截面二次轴矩"@zh ; + rdfs:label "断面二次モーメント"@ja ; + skos:altLabel "momento de inércia de área"@pt . + +quantitykind:SecondOrderReactionRateConstant + a qudt:QuantityKind ; + dcterms:description "A quantity kind that is a proportionality constant that quantifies the relationship between the molar concentrations of the reactants and the rate of a second order chemical reaction."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-MOL-SEC ; + qudt:applicableUnit unit:L-PER-MOL-SEC ; + qudt:applicableUnit unit:M3-PER-MOL-SEC ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:plainTextDescription "A quantity kind that is a proportionality constant that quantifies the relationship between the molar concentrations of the reactants and the rate of a second order chemical reaction." ; + rdfs:comment "Applicable units are those of quantitykind:SecondOrderReactionRateConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Reaction Rate Constant"@en . + +quantitykind:SecondPolarMomentOfArea + a qudt:QuantityKind ; + dcterms:description "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM4 ; + qudt:applicableUnit unit:FT4 ; + qudt:applicableUnit unit:IN4 ; + qudt:applicableUnit unit:M4 ; + qudt:applicableUnit unit:MilliM4 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD166" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD166"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$I_p = \\int r^2_Q dA$, where $r_Q$ is the radial distance from a $Q-axis$ and $A$ is area."^^qudt:LatexString ; + qudt:plainTextDescription "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis." ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SecondPolarMomentOfArea" ; + rdfs:isDefinedBy ; + rdfs:label "Second Polar Moment of Area"@en . + +quantitykind:SecondRadiationConstant + a qudt:QuantityKind ; + dcterms:description "constant in Planck's radiation law on the dependence of the spectral density of various radiation variables on the wavelength of the electromagnetic radiation and the absolute temperature of the black radiator, derived from the product of Planck's quantum of action times the velocity of light in relation to Boltzmann's constant"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + qudt:plainTextDescription "Konstante im Planckschen Strahlungsgesetz über die Abhängigkeit der spektralen Dichte verschiedener Strahlungsgrößen von der Wellenlänge der elektromagnetischen Strahlung und der absoluten Temperatur beim schwarzen Strahler, welche sich zusammensetzt aus dem Produkt Plancksches Wirkungsquantum mal Lichtgeschwindigkeit bezogen auf die Boltzmann-Konstante"@de ; + qudt:symbol "0173-1#Z4-BAJ428#001" ; + rdfs:isDefinedBy ; + rdfs:label "second radiation constant"@en-US . + +quantitykind:SecondStageMassRatio + a qudt:QuantityKind ; + dcterms:description "Mass ratio for the second stage of a multistage launcher."^^qudt:LatexString ; + qudt:applicableUnit unit:FemtoGM-PER-KiloGM ; + qudt:applicableUnit unit:GM-PER-GM ; + qudt:applicableUnit unit:GM-PER-HectoGM ; + qudt:applicableUnit unit:GM-PER-KiloGM ; + qudt:applicableUnit unit:KiloGM-PER-KiloGM ; + qudt:applicableUnit unit:LB-PER-LB ; + qudt:applicableUnit unit:MicroGM-PER-GM ; + qudt:applicableUnit unit:MicroGM-PER-KiloGM ; + qudt:applicableUnit unit:MicroGM-PER-MilliGM ; + qudt:applicableUnit unit:MilliGM-PER-GM ; + qudt:applicableUnit unit:MilliGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-MilliGM ; + qudt:applicableUnit unit:PicoGM-PER-GM ; + qudt:applicableUnit unit:PicoGM-PER-KiloGM ; + qudt:applicableUnit unit:PicoGM-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Mass ratio for the second stage of a multistage launcher." ; + qudt:symbol "R_2" ; + rdfs:comment "Applicable units are those of quantitykind:MassRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Second Stage Mass Ratio"@en ; + skos:broader quantitykind:MassRatio . + +quantitykind:SectionAreaIntegral + a qudt:QuantityKind ; + dcterms:description "The sectional area integral measure is typically used in torsional analysis. It is usually measured in M⁵."^^qudt:LatexString ; + qudt:applicableUnit unit:M5 ; + qudt:hasDimensionVector qkdv:A0E0L5I0M0H0T0D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcsectionalareaintegralmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The sectional area integral measure is typically used in torsional analysis. It is usually measured in M⁵." ; + rdfs:comment "Applicable units are those of quantitykind:SectionAreaIntegral" ; + rdfs:isDefinedBy ; + rdfs:label "Section Area Integral"@en . + +quantitykind:SectionModulus + a qudt:QuantityKind ; + dcterms:description "The Section Modulus is a geometric property for a given cross-section used in the design of beams or flexural members."^^qudt:LatexString ; + qudt:applicableUnit unit:M3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Section_modulus"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$Z = \\frac{I_a}{(r_Q)_{max}}$, where $I_a$ is the second axial moment of area and $(r_Q)_{max}$ is the maximum radial distance of any point in the surface considered from the $Q-axis$ with respect to which $I_a$ is defined."^^qudt:LatexString ; + qudt:plainTextDescription "The Section Modulus is a geometric property for a given cross-section used in the design of beams or flexural members." ; + qudt:symbol "Z" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SectionModulus" ; + rdfs:isDefinedBy ; + rdfs:label "Section Modulus"@en . + +quantitykind:SeebeckCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Seebeck Coefficient\", or thermopower, or thermoelectric power of a material is a measure of the magnitude of an induced thermoelectric voltage in response to a temperature difference across that material."^^qudt:LatexString ; + qudt:applicableUnit unit:V-PER-K ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H-1T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD169" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD169"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermopower"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$S_{ab} = \\frac{dE_{ab}}{dT}$, where $E_{ab}$ is the thermosource voltage between substances a and b, $T$ is the thermodynamic temperature of the hot junction."^^qudt:LatexString ; + qudt:plainTextDescription "\"Seebeck Coefficient\", or thermopower, or thermoelectric power of a material is a measure of the magnitude of an induced thermoelectric voltage in response to a temperature difference across that material." ; + qudt:symbol "S_{ab}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SeebeckCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Seebeck Coefficient"@en . + +quantitykind:SerumLevel + a qudt:QuantityKind ; + qudt:applicableUnit unit:IU-PER-L ; + qudt:applicableUnit unit:IU-PER-MilliL ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:SerumLevel" ; + rdfs:isDefinedBy ; + rdfs:label "Serum Level"@en ; + skos:broader quantitykind:AmountOfSubstancePerVolume . + +quantitykind:SerumOrPlasmaLevel + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Serum or Plasma Level"@en ; + skos:broader quantitykind:AmountOfSubstancePerVolume . + +quantitykind:ServiceFactor + a qudt:QuantityKind ; + dcterms:description "The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors." ; + qudt:symbol "SF" ; + rdfs:comment "Applicable units are those of quantitykind:ServiceFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Service Factor"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:ShannonDiversityIndex + a qudt:QuantityKind ; + dcterms:description "Information entropy applied to a collection of indiviual organisms [of selected species] in a sample area. A measure of biodiversity."^^qudt:LatexString ; + qudt:applicableUnit unit:BAN ; + qudt:applicableUnit unit:BIT ; + qudt:applicableUnit unit:BYTE ; + qudt:applicableUnit unit:ERLANG ; + qudt:applicableUnit unit:ExaBIT ; + qudt:applicableUnit unit:ExaBYTE ; + qudt:applicableUnit unit:ExbiBIT ; + qudt:applicableUnit unit:ExbiBYTE ; + qudt:applicableUnit unit:GibiBYTE ; + qudt:applicableUnit unit:GigaBYTE ; + qudt:applicableUnit unit:HART ; + qudt:applicableUnit unit:KibiBYTE ; + qudt:applicableUnit unit:KiloBYTE ; + qudt:applicableUnit unit:MebiBYTE ; + qudt:applicableUnit unit:MegaBYTE ; + qudt:applicableUnit unit:NAT ; + qudt:applicableUnit unit:PebiBIT ; + qudt:applicableUnit unit:PebiBYTE ; + qudt:applicableUnit unit:PetaBYTE ; + qudt:applicableUnit unit:SHANNON ; + qudt:applicableUnit unit:TebiBIT ; + qudt:applicableUnit unit:TebiBYTE ; + qudt:applicableUnit unit:TeraBYTE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Information entropy applied to a collection of indiviual organisms [of selected species] in a sample area. A measure of biodiversity." ; + rdfs:comment "Applicable units are those of quantitykind:InformationEntropy" ; + rdfs:isDefinedBy ; + rdfs:label "Shannon Diversity Index"@en ; + skos:broader quantitykind:InformationEntropy . + +quantitykind:ShearModulus + a qudt:QuantityKind ; + dcterms:description "The Shear Modulus or modulus of rigidity, denoted by $G$, or sometimes $S$ or $\\mu$, is defined as the ratio of shear stress to the shear strain."^^qudt:LatexString ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Shear_modulus"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$G = \\frac{\\tau}{\\gamma}$, where $\\tau$ is the shear stress and $\\gamma$ is the shear strain."^^qudt:LatexString ; + qudt:symbol "G" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ShearModulus" ; + rdfs:isDefinedBy ; + rdfs:label "Shear Modulus"@en . + +quantitykind:ShearStrain + a qudt:QuantityKind ; + dcterms:description "Shear Strain is the amount of deformation perpendicular to a given line rather than parallel to it. "^^qudt:LatexString ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = \\frac{\\Delta x}{d}$, where $\\Delta x$ is the parallel displacement between two surfaces of a layer of thickness $d$."^^qudt:LatexString ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "Shear Strain is the amount of deformation perpendicular to a given line rather than parallel to it. " ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:LengthRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Shear Strain"@en ; + skos:broader quantitykind:LengthRatio . + +quantitykind:ShearStress + a qudt:QuantityKind ; + dcterms:description "Shear stress occurs when the force occurs in shear, or perpendicular to the normal."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stress_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\tau = \\frac{dF_t}{dA}$, where $dF_t$ is the tangential component of force and $dA$ is the area of the surface element."^^qudt:LatexString ; + qudt:latexSymbol "$\\tau$"^^qudt:LatexString ; + qudt:plainTextDescription "Shear stress occurs when the force occurs in shear, or perpendicular to the normal." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Shear Stress"@en ; + skos:broader quantitykind:Stress . + +quantitykind:Short-RangeOrderParameter + a qudt:QuantityKind ; + dcterms:description "\"Short-Range Order Parameter\" is the fraction of the nearest-neighbor atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:ShortRangeOrderParameter ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$r, \\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Short-Range Order Parameter\" is the fraction of the nearest-neighbor atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction." ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Short-Range Order Parameter"@en . + +quantitykind:ShortRangeOrderParameter + a qudt:QuantityKind ; + dcterms:description "\"Short-Range Order Parameter\" is the fraction of the nearest-neighbor atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$r, \\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Short-Range Order Parameter\" is the fraction of the nearest-neighbor atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ShortRangeOrderParameter" ; + rdfs:isDefinedBy ; + rdfs:label "Short-Range Order Parameter"@en . + +quantitykind:SignalDetectionThreshold + a qudt:QuantityKind ; + qudt:applicableUnit unit:DeciB_C ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + rdfs:comment "Applicable units are those of quantitykind:SignalDetectionThreshold" ; + rdfs:isDefinedBy ; + rdfs:label "Signal Detection Threshold"@en . + +quantitykind:SignalStrength + a qudt:QuantityKind ; + dcterms:description "In telecommunications, particularly in radio, signal strength refers to the magnitude of the electric field at a reference point that is a significant distance from the transmitting antenna. It may also be referred to as received signal level or field strength. Typically, it is expressed in voltage per length or signal power received by a reference antenna. High-powered transmissions, such as those used in broadcasting, are expressed in dB-millivolts per metre (dBmV/m)."^^qudt:LatexString ; + qudt:applicableUnit unit:V-PER-M ; + qudt:applicableUnit unit:V_Ab-PER-CentiM ; + qudt:applicableUnit unit:V_Stat-PER-CentiM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Signal_strength"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:plainTextDescription "In telecommunications, particularly in radio, signal strength refers to the magnitude of the electric field at a reference point that is a significant distance from the transmitting antenna. It may also be referred to as received signal level or field strength. Typically, it is expressed in voltage per length or signal power received by a reference antenna. High-powered transmissions, such as those used in broadcasting, are expressed in dB-millivolts per metre (dBmV/m)." ; + rdfs:comment "Applicable units are those of quantitykind:ElectricField" ; + rdfs:isDefinedBy ; + rdfs:label "Signal Strength"@en ; + skos:broader quantitykind:ElectricField ; + skos:broader quantitykind:ElectricFieldStrength . + +quantitykind:SingleStageLauncherMassRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:FemtoGM-PER-KiloGM ; + qudt:applicableUnit unit:GM-PER-GM ; + qudt:applicableUnit unit:GM-PER-HectoGM ; + qudt:applicableUnit unit:GM-PER-KiloGM ; + qudt:applicableUnit unit:KiloGM-PER-KiloGM ; + qudt:applicableUnit unit:LB-PER-LB ; + qudt:applicableUnit unit:MicroGM-PER-GM ; + qudt:applicableUnit unit:MicroGM-PER-KiloGM ; + qudt:applicableUnit unit:MicroGM-PER-MilliGM ; + qudt:applicableUnit unit:MilliGM-PER-GM ; + qudt:applicableUnit unit:MilliGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-KiloGM ; + qudt:applicableUnit unit:NanoGM-PER-MilliGM ; + qudt:applicableUnit unit:PicoGM-PER-GM ; + qudt:applicableUnit unit:PicoGM-PER-KiloGM ; + qudt:applicableUnit unit:PicoGM-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:symbol "R_o" ; + rdfs:comment "Applicable units are those of quantitykind:MassRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Single Stage Launcher Mass Ratio"@en ; + skos:broader quantitykind:MassRatio . + +quantitykind:Slowing-DownArea + a qudt:QuantityKind ; + dcterms:description "\"Slowing-Down Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the neutron source and the point where a neutron reaches a given energy."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:SlowingDownArea ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Slowing-Down Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the neutron source and the point where a neutron reaches a given energy." ; + qudt:symbol "L_s^2" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Slowing-Down Area"@en ; + skos:broader quantitykind:Area . + +quantitykind:Slowing-DownDensity + a qudt:QuantityKind ; + dcterms:description "\"Slowing-Down Density\" is a measure of the rate at which neutrons lose energy in a nuclear reactor through collisions; equal to the number of neutrons that fall below a given energy per unit volume per unit time."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:SlowingDownDensity ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD170" ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/slowing-down+density"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD170"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$q = -\\frac{dn}{dt}$, where $n$ is the number density and $dt$ is the duration."^^qudt:LatexString ; + qudt:plainTextDescription "\"Slowing-Down Density\" is a measure of the rate at which neutrons lose energy in a nuclear reactor through collisions; equal to the number of neutrons that fall below a given energy per unit volume per unit time." ; + qudt:symbol "q" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Slowing-Down Density"@en . + +quantitykind:Slowing-DownLength + a qudt:QuantityKind ; + dcterms:description "\"Slowing-Down Length\" is the average straight-line distance that a fast neutron will travel between its introduction into the slowing-downmedium (moderator) and thermalization."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:SlowingDownLength ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://nuclearpowertraining.tpub.com/h1013v2/css/h1013v2_32.htm"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Slowing-Down Length\" is the average straight-line distance that a fast neutron will travel between its introduction into the slowing-downmedium (moderator) and thermalization." ; + qudt:symbol "L_s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Slowing-Down Length"@en ; + skos:broader quantitykind:Length . + +quantitykind:SlowingDownArea + a qudt:QuantityKind ; + dcterms:description "\"Slowing-Down Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the neutron source and the point where a neutron reaches a given energy."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Slowing-Down Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the neutron source and the point where a neutron reaches a given energy." ; + qudt:symbol "L_s^2" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Slowing-Down Area"@en ; + skos:broader quantitykind:Area . + +quantitykind:SlowingDownDensity + a qudt:QuantityKind ; + dcterms:description "\"Slowing-Down Density\" is a measure of the rate at which neutrons lose energy in a nuclear reactor through collisions; equal to the number of neutrons that fall below a given energy per unit volume per unit time."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-M3-SEC ; + qudt:applicableUnit unit:PER-SEC-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD170" ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/slowing-down+density"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD170"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$q = -\\frac{dn}{dt}$, where $n$ is the number density and $dt$ is the duration."^^qudt:LatexString ; + qudt:plainTextDescription "\"Slowing-Down Density\" is a measure of the rate at which neutrons lose energy in a nuclear reactor through collisions; equal to the number of neutrons that fall below a given energy per unit volume per unit time." ; + qudt:symbol "q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SlowingDownDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Slowing-Down Density"@en . + +quantitykind:SlowingDownLength + a qudt:QuantityKind ; + dcterms:description "\"Slowing-Down Length\" is the average straight-line distance that a fast neutron will travel between its introduction into the slowing-downmedium (moderator) and thermalization."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://nuclearpowertraining.tpub.com/h1013v2/css/h1013v2_32.htm"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Slowing-Down Length\" is the average straight-line distance that a fast neutron will travel between its introduction into the slowing-downmedium (moderator) and thermalization." ; + qudt:symbol "L_s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Slowing-Down Length"@en ; + skos:broader quantitykind:Length . + +quantitykind:SoilAdsorptionCoefficient + a qudt:QuantityKind ; + dcterms:description "A specific volume that is the ratio of the amount of substance adsorbed per unit weight of organic carbon in the soil or sediment to the concentration of the chemical in aqueous solution at equilibrium."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-GM ; + qudt:applicableUnit unit:DeciM3-PER-KiloGM ; + qudt:applicableUnit unit:FT3-PER-LB ; + qudt:applicableUnit unit:IN3-PER-LB ; + qudt:applicableUnit unit:L-PER-KiloGM ; + qudt:applicableUnit unit:M3-PER-KiloGM ; + qudt:applicableUnit unit:MilliL-PER-GM ; + qudt:applicableUnit unit:MilliM3-PER-GM ; + qudt:applicableUnit unit:MilliM3-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:plainTextDescription "A specific volume that is the ratio of the amount of substance adsorbed per unit weight of organic carbon in the soil or sediment to the concentration of the chemical in aqueous solution at equilibrium." ; + rdfs:comment "Applicable units are those of quantitykind:SoilAdsorptionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Soil Adsorption Coefficient"@en ; + skos:broader quantitykind:SpecificVolume . + +quantitykind:SolidAngle + a qudt:QuantityKind ; + 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:applicableUnit unit:DEG2 ; + qudt:applicableUnit unit:FA ; + qudt:applicableUnit unit:SR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Solid_angle"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD171" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD171"^^xsd:anyURI ; + qudt:plainTextDescription "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:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:siExactMatch si-quantity:ANGS ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SolidAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Prostorový úhel"@cs ; + rdfs:label "Raumwinkel"@de ; + rdfs:label "Sudut padu"@ms ; + rdfs:label "angle solide"@fr ; + rdfs:label "angolo solido"@it ; + rdfs:label "angulus solidus"@la ; + rdfs:label "katı cisimdeki açı"@tr ; + rdfs:label "kąt bryłowy"@pl ; + rdfs:label "prostorski kot"@sl ; + rdfs:label "solid angle"@en ; + rdfs:label "térszög"@hu ; + rdfs:label "unghi solid"@ro ; + rdfs:label "ángulo sólido"@es ; + rdfs:label "ângulo sólido"@pt ; + rdfs:label "Στερεά γωνία"@el ; + rdfs:label "Пространствен ъгъл"@bg ; + rdfs:label "Телесный угол"@ru ; + rdfs:label "זווית מרחבית"@he ; + rdfs:label "الزاوية الصلبة"@ar ; + rdfs:label "زاویه فضایی"@fa ; + rdfs:label "आयतन"@hi ; + rdfs:label "立体角"@ja ; + rdfs:label "立体角度"@zh ; + skos:broader quantitykind:AreaRatio . + +quantitykind:SolidStateDiffusionLength + a qudt:QuantityKind ; + dcterms:description "\"Solid State Diffusion Length\" is the average distance traveled by a particle, such as a minority carrier in a semiconductor "^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://pveducation.org/pvcdrom/pn-junction/diffusion-length"^^xsd:anyURI ; + qudt:latexDefinition "$L = \\sqrt{D\\tau}$, where $D$ is the diffusion coefficient and $\\tau$ is lifetime."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Solid State Diffusion Length\" is the average distance traveled by a particle, such as a minority carrier in a semiconductor " ; + qudt:symbol "L, L_n, L_p" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Diffusion Length (Solid State Physics)"@en ; + skos:broader quantitykind:Length . + +quantitykind:Solubility_Water + a qudt:QuantityKind ; + dcterms:description "An amount of substance per unit volume that is the concentration of a saturated solution expressed as the ratio of the solute concentration over the volume of water. A substance's solubility fundamentally depends on several physical and chemical properties of the solution as well as the environment it is in."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:WaterSolubility ; + qudt:applicableUnit unit:CentiMOL-PER-L ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:NanoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "An amount of substance per unit volume that is the concentration of a saturated solution expressed as the ratio of the solute concentration over the volume of water. A substance's solubility fundamentally depends on several physical and chemical properties of the solution as well as the environment it is in." ; + rdfs:comment "Applicable units are those of quantitykind:Concentration" ; + rdfs:isDefinedBy ; + rdfs:label "Water Solubility"@en ; + skos:broader quantitykind:AmountOfSubstancePerVolume . + +quantitykind:SoundEnergyDensity + a qudt:QuantityKind ; + dcterms:description "Sound energy density is the time-averaged sound energy in a given volume divided by that volume. The sound energy density or sound density (symbol $E$ or $w$) is an adequate measure to describe the sound field at a given point as a sound energy value."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT3 ; + qudt:applicableUnit unit:BTU_TH-PER-FT3 ; + qudt:applicableUnit unit:ERG-PER-CentiM3 ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:applicableUnit unit:MegaJ-PER-M3 ; + qudt:applicableUnit unit:W-HR-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_energy_density"^^xsd:anyURI ; + qudt:latexDefinition "$E = \\frac{I}{c}$, where $I$ is the sound intensity in $\\frac{W}{m^2}$ and $c$ is the sound speed in $\\frac{m}{s}$."^^qudt:LatexString ; + qudt:symbol "E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EnergyDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Sound energy density"@en ; + skos:broader quantitykind:EnergyDensity ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundExposure + a qudt:QuantityKind ; + dcterms:description "Sound Exposure is the energy of the A-weighted sound calculated over the measurement time(s). For a given period of time, an increase of 10 dB(A) in sound pressure level corresponds to a tenfold increase in E."^^qudt:LatexString ; + qudt:applicableUnit unit:PA2-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M2H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD172" ; + qudt:informativeReference "http://www.acoustic-glossary.co.uk/definitions-s.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD172"^^xsd:anyURI ; + qudt:latexDefinition "$E = \\int_{t1}^{t2}p^2dt$, where $t1$ and $t2$ are the starting and ending times for the integral and $p$ is the sound pressure."^^qudt:LatexString ; + qudt:plainTextDescription "Sound Exposure is the energy of the A-weighted sound calculated over the measurement time(s). For a given period of time, an increase of 10 dB(A) in sound pressure level corresponds to a tenfold increase in E." ; + qudt:symbol "E" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SoundExposure" ; + rdfs:isDefinedBy ; + rdfs:label "Sound exposure"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundExposureLevel + a qudt:QuantityKind ; + dcterms:description "Sound Exposure Level abbreviated as $SEL$ and $LAE$, is the total noise energy produced from a single noise event, expressed as a logarithmic ratio from a reference level."^^qudt:LatexString ; + qudt:applicableUnit unit:B ; + qudt:applicableUnit unit:DeciB ; + qudt:applicableUnit unit:DeciB_A ; + qudt:applicableUnit unit:DeciB_ISO ; + qudt:applicableUnit unit:DeciB_M ; + qudt:applicableUnit unit:DeciB_Z ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_exposure#Sound_exposure_level"^^xsd:anyURI ; + qudt:latexDefinition "$L_E = 10 \\log_{10} \\frac{E}{E_0} dB$, where $E$ is sound power and the reference value is $E_0 = 400 \\mu Pa^2 s$."^^qudt:LatexString ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SoundExposureLevel" ; + rdfs:isDefinedBy ; + rdfs:label "Sound exposure level"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundIntensity + a qudt:QuantityKind ; + dcterms:description "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^qudt:LatexString ; + qudt:abbreviation "w/m2" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_intensity"^^xsd:anyURI ; + qudt:latexDefinition "$I = pv$, where $p$ is the sound pressure and $v$ is sound particle velocity."^^qudt:LatexString ; + qudt:plainTextDescription "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity." ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Sound intensity"@en ; + skos:broader quantitykind:PowerPerArea ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundParticleAcceleration + a qudt:QuantityKind ; + dcterms:description "In a compressible sound transmission medium - mainly air - air particles get an accelerated motion: the particle acceleration or sound acceleration with the symbol a in $m/s2$. In acoustics or physics, acceleration (symbol: $a$) is defined as the rate of change (or time derivative) of velocity."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-SEC2 ; + qudt:applicableUnit unit:FT-PER-SEC2 ; + qudt:applicableUnit unit:G ; + qudt:applicableUnit unit:GALILEO ; + qudt:applicableUnit unit:IN-PER-SEC2 ; + qudt:applicableUnit unit:KN-PER-SEC ; + qudt:applicableUnit unit:KiloM-PER-SEC2 ; + qudt:applicableUnit unit:KiloPA-M2-PER-GM ; + qudt:applicableUnit unit:M-PER-SEC2 ; + qudt:applicableUnit unit:MI_US-PER-SEC2 ; + qudt:applicableUnit unit:MicroG ; + qudt:applicableUnit unit:MicroGALILEO ; + qudt:applicableUnit unit:MicroM-PER-SEC2 ; + qudt:applicableUnit unit:MilliG ; + qudt:applicableUnit unit:MilliGALILEO ; + qudt:applicableUnit unit:MilliM-PER-SEC2 ; + qudt:applicableUnit unit:YD-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Particle_acceleration"^^xsd:anyURI ; + qudt:latexDefinition "$a = \\frac{\\partial v}{\\partial t}$, where $v$ is sound particle velocity and $t$ is time."^^qudt:LatexString ; + qudt:symbol "a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Acceleration" ; + rdfs:isDefinedBy ; + rdfs:label "Sound particle acceleration"@en ; + skos:broader quantitykind:Acceleration ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundParticleDisplacement + a qudt:QuantityKind ; + dcterms:description "Sound Particle Displacement is the nstantaneous displacement of a particle in a medium from what would be its position in the absence of sound waves."^^qudt:LatexString ; + qudt:abbreviation "l" ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Particle_displacement"^^xsd:anyURI ; + qudt:plainTextDescription "Sound Particle Displacement is the nstantaneous displacement of a particle in a medium from what would be its position in the absence of sound waves." ; + qudt:symbol "ξ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Sound Particle Displacement"@en ; + skos:broader quantitykind:Length ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundParticleVelocity + a qudt:QuantityKind ; + dcterms:description "Sound Particle velocity is the velocity v of a particle (real or imagined) in a medium as it transmits a wave. In many cases this is a longitudinal wave of pressure as with sound, but it can also be a transverse wave as with the vibration of a taut string. When applied to a sound wave through a medium of a fluid like air, particle velocity would be the physical speed of a parcel of fluid as it moves back and forth in the direction the sound wave is travelling as it passes."^^qudt:LatexString ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:KiloHZ-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Particle_velocity"^^xsd:anyURI ; + qudt:latexDefinition "$v = \\frac{\\partial\\delta }{\\partial t}$, where $\\delta$ is sound particle displacement and $t$ is time."^^qudt:LatexString ; + qudt:plainTextDescription "Sound Particle velocity is the velocity v of a particle (real or imagined) in a medium as it transmits a wave. In many cases this is a longitudinal wave of pressure as with sound, but it can also be a transverse wave as with the vibration of a taut string. When applied to a sound wave through a medium of a fluid like air, particle velocity would be the physical speed of a parcel of fluid as it moves back and forth in the direction the sound wave is travelling as it passes." ; + qudt:symbol "v" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SoundParticleVelocity" ; + rdfs:isDefinedBy ; + rdfs:label "Schallschnelle"@de ; + rdfs:label "prędkość akustyczna"@pl ; + rdfs:label "sound particle velocity"@en ; + rdfs:label "velocidad acústica de una partícula"@es ; + rdfs:label "velocidade acústica de uma partícula"@pt ; + rdfs:label "velocità di spostamento"@it ; + rdfs:label "vitesse acoustique d‘une particule"@fr ; + rdfs:label "سرعة جسيم"@ar ; + rdfs:label "粒子速度"@ja ; + skos:altLabel "prędkość cząstki"@pl ; + skos:broader quantitykind:Velocity ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundPower + a qudt:QuantityKind ; + dcterms:description "Sound power or acoustic power $P_a$ is a measure of sonic energy $E$ per time $t$ unit. It is measured in watts and can be computed as sound intensity ($I$) times area ($A$)."^^qudt:LatexString ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_H2O ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:TeraW-HR-PER-YR ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_power"^^xsd:anyURI ; + qudt:latexDefinition "$P_a = IA$, where $I$ is the sound intensity in $\\frac{W}{m^2}$ and $A$ is the area in $m^2$."^^qudt:LatexString ; + qudt:symbol "P" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Power" ; + rdfs:isDefinedBy ; + rdfs:label "Schallleistung"@de ; + rdfs:label "moc akustyczna"@pl ; + rdfs:label "potencie acústica"@es ; + rdfs:label "potenza sonora"@it ; + rdfs:label "potência acústica"@pt ; + rdfs:label "puissance acoustique"@fr ; + rdfs:label "sound power"@en ; + rdfs:label "звуковая мощность"@ru ; + rdfs:label "القدرة الصوتية"@ar ; + rdfs:label "音源の音響出力"@ja ; + skos:altLabel "potência sonora"@pt ; + skos:broader quantitykind:Power ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundPowerLevel + a qudt:QuantityKind ; + dcterms:description "Sound Power Level abbreviated as $SWL$ expresses sound power more practically as a relation to the threshold of hearing - 1 picoW - in a logarithmic scale."^^qudt:LatexString ; + qudt:applicableUnit unit:B ; + qudt:applicableUnit unit:DeciB ; + qudt:applicableUnit unit:DeciB_A ; + qudt:applicableUnit unit:DeciB_ISO ; + qudt:applicableUnit unit:DeciB_M ; + qudt:applicableUnit unit:DeciB_Z ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_power#Sound_power_level"^^xsd:anyURI ; + qudt:latexDefinition "$L_W = 10 \\log_{10} \\frac{P}{P_0} dB$, where $P$ is sound power and the reference value is $P_0 =1pW$."^^qudt:LatexString ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SoundPowerLevel" ; + rdfs:isDefinedBy ; + rdfs:label "Sound power level"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundPressure + a qudt:QuantityKind ; + dcterms:description "Sound Pressure is the difference between instantaneous total pressure and static pressure."^^qudt:LatexString ; + qudt:abbreviation "p" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Static_pressure"^^xsd:anyURI ; + qudt:plainTextDescription "Sound Pressure is the difference between instantaneous total pressure and static pressure." ; + qudt:symbol "p" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Sound pressure"@en ; + skos:broader quantitykind:Pressure ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundPressureLevel + a qudt:QuantityKind ; + dcterms:description "Sound pressure level ($SPL$) or sound level is a logarithmic measure of the effective sound pressure of a sound relative to a reference value. It is measured in decibels (dB) above a standard reference level."^^qudt:LatexString ; + qudt:applicableUnit unit:B ; + qudt:applicableUnit unit:DeciB ; + qudt:applicableUnit unit:DeciB_A ; + qudt:applicableUnit unit:DeciB_ISO ; + qudt:applicableUnit unit:DeciB_M ; + qudt:applicableUnit unit:DeciB_Z ; + qudt:applicableUnit unit:PHON ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_pressure#Sound_pressure_level"^^xsd:anyURI ; + qudt:latexDefinition "$L_P = 10 \\log_{10} \\frac{p^2}{p_0^2} dB$, where $p$ is sound pressure and the reference value in airborne acoustics is $p_0 = 20 \\mu Pa$."^^qudt:LatexString ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SoundPressureLevel" ; + rdfs:isDefinedBy ; + rdfs:label "Hladina akustického tlaku"@cs ; + rdfs:label "Schalldruckpegel"@de ; + rdfs:label "Tahap medan"@ms ; + rdfs:label "gerilim veya akım oranı"@tr ; + rdfs:label "livello di pressione sonora"@it ; + rdfs:label "miary wielkości ilorazowych"@pl ; + rdfs:label "niveau de pression acoustique"@fr ; + rdfs:label "nivel de presión sonora"@es ; + rdfs:label "nível de pressão acústica"@pt ; + rdfs:label "sound pressure level"@en ; + rdfs:label "уровень звукового давления"@ru ; + rdfs:label "سطح یک کمیت توان-ریشه"@fa ; + rdfs:label "كمية جذر الطاقة"@ar ; + rdfs:label "利得"@ja ; + rdfs:label "声压级"@zh ; + skos:altLabel "Tahap tekanan bunyi"@ms ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundReductionIndex + a qudt:QuantityKind ; + dcterms:description "The Sound Reduction Index is used to measure the level of sound insulation provided by a structure such as a wall, window, door, or ventilator."^^qudt:LatexString ; + qudt:applicableUnit unit:B ; + qudt:applicableUnit unit:DeciB ; + qudt:applicableUnit unit:DeciB_A ; + qudt:applicableUnit unit:DeciB_ISO ; + qudt:applicableUnit unit:DeciB_M ; + qudt:applicableUnit unit:DeciB_Z ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_reduction_index"^^xsd:anyURI ; + qudt:latexDefinition "$R = 10 \\log (\\frac{1}{\\tau}) dB$, where $\\tau$ is the transmission factor."^^qudt:LatexString ; + qudt:plainTextDescription "The Sound Reduction Index is used to measure the level of sound insulation provided by a structure such as a wall, window, door, or ventilator." ; + qudt:symbol "R" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SoundReductionIndex" ; + rdfs:isDefinedBy ; + rdfs:label "Sound reduction index"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SoundVolumeVelocity + a qudt:QuantityKind ; + dcterms:description "Sound Volume Velocity is the product of particle velocity $v$ and the surface area $S$ through which an acoustic wave of frequency $f$ propagates. Also, the surface integral of the normal component of the sound particle velocity over the cross-section (through which the sound propagates). It is used to calculate acoustic impedance."^^qudt:LatexString ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acoustic_impedance"^^xsd:anyURI ; + qudt:latexDefinition "$q= vS$, where $v$ is sound particle velocity and $S$ is the surface area through which an acoustic wave of frequence $f$ propagates."^^qudt:LatexString ; + qudt:symbol "q" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SoundVolumeVelocity" ; + rdfs:isDefinedBy ; + rdfs:label "Sound volume velocity"@en ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SourceVoltage + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\textit{Source Voltage}$, also referred to as $\\textit{Source Tension}$ + is the voltage between the two terminals of a voltage source when there is no electric current through the source. + The name $\\text{electromotive force}$ with the abbreviation $\\textit{EMF}$ and the symbol $E$ is deprecated. + """^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PetaV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:symbol "U_s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Voltage" ; + rdfs:isDefinedBy ; + rdfs:label "Source Voltage"@en ; + skos:broader quantitykind:Voltage . + +quantitykind:SourceVoltageBetweenSubstances + a qudt:QuantityKind ; + dcterms:description "\"Source Voltage Between Substances\" is the source voltage between substance a and b."^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PetaV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Source Voltage Between Substances\" is the source voltage between substance a and b." ; + qudt:symbol "E_{ab}" ; + rdfs:comment "Applicable units are those of quantitykind:Voltage" ; + rdfs:isDefinedBy ; + rdfs:label "Source Voltage Between Substances"@en ; + skos:broader quantitykind:Voltage . + +quantitykind:SpatialSummationFunction + a qudt:QuantityKind ; + dcterms:description "\"Spatial Summation Function\" is he ability to produce a composite signal from the signals coming into the eyes from different directions."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Summation_(neurophysiology)#Spatial_summation"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Spatial Summation Function\" is he ability to produce a composite signal from the signals coming into the eyes from different directions." ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Spatial Summation Function"@en ; + skos:broader quantitykind:Length . + +quantitykind:SpecificAcousticImpedance + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-SEC-PER-M3 ; + qudt:applicableUnit unit:RAYL ; + qudt:applicableUnit unit:RAYL_MKS ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:SpecificAcousticImpedance" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Acoustic Impedance"@en . + +quantitykind:SpecificActivity + a qudt:QuantityKind ; + dcterms:description "The \"Specific Activity\" is the number of decays per unit time of a radioactive sample. The SI unit of radioactive activity is the becquerel (Bq), in honor of the scientist Henri Becquerel."^^qudt:LatexString ; + qudt:applicableUnit unit:BQ-PER-KiloGM ; + qudt:applicableUnit unit:CI-PER-KiloGM ; + qudt:applicableUnit unit:KiloBQ-PER-KiloGM ; + qudt:applicableUnit unit:MegaBQ-PER-KiloGM ; + qudt:applicableUnit unit:MicroBQ-PER-KiloGM ; + qudt:applicableUnit unit:MilliBQ-PER-GM ; + qudt:applicableUnit unit:MilliBQ-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_activity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$a = \\frac{A}{m}$, where $A$ is the activity of a sample and $m$ is its mass."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Specific Activity\" is the number of decays per unit time of a radioactive sample. The SI unit of radioactive activity is the becquerel (Bq), in honor of the scientist Henri Becquerel." ; + qudt:symbol "a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificActivity" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Activity"@en . + +quantitykind:SpecificElectricCharge + a qudt:QuantityKind ; + dcterms:description "Electric charge (often capacity in the context of electrochemical cells) relativ to the mass (often only active components). capacity "^^qudt:LatexString ; + qudt:applicableUnit unit:MilliA-HR-PER-GM ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:plainTextDescription "Electric charge (often capacity in the context of electrochemical cells) relativ to the mass (often only active components). capacity " ; + rdfs:comment "Applicable units are those of quantitykind:SpecificElectricCharge" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Electric Charge"@en . + +quantitykind:SpecificElectricCurrent + a qudt:QuantityKind ; + dcterms:description "\"Specific Electric Current\" is a measure to specify the applied current relative to a corresponding mass. This measure is often used for standardization within electrochemistry."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-GM ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:SpecificElectricCurrent" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Electrical Current"@en . + +quantitykind:SpecificEnergy + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Specific Energy}$ is defined as the energy per unit mass. + Common metric units are $J/kg$. + It is an intensive property. + Contrast this with energy, which is an extensive property. + There are two main types of specific energy: potential energy and specific kinetic energy. + Others are the $\\textit{gray}$ and $\\textit{sievert}$, which are measures for the absorption of radiation. + $$$$ + The concept of specific energy applies to a particular or theoretical way of extracting useful energy from the material considered that is usually implied by context. + These intensive properties are each symbolized by using the lower case letter of the symbol for the corresponding extensive property, + which is symbolized by a capital letter. + For example, the extensive thermodynamic property enthalpy is symbolized by $H$; specific enthalpy is symbolized by $h$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB ; + qudt:applicableUnit unit:BTU_TH-PER-LB ; + qudt:applicableUnit unit:CAL_IT-PER-GM ; + qudt:applicableUnit unit:CAL_TH-PER-GM ; + qudt:applicableUnit unit:ERG-PER-GM ; + qudt:applicableUnit unit:J-PER-GM ; + qudt:applicableUnit unit:J-PER-KiloGM ; + qudt:applicableUnit unit:KiloCAL-PER-GM ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ; + qudt:applicableUnit unit:MegaJ-PER-KiloGM ; + qudt:applicableUnit unit:MilliJ-PER-GM ; + qudt:applicableUnit unit:N-M-PER-KiloGM ; + qudt:applicableUnit unit:W-HR-PER-KiloGM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_energy"^^xsd:anyURI ; + qudt:latexDefinition "$e = E/m$, where $E$ is energy and $m$ is mass."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:SENG ; + qudt:symbol "e" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Energy"@en ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:MassieuFunction ; + rdfs:seeAlso quantitykind:PlanckFunction ; + rdfs:seeAlso quantitykind:SpecificEnthalpy ; + rdfs:seeAlso quantitykind:SpecificGibbsEnergy ; + rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ; + rdfs:seeAlso quantitykind:SpecificInternalEnergy ; + rdfs:seeAlso unit:GRAY ; + rdfs:seeAlso unit:SV . + +quantitykind:SpecificEnergyImparted + a qudt:QuantityKind ; + dcterms:description "The \"Specific Energy Imparted\", is the energy imparted to an element of irradiated matter divided by the mass, dm, of that element."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB ; + qudt:applicableUnit unit:BTU_TH-PER-LB ; + qudt:applicableUnit unit:CAL_IT-PER-GM ; + qudt:applicableUnit unit:CAL_TH-PER-GM ; + qudt:applicableUnit unit:ERG-PER-GM ; + qudt:applicableUnit unit:J-PER-GM ; + qudt:applicableUnit unit:J-PER-KiloGM ; + qudt:applicableUnit unit:KiloCAL-PER-GM ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ; + qudt:applicableUnit unit:MegaJ-PER-KiloGM ; + qudt:applicableUnit unit:MilliJ-PER-GM ; + qudt:applicableUnit unit:N-M-PER-KiloGM ; + qudt:applicableUnit unit:W-HR-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "For ionizing radiation, $z = \\frac{\\varepsilon}{m}$, where $\\varepsilon$ is the energy imparted to irradiated matter and $m$ is the mass of that matter."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Specific Energy Imparted\", is the energy imparted to an element of irradiated matter divided by the mass, dm, of that element." ; + qudt:symbol "z" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Energy Imparted"@en ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:SpecificEnthalpy + a qudt:QuantityKind ; + dcterms:description "$\\textit{Specific Enthalpy}$ is enthalpy per mass of substance involved. Specific enthalpy is denoted by a lower case h, with dimension of energy per mass (SI unit: joule/kg). In thermodynamics, $\\textit{enthalpy}$ is the sum of the internal energy U and the product of pressure p and volume V of a system: $H = U + pV$. The internal energy U and the work term pV have dimension of energy, in SI units this is joule; the extensive (linear in size) quantity H has the same dimension."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB ; + qudt:applicableUnit unit:BTU_TH-PER-LB ; + qudt:applicableUnit unit:CAL_IT-PER-GM ; + qudt:applicableUnit unit:CAL_TH-PER-GM ; + qudt:applicableUnit unit:ERG-PER-GM ; + qudt:applicableUnit unit:J-PER-GM ; + qudt:applicableUnit unit:J-PER-KiloGM ; + qudt:applicableUnit unit:KiloCAL-PER-GM ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ; + qudt:applicableUnit unit:MegaJ-PER-KiloGM ; + qudt:applicableUnit unit:MilliJ-PER-GM ; + qudt:applicableUnit unit:N-M-PER-KiloGM ; + qudt:applicableUnit unit:W-HR-PER-KiloGM ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$h = H/m$, where $H$ is enthalpy and $m$ is mass."^^qudt:LatexString ; + qudt:symbol "h" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Enthalpy"@en ; + rdfs:seeAlso quantitykind:Enthalpy ; + rdfs:seeAlso quantitykind:MassieuFunction ; + rdfs:seeAlso quantitykind:PlanckFunction ; + rdfs:seeAlso quantitykind:SpecificEnergy ; + rdfs:seeAlso quantitykind:SpecificGibbsEnergy ; + rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ; + rdfs:seeAlso quantitykind:SpecificInternalEnergy ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:SpecificEntropy + a qudt:QuantityKind ; + dcterms:description "\"Specific Entropy\" is entropy per unit of mass."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_IT-PER-GM-K ; + qudt:applicableUnit unit:CAL_TH-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-GM-K ; + qudt:applicableUnit unit:J-PER-GM-DEG_C ; + qudt:applicableUnit unit:J-PER-GM-K ; + qudt:applicableUnit unit:J-PER-KiloGM-DEG_C ; + qudt:applicableUnit unit:J-PER-KiloGM-K ; + qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM-K ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$s = S/m$, where $S$ is entropy and $m$ is mass."^^qudt:LatexString ; + qudt:plainTextDescription "\"Specific Entropy\" is entropy per unit of mass." ; + qudt:symbol "s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificEntropy" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Entropy"@en ; + rdfs:seeAlso quantitykind:Entropy . + +quantitykind:SpecificGibbsEnergy + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Specific Gibbs Energy}$ is a "corresponding intensive property", + which is $\\textit{Gibbs Energy}$ per mass of substance involved. + Energy has corresponding intensive (size-independent) properties for pure materials. + $\\textit{Specific Gibbs Energy}$ is denoted by a lower case $g$, + with dimension of energy per mass (SI unit: $joule/kg$). + """^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB ; + qudt:applicableUnit unit:BTU_TH-PER-LB ; + qudt:applicableUnit unit:CAL_IT-PER-GM ; + qudt:applicableUnit unit:CAL_TH-PER-GM ; + qudt:applicableUnit unit:ERG-PER-GM ; + qudt:applicableUnit unit:J-PER-GM ; + qudt:applicableUnit unit:J-PER-KiloGM ; + qudt:applicableUnit unit:KiloCAL-PER-GM ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ; + qudt:applicableUnit unit:MegaJ-PER-KiloGM ; + qudt:applicableUnit unit:MilliJ-PER-GM ; + qudt:applicableUnit unit:N-M-PER-KiloGM ; + qudt:applicableUnit unit:W-HR-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$g = G/m$, where $G$ is Gibbs energy and $m$ is mass."^^qudt:LatexString ; + qudt:plainTextDescription "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is \"Specific Gibbs Energy}, which is $\\textit{Gibbs Energy} per mass of substance involved. $\\textit{Specific Gibbs Energy\" is denoted by a lower case g, with dimension of energy per mass (SI unit: joule/kg)." ; + qudt:symbol "g" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Gibbs Energy"@en ; + rdfs:seeAlso quantitykind:MassieuFunction ; + rdfs:seeAlso quantitykind:PlanckFunction ; + rdfs:seeAlso quantitykind:SpecificEnergy ; + rdfs:seeAlso quantitykind:SpecificEnthalpy ; + rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ; + rdfs:seeAlso quantitykind:SpecificInternalEnergy ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:SpecificHeatCapacity + a qudt:QuantityKind ; + dcterms:description "\"Specific Heat Capacity\" of a solid or liquid is defined as the heat required to raise unit mass of substance by one degree of temperature. This is $\\textit{Heat Capacity}$ divided by $\\textit{Mass}$. Note that there are corresponding molar quantities."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_IT-PER-GM-K ; + qudt:applicableUnit unit:CAL_TH-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-GM-K ; + qudt:applicableUnit unit:J-PER-GM-DEG_C ; + qudt:applicableUnit unit:J-PER-GM-K ; + qudt:applicableUnit unit:J-PER-KiloGM-DEG_C ; + qudt:applicableUnit unit:J-PER-KiloGM-K ; + qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM-K ; + qudt:applicableUnit unit:M2-PER-SEC2-K ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_heat_capacity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:informativeReference "http://www.taftan.com/thermodynamics/CP.HTM"^^xsd:anyURI ; + qudt:plainTextDescription "Specific Heat Capacity of a solid or liquid is defined as the heat required to raise unit mass of substance by one degree of temperature. This is Heat Capacity divided by Mass. Note that there are corresponding molar quantities." ; + qudt:siExactMatch si-quantity:SHEC ; + qudt:symbol "c" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacity" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Heat Capacity"@en ; + rdfs:seeAlso quantitykind:HeatCapacity ; + rdfs:seeAlso quantitykind:Mass ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtConstantPressure ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtConstantVolume ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtSaturation . + +quantitykind:SpecificHeatCapacityAtConstantPressure + a qudt:QuantityKind ; + dcterms:description "Specific heat at a constant pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_IT-PER-GM-K ; + qudt:applicableUnit unit:CAL_TH-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-GM-K ; + qudt:applicableUnit unit:J-PER-GM-DEG_C ; + qudt:applicableUnit unit:J-PER-GM-K ; + qudt:applicableUnit unit:J-PER-KiloGM-DEG_C ; + qudt:applicableUnit unit:J-PER-KiloGM-K ; + qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:plainTextDescription "Specific heat at a constant pressure." ; + qudt:symbol "c_p" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacityAtConstantPressure" ; + rdfs:isDefinedBy ; + rdfs:label "Specific heat capacity at constant pressure"@en ; + rdfs:seeAlso quantitykind:SpecificHeatCapacity ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtConstantVolume ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtSaturation . + +quantitykind:SpecificHeatCapacityAtConstantVolume + a qudt:QuantityKind ; + dcterms:description "Specific heat per constant volume."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_IT-PER-GM-K ; + qudt:applicableUnit unit:CAL_TH-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-GM-K ; + qudt:applicableUnit unit:J-PER-GM-DEG_C ; + qudt:applicableUnit unit:J-PER-GM-K ; + qudt:applicableUnit unit:J-PER-KiloGM-DEG_C ; + qudt:applicableUnit unit:J-PER-KiloGM-K ; + qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:plainTextDescription "Specific heat per constant volume." ; + qudt:symbol "c_v" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacityAtConstantVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Specific heat capacity at constant volume"@en ; + rdfs:seeAlso quantitykind:SpecificHeatCapacity ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtConstantPressure ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtSaturation . + +quantitykind:SpecificHeatCapacityAtSaturation + a qudt:QuantityKind ; + dcterms:description "Specific heat per constant volume."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_IT-PER-GM-K ; + qudt:applicableUnit unit:CAL_TH-PER-GM-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-GM-K ; + qudt:applicableUnit unit:J-PER-GM-DEG_C ; + qudt:applicableUnit unit:J-PER-GM-K ; + qudt:applicableUnit unit:J-PER-KiloGM-DEG_C ; + qudt:applicableUnit unit:J-PER-KiloGM-K ; + qudt:applicableUnit unit:KiloCAL-PER-GM-DEG_C ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "Specific heat per constant volume." ; + qudt:symbol "c_{sat}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacityAtSaturation" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Heat Capacity at Saturation"@en ; + rdfs:seeAlso quantitykind:SpecificHeatCapacity ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtConstantPressure ; + rdfs:seeAlso quantitykind:SpecificHeatCapacityAtConstantVolume . + +quantitykind:SpecificHeatPressure + a qudt:QuantityKind ; + dcterms:description "Specific heat at a constant pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-KiloGM-K-PA ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H-1T0D0 ; + qudt:plainTextDescription "Specific heat at a constant pressure." ; + rdfs:comment "Applicable units are those of quantitykind:SpecificHeatPressure" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Heat Pressure"@en . + +quantitykind:SpecificHeatVolume + a qudt:QuantityKind ; + dcterms:description "Specific heat per constant volume."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-KiloGM-K-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H-1T-2D0 ; + qudt:plainTextDescription "Specific heat per constant volume." ; + rdfs:comment "Applicable units are those of quantitykind:SpecificHeatVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Heat Volume"@en . + +quantitykind:SpecificHeatsRatio + a qudt:QuantityKind ; + dcterms:description "The ratio of specific heats, for the exhaust gases adiabatic gas constant, is the relative amount of compression/expansion energy that goes into temperature $T$ versus pressure $P$ can be characterized by the heat capacity ratio: $\\gamma\\frac{C_P}{C_V}$, where $C_P$ is the specific heat (also called heat capacity) at constant pressure, while $C_V$ is the specific heat at constant volume. "^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Heats Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:SpecificHelmholtzEnergy + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Specific Helmholtz Energy}$ is a "corresponding intensive property", + which is $\\textit{Helmholz Energy}$ per mass of substance involved. + Energy has corresponding intensive (size-independent) properties for pure materials. + $\\textit{Specific Helmholz Energy}$ is denoted by a lower case $u$, + with dimension of energy per mass (SI unit: $joule/kg$). + """^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB ; + qudt:applicableUnit unit:BTU_TH-PER-LB ; + qudt:applicableUnit unit:CAL_IT-PER-GM ; + qudt:applicableUnit unit:CAL_TH-PER-GM ; + qudt:applicableUnit unit:ERG-PER-GM ; + qudt:applicableUnit unit:J-PER-GM ; + qudt:applicableUnit unit:J-PER-KiloGM ; + qudt:applicableUnit unit:KiloCAL-PER-GM ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ; + qudt:applicableUnit unit:MegaJ-PER-KiloGM ; + qudt:applicableUnit unit:MilliJ-PER-GM ; + qudt:applicableUnit unit:N-M-PER-KiloGM ; + qudt:applicableUnit unit:W-HR-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$a = A/m$, where $A$ is Helmholtz energy and $m$ is mass."^^qudt:LatexString ; + qudt:symbol "a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Helmholtz Energy"@en ; + rdfs:seeAlso quantitykind:MassieuFunction ; + rdfs:seeAlso quantitykind:PlanckFunction ; + rdfs:seeAlso quantitykind:SpecificEnergy ; + rdfs:seeAlso quantitykind:SpecificEnthalpy ; + rdfs:seeAlso quantitykind:SpecificGibbsEnergy ; + rdfs:seeAlso quantitykind:SpecificInternalEnergy ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:SpecificHumidity + a qudt:QuantityKind ; + dcterms:description "Specific humidity (or moisture content) is the ratio of the mass of water vapour to the total mass of the air parcel. It is approximately equal to the mixing ratio, defined as the ratio of the mass of water vapour to the mass of dry air in the same parcel. Specific humidity is commonly represented by the symbol $\\omega$ and is widely used in psychrometrics and HVAC system design."^^qudt:LatexString ; + qudt:applicableUnit unit:GRAIN-PER-LB_M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Humidity#Specific_humidity"^^xsd:anyURI ; + qudt:plainTextDescription "Specific humidity (or moisture content) is the ratio of the mass of water vapour to the total mass of the air parcel. It is approximately equal to the mixing ratio, defined as the ratio of the mass of water vapour to the mass of dry air in the same parcel." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:SpecificHumidity" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Humidity"@en ; + rdfs:seeAlso quantitykind:AbsoluteHumidity ; + rdfs:seeAlso quantitykind:RelativeHumidity ; + skos:altLabel "Moisture Content" ; + skos:broader quantitykind:MassRatio . + +quantitykind:SpecificImpulse + a qudt:QuantityKind ; + dcterms:description "The impulse produced by a rocket divided by the mass $mp$ of propellant consumed. Specific impulse ${I_{sp}}$ is a widely used measure of performance for chemical, nuclear, and electric rockets. It is usually given in seconds for both U.S. Customary and International System (SI) units. The impulse produced by a rocket is the thrust force $F$ times its duration $t$ in seconds. $I_{sp}$ is the thrust per unit mass flowrate, but with $g_o$, is the thrust per weight flowrate. The specific impulse is given by the equation: $I_{sp} = \\frac{F}{\\dot{m}g_o}$."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "http://www.grc.nasa.gov/WWW/K-12/airplane/specimp.html"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Specific Impulse"@en ; + rdfs:seeAlso quantitykind:MassFlowRate . + +quantitykind:SpecificImpulseByMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Impulse by Mass"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:SpecificImpulseByWeight + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Impulse by Weight"@en ; + skos:broader quantitykind:SpecificImpulse ; + skos:broader quantitykind:Time . + +quantitykind:SpecificInternalEnergy + a qudt:QuantityKind ; + dcterms:description "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is specific internal energy, which is energy per mass of substance involved. Specific internal energy is denoted by a lower case u, with dimension of energy per mass (SI unit: joule/kg)."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-LB ; + qudt:applicableUnit unit:BTU_TH-PER-LB ; + qudt:applicableUnit unit:CAL_IT-PER-GM ; + qudt:applicableUnit unit:CAL_TH-PER-GM ; + qudt:applicableUnit unit:ERG-PER-GM ; + qudt:applicableUnit unit:J-PER-GM ; + qudt:applicableUnit unit:J-PER-KiloGM ; + qudt:applicableUnit unit:KiloCAL-PER-GM ; + qudt:applicableUnit unit:KiloJ-PER-KiloGM ; + qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ; + qudt:applicableUnit unit:MegaJ-PER-KiloGM ; + qudt:applicableUnit unit:MilliJ-PER-GM ; + qudt:applicableUnit unit:N-M-PER-KiloGM ; + qudt:applicableUnit unit:W-HR-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD173" ; + qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD173"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$u = U/m$, where $U$ is thermodynamic energy and $m$ is mass."^^qudt:LatexString ; + qudt:plainTextDescription "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is specific internal energy, which is energy per mass of substance involved. Specific internal energy is denoted by a lower case u, with dimension of energy per mass (SI unit: joule/kg)." ; + qudt:symbol "u" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Internal Energy"@en ; + rdfs:seeAlso quantitykind:InternalEnergy ; + rdfs:seeAlso quantitykind:MassieuFunction ; + rdfs:seeAlso quantitykind:PlanckFunction ; + rdfs:seeAlso quantitykind:SpecificEnergy ; + rdfs:seeAlso quantitykind:SpecificEnthalpy ; + rdfs:seeAlso quantitykind:SpecificGibbsEnergy ; + rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ; + skos:broader quantitykind:SpecificEnergy . + +quantitykind:SpecificModulus + a qudt:QuantityKind ; + dcterms:description "

Specific modulus is a materials property consisting of the elastic modulus per mass density of a material. It is also known as the stiffness to weight ratio or specific stiffness. High specific modulus materials find wide application in aerospace applications where minimum structural weight is required. The dimensional analysis yields units of distance squared per time squared.

"^^qudt:LatexString ; + qudt:applicableUnit unit:GigaPA-CentiM3-PER-GM ; + qudt:applicableUnit unit:KiloM2-PER-SEC2 ; + qudt:applicableUnit unit:M2-PER-SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_modulus"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_modulus"^^xsd:anyURI ; + qudt:latexDefinition "$specific modulus = E/\\rho$, where $E$ is elastic modulus and $\\rho$ is density."^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:SpecificModulus" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Modulus"@en ; + skos:altLabel "Specific Stiffness"@en ; + skos:altLabel "Stiffness to Weight Ratio"@en . + +quantitykind:SpecificOpticalRotationalAbility + a qudt:QuantityKind ; + dcterms:description "material-specific quantity, which results as angle of rotation of a substance for a defined wavelength and a defined temperature from the relation: quotient of measured angle of rotation divided by the mass concentration and the radiographed distance"@en ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD174" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD174"^^xsd:anyURI ; + qudt:plainTextDescription "materialspezifische Größe, die sich als Drehwinkel einer Substanz für eine bestimmte Wellenlänge und eine bestimmte Temperatur ergibt durch die Beziehung: Quotient aus gemessener Drehwinkel dividiert durch die Massenkonzentration und die durchstrahlte Wegstrecke"@de ; + qudt:symbol "0173-1#Z4-BAJ425#001" ; + rdfs:isDefinedBy ; + rdfs:label "specific optical rotational ability" ; + rdfs:label "specific optical rotational ability"@en-US . + +quantitykind:SpecificOpticalRotatoryPower + a qudt:QuantityKind ; + dcterms:description "The \"Specific Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the mass concentration of the substance giving the specific optical rotatory power."^^qudt:LatexString ; + qudt:applicableUnit unit:RAD-M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:informativeReference "http://goldbook.iupac.org/O04313.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_m = \\alpha \\frac{A}{m}$, where $\\alpha$ is the angle of optical rotation, and $m$ is the mass of the optically active component in the path of a linearly polarized light beam of cross sectional area $A$."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_m$"^^qudt:LatexString ; + qudt:plainTextDescription "The \"Specific Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the mass concentration of the substance giving the specific optical rotatory power." ; + rdfs:comment "Applicable units are those of quantitykind:SpecificOpticalRotatoryPower" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Optical Rotatory Power"@en . + +quantitykind:SpecificPower + a qudt:QuantityKind ; + dcterms:description "Specific power, also known as power-to-weight ratio, is the amount of power output per unit mass of the power source. It is generally used to measure the performance of that power source. The higher the ratio, the more power a system produces relative to its weight. It's commonly used in the automotive and aerospace industries to compare the performance of different engines. It's generally measured in watts per kilogram (W/kg) or horsepower per pound (hp/lb)."^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-PER-GM-SEC ; + qudt:applicableUnit unit:GRAY-PER-HR ; + qudt:applicableUnit unit:GRAY-PER-MIN ; + qudt:applicableUnit unit:GRAY-PER-SEC ; + qudt:applicableUnit unit:MicroGRAY-PER-HR ; + qudt:applicableUnit unit:MicroGRAY-PER-MIN ; + qudt:applicableUnit unit:MicroGRAY-PER-SEC ; + qudt:applicableUnit unit:MicroSV-PER-MIN ; + qudt:applicableUnit unit:MicroSV-PER-SEC ; + qudt:applicableUnit unit:MilliGRAY-PER-HR ; + qudt:applicableUnit unit:MilliGRAY-PER-MIN ; + qudt:applicableUnit unit:MilliGRAY-PER-SEC ; + qudt:applicableUnit unit:MilliRAD_R-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-HR ; + qudt:applicableUnit unit:MilliSV-PER-MIN ; + qudt:applicableUnit unit:MilliSV-PER-SEC ; + qudt:applicableUnit unit:MilliW-PER-MilliGM ; + qudt:applicableUnit unit:NanoGRAY-PER-HR ; + qudt:applicableUnit unit:NanoGRAY-PER-MIN ; + qudt:applicableUnit unit:NanoGRAY-PER-SEC ; + qudt:applicableUnit unit:NanoSV-PER-HR ; + qudt:applicableUnit unit:NanoSV-PER-MIN ; + qudt:applicableUnit unit:NanoSV-PER-SEC ; + qudt:applicableUnit unit:REM-PER-SEC ; + qudt:applicableUnit unit:SV-PER-HR ; + qudt:applicableUnit unit:SV-PER-MIN ; + qudt:applicableUnit unit:SV-PER-SEC ; + qudt:applicableUnit unit:W-PER-GM ; + qudt:applicableUnit unit:W-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Power-to-weight_ratio"^^xsd:anyURI ; + qudt:plainTextDescription "Specific power, also known as power-to-weight ratio, is the amount of power output per unit mass of the power source. It is generally used to measure the performance of that power source. The higher the ratio, the more power a system produces relative to its weight. It's commonly used in the automotive and aerospace industries to compare the performance of different engines. It's generally measured in watts per kilogram (W/kg) or horsepower per pound (hp/lb)." ; + rdfs:comment "Applicable units are those of quantitykind:SpecificPower" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Power"@en ; + skos:altLabel "Power-to-Weight Ratio"@en . + +quantitykind:SpecificSurfaceArea + a qudt:QuantityKind ; + dcterms:description "Specific surface area (SSA) is a property of solids defined as the total surface area (SA) of a material per unit mass, (with units of m2/kg or m2/g). It is a physical value that can be used to determine the type and properties of a material (e.g. soil or snow). It has a particular importance for adsorption, heterogeneous catalysis, and reactions on surfaces."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-GM ; + qudt:applicableUnit unit:M2-PER-GM ; + qudt:applicableUnit unit:M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_surface_area"^^xsd:anyURI ; + qudt:latexDefinition "$SSA = \\frac{SA}{\\m}$, where $SA$ is the surface area of an object and $\\m$ is the mass density of the object."^^qudt:LatexString ; + qudt:latexSymbol "$SSA$"^^qudt:LatexString ; + qudt:plainTextDescription "Specific surface area (SSA) is a property of solids defined as the total surface area (SA) of a material per unit mass, (with units of m²/kg or m²/g). It is a physical value that can be used to determine the type and properties of a material (e.g. soil or snow). It has a particular importance for adsorption, heterogeneous catalysis, and reactions on surfaces." ; + rdfs:comment "Applicable units are those of quantitykind:SpecificSurfaceArea" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Surface Area"@en . + +quantitykind:SpecificThrust + a qudt:QuantityKind ; + dcterms:description "Specific impulse (usually abbreviated Isp) is a way to describe the efficiency of rocket and jet engines. It represents the force with respect to the amount of propellant used per unit time.[1] If the \"amount\" of propellant is given in terms of mass (such as kilograms), then specific impulse has units of velocity. If it is given in terms of Earth-weight (such as kiloponds), then specific impulse has units of time. The conversion constant between the two versions of specific impulse is g. The higher the specific impulse, the lower the propellant flow rate required for a given thrust, and in the case of a rocket the less propellant is needed for a given delta-v per the Tsiolkovsky rocket equation."^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_thrust"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:id "Q-160-100" ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_thrust"^^xsd:anyURI ; + qudt:plainTextDescription "Specific impulse (usually abbreviated Isp) is a way to describe the efficiency of rocket and jet engines. It represents the force with respect to the amount of propellant used per unit time.[1] If the \"amount\" of propellant is given in terms of mass (such as kilograms), then specific impulse has units of velocity. If it is given in terms of Earth-weight (such as kiloponds), then specific impulse has units of time. The conversion constant between the two versions of specific impulse is g. The higher the specific impulse, the lower the propellant flow rate required for a given thrust, and in the case of a rocket the less propellant is needed for a given delta-v per the Tsiolkovsky rocket equation." ; + rdfs:isDefinedBy ; + rdfs:label "Specific thrust"@en ; + rdfs:seeAlso quantitykind:SpecificImpulse . + +quantitykind:SpecificVolume + a qudt:QuantityKind ; + dcterms:description "\"Specific Volume\" ($\\nu$) is the volume occupied by a unit of mass of a material. It is equal to the inverse of density."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-GM ; + qudt:applicableUnit unit:DeciL-PER-GM ; + qudt:applicableUnit unit:DeciM3-PER-KiloGM ; + qudt:applicableUnit unit:FT3-PER-LB ; + qudt:applicableUnit unit:IN3-PER-LB ; + qudt:applicableUnit unit:L-PER-KiloGM ; + qudt:applicableUnit unit:M3-PER-KiloGM ; + qudt:applicableUnit unit:MilliL-PER-GM ; + qudt:applicableUnit unit:MilliL-PER-KiloGM ; + qudt:applicableUnit unit:MilliM3-PER-GM ; + qudt:applicableUnit unit:MilliM3-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD175" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD175"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_volume"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$sv = \\frac{1}{\\rho}$, where $\\rho$ is mass density."^^qudt:LatexString ; + qudt:siExactMatch si-quantity:SPVO ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpecificVolume" ; + rdfs:isDefinedBy ; + rdfs:label "Specific Volume"@en ; + rdfs:seeAlso quantitykind:Density . + +quantitykind:SpecificWeight + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloN-PER-M3 ; + qudt:applicableUnit unit:MegaN-PER-M3 ; + qudt:applicableUnit unit:N-PER-M3 ; + qudt:applicableUnit unit:OZ_F-PER-IN3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_weight"^^xsd:anyURI ; + qudt:plainTextDescription "The specific weight, also known as the unit weight is a volume-specific quantity defined as the weight per unit volume of a material. Note that weight is defined as a force, distinct from mass." ; + qudt:symbol "γ" ; + rdfs:comment "Applicable units are those of quantitykind:SpecificWeight" ; + rdfs:isDefinedBy ; + rdfs:label "specific weight"@en . + +quantitykind:SpectralAngularCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Spectral Angular Cross-section\" is the cross-section for ejecting or scattering a particle into an elementary cone with energy $E$ in an energy interval, divided by the solid angle $d\\Omega$ of that cone and the range $dE$ of that interval."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-SR-ERG ; + qudt:applicableUnit unit:M2-PER-SR-J ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = \\int \\int \\sigma_{\\Omega,E} d\\Omega dE$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma_{\\Omega, E}$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpectralAngularCrossSection" ; + rdfs:isDefinedBy ; + rdfs:label "Spectral Angular Cross-section"@en ; + skos:closeMatch quantitykind:AngularCrossSection ; + skos:closeMatch quantitykind:SpectralCrossSection . + +quantitykind:SpectralConcentrationOfRadiantEnergyDensity + a qudt:QuantityKind ; + dcterms:description "energy distribution of the instantaneous value of radiant energy in relation to the volume of the propagation medium"@en ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:plainTextDescription "Energieverteilung des Augenblickswertes der Strahlungsenergie, bezogen auf das Volumen des Ausbreitungsmediums"@de ; + qudt:symbol "0173-1#Z4-BAJ379#002" ; + rdfs:isDefinedBy ; + rdfs:label "spectral concentration of radiant energy density"@en-US . + +quantitykind:SpectralConcentrationOfVibrationalModes + a qudt:QuantityKind ; + dcterms:description "number of vibrational modes in an infinitesimal interval of angular frequency, divided by the size of that interval and by volume"@en ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:plainTextDescription "Anzahl von Vibrationsmodi in einem infinitesimalen Energie-Intervall der Kreisfrequenz, dividiert durch die Größe dieses Energie-Intervalls und durch das zugehörige Volumen"@de ; + qudt:symbol "0173-1#Z4-BAJ431#001" ; + rdfs:isDefinedBy ; + rdfs:label "spectral concentration of vibrational modes (in terms of angular frequency)"@en-US . + +quantitykind:SpectralCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Spectral Cross-section\" is the cross-section for a process in which the energy of the ejected or scattered particle is in an interval of energy, divided by the range $dE$ of this interval."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-ERG ; + qudt:applicableUnit unit:M2-PER-J ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$\\sigma = \\int \\sigma_E dE$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma_E$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpectralCrossSection" ; + rdfs:isDefinedBy ; + rdfs:label "Spectral Cross-section"@en ; + skos:closeMatch quantitykind:AngularCrossSection . + +quantitykind:SpectralDensityOfVibrationalModes + a qudt:QuantityKind ; + qudt:applicableUnit unit:SEC-PER-M3-RAD ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD178" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD178"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:SpectralDensityOfVibrationalModes" ; + rdfs:isDefinedBy ; + rdfs:label "spectral density of vibrational modes" . + +quantitykind:SpectralEmittance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-3D0 ; + qudt:plainTextDescription "Spectral Emittance is a radiometry term for the power per unit area of electromagnetic radiation unit wavelength emerging from a surface." ; + rdfs:isDefinedBy ; + rdfs:label "Measurement Unit of Spectral Emittance" . + +quantitykind:SpectralIrradiance + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-3D0 ; + qudt:plainTextDescription "Spectral Irradiance is a radiometry term for the power per unit area of electromagnetic radiation per unit wavelength incident at a surface." ; + rdfs:isDefinedBy ; + rdfs:label "Measurement Unit of Spectral Irradiance" . + +quantitykind:SpectralLuminousEfficiency + a qudt:QuantityKind ; + dcterms:description "The Spectral Luminous Efficiency is a measure of how well a light source produces visible light. It is the ratio of luminous flux to power. A common choice is to choose units such that the maximum possible efficacy, 683 lm/W, corresponds to an efficiency of 100%."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Luminous_efficacy"^^xsd:anyURI ; + qudt:latexDefinition "$V(\\lambda) = \\frac{\\Phi_\\lambda(\\lambda_m)}{\\Phi_\\lambda(\\lambda)}$, where $\\Phi_\\lambda(\\lambda_m)$ is the spectral radiant flux at wavelength $\\lambda_m$ and $\\Phi_\\lambda(\\lambda)$ is the spectral radiant flux at wavelength $\\lambda$, such that both radiations produce equal luminous sensations under specified photometric conditions and $\\lambda_m$ is chosen so that the maximum value of this ratio is equal to 1."^^qudt:LatexString ; + qudt:plainTextDescription "The Spectral Luminous Efficiency is a measure of how well a light source produces visible light. It is the ratio of luminous flux to power. A common choice is to choose units such that the maximum possible efficacy, 683 lm/W, corresponds to an efficiency of 100%." ; + qudt:symbol "V" ; + rdfs:isDefinedBy ; + rdfs:label "Spectral Luminous Efficiency"@en . + +quantitykind:SpectralRadiance + a qudt:QuantityKind ; + qudt:applicableUnit unit:MicroW-PER-CentiM2-MicroM-SR ; + qudt:applicableUnit unit:MilliW-PER-M2-NanoM-SR ; + qudt:applicableUnit unit:W-PER-M2-MicroM ; + qudt:applicableUnit unit:W-PER-M2-MicroM-SR ; + qudt:applicableUnit unit:W-PER-M2-NanoM-SR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:plainTextDescription "Spectral Radiance is a radiometry term for the power per unit area of electromagnetic radiation per unit wavelength per unit solid angle emerging from a surface." ; + rdfs:comment "Applicable units are those of quantitykind:SpectralRadiance" ; + rdfs:isDefinedBy ; + rdfs:label "Measurement Unit of Spectral Radiance" . + +quantitykind:SpectralRadiantEnergyDensity + a qudt:QuantityKind ; + dcterms:description "\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length)."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-M4 ; + qudt:applicableUnit unit:KiloPA-PER-MilliM ; + qudt:applicableUnit unit:PA-PER-M ; + qudt:applicableUnit unit:PicoPA-PER-KiloM ; + qudt:expression "$M-PER-L2-T2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:plainTextDescription "\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length)." ; + rdfs:comment "Applicable units are those of quantitykind:SpectralRadiantEnergyDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Spectral Radiant Energy Density"@en . + +quantitykind:SpectralRadiantEnergyDensityInTermsOfWavelength + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD179" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD179"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "spectral radiant energy density in terms of wavelength" . + +quantitykind:Speed + a qudt:QuantityKind ; + dcterms:description "Speed is the magnitude of velocity."^^qudt:LatexString ; + qudt:applicableUnit unit:BFT ; + qudt:applicableUnit unit:FT3-PER-MIN-FT2 ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:HZ-M ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:MegaHZ-M ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Speed"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Speed is the magnitude of velocity." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Speed" ; + rdfs:isDefinedBy ; + rdfs:label "Speed"@en . + +quantitykind:SpeedOfLight + a qudt:QuantityKind ; + dcterms:description """ + The quantity kind $\\text{Speed of Light}$ is the speed of electomagnetic waves in a given medium. + """^^qudt:LatexString ; + qudt:applicableUnit unit:SpeedOfLight ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_light"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-34"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:SpeedOfLight" ; + rdfs:isDefinedBy ; + rdfs:label "Hitrost svetlobe"@sl ; + rdfs:label "Işık hızı"@tr ; + rdfs:label "Kelajuan cahaya"@ms ; + rdfs:label "Lichtgeschwindigkeit"@de ; + rdfs:label "Prędkość światła"@pl ; + rdfs:label "Rychlost světla"@cs ; + rdfs:label "Velocidade da luz"@pt ; + rdfs:label "Viteza luminii"@ro ; + rdfs:label "speed of light"@en ; + rdfs:label "velocidad de la luz"@es ; + rdfs:label "velocità della luce"@it ; + rdfs:label "vitesse de la lumière"@fr ; + rdfs:label "Скорость света"@ru ; + rdfs:label "سرعة الضوء"@ar ; + rdfs:label "سرعت نور"@fa ; + rdfs:label "प्रकाश का वेग"@hi ; + rdfs:label "光速"@ja ; + rdfs:label "光速"@zh ; + rdfs:seeAlso constant:MagneticConstant ; + rdfs:seeAlso constant:PermittivityOfVacuum ; + rdfs:seeAlso constant:SpeedOfLight_Vacuum ; + skos:broader quantitykind:Speed . + +quantitykind:SpeedOfSound + a qudt:QuantityKind ; + 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:applicableUnit unit:BFT ; + qudt:applicableUnit unit:FT3-PER-MIN-FT2 ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:HZ-M ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:MegaHZ-M ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_sound"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ; + qudt:latexDefinition "$c = \\sqrt{\\frac{K}{\\rho}}$, where $K$ is the coefficient of stiffness, the bulk modulus (or the modulus of bulk elasticity for gases), and $\\rho$ is the density. Also, $c^2 = \\frac{\\partial p}{\\partial \\rho}$, where $p$ is the pressure and $\\rho$ is the density."^^qudt:LatexString ; + qudt:plainTextDescription "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium." ; + qudt:symbol "c" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Speed" ; + rdfs:isDefinedBy ; + rdfs:label "Hitrost zvoka"@sl ; + rdfs:label "Kelajuan bunyi"@ms ; + rdfs:label "Schallgeschwindigkeit"@de ; + rdfs:label "Ses hızı"@tr ; + rdfs:label "prędkość dźwięku"@pl ; + rdfs:label "rychlost zvuku"@cs ; + rdfs:label "speed of sound"@en ; + rdfs:label "velocidad del sonido"@es ; + rdfs:label "velocidade do som"@pt ; + rdfs:label "velocità del suono"@it ; + rdfs:label "vitesse du son"@fr ; + rdfs:label "viteza sunetului"@ro ; + rdfs:label "скорость звука"@ru ; + rdfs:label "سرعة الصوت"@ar ; + rdfs:label "سرعت صوت"@fa ; + rdfs:label "ध्वनि का वेग"@hi ; + rdfs:label "音速"@ja ; + rdfs:label "音速"@zh ; + skos:altLabel "Schallausbreitungsgeschwindigkeit"@de ; + skos:altLabel "célérité du son"@fr ; + skos:broader quantitykind:Speed ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:SpeedRatio + a qudt:QuantityKind ; + dcterms:description "Speed ratio generally refers to the ratio of the rotational speeds of two interconnected rotating components, but it sometimes relates linear speeds." ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://sciencing.com/calculate-speed-ratio-7598425.html"^^xsd:anyURI ; + qudt:plainTextDescription "Speed ratio generally refers to the ratio of the rotational speeds of two interconnected rotating components, but it sometimes relates linear speeds." ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Speed Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:SphericalIlluminance + a qudt:QuantityKind ; + dcterms:description "Spherical illuminance is equal to quotient of the total luminous flux $\\Phi_v$ incident on a small sphere by the cross section area of that sphere."^^qudt:LatexString ; + qudt:applicableUnit unit:FC ; + qudt:applicableUnit unit:LUX ; + qudt:applicableUnit unit:PHOT ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ; + qudt:latexDefinition "$E_v,0 = \\int_{4\\pi sr}{L_v}{d\\Omega}$, where $d\\Omega$ is the solid angle of each elementary beam passing through the given point and $L_v$ is its luminance at that point in the direction of the beam."^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Illuminance"@en ; + skos:broader quantitykind:Illuminance . + +quantitykind:Spin + a qudt:QuantityKind ; + 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:applicableUnit unit:ERG-SEC ; + qudt:applicableUnit unit:EV-SEC ; + qudt:applicableUnit unit:FT-LB_F-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:applicableUnit unit:KiloGM-M2-PER-SEC ; + qudt:applicableUnit unit:N-M-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Spin_(physics)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "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:symbol "s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularMomentum" ; + rdfs:isDefinedBy ; + rdfs:label "Spin"@de ; + rdfs:label "Spin"@ms ; + rdfs:label "Spin"@ro ; + rdfs:label "Spin"@tr ; + rdfs:label "espín"@es ; + rdfs:label "spin"@cs ; + rdfs:label "spin"@en ; + rdfs:label "spin"@fr ; + rdfs:label "spin"@it ; + rdfs:label "spin"@pl ; + rdfs:label "spin"@pt ; + rdfs:label "spin"@sl ; + rdfs:label "Спин"@ru ; + rdfs:label "اسپین/چرخش"@fa ; + rdfs:label "لف مغزلي"@ar ; + rdfs:label "スピン角運動量"@ja ; + rdfs:label "自旋"@zh ; + skos:broader quantitykind:AngularMomentum . + +quantitykind:SpinQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD371" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD371"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$s^2 = \\hbar^2 s(s + 1)$, where $s$ is the spin quantum number and $\\hbar$ is the Planck constant."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Spin Quantum Number\" describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis" ; + qudt:symbol "s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SpinQuantumNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Spin Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:MagneticQuantumNumber ; + skos:closeMatch quantitykind:OrbitalAngularMomentumQuantumNumber ; + skos:closeMatch quantitykind:PrincipalQuantumNumber . + +quantitykind:SquareEnergy + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L4I0M2H0T-4D0 ; + rdfs:isDefinedBy ; + rdfs:label "Square Energy"@en . + +quantitykind:SquareTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:GM-PER-CentiM-BAR ; + qudt:applicableUnit unit:GM-PER-MilliM-BAR ; + qudt:applicableUnit unit:SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Time_Squared"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + rdfs:comment "Applicable units are those of quantitykind:SquareTime" ; + rdfs:isDefinedBy ; + rdfs:label "Square Time"@en . + +quantitykind:StagePropellantMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_F" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Stage Propellant Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:StageStructuralMass + a qudt:QuantityKind ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "M_S" ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Stage Structure Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:StandardAbsoluteActivity + a qudt:QuantityKind ; + dcterms:description "The \"Standard Absolute Activity\" is proportional to the absoulte activity of the pure substance $B$ at the same temperature and pressure multiplied by the standard pressure."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Activity_coefficient"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda_B^\\Theta = \\lambda_B^*(p^\\Theta)$, where $\\lambda_B^\\Theta$ the absolute activity of the pure substance $B$ at the same temperature and pressure, and $p^\\Theta$ is standard pressure."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda_B^\\Theta$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:StandardAbsoluteActivity" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Absolute Activity"@en . + +quantitykind:StandardChemicalPotential + a qudt:QuantityKind ; + dcterms:description "\"Standard Chemical Potential\" is the value of the chemical potential at standard conditions"^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-MOL ; + qudt:applicableUnit unit:KiloCAL-PER-MOL ; + qudt:applicableUnit unit:KiloJ-PER-MOL ; + qudt:expression "$j-mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Chemical_potential"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu_B^\\Theta$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Standard Chemical Potential\" is the value of the chemical potential at standard conditions" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MolarEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Chemical Potential"@en ; + skos:broader quantitykind:ChemicalPotential . + +quantitykind:StandardGravitationalParameter + a qudt:QuantityKind ; + dcterms:description "In celestial mechanics the standard gravitational parameter of a celestial body is the product of the gravitational constant G and the mass M of the body. Expressed as $\\mu = G \\cdot M$. The SI units of the standard gravitational parameter are $m^{3}s^{-2}$."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloM3-PER-SEC2 ; + qudt:applicableUnit unit:M3-PER-SEC2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Standard_gravitational_parameter"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_gravitational_parameter"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:StandardGravitationalParameter" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Gravitational Parameter"@en . + +quantitykind:StateDensity + a qudt:QuantityKind ; + dcterms:description "function of energy in a solid, determined by the number of permissible quantum states in the energy range between E and E+dE per volume of material of this solid"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Funktion der Energie in einem Festkörper, bestimmt durch die Anzahl von erlaubten Quantenzuständen im Energiebereich zwischen E und E+dE je Volumen des Materials dieses Festkörpers"@de ; + qudt:symbol "0173-1#Z4-BAJ427#001" ; + rdfs:isDefinedBy ; + rdfs:label "state density"@en-US . + +quantitykind:StateDensityAsExpressionOfAngularFrequency + a qudt:QuantityKind ; + dcterms:description "ratio between number of vibration modes in an infinitesimal interval of the angular frequency and the length of this interval and the volume"@en ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD180" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD180"^^xsd:anyURI ; + qudt:plainTextDescription "Quotient aus Anzahl von Vibrationsmodi in einem infinitesimalen Intervall der Kreisfrequenz durch die Spannweite dieses Intervalls und das Volumen"@de ; + qudt:symbol "0173-1#Z4-BAJ454#001" ; + rdfs:isDefinedBy ; + rdfs:label "state density as expression of angular frequency)" ; + rdfs:label "state density as expression of angular frequency"@en-US . + +quantitykind:StateOfCharge + a qudt:QuantityKind ; + dcterms:description "\"State of Charge\",quantifies the remaining capacity available in a battery at a given time and in relation to a given state of ageing."^^qudt:LatexString ; + qudt:applicableSIUnit unit:PERCENT ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:PERCENT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/State_of_charge"^^xsd:anyURI ; + qudt:plainTextDescription "\"\"State of Charge\",quantifies the remaining capacity available in a battery at a given time and in relation to a given state of ageing." ; + qudt:symbol "SoC" ; + rdfs:comment "Applicable units are those of quantitykind:StateOfCharge" ; + rdfs:isDefinedBy ; + rdfs:label "State of charge"@en ; + skos:altLabel "Remaining battery energy level"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:StaticFriction + a qudt:QuantityKind ; + dcterms:description "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. " ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Static Friction"@en ; + skos:broader quantitykind:Friction . + +quantitykind:StaticFrictionCoefficient + a qudt:QuantityKind ; + dcterms:description "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\mu = \\frac{F_max}{N}$, where $F_max$ is the maximum tangential component of the contact force and $N$ is the normal component of the contact force between two bodies at relative rest."^^qudt:LatexString ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. " ; + qudt:qkdvDenominator qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:FrictionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Static Friction Coefficient"@en ; + skos:broader quantitykind:FrictionCoefficient . + +quantitykind:StaticPressure + a qudt:QuantityKind ; + dcterms:description "\"Static Pressure\" is the pressure at a nominated point in a fluid. Every point in a steadily flowing fluid, regardless of the fluid speed at that point, has its own static pressure $P$, dynamic pressure $q$, and total pressure $P_0$. The total pressure is the sum of the dynamic and static pressures, that is $P_0 = P + q$."^^qudt:LatexString ; + qudt:abbreviation "p" ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Static_pressure"^^xsd:anyURI ; + qudt:symbol "p" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Static pressure"@en ; + skos:broader quantitykind:Pressure ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:StatisticalWeight + a qudt:QuantityKind ; + dcterms:description "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Statistical_weight"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:plainTextDescription "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state." ; + qudt:symbol "g" ; + rdfs:comment "Applicable units are those of quantitykind:StatisticalWeight" ; + rdfs:isDefinedBy ; + rdfs:label "Statistical Weight"@en . + +quantitykind:StochasticProcess + a qudt:QuantityKind ; + dcterms:description "In probability theory, a stochastic process, or sometimes random process is a collection of random variables; this is often used to represent the evolution of some random value, or system, over time. This is the probabilistic counterpart to a deterministic process (or deterministic system)."^^qudt:LatexString ; + qudt:applicableUnit unit:CYC-PER-SEC ; + qudt:applicableUnit unit:GigaHZ ; + qudt:applicableUnit unit:HZ ; + qudt:applicableUnit unit:KiloHZ ; + qudt:applicableUnit unit:MegaHZ ; + qudt:applicableUnit unit:MilliHZ ; + qudt:applicableUnit unit:NUM-PER-HR ; + qudt:applicableUnit unit:NUM-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-YR ; + qudt:applicableUnit unit:PER-DAY ; + qudt:applicableUnit unit:PER-HR ; + qudt:applicableUnit unit:PER-MIN ; + qudt:applicableUnit unit:PER-MO ; + qudt:applicableUnit unit:PER-MilliSEC ; + qudt:applicableUnit unit:PER-SEC ; + qudt:applicableUnit unit:PER-WK ; + qudt:applicableUnit unit:PER-YR ; + qudt:applicableUnit unit:PERCENT-PER-DAY ; + qudt:applicableUnit unit:PERCENT-PER-HR ; + qudt:applicableUnit unit:PERCENT-PER-MO ; + qudt:applicableUnit unit:PPTH-PER-HR ; + qudt:applicableUnit unit:PetaHZ ; + qudt:applicableUnit unit:PlanckFrequency ; + qudt:applicableUnit unit:SAMPLE-PER-SEC ; + qudt:applicableUnit unit:TeraHZ ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Stochastic_process"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stochastic_process"^^xsd:anyURI ; + qudt:plainTextDescription "In probability theory, a stochastic process, or sometimes random process is a collection of random variables; this is often used to represent the evolution of some random value, or system, over time. This is the probabilistic counterpart to a deterministic process (or deterministic system)." ; + qudt:symbol "X" ; + rdfs:comment "Applicable units are those of quantitykind:Frequency" ; + rdfs:isDefinedBy ; + rdfs:label "Stochastic Process"@en ; + skos:broader quantitykind:Frequency . + +quantitykind:StoichiometricNumber + a qudt:QuantityKind ; + dcterms:description "Chemical reactions, as macroscopic unit operations, consist of simply a very large number of elementary reactions, where a single molecule reacts with another molecule. As the reacting molecules (or moieties) consist of a definite set of atoms in an integer ratio, the ratio between reactants in a complete reaction is also in integer ratio. A reaction may consume more than one molecule, and the \"Stoichiometric Number\" counts this number, defined as positive for products (added) and negative for reactants (removed)."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stoichiometry"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexSymbol "$\\nu_B$"^^qudt:LatexString ; + qudt:plainTextDescription "Chemical reactions, as macroscopic unit operations, consist of simply a very large number of elementary reactions, where a single molecule reacts with another molecule. As the reacting molecules (or moieties) consist of a definite set of atoms in an integer ratio, the ratio between reactants in a complete reaction is also in integer ratio. A reaction may consume more than one molecule, and the \"Stoichiometric Number\" counts this number, defined as positive for products (added) and negative for reactants (removed)." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:StoichiometricNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Stoichiometric Number"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:Strain + a qudt:QuantityKind ; + dcterms:description "In any branch of science dealing with materials and their behaviour, strain is the geometrical expression of deformation caused by the action of stress on a physical body. Strain is calculated by first assuming a change between two body states: the beginning state and the final state. Then the difference in placement of two points in this body in those two states expresses the numerical value of strain. Strain therefore expresses itself as a change in size and/or shape. [Wikipedia]. Strain is commonly used as a synonym for LinearStrain."^^qudt:LatexString ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Strain"^^xsd:anyURI ; + qudt:exactMatch quantitykind:LinearStrain ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ; + qudt:latexSymbol "$\\epsilon$"^^qudt:LatexString ; + qudt:plainTextDescription "In any branch of science dealing with materials and their behaviour, strain is the geometrical expression of deformation caused by the action of stress on a physical body. Strain is calculated by first assuming a change between two body states: the beginning state and the final state. Then the difference in placement of two points in this body in those two states expresses the numerical value of strain. Strain therefore expresses itself as a change in size and/or shape. [Wikipedia] Strain is commonly used as a synonym for LinearStrain." ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:LengthRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Strain"@en ; + rdfs:seeAlso quantitykind:VolumeStrain ; + skos:broader quantitykind:LengthRatio . + +quantitykind:StrainEnergyDensity + a qudt:QuantityKind ; + dcterms:description "Defined as the 'work done' for a given strain, that is the area under the stress-strain curve after a specified eation. Source(s): http://www.prepol.com/product-range/product-subpages/terminology"^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT3 ; + qudt:applicableUnit unit:BTU_TH-PER-FT3 ; + qudt:applicableUnit unit:ERG-PER-CentiM3 ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:applicableUnit unit:MegaJ-PER-M3 ; + qudt:applicableUnit unit:W-HR-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "Defined as the 'work done' for a given strain, that is the area under the stress-strain curve after a specified eation. Source(s): http://www.prepol.com/product-range/product-subpages/terminology" ; + qudt:symbol "u" ; + rdfs:comment "Applicable units are those of quantitykind:EnergyDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Strain Energy Density"@en ; + skos:broader quantitykind:EnergyDensity . + +quantitykind:StrainEnergyReleaseRate + a qudt:QuantityKind ; + dcterms:description "In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area."^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-PER-CentiM2 ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:J-PER-CentiM2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:MegaJ-PER-M2 ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Energy_release_rate_(fracture_mechanics)"^^xsd:anyURI ; + qudt:latexSymbol "$\\G$"^^qudt:LatexString ; + qudt:plainTextDescription "In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area." ; + qudt:symbol "G" ; + rdfs:comment "Applicable units are those of quantitykind:StrainEnergyReleaseRate" ; + rdfs:isDefinedBy ; + rdfs:label "Strain Energy Release Rate"@en ; + skos:broader quantitykind:EnergyPerArea . + +quantitykind:Stress + a qudt:QuantityKind ; + dcterms:description "Stress is a measure of the average amount of force exerted per unit area of a surface within a deformable body on which internal forces act. In other words, it is a measure of the intensity or internal distribution of the total internal forces acting within a deformable body across imaginary surfaces. These internal forces are produced between the particles in the body as a reaction to external forces applied on the body. Stress is defined as ${\\rm{Stress}} = \\frac{F}{A}$."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ; + qudt:latexDefinition "${\\rm{Stress}} = \\frac{F}{A}$"^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Stress"@en ; + skos:broader quantitykind:ForcePerArea . + +quantitykind:StressIntensityFactor + a qudt:QuantityKind ; + dcterms:description "In fracture mechanics, the stress intensity factor (K) is used to predict the stress state (\"stress intensity\") near the tip of a crack or notch caused by a remote load or residual stresses. It is a theoretical construct usually applied to a homogeneous, linear elastic material and is useful for providing a failure criterion for brittle materials, and is a critical technique in the discipline of damage tolerance. The concept can also be applied to materials that exhibit small-scale yielding at a crack tip."^^qudt:LatexString ; + qudt:applicableUnit unit:MegaPA-M0dot5 ; + qudt:applicableUnit unit:PA-M0dot5 ; + qudt:hasDimensionVector qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stress_intensity_factor"^^xsd:anyURI ; + qudt:latexSymbol "$\\K$"^^qudt:LatexString ; + qudt:plainTextDescription "In fracture mechanics, the stress intensity factor (K) is used to predict the stress state (\"stress intensity\") near the tip of a crack or notch caused by a remote load or residual stresses. It is a theoretical construct usually applied to a homogeneous, linear elastic material and is useful for providing a failure criterion for brittle materials, and is a critical technique in the discipline of damage tolerance. The concept can also be applied to materials that exhibit small-scale yielding at a crack tip." ; + qudt:symbol "K" ; + rdfs:comment "Applicable units are those of quantitykind:StressIntensityFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Stress Intensity Factor"@en . + +quantitykind:StressOpticCoefficient + a qudt:QuantityKind ; + dcterms:description "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law Δ=((2πt)/λ)C(σ₁-σ₂), where Δ is the induced retardation, C is the stress-optic coefficient, t is the specimen thickness, λ is the vacuum wavelength, and σ₁ and σ₂ are the first and second principal stresses, respectively."^^qudt:LatexString ; + qudt:applicableUnit unit:BREWSTER ; + qudt:applicableUnit unit:NanoM-PER-CentiM-MegaPA ; + qudt:applicableUnit unit:NanoM-PER-CentiM-PSI ; + qudt:applicableUnit unit:NanoM-PER-MilliM-MegaPA ; + qudt:applicableUnit unit:PER-MegaPA ; + qudt:applicableUnit unit:PER-PA ; + qudt:applicableUnit unit:PER-PSI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:informativeReference "https://en.wikipedia.org/w/index.php?title=Photoelasticity&oldid=1109858854#Experimental_principles"^^xsd:anyURI ; + qudt:latexDefinition "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law $\\Delta ={\\frac {2\\pi t}{\\lambda }}C(\\sigma _{1}-\\sigma _{2})$, where $\\Delta$ is the induced retardation, $C$ is the stress-optic coefficient, $t$ is the specimen thickness, $\\lambda$ is the vacuum wavelength, and $\\sigma_1$ and $\\sigma_2$ are the first and second principal stresses, respectively."^^qudt:LatexString ; + qudt:plainTextDescription "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law Δ=((2πt)/λ)C(σ₁-σ₂), where Δ is the induced retardation, C is the stress-optic coefficient, t is the specimen thickness, λ is the vacuum wavelength, and σ₁ and σ₂ are the first and second principal stresses, respectively." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:StressOpticCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Stress-Optic Coefficient"@en . + +quantitykind:StructuralEfficiency + a qudt:QuantityKind ; + dcterms:description "Structural efficiency is a function of the weight of structure to the afforded vehicle's strength."^^qudt:LatexString ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ; + qudt:plainTextDescription "Structural efficiency is a function of the weight of structure to the afforded vehicle's strength." ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Structural Efficiency"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:StructureFactor + a qudt:QuantityKind ; + dcterms:description "\"Structure Factor\" is a mathematical description of how a material scatters incident radiation."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Structure_factor"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$F(h, k, l) = \\sum_{n=1}^N f_n\\exp{[2\\pi i(hx_n + ky_n +lz_n)]}$, where $f_n$ is the atomic scattering factor for atom $n$, and $x_n$, $y_n$, and $z_n$ are fractional coordinates in the unit cell; for $h$, $k$, and $l$."^^qudt:LatexString ; + qudt:plainTextDescription "\"Structure Factor\" is a mathematical description of how a material scatters incident radiation." ; + qudt:symbol "F(h, k, l)" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:StructureFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Structure Factor"@en . + +quantitykind:SunProtectionFactorOfAProduct + a qudt:QuantityKind ; + qudt:applicableUnit unit:SPF ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD366" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD366"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:SunProtectionFactorOfAProduct" ; + rdfs:isDefinedBy ; + rdfs:label "sun protection factor of a product" . + +quantitykind:SuperconductionTransitionTemperature + a qudt:QuantityKind ; + dcterms:description "\"Superconduction Transition Temperature\" is the critical thermodynamic temperature of a superconductor."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Superconductivity"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Superconduction Transition Temperature\" is the critical thermodynamic temperature of a superconductor." ; + qudt:symbol "T_c" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Superconduction Transition Temperature"@en ; + skos:broader quantitykind:Temperature ; + skos:closeMatch quantitykind:CurieTemperature ; + skos:closeMatch quantitykind:NeelTemperature . + +quantitykind:SuperconductorEnergyGap + a qudt:QuantityKind ; + dcterms:description "\"Superconductor Energy Gap\" is the width of the forbidden energy band in a superconductor."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/BCS_theory"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Superconductor Energy Gap\" is the width of the forbidden energy band in a superconductor." ; + qudt:symbol "Δ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Superconductor Energy Gap"@en ; + skos:broader quantitykind:GapEnergy . + +quantitykind:SurfaceActivityDensity + a qudt:QuantityKind ; + dcterms:description "The \"Surface Activity Density\" is undefined."^^qudt:LatexString ; + qudt:applicableUnit unit:BQ-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$a_s = \\frac{A}{S}$, where $S$ is the total area of the surface of a sample and $A$ is its activity."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Surface Activity Density\" is undefined." ; + qudt:symbol "a_s" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SurfaceActivityDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Surface Activity Density"@en . + +quantitykind:SurfaceCoefficientOfHeatTransfer + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:expression "$surface-heat-xfer-coeff$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$q = h (T_s - T_r)$, where $T_s$ is areic heat flow rate is the thermodynamic temperature of the surface, and is a reference thermodynamic temperature characteristic of the adjacent surroundings."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:SurfaceCoefficientOfHeatTransfer" ; + rdfs:isDefinedBy ; + rdfs:label "Surface Coefficient of Heat Transfer"@en . + +quantitykind:SurfaceDensity + a qudt:QuantityKind ; + dcterms:description "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area."^^qudt:LatexString ; + qudt:applicableUnit unit:GM-PER-MilliM2 ; + qudt:applicableUnit unit:KiloGM-PER-KiloM2 ; + qudt:applicableUnit unit:KiloGM-PER-M2 ; + qudt:applicableUnit unit:LB-PER-IN2 ; + qudt:applicableUnit unit:LB-PER-YD2 ; + qudt:applicableUnit unit:MicroGM-PER-IN2 ; + qudt:applicableUnit unit:OZ-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Area_density"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\rho_A = \\frac{dm}{dA}$, where $m$ is mass and $A$ is area."^^qudt:LatexString ; + qudt:latexSymbol "$\\rho_A$"^^qudt:LatexString ; + qudt:plainTextDescription "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area." ; + qudt:siExactMatch si-quantity:SUDE ; + rdfs:comment "Applicable units are those of quantitykind:SurfaceDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Surface Density"@en . + +quantitykind:SurfaceRelatedVolumeFlow + a qudt:QuantityKind ; + dcterms:description "quotient of the volume of a material, which passes through a specified surface, and the therefor required time divided by this specified area"@en ; + qudt:applicableUnit unit:M3-PER-HA-YR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "Quotient aus dem Volumen eines Stoffes, das durch eine vorgegebene Oberfläche hindurchgeht, und der dazu benötigten Zeit dividiert durch diese vorgegebene Fläche"@de ; + qudt:symbol "0173-1#Z4-BAJ421#003" ; + rdfs:comment "Applicable units are those of quantitykind:SurfaceRelatedVolumeFlow" ; + rdfs:isDefinedBy ; + rdfs:label "surface-related volume flow"@en-US . + +quantitykind:SurfaceRelatedVolumeFlowRate + a qudt:QuantityKind ; + qudt:applicableUnit unit:M3-PER-SEC-M2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD183" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD183"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:SurfaceRelatedVolumeFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "surface‑related volume flow rate" . + +quantitykind:SurfaceTension + a qudt:QuantityKind ; + 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:applicableUnit unit:BTU_IT-PER-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2 ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2 ; + qudt:applicableUnit unit:CentiN-M-PER-M2 ; + qudt:applicableUnit unit:ERG-PER-CentiM2 ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2 ; + qudt:applicableUnit unit:FT-LB_F-PER-M2 ; + qudt:applicableUnit unit:GigaJ-PER-M2 ; + qudt:applicableUnit unit:GigaN-M-PER-M2 ; + qudt:applicableUnit unit:J-PER-CentiM2 ; + qudt:applicableUnit unit:J-PER-M2 ; + qudt:applicableUnit unit:KiloBTU_IT-PER-FT2 ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM-PER-SEC2 ; + qudt:applicableUnit unit:KiloN-M-PER-M2 ; + qudt:applicableUnit unit:KiloW-HR-PER-M2 ; + qudt:applicableUnit unit:LANGLEY ; + qudt:applicableUnit unit:LB_F-PER-IN ; + qudt:applicableUnit unit:MegaJ-PER-M2 ; + qudt:applicableUnit unit:MegaN-M-PER-M2 ; + qudt:applicableUnit unit:MicroN-M-PER-M2 ; + qudt:applicableUnit unit:MilliJ-PER-M2 ; + qudt:applicableUnit unit:MilliN-M-PER-M2 ; + qudt:applicableUnit unit:N-M-PER-M2 ; + qudt:applicableUnit unit:NanoN-M-PER-M2 ; + qudt:applicableUnit unit:W-HR-PER-M2 ; + qudt:applicableUnit unit:W-SEC-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD184" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD184"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Surface_tension"^^xsd:anyURI ; + qudt:latexDefinition "$\\gamma = \\frac{dF}{dl}$, where $F$ is the force component perpendicular to a line element in a surface and $l$ is the length of the line element."^^qudt:LatexString ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:plainTextDescription "\"Surface Tension\" is a contractive tendency of the surface of a liquid that allows it to resist an external force." ; + qudt:siExactMatch si-quantity:SUTE ; + qudt:symbol "γ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Oberflächenspannung"@de ; + rdfs:label "Tegangan permukaan"@ms ; + rdfs:label "Tensiune superficială"@ro ; + rdfs:label "Yüzey gerilimi"@tr ; + rdfs:label "napięcie powierzchniowe"@pl ; + rdfs:label "povrchové napětí"@cs ; + rdfs:label "površinska napetost"@sl ; + rdfs:label "surface tension"@en ; + rdfs:label "tension superficielle"@fr ; + rdfs:label "tensione superficiale"@it ; + rdfs:label "tensión superficial"@es ; + rdfs:label "tensão superficial"@pt ; + rdfs:label "поверхностное натяжение"@ru ; + rdfs:label "توتر سطحي"@ar ; + rdfs:label "کشش سطحی"@fa ; + rdfs:label "पृष्ठ तनाव"@hi ; + rdfs:label "表面张力"@zh ; + rdfs:label "表面張力"@ja ; + skos:altLabel "tension de surface"@fr ; + skos:broader quantitykind:EnergyPerArea . + +quantitykind:SurgeImpedanceOfTheMedium + a qudt:QuantityKind ; + dcterms:description "in a mechanical system the area-related quotient of a force affecting to a point divided by the resulting component of the particle velocity in direction of the force"@en ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD185" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD185"^^xsd:anyURI ; + qudt:plainTextDescription "in einem mechanischen System der flächenbezogene Quotient einer an einem Punkt angreifenden Kraft durch die resultierende Komponente der Teilchengeschwindigkeit in Richtung der Kraft"@de ; + qudt:symbol "0173-1#Z4-BAJ323#002" ; + rdfs:isDefinedBy ; + rdfs:label "surge impedance of the medium" ; + rdfs:label "surge impedance of the medium"@en-US . + +quantitykind:Susceptance + a qudt:QuantityKind ; + dcterms:description "\"Susceptance\" is the imaginary part of admittance. The inverse of admittance is impedance and the real part of admittance is conductance. "^^qudt:LatexString ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Susceptance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-54"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Susceptance?oldid=430151986"^^xsd:anyURI ; + qudt:latexDefinition "$B = \\lim{\\underline{Y}}$, where $\\underline{Y}$ is admittance."^^qudt:LatexString ; + qudt:plainTextDescription "\"Susceptance\" is the imaginary part of admittance. The inverse of admittance is impedance and the real part of admittance is conductance. " ; + qudt:symbol "B" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Susceptance"@en ; + rdfs:seeAlso quantitykind:Conductance ; + rdfs:seeAlso quantitykind:Impedance . + +quantitykind:SymbolTransmissionRate + a qudt:QuantityKind ; + dcterms:description "rate, at which a symbol, consisting of one or more bits, is transmitted per second"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Geschwindigkeit, mit der ein aus mehreren Bit bestehendes Symbol je Sekunde übertragen wird"@de ; + qudt:symbol "0173-1#Z4-BAJ386#002" ; + rdfs:isDefinedBy ; + rdfs:label "symbol transmission rate"@en-US . + +quantitykind:SystolicBloodPressure + a qudt:QuantityKind ; + dcterms:description "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/acref/acref-9780199549351-e-1162"^^xsd:anyURI ; + qudt:plainTextDescription "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Systolic Blood Pressure"@en ; + rdfs:seeAlso quantitykind:DiastolicBloodPressure ; + skos:broader quantitykind:Pressure . + +quantitykind:TARGET-BOGIE-MASS + a qudt:QuantityKind ; + dcterms:description "An informal mass limit established by a Project Office (at the Element Integrated Product Team (IPT) level or below) to control mass."^^qudt:LatexString ; + qudt:applicableUnit unit:AMU ; + qudt:applicableUnit unit:CARAT ; + qudt:applicableUnit unit:CWT_LONG ; + qudt:applicableUnit unit:CWT_SHORT ; + qudt:applicableUnit unit:CentiGM ; + qudt:applicableUnit unit:DRAM_UK ; + qudt:applicableUnit unit:DRAM_US ; + qudt:applicableUnit unit:DWT ; + qudt:applicableUnit unit:DecaGM ; + qudt:applicableUnit unit:DeciGM ; + qudt:applicableUnit unit:DeciTONNE ; + qudt:applicableUnit unit:DeciTON_Metric ; + qudt:applicableUnit unit:EarthMass ; + qudt:applicableUnit unit:FemtoGM ; + qudt:applicableUnit unit:GM ; + qudt:applicableUnit unit:GM_Carbon ; + qudt:applicableUnit unit:GM_DRY ; + qudt:applicableUnit unit:GM_Nitrogen ; + qudt:applicableUnit unit:GRAIN ; + qudt:applicableUnit unit:HectoGM ; + qudt:applicableUnit unit:Hundredweight_UK ; + qudt:applicableUnit unit:Hundredweight_US ; + qudt:applicableUnit unit:KiloGM ; + qudt:applicableUnit unit:KiloLB ; + qudt:applicableUnit unit:KiloTONNE ; + qudt:applicableUnit unit:KiloTON_Metric ; + qudt:applicableUnit unit:LB ; + qudt:applicableUnit unit:LB_M ; + qudt:applicableUnit unit:LB_T ; + qudt:applicableUnit unit:LunarMass ; + qudt:applicableUnit unit:MOMME_Pearl ; + qudt:applicableUnit unit:MOMME_Textile ; + qudt:applicableUnit unit:MegaGM ; + qudt:applicableUnit unit:MegaTON ; + qudt:applicableUnit unit:MegaTONNE ; + qudt:applicableUnit unit:MicroGM ; + qudt:applicableUnit unit:MilliGM ; + qudt:applicableUnit unit:NanoGM ; + qudt:applicableUnit unit:OZ ; + qudt:applicableUnit unit:OZ_M ; + qudt:applicableUnit unit:OZ_TROY ; + qudt:applicableUnit unit:PENNYWEIGHT ; + qudt:applicableUnit unit:PFUND ; + qudt:applicableUnit unit:PicoGM ; + qudt:applicableUnit unit:PlanckMass ; + qudt:applicableUnit unit:Quarter_UK ; + qudt:applicableUnit unit:SLUG ; + qudt:applicableUnit unit:SolarMass ; + qudt:applicableUnit unit:Stone_UK ; + qudt:applicableUnit unit:TON ; + qudt:applicableUnit unit:TONNE ; + qudt:applicableUnit unit:TON_Assay ; + qudt:applicableUnit unit:TON_LONG ; + qudt:applicableUnit unit:TON_Metric ; + qudt:applicableUnit unit:TON_SHORT ; + qudt:applicableUnit unit:TON_UK ; + qudt:applicableUnit unit:TON_US ; + qudt:applicableUnit unit:U ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:plainTextDescription "An informal mass limit established by a Project Office (at the Element Integrated Product Team (IPT) level or below) to control mass." ; + rdfs:comment "Applicable units are those of quantitykind:Mass" ; + rdfs:isDefinedBy ; + rdfs:label "Target Bogie Mass"@en ; + skos:broader quantitykind:Mass . + +quantitykind:Temperature + a qudt:QuantityKind ; + dcterms:description "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Temperature"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD374" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD374"^^xsd:anyURI ; + qudt:plainTextDescription "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature"@en ; + rdfs:seeAlso quantitykind:ThermodynamicTemperature . + +quantitykind:TemperatureAmountOfSubstance + a qudt:QuantityKind ; + qudt:applicableUnit unit:MOL-DEG_C ; + qudt:applicableUnit unit:MOL-K ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:TemperatureAmountOfSubstance" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Amount of Substance"@en . + +quantitykind:TemperatureBasedAmountOfSubstanceConcentration + a qudt:QuantityKind ; + dcterms:description "ratio of material concentration divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Stoffmengenkonzentration dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ395#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based amount-of-substance concentration"@en-US . + +quantitykind:TemperatureBasedDensity + a qudt:QuantityKind ; + dcterms:description "ratio of density divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Dichte dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ389#003" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based density"@en-US . + +quantitykind:TemperatureBasedDynamicViscosity + a qudt:QuantityKind ; + dcterms:description "ratio of dynamic viscosity, divided by temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient der dynamischen Viskosität dividiert durch die Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ390#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based dynamic viscosity"@en-US . + +quantitykind:TemperatureBasedKinematicViscosity + a qudt:QuantityKind ; + dcterms:description "ratio of dynamic viscosity and the density of a material, divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ392#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based kinematic viscosity"@en-US . + +quantitykind:TemperatureBasedLength + a qudt:QuantityKind ; + dcterms:description "ratio of length divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:plainTextDescription "Quotient aus Länge dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ393#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based length"@en-US . + +quantitykind:TemperatureBasedMass + a qudt:QuantityKind ; + dcterms:description "ratio of mass divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Masse dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ394#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based mass"@en-US . + +quantitykind:TemperatureBasedMassFlowRate + a qudt:QuantityKind ; + dcterms:description "ratio of mass flow divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Massenstrom dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ396#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based mass flow rate"@en-US . + +quantitykind:TemperatureBasedQuantity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based quantity"@en-US . + +quantitykind:TemperatureBasedVelocity + a qudt:QuantityKind ; + dcterms:description "ratio of velocity divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Geschwindigkeit dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ391#001" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based velocity"@en-US . + +quantitykind:TemperatureBasedVolumeFlowRate + a qudt:QuantityKind ; + dcterms:description "ratio of volume flow divided by the related temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Quotient aus Volumenstrom dividiert durch die zugehörige Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ397#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-based volume flow rate"@en-US . + +quantitykind:TemperatureDifference + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:informativeReference "https://www.merusonline.com/delta-t-temperature/"^^xsd:anyURI ; + qudt:plainTextDescription "Temperature difference (Delta T) is the difference of temperatures between two measuring points" ; + qudt:symbol "ΔT" ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Temperaturdifferenz"@de ; + rdfs:label "temperature difference"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:TemperatureGradient + a qudt:QuantityKind ; + dcterms:description "The temperature gradient measures the difference of a temperature per length, as for instance used in an external wall or its layers. It is usually measured in K/m."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C-PER-M ; + qudt:applicableUnit unit:K-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H1T0D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifctemperaturegradientmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The temperature gradient measures the difference of a temperature per length, as for instance used in an external wall or its layers. It is usually measured in K/m." ; + rdfs:comment "Applicable units are those of quantitykind:TemperatureGradient" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Gradient"@en . + +quantitykind:TemperaturePerMagneticFluxDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:K-PER-T ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H1T2D0 ; + rdfs:comment "Applicable units are those of quantitykind:TemperaturePerMagneticFluxDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature per Magnetic Flux Density"@en . + +quantitykind:TemperaturePerSquareTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_F-PER-SEC2 ; + qudt:applicableUnit unit:K-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:TemperaturePerSquareTime" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature per Square Time"@en . + +quantitykind:TemperaturePerTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C-PER-HR ; + qudt:applicableUnit unit:DEG_C-PER-MIN ; + qudt:applicableUnit unit:DEG_C-PER-SEC ; + qudt:applicableUnit unit:DEG_C-PER-YR ; + qudt:applicableUnit unit:DEG_F-PER-HR ; + qudt:applicableUnit unit:DEG_F-PER-MIN ; + qudt:applicableUnit unit:DEG_F-PER-SEC ; + qudt:applicableUnit unit:DEG_R-PER-HR ; + qudt:applicableUnit unit:DEG_R-PER-MIN ; + qudt:applicableUnit unit:DEG_R-PER-SEC ; + qudt:applicableUnit unit:K-PER-HR ; + qudt:applicableUnit unit:K-PER-MIN ; + qudt:applicableUnit unit:K-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:TemperaturePerTime" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature per Time"@en . + +quantitykind:TemperaturePerTime_Squared + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:TemperaturePerSquareTime ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Temperature per Time Squared"@en . + +quantitykind:TemperatureRateOfChange + a qudt:QuantityKind ; + dcterms:description "The \"Temperature Rate of Change\" measures the difference of a temperature per time (positive: rise, negative: fall), as for instance used with heat sensors. It is for example measured in K/s."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C-PER-HR ; + qudt:applicableUnit unit:DEG_C-PER-MIN ; + qudt:applicableUnit unit:DEG_C-PER-SEC ; + qudt:applicableUnit unit:DEG_C-PER-YR ; + qudt:applicableUnit unit:DEG_F-PER-HR ; + qudt:applicableUnit unit:DEG_F-PER-MIN ; + qudt:applicableUnit unit:DEG_F-PER-SEC ; + qudt:applicableUnit unit:DEG_R-PER-HR ; + qudt:applicableUnit unit:DEG_R-PER-MIN ; + qudt:applicableUnit unit:DEG_R-PER-SEC ; + qudt:applicableUnit unit:K-PER-HR ; + qudt:applicableUnit unit:K-PER-MIN ; + qudt:applicableUnit unit:K-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD186" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD186"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Temperature Rate of Change\" measures the difference of a temperature per time (positive: rise, negative: fall), as for instance used with heat sensors. It is for example measured in K/s." ; + qudt:symbol "0173-1#Z4-BAJ416#002" ; + rdfs:comment "Applicable units are those of quantitykind:TemperaturePerTime" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Rate of Change"@en ; + skos:broader quantitykind:TemperaturePerTime . + +quantitykind:TemperatureRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C-PER-K ; + qudt:applicableUnit unit:DEG_F-PER-K ; + qudt:applicableUnit unit:K-PER-K ; + qudt:applicableUnit unit:MilliK-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H1T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H1T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:TemperatureRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:TemperatureRelatedMolarMass + a qudt:QuantityKind ; + dcterms:description "molarity (mass of a substance in relation to the amount of this substance) divided by temperature"@en ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:plainTextDescription "Molarität (Masse einer Substanz bezogen auf die Stoffmenge dieser Substanz ) dividiert durch die Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ443#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-related molar mass"@en-US . + +quantitykind:TemperatureRelatedVolume + a qudt:QuantityKind ; + dcterms:description "volume divided by temperature"@en ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:plainTextDescription "Volumen dividiert durch Temperatur"@de ; + qudt:symbol "0173-1#Z4-BAJ398#002" ; + rdfs:isDefinedBy ; + rdfs:label "temperature-related volume "@en-US . + +quantitykind:TemperatureVariance + a qudt:QuantityKind ; + dcterms:description "Variance for temperature data." ; + qudt:applicableUnit unit:DEG_C2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T0D0 ; + qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ; + qudt:plainTextDescription "Variance for temperature data." ; + rdfs:comment "Applicable units are those of quantitykind:TemperatureVariance" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Variance"@en . + +quantitykind:TemperatureVariance_NEON + a qudt:QuantityKind ; + dcterms:description "Variance for NEON temperature data measured in degrees celcius" ; + dcterms:isReplacedBy quantitykind:TemperatureVariance ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T0D0 ; + qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ; + qudt:plainTextDescription "Variance for NEON temperature data measured in degrees celcius" ; + rdfs:isDefinedBy ; + rdfs:label "Temperature Variance, NEON"@en . + +quantitykind:TemporalSummationFunction + a qudt:QuantityKind ; + dcterms:description "\"Temporal Summation Function\" is the ability of the human eye to produce a composite signal from the signals coming into an eye during a short time interval."^^qudt:LatexString ; + qudt:applicableUnit unit:PER-SEC-SR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Summation_(neurophysiology)#Temporal_summation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Temporal Summation Function\" is the ability of the human eye to produce a composite signal from the signals coming into an eye during a short time interval." ; + rdfs:comment "Applicable units are those of quantitykind:TemporalSummationFunction" ; + rdfs:isDefinedBy ; + rdfs:label "Temporal Summation Function"@en . + +quantitykind:Tension + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tension"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Tension"@en ; + skos:broader quantitykind:ForceMagnitude . + +quantitykind:ThermalAdmittance + a qudt:QuantityKind ; + dcterms:description "The heat transfer coefficient is also known as thermal admittance in the sense that the material may be seen as admitting heat to flow."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:KiloGM-PER-SEC3-K ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:plainTextDescription "The heat transfer coefficient is also known as thermal admittance in the sense that the material may be seen as admitting heat to flow." ; + rdfs:comment "Applicable units are those of quantitykind:CoefficientOfHeatTransfer" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Admittance"@en ; + skos:broader quantitykind:CoefficientOfHeatTransfer . + +quantitykind:ThermalCapacitance + a qudt:QuantityKind ; + dcterms:description "ratio between the supplied quantity of heat and the temperature range caused by the supplied quantity of heat"@en ; + qudt:applicableUnit unit:BTU_TH-PER-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-DEG_R ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD187" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD187"^^xsd:anyURI ; + qudt:plainTextDescription "Quotient aus der zugeführten Wärmemenge und der Temperaturänderungen, die durch diese zugeführte Wärmemenge verursacht wird"@de ; + qudt:symbol "0173-1#Z4-BAJ406#002" ; + rdfs:comment "Applicable units are those of quantitykind:ThermalCapacitance" ; + rdfs:isDefinedBy ; + rdfs:label "thermal capacitance" ; + rdfs:label "thermal capacitance"@en-US . + +quantitykind:ThermalCoefficientOfLinearExpansion + a qudt:QuantityKind ; + dcterms:description "median relative change in length over a specific length of the test piece, divided by the temperature range caused by it"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:plainTextDescription "auf eine festgelegte Länge des Probekörpers bezogene mittlere relative Längenänderung dividiert durch die sie verursachende Temperaturänderung"@de ; + qudt:symbol "0173-1#Z4-BAJ473#002" ; + rdfs:isDefinedBy ; + rdfs:label "thermal coefficient of linear expansion"@en-US . + +quantitykind:ThermalConductance + a qudt:QuantityKind ; + dcterms:description "This quantity is also called \"Heat Transfer Coefficient\"."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloVA-PER-K ; + qudt:applicableUnit unit:MicroVA-PER-K ; + qudt:applicableUnit unit:MilliVA-PER-K ; + qudt:applicableUnit unit:VA-PER-K ; + qudt:applicableUnit unit:W-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD189" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD189"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_insulation"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "$G = 1/R$, where $R$ is \"Thermal Resistance\""^^qudt:LatexString ; + qudt:plainTextDescription "This quantity is also called \"Heat Transfer Coefficient\"." ; + qudt:symbol "G" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalConductance" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Conductance"@en ; + rdfs:seeAlso quantitykind:CoefficientOfHeatTransfer . + +quantitykind:ThermalConductivity + a qudt:QuantityKind ; + dcterms:description "In physics, thermal conductivity, $k$ (also denoted as $\\lambda$), is the property of a material's ability to conduct heat. It appears primarily in Fourier's Law for heat conduction and is the areic heat flow rate divided by temperature gradient."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-FT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-IN-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-IN-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:BTU_IT-IN-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-IN-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT-DEG_R ; + qudt:applicableUnit unit:BTU_TH-FT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_TH-FT-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_TH-IN-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_TH-IN-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM-K ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM-SEC-DEG_C ; + qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM-K ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM-SEC-DEG_C ; + qudt:applicableUnit unit:KiloCAL_IT-PER-HR-M-DEG_C ; + qudt:applicableUnit unit:KiloW-PER-M-DEG_C ; + qudt:applicableUnit unit:KiloW-PER-M-K ; + qudt:applicableUnit unit:W-PER-M-DEG_C ; + qudt:applicableUnit unit:W-PER-M-K ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_conductivity"^^xsd:anyURI ; + qudt:expression "$thermal-k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda = \\frac{\\varphi}{T}$, where $\\varphi$ is areic heat flow rate and $T$ is temperature gradient."^^qudt:LatexString ; + qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ; + qudt:siExactMatch si-quantity:TCON ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalConductivity" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Conductivity"@en . + +quantitykind:ThermalDiffusionFactor + a qudt:QuantityKind ; + dcterms:description "Thermal diffusion is a phenomenon in which a temperature gradient in a mixture of fluids gives rise to a flow of one constituent relative to the mixture as a whole. in the context of the equation that describes thermal diffusion, the \"Thermal Diffusion Factor\" is ."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\alpha_T = \\frac{k_T}{(x_A x_B)}$, where $k_T$ is the thermal diffusion ratio, and $x_A$ and $x_B$ are the local amount-of-substance fractions of the two substances $A$ and $B$."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha_T$"^^qudt:LatexString ; + qudt:plainTextDescription "Thermal diffusion is a phenomenon in which a temperature gradient in a mixture of fluids gives rise to a flow of one constituent relative to the mixture as a whole. in the context of the equation that describes thermal diffusion, the \"Thermal Diffusion Factor\" is ." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalDiffusionFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Diffusion Factor"@en . + +quantitykind:ThermalDiffusionRatio + a qudt:QuantityKind ; + dcterms:description "The \"Thermal Diffusion Ratio\" is proportional to the product of the component concentrations."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "In a steady state of a binary mixture in which thermal diffusion occurs, $grad x_B = -(\\frac{k_T}{T}) grad T$, where $x_B$ is the amount-of-substance fraction of the heavier substance $B$, and $T$ is the local thermodynamic temperature."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Thermal Diffusion Ratio\" is proportional to the product of the component concentrations." ; + qudt:symbol "k_T" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalDiffusionRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Diffusion Ratio"@en . + +quantitykind:ThermalDiffusionRatioCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Thermal Diffusion Coefficient\" is ."^^qudt:LatexString ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$D_T = kT \\cdot D$, where $k_T$ is the thermal diffusion ratio, and $D$ is the diffusion coefficient."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Thermal Diffusion Coefficient\" is ." ; + qudt:symbol "D_T" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalDiffusionRatioCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Diffusion Coefficient"@en . + +quantitykind:ThermalDiffusivity + a qudt:QuantityKind ; + dcterms:description "In heat transfer analysis, thermal diffusivity (usually denoted $\\alpha$ but $a$, $\\kappa$,$k$, and $D$ are also used) is the thermal conductivity divided by density and specific heat capacity at constant pressure. The formula is: $\\alpha = {k \\over {\\rho c_p}}$, where k is thermal conductivity ($W/(\\mu \\cdot K)$), $\\rho$ is density ($kg/m^{3}$), and $c_p$ is specific heat capacity ($\\frac{J}{(kg \\cdot K)}$) .The denominator $\\rho c_p$, can be considered the volumetric heat capacity ($\\frac{J}{(m^{3} \\cdot K)}$)."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM2-PER-SEC ; + qudt:applicableUnit unit:FT2-PER-HR ; + qudt:applicableUnit unit:FT2-PER-SEC ; + qudt:applicableUnit unit:IN2-PER-SEC ; + qudt:applicableUnit unit:M2-HZ ; + qudt:applicableUnit unit:M2-PER-HR ; + qudt:applicableUnit unit:M2-PER-SEC ; + qudt:applicableUnit unit:MilliM2-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_diffusivity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_diffusivity"^^xsd:anyURI ; + qudt:latexDefinition "$a = \\frac{\\lambda}{\\rho c_\\rho}$, where $\\lambda$ is thermal conductivity, $\\rho$ is mass density and $c_\\rho$ is specific heat capacity at constant pressure."^^qudt:LatexString ; + qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ; + qudt:symbol "a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AreaPerTime" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Diffusivity"@en ; + skos:broader quantitykind:AreaPerTime . + +quantitykind:ThermalEfficiency + a qudt:QuantityKind ; + dcterms:description "Thermal efficiency is a dimensionless performance measure of a thermal device such as an internal combustion engine, a boiler, or a furnace. The input to the device is heat, or the heat-content of a fuel that is consumed. The desired output is mechanical work, or heat, or possibly both."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_efficiency"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:plainTextDescription "Thermal efficiency is a dimensionless performance measure of a thermal device such as an internal combustion engine, a boiler, or a furnace. The input to the device is heat, or the heat-content of a fuel that is consumed. The desired output is mechanical work, or heat, or possibly both." ; + qudt:qkdvDenominator qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Efficiency"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:ThermalEnergy + a qudt:QuantityKind ; + dcterms:description "\"Thermal Energy\" is the portion of the thermodynamic or internal energy of a system that is responsible for the temperature of the system. From a macroscopic thermodynamic description, the thermal energy of a system is given by its constant volume specific heat capacity C(T), a temperature coefficient also called thermal capacity, at any given absolute temperature (T): $U_{thermal} = C(T) \\cdot T$."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_39DEG_F ; + qudt:applicableUnit unit:BTU_59DEG_F ; + qudt:applicableUnit unit:BTU_60DEG_F ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_MEAN ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_15DEG_C ; + qudt:applicableUnit unit:CAL_20DEG_C ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_MEAN ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloCAL_IT ; + qudt:applicableUnit unit:KiloCAL_Mean ; + qudt:applicableUnit unit:KiloCAL_TH ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TON_FG-HR ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_energy"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD191" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD191"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_energy"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:ThermalEnergyLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:BTU_IT-FT ; + qudt:applicableUnit unit:BTU_IT-IN ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ThermalEnergyLength" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Energy Length"@en . + +quantitykind:ThermalExpansionCoefficient + a qudt:QuantityKind ; + dcterms:description "The \"Thermal Expansion Coefficient\" is a measure of the thermal expansion coefficient of a material, which expresses its elongation (as a ratio) per temperature difference. It is usually measured in 1/K. A positive elongation per (positive) rise of temperature is expressed by a positive value."^^qudt:LatexString ; + qudt:applicableUnit unit:M-PER-DEG_C-M ; + qudt:applicableUnit unit:MilliM-PER-DEG_C-M ; + qudt:applicableUnit unit:PER-DEG_C ; + qudt:applicableUnit unit:PER-DEG_F ; + qudt:applicableUnit unit:PER-K ; + qudt:applicableUnit unit:PER-MegaK ; + qudt:applicableUnit unit:PERCENT-PER-DEG_C ; + qudt:applicableUnit unit:PPM-PER-K ; + qudt:applicableUnit unit:PPTM-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD188" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD188"^^xsd:anyURI ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcthermalexpansioncoefficientmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Thermal Expansion Coefficient\" is a measure of the thermal expansion coefficient of a material, which expresses its elongation (as a ratio) per temperature difference. It is usually measured in 1/K. A positive elongation per (positive) rise of temperature is expressed by a positive value." ; + rdfs:comment "Applicable units are those of quantitykind:ThermalExpansionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Expansion Coefficient"@en ; + skos:broader quantitykind:ExpansionRatio . + +quantitykind:ThermalInertia + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-2.5D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_inertia"^^xsd:anyURI ; + qudt:plainTextDescription "Thermal inertia is a term used to describe the observed delays in a body's temperature response during heat transfers" ; + rdfs:isDefinedBy ; + rdfs:label "Measurement Unit of Thermal Inertia" . + +quantitykind:ThermalInsulance + a qudt:QuantityKind ; + dcterms:description "$\\textit{Thermal Insulance}$ is the reduction of heat transfer (the transfer of thermal energy between objects of differing temperature) between objects in thermal contact or in range of radiative influence. In building technology, this quantity is often called $\\textit{Thermal Resistance}$, with the symbol $R$."^^qudt:LatexString ; + qudt:applicableUnit unit:CLO ; + qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_IT ; + qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_TH ; + qudt:applicableUnit unit:FT2-HR-DEG_F-PER-BTU_IT ; + qudt:applicableUnit unit:M2-HR-DEG_C-PER-KiloCAL_IT ; + qudt:applicableUnit unit:M2-K-PER-W ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD192" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD192"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_insulation"^^xsd:anyURI ; + qudt:latexDefinition "$M = 1/K$, where $K$ is \"Coefficient of Heat Transfer\""^^qudt:LatexString ; + qudt:symbol "M" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalInsulance" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Insulance"@en ; + rdfs:seeAlso quantitykind:CoefficientOfHeatTransfer . + +quantitykind:ThermalInsulation + a qudt:QuantityKind ; + dcterms:description "temperature difference between two surfaces divided by areic heat flow rate in the direction of the temperature gradient"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:plainTextDescription "Temperaturdifferenz zwischen zwei Oberflächen dividiert durch den flächenbezogenen Wärmestrom in der Richtung des Temperaturgradienten"@de ; + qudt:symbol "0173-1#Z4-BAJ404#002" ; + rdfs:isDefinedBy ; + rdfs:label "thermal insulation"@en-US . + +quantitykind:ThermalPower + a qudt:QuantityKind ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_H2O ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:TeraW-HR-PER-YR ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:plainTextDescription "Thermal power is the rate at which thermal energy is transferred or converted, expressed as energy per unit time. It characterizes the heating or cooling power output of thermal systems such as heat pumps, boilers, and chillers." ; + qudt:symbol "P_th" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Power" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Power"@en ; + rdfs:seeAlso quantitykind:ThermalEnergy ; + skos:broader quantitykind:Power . + +quantitykind:ThermalResistance + a qudt:QuantityKind ; + dcterms:description "$\\textit{Thermal Resistance}$ is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. the thermodynamic temperature difference divided by heat flow rate. Thermal resistance $R$ has the units $\\frac{m^2 \\cdot K}{W}$."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_F-HR-PER-BTU_IT ; + qudt:applicableUnit unit:DEG_F-HR-PER-BTU_TH ; + qudt:applicableUnit unit:DEG_F-SEC-PER-BTU_IT ; + qudt:applicableUnit unit:DEG_F-SEC-PER-BTU_TH ; + qudt:applicableUnit unit:K-PER-W ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_resistance"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD193" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD193"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_resistance"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:symbol "R" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalResistance" ; + rdfs:isDefinedBy ; + rdfs:label "opór cieplny"@cs ; + rdfs:label "resistencia térmica"@es ; + rdfs:label "resistenza termica"@it ; + rdfs:label "resistência térmica"@pt ; + rdfs:label "résistance thermique"@fr ; + rdfs:label "thermal resistance"@en ; + rdfs:label "thermischer Widerstand"@de ; + rdfs:label "مقاومة حرارية"@ar ; + rdfs:label "热阻"@zh ; + rdfs:label "熱抵抗"@ja ; + rdfs:seeAlso quantitykind:HeatFlowRate ; + rdfs:seeAlso quantitykind:ThermalInsulance ; + rdfs:seeAlso quantitykind:ThermodynamicTemperature ; + skos:altLabel "Wärmewiderstand"@de . + +quantitykind:ThermalResistivity + a qudt:QuantityKind ; + dcterms:description "The reciprocal of thermal conductivity is thermal resistivity, measured in $kelvin-metres$ per watt ($K \\cdot m/W$)."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_IT-IN ; + qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_TH-IN ; + qudt:applicableUnit unit:K-M-PER-W ; + qudt:applicableUnit unit:M-K-PER-W ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:iec61360Code "0112/2///62720#UAD194" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD194"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalResistivity" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Resistivity"@en . + +quantitykind:ThermalTransmittance + a qudt:QuantityKind ; + dcterms:description "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance."^^qudt:LatexString ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_R ; + qudt:applicableUnit unit:BTU_TH-PER-HR-FT2-DEG_F ; + qudt:applicableUnit unit:BTU_TH-PER-SEC-FT2-DEG_F ; + qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM2-K ; + qudt:applicableUnit unit:KiloGM-PER-SEC3-K ; + qudt:applicableUnit unit:KiloW-PER-M2-K ; + qudt:applicableUnit unit:W-PER-M2-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD195" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD195"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_transmittance"^^xsd:anyURI ; + qudt:plainTextDescription "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance." ; + rdfs:comment "Applicable units are those of quantitykind:CoefficientOfHeatTransfer" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Transmittance"@en ; + skos:broader quantitykind:CoefficientOfHeatTransfer . + +quantitykind:ThermalUtilizationFactor + a qudt:QuantityKind ; + dcterms:description "The \"Thermal Utilization Factor\" in an infinite medium, is the ratio of the number of thermal absorbed in a fissionable nuclide or in a nuclear fuel, as specified, to the total number of thermal neutrons absorbed."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Thermal Utilization Factor\" in an infinite medium, is the ratio of the number of thermal absorbed in a fissionable nuclide or in a nuclear fuel, as specified, to the total number of thermal neutrons absorbed." ; + qudt:symbol "f" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermalUtilizationFactor" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Utilization Factor"@en . + +quantitykind:ThermalUtilizationFactorForFission + a qudt:QuantityKind ; + dcterms:description "Probability that a neutron that gets absorbed does so in the fuel material."^^qudt:LatexString ; + qudt:applicableUnit unit:BasePair ; + qudt:applicableUnit unit:COUNT ; + qudt:applicableUnit unit:DECADE ; + qudt:applicableUnit unit:FLIGHT ; + qudt:applicableUnit unit:GigaBasePair ; + qudt:applicableUnit unit:NP ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:OCT ; + qudt:applicableUnit unit:RPK ; + qudt:applicableUnit unit:SUSCEPTIBILITY_ELEC ; + qudt:applicableUnit unit:SUSCEPTIBILITY_MAG ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Probability that a neutron that gets absorbed does so in the fuel material." ; + qudt:symbol "f" ; + rdfs:comment "Applicable units are those of quantitykind:Dimensionless" ; + rdfs:isDefinedBy ; + rdfs:label "Thermal Utilization Factor For Fission"@en ; + skos:broader quantitykind:Dimensionless . + +quantitykind:ThermodynamicCriticalMagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Thermodynamic Critical Magnetic Flux Density\" is the maximum magnetic field strength below which a material remains superconducting."^^qudt:LatexString ; + qudt:applicableUnit unit:GAMMA ; + qudt:applicableUnit unit:GAUSS ; + qudt:applicableUnit unit:KiloGAUSS ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:MicroT ; + qudt:applicableUnit unit:MilliT ; + qudt:applicableUnit unit:NanoT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexDefinition "$G_n - G_s = \\frac{1}{2}\\frac{B_c^2 \\cdot V}{\\mu_0}$, where $G_n$ and $G_s$ are the Gibbs energies at zero magnetic flux density in a normal conductor and superconductor, respectively, $\\mu_0$ is the magnetic constant, and $V$ is volume."^^qudt:LatexString ; + qudt:plainTextDescription "\"Thermodynamic Critical Magnetic Flux Density\" is the maximum magnetic field strength below which a material remains superconducting." ; + qudt:symbol "B_c" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFluxDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Thermodynamic Critical Magnetic Flux Density"@en ; + skos:broader quantitykind:MagneticFluxDensity . + +quantitykind:ThermodynamicEnergy + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:exactMatch quantitykind:InternalEnergy ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + qudt:latexDefinition "For a closed thermodynamic system, $\\Delta U = Q + W$, where $Q$ is amount of heat transferred to the system and $W$ is work done on the system provided that no chemical reactions occur."^^qudt:LatexString ; + qudt:symbol "U" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Thermodynamic Energy"@en ; + skos:broader quantitykind:Energy . + +quantitykind:ThermodynamicEntropy + a qudt:QuantityKind ; + dcterms:description "Thermodynamic Entropy is a measure of the unavailability of a system’s energy to do work. It is a measure of the randomness of molecules in a system and is central to the second law of thermodynamics and the fundamental thermodynamic relation, which deal with physical processes and whether they occur spontaneously. The dimensions of entropy are energy divided by temperature, which is the same as the dimensions of Boltzmann's constant ($kB$) and heat capacity. The SI unit of entropy is $joule\\ per\\ kelvin$. [Wikipedia]"^^qudt:LatexString ; + qudt:applicableUnit unit:KiloJ-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:EnergyPerTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Thermodynamic Entropy"@en ; + skos:broader quantitykind:EnergyPerTemperature . + +quantitykind:ThermodynamicTemperature + a qudt:QuantityKind ; + dcterms:description """Thermodynamic temperature is the absolute measure of temperature and is one of the principal parameters of thermodynamics. +Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. +In 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:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:dbpediaMatch "http://dbpedia.org/page/Thermodynamic_temperature"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD196" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD196"^^xsd:anyURI ; + qudt:latexSymbol "$\\Theta$"^^qudt:LatexString ; + qudt:plainTextDescription """Thermodynamic temperature is the absolute measure of temperature and is one of the principal parameters of thermodynamics. +Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. +In 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:siExactMatch si-quantity:TEMT ; + qudt:symbol "T" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThermodynamicTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Suhu termodinamik"@ms ; + rdfs:label "Termodynamická teplota"@cs ; + rdfs:label "abszolút hőmérséklet"@hu ; + rdfs:label "temperatura termodinamica"@it ; + rdfs:label "temperatura thermodynamica absoluta"@la ; + rdfs:label "temperatura"@es ; + rdfs:label "temperatura"@pl ; + rdfs:label "temperatura"@pt ; + rdfs:label "temperatura"@sl ; + rdfs:label "temperatură termodinamică"@ro ; + rdfs:label "température thermodynamique"@fr ; + rdfs:label "termodinamik sıcaklık"@tr ; + rdfs:label "thermodynamic temperature"@en ; + rdfs:label "thermodynamische Temperatur"@de ; + rdfs:label "Απόλυτη"@el ; + rdfs:label "Термодинамическая температура"@ru ; + rdfs:label "Термодинамична температура"@bg ; + rdfs:label "טמפרטורה מוחלטת"@he ; + rdfs:label "درجة الحرارة المطلقة"@ar ; + rdfs:label "دمای ترمودینامیکی"@fa ; + rdfs:label "ऊष्मगतिकीय तापमान"@hi ; + rdfs:label "热力学温度"@zh ; + rdfs:label "熱力学温度"@ja ; + rdfs:seeAlso quantitykind:Temperature ; + skos:altLabel "temperatura assoluta"@it ; + skos:altLabel "Θερμοδυναμική Θερμοκρασία"@el ; + skos:broader quantitykind:Temperature . + +quantitykind:Thickness + a qudt:QuantityKind ; + dcterms:description "\"Thickness\" is the the smallest of three dimensions: length, width, thickness."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thickness"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "http://www.merriam-webster.com/dictionary/thickness"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:plainTextDescription "\"Thickness\" is the the smallest of three dimensions: length, width, thickness." ; + qudt:symbol "d" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Thickness"@en ; + skos:broader quantitykind:Length . + +quantitykind:ThomsonCoefficient + a qudt:QuantityKind ; + dcterms:description "\"Thomson Coefficient\" represents Thomson heat power developed, divided by the electric current and the temperature difference."^^qudt:LatexString ; + qudt:applicableUnit unit:V-PER-K ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H-1T-3D0 ; + qudt:informativeReference "http://www.daviddarling.info/encyclopedia/T/Thomson_effect.html"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Thomson Coefficient\" represents Thomson heat power developed, divided by the electric current and the temperature difference." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:ThomsonCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Thomson Coefficient"@en . + +quantitykind:Thrust + a qudt:QuantityKind ; + dcterms:description """Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system. +The pushing or pulling force developed by an aircraft engine or a rocket engine. +The force exerted in any direction by a fluid jet or by a powered screw, as, the thrust of an antitorque rotor. +Specifically, in rocketry, $ F\\,= m\\cdot v$ where m is propellant mass flow and v is exhaust velocity relative to the vehicle. Also called momentum thrust."""^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thrust"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:plainTextDescription "Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Thrust"@en ; + skos:broader quantitykind:Force . + +quantitykind:ThrustCoefficient + a qudt:QuantityKind ; + dcterms:description "The thrust force of a jet-propulsion engine per unit of frontal area per unit of incompressible dynamic pressure "^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "The thrust force of a jet-propulsion engine per unit of frontal area per unit of incompressible dynamic pressure " ; + qudt:symbol "C_{F}" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Thrust Coefficient"@en . + +quantitykind:ThrustToMassRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:LB_F-PER-LB ; + qudt:applicableUnit unit:N-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ThrustToMassRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Thrust To Mass Ratio"@en ; + skos:broader quantitykind:Acceleration . + +quantitykind:ThrustToWeightRatio + a qudt:QuantityKind ; + dcterms:description "Thrust-to-weight ratio is a ratio of thrust to weight of a rocket, jet engine, propeller engine, or a vehicle propelled by such an engine. It is a dimensionless quantity and is an indicator of the performance of the engine or vehicle."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexSymbol "$\\psi$"^^qudt:LatexString ; + qudt:plainTextDescription "Thrust-to-weight ratio is a ratio of thrust to weight of a rocket, jet engine, propeller engine, or a vehicle propelled by such an engine. It is a dimensionless quantity and is an indicator of the performance of the engine or vehicle." ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Thrust To Weight Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:ThrusterPowerToThrustEfficiency + a qudt:QuantityKind ; + qudt:applicableUnit unit:LB-PER-HR-PSI ; + qudt:applicableUnit unit:LB-PER-MIN-PSI ; + qudt:applicableUnit unit:LB-PER-SEC-PSI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:latexSymbol "$\\eta$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:ThrusterPowerToThrustEfficiency" ; + rdfs:isDefinedBy ; + rdfs:label "Thruster Power To Thrust Efficiency"@en . + +quantitykind:Tilt + a qudt:QuantityKind ; + dcterms:description """The angle between an object's orientation vector relative to a reference frame. + In the context of architecture, this would refer to the angle between the ground and the face of a surface.""" ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription """The angle between an object's orientation vector relative to a reference frame. + In the context of architecture, this would refer to the angle between the ground and the face of a surface.""" ; + rdfs:comment "Applicable units are those of quantitykind:Angle" ; + rdfs:isDefinedBy ; + rdfs:label "Tilt"@en ; + skos:broader quantitykind:Angle . + +quantitykind:Time + a qudt:QuantityKind ; + 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:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Time"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD197" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD197"^^xsd:anyURI ; + qudt:plainTextDescription "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:siExactMatch si-quantity:TIME ; + qudt:symbol "t" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Masa"@ms ; + rdfs:label "Zeit"@de ; + rdfs:label "czas"@pl ; + rdfs:label "idő"@hu ; + rdfs:label "tempo"@it ; + rdfs:label "tempo"@pt ; + rdfs:label "temps"@fr ; + rdfs:label "tempus"@la ; + rdfs:label "tiempo"@es ; + rdfs:label "time"@en ; + rdfs:label "timp"@ro ; + rdfs:label "zaman"@tr ; + rdfs:label "Čas"@cs ; + rdfs:label "čas"@sl ; + rdfs:label "Χρόνος"@el ; + rdfs:label "Време"@bg ; + rdfs:label "Время"@ru ; + rdfs:label "זמן"@he ; + rdfs:label "زمان"@fa ; + rdfs:label "زمن"@ar ; + rdfs:label "समय"@hi ; + rdfs:label "时间"@zh ; + rdfs:label "時間"@ja . + +quantitykind:TimeAveragedSoundIntensity + a qudt:QuantityKind ; + dcterms:description "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^qudt:LatexString ; + qudt:abbreviation "w/m2" ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR-FT2 ; + qudt:applicableUnit unit:BTU_IT-PER-IN2-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2 ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-HR ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-MIN ; + qudt:applicableUnit unit:BTU_TH-PER-FT2-SEC ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-MIN ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM2-SEC ; + qudt:applicableUnit unit:ERG-PER-CentiM2-SEC ; + qudt:applicableUnit unit:FT-LB_F-PER-FT2-SEC ; + qudt:applicableUnit unit:J-PER-CentiM2-DAY ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-CentiM2-SEC ; + qudt:applicableUnit unit:KiloW-PER-M2 ; + qudt:applicableUnit unit:M-PA-PER-SEC ; + qudt:applicableUnit unit:MicroW-PER-M2 ; + qudt:applicableUnit unit:MilliW-PER-M2 ; + qudt:applicableUnit unit:NanoW-PER-M2 ; + qudt:applicableUnit unit:PicoW-PER-M2 ; + qudt:applicableUnit unit:W-PER-CentiM2 ; + qudt:applicableUnit unit:W-PER-FT2 ; + qudt:applicableUnit unit:W-PER-IN2 ; + qudt:applicableUnit unit:W-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_intensity"^^xsd:anyURI ; + qudt:latexDefinition "$I = \\frac{1}{t2 - t1} \\int_{t1}^{t2}i(t)dt$, where $t1$ and $t2$ are the starting and ending times for the integral and $i$ is sound intensity."^^qudt:LatexString ; + qudt:plainTextDescription "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity." ; + qudt:symbol "I" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:PowerPerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Time averaged sound intensity"@en ; + skos:broader quantitykind:SoundIntensity ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:TimeConstant_Inductance + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:InductanceBasedTimeConstant ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD198" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD198"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "time constant (inductance based)" . + +quantitykind:TimePerCount + a qudt:QuantityKind ; + qudt:applicableUnit unit:DAY-PER-NUM ; + qudt:applicableUnit unit:HR-PER-NUM ; + qudt:applicableUnit unit:MIN-PER-NUM ; + qudt:applicableUnit unit:MO-PER-NUM ; + qudt:applicableUnit unit:SEC-PER-NUM ; + qudt:applicableUnit unit:WK-PER-NUM ; + qudt:applicableUnit unit:YR-PER-NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:plainTextDescription "Time passed between N occurrences of a recurring phenomenon." ; + rdfs:comment "Applicable units are those of quantitykind:TimePerCount" ; + rdfs:isDefinedBy ; + rdfs:label "Time per Count" . + +quantitykind:TimeRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:HR-PER-YR ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:comment "Applicable units are those of quantitykind:TimeRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Time Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:TimeRelatedLogarithmicRatio + a qudt:QuantityKind ; + dcterms:description "logarithm of the ratio of the value of a defined variable to the value of a reference variable of the same type, divided by the related time"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:plainTextDescription "Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Zeit"@de ; + qudt:symbol "0173-1#Z4-BAJ415#002" ; + rdfs:isDefinedBy ; + rdfs:label "time-related logarithmic ratio"@en-US . + +quantitykind:TimeTemperature + a qudt:QuantityKind ; + qudt:applicableUnit unit:DEG_C-DAY ; + qudt:applicableUnit unit:DEG_C-HR ; + qudt:applicableUnit unit:DEG_C-WK ; + qudt:applicableUnit unit:DEG_F-DAY ; + qudt:applicableUnit unit:DEG_F-HR ; + qudt:applicableUnit unit:K-DAY ; + qudt:applicableUnit unit:K-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:TimeTemperature" ; + rdfs:isDefinedBy ; + rdfs:label "Time Temperature"@en . + +quantitykind:Time_Squared + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:SquareTime ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Time_Squared"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + rdfs:isDefinedBy ; + rdfs:label "Time Squared"@en . + +quantitykind:Torque + a qudt:QuantityKind ; + dcterms:description """In physics, a torque ($\\tau$) is a vector that measures the tendency of a force to rotate an object about some axis. The magnitude of a torque is defined as force times its lever arm. Just as a force is a push or a pull, a torque can be thought of as a twist. The SI unit for torque is newton meters ($N m$). In U.S. customary units, it is measured in foot pounds (ft lbf) (also known as "pounds feet"). +Mathematically, the torque on a particle (which has the position r in some reference frame) can be defined as the cross product: $τ = r x F$ +where, +r is the particle's position vector relative to the fulcrum +F is the force acting on the particles, +or, more generally, torque can be defined as the rate of change of angular momentum: $τ = dL/dt$ +where, +L is the angular momentum vector +t stands for time."""^^qudt:LatexString ; + qudt:applicableUnit unit:CentiN-M ; + qudt:applicableUnit unit:DYN-CentiM ; + qudt:applicableUnit unit:DYN-M ; + qudt:applicableUnit unit:DeciN-M ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:IN-PDL ; + qudt:applicableUnit unit:KiloGM_F-M ; + qudt:applicableUnit unit:KiloN-M ; + qudt:applicableUnit unit:LB_F-FT ; + qudt:applicableUnit unit:LB_F-IN ; + qudt:applicableUnit unit:MegaN-M ; + qudt:applicableUnit unit:MicroN-M ; + qudt:applicableUnit unit:MilliN-M ; + qudt:applicableUnit unit:N-CentiM ; + qudt:applicableUnit unit:N-M ; + qudt:applicableUnit unit:OZ_F-IN ; + qudt:applicableUnit unit:PDL-FT ; + qudt:applicableUnit unit:PDL-IN ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Torque"^^xsd:anyURI ; + qudt:exactMatch quantitykind:MomentOfForce ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD200" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD200"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Torque"^^xsd:anyURI ; + 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 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Torque" ; + rdfs:isDefinedBy ; + rdfs:label "Torsionmoment"@de ; + rdfs:label "coppia"@it ; + rdfs:label "couple"@fr ; + rdfs:label "moment obrotowy"@pl ; + rdfs:label "momento de torção"@pt ; + rdfs:label "par"@es ; + rdfs:label "torque"@en ; + rdfs:label "عزم محورى"@ar ; + rdfs:label "トルク"@ja ; + rdfs:label "转矩"@zh ; + skos:altLabel "Drillmoment"@de ; + skos:altLabel "binârio"@pt ; + skos:altLabel "moment de torsion"@fr ; + skos:altLabel "momento de torsión"@es ; + skos:altLabel "momento torcente"@it . + +quantitykind:TorqueConstant + a qudt:QuantityKind ; + dcterms:description "product of magnetic induction, number of turns per unit length, and the area enclosed by the coil corresponding to the gradient of the curve representing the ratio between the torque of the motor and the current"@en ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD201" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD201"^^xsd:anyURI ; + qudt:plainTextDescription "Produkt aus der magnetischen Induktion, der Windungszahl und der von der Spule eingeschlossenen Fläche entsprechend der Steigung der Kurve des Verhältnisses Drehmoment des Motors zum Strom"@de ; + qudt:symbol "0173-1#Z4-BAJ298#002" ; + rdfs:isDefinedBy ; + rdfs:label "torque constant" ; + rdfs:label "torque constant"@en-US . + +quantitykind:TorquePerAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:N-M-PER-ARCMIN ; + qudt:applicableUnit unit:N-M-PER-DEG ; + qudt:applicableUnit unit:N-M-PER-MIN_Angle ; + qudt:applicableUnit unit:N-M-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:TorquePerAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Torque per Angle"@en . + +quantitykind:TorquePerLength + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloN-M-PER-M ; + qudt:applicableUnit unit:N-M-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:TorquePerLength" ; + rdfs:isDefinedBy ; + rdfs:label "Torque per Length"@en . + +quantitykind:TorsionalRigidity + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD202" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD202"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "torsional rigidity" . + +quantitykind:TorsionalSpringConstant + a qudt:QuantityKind ; + dcterms:description "ratio between the turning moment for elastic deformation of a torsion spring and the related angle of rotation"@en ; + qudt:applicableUnit unit:KiloN-M-PER-DEG ; + qudt:applicableUnit unit:N-M-PER-ARCMIN ; + qudt:applicableUnit unit:N-M-PER-DEG ; + qudt:applicableUnit unit:N-M-PER-MIN_Angle ; + qudt:applicableUnit unit:N-M-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Torsion_spring"^^xsd:anyURI ; + qudt:plainTextDescription "A torsional spring constant is a measure of the stiffness of a torsional spring, which is a type of spring that experiences twisting or torque rather than compression or extension. It is typically measured in newton-meters per radian (N·m/rad) and is used to calculate the amount of torque required to twist a spring a certain amount. It is related to the spring's geometry, material properties, and manufacturing process." ; + qudt:plainTextDescription "Quotient Drehmoment zur elastischen Verformung einer Drehfeder durch den zugehörigen Drehwinkel"@de ; + qudt:symbol "0173-1#Z4-BAJ448#002" ; + rdfs:comment "Applicable units are those of quantitykind:TorsionalSpringConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Federkonstante Drehfeder"@de ; + rdfs:label "torsional spring constant"@en . + +quantitykind:TotalAngularMomentum + a qudt:QuantityKind ; + dcterms:description "\"Total Angular Momentum\" combines both the spin and orbital angular momentum of all particles and fields. In atomic and nuclear physics, orbital angular momentum is usually denoted by $l$ or $L$ instead of $\\Lambda$. The magnitude of $J$ is quantized so that $J^2 = \\hbar^2 j(j + 1)$, where $j$ is the total angular momentum quantum number."^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-SEC ; + qudt:applicableUnit unit:EV-SEC ; + qudt:applicableUnit unit:FT-LB_F-SEC ; + qudt:applicableUnit unit:J-SEC ; + qudt:applicableUnit unit:KiloGM-M2-PER-SEC ; + qudt:applicableUnit unit:N-M-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Angular_momentum#Spin.2C_orbital.2C_and_total_angular_momentum"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "J" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularMomentum" ; + rdfs:isDefinedBy ; + rdfs:label "Total Angular Momentum"@en ; + skos:broader quantitykind:AngularMomentum . + +quantitykind:TotalAngularMomentumQuantumNumber + a qudt:QuantityKind ; + dcterms:description "The \"Total Angular Quantum Number\" describes the magnitude of total angular momentum $J$, where $j$ refers to a specific particle and $J$ is used for the whole system."^^qudt:LatexString ; + qudt:applicableUnit unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:symbol "j" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:TotalAngularMomentumQuantumNumber" ; + rdfs:isDefinedBy ; + rdfs:label "Total Angular Momentum Quantum Number"@en ; + skos:broader quantitykind:QuantumNumber ; + skos:closeMatch quantitykind:MagneticQuantumNumber ; + skos:closeMatch quantitykind:PrincipalQuantumNumber ; + skos:closeMatch quantitykind:SpinQuantumNumber . + +quantitykind:TotalAtomicStoppingPower + a qudt:QuantityKind ; + dcterms:description "The \"Total Atomic Stopping Power\" for an ionizing particle passing through an element, is the particle's energy loss per atom within a unit area normal to the particle's path; equal to the linear energy transfer (energy loss per unit path length) divided by the number of atoms per unit volume."^^qudt:LatexString ; + qudt:applicableUnit unit:EV-M2 ; + qudt:applicableUnit unit:J-M2 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:informativeReference "http://www.answers.com/topic/atomic-stopping-power"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$S_a = \\frac{S}{n}$, where $S$ is the total linear stopping power and $n$ is the number density of the atoms in the substance."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Total Atomic Stopping Power\" for an ionizing particle passing through an element, is the particle's energy loss per atom within a unit area normal to the particle's path; equal to the linear energy transfer (energy loss per unit path length) divided by the number of atoms per unit volume." ; + qudt:symbol "S_a" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:TotalAtomicStoppingPower" ; + rdfs:isDefinedBy ; + rdfs:label "Total Atomic Stopping Power"@en . + +quantitykind:TotalCrossSection + a qudt:QuantityKind ; + dcterms:description "\"Total Cross-section\" is related to the absorbance of the light intensity through Beer-Lambert's law. It is the sum of all cross-sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target particle."^^qudt:LatexString ; + qudt:applicableUnit unit:AC ; + qudt:applicableUnit unit:ARE ; + qudt:applicableUnit unit:BARN ; + qudt:applicableUnit unit:CentiM2 ; + qudt:applicableUnit unit:DecaARE ; + qudt:applicableUnit unit:DeciM2 ; + qudt:applicableUnit unit:FT2 ; + qudt:applicableUnit unit:HA ; + qudt:applicableUnit unit:IN2 ; + qudt:applicableUnit unit:KiloM2 ; + qudt:applicableUnit unit:KiloMIL_Circ ; + qudt:applicableUnit unit:M2 ; + qudt:applicableUnit unit:MI2 ; + qudt:applicableUnit unit:MIL_Circ ; + qudt:applicableUnit unit:MI_US2 ; + qudt:applicableUnit unit:MicroM2 ; + qudt:applicableUnit unit:MilliM2 ; + qudt:applicableUnit unit:NanoM2 ; + qudt:applicableUnit unit:PIXEL_AREA ; + qudt:applicableUnit unit:PlanckArea ; + qudt:applicableUnit unit:YD2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ; + qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Total Cross-section\" is related to the absorbance of the light intensity through Beer-Lambert's law. It is the sum of all cross-sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target particle." ; + qudt:symbol "σₜ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Area" ; + rdfs:isDefinedBy ; + rdfs:label "Total Cross-section"@en ; + skos:broader quantitykind:CrossSection . + +quantitykind:TotalCurrent + a qudt:QuantityKind ; + dcterms:description "\"Total Current\" is the sum of the electric current that is flowing through a surface and the displacement current."^^qudt:LatexString ; + qudt:altSymbol "I_t" ; + qudt:applicableUnit unit:A ; + qudt:applicableUnit unit:AttoA ; + qudt:applicableUnit unit:FemtoA ; + qudt:applicableUnit unit:GigaA ; + qudt:applicableUnit unit:PetaA ; + qudt:applicableUnit unit:TeraA ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$I_{tot}= I + I_D$, where $I$ is electric current and $I_D$ is displacement current."^^qudt:LatexString ; + qudt:plainTextDescription "\"Total Current\" is the sum of the electric current that is flowing through a surface and the displacement current." ; + qudt:symbol "I_{tot}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:TotalCurrent" ; + rdfs:isDefinedBy ; + rdfs:label "Total Current"@en ; + rdfs:seeAlso quantitykind:DisplacementCurrent ; + rdfs:seeAlso quantitykind:ElectricCurrent . + +quantitykind:TotalCurrentDensity + a qudt:QuantityKind ; + dcterms:description "\"Total Current Density\" is the sum of the electric current density and the displacement current density."^^qudt:LatexString ; + qudt:applicableUnit unit:A-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$J_{tot}= J + J_D$, where $J$ is electric current density and $J_D$ is displacement current density."^^qudt:LatexString ; + qudt:latexSymbol "$J_{tot}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Total Current Density\" is the sum of the electric current density and the displacement current density." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:TotalCurrentDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Total Current Density"@en ; + rdfs:seeAlso quantitykind:DisplacementCurrentDensity ; + rdfs:seeAlso quantitykind:ElectricCurrentDensity . + +quantitykind:TotalIonization + a qudt:QuantityKind ; + dcterms:description "\"Total Ionization\" by a particle, total mean charge, divided by the elementary charge, $e$, of all positive ions produced by an ionizing charged particle along its entire path and along the paths of any secondary charged particles."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ionization#Classical_ionization"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$N = \\int N_i dl$."^^qudt:LatexString ; + qudt:symbol "N_i" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:TotalIonization" ; + rdfs:isDefinedBy ; + rdfs:label "Total Ionization"@en . + +quantitykind:TotalLinearStoppingPower + a qudt:QuantityKind ; + dcterms:description "The \"Total Linear Stopping Power\" is defined as the average energy loss of the particle per unit path length."^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-PER-CentiM ; + qudt:applicableUnit unit:EV-PER-ANGSTROM ; + qudt:applicableUnit unit:EV-PER-M ; + qudt:applicableUnit unit:J-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD203" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD203"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stopping_power_(particle_radiation)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$S = -\\frac{dE}{dx}$, where $-dE$ is the energy decrement in the $x-direction$ along an elementary path with the length $dx$."^^qudt:LatexString ; + qudt:plainTextDescription "The \"Total Linear Stopping Power\" is defined as the average energy loss of the particle per unit path length." ; + qudt:symbol "S" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:TotalLinearStoppingPower" ; + rdfs:isDefinedBy ; + rdfs:label "Total Linear Stopping Power"@en . + +quantitykind:TotalMassStoppingPower + a qudt:QuantityKind ; + dcterms:description "If a substance is compared in gaseous and solid form, then the linear stopping powers of the two states are very different just because of the different density. One therefore often divides S(E) by the density of the material to obtain the \"Mass Stopping Power\". The mass stopping power then depends only very little on the density of the material."^^qudt:LatexString ; + qudt:applicableUnit unit:ERG-CentiM2-PER-GM ; + qudt:applicableUnit unit:EV-M2-PER-KiloGM ; + qudt:applicableUnit unit:J-M2-PER-KiloGM ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-2D0 ; + qudt:iec61360Code "0112/2///62720#UAD204" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD204"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stopping_power_(particle_radiation)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:latexDefinition "$S_m = \\frac{S}{\\rho}$, where $S$ is the total linear stopping power and $\\rho$ is the mass density of the sample."^^qudt:LatexString ; + qudt:plainTextDescription "If a substance is compared in gaseous and solid form, then the linear stopping powers of the two states are very different just because of the different density. One therefore often divides S(E) by the density of the material to obtain the \"Mass Stopping Power\". The mass stopping power then depends only very little on the density of the material." ; + qudt:symbol "S_m" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:TotalMassStoppingPower" ; + rdfs:isDefinedBy ; + rdfs:label "Total Mass Stopping Power"@en . + +quantitykind:TotalPressure + a qudt:QuantityKind ; + dcterms:description " The total pressure is the sum of the dynamic and static pressures, that is $P_0 = P + q$."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:symbol "P_0" ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Total Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:TotalRadiance + a qudt:QuantityKind ; + dcterms:description "ratio between the differential change in the energy fluence dΨ and the time interval dt: ψ = dΨ / dt; the total radiance is identical to the product of the particle flux density and the average energy of the particles"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:plainTextDescription "Quotient aus der differentiellen Änderung der Energiefluenz dΨ im Zeitintervall dt: ψ = dΨ / dt; die Energieflussdichte ist identisch mit dem Produkt der Teilchenflussdichte und der mittleren Teilchenenergie"@de ; + qudt:symbol "0173-1#Z4-BAJ318#002" ; + rdfs:isDefinedBy ; + rdfs:label "total radiance"@en-US . + +quantitykind:TouchThresholds + a qudt:QuantityKind ; + dcterms:description "\"Touch Thresholds\" are thresholds for touch, vibration and other stimuli to the skin."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_t}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Touch Thresholds\" are thresholds for touch, vibration and other stimuli to the skin." ; + rdfs:isDefinedBy ; + rdfs:label "Touch Thresholds"@en . + +quantitykind:TrafficIntensity + a qudt:QuantityKind ; + dcterms:description "number of all simultaneously occupied units in a particular group of units"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD205" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD205"^^xsd:anyURI ; + qudt:plainTextDescription "Anzahl aller gleichzeitig belegten Einrichtungen in einer bestimmten Gruppe von einrichtungen"@de ; + qudt:symbol "0173-1#Z4-BAJ462#001" ; + rdfs:isDefinedBy ; + rdfs:label "traffic intensity" ; + rdfs:label "traffic intensity"@en-US . + +quantitykind:TransmissionRatioBetweenRotationAndTranslation + a qudt:QuantityKind ; + dcterms:description "relationship between rotational and longitudinal movements as a measure of how an angle is converted into a linear path"@en ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "Zusammenhang zwischen Dreh- und Längsbewegung als Maß dafür, wie ein überstrichener Drehwinkel in eine lineare Wegstrecke umgesetzt wird"@de ; + qudt:symbol "0173-1#Z4-BAJ400#003" ; + rdfs:isDefinedBy ; + rdfs:label "transmission ratio between rotation and translation"@en-US . + +quantitykind:Transmittance + a qudt:QuantityKind ; + dcterms:description "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Transmittance"^^xsd:anyURI ; + qudt:latexDefinition "$\\tau = \\frac{\\Phi_t}{\\Phi_m}$, where $\\Phi_t$ is the transmitted radiant flux or the transmitted luminous flux, and $\\Phi_m$ is the radiant flux or luminous flux of the incident radiation."^^qudt:LatexString ; + qudt:latexSymbol "$\\tau, T$"^^qudt:LatexString ; + qudt:plainTextDescription "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Transmittance"@en ; + skos:broader quantitykind:DimensionlessRatio ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:TransmittanceDensity + a qudt:QuantityKind ; + dcterms:description "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:latexDefinition "$A_{10}(\\lambda) = -lg(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$."^^qudt:LatexString ; + qudt:plainTextDescription "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample." ; + qudt:symbol "A_10, D" ; + rdfs:comment "Applicable units are those of quantitykind:TransmittanceDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Transmittance Density"@en . + +quantitykind:TrueExhaustVelocity + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:symbol "u_{e}" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "True Exhaust Velocity"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:Turbidity + a qudt:QuantityKind ; + dcterms:description "Turbidity is the cloudiness or haziness of a fluid, or of air, caused by individual particles (suspended solids) that are generally invisible to the naked eye, similar to smoke in air. Turbidity in open water is often caused by phytoplankton and the measurement of turbidity is a key test of water quality. The higher the turbidity, the higher the risk of the drinkers developing gastrointestinal diseases, especially for immune-compromised people, because contaminants like virus or bacteria can become attached to the suspended solid. The suspended solids interfere with water disinfection with chlorine because the particles act as shields for the virus and bacteria. Similarly suspended solids can protect bacteria from UV sterilisation of water. Fluids can contain suspended solid matter consisting of particles of many different sizes. While some suspended material will be large enough and heavy enough to settle rapidly to the bottom container if a liquid sample is left to stand (the settleable solids), very small particles will settle only very slowly or not at all if the sample is regularly agitated or the particles are colloidal. These small solid particles cause the liquid to appear turbid."^^qudt:LatexString ; + qudt:applicableUnit unit:NTU ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Turbidity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Turbidity"^^xsd:anyURI ; + qudt:plainTextDescription "Turbidity is the cloudiness or haziness of a fluid, or of air, caused by individual particles (suspended solids) that are generally invisible to the naked eye, similar to smoke in air. Turbidity in open water is often caused by phytoplankton and the measurement of turbidity is a key test of water quality. The higher the turbidity, the higher the risk of the drinkers developing gastrointestinal diseases, especially for immune-compromised people, because contaminants like virus or bacteria can become attached to the suspended solid. The suspended solids interfere with water disinfection with chlorine because the particles act as shields for the virus and bacteria. Similarly suspended solids can protect bacteria from UV sterilisation of water. Fluids can contain suspended solid matter consisting of particles of many different sizes. While some suspended material will be large enough and heavy enough to settle rapidly to the bottom container if a liquid sample is left to stand (the settleable solids), very small particles will settle only very slowly or not at all if the sample is regularly agitated or the particles are colloidal. These small solid particles cause the liquid to appear turbid." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Turbidity" ; + rdfs:isDefinedBy ; + rdfs:label "Turbidity"@en . + +quantitykind:Turns + a qudt:QuantityKind ; + dcterms:description "\"Turns\" is the number of turns in a winding."^^qudt:LatexString ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "\"Turns\" is the number of turns in a winding." ; + qudt:symbol "N" ; + rdfs:comment "Applicable units are those of quantitykind:Turns" ; + rdfs:isDefinedBy ; + rdfs:label "Turns"@en ; + skos:broader quantitykind:Count . + +quantitykind:Unbalance + a qudt:QuantityKind ; + dcterms:description "unsteady rotation of a body resulting from an anxious distribution of mass, expressed as the product of radius and related mass"@en ; + qudt:applicableUnit unit:KiloGM-M ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD206" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD206"^^xsd:anyURI ; + qudt:plainTextDescription "durch ungleichmäßige Masseverteilung bedingter, unruhiger Lauf rotierender Körper, ausgedrückt als Produkt aus dem Radius und einer zugehörigen Masse"@de ; + qudt:symbol "0173-1#Z4-BAJ432#001" ; + rdfs:comment "Applicable units are those of quantitykind:Unbalance" ; + rdfs:isDefinedBy ; + rdfs:label "unbalance" ; + rdfs:label "unbalance"@en-US . + +quantitykind:Unknown + a qudt:QuantityKind ; + dcterms:description "Placeholder value used for reference from units where it is not clear what a given unit is a measure of."@en ; + qudt:applicableUnit unit:A-HR-PER-DEG_C ; + qudt:applicableUnit unit:A-PER-A-HR ; + qudt:applicableUnit unit:A-PER-PA ; + qudt:applicableUnit unit:A-SEC2 ; + qudt:applicableUnit unit:A2-SEC ; + qudt:applicableUnit unit:AWG ; + qudt:applicableUnit unit:BARN-PER-EV ; + qudt:applicableUnit unit:BARN-PER-SR ; + qudt:applicableUnit unit:BARN-PER-SR-EV ; + qudt:applicableUnit unit:C-M2-PER-KiloGM ; + qudt:applicableUnit unit:CentiM-PER-BAR ; + qudt:applicableUnit unit:CentiM-PER-SEC-BAR ; + qudt:applicableUnit unit:CentiM-PER-SEC-K ; + qudt:applicableUnit unit:CentiM2-PER-CentiM3 ; + qudt:applicableUnit unit:CentiM3-PER-BAR ; + qudt:applicableUnit unit:CentiM3-PER-DAY-BAR ; + qudt:applicableUnit unit:CentiM3-PER-DAY-K ; + qudt:applicableUnit unit:CentiM3-PER-HR-BAR ; + qudt:applicableUnit unit:CentiM3-PER-HR-K ; + qudt:applicableUnit unit:CentiM3-PER-MIN-BAR ; + qudt:applicableUnit unit:CentiM3-PER-MIN-K ; + qudt:applicableUnit unit:CentiM3-PER-SEC-BAR ; + qudt:applicableUnit unit:CentiM3-PER-SEC-K ; + qudt:applicableUnit unit:CentiPOISE-PER-K ; + qudt:applicableUnit unit:DEG_C-KiloGM-PER-M2 ; + qudt:applicableUnit unit:DEG_C-PER-BAR ; + qudt:applicableUnit unit:DEG_C2-PER-SEC ; + qudt:applicableUnit unit:DEG_F-PER-BAR ; + qudt:applicableUnit unit:DU ; + qudt:applicableUnit unit:DeciB-MilliW ; + qudt:applicableUnit unit:DeciB-MilliW-PER-MegaHZ ; + qudt:applicableUnit unit:DeciB-W ; + qudt:applicableUnit unit:FT-HR-PER-GAL_UK ; + qudt:applicableUnit unit:FT-HR-PER-GAL_US ; + qudt:applicableUnit unit:FT-HR-PER-IN3 ; + qudt:applicableUnit unit:FT-PER-PSI ; + qudt:applicableUnit unit:FT-PER-SEC-DEG_F ; + qudt:applicableUnit unit:FT-PER-SEC-PSI ; + qudt:applicableUnit unit:FT-SEC-PER-GAL_UK ; + qudt:applicableUnit unit:FT-SEC-PER-GAL_US ; + qudt:applicableUnit unit:FT-SEC-PER-IN3 ; + qudt:applicableUnit unit:FT2-PER-BTU_IT-IN ; + qudt:applicableUnit unit:FT3-PER-PSI ; + qudt:applicableUnit unit:GM-HR-PER-L-CentiM3 ; + qudt:applicableUnit unit:GM-HR-PER-L-M3 ; + qudt:applicableUnit unit:GM-HR-PER-L2 ; + qudt:applicableUnit unit:GM-HR-PER-M3-CentiM3 ; + qudt:applicableUnit unit:GM-HR-PER-M3-L ; + qudt:applicableUnit unit:GM-HR-PER-M6 ; + qudt:applicableUnit unit:GM-MIN-PER-L-CentiM3 ; + qudt:applicableUnit unit:GM-MIN-PER-L-M3 ; + qudt:applicableUnit unit:GM-MIN-PER-L2 ; + qudt:applicableUnit unit:GM-MIN-PER-M3-CentiM3 ; + qudt:applicableUnit unit:GM-MIN-PER-M3-L ; + qudt:applicableUnit unit:GM-MIN-PER-M6 ; + qudt:applicableUnit unit:GM-PER-BAR ; + qudt:applicableUnit unit:GM-PER-CentiM3-K ; + qudt:applicableUnit unit:GM-PER-DAY-BAR ; + qudt:applicableUnit unit:GM-PER-DAY-K ; + qudt:applicableUnit unit:GM-PER-DEG_C ; + qudt:applicableUnit unit:GM-PER-DeciM3-K ; + qudt:applicableUnit unit:GM-PER-HR-BAR ; + qudt:applicableUnit unit:GM-PER-HR-K ; + qudt:applicableUnit unit:GM-PER-HZ ; + qudt:applicableUnit unit:GM-PER-K ; + qudt:applicableUnit unit:GM-PER-L-CentiPOISE ; + qudt:applicableUnit unit:GM-PER-L-K ; + qudt:applicableUnit unit:GM-PER-L-MilliPA-SEC ; + qudt:applicableUnit unit:GM-PER-L-PA-SEC ; + qudt:applicableUnit unit:GM-PER-L-POISE ; + qudt:applicableUnit unit:GM-PER-M3-CentiPOISE ; + qudt:applicableUnit unit:GM-PER-M3-K ; + qudt:applicableUnit unit:GM-PER-M3-MilliPA-SEC ; + qudt:applicableUnit unit:GM-PER-M3-PA-SEC ; + qudt:applicableUnit unit:GM-PER-M3-POISE ; + qudt:applicableUnit unit:GM-PER-MIN-BAR ; + qudt:applicableUnit unit:GM-PER-MIN-K ; + qudt:applicableUnit unit:GM-PER-MilliL-K ; + qudt:applicableUnit unit:GM-PER-SEC-BAR ; + qudt:applicableUnit unit:GM-PER-SEC-K ; + qudt:applicableUnit unit:GM-SEC-PER-L-CentiM3 ; + qudt:applicableUnit unit:GM-SEC-PER-L-M3 ; + qudt:applicableUnit unit:GM-SEC-PER-L2 ; + qudt:applicableUnit unit:GM-SEC-PER-M3-CentiM3 ; + qudt:applicableUnit unit:GM-SEC-PER-M3-L ; + qudt:applicableUnit unit:GM-SEC-PER-M6 ; + qudt:applicableUnit unit:HR-PER-FT2 ; + qudt:applicableUnit unit:IN-PER-PSI ; + qudt:applicableUnit unit:IN-PER-SEC-DEG_F ; + qudt:applicableUnit unit:IN-PER-SEC-PSI ; + qudt:applicableUnit unit:K-M-PER-SEC ; + qudt:applicableUnit unit:K-M2-PER-KiloGM-SEC ; + qudt:applicableUnit unit:K-PA-PER-SEC ; + qudt:applicableUnit unit:K-PER-BAR ; + qudt:applicableUnit unit:K-PER-PA ; + qudt:applicableUnit unit:K2 ; + qudt:applicableUnit unit:KiloGM-PER-BAR ; + qudt:applicableUnit unit:KiloGM-PER-CentiM3-K ; + qudt:applicableUnit unit:KiloGM-PER-DAY-BAR ; + qudt:applicableUnit unit:KiloGM-PER-DAY-K ; + qudt:applicableUnit unit:KiloGM-PER-DeciM3-K ; + qudt:applicableUnit unit:KiloGM-PER-HR-BAR ; + qudt:applicableUnit unit:KiloGM-PER-HR-K ; + qudt:applicableUnit unit:KiloGM-PER-K ; + qudt:applicableUnit unit:KiloGM-PER-L-K ; + qudt:applicableUnit unit:KiloGM-PER-M3-K ; + qudt:applicableUnit unit:KiloGM-PER-M3-SEC ; + qudt:applicableUnit unit:KiloGM-PER-MIN-BAR ; + qudt:applicableUnit unit:KiloGM-PER-MIN-K ; + qudt:applicableUnit unit:KiloGM-PER-PA ; + qudt:applicableUnit unit:KiloGM-PER-SEC-BAR ; + qudt:applicableUnit unit:KiloGM-PER-SEC-K ; + qudt:applicableUnit unit:KiloGM-PER-SEC-PA ; + qudt:applicableUnit unit:KiloGM-SEC2 ; + qudt:applicableUnit unit:KiloGM2-PER-SEC2 ; + qudt:applicableUnit unit:KiloM-PER-SEC-BAR ; + qudt:applicableUnit unit:KiloMOL-PER-M3-BAR ; + qudt:applicableUnit unit:KiloMOL-PER-M3-K ; + qudt:applicableUnit unit:KiloOHM-PER-BAR ; + qudt:applicableUnit unit:KiloOHM-PER-K ; + qudt:applicableUnit unit:KiloVAR-PER-K ; + qudt:applicableUnit unit:L-PER-BAR ; + qudt:applicableUnit unit:L-PER-DAY-BAR ; + qudt:applicableUnit unit:L-PER-DAY-K ; + qudt:applicableUnit unit:L-PER-HR-BAR ; + qudt:applicableUnit unit:L-PER-HR-K ; + qudt:applicableUnit unit:L-PER-MIN-BAR ; + qudt:applicableUnit unit:L-PER-MIN-K ; + qudt:applicableUnit unit:L-PER-SEC-BAR ; + qudt:applicableUnit unit:L-PER-SEC-K ; + qudt:applicableUnit unit:LB-FT2-PER-GAL_UK-LB_F-SEC ; + qudt:applicableUnit unit:LB-FT2-PER-GAL_US-LB_F-SEC ; + qudt:applicableUnit unit:LB-FT2-PER-IN3-LB_F-SEC ; + qudt:applicableUnit unit:LB-HR-PER-FT3-GAL_UK ; + qudt:applicableUnit unit:LB-HR-PER-FT3-GAL_US ; + qudt:applicableUnit unit:LB-HR-PER-FT3-IN3 ; + qudt:applicableUnit unit:LB-HR-PER-FT3-YD3 ; + qudt:applicableUnit unit:LB-HR-PER-FT6 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_UK-FT3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_UK-IN3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_UK-YD3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_UK2 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_US-FT3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_US-IN3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_US-YD3 ; + qudt:applicableUnit unit:LB-HR-PER-GAL_US2 ; + qudt:applicableUnit unit:LB-HR-PER-IN3-FT3 ; + qudt:applicableUnit unit:LB-HR-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:LB-HR-PER-IN3-GAL_US ; + qudt:applicableUnit unit:LB-HR-PER-IN3-YD3 ; + qudt:applicableUnit unit:LB-HR-PER-IN6 ; + qudt:applicableUnit unit:LB-IN2-PER-FT3-LB_F-SEC ; + qudt:applicableUnit unit:LB-IN2-PER-GAL_UK-LB_F-SEC ; + qudt:applicableUnit unit:LB-IN2-PER-GAL_US-LB_F-SEC ; + qudt:applicableUnit unit:LB-IN2-PER-IN3-LB_F-SEC ; + qudt:applicableUnit unit:LB-MIN-PER-FT3-GAL_UK ; + qudt:applicableUnit unit:LB-MIN-PER-FT3-GAL_US ; + qudt:applicableUnit unit:LB-MIN-PER-FT3-IN3 ; + qudt:applicableUnit unit:LB-MIN-PER-FT3-YD3 ; + qudt:applicableUnit unit:LB-MIN-PER-FT6 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_UK-FT3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_UK-IN3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_UK-YD3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_UK2 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_US-FT3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_US-IN3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_US-YD3 ; + qudt:applicableUnit unit:LB-MIN-PER-GAL_US2 ; + qudt:applicableUnit unit:LB-MIN-PER-IN3-FT3 ; + qudt:applicableUnit unit:LB-MIN-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:LB-MIN-PER-IN3-GAL_US ; + qudt:applicableUnit unit:LB-MIN-PER-IN3-YD3 ; + qudt:applicableUnit unit:LB-MIN-PER-IN6 ; + qudt:applicableUnit unit:LB-PER-DEG_F ; + qudt:applicableUnit unit:LB-PER-FT-LB_F-SEC ; + qudt:applicableUnit unit:LB-PER-FT3-DEG_F ; + qudt:applicableUnit unit:LB-PER-HR-DEG_F ; + qudt:applicableUnit unit:LB-PER-IN3-DEG_F ; + qudt:applicableUnit unit:LB-PER-MIN-DEG_F ; + qudt:applicableUnit unit:LB-PER-PSI ; + qudt:applicableUnit unit:LB-PER-SEC-DEG_F ; + qudt:applicableUnit unit:LB-SEC-PER-FT3-GAL_UK ; + qudt:applicableUnit unit:LB-SEC-PER-FT3-GAL_US ; + qudt:applicableUnit unit:LB-SEC-PER-FT3-IN3 ; + qudt:applicableUnit unit:LB-SEC-PER-FT3-YD3 ; + qudt:applicableUnit unit:LB-SEC-PER-FT6 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_UK-FT3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_UK-IN3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_UK-YD3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_UK2 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_US-FT3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_US-IN3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_US-YD3 ; + qudt:applicableUnit unit:LB-SEC-PER-GAL_US2 ; + qudt:applicableUnit unit:LB-SEC-PER-IN3-FT3 ; + qudt:applicableUnit unit:LB-SEC-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:LB-SEC-PER-IN3-GAL_US ; + qudt:applicableUnit unit:LB-SEC-PER-IN3-YD3 ; + qudt:applicableUnit unit:LB-SEC-PER-IN6 ; + qudt:applicableUnit unit:M-PER-BAR ; + qudt:applicableUnit unit:M-PER-PA ; + qudt:applicableUnit unit:M-PER-SEC-BAR ; + qudt:applicableUnit unit:M-PER-SEC-K ; + qudt:applicableUnit unit:M-PER-SEC-PA ; + qudt:applicableUnit unit:M-SEC ; + qudt:applicableUnit unit:M-SEC2 ; + qudt:applicableUnit unit:M2-HZ2 ; + qudt:applicableUnit unit:M2-HZ3 ; + qudt:applicableUnit unit:M2-HZ4 ; + qudt:applicableUnit unit:M2-PER-HA-YR ; + qudt:applicableUnit unit:M2-PER-HZ ; + qudt:applicableUnit unit:M2-PER-HZ-DEG ; + qudt:applicableUnit unit:M2-PER-HZ2 ; + qudt:applicableUnit unit:M2-PER-SEC-BAR ; + qudt:applicableUnit unit:M2-PER-SEC-K ; + qudt:applicableUnit unit:M2-PER-SEC-PA ; + qudt:applicableUnit unit:M2-SEC-PER-RAD ; + qudt:applicableUnit unit:M3-PER-BAR ; + qudt:applicableUnit unit:M3-PER-DAY-BAR ; + qudt:applicableUnit unit:M3-PER-DAY-K ; + qudt:applicableUnit unit:M3-PER-HR-BAR ; + qudt:applicableUnit unit:M3-PER-HR-K ; + qudt:applicableUnit unit:M3-PER-KiloGM-SEC2 ; + qudt:applicableUnit unit:M3-PER-MIN-BAR ; + qudt:applicableUnit unit:M3-PER-MIN-K ; + qudt:applicableUnit unit:M3-PER-PA ; + qudt:applicableUnit unit:M3-PER-SEC-BAR ; + qudt:applicableUnit unit:M3-PER-SEC-K ; + qudt:applicableUnit unit:M3-PER-SEC-PA ; + qudt:applicableUnit unit:M4-PER-SEC ; + qudt:applicableUnit unit:MOL-PER-KiloGM-K ; + qudt:applicableUnit unit:MOL-PER-L-BAR ; + qudt:applicableUnit unit:MOL-PER-L-K ; + qudt:applicableUnit unit:MOL-PER-M2 ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-M-SR ; + qudt:applicableUnit unit:MOL-PER-M2-SEC-SR ; + qudt:applicableUnit unit:MOL-PER-M3-BAR ; + qudt:applicableUnit unit:MOL-PER-M3-K ; + qudt:applicableUnit unit:MOL-PER-M3-PA ; + qudt:applicableUnit unit:MOL-PER-MOL ; + qudt:applicableUnit unit:MegaCCY_USD-PER-YR ; + qudt:applicableUnit unit:MegaHZ-KiloM ; + qudt:applicableUnit unit:MegaOHM-PER-BAR ; + qudt:applicableUnit unit:MegaOHM-PER-K ; + qudt:applicableUnit unit:MicroGALILEO-PER-M ; + qudt:applicableUnit unit:MicroGM-PER-L-HR ; + qudt:applicableUnit unit:MicroGM-PER-M3-HR ; + qudt:applicableUnit unit:MicroGM-PER-M3-K ; + qudt:applicableUnit unit:MicroM-PER-MilliL ; + qudt:applicableUnit unit:MicroMOL-PER-M2 ; + qudt:applicableUnit unit:MicroMOL-PER-M2-SEC2 ; + qudt:applicableUnit unit:MicroMOL-PER-MOL ; + qudt:applicableUnit unit:MicroMOL-PER-MicroMOL-DAY ; + qudt:applicableUnit unit:MicroVAR-PER-K ; + qudt:applicableUnit unit:MilliA-IN2-PER-LB_F ; + qudt:applicableUnit unit:MilliA-PER-BAR ; + qudt:applicableUnit unit:MilliA-PER-L-MIN ; + qudt:applicableUnit unit:MilliA-PER-LB_F-IN2 ; + qudt:applicableUnit unit:MilliBQ-PER-M2-DAY ; + qudt:applicableUnit unit:MilliGALILEO-PER-MO ; + qudt:applicableUnit unit:MilliGM-HR-PER-L-CentiM3 ; + qudt:applicableUnit unit:MilliGM-HR-PER-L-M3 ; + qudt:applicableUnit unit:MilliGM-HR-PER-L2 ; + qudt:applicableUnit unit:MilliGM-HR-PER-M3-CentiM3 ; + qudt:applicableUnit unit:MilliGM-HR-PER-M3-L ; + qudt:applicableUnit unit:MilliGM-HR-PER-M6 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-L-CentiM3 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-L-M3 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-L2 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-M3-CentiM3 ; + qudt:applicableUnit unit:MilliGM-MIN-PER-M3-L ; + qudt:applicableUnit unit:MilliGM-MIN-PER-M6 ; + qudt:applicableUnit unit:MilliGM-PER-BAR ; + qudt:applicableUnit unit:MilliGM-PER-DAY-BAR ; + qudt:applicableUnit unit:MilliGM-PER-DAY-K ; + qudt:applicableUnit unit:MilliGM-PER-HR-BAR ; + qudt:applicableUnit unit:MilliGM-PER-HR-K ; + qudt:applicableUnit unit:MilliGM-PER-K ; + qudt:applicableUnit unit:MilliGM-PER-L-CentiPOISE ; + qudt:applicableUnit unit:MilliGM-PER-L-MilliPA-SEC ; + qudt:applicableUnit unit:MilliGM-PER-L-PA-SEC ; + qudt:applicableUnit unit:MilliGM-PER-L-POISE ; + qudt:applicableUnit unit:MilliGM-PER-M3-CentiPOISE ; + qudt:applicableUnit unit:MilliGM-PER-M3-DAY ; + qudt:applicableUnit unit:MilliGM-PER-M3-HR ; + qudt:applicableUnit unit:MilliGM-PER-M3-K ; + qudt:applicableUnit unit:MilliGM-PER-M3-MilliPA-SEC ; + qudt:applicableUnit unit:MilliGM-PER-M3-PA-SEC ; + qudt:applicableUnit unit:MilliGM-PER-M3-POISE ; + qudt:applicableUnit unit:MilliGM-PER-M3-SEC ; + qudt:applicableUnit unit:MilliGM-PER-MIN-BAR ; + qudt:applicableUnit unit:MilliGM-PER-MIN-K ; + qudt:applicableUnit unit:MilliGM-PER-SEC-BAR ; + qudt:applicableUnit unit:MilliGM-PER-SEC-K ; + qudt:applicableUnit unit:MilliGM-SEC-PER-L-CentiM3 ; + qudt:applicableUnit unit:MilliGM-SEC-PER-L-M3 ; + qudt:applicableUnit unit:MilliGM-SEC-PER-L2 ; + qudt:applicableUnit unit:MilliGM-SEC-PER-M3-CentiM3 ; + qudt:applicableUnit unit:MilliGM-SEC-PER-M3-L ; + qudt:applicableUnit unit:MilliGM-SEC-PER-M6 ; + qudt:applicableUnit unit:MilliK-PER-BAR ; + qudt:applicableUnit unit:MilliL-PER-BAR ; + qudt:applicableUnit unit:MilliL-PER-DAY-BAR ; + qudt:applicableUnit unit:MilliL-PER-DAY-K ; + qudt:applicableUnit unit:MilliL-PER-HR-BAR ; + qudt:applicableUnit unit:MilliL-PER-HR-K ; + qudt:applicableUnit unit:MilliL-PER-M2-DAY ; + qudt:applicableUnit unit:MilliL-PER-MIN-BAR ; + qudt:applicableUnit unit:MilliL-PER-MIN-K ; + qudt:applicableUnit unit:MilliL-PER-SEC-BAR ; + qudt:applicableUnit unit:MilliL-PER-SEC-K ; + qudt:applicableUnit unit:MilliM-PER-BAR ; + qudt:applicableUnit unit:MilliM-PER-M2 ; + qudt:applicableUnit unit:MilliMOL-PER-M2 ; + qudt:applicableUnit unit:MilliMOL-PER-MOL ; + qudt:applicableUnit unit:MilliOHM-PER-BAR ; + qudt:applicableUnit unit:MilliOHM-PER-K ; + qudt:applicableUnit unit:MilliPA-SEC-PER-K ; + qudt:applicableUnit unit:MilliV-PER-V ; + qudt:applicableUnit unit:MilliVAR-PER-K ; + qudt:applicableUnit unit:MilliW-PER-CentiM2-MicroM-SR ; + qudt:applicableUnit unit:N-M-PER-W0dot5 ; + qudt:applicableUnit unit:N-M2-PER-KiloGM2 ; + qudt:applicableUnit unit:NP-PER-SEC ; + qudt:applicableUnit unit:NUM-PER-CentiM-KiloYR ; + qudt:applicableUnit unit:NUM-PER-GM ; + qudt:applicableUnit unit:NUM-PER-HectoGM ; + qudt:applicableUnit unit:NUM-PER-KiloGM ; + qudt:applicableUnit unit:NUM-PER-MilliGM ; + qudt:applicableUnit unit:NanoMOL-PER-MicroMOL ; + qudt:applicableUnit unit:NanoMOL-PER-MicroMOL-DAY ; + qudt:applicableUnit unit:OHM-PER-BAR ; + qudt:applicableUnit unit:OHM-PER-K ; + qudt:applicableUnit unit:OZ-FT-HR-PER-IN3-LB ; + qudt:applicableUnit unit:OZ-FT-SEC-PER-IN3-LB ; + qudt:applicableUnit unit:OZ-FT2-PER-IN3-LB_F-SEC ; + qudt:applicableUnit unit:OZ-HR-PER-IN3-FT3 ; + qudt:applicableUnit unit:OZ-HR-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:OZ-HR-PER-IN3-GAL_US ; + qudt:applicableUnit unit:OZ-HR-PER-IN3-YD3 ; + qudt:applicableUnit unit:OZ-HR-PER-IN6 ; + qudt:applicableUnit unit:OZ-IN2-PER-IN3-LB_F-SEC ; + qudt:applicableUnit unit:OZ-MIN-PER-IN3-FT3 ; + qudt:applicableUnit unit:OZ-MIN-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:OZ-MIN-PER-IN3-GAL_US ; + qudt:applicableUnit unit:OZ-MIN-PER-IN3-YD3 ; + qudt:applicableUnit unit:OZ-MIN-PER-IN6 ; + qudt:applicableUnit unit:OZ-SEC-PER-IN3-FT3 ; + qudt:applicableUnit unit:OZ-SEC-PER-IN3-GAL_UK ; + qudt:applicableUnit unit:OZ-SEC-PER-IN3-GAL_US ; + qudt:applicableUnit unit:OZ-SEC-PER-IN3-YD3 ; + qudt:applicableUnit unit:OZ-SEC-PER-IN6 ; + qudt:applicableUnit unit:PA-M ; + qudt:applicableUnit unit:PA-M-PER-SEC ; + qudt:applicableUnit unit:PA-M-PER-SEC2 ; + qudt:applicableUnit unit:PA-SEC-PER-K ; + qudt:applicableUnit unit:PA2-PER-SEC2 ; + qudt:applicableUnit unit:PER-KiloGM-SEC ; + qudt:applicableUnit unit:PER-M-NanoM-SR ; + qudt:applicableUnit unit:PER-M-SEC ; + qudt:applicableUnit unit:PER-M-SR ; + qudt:applicableUnit unit:PER-MicroMOL-L ; + qudt:applicableUnit unit:PER-PA-SEC ; + qudt:applicableUnit unit:PER-PERCENT ; + qudt:applicableUnit unit:PER-RAD ; + qudt:applicableUnit unit:PER-SEC-SR-M2 ; + qudt:applicableUnit unit:PER-SR ; + qudt:applicableUnit unit:PERCENT-FT-HR-PER-LB ; + qudt:applicableUnit unit:PERCENT-FT-SEC-PER-LB ; + qudt:applicableUnit unit:PERCENT-HR-PER-CentiM3 ; + qudt:applicableUnit unit:PERCENT-HR-PER-FT3 ; + qudt:applicableUnit unit:PERCENT-HR-PER-GAL_UK ; + qudt:applicableUnit unit:PERCENT-HR-PER-GAL_US ; + qudt:applicableUnit unit:PERCENT-HR-PER-IN3 ; + qudt:applicableUnit unit:PERCENT-HR-PER-L ; + qudt:applicableUnit unit:PERCENT-HR-PER-M3 ; + qudt:applicableUnit unit:PERCENT-HR-PER-YD3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-CentiM3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-FT3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-GAL_UK ; + qudt:applicableUnit unit:PERCENT-MIN-PER-GAL_US ; + qudt:applicableUnit unit:PERCENT-MIN-PER-IN3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-L ; + qudt:applicableUnit unit:PERCENT-MIN-PER-M3 ; + qudt:applicableUnit unit:PERCENT-MIN-PER-YD3 ; + qudt:applicableUnit unit:PERCENT-PER-CentiPOISE ; + qudt:applicableUnit unit:PERCENT-PER-DEG ; + qudt:applicableUnit unit:PERCENT-PER-HUNDRED ; + qudt:applicableUnit unit:PERCENT-PER-HUNDRED-THOUSAND ; + qudt:applicableUnit unit:PERCENT-PER-MilliPA-SEC ; + qudt:applicableUnit unit:PERCENT-PER-OHM ; + qudt:applicableUnit unit:PERCENT-PER-PA-SEC ; + qudt:applicableUnit unit:PERCENT-PER-PERCENT ; + qudt:applicableUnit unit:PERCENT-PER-POISE ; + qudt:applicableUnit unit:PERCENT-PER-TEN-THOUSAND ; + qudt:applicableUnit unit:PERCENT-PER-THOUSAND ; + qudt:applicableUnit unit:PERCENT-PER-V ; + qudt:applicableUnit unit:PERCENT-SEC-PER-CentiM3 ; + qudt:applicableUnit unit:PERCENT-SEC-PER-FT3 ; + qudt:applicableUnit unit:PERCENT-SEC-PER-GAL_UK ; + qudt:applicableUnit unit:PERCENT-SEC-PER-GAL_US ; + qudt:applicableUnit unit:PERCENT-SEC-PER-IN3 ; + qudt:applicableUnit unit:PERCENT-SEC-PER-L ; + qudt:applicableUnit unit:PERCENT-SEC-PER-M3 ; + qudt:applicableUnit unit:PERCENT-SEC-PER-YD3 ; + qudt:applicableUnit unit:POISE-PER-K ; + qudt:applicableUnit unit:PPT_VOL ; + qudt:applicableUnit unit:PicoA-PER-HectoPA ; + qudt:applicableUnit unit:PicoA-PER-MicroMOL-L ; + qudt:applicableUnit unit:PicoMOL-PER-M-W-SEC ; + qudt:applicableUnit unit:PicoW-PER-CentiM2-L ; + qudt:applicableUnit unit:SEC-PER-FT2 ; + qudt:applicableUnit unit:SEC-PER-M ; + qudt:applicableUnit unit:SON ; + qudt:applicableUnit unit:SPIN_QUANTUM_NUMBER ; + qudt:applicableUnit unit:ST-PER-BAR ; + qudt:applicableUnit unit:ST-PER-K ; + qudt:applicableUnit unit:ST-PER-PA ; + qudt:applicableUnit unit:TONNE-PER-BAR ; + qudt:applicableUnit unit:TONNE-PER-DAY-BAR ; + qudt:applicableUnit unit:TONNE-PER-DAY-K ; + qudt:applicableUnit unit:TONNE-PER-HR-BAR ; + qudt:applicableUnit unit:TONNE-PER-HR-K ; + qudt:applicableUnit unit:TONNE-PER-K ; + qudt:applicableUnit unit:TONNE-PER-M3-K ; + qudt:applicableUnit unit:TONNE-PER-MIN-BAR ; + qudt:applicableUnit unit:TONNE-PER-MIN-K ; + qudt:applicableUnit unit:TONNE-PER-SEC-BAR ; + qudt:applicableUnit unit:TONNE-PER-SEC-K ; + qudt:applicableUnit unit:TON_Metric-PER-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-DAY-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-DAY-K ; + qudt:applicableUnit unit:TON_Metric-PER-HR-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-HR-K ; + qudt:applicableUnit unit:TON_Metric-PER-K ; + qudt:applicableUnit unit:TON_Metric-PER-M3-K ; + qudt:applicableUnit unit:TON_Metric-PER-MIN-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-MIN-K ; + qudt:applicableUnit unit:TON_Metric-PER-SEC-BAR ; + qudt:applicableUnit unit:TON_Metric-PER-SEC-K ; + qudt:applicableUnit unit:TON_SHORT-PER-DEG_F ; + qudt:applicableUnit unit:TON_SHORT-PER-HR-DEG_F ; + qudt:applicableUnit unit:TON_SHORT-PER-HR-PSI ; + qudt:applicableUnit unit:TON_SHORT-PER-PSI ; + qudt:applicableUnit unit:UNKNOWN ; + qudt:applicableUnit unit:V-PER-L-MIN ; + qudt:applicableUnit unit:V-PER-V ; + qudt:applicableUnit unit:VAR-PER-K ; + qudt:applicableUnit unit:W-HR-PER-L ; + qudt:applicableUnit unit:W-M-PER-M2-SR ; + qudt:applicableUnit unit:W-PER-M2-M ; + qudt:applicableUnit unit:W-PER-M2-M-SR ; + qudt:applicableUnit unit:W-PER-M2-NanoM ; + qudt:applicableUnit unit:YD-PER-PSI ; + qudt:applicableUnit unit:YD3-PER-PSI ; + qudt:hasDimensionVector qkdv:NotApplicable ; + rdfs:comment "Applicable units are those of quantitykind:Unknown" ; + rdfs:isDefinedBy ; + rdfs:label "Unknown"@en . + +quantitykind:UpperCriticalMagneticFluxDensity + a qudt:QuantityKind ; + dcterms:description "\"Upper Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for disappearance of bulk superconductivity."^^qudt:LatexString ; + qudt:applicableUnit unit:GAMMA ; + qudt:applicableUnit unit:GAUSS ; + qudt:applicableUnit unit:KiloGAUSS ; + qudt:applicableUnit unit:KiloT ; + qudt:applicableUnit unit:MicroT ; + qudt:applicableUnit unit:MilliT ; + qudt:applicableUnit unit:NanoT ; + qudt:applicableUnit unit:T ; + qudt:applicableUnit unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Upper Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for disappearance of bulk superconductivity." ; + qudt:symbol "B_{c2}" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:MagneticFluxDensity" ; + rdfs:isDefinedBy ; + rdfs:label "Upper Critical Magnetic Flux Density"@en ; + skos:broader quantitykind:MagneticFluxDensity ; + skos:closeMatch quantitykind:LowerCriticalMagneticFluxDensity . + +quantitykind:VacuumThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:expression "$VT$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Vacuum Thrust"@en ; + skos:broader quantitykind:Thrust . + +quantitykind:VaporPermeability + a qudt:QuantityKind ; + dcterms:description "The moisture transmission rate of a material is referred to as its \"permeability\"."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:VapourPermeability ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://users.encs.concordia.ca/~raojw/crd/essay/essay000287.html"^^xsd:anyURI ; + qudt:informativeReference "https://www.designingbuildings.co.uk/wiki/Vapour_Permeability"^^xsd:anyURI ; + qudt:plainTextDescription "The moisture transmission rate of a material is referred to as its \"permeability\"." ; + rdfs:isDefinedBy ; + rdfs:label "Vapour Permeability"@en . + +quantitykind:VaporPermeance + a qudt:QuantityKind ; + dcterms:description "A material's \"permeance\", is dependent on thickness much like the R-value in heat transmission. Dividing the permeability of a material by its thickness gives the material's permeance. Permeance is the number that should be used to compare various products in regard to moisture transmission resistance."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:VapourPermeance ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:informativeReference "https://users.encs.concordia.ca/~raojw/crd/essay/essay000287.html"^^xsd:anyURI ; + qudt:informativeReference "https://www.designingbuildings.co.uk/wiki/Vapour_Permeability"^^xsd:anyURI ; + qudt:plainTextDescription "A material's \"permeance\", is dependent on thickness much like the R-value in heat transmission. Dividing the permeability of a material by its thickness gives the material's permeance. Permeance is the number that should be used to compare various products in regard to moisture transmission resistance." ; + rdfs:isDefinedBy ; + rdfs:label "Vapour Permeance"@en . + +quantitykind:VaporPressure + a qudt:QuantityKind ; + dcterms:description "A pressure that is the one exerted by a substance vapour in thermodynamic equilibrium with either its solid or liquid phase at a given temperature in a closed system."^^qudt:LatexString ; + dcterms:isReplacedBy quantitykind:VapourPressure ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "A pressure that is the one exerted by a substance vapour in thermodynamic equilibrium with either its solid or liquid phase at a given temperature in a closed system." ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Vapour Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:VapourPermeability + a qudt:QuantityKind ; + dcterms:description "The moisture transmission rate of a material is referred to as its \"permeability\"."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-PER-PA-SEC-M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://users.encs.concordia.ca/~raojw/crd/essay/essay000287.html"^^xsd:anyURI ; + qudt:informativeReference "https://www.designingbuildings.co.uk/wiki/Vapour_Permeability"^^xsd:anyURI ; + qudt:plainTextDescription "The moisture transmission rate of a material is referred to as its \"permeability\"." ; + rdfs:comment "Applicable units are those of quantitykind:VapourPermeability" ; + rdfs:isDefinedBy ; + rdfs:label "Vapour Permeability"@en . + +quantitykind:VapourPermeance + a qudt:QuantityKind ; + dcterms:description "A material's \"permeance\", is dependent on thickness much like the R-value in heat transmission. Dividing the permeability of a material by its thickness gives the material's permeance. Permeance is the number that should be used to compare various products in regard to moisture transmission resistance."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloGM-PER-M2-PA-SEC ; + qudt:applicableUnit unit:NanoGM-PER-M2-PA-SEC ; + qudt:applicableUnit unit:PERM_Metric ; + qudt:applicableUnit unit:PERM_US ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:informativeReference "https://users.encs.concordia.ca/~raojw/crd/essay/essay000287.html"^^xsd:anyURI ; + qudt:informativeReference "https://www.designingbuildings.co.uk/wiki/Vapour_Permeability"^^xsd:anyURI ; + qudt:plainTextDescription "A material's \"permeance\", is dependent on thickness much like the R-value in heat transmission. Dividing the permeability of a material by its thickness gives the material's permeance. Permeance is the number that should be used to compare various products in regard to moisture transmission resistance." ; + rdfs:comment "Applicable units are those of quantitykind:VapourPermeance" ; + rdfs:isDefinedBy ; + rdfs:label "Vapour Permeance"@en . + +quantitykind:VapourPressure + a qudt:QuantityKind ; + dcterms:description "A pressure that is the one exerted by a substance vapour in thermodynamic equilibrium with either its solid or liquid phase at a given temperature in a closed system."^^qudt:LatexString ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:plainTextDescription "A pressure that is the one exerted by a substance vapour in thermodynamic equilibrium with either its solid or liquid phase at a given temperature in a closed system." ; + rdfs:comment "Applicable units are those of quantitykind:VapourPressure" ; + rdfs:isDefinedBy ; + rdfs:label "Vapour Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:VehicleVelocity + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:symbol "V" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Vehicle Velocity"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:Velocity + a qudt:QuantityKind ; + 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:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ; + qudt:exactMatch quantitykind:LinearVelocity ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD236" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD236"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Velocity"^^xsd:anyURI ; + qudt:plainTextDescription "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:siExactMatch si-quantity:VELO ; + qudt:symbol "v" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Geschwindigkeit"@de ; + rdfs:label "Halaju"@ms ; + rdfs:label "Rychlost"@cs ; + rdfs:label "hitrost"@sl ; + rdfs:label "hız"@tr ; + rdfs:label "prędkość"@pl ; + rdfs:label "velocidad"@es ; + rdfs:label "velocidade"@pt ; + rdfs:label "velocitas"@la ; + rdfs:label "velocity"@en ; + rdfs:label "velocità"@it ; + rdfs:label "vitesse"@fr ; + rdfs:label "viteză"@ro ; + rdfs:label "Επιφάνεια"@el ; + rdfs:label "Ско́рость"@ru ; + rdfs:label "מהירות"@he ; + rdfs:label "السرعة"@ar ; + rdfs:label "سرعت/تندی"@fa ; + rdfs:label "गति"@hi ; + rdfs:label "速力"@ja ; + rdfs:label "速度"@zh ; + skos:altLabel "rapidez"@es ; + skos:altLabel "वेग"@hi . + +quantitykind:VentilationRatePerFloorArea + a qudt:QuantityKind ; + dcterms:description "Ventilation Rate is often expressed by the volumetric flowrate of outdoor air introduced to a building. However, ASHRAE now recommends ventilation rates dependent upon floor area."^^qudt:LatexString ; + qudt:applicableUnit unit:L-PER-SEC-M2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ventilation_(architecture)#Ventilation_rates_for_indoor_air_quality"^^xsd:anyURI ; + qudt:plainTextDescription "Ventilation Rate is often expressed by the volumetric flowrate of outdoor air introduced to a building. However, ASHRAE now recommends ventilation rates dependent upon floor area." ; + rdfs:comment "Applicable units are those of quantitykind:VentilationRatePerFloorArea" ; + rdfs:isDefinedBy ; + rdfs:label "Ventilation Rate per Floor Area"@en . + +quantitykind:VerticalVelocity + a qudt:QuantityKind ; + dcterms:description "The rate at which a body moves upwards at an angle of 90 degrees to the ground. It is the component of a projectile's velocity which is concerned with lifting the projectile."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM-PER-HR ; + qudt:applicableUnit unit:CentiM-PER-KiloYR ; + qudt:applicableUnit unit:CentiM-PER-SEC ; + qudt:applicableUnit unit:CentiM-PER-YR ; + qudt:applicableUnit unit:FT-PER-DAY ; + qudt:applicableUnit unit:FT-PER-HR ; + qudt:applicableUnit unit:FT-PER-MIN ; + qudt:applicableUnit unit:FT-PER-SEC ; + qudt:applicableUnit unit:GigaHZ-M ; + qudt:applicableUnit unit:IN-PER-MIN ; + qudt:applicableUnit unit:IN-PER-SEC ; + qudt:applicableUnit unit:IN-PER-YR ; + qudt:applicableUnit unit:KN ; + qudt:applicableUnit unit:KiloM-PER-DAY ; + qudt:applicableUnit unit:KiloM-PER-HR ; + qudt:applicableUnit unit:KiloM-PER-SEC ; + qudt:applicableUnit unit:M-PER-DAY ; + qudt:applicableUnit unit:M-PER-HR ; + qudt:applicableUnit unit:M-PER-MIN ; + qudt:applicableUnit unit:M-PER-SEC ; + qudt:applicableUnit unit:M-PER-YR ; + qudt:applicableUnit unit:MI-PER-HR ; + qudt:applicableUnit unit:MI-PER-MIN ; + qudt:applicableUnit unit:MI-PER-SEC ; + qudt:applicableUnit unit:MI_N-PER-HR ; + qudt:applicableUnit unit:MI_N-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-MIN ; + qudt:applicableUnit unit:MicroM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-DAY ; + qudt:applicableUnit unit:MilliM-PER-HR ; + qudt:applicableUnit unit:MilliM-PER-MIN ; + qudt:applicableUnit unit:MilliM-PER-SEC ; + qudt:applicableUnit unit:MilliM-PER-YR ; + qudt:applicableUnit unit:YD-PER-HR ; + qudt:applicableUnit unit:YD-PER-MIN ; + qudt:applicableUnit unit:YD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:plainTextDescription "The rate at which a body moves upwards at an angle of 90 degrees to the ground. It is the component of a projectile's velocity which is concerned with lifting the projectile." ; + qudt:symbol "V_{Z}" ; + rdfs:comment "Applicable units are those of quantitykind:Velocity" ; + rdfs:isDefinedBy ; + rdfs:label "Vertical Velocity"@en ; + skos:broader quantitykind:Velocity . + +quantitykind:VibrationalDensityOfStates + a qudt:QuantityKind ; + dcterms:description "\"Vibrational Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume."^^qudt:LatexString ; + qudt:applicableUnit unit:SEC-PER-RAD-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD030" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD030"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:plainTextDescription "\"Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume." ; + qudt:symbol "g" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:VibrationalDensityOfStates" ; + rdfs:isDefinedBy ; + rdfs:label "Vibrational density of states"@en ; + rdfs:seeAlso quantitykind:EnergyDensityOfStates . + +quantitykind:VideoFrameRate + a qudt:QuantityKind ; + dcterms:description "Frame rate (also known as frame frequency) is the frequency (rate) at which an imaging device produces unique consecutive images called frames. The term applies equally well to computer graphics, video cameras, film cameras, and motion capture systems. Frame rate is most often expressed in frames per second (FPS) and is also expressed in progressive scan monitors as hertz (Hz)."^^qudt:LatexString ; + qudt:applicableUnit unit:FRAME-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Frame_rate"^^xsd:anyURI ; + qudt:plainTextDescription "Frame rate (also known as frame frequency) is the frequency (rate) at which an imaging device produces unique consecutive images called frames. The term applies equally well to computer graphics, video cameras, film cameras, and motion capture systems. Frame rate is most often expressed in frames per second (FPS) and is also expressed in progressive scan monitors as hertz (Hz)." ; + rdfs:comment "Applicable units are those of quantitykind:VideoFrameRate" ; + rdfs:isDefinedBy ; + rdfs:label "Video Frame Rate"@en ; + skos:broader quantitykind:InformationFlowRate . + +quantitykind:Viscosity + a qudt:QuantityKind ; + dcterms:description "Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or extensional stress. In general terms it is the resistance of a liquid to flow, or its \"thickness\". Viscosity describes a fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. In general conversation or in non-scientific contexts, if someone refers to the viscosity of a fluid, they're likely talking about its dynamic (or absolute) viscosity. However, in engineering or scientific contexts, it's essential to clarify which type of viscosity is being discussed, as the interpretation and use of the data may differ depending on whether one is talking about dynamic or kinematic viscosity."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiPOISE ; + qudt:applicableUnit unit:DecaPOISE ; + qudt:applicableUnit unit:GM-PER-CentiM-SEC ; + qudt:applicableUnit unit:KiloGM-PER-M-DAY ; + qudt:applicableUnit unit:KiloGM-PER-M-HR ; + qudt:applicableUnit unit:KiloGM-PER-M-MIN ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC ; + qudt:applicableUnit unit:KiloPOISE ; + qudt:applicableUnit unit:LB-PER-FT-DAY ; + qudt:applicableUnit unit:LB-PER-FT-HR ; + qudt:applicableUnit unit:LB-PER-FT-MIN ; + qudt:applicableUnit unit:LB-PER-FT-SEC ; + qudt:applicableUnit unit:LB_F-SEC-PER-FT2 ; + qudt:applicableUnit unit:LB_F-SEC-PER-IN2 ; + qudt:applicableUnit unit:MicroPOISE ; + qudt:applicableUnit unit:MilliPA-SEC ; + qudt:applicableUnit unit:N-SEC-PER-M2 ; + qudt:applicableUnit unit:PA-SEC ; + qudt:applicableUnit unit:PDL-SEC-PER-FT2 ; + qudt:applicableUnit unit:PDL-SEC-PER-IN2 ; + qudt:applicableUnit unit:POISE ; + qudt:applicableUnit unit:SLUG-PER-FT-SEC ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ; + qudt:exactMatch quantitykind:DynamicViscosity ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:plainTextDescription "Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or extensional stress. In general terms it is the resistance of a liquid to flow, or its \"thickness\". Viscosity describes a fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. In general conversation or in non-scientific contexts, if someone refers to the viscosity of a fluid, they're likely talking about its dynamic (or absolute) viscosity. However, in engineering or scientific contexts, it's essential to clarify which type of viscosity is being discussed, as the interpretation and use of the data may differ depending on whether one is talking about dynamic or kinematic viscosity." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Viscosity" ; + rdfs:isDefinedBy ; + rdfs:label "Viscosity"@en . + +quantitykind:VisibleRadiantEnergy + a qudt:QuantityKind ; + dcterms:description "\"Visible Radiant Energy\", also known as luminous energy, is the energy of electromagnetic waves. It is energy of the particles that are emitted, transferred, or received as radiation."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radiant_energy"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31892"^^xsd:anyURI ; + qudt:latexDefinition "Q"^^qudt:LatexString ; + qudt:plainTextDescription "\"Visible Radiant Energy\", also known as luminous energy, is the energy of electromagnetic waves. It is energy of the particles that are emitted, transferred, or received as radiation." ; + qudt:symbol "Q" ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Visible Radiant Energy"@en ; + skos:broader quantitykind:Energy ; + skos:closeMatch quantitykind:LuminousEnergy . + +quantitykind:VisionThresholds + a qudt:QuantityKind ; + dcterms:description "\"Vision Thresholds\" is an abstract term to refer to a variety of measures for the thresholds of sensitivity of the eye."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Absolute_threshold#Vision"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_v}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Vision Thresholds\" is the thresholds of sensitivity of the eye." ; + rdfs:isDefinedBy ; + rdfs:label "Vision Thresholds"@en . + +quantitykind:Voltage + a qudt:QuantityKind ; + dcterms:description """$\\textit{Voltage}$, also referred to as $\\textit{Electric Tension}$, is the difference between electrical potentials of two points. For an electric field within a medium, $U_{ab} = - \\int_{r_a}^{r_b} E . {dr}$, where $E$ is electric field strength. +For an irrotational electric field, the voltage is independent of the path between the two points $a$ and $b$."""^^qudt:LatexString ; + qudt:applicableUnit unit:ExaV ; + qudt:applicableUnit unit:FemtoV ; + qudt:applicableUnit unit:GigaV ; + qudt:applicableUnit unit:KiloV ; + qudt:applicableUnit unit:MegaV ; + qudt:applicableUnit unit:MicroV ; + qudt:applicableUnit unit:MilliV ; + qudt:applicableUnit unit:NanoV ; + qudt:applicableUnit unit:PetaV ; + qudt:applicableUnit unit:PicoV ; + qudt:applicableUnit unit:PlanckVolt ; + qudt:applicableUnit unit:TeraV ; + qudt:applicableUnit unit:V ; + qudt:applicableUnit unit:V_Ab ; + qudt:applicableUnit unit:V_Stat ; + qudt:exactMatch quantitykind:ElectricPotential ; + qudt:exactMatch quantitykind:ElectricPotentialDifference ; + qudt:exactMatch quantitykind:EnergyPerElectricCharge ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD237" ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD237"^^xsd:anyURI ; + qudt:latexDefinition "$U_{ab} = V_a - V_b$, where $V_a$ and $V_b$ are electric potentials at points $a$ and $b$, respectively."^^qudt:LatexString ; + qudt:latexSymbol "$U_{ab}$"^^qudt:LatexString ; + qudt:symbol "U" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Voltage" ; + rdfs:isDefinedBy ; + rdfs:label "Voltage"@en . + +quantitykind:VoltageImbalance + a qudt:QuantityKind ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Voltage imbalance is the percentage deviation of individual phase voltages from the average voltage across phases in a polyphase electrical system." ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Voltage Imbalance"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:VoltagePhasor + a qudt:QuantityKind ; + dcterms:description "\"Voltage Phasor\" is a representation of voltage as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-26"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "When $u = \\hat{U} \\cos{(\\omega t + \\alpha)}$, where $u$ is the voltage, $\\omega$ is angular frequency, $t$ is time, and $\\alpha$ is initial phase, then $\\underline{U} = Ue^{ja}$."^^qudt:LatexString ; + qudt:latexSymbol "$\\underline{U}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Voltage Phasor\" is a representation of voltage as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one." ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Voltage Phasor"@en . + +quantitykind:VoltageRatio + a qudt:QuantityKind ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvDenominator qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:qkdvNumerator qkdv:A0E-1L2I0M1H0T-3D0 ; + rdfs:comment "Applicable units are those of quantitykind:VoltageRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Voltage Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:Volume + a qudt:QuantityKind ; + dcterms:description "The volume of a solid object is the three-dimensional concept of how much space it occupies, often quantified numerically. One-dimensional figures (such as lines) and two-dimensional shapes (such as squares) are assigned zero volume in the three-dimensional space."^^qudt:LatexString ; + qudt:applicableUnit unit:AC-FT ; + qudt:applicableUnit unit:AC-FT_US ; + qudt:applicableUnit unit:ANGSTROM3 ; + qudt:applicableUnit unit:BBL ; + qudt:applicableUnit unit:BBL_UK_PET ; + qudt:applicableUnit unit:BU_US_DRY ; + qudt:applicableUnit unit:CentiM3 ; + qudt:applicableUnit unit:DecaL ; + qudt:applicableUnit unit:DecaM3 ; + qudt:applicableUnit unit:DeciL ; + qudt:applicableUnit unit:DeciM3 ; + qudt:applicableUnit unit:FBM ; + qudt:applicableUnit unit:FT3 ; + qudt:applicableUnit unit:FemtoL ; + qudt:applicableUnit unit:GI_UK ; + qudt:applicableUnit unit:GI_US ; + qudt:applicableUnit unit:HectoL ; + qudt:applicableUnit unit:IN3 ; + qudt:applicableUnit unit:KiloCubicFT ; + qudt:applicableUnit unit:KiloL ; + qudt:applicableUnit unit:L ; + qudt:applicableUnit unit:M3 ; + qudt:applicableUnit unit:MI3 ; + qudt:applicableUnit unit:MI_UK3 ; + qudt:applicableUnit unit:MegaL ; + qudt:applicableUnit unit:MicroL ; + qudt:applicableUnit unit:MicroM3 ; + qudt:applicableUnit unit:MilliL ; + qudt:applicableUnit unit:MilliM3 ; + qudt:applicableUnit unit:NanoL ; + qudt:applicableUnit unit:OZ_VOL_UK ; + qudt:applicableUnit unit:PINT ; + qudt:applicableUnit unit:PINT_UK ; + qudt:applicableUnit unit:PK_UK ; + qudt:applicableUnit unit:PicoL ; + qudt:applicableUnit unit:PlanckVolume ; + qudt:applicableUnit unit:QT_UK ; + qudt:applicableUnit unit:QT_US ; + qudt:applicableUnit unit:STANDARD ; + qudt:applicableUnit unit:STR ; + qudt:applicableUnit unit:TBSP ; + qudt:applicableUnit unit:TON_SHIPPING_UK ; + qudt:applicableUnit unit:TON_SHIPPING_US ; + qudt:applicableUnit unit:TSP ; + qudt:applicableUnit unit:YD3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Volume"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD238" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD238"^^xsd:anyURI ; + qudt:plainTextDescription "The volume of a solid object is the three-dimensional concept of how much space it occupies, often quantified numerically. One-dimensional figures (such as lines) and two-dimensional shapes (such as squares) are assigned zero volume in the three-dimensional space." ; + qudt:siExactMatch si-quantity:VOLU ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Volume" ; + rdfs:isDefinedBy ; + rdfs:label "Volume"@en . + +quantitykind:VolumeDensityOfCharge + a qudt:QuantityKind ; + dcterms:description "volume density of the electric charge Q present in a volume V"@en ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:plainTextDescription "räumliche Dichte der in einem Raumgebiet vom Volumen V enthaltenen elektrischen Ladung Q"@de ; + qudt:symbol "0173-1#Z4-BAJ368#002" ; + rdfs:isDefinedBy ; + rdfs:label "volume density of charge"@en-US . + +quantitykind:VolumeFlowRate + a qudt:QuantityKind ; + dcterms:description "Volumetric Flow Rate, (also known as volume flow rate, rate of fluid flow or volume velocity) is the volume of fluid which passes through a given surface per unit time."^^qudt:LatexString ; + qudt:applicableUnit unit:BBL_UK_PET-PER-DAY ; + qudt:applicableUnit unit:BBL_UK_PET-PER-HR ; + qudt:applicableUnit unit:BBL_UK_PET-PER-MIN ; + qudt:applicableUnit unit:BBL_UK_PET-PER-SEC ; + qudt:applicableUnit unit:BBL_US-PER-DAY ; + qudt:applicableUnit unit:BBL_US-PER-MIN ; + qudt:applicableUnit unit:BBL_US_PET-PER-HR ; + qudt:applicableUnit unit:BBL_US_PET-PER-SEC ; + qudt:applicableUnit unit:BU_UK-PER-DAY ; + qudt:applicableUnit unit:BU_UK-PER-HR ; + qudt:applicableUnit unit:BU_UK-PER-MIN ; + qudt:applicableUnit unit:BU_UK-PER-SEC ; + qudt:applicableUnit unit:BU_US_DRY-PER-DAY ; + qudt:applicableUnit unit:BU_US_DRY-PER-HR ; + qudt:applicableUnit unit:BU_US_DRY-PER-MIN ; + qudt:applicableUnit unit:BU_US_DRY-PER-SEC ; + qudt:applicableUnit unit:CentiM3-PER-DAY ; + qudt:applicableUnit unit:CentiM3-PER-HR ; + qudt:applicableUnit unit:CentiM3-PER-MIN ; + qudt:applicableUnit unit:CentiM3-PER-SEC ; + qudt:applicableUnit unit:DeciM3-PER-DAY ; + qudt:applicableUnit unit:DeciM3-PER-HR ; + qudt:applicableUnit unit:DeciM3-PER-MIN ; + qudt:applicableUnit unit:DeciM3-PER-SEC ; + qudt:applicableUnit unit:FT3-PER-DAY ; + qudt:applicableUnit unit:FT3-PER-HR ; + qudt:applicableUnit unit:FT3-PER-MIN ; + qudt:applicableUnit unit:FT3-PER-SEC ; + qudt:applicableUnit unit:GAL_UK-PER-DAY ; + qudt:applicableUnit unit:GAL_UK-PER-HR ; + qudt:applicableUnit unit:GAL_UK-PER-MIN ; + qudt:applicableUnit unit:GAL_UK-PER-SEC ; + qudt:applicableUnit unit:GAL_US-PER-DAY ; + qudt:applicableUnit unit:GAL_US-PER-HR ; + qudt:applicableUnit unit:GAL_US-PER-MIN ; + qudt:applicableUnit unit:GAL_US-PER-SEC ; + qudt:applicableUnit unit:GI_UK-PER-DAY ; + qudt:applicableUnit unit:GI_UK-PER-HR ; + qudt:applicableUnit unit:GI_UK-PER-MIN ; + qudt:applicableUnit unit:GI_UK-PER-SEC ; + qudt:applicableUnit unit:GI_US-PER-DAY ; + qudt:applicableUnit unit:GI_US-PER-HR ; + qudt:applicableUnit unit:GI_US-PER-MIN ; + qudt:applicableUnit unit:GI_US-PER-SEC ; + qudt:applicableUnit unit:IN3-PER-HR ; + qudt:applicableUnit unit:IN3-PER-MIN ; + qudt:applicableUnit unit:IN3-PER-SEC ; + qudt:applicableUnit unit:KiloL-PER-HR ; + qudt:applicableUnit unit:L-PER-DAY ; + qudt:applicableUnit unit:L-PER-HR ; + qudt:applicableUnit unit:L-PER-MIN ; + qudt:applicableUnit unit:L-PER-SEC ; + qudt:applicableUnit unit:M3-PER-DAY ; + qudt:applicableUnit unit:M3-PER-HR ; + qudt:applicableUnit unit:M3-PER-MIN ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:applicableUnit unit:M3-PER-YR ; + qudt:applicableUnit unit:MilliL-PER-DAY ; + qudt:applicableUnit unit:MilliL-PER-HR ; + qudt:applicableUnit unit:MilliL-PER-MIN ; + qudt:applicableUnit unit:MilliL-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_US-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_US-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_US-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_US-PER-SEC ; + qudt:applicableUnit unit:PINT_UK-PER-DAY ; + qudt:applicableUnit unit:PINT_UK-PER-HR ; + qudt:applicableUnit unit:PINT_UK-PER-MIN ; + qudt:applicableUnit unit:PINT_UK-PER-SEC ; + qudt:applicableUnit unit:PINT_US-PER-DAY ; + qudt:applicableUnit unit:PINT_US-PER-HR ; + qudt:applicableUnit unit:PINT_US-PER-MIN ; + qudt:applicableUnit unit:PINT_US-PER-SEC ; + qudt:applicableUnit unit:PK_UK-PER-DAY ; + qudt:applicableUnit unit:PK_UK-PER-HR ; + qudt:applicableUnit unit:PK_UK-PER-MIN ; + qudt:applicableUnit unit:PK_UK-PER-SEC ; + qudt:applicableUnit unit:PK_US_DRY-PER-DAY ; + qudt:applicableUnit unit:PK_US_DRY-PER-HR ; + qudt:applicableUnit unit:PK_US_DRY-PER-MIN ; + qudt:applicableUnit unit:PK_US_DRY-PER-SEC ; + qudt:applicableUnit unit:QT_UK-PER-DAY ; + qudt:applicableUnit unit:QT_UK-PER-HR ; + qudt:applicableUnit unit:QT_UK-PER-MIN ; + qudt:applicableUnit unit:QT_UK-PER-SEC ; + qudt:applicableUnit unit:QT_US-PER-DAY ; + qudt:applicableUnit unit:QT_US-PER-HR ; + qudt:applicableUnit unit:QT_US-PER-MIN ; + qudt:applicableUnit unit:QT_US-PER-SEC ; + qudt:applicableUnit unit:YD3-PER-DAY ; + qudt:applicableUnit unit:YD3-PER-HR ; + qudt:applicableUnit unit:YD3-PER-MIN ; + qudt:applicableUnit unit:YD3-PER-SEC ; + qudt:exactMatch quantitykind:VolumePerTime ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD239" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD239"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Volumetric_flow_rate"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$q_V = \\frac{dV}{dt}$, where $V$ is volume and $t$ is time."^^qudt:LatexString ; + qudt:plainTextDescription "Volumetric Flow Rate, (also known as volume flow rate, rate of fluid flow or volume velocity) is the volume of fluid which passes through a given surface per unit time." ; + qudt:symbol "q_V" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:VolumeFlowRate" ; + rdfs:isDefinedBy ; + rdfs:label "Volume Flow Rate"@en . + +quantitykind:VolumeFlowRate_SurfaceRelated + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:SurfaceRelatedVolumeFlowRate ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:iec61360Code "0112/2///62720#UAD183" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD183"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "surface‑related volume flow rate" . + +quantitykind:VolumeFlowRatio + a qudt:QuantityKind ; + dcterms:description """Volume flow ratio is commonly used in fluid dynamics and engineering, + referring to the ratio of the flow rates of two or more fluid streams within a system. In HVAC systems, + the flow ratio could compare the amount of fresh air introduced to the amount of recirculated air.""" ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription """Volume flow ratio is commonly used in fluid dynamics and engineering, + referring to the ratio of the flow rates of two or more fluid streams within a system. In HVAC systems, + the flow ratio could compare the amount of fresh air introduced to the amount of recirculated air.""" ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Volume Flow Ratio"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:VolumeFraction + a qudt:QuantityKind ; + dcterms:description "\"Volume Fraction\" is the volume of a constituent divided by the volume of all constituents of the mixture prior to mixing. Volume fraction is also called volume concentration in ideal solutions where the volumes of the constituents are additive (the volume of the solution is equal to the sum of the volumes of its ingredients)."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM3-PER-CentiM3 ; + qudt:applicableUnit unit:CentiM3-PER-M3 ; + qudt:applicableUnit unit:DeciM3-PER-M3 ; + qudt:applicableUnit unit:L-PER-L ; + qudt:applicableUnit unit:M3-PER-M3 ; + qudt:applicableUnit unit:MicroL-PER-L ; + qudt:applicableUnit unit:MicroM3-PER-M3 ; + qudt:applicableUnit unit:MicroM3-PER-MilliL ; + qudt:applicableUnit unit:MilliL-PER-L ; + qudt:applicableUnit unit:MilliL-PER-M3 ; + qudt:applicableUnit unit:MilliM3-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:iec61360Code "0112/2///62720#UAD240" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD240"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Volume_fraction"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ; + qudt:latexDefinition "$\\varphi_B = \\frac{x_B V_{m,B}^*}{\\sum x_i V_{m,i}^*}$, where $V_{m,i}^*$ is the molar volume of the pure substances $i$ at the same temperature and pressure, $x_i$ denotes the amount-of-substance fraction of substance $i$, and $\\sum$ denotes summation over all substances $i$."^^qudt:LatexString ; + qudt:latexSymbol "$\\varphi_B$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Volume Fraction\" is the volume of a constituent divided by the volume of all constituents of the mixture prior to mixing. Volume fraction is also called volume concentration in ideal solutions where the volumes of the constituents are additive (the volume of the solution is equal to the sum of the volumes of its ingredients)." ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:VolumeFraction" ; + rdfs:isDefinedBy ; + rdfs:label "Volume Fraction"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:VolumeOrSectionModulus + a qudt:QuantityKind ; + dcterms:description "domain completely enclosed by a surface, which can be determined for Cartesian coordinates by integration according to the following equation: V = ∫∫∫ dx dy dz or for a homogeneous material, it is the ratio of the moment of inertia and the distance to any point on the neutral axis at which the stress is to be calculated"@en ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:plainTextDescription "der von einer Oberfläche eingeschlossene gesamte Rauminhalt, der für kartesische Koordinaten durch Integration nach folgender Gleichung ermittelt werden kann: V = ∫∫∫ dx dy dz oder bei einem homogenen Werkstoff Quotient Trägheitsmoment dividiert durch den Abstand zu einem Punkt auf der neutralen Achse, bei dem die Belastung berechnet werden soll"@de ; + qudt:symbol "0173-1#Z4-BAJ251#002" ; + rdfs:isDefinedBy ; + rdfs:label "volume or section modulus"@en-US . + +quantitykind:VolumePerArea + a qudt:QuantityKind ; + qudt:applicableUnit unit:L-PER-HA ; + qudt:applicableUnit unit:M3-PER-HA ; + qudt:applicableUnit unit:M3-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:VolumePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Volume per Unit Area"@en . + +quantitykind:VolumePerTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:BBL_UK_PET-PER-DAY ; + qudt:applicableUnit unit:BBL_UK_PET-PER-HR ; + qudt:applicableUnit unit:BBL_UK_PET-PER-MIN ; + qudt:applicableUnit unit:BBL_UK_PET-PER-SEC ; + qudt:applicableUnit unit:BBL_US-PER-DAY ; + qudt:applicableUnit unit:BBL_US-PER-MIN ; + qudt:applicableUnit unit:BBL_US_PET-PER-HR ; + qudt:applicableUnit unit:BBL_US_PET-PER-SEC ; + qudt:applicableUnit unit:BU_UK-PER-DAY ; + qudt:applicableUnit unit:BU_UK-PER-HR ; + qudt:applicableUnit unit:BU_UK-PER-MIN ; + qudt:applicableUnit unit:BU_UK-PER-SEC ; + qudt:applicableUnit unit:BU_US_DRY-PER-DAY ; + qudt:applicableUnit unit:BU_US_DRY-PER-HR ; + qudt:applicableUnit unit:BU_US_DRY-PER-MIN ; + qudt:applicableUnit unit:BU_US_DRY-PER-SEC ; + qudt:applicableUnit unit:CentiM3-PER-DAY ; + qudt:applicableUnit unit:CentiM3-PER-HR ; + qudt:applicableUnit unit:CentiM3-PER-MIN ; + qudt:applicableUnit unit:CentiM3-PER-SEC ; + qudt:applicableUnit unit:DeciM3-PER-DAY ; + qudt:applicableUnit unit:DeciM3-PER-HR ; + qudt:applicableUnit unit:DeciM3-PER-MIN ; + qudt:applicableUnit unit:DeciM3-PER-SEC ; + qudt:applicableUnit unit:FT3-PER-DAY ; + qudt:applicableUnit unit:FT3-PER-HR ; + qudt:applicableUnit unit:FT3-PER-MIN ; + qudt:applicableUnit unit:FT3-PER-SEC ; + qudt:applicableUnit unit:GAL_UK-PER-DAY ; + qudt:applicableUnit unit:GAL_UK-PER-HR ; + qudt:applicableUnit unit:GAL_UK-PER-MIN ; + qudt:applicableUnit unit:GAL_UK-PER-SEC ; + qudt:applicableUnit unit:GAL_US-PER-DAY ; + qudt:applicableUnit unit:GAL_US-PER-HR ; + qudt:applicableUnit unit:GAL_US-PER-MIN ; + qudt:applicableUnit unit:GAL_US-PER-SEC ; + qudt:applicableUnit unit:GI_UK-PER-DAY ; + qudt:applicableUnit unit:GI_UK-PER-HR ; + qudt:applicableUnit unit:GI_UK-PER-MIN ; + qudt:applicableUnit unit:GI_UK-PER-SEC ; + qudt:applicableUnit unit:GI_US-PER-DAY ; + qudt:applicableUnit unit:GI_US-PER-HR ; + qudt:applicableUnit unit:GI_US-PER-MIN ; + qudt:applicableUnit unit:GI_US-PER-SEC ; + qudt:applicableUnit unit:IN3-PER-HR ; + qudt:applicableUnit unit:IN3-PER-MIN ; + qudt:applicableUnit unit:IN3-PER-SEC ; + qudt:applicableUnit unit:KiloL-PER-HR ; + qudt:applicableUnit unit:L-PER-DAY ; + qudt:applicableUnit unit:L-PER-HR ; + qudt:applicableUnit unit:L-PER-MIN ; + qudt:applicableUnit unit:L-PER-SEC ; + qudt:applicableUnit unit:M3-PER-DAY ; + qudt:applicableUnit unit:M3-PER-HR ; + qudt:applicableUnit unit:M3-PER-MIN ; + qudt:applicableUnit unit:M3-PER-SEC ; + qudt:applicableUnit unit:M3-PER-YR ; + qudt:applicableUnit unit:MilliL-PER-DAY ; + qudt:applicableUnit unit:MilliL-PER-HR ; + qudt:applicableUnit unit:MilliL-PER-MIN ; + qudt:applicableUnit unit:MilliL-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_UK-PER-SEC ; + qudt:applicableUnit unit:OZ_VOL_US-PER-DAY ; + qudt:applicableUnit unit:OZ_VOL_US-PER-HR ; + qudt:applicableUnit unit:OZ_VOL_US-PER-MIN ; + qudt:applicableUnit unit:OZ_VOL_US-PER-SEC ; + qudt:applicableUnit unit:PINT_UK-PER-DAY ; + qudt:applicableUnit unit:PINT_UK-PER-HR ; + qudt:applicableUnit unit:PINT_UK-PER-MIN ; + qudt:applicableUnit unit:PINT_UK-PER-SEC ; + qudt:applicableUnit unit:PINT_US-PER-DAY ; + qudt:applicableUnit unit:PINT_US-PER-HR ; + qudt:applicableUnit unit:PINT_US-PER-MIN ; + qudt:applicableUnit unit:PINT_US-PER-SEC ; + qudt:applicableUnit unit:PK_UK-PER-DAY ; + qudt:applicableUnit unit:PK_UK-PER-HR ; + qudt:applicableUnit unit:PK_UK-PER-MIN ; + qudt:applicableUnit unit:PK_UK-PER-SEC ; + qudt:applicableUnit unit:PK_US_DRY-PER-DAY ; + qudt:applicableUnit unit:PK_US_DRY-PER-HR ; + qudt:applicableUnit unit:PK_US_DRY-PER-MIN ; + qudt:applicableUnit unit:PK_US_DRY-PER-SEC ; + qudt:applicableUnit unit:QT_UK-PER-DAY ; + qudt:applicableUnit unit:QT_UK-PER-HR ; + qudt:applicableUnit unit:QT_UK-PER-MIN ; + qudt:applicableUnit unit:QT_UK-PER-SEC ; + qudt:applicableUnit unit:QT_US-PER-DAY ; + qudt:applicableUnit unit:QT_US-PER-HR ; + qudt:applicableUnit unit:QT_US-PER-MIN ; + qudt:applicableUnit unit:QT_US-PER-SEC ; + qudt:applicableUnit unit:YD3-PER-DAY ; + qudt:applicableUnit unit:YD3-PER-HR ; + qudt:applicableUnit unit:YD3-PER-MIN ; + qudt:applicableUnit unit:YD3-PER-SEC ; + qudt:exactMatch quantitykind:VolumeFlowRate ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + rdfs:comment "Applicable units are those of quantitykind:VolumePerTime" ; + rdfs:isDefinedBy ; + rdfs:label "Volume per Time"@en . + +quantitykind:VolumeStrain + a qudt:QuantityKind ; + dcterms:description "Volume, or volumetric, Strain, or dilatation (the relative variation of the volume) is the trace of the tensor $\\vartheta$."^^qudt:LatexString ; + qudt:applicableUnit unit:FRACTION ; + qudt:applicableUnit unit:GR ; + qudt:applicableUnit unit:NUM ; + qudt:applicableUnit unit:ONE-PER-ONE ; + qudt:applicableUnit unit:PERCENT ; + qudt:applicableUnit unit:PERMILLE ; + qudt:applicableUnit unit:PERMITTIVITY_REL ; + qudt:applicableUnit unit:PPB ; + qudt:applicableUnit unit:PPM ; + qudt:applicableUnit unit:PPQ ; + qudt:applicableUnit unit:PPT ; + qudt:applicableUnit unit:PPTH ; + qudt:applicableUnit unit:PPTM ; + qudt:applicableUnit unit:PSU ; + qudt:applicableUnit unit:UNITLESS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$\\vartheta = \\frac{\\Delta V}{V_0}$, where $\\Delta V$ is the increase in volume and $V_0$ is the volume in a reference state to be specified."^^qudt:LatexString ; + qudt:latexSymbol "$\\vartheta$"^^qudt:LatexString ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio" ; + rdfs:isDefinedBy ; + rdfs:label "Volume Strain"@en ; + skos:broader quantitykind:DimensionlessRatio . + +quantitykind:VolumeThermalExpansion + a qudt:QuantityKind ; + dcterms:description """When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. + +Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: + + * linear thermal expansion + * area thermal expansion + * volumetric thermal expansion + +These characteristics are closely related. The volumetric thermal expansion coefficient can be defined for both liquids and solids. The linear thermal expansion can only be defined for solids, and is common in engineering applications. + +Some substances expand when cooled, such as freezing water, so they have negative thermal expansion coefficients. [Wikipedia]""" ; + qudt:applicableUnit unit:CentiM3-PER-K ; + qudt:applicableUnit unit:FT3-PER-DEG_F ; + qudt:applicableUnit unit:L-PER-K ; + qudt:applicableUnit unit:M3-PER-K ; + qudt:applicableUnit unit:MilliL-PER-K ; + qudt:applicableUnit unit:YD3-PER-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:plainTextDescription """When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. + +Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: + + * linear thermal expansion + * area thermal expansion + * volumetric thermal expansion + +These characteristics are closely related. The volumetric thermal expansion coefficient can be defined for both liquids and solids. The linear thermal expansion can only be defined for solids, and is common in engineering applications. + +Some substances expand when cooled, such as freezing water, so they have negative thermal expansion coefficients. [Wikipedia]""" ; + rdfs:comment "Applicable units are those of quantitykind:VolumeThermalExpansion" ; + rdfs:isDefinedBy ; + rdfs:label "Volume Thermal Expansion"@en . + +quantitykind:VolumetricBitDensity + a qudt:QuantityKind ; + qudt:applicableUnit unit:BIT-PER-M3 ; + qudt:applicableUnit unit:ExbiBIT-PER-M3 ; + qudt:applicableUnit unit:GibiBIT-PER-M3 ; + qudt:applicableUnit unit:KibiBIT-PER-M3 ; + qudt:applicableUnit unit:MebiBIT-PER-M3 ; + qudt:applicableUnit unit:PebiBIT-PER-M3 ; + qudt:applicableUnit unit:TebiBIT-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:iec61360Code "0112/2///62720#UAD241" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD241"^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:VolumetricBitDensity" ; + rdfs:isDefinedBy ; + rdfs:label "volumic bit density" . + +quantitykind:VolumetricElectricCharge + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD242" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD242"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "volumic electric charge" . + +quantitykind:VolumetricEntityDensity + a qudt:QuantityKind ; + dcterms:description "quantity whose value is inversely proportional to the volume value"@en ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Volumenwert verhält"@de ; + qudt:symbol "0173-1#Z4-BAJ377#003" ; + rdfs:isDefinedBy ; + rdfs:label "volumetric entity density"@en-US . + +quantitykind:VolumetricFlux + a qudt:QuantityKind ; + dcterms:description "In fluid dynamics, the volumetric flux is the rate of volume flow across a unit area (m3·s−1·m−2).[Wikipedia]"^^qudt:LatexString ; + qudt:applicableUnit unit:MilliL-PER-CentiM2-MIN ; + qudt:applicableUnit unit:MilliL-PER-CentiM2-SEC ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Volumetric_flux"^^xsd:anyURI ; + qudt:plainTextDescription "In fluid dynamics, the volumetric flux is the rate of volume flow across a unit area (m3·s−1·m−2).[Wikipedia]" ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T-1D0 ; + rdfs:comment "Applicable units are those of quantitykind:VolumetricFlux" ; + rdfs:isDefinedBy ; + rdfs:label "Volumetric Flux"@en . + +quantitykind:VolumetricHeatCapacity + a qudt:QuantityKind ; + dcterms:description "$\\textit{Volumetric Heat Capacity (VHC)}$, also termed $\\textit{volume-specific heat capacity}$, describes the ability of a given volume of a substance to store internal energy while undergoing a given temperature change, but without undergoing a phase transition. It is different from specific heat capacity in that the VHC is a $\\textit{per unit volume}$ measure of the relationship between thermal energy and temperature of a material, while the specific heat is a $\\textit{per unit mass}$ measure (or occasionally per molar quantity of the material)."^^qudt:LatexString ; + qudt:applicableUnit unit:CAL_TH-PER-CentiM3-K ; + qudt:applicableUnit unit:J-PER-CentiM3-K ; + qudt:applicableUnit unit:J-PER-M3-K ; + qudt:applicableUnit unit:LB_F-PER-IN2-DEG_F ; + qudt:applicableUnit unit:MilliBAR-PER-K ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Volumetric_heat_capacity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Volumetric_heat_capacity"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:VolumetricHeatCapacity" ; + rdfs:isDefinedBy ; + rdfs:label "Volumetric Heat Capacity"@en . + +quantitykind:VolumetricOutputPower + a qudt:QuantityKind ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:iec61360Code "0112/2///62720#UAD243" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD243"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "volumic output power" . + +quantitykind:VolumicAmountOfSubstance + a qudt:QuantityKind ; + dcterms:description "quantity proportional to the number of single particles of a defined type present in a given sample, divided by the related volume of this sample"@en ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "Größe proportional der Anzahl von Einzelteilchen festgelegter Art, die in einer gegebenen Substanzprobe enthalten sind, dividiert durch das zugehörige Volumen dieser Substanzprobe"@de ; + qudt:symbol "0173-1#Z4-BAJ402#002" ; + rdfs:isDefinedBy ; + rdfs:label "volumic amount of substance"@en-US . + +quantitykind:VolumicDataQuantity + a qudt:QuantityKind ; + dcterms:description "amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume"@en ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch das zugehörige Volumen"@de ; + qudt:symbol "0173-1#Z4-BAJ401#002" ; + rdfs:isDefinedBy ; + rdfs:label "volumic data quantity"@en-US . + +quantitykind:VolumicElectromagneticEnergy + a qudt:QuantityKind ; + dcterms:description "$\\textit{Volumic Electromagnetic Energy}$, also known as the $\\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field."^^qudt:LatexString ; + qudt:applicableUnit unit:J-PER-M3 ; + qudt:exactMatch quantitykind:ElectromagneticEnergyDensity ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ; + qudt:latexDefinition "$w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength."^^qudt:LatexString ; + qudt:latexSymbol "$w$"^^qudt:LatexString ; + rdfs:comment "Applicable units are those of quantitykind:VolumicElectromagneticEnergy" ; + rdfs:isDefinedBy ; + rdfs:label "Volumic Electromagnetic Energy"@en ; + rdfs:seeAlso quantitykind:ElectricFieldStrength ; + rdfs:seeAlso quantitykind:ElectricFluxDensity ; + rdfs:seeAlso quantitykind:MagneticFieldStrength ; + rdfs:seeAlso quantitykind:MagneticFluxDensity . + +quantitykind:VolumicOutput + a qudt:QuantityKind ; + dcterms:description "ratio released power divided by volume"@en ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:plainTextDescription "Quotient freigesetzte Wärmeleistung durch Volumen"@de ; + qudt:symbol "0173-1#Z4-BAJ366#003" ; + rdfs:isDefinedBy ; + rdfs:label "volumic output"@en-US . + +quantitykind:Vorticity + a qudt:QuantityKind ; + dcterms:description "In the simplest sense, vorticity is the tendency for elements of a fluid to \"spin.\" More formally, vorticity can be related to the amount of \"circulation\" or \"rotation\" (or more strictly, the local angular rate of rotation) in a fluid. The average vorticity in a small region of fluid flow is equal to the circulation C around the boundary of the small region, divided by the area A of the small region. Mathematically, vorticity is a vector field and is defined as the curl of the velocity field."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG-PER-HR ; + qudt:applicableUnit unit:DEG-PER-MIN ; + qudt:applicableUnit unit:DEG-PER-SEC ; + qudt:applicableUnit unit:PlanckFrequency_Ang ; + qudt:applicableUnit unit:RAD-PER-HR ; + qudt:applicableUnit unit:RAD-PER-MIN ; + qudt:applicableUnit unit:RAD-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:latexSymbol "$\\omega$"^^qudt:LatexString ; + qudt:plainTextDescription "In the simplest sense, vorticity is the tendency for elements of a fluid to \"spin.\" More formally, vorticity can be related to the amount of \"circulation\" or \"rotation\" (or more strictly, the local angular rate of rotation) in a fluid. The average vorticity in a small region of fluid flow is equal to the circulation C around the boundary of the small region, divided by the area A of the small region. Mathematically, vorticity is a vector field and is defined as the curl of the velocity field." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:AngularVelocity" ; + rdfs:isDefinedBy ; + rdfs:label "Vorticity"@en ; + skos:broader quantitykind:AngularVelocity . + +quantitykind:WarmReceptorThreshold + a qudt:QuantityKind ; + dcterms:description "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:latexSymbol "$\\overline{T_w}$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending." ; + rdfs:isDefinedBy ; + rdfs:label "Warm Receptor Threshold"@en . + +quantitykind:WarpingConstant + a qudt:QuantityKind ; + dcterms:description "The \"Warping Constant\" is a measure for the warping constant or warping resistance of a cross section under torsional loading. It is usually measured in m⁶."^^qudt:LatexString ; + qudt:applicableUnit unit:CentiM6 ; + qudt:applicableUnit unit:M6 ; + qudt:hasDimensionVector qkdv:A0E0L6I0M0H0T0D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcwarpingconstantmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The \"Warping Constant\" is a measure for the warping constant or warping resistance of a cross section under torsional loading. It is usually measured in m⁶." ; + rdfs:comment "Applicable units are those of quantitykind:WarpingConstant" ; + rdfs:isDefinedBy ; + rdfs:label "Warping Constant"@en . + +quantitykind:WarpingMoment + a qudt:QuantityKind ; + dcterms:description "The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It is usually measured in kNm²."^^qudt:LatexString ; + qudt:applicableUnit unit:KiloN-M2 ; + qudt:applicableUnit unit:N-M2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcwarpingmomentmeasure.htm"^^xsd:anyURI ; + qudt:plainTextDescription "The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It is usually measured in kNm²." ; + rdfs:comment "Applicable units are those of quantitykind:WarpingMoment" ; + rdfs:isDefinedBy ; + rdfs:label "Warping Moment"@en . + +quantitykind:WaterHorsepower + a qudt:QuantityKind ; + dcterms:description "No pump can convert all of its mechanical power into water power. Mechanical power is lost in the pumping process due to friction losses and other physical losses. It is because of these losses that the horsepower going into the pump has to be greater than the water horsepower leaving the pump. The efficiency of any given pump is defined as the ratio of the water horsepower out of the pump compared to the mechanical horsepower into the pump."^^qudt:LatexString ; + qudt:applicableUnit unit:BAR-L-PER-SEC ; + qudt:applicableUnit unit:BAR-M3-PER-SEC ; + qudt:applicableUnit unit:BTU_IT-PER-HR ; + qudt:applicableUnit unit:BTU_IT-PER-SEC ; + qudt:applicableUnit unit:ERG-PER-SEC ; + qudt:applicableUnit unit:ExaJ-PER-SEC ; + qudt:applicableUnit unit:ExaW ; + qudt:applicableUnit unit:FT-LB_F-PER-HR ; + qudt:applicableUnit unit:FT-LB_F-PER-MIN ; + qudt:applicableUnit unit:FT-LB_F-PER-SEC ; + qudt:applicableUnit unit:GigaJ-PER-HR ; + qudt:applicableUnit unit:GigaJ-PER-SEC ; + qudt:applicableUnit unit:GigaW ; + qudt:applicableUnit unit:HP ; + qudt:applicableUnit unit:HP_Boiler ; + qudt:applicableUnit unit:HP_Brake ; + qudt:applicableUnit unit:HP_Electric ; + qudt:applicableUnit unit:HP_H2O ; + qudt:applicableUnit unit:HP_Metric ; + qudt:applicableUnit unit:HectoPA-L-PER-SEC ; + qudt:applicableUnit unit:HectoPA-M3-PER-SEC ; + qudt:applicableUnit unit:J-PER-DAY ; + qudt:applicableUnit unit:J-PER-HR ; + qudt:applicableUnit unit:J-PER-MIN ; + qudt:applicableUnit unit:J-PER-SEC ; + qudt:applicableUnit unit:KiloBTU_IT-PER-HR ; + qudt:applicableUnit unit:KiloCAL-PER-MIN ; + qudt:applicableUnit unit:KiloCAL-PER-SEC ; + qudt:applicableUnit unit:KiloGM_F-M-PER-SEC ; + qudt:applicableUnit unit:KiloJ-PER-DAY ; + qudt:applicableUnit unit:KiloJ-PER-HR ; + qudt:applicableUnit unit:KiloJ-PER-MIN ; + qudt:applicableUnit unit:KiloJ-PER-SEC ; + qudt:applicableUnit unit:KiloW ; + qudt:applicableUnit unit:MegaBTU_IT-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-HR ; + qudt:applicableUnit unit:MegaJ-PER-SEC ; + qudt:applicableUnit unit:MegaPA-L-PER-SEC ; + qudt:applicableUnit unit:MegaPA-M3-PER-SEC ; + qudt:applicableUnit unit:MegaW ; + qudt:applicableUnit unit:MicroJ-PER-SEC ; + qudt:applicableUnit unit:MicroW ; + qudt:applicableUnit unit:MilliBAR-L-PER-SEC ; + qudt:applicableUnit unit:MilliBAR-M3-PER-SEC ; + qudt:applicableUnit unit:MilliJ-PER-SEC ; + qudt:applicableUnit unit:MilliW ; + qudt:applicableUnit unit:NanoJ-PER-SEC ; + qudt:applicableUnit unit:NanoW ; + qudt:applicableUnit unit:PA-L-PER-SEC ; + qudt:applicableUnit unit:PA-M3-PER-SEC ; + qudt:applicableUnit unit:PFERDESTAERKE ; + qudt:applicableUnit unit:PSI-IN3-PER-SEC ; + qudt:applicableUnit unit:PSI-L-PER-SEC ; + qudt:applicableUnit unit:PSI-M3-PER-SEC ; + qudt:applicableUnit unit:PSI-YD3-PER-SEC ; + qudt:applicableUnit unit:PetaJ-PER-SEC ; + qudt:applicableUnit unit:PetaW ; + qudt:applicableUnit unit:PicoJ-PER-SEC ; + qudt:applicableUnit unit:PicoW ; + qudt:applicableUnit unit:PlanckPower ; + qudt:applicableUnit unit:THM_US-PER-HR ; + qudt:applicableUnit unit:TON_FG ; + qudt:applicableUnit unit:TeraJ-PER-SEC ; + qudt:applicableUnit unit:TeraW ; + qudt:applicableUnit unit:TeraW-HR-PER-YR ; + qudt:applicableUnit unit:W ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:informativeReference "https://pubs.nmsu.edu/_m/M227/index.html#:~:text=Water%20horsepower%20is%20the%20minimum,produce%20that%20flow%20are%20known."^^xsd:anyURI ; + rdfs:comment "Applicable units are those of quantitykind:Power" ; + rdfs:isDefinedBy ; + rdfs:label "Water Horsepower"@en ; + skos:broader quantitykind:Power . + +quantitykind:WaterSolubility + a qudt:QuantityKind ; + dcterms:description "An amount of substance per unit volume that is the concentration of a saturated solution expressed as the ratio of the solute concentration over the volume of water. A substance's solubility fundamentally depends on several physical and chemical properties of the solution as well as the environment it is in."^^qudt:LatexString ; + qudt:applicableUnit unit:FemtoMOL-PER-L ; + qudt:applicableUnit unit:KiloMOL-PER-M3 ; + qudt:applicableUnit unit:MOL-PER-DeciM3 ; + qudt:applicableUnit unit:MOL-PER-L ; + qudt:applicableUnit unit:MOL-PER-M3 ; + qudt:applicableUnit unit:MicroMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-L ; + qudt:applicableUnit unit:MilliMOL-PER-M3 ; + qudt:applicableUnit unit:PicoMOL-PER-L ; + qudt:applicableUnit unit:PicoMOL-PER-M3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "An amount of substance per unit volume that is the concentration of a saturated solution expressed as the ratio of the solute concentration over the volume of water. A substance's solubility fundamentally depends on several physical and chemical properties of the solution as well as the environment it is in." ; + rdfs:comment "Applicable units are those of quantitykind:WaterSolubility" ; + rdfs:isDefinedBy ; + rdfs:label "Water Solubility"@en ; + skos:broader quantitykind:AmountOfSubstancePerVolume . + +quantitykind:WaterVaporDiffusionCoefficient + a qudt:QuantityKind ; + dcterms:isReplacedBy quantitykind:WaterVapourDiffusionCoefficient ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://www.wufi-wiki.com/mediawiki/index.php/Details:WaterVaporDiffusion"^^xsd:anyURI ; + qudt:plainTextDescription "The Water vapour diffusion coefficient describes how easy vapour diffusion happens in a given material." ; + rdfs:isDefinedBy ; + rdfs:label "Wasserdampfdiffusionsleitkoeffizient"@de ; + rdfs:label "Water vapour diffusion coefficient"@en . + +quantitykind:WaterVapourDiffusionCoefficient + a qudt:QuantityKind ; + qudt:applicableUnit unit:KiloGM-PER-PA-SEC-M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:informativeReference "https://www.wufi-wiki.com/mediawiki/index.php/Details:WaterVaporDiffusion"^^xsd:anyURI ; + qudt:plainTextDescription "The Water vapour diffusion coefficient describes how easy vapour diffusion happens in a given material." ; + rdfs:comment "Applicable units are those of quantitykind:WaterVapourDiffusionCoefficient" ; + rdfs:isDefinedBy ; + rdfs:label "Wasserdampfdiffusionsleitkoeffizient"@de ; + rdfs:label "Water vapour diffusion coefficient"@en . + +quantitykind:WaterVapourPermeability + a qudt:QuantityKind ; + dcterms:description "mass of water vapour passing a surface divided by the area of this surface, the pressure difference, and the corresponding time"@en ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:iec61360Code "0112/2///62720#UAD244" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD244"^^xsd:anyURI ; + qudt:plainTextDescription "Masse des durch eine Fläche hindurchtretenden Wasserdampfes, dividiert durch den Flächeninhalt dieser Fläche, die Druckdifferenz und die dazugehörige Zeit"@de ; + qudt:symbol "0173-1#Z4-BAJ446#001" ; + rdfs:isDefinedBy ; + rdfs:label "water vapour permeability" ; + rdfs:label "water vapour permeability"@en-US . + +quantitykind:Wavelength + a qudt:QuantityKind ; + dcterms:description "For a monochromatic wave, \"wavelength\" is the distance between two successive points in a direction perpendicular to the wavefront where at a given instant the phase differs by $2\\pi$. The wavelength of a sinusoidal wave is the spatial period of the wave—the distance over which the wave's shape repeats. The SI unit of wavelength is the meter."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Wavelength"^^xsd:anyURI ; + qudt:latexDefinition "$\\lambda = \\frac{c}{\\nu}$, where $\\lambda$ is the wave length, $\\nu$ is the frequency, and $c$ is the speed of light in the medium."^^qudt:LatexString ; + qudt:symbol "λ" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Jarak gelombang"@ms ; + rdfs:label "Vlnové délka"@cs ; + rdfs:label "Wellenlänge"@de ; + rdfs:label "comprimento de onda"@pt ; + rdfs:label "dalga boyu"@tr ; + rdfs:label "longitud de onda"@es ; + rdfs:label "longueur d'onde"@fr ; + rdfs:label "lunghezza d'onda"@it ; + rdfs:label "wavelength"@en ; + rdfs:label "длина волны"@ru ; + rdfs:label "طول موج"@fa ; + rdfs:label "波长"@zh ; + skos:broader quantitykind:Length ; + vaem:todo "belongs to SOQ-ISO" . + +quantitykind:Wavenumber + a qudt:QuantityKind ; + dcterms:description "\"Wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. The unit for wavenumber commonly used in spectroscopy is centimetre to power minus one, PER-CM, rather than metre to power minus one, PER-M."^^qudt:LatexString ; + qudt:applicableUnit unit:KY ; + qudt:applicableUnit unit:M-PER-HA ; + qudt:applicableUnit unit:M-PER-M2 ; + qudt:applicableUnit unit:MESH ; + qudt:applicableUnit unit:NUM-PER-M ; + qudt:applicableUnit unit:PER-ANGSTROM ; + qudt:applicableUnit unit:PER-CentiM ; + qudt:applicableUnit unit:PER-KiloM ; + qudt:applicableUnit unit:PER-M ; + qudt:applicableUnit unit:PER-MicroM ; + qudt:applicableUnit unit:PER-MilliM ; + qudt:applicableUnit unit:PER-NanoM ; + qudt:applicableUnit unit:PER-PicoM ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ; + qudt:latexDefinition """$\\sigma = \\frac{\\nu}{c}$, where $\\sigma$ is the wave number, $\\nu$ is the frequency, and $c$ is the speed of light in the medium. + +Or: + +$k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}$, where $\\upsilon$ is the frequency of the wave, $\\lambda$ is the wavelength, $\\omega = 2\\pi \\upsilon$ is the angular frequency of the wave, and $\\upsilon_p$ is the phase velocity of the wave."""^^qudt:LatexString ; + qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. The unit for wavenumber commonly used in spectroscopy is centimetre to power minus one, PER-CM, rather than metre to power minus one, PER-M." ; + qudt:siExactMatch si-quantity:WANU ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:InverseLength" ; + rdfs:isDefinedBy ; + rdfs:label "Bilangan gelombang"@ms ; + rdfs:label "Liczba falowa"@pl ; + rdfs:label "Repetenz"@de ; + rdfs:label "Vlnové číslo"@cs ; + rdfs:label "dalga sayısı"@tr ; + rdfs:label "nombre d'onde"@fr ; + rdfs:label "numero d'onda"@it ; + rdfs:label "número de ola"@es ; + rdfs:label "número de onda"@pt ; + rdfs:label "valovno število"@sl ; + rdfs:label "wavenumber"@en ; + rdfs:label "Волновое число"@ru ; + rdfs:label "عدد الموجة"@ar ; + rdfs:label "عدد موج"@fa ; + rdfs:label "波数"@ja ; + rdfs:label "波数"@zh ; + rdfs:seeAlso quantitykind:AngularWavenumber ; + skos:altLabel "Wellenzahl"@de ; + skos:broader quantitykind:InverseLength . + +quantitykind:WebTime + a qudt:QuantityKind ; + qudt:applicableUnit unit:AttoSEC ; + qudt:applicableUnit unit:CentiPOISE-PER-BAR ; + qudt:applicableUnit unit:DAY ; + qudt:applicableUnit unit:DAY_Sidereal ; + qudt:applicableUnit unit:DeciSEC ; + qudt:applicableUnit unit:FemtoSEC ; + qudt:applicableUnit unit:H-PER-KiloOHM ; + qudt:applicableUnit unit:H-PER-OHM ; + qudt:applicableUnit unit:HR ; + qudt:applicableUnit unit:HR_Sidereal ; + qudt:applicableUnit unit:KiloSEC ; + qudt:applicableUnit unit:KiloYR ; + qudt:applicableUnit unit:MIN ; + qudt:applicableUnit unit:MIN_Sidereal ; + qudt:applicableUnit unit:MO ; + qudt:applicableUnit unit:MO_MeanGREGORIAN ; + qudt:applicableUnit unit:MO_MeanJulian ; + qudt:applicableUnit unit:MO_Synodic ; + qudt:applicableUnit unit:MegaSEC ; + qudt:applicableUnit unit:MegaYR ; + qudt:applicableUnit unit:MicroH-PER-KiloOHM ; + qudt:applicableUnit unit:MicroH-PER-OHM ; + qudt:applicableUnit unit:MicroSEC ; + qudt:applicableUnit unit:MilliH-PER-KiloOHM ; + qudt:applicableUnit unit:MilliH-PER-OHM ; + qudt:applicableUnit unit:MilliPA-SEC-PER-BAR ; + qudt:applicableUnit unit:MilliSEC ; + qudt:applicableUnit unit:NanoSEC ; + qudt:applicableUnit unit:PA-SEC-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-BAR ; + qudt:applicableUnit unit:POISE-PER-PA ; + qudt:applicableUnit unit:PicoSEC ; + qudt:applicableUnit unit:PlanckTime ; + qudt:applicableUnit unit:SEC ; + qudt:applicableUnit unit:SH ; + qudt:applicableUnit unit:WK ; + qudt:applicableUnit unit:YR ; + qudt:applicableUnit unit:YR_Common ; + qudt:applicableUnit unit:YR_Metrology ; + qudt:applicableUnit unit:YR_Sidereal ; + qudt:applicableUnit unit:YR_TROPICAL ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + rdfs:comment "Applicable units are those of quantitykind:Time" ; + rdfs:isDefinedBy ; + rdfs:label "Web Time"@en ; + skos:broader quantitykind:Time . + +quantitykind:WebTimeAveragePressure + a qudt:QuantityKind ; + qudt:applicableUnit unit:ATM ; + qudt:applicableUnit unit:ATM_T ; + qudt:applicableUnit unit:BAR ; + qudt:applicableUnit unit:BARAD ; + qudt:applicableUnit unit:BARYE ; + qudt:applicableUnit unit:BAR_A ; + qudt:applicableUnit unit:CentiBAR ; + qudt:applicableUnit unit:CentiM_H2O ; + qudt:applicableUnit unit:CentiM_H2O_4DEG_C ; + qudt:applicableUnit unit:CentiM_HG ; + qudt:applicableUnit unit:CentiM_HG_0DEG_C ; + qudt:applicableUnit unit:DYN-PER-CentiM2 ; + qudt:applicableUnit unit:DecaPA ; + qudt:applicableUnit unit:DeciBAR ; + qudt:applicableUnit unit:FT_H2O ; + qudt:applicableUnit unit:FT_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:FT_HG ; + qudt:applicableUnit unit:GM_F-PER-CentiM2 ; + qudt:applicableUnit unit:GigaPA ; + qudt:applicableUnit unit:HectoBAR ; + qudt:applicableUnit unit:HectoPA ; + qudt:applicableUnit unit:IN_H2O ; + qudt:applicableUnit unit:IN_H2O_39dot2DEG_F ; + qudt:applicableUnit unit:IN_H2O_60DEG_F ; + qudt:applicableUnit unit:IN_HG ; + qudt:applicableUnit unit:IN_HG_32DEG_F ; + qudt:applicableUnit unit:IN_HG_60DEG_F ; + qudt:applicableUnit unit:KIP_F-PER-IN2 ; + qudt:applicableUnit unit:KiloBAR ; + qudt:applicableUnit unit:KiloGM-PER-M-SEC2 ; + qudt:applicableUnit unit:KiloGM_F-PER-CentiM2 ; + qudt:applicableUnit unit:KiloGM_F-PER-M2 ; + qudt:applicableUnit unit:KiloGM_F-PER-MilliM2 ; + qudt:applicableUnit unit:KiloLB_F-PER-IN2 ; + qudt:applicableUnit unit:KiloN-PER-CentiM2 ; + qudt:applicableUnit unit:KiloN-PER-M2 ; + qudt:applicableUnit unit:KiloN-PER-MilliM2 ; + qudt:applicableUnit unit:KiloPA ; + qudt:applicableUnit unit:KiloPA_A ; + qudt:applicableUnit unit:LB_F-PER-FT2 ; + qudt:applicableUnit unit:LB_F-PER-IN2 ; + qudt:applicableUnit unit:M_H2O ; + qudt:applicableUnit unit:MegaBAR ; + qudt:applicableUnit unit:MegaN-PER-M2 ; + qudt:applicableUnit unit:MegaPA ; + qudt:applicableUnit unit:MegaPSI ; + qudt:applicableUnit unit:MicroATM ; + qudt:applicableUnit unit:MicroBAR ; + qudt:applicableUnit unit:MicroPA ; + qudt:applicableUnit unit:MicroTORR ; + qudt:applicableUnit unit:MilliBAR ; + qudt:applicableUnit unit:MilliBAR_A ; + qudt:applicableUnit unit:MilliM_H2O ; + qudt:applicableUnit unit:MilliM_HG ; + qudt:applicableUnit unit:MilliM_HGA ; + qudt:applicableUnit unit:MilliPA ; + qudt:applicableUnit unit:MilliTORR ; + qudt:applicableUnit unit:N-PER-CentiM2 ; + qudt:applicableUnit unit:N-PER-M2 ; + qudt:applicableUnit unit:N-PER-MilliM2 ; + qudt:applicableUnit unit:PA ; + qudt:applicableUnit unit:PDL-PER-FT2 ; + qudt:applicableUnit unit:PDL-PER-IN2 ; + qudt:applicableUnit unit:PSI ; + qudt:applicableUnit unit:PicoPA ; + qudt:applicableUnit unit:PlanckPressure ; + qudt:applicableUnit unit:TORR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:ForcePerArea" ; + rdfs:isDefinedBy ; + rdfs:label "Web Time Average Pressure"@en ; + skos:broader quantitykind:Pressure . + +quantitykind:WebTimeAverageThrust + a qudt:QuantityKind ; + qudt:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:comment "Web Time Avg Thrust (Mlbf)" ; + rdfs:isDefinedBy ; + rdfs:label "Web Time Average Thrust"@en ; + skos:broader quantitykind:Thrust . + +quantitykind:Weight + a qudt:QuantityKind ; + 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:applicableUnit unit:CentiN ; + qudt:applicableUnit unit:DYN ; + qudt:applicableUnit unit:DeciN ; + qudt:applicableUnit unit:GM_F ; + qudt:applicableUnit unit:GigaN ; + qudt:applicableUnit unit:KIP_F ; + qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ; + qudt:applicableUnit unit:KiloGM_F ; + qudt:applicableUnit unit:KiloLB_F ; + qudt:applicableUnit unit:KiloN ; + qudt:applicableUnit unit:KiloPOND ; + qudt:applicableUnit unit:LB_F ; + qudt:applicableUnit unit:MegaLB_F ; + qudt:applicableUnit unit:MegaN ; + qudt:applicableUnit unit:MicroN ; + qudt:applicableUnit unit:MilliN ; + qudt:applicableUnit unit:N ; + qudt:applicableUnit unit:NanoN ; + qudt:applicableUnit unit:OZ_F ; + qudt:applicableUnit unit:PDL ; + qudt:applicableUnit unit:POND ; + qudt:applicableUnit unit:PlanckForce ; + qudt:applicableUnit unit:TON_F_US ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Weight"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Weight"^^xsd:anyURI ; + qudt:plainTextDescription "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:symbol "bold letter W" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Force" ; + rdfs:isDefinedBy ; + rdfs:label "Ağırlık"@tr ; + rdfs:label "Berat"@ms ; + rdfs:label "Gewicht"@de ; + rdfs:label "Siła ciężkości"@pl ; + rdfs:label "forza peso"@it ; + rdfs:label "greutate"@ro ; + rdfs:label "peso"@es ; + rdfs:label "peso"@pt ; + rdfs:label "poids"@fr ; + rdfs:label "tíha"@cs ; + rdfs:label "weight"@en ; + rdfs:label "Вес"@ru ; + rdfs:label "وزن"@ar ; + rdfs:label "وزن"@fa ; + rdfs:label "重さ"@ja ; + rdfs:label "重量"@zh ; + skos:broader quantitykind:Force . + +quantitykind:WetBulbTemperature + a qudt:QuantityKind ; + dcterms:description "The temperature of a parcel of air cooled to saturation (100% relative humidity) by the evaporation of water into it, with the latent heat supplied by the parcel."^^qudt:LatexString ; + qudt:applicableUnit unit:DEG_C ; + qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ; + qudt:applicableUnit unit:DEG_F ; + qudt:applicableUnit unit:DEG_R ; + qudt:applicableUnit unit:DecaK ; + qudt:applicableUnit unit:K ; + qudt:applicableUnit unit:MegaK ; + qudt:applicableUnit unit:MilliDEG_C ; + qudt:applicableUnit unit:MilliK ; + qudt:applicableUnit unit:PlanckTemperature ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:plainTextDescription "the temperature of a parcel of air cooled to saturation (100% relative humidity) by the evaporation of water into it, with the latent heat supplied by the parcel." ; + rdfs:comment "Applicable units are those of quantitykind:Temperature" ; + rdfs:isDefinedBy ; + rdfs:label "Wet Bulb Temperature"@en ; + skos:broader quantitykind:Temperature . + +quantitykind:Width + a qudt:QuantityKind ; + dcterms:description "\"Width\" is the middle of three dimensions: length, width, thickness."^^qudt:LatexString ; + qudt:applicableUnit unit:ANGSTROM ; + qudt:applicableUnit unit:AU ; + qudt:applicableUnit unit:BTU_IT-PER-LB_F ; + qudt:applicableUnit unit:CHAIN ; + qudt:applicableUnit unit:CHAIN_US ; + qudt:applicableUnit unit:CentiM ; + qudt:applicableUnit unit:DecaM ; + qudt:applicableUnit unit:DeciM ; + qudt:applicableUnit unit:FATH ; + qudt:applicableUnit unit:FM ; + qudt:applicableUnit unit:FT ; + qudt:applicableUnit unit:FT_US ; + qudt:applicableUnit unit:FUR ; + qudt:applicableUnit unit:FemtoM ; + qudt:applicableUnit unit:GAUGE_FR ; + qudt:applicableUnit unit:GA_Charriere ; + qudt:applicableUnit unit:HectoM ; + qudt:applicableUnit unit:IN ; + qudt:applicableUnit unit:KiloM ; + qudt:applicableUnit unit:LY ; + qudt:applicableUnit unit:M ; + qudt:applicableUnit unit:MI ; + qudt:applicableUnit unit:MI_N ; + qudt:applicableUnit unit:MI_UK ; + qudt:applicableUnit unit:MI_US ; + qudt:applicableUnit unit:MicroIN ; + qudt:applicableUnit unit:MicroM ; + qudt:applicableUnit unit:MilLength ; + qudt:applicableUnit unit:MilliIN ; + qudt:applicableUnit unit:MilliM ; + qudt:applicableUnit unit:NanoM ; + qudt:applicableUnit unit:PARSEC ; + qudt:applicableUnit unit:PCA ; + qudt:applicableUnit unit:PT ; + qudt:applicableUnit unit:PicoM ; + qudt:applicableUnit unit:PlanckLength ; + qudt:applicableUnit unit:ROD ; + qudt:applicableUnit unit:YD ; + qudt:applicableUnit unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:plainTextDescription "\"Width\" is the middle of three dimensions: length, width, thickness." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Length" ; + rdfs:isDefinedBy ; + rdfs:label "Width"@en ; + skos:broader quantitykind:Length . + +quantitykind:Work + a qudt:QuantityKind ; + dcterms:description """ + $\\textit{Work}$ or $net\\ work$ is equal to the change in kinetic energy. + This relationship is called the work-energy theorem: + $$Wnet = K. E._f K. E._o $$ + where $K. E._f$ is the final kinetic energy and $K. E._o$ is the original kinetic energy. + Potential energy, also referred to as stored energy, is the ability of a system to do work due to its position or internal structure. + Change in potential energy is equal to work. + The potential energy equations can also be derived from the integral form of work: + $$\\Delta P. E. = W = \\int F \\cdot dx$$. + """^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "http://www.cliffsnotes.com/study_guide/Work-and-Energy.topicArticleId-10453,articleId-10418.html"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Work_(physics)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:latexDefinition "$A = \\int Pdt$, where $P$ is power and $t$ is time."^^qudt:LatexString ; + qudt:plainTextDescription "A force is said to do Work when it acts on a body so that there is a displacement of the point of application, however small, in the direction of the force. The concepts of work and energy are closely tied to the concept of force because an applied force can do work on an object and cause a change in energy. Energy is defined as the ability to do work. Work is done on an object when an applied force moves it through a distance. Kinetic energy is the energy of an object in motion. The net work is equal to the change in kinetic energy." ; + qudt:symbol "A" ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Arbeit"@de ; + rdfs:label "delo"@sl ; + rdfs:label "iş"@tr ; + rdfs:label "kerja"@ms ; + rdfs:label "lavoro"@it ; + rdfs:label "lucru mecanic"@ro ; + rdfs:label "praca"@pl ; + rdfs:label "práce"@cs ; + rdfs:label "trabajo"@es ; + rdfs:label "trabalho"@pt ; + rdfs:label "travail"@fr ; + rdfs:label "work"@en ; + rdfs:label "کار"@fa ; + rdfs:label "कार्य"@hi ; + rdfs:label "仕事量"@ja ; + rdfs:label "功"@zh ; + skos:broader quantitykind:Energy . + +quantitykind:WorkFunction + a qudt:QuantityKind ; + dcterms:description "\"Work Function\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The minimum energy (usually measured in electronvolts) needed to remove an electron from a solid to a point immediately outside the solid surface (or energy needed to move an electron from the Fermi level into vacuum)."^^qudt:LatexString ; + qudt:applicableUnit unit:AttoJ ; + qudt:applicableUnit unit:BTU_IT ; + qudt:applicableUnit unit:BTU_TH ; + qudt:applicableUnit unit:CAL_IT ; + qudt:applicableUnit unit:CAL_TH ; + qudt:applicableUnit unit:ERG ; + qudt:applicableUnit unit:EV ; + qudt:applicableUnit unit:E_h ; + qudt:applicableUnit unit:ExaJ ; + qudt:applicableUnit unit:FT-LB_F ; + qudt:applicableUnit unit:FT-PDL ; + qudt:applicableUnit unit:FemtoJ ; + qudt:applicableUnit unit:GigaEV ; + qudt:applicableUnit unit:GigaJ ; + qudt:applicableUnit unit:GigaW-HR ; + qudt:applicableUnit unit:J ; + qudt:applicableUnit unit:KiloBTU_IT ; + qudt:applicableUnit unit:KiloBTU_TH ; + qudt:applicableUnit unit:KiloCAL ; + qudt:applicableUnit unit:KiloEV ; + qudt:applicableUnit unit:KiloJ ; + qudt:applicableUnit unit:KiloVA-HR ; + qudt:applicableUnit unit:KiloW-HR ; + qudt:applicableUnit unit:MegaBTU_IT ; + qudt:applicableUnit unit:MegaEV ; + qudt:applicableUnit unit:MegaJ ; + qudt:applicableUnit unit:MegaTOE ; + qudt:applicableUnit unit:MegaVA-HR ; + qudt:applicableUnit unit:MegaW-HR ; + qudt:applicableUnit unit:MicroJ ; + qudt:applicableUnit unit:MilliJ ; + qudt:applicableUnit unit:NanoJ ; + qudt:applicableUnit unit:PetaJ ; + qudt:applicableUnit unit:PicoJ ; + qudt:applicableUnit unit:PlanckEnergy ; + qudt:applicableUnit unit:QUAD ; + qudt:applicableUnit unit:THERM_EC ; + qudt:applicableUnit unit:THERM_US ; + qudt:applicableUnit unit:THM_EEC ; + qudt:applicableUnit unit:THM_US ; + qudt:applicableUnit unit:TOE ; + qudt:applicableUnit unit:TeraJ ; + qudt:applicableUnit unit:TeraW-HR ; + qudt:applicableUnit unit:TonEnergy ; + qudt:applicableUnit unit:VA-HR ; + qudt:applicableUnit unit:W-HR ; + qudt:applicableUnit unit:W-SEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Work_function"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ; + qudt:plainTextDescription "\"Work Function\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The minimum energy (usually measured in electronvolts) needed to remove an electron from a solid to a point immediately outside the solid surface (or energy needed to move an electron from the Fermi level into vacuum)." ; + qudt:wikidataMatch ; + rdfs:comment "Applicable units are those of quantitykind:Energy" ; + rdfs:isDefinedBy ; + rdfs:label "Work Function"@en ; + skos:broader quantitykind:Energy . + +quantitykind:ZenithAngle + a qudt:QuantityKind ; + qudt:applicableUnit unit:ARCMIN ; + qudt:applicableUnit unit:ARCSEC ; + qudt:applicableUnit unit:DEG ; + qudt:applicableUnit unit:GON ; + qudt:applicableUnit unit:GRAD ; + qudt:applicableUnit unit:MIL_Angle ; + qudt:applicableUnit unit:MIN_Angle ; + qudt:applicableUnit unit:MicroRAD ; + qudt:applicableUnit unit:MilliARCSEC ; + qudt:applicableUnit unit:MilliRAD ; + qudt:applicableUnit unit:RAD ; + qudt:applicableUnit unit:REV ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:plainTextDescription "Zenith angle is the angle measured from the zenith (the point directly overhead) downward to a celestial object or direction of interest. It is the complement of the elevation (altitude) angle." ; + rdfs:comment "Applicable units are those of quantitykind:PlaneAngle" ; + rdfs:isDefinedBy ; + rdfs:label "Zenith Angle"@en ; + skos:broader quantitykind:PlaneAngle . + +vaem:GMD_QUDT-QUANTITY-KINDS-ALL + a vaem:GraphMetaData ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "Simon J D Cox" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2019-08-01T16:25:54.850+00:00"^^xsd:dateTime ; + dcterms:creator "Ralph Hodgson" ; + dcterms:creator "Steve Ray" ; + dcterms:description "Provides the set of all quantity kinds."^^qudt:LatexString ; + dcterms:modified "2026-04-02T13:02:45Z"^^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 3.2 Vocabulary" ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Quantity Kind Vocabulary Metadata Version 3.2.1" ; + vaem:applicableDiscipline "All disciplines" ; + vaem:applicableDomain "Science, Medicine and Engineering" ; + vaem:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime ; + vaem:graphTitle "QUDT Quantity Kinds Version 3.2.1" ; + vaem:hasGraphRole vaem:VocabularyGraph ; + vaem:intent "Provides a vocabulary of all quantity kinds." ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2026/04/DOC_VOCAB-QUANTITY-KINDS-ALL.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png" ; + vaem:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ; + vaem:namespacePrefix "quantitykind" ; + vaem:owner "qudt.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2026/03/DOC_VOCAB-QUANTITY-KINDS-ALL.html"^^xsd:anyURI ; + vaem:specificity 1 ; + vaem:turtleFileURL "http://qudt.org/vocab/quantitykind"^^xsd:anyURI ; + vaem:usesNonImportedResource dc:contributor ; + vaem:usesNonImportedResource dc:creator ; + vaem:usesNonImportedResource dc:description ; + vaem:usesNonImportedResource dc:rights ; + vaem:usesNonImportedResource dc:subject ; + vaem:usesNonImportedResource dc:title ; + vaem:usesNonImportedResource dcterms:contributor ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:creator ; + vaem:usesNonImportedResource dcterms:description ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:rights ; + vaem:usesNonImportedResource dcterms:subject ; + vaem:usesNonImportedResource dcterms:title ; + vaem:usesNonImportedResource ; + vaem:usesNonImportedResource skos:closeMatch ; + vaem:usesNonImportedResource skos:exactMatch ; + vaem:usesNonImportedResource voag:QUDT-Attribution ; + vaem:usesNonImportedResource voag:QUDT-QUANTITY-KINDS-VocabCatalogEntry_v1.2 ; + vaem:withAttributionTo ; + vaem:withAttributionTo voag:QUDT-Attribution . + +voag:QUDT-QUANTITY-KINDS-VocabCatalogEntry_v1.2 + a vaem:CatalogEntry ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Quantity Kinds Vocabulary Catalog Entry v1.2" . + diff --git a/data/ontologies/qudt-units.ttl b/data/ontologies/qudt-units.ttl new file mode 100644 index 00000000..30bf7615 --- /dev/null +++ b/data/ontologies/qudt-units.ttl @@ -0,0 +1,92004 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix owl: . +@prefix dcterms: . +@prefix prefix: . +@prefix prov: . +@prefix qkdv: . +@prefix quantitykind: . +@prefix qudt: . +@prefix si-unit: . +@prefix skos: . +@prefix sou: . +@prefix unit: . +@prefix vaem: . +@prefix voag: . + + + a owl:Ontology ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:versionIRI ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Vocab Units of Measure Release 3.2.1" ; + vaem:hasGraphMetadata vaem:GMD_QUDT-UNITS-ALL . + +unit:2PiRAD + a qudt:Unit ; + dcterms:isReplacedBy unit:REV ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.2" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + rdfs:isDefinedBy ; + rdfs:label "2pirad" ; + rdfs:label "2pirad"@en . + +unit:A + a qudt:Unit ; + dcterms:description """$\\textit{Ampere}$, often shortened to $\\text{amp}$, +is the SI unit of electric current and is one of the seven SI base units defined as: + +$$\\text{A} \\equiv \\frac{\\textit{C}}{\\textit{s}} +\\equiv \\frac{\\textit{coulomb}}{\\textit{second}} +\\equiv \\frac{\\text{joule}}{\\text{weber}}$$ + +Note that SI supports only the use of symbols and deprecates the use of any abbreviations for units. +"""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ampere"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAA101" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA101"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ampere?oldid=494026699"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:ampere ; + qudt:symbol "A" ; + qudt:ucumCode "A"^^qudt:UCUMcs ; + qudt:udunitsCode "A" ; + qudt:uneceCommonCode "AMP" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper"@hu ; + rdfs:label "Amper"@pl ; + rdfs:label "Amper"@ro ; + rdfs:label "Amper"@sl ; + rdfs:label "Amper"@tr ; + rdfs:label "Ampere" ; + rdfs:label "Ampere"@de ; + rdfs:label "Ampere"@en ; + rdfs:label "Ampere"@it ; + rdfs:label "Ampere"@ms ; + rdfs:label "Ampere"@pt ; + rdfs:label "Amperio"@es ; + rdfs:label "Amperium"@la ; + rdfs:label "Ampère"@fr ; + rdfs:label "Ampér"@cs ; + rdfs:label "Αμπέρ"@el ; + rdfs:label "Ампер"@bg ; + rdfs:label "Ампер"@ru ; + rdfs:label "אמפר"@he ; + rdfs:label "آمپر"@fa ; + rdfs:label "أمبير"@ar ; + rdfs:label "एम्पीयर"@hi ; + rdfs:label "アンペア"@ja ; + rdfs:label "安培"@zh ; + skos:altLabel "amp" . + +unit:A-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing + in one hour through a conductor passing one ampere. + An ampere-hour or amp-hour (symbol $Ah,\\,AHr,\\, A \\cdot h, A h$) is a unit of electric + charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$). + One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred + by a steady current of one ampere for one hour. + The ampere-hour is frequently used in measurements of electrochemical systems such as + electroplating and electrical batteries. + The commonly seen milliampere-hour ($mAh$ or $mA \\cdot h$) is one-thousandth of an + ampere-hour ($3.6 \\,coulombs$). + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:BatteryCapacity ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA102" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780199233991-e-86"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA102"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ampere-hour"^^xsd:anyURI ; + qudt:symbol "A·h" ; + qudt:ucumCode "A.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AMH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Hour" ; + rdfs:label "Ampere Hour"@en . + +unit:A-HR-PER-DEG_C + a qudt:Unit ; + dcterms:description """$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour + divided by the unit degree Celsius. + """^^qudt:LatexString ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD886" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD886"^^xsd:anyURI ; + qudt:symbol "A·h/°C" ; + qudt:ucumCode "A.h.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Hour per Degree Celsius" ; + rdfs:label "Ampere Hour per Degree Celsius"@en . + +unit:A-HR-PER-DeciM3 + a qudt:Unit ; + dcterms:description """$\\textit{Ampere Hour per Cubic Decimetre}$ is the product of the SI base unit ampere + and the unit hour divided by 0.001-fold of the power of the SI base unit metre with + the exponent 3. + """^^qudt:LatexString ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAD883" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD883"^^xsd:anyURI ; + qudt:symbol "A·h/dm³" ; + qudt:ucumCode "A.h.dm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Hour per Cubic Decimeter"@en-US ; + rdfs:label "Ampere Hour per Cubic Decimetre" ; + rdfs:label "Ampere Hour per Cubic Decimetre"@en . + +unit:A-HR-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAD884" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD884"^^xsd:anyURI ; + qudt:symbol "A·h/kg" ; + qudt:ucumCode "A.h.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Hour per Kilogram" ; + rdfs:label "Ampere Hour per Kilogram"@en . + +unit:A-HR-PER-M2 + a qudt:Unit ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:hasQuantityKind quantitykind:ElectricChargeSurfaceDensity ; + qudt:hasQuantityKind quantitykind:ElectricPolarization ; + qudt:iec61360Code "0112/2///62720#UAD885" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD885"^^xsd:anyURI ; + qudt:symbol "A·h/m²" ; + qudt:ucumCode "A.h.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Hour per Square Meter"@en-US ; + rdfs:label "Ampere Hour per Square Metre" ; + rdfs:label "Ampere Hour per Square Metre"@en . + +unit:A-HR-PER-M3 + a qudt:Unit ; + dcterms:description "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAD882" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD882"^^xsd:anyURI ; + qudt:symbol "A·h/m³" ; + qudt:ucumCode "A.h.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Hour per Cubic Meter"@en-US ; + rdfs:label "Ampere Hour per Cubic Metre" ; + rdfs:label "Ampere Hour per Cubic Metre"@en . + +unit:A-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of electromagnetic moment."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$A-M^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; + qudt:hasQuantityKind quantitykind:MagneticMoment ; + qudt:iec61360Code "0112/2///62720#UAA106" ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/ampere+meter+squared"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA106"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "A·m²" ; + qudt:ucumCode "A.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A5" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper Kvadratni Meter"@sl ; + rdfs:label "Amper Metr Kwadratowy"@pl ; + rdfs:label "Amper Metrekare"@tr ; + rdfs:label "Amper Metru Pătrat"@ro ; + rdfs:label "Ampere Meter Persegi"@ms ; + rdfs:label "Ampere Metro Quadrado"@pt ; + rdfs:label "Ampere Metro Quadrato"@it ; + rdfs:label "Ampere Quadratmeter"@de ; + rdfs:label "Ampere Square Meter"@en-US ; + rdfs:label "Ampere Square Metre" ; + rdfs:label "Ampere Square Metre"@en ; + rdfs:label "Amperio Metro Cuadrado"@es ; + rdfs:label "Amperium Metrum Quadratum"@la ; + rdfs:label "Ampère Mètre Carré"@fr ; + rdfs:label "Ampér Čtvereční Metr"@cs ; + rdfs:label "Αμπέρ Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ампер Квадратен Метър"@bg ; + rdfs:label "Ампер Квадратный Метр"@ru . + +unit:A-M2-PER-J-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of gyromagnetic ratio."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$A-m^2/J-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "A·m²/(J·s)" ; + qudt:ucumCode "A.m2.J-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A10" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper Kvadratni Meter na Joule Sekunda"@sl ; + rdfs:label "Amper Metr Kwadratowy na Dżul Sekunda"@pl ; + rdfs:label "Amper Metrekare per Joule Saniye"@tr ; + rdfs:label "Amper Metru Pătrat pe Joule Secundă"@ro ; + rdfs:label "Ampere Meter Persegi per Joule Saat"@ms ; + rdfs:label "Ampere Metro Quadrado por Joule Segundo"@pt ; + rdfs:label "Ampere Metro Quadrato per Joule Secondo"@it ; + rdfs:label "Ampere Quadratmeter pro Joule Sekunde"@de ; + rdfs:label "Ampere Square Meter per Joule Second"@en-US ; + rdfs:label "Ampere Square Metre per Joule Second" ; + rdfs:label "Ampere Square Metre per Joule Second"@en ; + rdfs:label "Amperio Metro Cuadrado por Julio Segundo"@es ; + rdfs:label "Amperium Metrum Quadratum per Joulium Secundum"@la ; + rdfs:label "Ampère Mètre Carré par Joule Seconde"@fr ; + rdfs:label "Ampér Čtvereční Metr na Joule Sekunda"@cs ; + rdfs:label "Αμπέρ Τετραγωνικό Μέτρο ανά Τζάουλ Δευτερόλεπτο"@el ; + rdfs:label "Ампер Квадратен Метър на Джаул Секунда"@bg ; + rdfs:label "Ампер Квадратный Метр на Джоуль Секунда"@ru . + +unit:A-MIN + a qudt:Unit ; + dcterms:description "product of the SI base unit ampere and the unit minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:BatteryCapacity ; + qudt:iec61360Code "0112/2///62720#UAB383" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB383"^^xsd:anyURI ; + qudt:symbol "A·min" ; + qudt:ucumCode "A.min"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N95" ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Minute" ; + rdfs:label "Ampere Minute"@en . + +unit:A-PER-A-HR + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the SI base unit ampere and the unit hour" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD890" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD890"^^xsd:anyURI ; + qudt:symbol "A/(A·h)" ; + qudt:ucumCode "A.A-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ampere per Ampere Hour" ; + rdfs:label "Ampere per Ampere Hour"@en . + +unit:A-PER-CentiM + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAB073" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB073"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit ampere divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "A/cm" ; + qudt:ucumCode "A.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A2" ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Centimeter"@sl ; + rdfs:label "Amper na Centimetr"@pl ; + rdfs:label "Amper pe Centimetru"@ro ; + rdfs:label "Amper per Centimetre"@tr ; + rdfs:label "Ampere per Centimeter"@en-US ; + rdfs:label "Ampere per Centimeter"@ms ; + rdfs:label "Ampere per Centimetre" ; + rdfs:label "Ampere per Centimetre"@en ; + rdfs:label "Ampere per Centimetro"@it ; + rdfs:label "Ampere pro Centimeter"@de ; + rdfs:label "Amperio por Centimetro"@es ; + rdfs:label "Ampère par Centimètre"@fr ; + rdfs:label "Ampér na Centimetr"@cs . + +unit:A-PER-CentiM2 + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAB052" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB052"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "A/cm²" ; + qudt:ucumCode "A.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A4" ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Centimetr Kwadratowy"@pl ; + rdfs:label "Amper na Kvadratni Centimeter"@sl ; + rdfs:label "Amper pe Centimetru Pătrat"@ro ; + rdfs:label "Amper per Centimetrekare"@tr ; + rdfs:label "Ampere per Centimeter Persegi"@ms ; + rdfs:label "Ampere per Centimetro Quadrato"@it ; + rdfs:label "Ampere per Square Centimeter"@en-US ; + rdfs:label "Ampere per Square Centimetre" ; + rdfs:label "Ampere per Square Centimetre"@en ; + rdfs:label "Ampere pro Quadratcentimeter"@de ; + rdfs:label "Amperio por Centimetro Cuadrado"@es ; + rdfs:label "Ampère par Centimètre Carré"@fr ; + rdfs:label "Ampér na Čtvereční Centimetr"@cs . + +unit:A-PER-DEG_C + a qudt:Unit ; + dcterms:description "A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$A/degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerTemperature ; + qudt:informativeReference "http://books.google.com/books?id=zkErAAAAYAAJ&pg=PA60&lpg=PA60&dq=ampere+per+degree"^^xsd:anyURI ; + qudt:informativeReference "http://web.mit.edu/course/21/21.guide/use-tab.htm"^^xsd:anyURI ; + qudt:symbol "A/°C" ; + qudt:ucumCode "A.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Stopień Celsjusza"@pl ; + rdfs:label "Amper na Stopinja Celzija"@sl ; + rdfs:label "Amper pe Grad Celsius"@ro ; + rdfs:label "Amper per Celsius"@tr ; + rdfs:label "Ampere per Darjah Celsius"@ms ; + rdfs:label "Ampere per Degree Celsius" ; + rdfs:label "Ampere per Degree Celsius"@en ; + rdfs:label "Ampere per Grado Celsius"@it ; + rdfs:label "Ampere por Grau Celsius"@pt ; + rdfs:label "Ampere pro Grad Celsius"@de ; + rdfs:label "Amperio por Grado Celsius"@es ; + rdfs:label "Amperium per Gradus Celsii"@la ; + rdfs:label "Ampère par Degré Celsius"@fr ; + rdfs:label "Ampér na Stupně Celsia"@cs ; + rdfs:label "Αμπέρ ανά Βαθμός Κελσίου"@el ; + rdfs:label "Ампер на Градус Целзий"@bg ; + rdfs:label "Ампер на Градус Цельсия"@ru . + +unit:A-PER-GM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Ampere per gram}$ is a practical unit to describe an (applied) current relative to the involved amount of material. + This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificElectricCurrent ; + qudt:symbol "A/g" ; + qudt:ucumCode "A.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Gram"@pl ; + rdfs:label "Amper na Gram"@sl ; + rdfs:label "Amper pe Gram"@ro ; + rdfs:label "Amper per Gram"@tr ; + rdfs:label "Ampere per Gram" ; + rdfs:label "Ampere per Gram"@en ; + rdfs:label "Ampere per Gram"@ms ; + rdfs:label "Ampere per Grammo"@it ; + rdfs:label "Ampere por Grama"@pt ; + rdfs:label "Ampere pro Gramm"@de ; + rdfs:label "Amperio por Gramo"@es ; + rdfs:label "Amperium per Gramma"@la ; + rdfs:label "Ampère par Gramme"@fr ; + rdfs:label "Ampér na Gram"@cs . + +unit:A-PER-J + a qudt:Unit ; + dcterms:description """$\\textit{Ampere per Joule}$ is the inverse measure of $joule-per-ampere$ or $weber$. + The measure for the reciprical of magnetic flux. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$A/J$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerEnergy ; + qudt:hasReciprocalUnit unit:WB ; + qudt:symbol "A/J" ; + qudt:ucumCode "A.J-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Dżul"@pl ; + rdfs:label "Amper na Joule"@sl ; + rdfs:label "Amper pe Joule"@ro ; + rdfs:label "Amper per Joule"@tr ; + rdfs:label "Ampere per Joule" ; + rdfs:label "Ampere per Joule"@en ; + rdfs:label "Ampere per Joule"@it ; + rdfs:label "Ampere per Joule"@ms ; + rdfs:label "Ampere por Joule"@pt ; + rdfs:label "Ampere pro Joule"@de ; + rdfs:label "Amperio por Julio"@es ; + rdfs:label "Amperium per Joulium"@la ; + rdfs:label "Ampère par Joule"@fr ; + rdfs:label "Ampér na Joule"@cs ; + rdfs:label "Αμπέρ ανά Τζάουλ"@el ; + rdfs:label "Ампер на Джаул"@bg ; + rdfs:label "Ампер на Джоуль"@ru . + +unit:A-PER-K + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerTemperature ; + qudt:iec61360Code "0112/2///62720#UAD896" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD896"^^xsd:anyURI ; + qudt:symbol "A/K" ; + qudt:ucumCode "A.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Kelvin"@sl ; + rdfs:label "Amper na Kelwin"@pl ; + rdfs:label "Amper pe Kelvin"@ro ; + rdfs:label "Amper per Kelvin"@tr ; + rdfs:label "Ampere per Kelvin" ; + rdfs:label "Ampere per Kelvin"@en ; + rdfs:label "Ampere per Kelvin"@it ; + rdfs:label "Ampere per Kelvin"@ms ; + rdfs:label "Ampere por Kelvin"@pt ; + rdfs:label "Ampere pro Kelvin"@de ; + rdfs:label "Amperio por Kelvin"@es ; + rdfs:label "Amperium per Kelvin"@la ; + rdfs:label "Ampère par Kelvin"@fr ; + rdfs:label "Ampér na Kelvin"@cs ; + rdfs:label "Αμπέρ ανά Κέλβιν"@el ; + rdfs:label "Ампер на Келвин"@bg ; + rdfs:label "Ампер на Кельвин"@ru . + +unit:A-PER-KiloGM + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassicElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAB485" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB485"^^xsd:anyURI ; + qudt:symbol "A/kg" ; + qudt:ucumCode "A.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H31" ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Kilogram"@pl ; + rdfs:label "Amper na Kilogram"@sl ; + rdfs:label "Amper pe Kilogram"@ro ; + rdfs:label "Amper per Kilogram"@tr ; + rdfs:label "Ampere per Chilogrammo"@it ; + rdfs:label "Ampere per Kilogram" ; + rdfs:label "Ampere per Kilogram"@en ; + rdfs:label "Ampere per Kilogram"@ms ; + rdfs:label "Ampere por Quilograma"@pt ; + rdfs:label "Ampere pro Kilogramm"@de ; + rdfs:label "Amperio por Kilogramo"@es ; + rdfs:label "Amperium per Chiliogramma"@la ; + rdfs:label "Ampère par Kilogramme"@fr ; + rdfs:label "Ampér na Kilogram"@cs ; + rdfs:label "Αμπέρ ανά Χιλιόγραμμο"@el ; + rdfs:label "Ампер на Килограм"@bg ; + rdfs:label "Ампер на Килограмм"@ru . + +unit:A-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description " is the SI unit of magnetic field strength. One ampere per meter is equal to $\\pi/250$ oersteds ($12.566\\, 371\\,millioersteds$) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context $1 A/m = 0.001\\,emu\\,per\\,cubic\\,centimeter$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$A/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:Coercivity ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA104" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA104"^^xsd:anyURI ; + qudt:symbol "A/m" ; + qudt:ucumCode "A.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AE" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Meter"@sl ; + rdfs:label "Amper na Metr"@pl ; + rdfs:label "Amper pe Metru"@ro ; + rdfs:label "Amper per Metre"@tr ; + rdfs:label "Ampere per Meter"@en-US ; + rdfs:label "Ampere per Meter"@ms ; + rdfs:label "Ampere per Metre" ; + rdfs:label "Ampere per Metre"@en ; + rdfs:label "Ampere per Metro"@it ; + rdfs:label "Ampere por Metro"@pt ; + rdfs:label "Ampere pro Meter"@de ; + rdfs:label "Amperio por Metro"@es ; + rdfs:label "Amperium per Metrum"@la ; + rdfs:label "Ampère par Mètre"@fr ; + rdfs:label "Ampér na Metr"@cs ; + rdfs:label "Αμπέρ ανά Μέτρο"@el ; + rdfs:label "Ампер на Метр"@ru ; + rdfs:label "Ампер на Метър"@bg ; + rdfs:label "آمپر بر متر"@fa ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "प्रति मीटर एम्पीयर"@hi ; + rdfs:label "アンペア毎メートル"@ja ; + rdfs:label "安培每米"@zh . + +unit:A-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Ampere Per Square Meter}$ is a unit in the category of electric current density. +This unit is commonly used in the SI unit system. +"""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$A/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:DisplacementCurrentDensity ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:TotalCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAA105" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA105"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Current_density"^^xsd:anyURI ; + qudt:symbol "A/m²" ; + qudt:ucumCode "A.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A41" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Kvadratni Meter"@sl ; + rdfs:label "Amper na Metr Kwadratowy"@pl ; + rdfs:label "Amper pe Metru Pătrat"@ro ; + rdfs:label "Amper per Metrekare"@tr ; + rdfs:label "Ampere per Meter Persegi"@ms ; + rdfs:label "Ampere per Metro Quadrato"@it ; + rdfs:label "Ampere per Square Meter"@en-US ; + rdfs:label "Ampere per Square Metre" ; + rdfs:label "Ampere per Square Metre"@en ; + rdfs:label "Ampere por Metro Quadrado"@pt ; + rdfs:label "Ampere pro Quadratmeter"@de ; + rdfs:label "Amperio por Metro Cuadrado"@es ; + rdfs:label "Amperium per Metrum Quadratum"@la ; + rdfs:label "Ampère par Mètre Carré"@fr ; + rdfs:label "Ampér na Čtvereční Metr"@cs ; + rdfs:label "Αμπέρ ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ампер на Квадратен Метър"@bg ; + rdfs:label "Ампер на Квадратный Метр"@ru ; + rdfs:label "آمپر بر مترمربع"@fa ; + rdfs:label "أمبير في المتر المربع"@ar ; + rdfs:label "एम्पीयर प्रति वर्ग मीटर"@hi ; + rdfs:label "アンペア毎平方メートル"@ja ; + rdfs:label "安培每平方米"@zh . + +unit:A-PER-M2-K2 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$a/m^2-k^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H-2T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:RichardsonConstant ; + qudt:iec61360Code "0112/2///62720#UAB353" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB353"^^xsd:anyURI ; + qudt:symbol "A/(m²·K²)" ; + qudt:ucumCode "A.m-2.K-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A6" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Kvadratni Meter Kvadratni Kelvin"@sl ; + rdfs:label "Amper na Metr Kwadratowy Kelwin Kwadratowy"@pl ; + rdfs:label "Amper pe Metru Pătrat Kelvin Pătrat"@ro ; + rdfs:label "Amper per Metrekare Kelvinkare"@tr ; + rdfs:label "Ampere per Meter Persegi Kelvin Persegi"@ms ; + rdfs:label "Ampere per Metro Quadrato Kelvin Quadrato"@it ; + rdfs:label "Ampere per Square Meter Square Kelvin"@en-US ; + rdfs:label "Ampere per Square Metre Square Kelvin" ; + rdfs:label "Ampere per Square Metre Square Kelvin"@en ; + rdfs:label "Ampere por Metro Quadrado Kelvin Quadrado"@pt ; + rdfs:label "Ampere pro Quadratmeter Quadratkelvin"@de ; + rdfs:label "Amperio por Metro Cuadrado Kelvin Cuadrado"@es ; + rdfs:label "Amperium per Metrum Quadratum Kelvin Quadratum"@la ; + rdfs:label "Ampère par Mètre Carré Kelvin Carré"@fr ; + rdfs:label "Ampér na Čtvereční Metr Čtvereční Kelvin"@cs ; + rdfs:label "Αμπέρ ανά Τετραγωνικό Μέτρο Τετραγωνικό Κέλβιν"@el ; + rdfs:label "Ампер на Квадратен Метър Квадратен Келвин"@bg ; + rdfs:label "Ампер на Квадратный Метр Квадратный Кельвин"@ru . + +unit:A-PER-MilliM + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAB072" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB072"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit ampere divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "A/mm" ; + qudt:ucumCode "A.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A3" ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Millimeter"@sl ; + rdfs:label "Amper na Millimetr"@pl ; + rdfs:label "Amper pe Millimetru"@ro ; + rdfs:label "Amper per Millimetre"@tr ; + rdfs:label "Ampere per Millimeter"@en-US ; + rdfs:label "Ampere per Millimeter"@ms ; + rdfs:label "Ampere per Millimetre" ; + rdfs:label "Ampere per Millimetre"@en ; + rdfs:label "Ampere per Millimetro"@it ; + rdfs:label "Ampere pro Millimeter"@de ; + rdfs:label "Amperio por Millimetro"@es ; + rdfs:label "Ampère par Millimètre"@fr ; + rdfs:label "Ampér na Millimetr"@cs . + +unit:A-PER-MilliM2 + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAB051" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB051"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "A/mm²" ; + qudt:ucumCode "A.mm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A7" ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Kvadratni Millimeter"@sl ; + rdfs:label "Amper na Millimetr Kwadratowy"@pl ; + rdfs:label "Amper pe Millimetru Pătrat"@ro ; + rdfs:label "Amper per Millimetrekare"@tr ; + rdfs:label "Ampere per Millimeter Persegi"@ms ; + rdfs:label "Ampere per Millimetro Quadrato"@it ; + rdfs:label "Ampere per Square Millimeter"@en-US ; + rdfs:label "Ampere per Square Millimetre" ; + rdfs:label "Ampere per Square Millimetre"@en ; + rdfs:label "Ampere pro Quadratmillimeter"@de ; + rdfs:label "Amperio por Millimetro Cuadrado"@es ; + rdfs:label "Ampère par Millimètre Carré"@fr ; + rdfs:label "Ampér na Čtvereční Millimetr"@cs . + +unit:A-PER-PA + a qudt:Unit ; + dcterms:description "SI base unit ampere divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB320" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB320"^^xsd:anyURI ; + qudt:symbol "A/Pa" ; + qudt:ucumCode "A.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N93" ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Pascal"@sl ; + rdfs:label "Amper na Paskal"@pl ; + rdfs:label "Amper pe Pascal"@ro ; + rdfs:label "Amper per Pascal"@tr ; + rdfs:label "Ampere per Pascal" ; + rdfs:label "Ampere per Pascal"@en ; + rdfs:label "Ampere per Pascal"@it ; + rdfs:label "Ampere per Pascal"@ms ; + rdfs:label "Ampere por Pascal"@pt ; + rdfs:label "Ampere pro Pascal"@de ; + rdfs:label "Amperio por Pascal"@es ; + rdfs:label "Amperium per Pascalium"@la ; + rdfs:label "Ampère par Pascal"@fr ; + rdfs:label "Ampér na Pascal"@cs ; + rdfs:label "Αμπέρ ανά Πασκάλ"@el ; + rdfs:label "Ампер на Паскал"@bg ; + rdfs:label "Ампер на Паскаль"@ru . + +unit:A-PER-RAD + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Ampere per Radian}$ is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$a-per-rad$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerAngle ; + qudt:symbol "A/rad" ; + qudt:ucumCode "A.rad-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper na Radian"@pl ; + rdfs:label "Amper na Radian"@sl ; + rdfs:label "Amper pe Radian"@ro ; + rdfs:label "Amper per Radyan"@tr ; + rdfs:label "Ampere per Radian" ; + rdfs:label "Ampere per Radian"@en ; + rdfs:label "Ampere per Radian"@ms ; + rdfs:label "Ampere per Radiante"@it ; + rdfs:label "Ampere por Radiano"@pt ; + rdfs:label "Ampere pro Radiant"@de ; + rdfs:label "Amperio por Radián"@es ; + rdfs:label "Amperium per Radian"@la ; + rdfs:label "Ampère par Radian"@fr ; + rdfs:label "Ampér na Radián"@cs ; + rdfs:label "Αμπέρ ανά Ακτίνιο"@el ; + rdfs:label "Ампер на Радиан"@bg ; + rdfs:label "Ампер на Радиан"@ru . + +unit:A-SEC + a qudt:Unit ; + dcterms:description "product out of the SI base unit ampere and the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:BatteryCapacity ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA107" ; + qudt:iec61360Code "0112/2///62720#UAD516" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA107"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD516"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the SI base unit ampere and the SI base unit second" ; + qudt:symbol "A·s" ; + qudt:ucumCode "A.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A8" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Amper Saniye"@tr ; + rdfs:label "Amper Secundă"@ro ; + rdfs:label "Amper Sekunda"@pl ; + rdfs:label "Amper Sekunda"@sl ; + rdfs:label "Ampere Saat"@ms ; + rdfs:label "Ampere Second" ; + rdfs:label "Ampere Second"@en ; + rdfs:label "Ampere Secondo"@it ; + rdfs:label "Ampere Segundo"@pt ; + rdfs:label "Ampere Sekunde"@de ; + rdfs:label "Amperio Segundo"@es ; + rdfs:label "Amperium Secundum"@la ; + rdfs:label "Ampère Seconde"@fr ; + rdfs:label "Ampér Sekunda"@cs ; + rdfs:label "Αμπέρ Δευτερόλεπτο"@el ; + rdfs:label "Ампер Секунда"@bg ; + rdfs:label "Ампер Секунда"@ru . + +unit:A-SEC2 + a qudt:Unit ; + dcterms:description "product out of the power of the SI base unit ampere and the SI base unit second with the exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "A·s²" ; + qudt:ucumCode "A.s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Amper Kvadratni Sekunda"@sl ; + rdfs:label "Amper Saniyekare"@tr ; + rdfs:label "Amper Secundă Pătrat"@ro ; + rdfs:label "Amper Sekunda Kwadratowy"@pl ; + rdfs:label "Ampere Quadratsekunde"@de ; + rdfs:label "Ampere Saat Persegi"@ms ; + rdfs:label "Ampere Secondo Quadrato"@it ; + rdfs:label "Ampere Segundo Quadrado"@pt ; + rdfs:label "Ampere Square Second" ; + rdfs:label "Ampere Square Second"@en ; + rdfs:label "Amperio Segundo Cuadrado"@es ; + rdfs:label "Amperium Secundum Quadratum"@la ; + rdfs:label "Ampère Seconde Carré"@fr ; + rdfs:label "Ampér Čtvereční Sekunda"@cs ; + rdfs:label "Αμπέρ Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Ампер Квадратен Секунда"@bg ; + rdfs:label "Ампер Квадратный Секунда"@ru . + +unit:A2-SEC + a qudt:Unit ; + dcterms:description "product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E2L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA108" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA108"^^xsd:anyURI ; + qudt:symbol "A²·s" ; + qudt:ucumCode "A2.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H32" ; + rdfs:isDefinedBy ; + rdfs:label "Amper Kwadratowy Sekunda"@pl ; + rdfs:label "Amper Pătrat Secundă"@ro ; + rdfs:label "Ampere Persegi Saat"@ms ; + rdfs:label "Ampere Quadrado Segundo"@pt ; + rdfs:label "Ampere Quadrato Secondo"@it ; + rdfs:label "Amperio Cuadrado Segundo"@es ; + rdfs:label "Amperium Quadratum Secundum"@la ; + rdfs:label "Amperkare Saniye"@tr ; + rdfs:label "Ampère Carré Seconde"@fr ; + rdfs:label "Kvadratni Amper Sekunda"@sl ; + rdfs:label "Quadratampere Sekunde"@de ; + rdfs:label "Square Ampere Second" ; + rdfs:label "Square Ampere Second"@en ; + rdfs:label "Čtvereční Ampér Sekunda"@cs ; + rdfs:label "Τετραγωνικό Αμπέρ Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Ампер Секунда"@bg ; + rdfs:label "Квадратный Ампер Секунда"@ru . + +unit:AC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4046.8564224 ; + qudt:conversionMultiplierSN 4.0468564224E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Acre"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAA320" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA320"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acre?oldid=495387342"^^xsd:anyURI ; + qudt:scalingOf unit:M2 ; + qudt:symbol "acre" ; + qudt:ucumCode "[acr_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "ACR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Acre" ; + rdfs:label "Acre"@en ; + skos:altLabel "acre" . + +unit:AC-FT + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1233.48183754752 ; + qudt:conversionMultiplierSN 1.23348183754752E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:AC-FT_US ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:AC ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB288" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-35"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB288"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Acre-foot"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "acre·ft" ; + qudt:ucumCode "[acr_br].[ft_i]"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Acre Foot" ; + rdfs:label "Acre Foot"@en . + +unit:AC-FT_US + a qudt:Unit ; + dcterms:description "unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs" ; + qudt:conversionMultiplier 1233.48426566137344 ; + qudt:conversionMultiplierSN 1.23348426566137344E3 ; + qudt:exactMatch unit:AC-FT ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:AC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT_US ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB288" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB288"^^xsd:anyURI ; + qudt:symbol "acre·ft{US Survey}" ; + qudt:ucumCode "[acr_br].[ft_us]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Acre Us Survey Foot" ; + rdfs:label "Acre Us Survey Foot"@en . + +unit:AMU + a qudt:Unit ; + dcterms:description "The $\\textit{Unified Atomic Mass Unit}$ (symbol: $\\mu$) or $\\textit{dalton}$ (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a $\\textit{\"non-SI unit whose values in SI units must be obtained experimentally\"}$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ; + qudt:conversionMultiplierSN 1.66053878283E-27 ; + qudt:exactMatch unit:DA ; + qudt:exactMatch unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "amu" ; + qudt:ucumCode "u"^^qudt:UCUMcs ; + qudt:udunitsCode "u" ; + qudt:uneceCommonCode "D43" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic Mass Unit" ; + rdfs:label "Atomic Mass Unit"@en . + +unit:ANGSTROM + a qudt:Unit ; + dcterms:description "The $Angstr\\ddot{o}m$ is an internationally recognized unit of length equal to $0.1 \\,nanometre$ or $1 \\times 10^{-10}\\,metres$. Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000000001 ; + qudt:conversionMultiplierSN 1.0E-10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/%C3%85ngstr%C3%B6m"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA023" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA023"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ångström?oldid=436192495"^^xsd:anyURI ; + qudt:latexSymbol "$\\AA$"^^qudt:LatexString ; + qudt:scalingOf unit:M ; + qudt:symbol "Å" ; + qudt:ucumCode "Ao"^^qudt:UCUMcs ; + qudt:udunitsCode "Å" ; + qudt:udunitsCode "Å" ; + qudt:uneceCommonCode "A11" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Angstrom" ; + rdfs:label "Angstrom"@en . + +unit:ANGSTROM3 + a qudt:Unit ; + dcterms:description "A unit that is a non-SI unit, specifically a CGS unit, of polarizability known informally as polarizability volume. The SI defined units for polarizability are C*m^2/V and can be converted to $Angstr\\ddot{o}m$^3 by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m^3 to $Angstr\\ddot{o}m$^3 through the SI base 10 conversion (multiplying by 10^-30)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.000000000000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-30 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:ANGSTROM ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "ų" ; + qudt:ucumCode "Ao3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Angstrom" ; + rdfs:label "Cubic Angstrom"@en ; + rdfs:label "Cubic Angstrom"@en-US . + +unit:ARCMIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + An arcminute, minute of arc, or minute arc (MOA), is a unit of angle equal to one sixtieth (1/60) of one degree, or 1/21600 of a turn, or $\\pi /10800$ radians, or 60 arcseconds. + The SI symbol for arcminute is '. + Not to be confused with the time minute (unit:MIN), which is a unit of measurement of time, equal to 60 seconds or to 1/60 of a hour. + """^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000290888209 ; + qudt:conversionMultiplierSN 2.90888209E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:MIN_Angle ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA097" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA097"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:siExactMatch si-unit:arcminute ; + qudt:siUnitsExpression "1" ; + qudt:symbol "'" ; + qudt:ucumCode "'"^^qudt:UCUMcs ; + qudt:udunitsCode "′" ; + qudt:uneceCommonCode "D61" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Arcminute" ; + rdfs:label "Arcminute"@en . + +unit:ARCSEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + An arcsecond, also called a $\\textit{second of arc}$, is a unit of angle equal to $1/60$ arcminutes, or 1/1296000 of a turn. + The recommended symbol for the arcsecond in the is the $\\textit{double prime}$ ($''$). + In combination with prefixes, the symbol $as$ has also become common, like in astronomy, where very small angles are stated in milliarcseconds ($mas$). + """^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000484813681 ; + qudt:conversionMultiplierSN 4.84813681E-6 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA096" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA096"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:siExactMatch si-unit:arcsecond ; + qudt:symbol "\"" ; + qudt:ucumCode "''"^^qudt:UCUMcs ; + qudt:udunitsCode "″" ; + qudt:uneceCommonCode "D62" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Arcsecond" ; + rdfs:label "Arcsecond"@en . + +unit:ARE + a qudt:Unit ; + dcterms:description "An 'are' is a unit of area equal to 0.02471 acre and 100 centare."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB048" ; + qudt:informativeReference "http://www.anidatech.com/units.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB048"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M2 ; + qudt:symbol "a" ; + qudt:ucumCode "ar"^^qudt:UCUMcs ; + qudt:udunitsCode "a" ; + qudt:uneceCommonCode "ARE" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Are" ; + rdfs:label "Are"@en . + +unit:AT + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The $\\textit{ampere-turn}$ was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. \"Turns\" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, $ampere$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:scalingOf unit:A ; + qudt:symbol "AT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Turn" ; + rdfs:label "Ampere Turn"@en . + +unit:AT-PER-IN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{Ampere Turn per Inch}$ is a measure of magnetic field intensity and is equal to 12.5664 Oersted. + """^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 39.37007874015748031496062992125984 ; + qudt:conversionMultiplierSN 3.937007874015748031496062992125984E1 ; + qudt:expression "$At/in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:AT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:symbol "AT/in" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Turn per Inch" ; + rdfs:label "Ampere Turn per Inch"@en . + +unit:AT-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{Ampere Turn per Metre}$ is the SI unit of magnetic field strength. + One ampere per meter is equal to $\\pi/250$ oersteds (12.566 371 millioersteds) in CGS units. + The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume; + in this context $1 A/m = 0.001 emu per cubic centimeter$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$At/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:AT ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:symbol "AT/m" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ampere Turn per Meter"@en-US ; + rdfs:label "Ampere Turn per Metre" ; + rdfs:label "Ampere Turn per Metre"@en . + +unit:ATM + a qudt:Unit ; + dcterms:description """ + The unit for $\\textit{Standard Atmosphere}$, symbol: $atm$, is an international reference pressure defined as $101.325 \\,kPa$ and formerly used as unit of pressure. + For practical purposes it has been replaced by the bar which is $100 kPa$. + The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 101325.0 ; + qudt:conversionMultiplierSN 1.01325E5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA322" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA322"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atmosphere_(unit)"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "atm" ; + qudt:ucumCode "atm"^^qudt:UCUMcs ; + qudt:udunitsCode "atm" ; + qudt:uneceCommonCode "ATM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Standard Atmosphere" ; + rdfs:label "Standard Atmosphere"@en . + +unit:ATM-M3-PER-MOL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The unit $\\textit{Atmosphere Cubic Metre per Mole}$ consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol. + """^^qudt:LatexString ; + qudt:conversionMultiplier 101325.0 ; + qudt:conversionMultiplierSN 1.01325E5 ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ATM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:HenrysLawVolatilityConstant ; + qudt:symbol "atm·m³/mol" ; + qudt:ucumCode "atm.m3.mol-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Standard Atmosphere Cubic Meter per Mole"@en-US ; + rdfs:label "Standard Atmosphere Cubic Metre per Mole" ; + rdfs:label "Standard Atmosphere Cubic Metre per Mole"@en . + +unit:ATM-PER-M + a qudt:Unit ; + dcterms:description """ + An [outdated] unit of the pressure divided by the SI base unit metre + """ ; + qudt:conversionMultiplier 101325.0 ; + qudt:conversionMultiplierSN 1.01325E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ATM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB423" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB423"^^xsd:anyURI ; + qudt:symbol "atm/m" ; + qudt:ucumCode "atm.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P83" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Atmosphere per Meter"@en-US ; + rdfs:label "Standard Atmosphere per Metre" ; + rdfs:label "Standard Atmosphere per Metre"@en . + +unit:ATM_T + a qudt:Unit ; + dcterms:description """ + The unit for $\\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one kilogram-force per square centimeter. + The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal. + It also clashes with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit. + Assay ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is $29 1D6 \\,grams$ (short assay ton) or $32 2D3 \\,grams$ (long assay ton), + the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. + In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 98066.5 ; + qudt:conversionMultiplierSN 9.80665E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA321" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA321"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Technical_atmosphere"^^xsd:anyURI ; + qudt:latexDefinition "$1 at = 98.0665 kPa \\approx 0.96784 standard atmospheres$"^^qudt:LatexString ; + qudt:scalingOf unit:PA ; + qudt:symbol "at" ; + qudt:ucumCode "att"^^qudt:UCUMcs ; + qudt:udunitsCode "at" ; + qudt:uneceCommonCode "ATT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Technical Atmosphere" ; + rdfs:label "Technical Atmosphere"@en . + +unit:ATM_T-PER-M + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{technical atmosphere per metre}$ is the pressure which is generated by a 10 metre water + column divided by the SI base unit metre. + """^^qudt:LatexString ; + qudt:conversionMultiplier 98066.5 ; + qudt:conversionMultiplierSN 9.80665E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ATM_T ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB424" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB424"^^xsd:anyURI ; + qudt:symbol "at/m" ; + qudt:ucumCode "att.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P84" ; + rdfs:isDefinedBy ; + rdfs:label "Technical Atmosphere per Meter"@en-US ; + rdfs:label "Technical Atmosphere per Metre" ; + rdfs:label "Technical Atmosphere per Metre"@en . + +unit:AU + a qudt:Unit ; + dcterms:description """ + An $\\textit{astronomical unit}$, abbreviated as $AU$, $au$, $a.u.$, or $ua$ is a unit of length equal + to $149,597,870,700\\, metres$ ($92,955,807.273\\, mi$) or approximately the mean Earth Sun distance. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 149597870691.6 ; + qudt:conversionMultiplierSN 1.495978706916E11 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Astronomical_unit"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB066" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB066"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI ; + qudt:plainTextDescription "An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia]" ; + qudt:scalingOf unit:M ; + qudt:siExactMatch si-unit:astronomicalunit ; + qudt:symbol "AU" ; + qudt:ucumCode "AU"^^qudt:UCUMcs ; + qudt:udunitsCode "au" ; + qudt:udunitsCode "ua" ; + qudt:uneceCommonCode "A12" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Astronomical-unit" ; + rdfs:label "Astronomical-unit"@en . + +unit:AWG + a qudt:Unit ; + dcterms:description """ + The unit for $\\textit{American Wire Gage}$, symbol $AWG$, is for the standard nominal diameters and cross-sectional areas of American Wire Gage sizes of solid round wires used as electrical conductors. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD909" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD909"^^xsd:anyURI ; + qudt:symbol "AWG" ; + qudt:uneceCommonCode "AWG" ; + rdfs:isDefinedBy ; + rdfs:label "American Wire Gage" ; + rdfs:label "American Wire Gage"@en . + +unit:A_Ab + a qudt:Unit ; + dcterms:description """ + The $\\textit{Abampere (aA)}$, also called the $biot$ after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). + One $abampere$ is equal to ten amperes in the SI system of units. + An $abampere$ is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, + a force of 2 dynes per centimetre between the two conductors. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abampere"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:exactMatch unit:BIOT ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:informativeReference "http://wordinfo.info/results/abampere"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-13?rskey=i2kRRz"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abampere?oldid=489318583"^^xsd:anyURI ; + qudt:latexDefinition "$1\\,abA = 10\\,A$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:plainTextDescription "The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors." ; + qudt:scalingOf unit:A ; + qudt:symbol "abA" ; + qudt:ucumCode "Bi"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abampere" ; + rdfs:label "Abampere"@en ; + skos:altLabel "biot" . + +unit:A_Ab-CentiM2 + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Abampere Square Centimeter}$ is the unit of magnetic moment in the electromagnetic centimeter-gram-second system. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:expression "$aAcm2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Ab ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; + qudt:hasQuantityKind quantitykind:MagneticMoment ; + qudt:informativeReference "http://wordinfo.info/unit/4266"^^xsd:anyURI ; + qudt:symbol "abA·cm²" ; + qudt:ucumCode "Bi.cm2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Abampere Square Centimeter"@en-US ; + rdfs:label "Abampere Square Centimetre" ; + rdfs:label "Abampere Square Centimetre"@en ; + vaem:todo "Determine type for magnetic moment" . + +unit:A_Ab-PER-CentiM2 + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Abampere Per Square Centimeter}$, symbol $aA/cm^2$, is a unit in the category of Electric current density. + It is also known as $\\textit{abamperes per square centimeter}$, $\\textit{abampere/square centimeter}$, + and $\\textit{abampere per square centimetre}$. + This unit is commonly used in the cgs unit system. + $\\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current. + It can be converted to the corresponding standard SI unit $A/m^{2}$ by multiplying its value by a factor of 100000. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:expression "$aba-per-cm2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Ab ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:informativeReference "http://wordinfo.info/results/abampere"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_current_density--abampere_per_square_centimeter.cfm"^^xsd:anyURI ; + qudt:symbol "abA/cm²" ; + qudt:ucumCode "Bi.cm-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abampere per Square Centimeter"@en-US ; + rdfs:label "Abampere per Square Centimetre" ; + rdfs:label "Abampere per Square Centimetre"@en . + +unit:A_Stat + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Statampere}$, symbol $statA$ is a unit in the category of Electric current. + It is also known as statamperes. + This unit is commonly used in the cgs unit system. + $\\textit{Statampere (statA)}$ has a dimension of $I$ where $I$ is electric current. + It can be converted to the corresponding standard SI unit $A$ by multiplying its value by a factor of 3.355641E-010. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.000000000333564095 ; + qudt:conversionMultiplierSN 3.33564095E-10 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_current--statampere.cfm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:A ; + qudt:symbol "statA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Statampere" ; + rdfs:label "Statampere"@en . + +unit:A_Stat-PER-CentiM2 + a qudt:Unit ; + dcterms:description """ + The $\\textit{Statampere per Square Centimeter}$ is a unit of electric current density in the c.g.s. system of units. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.00000333564095 ; + qudt:conversionMultiplierSN 3.33564095E-6 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:expression "$statA / cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Stat ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:symbol "statA/cm²" ; + rdfs:isDefinedBy ; + rdfs:label "Statampere per Square Centimeter"@en-US ; + rdfs:label "Statampere per Square Centimetre" ; + rdfs:label "Statampere per Square Centimetre"@en . + +unit:AttoA + a qudt:Unit ; + dcterms:description """ + An $\\textit{AttoAmpere}$ is 0.000000000000000001-fold of the unit ampere + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB637" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB637"^^xsd:anyURI ; + qudt:prefix prefix:Atto ; + qudt:scalingOf unit:A ; + qudt:symbol "aA" ; + qudt:ucumCode "aA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Attoamper"@hu ; + rdfs:label "Attoamper"@pl ; + rdfs:label "Attoamper"@ro ; + rdfs:label "Attoamper"@sl ; + rdfs:label "Attoamper"@tr ; + rdfs:label "Attoampere" ; + rdfs:label "Attoampere"@de ; + rdfs:label "Attoampere"@en ; + rdfs:label "Attoampere"@it ; + rdfs:label "Attoampere"@ms ; + rdfs:label "Attoamperio"@es ; + rdfs:label "Attoampère"@fr ; + rdfs:label "Attoampér"@cs . + +unit:AttoC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + An $\\textit{AttoColomb}$ is $10^{-18} C$, where $C$ is the unit for $Colomb$. + """^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Atto ; + qudt:scalingOf unit:C ; + qudt:symbol "aC" ; + qudt:ucumCode "aC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Attocoulomb" ; + rdfs:label "Attocoulomb"@cs ; + rdfs:label "Attocoulomb"@de ; + rdfs:label "Attocoulomb"@en ; + rdfs:label "Attocoulomb"@fr ; + rdfs:label "Attocoulomb"@hu ; + rdfs:label "Attocoulomb"@it ; + rdfs:label "Attocoulomb"@ms ; + rdfs:label "Attocoulomb"@ro ; + rdfs:label "Attocoulomb"@sl ; + rdfs:label "Attocoulomb"@tr ; + rdfs:label "Attoculombio"@es ; + rdfs:label "Attokulomb"@pl . + +unit:AttoFARAD + a qudt:Unit ; + dcterms:description """ + The $\\textit{AttoFarad}$ is 0,000 000 000 000 000 001-fold of the SI derived unit $farad$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA319" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA319"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000000000001-fold of the SI derived unit farad" ; + qudt:prefix prefix:Atto ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "aF" ; + qudt:ucumCode "aF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H48" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Attofarad" ; + rdfs:label "Attofarad"@cs ; + rdfs:label "Attofarad"@de ; + rdfs:label "Attofarad"@en ; + rdfs:label "Attofarad"@fr ; + rdfs:label "Attofarad"@hu ; + rdfs:label "Attofarad"@it ; + rdfs:label "Attofarad"@ms ; + rdfs:label "Attofarad"@pl ; + rdfs:label "Attofarad"@ro ; + rdfs:label "Attofarad"@sl ; + rdfs:label "Attofarad"@tr ; + rdfs:label "Attofaradio"@es . + +unit:AttoJ + a qudt:Unit ; + dcterms:description """ + The $\\textit{AttoJoule}$ is 0,000 000 000 000 000 001-fold of the derived SI unit $joule$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB125" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB125"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000000000001-fold of the derived SI unit joule" ; + qudt:prefix prefix:Atto ; + qudt:scalingOf unit:J ; + qudt:symbol "aJ" ; + qudt:ucumCode "aJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A13" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Attodżul"@pl ; + rdfs:label "Attojoule" ; + rdfs:label "Attojoule"@cs ; + rdfs:label "Attojoule"@de ; + rdfs:label "Attojoule"@en ; + rdfs:label "Attojoule"@fr ; + rdfs:label "Attojoule"@hu ; + rdfs:label "Attojoule"@it ; + rdfs:label "Attojoule"@ms ; + rdfs:label "Attojoule"@ro ; + rdfs:label "Attojoule"@sl ; + rdfs:label "Attojoule"@tr ; + rdfs:label "Attojulio"@es . + +unit:AttoJ-SEC + a qudt:Unit ; + dcterms:description """ + The $\\textit{AttoJoule Second}$ is the unit for the Planck's constant as product of the SI derived unit joule and the SI base unit second. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:AttoJ ; + ] ; + qudt:hasQuantityKind quantitykind:Action ; + qudt:plainTextDescription "unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second" ; + qudt:symbol "aJ·s" ; + qudt:ucumCode "aJ.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Attodżul Sekunda"@pl ; + rdfs:label "Attojoule Saat"@ms ; + rdfs:label "Attojoule Saniye"@tr ; + rdfs:label "Attojoule Second" ; + rdfs:label "Attojoule Second"@en ; + rdfs:label "Attojoule Seconde"@fr ; + rdfs:label "Attojoule Secondo"@it ; + rdfs:label "Attojoule Secundă"@ro ; + rdfs:label "Attojoule Sekunda"@cs ; + rdfs:label "Attojoule Sekunda"@sl ; + rdfs:label "Attojoule Sekunde"@de ; + rdfs:label "Attojulio Segundo"@es . + +unit:AttoSEC + a qudt:Unit ; + dcterms:description """ + An $\\textit{AttoSecond}$ is 0.000000000000000001-fold of the SI base unit $second$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAC696" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC696"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000000000001-fold of the SI base unit second" ; + qudt:prefix prefix:Atto ; + qudt:scalingOf unit:SEC ; + qudt:symbol "as" ; + qudt:ucumCode "as"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Attomásodperc"@hu ; + rdfs:label "Attosaat"@ms ; + rdfs:label "Attosaniye"@tr ; + rdfs:label "Attosecond" ; + rdfs:label "Attosecond"@en ; + rdfs:label "Attoseconde"@fr ; + rdfs:label "Attosecondo"@it ; + rdfs:label "Attosecundă"@ro ; + rdfs:label "Attosegundo"@es ; + rdfs:label "Attosekunda"@cs ; + rdfs:label "Attosekunda"@pl ; + rdfs:label "Attosekunda"@sl ; + rdfs:label "Attosekunde"@de . + +unit:B + a qudt:DimensionlessUnit, qudt:LogarithmicUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{Bel}$ is a logarithmic unit of sound pressure equal to 10 decibels (dB). + It is defined as: $1 B = (1/2) \\log_{10}(Np)$ + """^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bel"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAB351" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB351"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_unit"^^xsd:anyURI ; + qudt:siExactMatch si-unit:bel ; + qudt:symbol "B" ; + qudt:ucumCode "B"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M72" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bel" ; + rdfs:label "Bel"@cs ; + rdfs:label "Bel"@de ; + rdfs:label "Bel"@en ; + rdfs:label "Bel"@fr ; + rdfs:label "Bel"@hu ; + rdfs:label "Bel"@it ; + rdfs:label "Bel"@ms ; + rdfs:label "Bel"@pl ; + rdfs:label "Bel"@pt ; + rdfs:label "Bel"@ro ; + rdfs:label "Bel"@sl ; + rdfs:label "Bel"@tr ; + rdfs:label "Belio"@es ; + rdfs:label "Μπέλ"@el ; + rdfs:label "Бел"@bg ; + rdfs:label "Бел"@ru ; + rdfs:label "בל"@he ; + rdfs:label "بل"@ar ; + rdfs:label "بل"@fa ; + rdfs:label "बेल"@hi ; + rdfs:label "ベル"@ja ; + rdfs:label "贝"@zh . + +unit:B-PER-M + a qudt:Unit ; + dcterms:description """ + The $\\textit{Bel}$ is the unit $\\textit{Bel}$ divided by the SI base unit metre/ + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:B ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearLogarithmicRatio ; + qudt:iec61360Code "0112/2///62720#UAB480" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB480"^^xsd:anyURI ; + qudt:symbol "B/m" ; + qudt:ucumCode "B.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P43" ; + rdfs:isDefinedBy ; + rdfs:label "Bel na Meter"@sl ; + rdfs:label "Bel na Metr"@cs ; + rdfs:label "Bel na Metr"@pl ; + rdfs:label "Bel par Mètre"@fr ; + rdfs:label "Bel pe Metru"@ro ; + rdfs:label "Bel per Meter"@en-US ; + rdfs:label "Bel per Meter"@ms ; + rdfs:label "Bel per Metre" ; + rdfs:label "Bel per Metre"@en ; + rdfs:label "Bel per Metre"@tr ; + rdfs:label "Bel per Metro"@it ; + rdfs:label "Bel por Metro"@pt ; + rdfs:label "Bel pro Meter"@de ; + rdfs:label "Belio por Metro"@es ; + rdfs:label "Μπέλ ανά Μέτρο"@el ; + rdfs:label "Бел на Метр"@ru ; + rdfs:label "Бел на Метър"@bg . + +unit:BAN + a qudt:Unit ; + dcterms:description """ + A $\\textit{ban}$ is a logarithmic unit which measures information or entropy, + based on base 10 logarithms and powers of 10, rather than the powers of 2 + and base 2 logarithms which define the bit. + One $\\textit{ban}$ is approximately $3.32 (log_2 10) bits$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 2.30258509 ; + qudt:conversionMultiplierSN 2.30258509E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ban"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ban?oldid=472969907"^^xsd:anyURI ; + qudt:scalingOf unit:NUM ; + qudt:symbol "ban" ; + qudt:uneceCommonCode "Q15" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ban" ; + rdfs:label "Ban"@en . + +unit:BAR + a qudt:Unit ; + dcterms:description """ + The $\\textit{bar}$ is a non-SI unit of pressure, defined by the IUPAC as exactly equal + to $100,000\\,Pa$. + It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 + the IUPAC has recommended that the standard for atmospheric pressure should be + harmonized to $100,000\\,Pa = 1 \\,bar \\approx 750.0616827\\, Torr$. + Units derived from the bar are the megabar (symbol: $Mbar$), kilobar (symbol: $kbar$), + decibar (symbol: $dbar$), centibar (symbol: $cbar$), and millibar (symbol: $mbar$ or $mb$). + They are not SI or cgs units, but they are accepted for use with the SI. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA323" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA323"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar?oldid=493875987"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:PA ; + qudt:symbol "bar" ; + qudt:ucumCode "bar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BAR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bar" ; + rdfs:label "Bar"@en . + +unit:BAR-L-PER-SEC + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Bar Litre Per Second}$ is the product of the unit $bar$ and + the unit $litre$ divided by the SI base unit for second. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA326" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA326"^^xsd:anyURI ; + qudt:plainTextDescription "The unit 'Bar Litre Per Second' is the product of the unit bar and the unit litre divided by the SI base unit second" ; + qudt:symbol "bar·L/s" ; + qudt:ucumCode "bar.L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F91" ; + rdfs:isDefinedBy ; + rdfs:label "Bar Liter per Second"@en-US ; + rdfs:label "Bar Litre per Second" ; + rdfs:label "Bar Litre per Second"@en . + +unit:BAR-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA814" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA814"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "bar·m³/s" ; + qudt:ucumCode "bar.m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F92" ; + rdfs:isDefinedBy ; + rdfs:label "Bar Cubic Meter per Second"@en-US ; + rdfs:label "Bar Cubic Metre per Second" ; + rdfs:label "Bar Cubic Metre per Second"@en . + +unit:BAR-PER-BAR + a qudt:Unit ; + dcterms:description "pressure relation consisting of the unit bar divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA325" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA325"^^xsd:anyURI ; + qudt:plainTextDescription "pressure relation consisting of the unit bar divided by the unit bar" ; + qudt:symbol "bar/bar" ; + qudt:ucumCode "bar.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J56" ; + rdfs:isDefinedBy ; + rdfs:label "Bar per Bar" ; + rdfs:label "Bar per Bar"@en . + +unit:BAR-PER-DEG_C + a qudt:Unit ; + dcterms:description "unit bar divided by the unit °Celsius" ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:hasReciprocalUnit unit:DEG_C-PER-BAR ; + qudt:iec61360Code "0112/2///62720#UAD921" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD921"^^xsd:anyURI ; + qudt:symbol "bar/°C" ; + qudt:ucumCode "bar.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Bar per Degree Celsius" ; + rdfs:label "Bar per Degree Celsius"@en . + +unit:BAR-PER-K + a qudt:Unit ; + dcterms:description "unit with the name bar divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:hasReciprocalUnit unit:K-PER-BAR ; + qudt:iec61360Code "0112/2///62720#UAA324" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA324"^^xsd:anyURI ; + qudt:plainTextDescription "unit with the name bar divided by the SI base unit kelvin" ; + qudt:symbol "bar/K" ; + qudt:ucumCode "bar.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F81" ; + rdfs:isDefinedBy ; + rdfs:label "Bar per Kelvin" ; + rdfs:label "Bar per Kelvin"@en . + +unit:BARAD + a qudt:Unit ; + dcterms:description "A barad is a dyne per square centimetre ($dyn \\cdot cm^{-2}$), and is equal to $0.1 Pa $ ($1 \\, micro \\, bar$, $0.000014504 \\, p.s.i.$). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at $100\\,dyn \\cdot cm^{-2}$. Accordingly barad was not abbreviated, so occurs prefixed as in $cbarad = centibarad$. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called $barye$, a name also used for $bar$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:exactMatch unit:BARYE ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:symbol "Ba" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Barad" ; + rdfs:label "Barad"@en . + +unit:BARN + a qudt:Unit ; + dcterms:description "A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as $10^{-28} m^2 (100 fm^2)$ and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000000000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-28 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Barn"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB297" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB297"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Barn?oldid=492907677"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Barn_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M2 ; + qudt:symbol "b" ; + qudt:ucumCode "b"^^qudt:UCUMcs ; + qudt:udunitsCode "b" ; + qudt:uneceCommonCode "A14" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Barn" ; + rdfs:label "Barn"@en . + +unit:BARN-PER-EV + a qudt:Unit ; + dcterms:description "unit for the representation of the cross section barn divided by the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics" ; + qudt:conversionMultiplier 0.0000000006241509074460762607776240980930446 ; + qudt:conversionMultiplierSN 6.241509074460762607776240980930446E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BARN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB127" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB127"^^xsd:anyURI ; + qudt:symbol "b/eV" ; + qudt:ucumCode "b.eV-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A15" ; + rdfs:isDefinedBy ; + rdfs:label "Barn per Electron Volt" ; + rdfs:label "Barn per Electron Volt"@en . + +unit:BARN-PER-SR + a qudt:Unit ; + dcterms:description "unit for the representation of the cross section barn divided by the unit of the solid angle steradian" ; + qudt:conversionMultiplier 0.0000000000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-28 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BARN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB128" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB128"^^xsd:anyURI ; + qudt:symbol "b/sr" ; + qudt:ucumCode "b.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A17" ; + rdfs:isDefinedBy ; + rdfs:label "Barn per Steradian" ; + rdfs:label "Barn per Steradian"@en . + +unit:BARN-PER-SR-EV + a qudt:Unit ; + dcterms:description "unit for the representation of the cross section barn divided by the product of the unit of the solid angle steradian and the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics" ; + qudt:conversionMultiplier 0.0000000006241509074460762607776240980930446 ; + qudt:conversionMultiplierSN 6.241509074460762607776240980930446E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BARN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB140" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB140"^^xsd:anyURI ; + qudt:symbol "b/(sr·eV)" ; + qudt:ucumCode "b.sr-1.eV-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A16" ; + rdfs:isDefinedBy ; + rdfs:label "Barn per Steradian Electron Volt" ; + rdfs:label "Barn per Steradian Electron Volt"@en . + +unit:BARYE + a qudt:Unit ; + dcterms:description "

The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.

"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Barye"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:exactMatch unit:BARAD ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Barye?oldid=478631158"^^xsd:anyURI ; + qudt:latexDefinition "$g\\cdot(cm/s)^2$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "Ba" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Barye" ; + rdfs:label "Barye"@en ; + skos:altLabel "barad" ; + skos:altLabel "barie" ; + skos:altLabel "bary" ; + skos:altLabel "baryd" ; + skos:altLabel "baryed" . + +unit:BAR_A + a qudt:Unit ; + dcterms:description "The same as a Bar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction"^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA323" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA323"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar?oldid=493875987"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:PA ; + qudt:symbol "bar abs" ; + rdfs:isDefinedBy ; + rdfs:label "Bar Absolute" ; + rdfs:label "Bar Absolute"@en . + +unit:BAUD + a qudt:Unit ; + dcterms:description "unit for the symbol rate in communications engineering and telecommunication, at which 1 baud corresponds to the speed, at which 1 symbol (defined measurable signal change in the physical exchange medium) will be exchanged per second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DigitRate ; + qudt:iec61360Code "0112/2///62720#UAA109" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA109"^^xsd:anyURI ; + qudt:symbol "Bd" ; + qudt:uneceCommonCode "J38" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Baud" ; + rdfs:label "Baud"@en . + +unit:BBL + a qudt:Unit ; + dcterms:description "A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal)."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1589873 ; + qudt:conversionMultiplierSN 1.589873E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Barrel"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:BBL_US ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA334" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Barrel?oldid=494614619"^^xsd:anyURI ; + qudt:scalingOf unit:M3 ; + qudt:symbol "bbl" ; + qudt:ucumCode "[bbl_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BLL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Barrel" ; + rdfs:label "Barrel"@en . + +unit:BBL_UK_PET + a qudt:Unit ; + dcterms:description "unit of the volume for crude oil according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.1591132 ; + qudt:conversionMultiplierSN 1.591132E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA329" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA329"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume for crude oil according to the Imperial system of units" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "bbl{UK petroleum}" ; + qudt:uneceCommonCode "J57" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum)" ; + rdfs:label "Barrel (UK Petroleum)"@en . + +unit:BBL_UK_PET-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000001841587962962962962962962962962962 ; + qudt:conversionMultiplierSN 1.841587962962962962962962962962962E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BBL_UK_PET ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA331" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA331"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day" ; + qudt:symbol "bbl{UK petroleum}/d" ; + qudt:uneceCommonCode "J59" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum) per Day" ; + rdfs:label "Barrel (UK Petroleum) per Day"@en . + +unit:BBL_UK_PET-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00004419811111111111111111111111111111 ; + qudt:conversionMultiplierSN 4.419811111111111111111111111111111E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BBL_UK_PET ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA332" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA332"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour" ; + qudt:symbol "bbl{UK petroleum}/h" ; + qudt:uneceCommonCode "J60" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum) per Hour" ; + rdfs:label "Barrel (UK Petroleum) per Hour"@en . + +unit:BBL_UK_PET-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.002651886666666666666666666666666667 ; + qudt:conversionMultiplierSN 2.651886666666666666666666666666667E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BBL_UK_PET ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA330" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA330"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute" ; + qudt:symbol "bbl{UK petroleum}/min" ; + qudt:uneceCommonCode "J58" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum) per Minute" ; + rdfs:label "Barrel (UK Petroleum) per Minute"@en . + +unit:BBL_UK_PET-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.1591132 ; + qudt:conversionMultiplierSN 1.591132E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BBL_UK_PET ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA333" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA333"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "bbl{UK petroleum}/s" ; + qudt:uneceCommonCode "J61" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (UK Petroleum) per Second" ; + rdfs:label "Barrel (UK Petroleum) per Second"@en . + +unit:BBL_US + a qudt:Unit ; + dcterms:description "unit of the volume for crude oil according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1589873 ; + qudt:conversionMultiplierSN 1.589873E-1 ; + qudt:exactMatch unit:BBL ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA334" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume for crude oil according to the Anglo-American system of units" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "bbl{US petroleum}" ; + qudt:ucumCode "[bbl_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "bbl" ; + qudt:uneceCommonCode "BLL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (US)" ; + rdfs:label "Barrel (US)"@en . + +unit:BBL_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001840130787037037037037037037037036 ; + qudt:conversionMultiplierSN 1.840130787037037037037037037037036E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BBL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA335" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA335"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day" ; + qudt:symbol "bbl{US petroleum}/d" ; + qudt:ucumCode "[bbl_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B1" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (US) per Day" ; + rdfs:label "Barrel (US) per Day"@en . + +unit:BBL_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.002649788333333333333333333333333334 ; + qudt:conversionMultiplierSN 2.649788333333333333333333333333334E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BBL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA337" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA337"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute" ; + qudt:symbol "bbl{US petroleum}/min" ; + qudt:ucumCode "[bbl_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "5A" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (US) per Minute" ; + rdfs:label "Barrel (US) per Minute"@en . + +unit:BBL_US_DRY + a qudt:Unit ; + dcterms:description "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1156281989625 ; + qudt:conversionMultiplierSN 1.156281989625E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAB117" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB117"^^xsd:anyURI ; + qudt:plainTextDescription "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "bbl{US dry}" ; + qudt:uneceCommonCode "BLD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dry Barrel (US)" ; + rdfs:label "Dry Barrel (US)"@en . + +unit:BBL_US_PET + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1589873 ; + qudt:conversionMultiplierSN 1.589873E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "bbl{US petroleum}" ; + qudt:ucumCode "[bbl_us]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (us Petroleum)" ; + rdfs:label "Barrel (us Petroleum)"@en ; + skos:broader unit:BBL_US . + +unit:BBL_US_PET-PER-HR + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00004416313888888888888888888888888889 ; + qudt:conversionMultiplierSN 4.416313888888888888888888888888889E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BBL_US_PET ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA336" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA336"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour" ; + qudt:symbol "bbl{US petroleum}/h" ; + qudt:ucumCode "[bbl_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J62" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (us Petroleum) per Hour" ; + rdfs:label "Barrel (us Petroleum) per Hour"@en . + +unit:BBL_US_PET-PER-SEC + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1589873 ; + qudt:conversionMultiplierSN 1.589873E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BBL_US_PET ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA338" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA338"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "bbl{US petroleum}/s" ; + qudt:ucumCode "[bbl_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J62" ; + rdfs:isDefinedBy ; + rdfs:label "Barrel (us Petroleum) per Second" ; + rdfs:label "Barrel (us Petroleum) per Second"@en . + +unit:BEAT + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + dcterms:description """Usually used in the context of heart beats. A heart beat is a single contraction of the heart muscle, + which pumps blood through the circulatory system. The heart rate is the number of heart beats + per unit of time, typically measured in beats per minute (bpm). A normal resting + heart rate for adults ranges from 60 to 100 beats per minute."""^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + rdfs:isDefinedBy ; + rdfs:label "Beat" ; + rdfs:label "Beat"@en ; + skos:broader unit:NUM . + +unit:BEAT-PER-MIN + a qudt:ContextualUnit, qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Heart Beat per Minute\" is a unit for 'Heart Rate' expressed as $BPM$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BEAT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:HeartRate ; + qudt:symbol "BPM" ; + qudt:ucumCode "min-1{H.B.}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Beat per Minute" ; + rdfs:label "Beat per Minute"@en ; + skos:broader unit:NUM-PER-MIN . + +unit:BFT + a qudt:Unit ; + dcterms:description "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:iec61360Code "0112/2///62720#UAA110" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA110"^^xsd:anyURI ; + qudt:plainTextDescription "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds" ; + qudt:symbol "Bft" ; + qudt:uneceCommonCode "M19" ; + rdfs:isDefinedBy ; + rdfs:label "Beaufort" ; + rdfs:label "Beaufort"@en . + +unit:BILLION_Long + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "Counting unit for a count of one billion according to the long scale, defined as one million million on the long scale" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Billion"^^xsd:anyURI ; + qudt:scalingOf unit:ONE ; + qudt:symbol "1000000000000" ; + rdfs:isDefinedBy ; + rdfs:label "Billion (Long Scale)" ; + rdfs:label "Billion (Long Scale)"@en . + +unit:BILLION_Short + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "Counting unit for a count of one billion according to the short scale, defined as one thousand million on the short scale. This is now the most common sense of the word in all varieties of English." ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Billion"^^xsd:anyURI ; + qudt:scalingOf unit:ONE ; + qudt:symbol "1000000000" ; + rdfs:isDefinedBy ; + rdfs:label "Billion (Short Scale)" ; + rdfs:label "Billion (Short Scale)"@en . + +unit:BIOT + a qudt:Unit ; + dcterms:description "\"Biot\" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Biot"^^xsd:anyURI ; + qudt:exactMatch unit:A_Ab ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAB210" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB210"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abampere"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Biot?oldid=443318821"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:A ; + qudt:symbol "Bi" ; + qudt:ucumCode "Bi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N96" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Biot" ; + rdfs:label "Biot"@en . + +unit:BIT + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2))."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bit"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA339" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA339"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bit?oldid=495288173"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:NUM ; + qudt:symbol "b" ; + qudt:ucumCode "bit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J63" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bit" ; + rdfs:label "Bit"@en . + +unit:BIT-PER-M + a qudt:Unit ; + dcterms:description "unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA340" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA340"^^xsd:anyURI ; + qudt:symbol "b/m" ; + qudt:ucumCode "bit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E88" ; + rdfs:isDefinedBy ; + rdfs:label "Bit per Meter"@en-US ; + rdfs:label "Bit per Metre" ; + rdfs:label "Bit per Metre"@en . + +unit:BIT-PER-M2 + a qudt:Unit ; + dcterms:description "unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA341" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA341"^^xsd:anyURI ; + qudt:symbol "b/m²" ; + qudt:ucumCode "bit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E89" ; + rdfs:isDefinedBy ; + rdfs:label "Bit per Square Meter"@en-US ; + rdfs:label "Bit per Square Metre" ; + rdfs:label "Bit per Square Metre"@en . + +unit:BIT-PER-M3 + a qudt:Unit ; + dcterms:description "unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BIT ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA342" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA342"^^xsd:anyURI ; + qudt:symbol "b/m³" ; + qudt:ucumCode "bit.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Bit per Cubic Meter"@en-US ; + rdfs:label "Bit per Cubic Metre" ; + rdfs:label "Bit per Cubic Metre"@en . + +unit:BIT-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second."^^rdf:HTML ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA343" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA343"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI ; + qudt:symbol "b/s" ; + qudt:ucumCode "bit.s-1"^^qudt:UCUMcs ; + qudt:udunitsCode "Bd" ; + qudt:udunitsCode "bps" ; + qudt:uneceCommonCode "B10" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bit per Second" ; + rdfs:label "Bit per Second"@en . + +unit:BQ + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity. + Radioactivity is caused when atoms disintegrate, ejecting energetic particles. + One becquerel is the radiation caused by one disintegration per second; + this is equivalent to about $27.0270 \\text{picocuries (pCi)}$. + The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), + the discoverer of radioactivity. + Note: both the becquerel and the hertz are basically defined as one event per second, + yet they measure different things. + The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. + The becquerel is used to measure the rates of events that happen sporadically and unpredictably, + not in a definite cycle. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Becquerel"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA111" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA111"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Becquerel?oldid=493710036"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:becquerel ; + qudt:symbol "Bq" ; + qudt:ucumCode "Bq"^^qudt:UCUMcs ; + qudt:udunitsCode "Bq" ; + qudt:uneceCommonCode "BQL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel" ; + rdfs:label "Becquerel"@cs ; + rdfs:label "Becquerel"@de ; + rdfs:label "Becquerel"@en ; + rdfs:label "Becquerel"@es ; + rdfs:label "Becquerel"@fr ; + rdfs:label "Becquerel"@hu ; + rdfs:label "Becquerel"@it ; + rdfs:label "Becquerel"@ms ; + rdfs:label "Becquerel"@pt ; + rdfs:label "Becquerel"@ro ; + rdfs:label "Becquerel"@sl ; + rdfs:label "Becquerelium"@la ; + rdfs:label "Bekerel"@pl ; + rdfs:label "Bekerel"@tr ; + rdfs:label "Μπεκερέλ"@el ; + rdfs:label "Бекерел"@bg ; + rdfs:label "Беккерель"@ru ; + rdfs:label "בקרל"@he ; + rdfs:label "بيكريل"@ar ; + rdfs:label "بکرل"@fa ; + rdfs:label "बैक्वेरल"@hi ; + rdfs:label "ベクレル"@ja ; + rdfs:label "贝克勒尔"@zh . + +unit:BQ-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The only unit in the category of Specific radioactivity. It is also known as becquerels per kilogram, becquerel/kilogram. This unit is commonly used in the SI unit system. Becquerel Per Kilogram (Bq/kg) has a dimension of $M{-1}T{-1}$ where $M$ is mass, and $T$ is time. It essentially the same as the corresponding standard SI unit $/kg/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Bq/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BQ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassicActivity ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:iec61360Code "0112/2///62720#UAA112" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA112"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample." ; + qudt:symbol "Bq/kg" ; + qudt:ucumCode "Bq.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A18" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel na Kilogram"@cs ; + rdfs:label "Becquerel na Kilogram"@sl ; + rdfs:label "Becquerel par Kilogramme"@fr ; + rdfs:label "Becquerel pe Kilogram"@ro ; + rdfs:label "Becquerel per Chilogrammo"@it ; + rdfs:label "Becquerel per Kilogram" ; + rdfs:label "Becquerel per Kilogram"@en ; + rdfs:label "Becquerel per Kilogram"@ms ; + rdfs:label "Becquerel por Kilogramo"@es ; + rdfs:label "Becquerel por Quilograma"@pt ; + rdfs:label "Becquerel pro Kilogramm"@de ; + rdfs:label "Becquerelium per Chiliogramma"@la ; + rdfs:label "Bekerel na Kilogram"@pl ; + rdfs:label "Bekerel per Kilogram"@tr ; + rdfs:label "Μπεκερέλ ανά Χιλιόγραμμο"@el ; + rdfs:label "Бекерел на Килограм"@bg ; + rdfs:label "Беккерель на Килограмм"@ru . + +unit:BQ-PER-L + a qudt:Unit ; + dcterms:description "One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BQ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "Bq/L" ; + qudt:ucumCode "Bq.L-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel per Liter"@en-US ; + rdfs:label "Becquerel per Litre" ; + rdfs:label "Becquerel per Litre"@en . + +unit:BQ-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Bq/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BQ ; + ] ; + qudt:hasQuantityKind quantitykind:SurfaceActivityDensity ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "Bq/m²" ; + qudt:ucumCode "Bq.m-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel na Kvadratni Meter"@sl ; + rdfs:label "Becquerel na Čtvereční Metr"@cs ; + rdfs:label "Becquerel par Mètre Carré"@fr ; + rdfs:label "Becquerel pe Metru Pătrat"@ro ; + rdfs:label "Becquerel per Meter Persegi"@ms ; + rdfs:label "Becquerel per Metro Quadrato"@it ; + rdfs:label "Becquerel per Square Meter"@en-US ; + rdfs:label "Becquerel per Square Metre" ; + rdfs:label "Becquerel per Square Metre"@en ; + rdfs:label "Becquerel por Metro Cuadrado"@es ; + rdfs:label "Becquerel por Metro Quadrado"@pt ; + rdfs:label "Becquerel pro Quadratmeter"@de ; + rdfs:label "Becquerelium per Metrum Quadratum"@la ; + rdfs:label "Bekerel na Metr Kwadratowy"@pl ; + rdfs:label "Bekerel per Metrekare"@tr ; + rdfs:label "Μπεκερέλ ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Бекерел на Квадратен Метър"@bg ; + rdfs:label "Беккерель на Квадратный Метр"@ru . + +unit:BQ-PER-M3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Becquerel Per Cubic Meter ($Bq/m3$) is a unit in the category of Radioactivity concentration. It is also known as becquerels per cubic meter, becquerel per cubic metre, becquerels per cubic metre, becquerel/cubic inch. This unit is commonly used in the SI unit system. Becquerel Per Cubic Meter (Bq/m3) has a dimension of $L{-3}T{-1}$ where $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $/s\\cdot m{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Bq/m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BQ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:iec61360Code "0112/2///62720#UAB126" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB126"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:plainTextDescription "The SI derived unit of unit in the category of Radioactivity concentration." ; + qudt:symbol "Bq/m³" ; + qudt:ucumCode "Bq.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A19" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel na Kubični Meter"@sl ; + rdfs:label "Becquerel na Metr Krychlový"@cs ; + rdfs:label "Becquerel par Mètre Cube"@fr ; + rdfs:label "Becquerel pe Metru Cub"@ro ; + rdfs:label "Becquerel per Cubic Meter"@en-US ; + rdfs:label "Becquerel per Cubic Metre" ; + rdfs:label "Becquerel per Cubic Metre"@en ; + rdfs:label "Becquerel per Meter Kubik"@ms ; + rdfs:label "Becquerel per Metro Cubo"@it ; + rdfs:label "Becquerel por Metro Cúbico"@es ; + rdfs:label "Becquerel por Metro Cúbico"@pt ; + rdfs:label "Becquerel pro Kubikmeter"@de ; + rdfs:label "Becquerelium per Metrum Cubicum"@la ; + rdfs:label "Bekerel na Metr Sześcienny"@pl ; + rdfs:label "Bekerel per Metreküp"@tr ; + rdfs:label "Μπεκερέλ ανά Κυβικό Μέτρο"@el ; + rdfs:label "Бекерел на Кубичен Метър"@bg ; + rdfs:label "Беккерель на Кубический Метр"@ru . + +unit:BQ-SEC-PER-M3 + a qudt:Unit ; + dcterms:description "TBD"@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BQ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AbsoluteActivity ; + qudt:symbol "Bq·s/m³" ; + qudt:ucumCode "Bq.s.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Becquerel Saat per Meter Kubik"@ms ; + rdfs:label "Becquerel Second per Cubic Meter"@en-US ; + rdfs:label "Becquerel Second per Cubic Metre" ; + rdfs:label "Becquerel Second per Cubic Metre"@en ; + rdfs:label "Becquerel Seconde par Mètre Cube"@fr ; + rdfs:label "Becquerel Secondo per Metro Cubo"@it ; + rdfs:label "Becquerel Secundă pe Metru Cub"@ro ; + rdfs:label "Becquerel Segundo por Metro Cúbico"@es ; + rdfs:label "Becquerel Segundo por Metro Cúbico"@pt ; + rdfs:label "Becquerel Sekunda na Kubični Meter"@sl ; + rdfs:label "Becquerel Sekunda na Metr Krychlový"@cs ; + rdfs:label "Becquerel Sekunde pro Kubikmeter"@de ; + rdfs:label "Becquerelium Secundum per Metrum Cubicum"@la ; + rdfs:label "Bekerel Saniye per Metreküp"@tr ; + rdfs:label "Bekerel Sekunda na Metr Sześcienny"@pl ; + rdfs:label "Μπεκερέλ Δευτερόλεπτο ανά Κυβικό Μέτρο"@el ; + rdfs:label "Бекерел Секунда на Кубичен Метър"@bg ; + rdfs:label "Беккерель Секунда на Кубический Метр"@ru . + +unit:BREATH + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + rdfs:isDefinedBy ; + rdfs:label "Breath" ; + rdfs:label "Breath"@en ; + skos:broader unit:NUM . + +unit:BREATH-PER-MIN + a qudt:ContextualUnit, qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of respiratory rate."^^rdf:HTML ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$breaths/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BREATH ; + ] ; + qudt:hasQuantityKind quantitykind:RespiratoryRate ; + qudt:symbol "breath/min" ; + qudt:ucumCode "min-1{breath}"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Breath per Minute" ; + rdfs:label "Breath per Minute"@en ; + skos:broader unit:NUM-PER-MIN . + +unit:BREWSTER + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816."^^rdf:HTML ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:exactMatch unit:NanoM-PER-MilliM-MegaPA ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Brewster_(unit)"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:M2-PER-N ; + qudt:siUnitsExpression "nm/mm/MPa" ; + qudt:symbol "B" ; + rdfs:isDefinedBy ; + rdfs:label "Brewster" ; + rdfs:label "Brewster"@en . + +unit:BTU_39DEG_F + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F" ; + qudt:conversionMultiplier 1059.67 ; + qudt:conversionMultiplierSN 1.05967E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB216" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB216"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "Btu (39 °F)" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (39 °F)" ; + rdfs:label "British Thermal Unit (39 °F)"@en . + +unit:BTU_59DEG_F + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F" ; + qudt:conversionMultiplier 1054.80 ; + qudt:conversionMultiplierSN 1.05480E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB217" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB217"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "Btu (59 °F)" ; + qudt:uneceCommonCode "N67" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (59 °F)" ; + rdfs:label "British Thermal Unit (59 °F)"@en . + +unit:BTU_60DEG_F + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of head energy according to the Imperial system of units at a reference temperature of 60 °F" ; + qudt:conversionMultiplier 1054.68 ; + qudt:conversionMultiplierSN 1.05468E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB218" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB218"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "Btu (60 °F)" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (60 °F)" ; + rdfs:label "British Thermal Unit (60 °F)"@en . + +unit:BTU_IT + a qudt:Unit ; + dcterms:description """$\\textit{British Thermal Unit}$ (BTU or Btu) is a traditional unit of energy equal to about $1.0550558526 \\textit{ kilojoule}$. + It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}{F}$ to $40^{\\circ}{F}$ . + The unit is most often used in the power, steam generation, heating and air conditioning industries. + In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$, though it may be used as a measure of agricultural energy production (BTU/kg). + It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1055.05585262 ; + qudt:conversionMultiplierSN 1.05505585262E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA114" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI ; + qudt:informativeReference "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA114"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "Btu{IT}" ; + qudt:ucumCode "[Btu_IT]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BTU" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition)" ; + rdfs:label "British Thermal Unit (international Definition)"@en . + +unit:BTU_IT-FT + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "${\\bf BTU_{IT} \\, Foot}$ is an Imperial unit for $\\textit{Thermal Energy Length}$ expressed as $Btu-ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 321.581023878576 ; + qudt:conversionMultiplierSN 3.21581023878576E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu-ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalEnergyLength ; + qudt:symbol "Btu{IT}·ft" ; + qudt:ucumCode "[Btu_IT].[ft_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) Foot" ; + rdfs:label "British Thermal Unit (international Definition) Foot"@en . + +unit:BTU_IT-FT-PER-FT2-HR-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + A $BTU_{IT}$, $\\italic{Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity', + expressed as $Btu_{it} \\cdot ft/(h \\cdot ft^2 \\cdot degF)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.730734666371391076115485564304462 ; + qudt:conversionMultiplierSN 1.730734666371391076115485564304462E0 ; + qudt:expression "$Btu(IT) ft/(h ft^2 degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA115" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA115"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:plainTextDescription "British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units." ; + qudt:symbol "Btu{IT}·ft/(ft²·h·°F)" ; + qudt:ucumCode "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J40" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit"@en ; + vaem:comment "qudt:exactMatch: unit:BTU_IT-FT-PER-HR-FT2-DEG_F" . + +unit:BTU_IT-IN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + ${\\bf BTU \\, Inch}$ is an Imperial unit for 'Thermal Energy Length' expressed as $Btu-in$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 26.798418656548 ; + qudt:conversionMultiplierSN 2.6798418656548E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu-in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalEnergyLength ; + qudt:symbol "Btu{IT}·in" ; + qudt:ucumCode "[Btu_IT].[in_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) Inch" ; + rdfs:label "British Thermal Unit (international Definition) Inch"@en . + +unit:BTU_IT-IN-PER-FT2-HR-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + $BTU_{th}$ Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(h-ft^{2}-degF)$. + An International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. + $1\\,Btu_{it} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1442278888642825896762904636920385 ; + qudt:conversionMultiplierSN 1.442278888642825896762904636920385E-1 ; + qudt:exactMatch unit:BTU_IT-IN-PER-HR-FT2-DEG_F ; + qudt:expression "$Btu(it)-in-per-h-ft2-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:hasReciprocalUnit unit:DEG_F-HR-FT2-PER-BTU_IT-IN ; + qudt:iec61360Code "0112/2///62720#UAA117" ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA117"^^xsd:anyURI ; + qudt:latexSymbol "$Btu_{it} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$"^^qudt:LatexString ; + qudt:plainTextDescription "BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units." ; + qudt:symbol "Btu{IT}·in/(ft²·h·°F)" ; + qudt:ucumCode "[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J41" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit"@en ; + vaem:comment "qudt:exactMatch: unit:BTU_IT-IN-PER-HR-FT2-DEG_F" . + +unit:BTU_IT-IN-PER-FT2-SEC-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The unit $BTU_{IT}$, Inch per Square Foot Second Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(ft^{2}-s-degF)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 519.2203999114173228346456692913385 ; + qudt:conversionMultiplierSN 5.192203999114173228346456692913385E2 ; + qudt:exactMatch unit:BTU_IT-IN-PER-SEC-FT2-DEG_F ; + qudt:expression "$Btu(it)-in-per-s-ft2-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA118" ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA118"^^xsd:anyURI ; + qudt:plainTextDescription "British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units." ; + qudt:symbol "Btu{IT}·in/(ft²·s·°F)" ; + qudt:ucumCode "[Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J42" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit"@en . + +unit:BTU_IT-IN-PER-HR-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1442278888642825896762904636920385 ; + qudt:conversionMultiplierSN 1.442278888642825896762904636920385E-1 ; + qudt:exactMatch unit:BTU_IT-IN-PER-FT2-HR-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:hasReciprocalUnit unit:DEG_F-HR-FT2-PER-BTU_IT-IN ; + qudt:iec61360Code "0112/2///62720#UAA117" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA117"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{IT}·in/(h·ft²·°F)" ; + qudt:ucumCode "[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J41" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit"@en . + +unit:BTU_IT-IN-PER-SEC-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 519.2203999114173228346456692913385 ; + qudt:conversionMultiplierSN 5.192203999114173228346456692913385E2 ; + qudt:exactMatch unit:BTU_IT-IN-PER-FT2-SEC-DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA118" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA118"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{IT}·in/(s·ft²·°F)" ; + qudt:ucumCode "[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J42" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit"@en . + +unit:BTU_IT-PER-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{British Thermal Unit (IT) Per Fahrenheit Degree}$ ($Btu (IT)/^\\circ F$) is a measure of heat capacity. + It can be converted to the corresponding standard SI unit $J/K$ by multiplying its value by a factor of $1899.10534$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1899.100534716 ; + qudt:conversionMultiplierSN 1.899100534716E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/degF$"^^qudt:LatexString ; + qudt:expression "$btu-per-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAB271" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB271"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/°F" ; + qudt:ucumCode "[Btu_IT].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N60" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) per Degree Fahrenheit"@en . + +unit:BTU_IT-PER-DEG_R + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{BTU per Degree Rankine}$ is an Imperial unit for 'Heat Capacity' expressed as $Btu/degR$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1899.100534715999848071957222720013 ; + qudt:conversionMultiplierSN 1.899100534715999848071957222720013E3 ; + qudt:expression "$btu-per-degR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAB273" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB273"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/°R" ; + qudt:ucumCode "[Btu_IT].[degR]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N62" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Degree Rankine" ; + rdfs:label "British Thermal Unit (international Definition) per Degree Rankine"@en . + +unit:BTU_IT-PER-FT2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{BTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $Btu/ft^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 11356.52668222697556506224123559358 ; + qudt:conversionMultiplierSN 1.135652668222697556506224123559358E4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:iec61360Code "0112/2///62720#UAB283" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB283"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/ft²" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P37" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot" ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot"@en . + +unit:BTU_IT-PER-FT2-HR + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 3.154590745063048768072844787664884 ; + qudt:conversionMultiplierSN 3.154590745063048768072844787664884E0 ; + qudt:exactMatch unit:BTU_IT-PER-HR-FT2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB263" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB263"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/(ft²·h)" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N50" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot Hour" ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot Hour"@en . + +unit:BTU_IT-PER-FT2-HR-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{BTU per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(h-ft^{2}-degF)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 5.678263341113487782531120617796791 ; + qudt:conversionMultiplierSN 5.678263341113487782531120617796791E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/(h-ft^{2}-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:hasReciprocalUnit unit:DEG_F-HR-FT2-PER-BTU_IT ; + qudt:hasReciprocalUnit unit:FT2-HR-DEG_F-PER-BTU_IT ; + qudt:symbol "Btu{IT}/(ft²·h·°F)" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit"@en . + +unit:BTU_IT-PER-FT2-SEC + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 11356.52668222697556506224123559358 ; + qudt:conversionMultiplierSN 1.135652668222697556506224123559358E4 ; + qudt:exactMatch unit:BTU_IT-PER-SEC-FT2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB266" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB266"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/(ft²·s)" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N53" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot Second" ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot Second"@en . + +unit:BTU_IT-PER-FT2-SEC-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{BTU per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(ft^{2}-s-degF)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 20441.74802800855601711203422406845 ; + qudt:conversionMultiplierSN 2.044174802800855601711203422406845E4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/(ft^{2}-s-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:symbol "Btu{IT}/(ft²·s·°F)" ; + qudt:ucumCode "[Btu_IT].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N76" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit"@en . + +unit:BTU_IT-PER-FT3 + a qudt:Unit ; + dcterms:description """$\\textit{British Thermal Unit (IT) Per Cubic Foot}$ ($Btu (IT)/ft^3$) is a unit in the category of Energy density. + It is also known as Btu per cubic foot, Btu/cubic foot. + This unit is commonly used in the UK, US unit systems. + It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. + It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37258.94579. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 37258.94580783128466227769434249863 ; + qudt:conversionMultiplierSN 3.725894580783128466227769434249863E4 ; + qudt:expression "$Btu(IT)-per-ft3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAB280" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB280"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/ft³" ; + qudt:ucumCode "[Btu_IT].[ft_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N58" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Cubic Foot" ; + rdfs:label "British Thermal Unit (international Definition) per Cubic Foot"@en . + +unit:BTU_IT-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\text{BTU per Hour}$ is the amount of energy that is being produced or consumed per hour. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.2930710701722222222222222222222222 ; + qudt:conversionMultiplierSN 2.930710701722222222222222222222222E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA116" ; + qudt:informativeReference "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA116"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/h" ; + qudt:ucumCode "[Btu_IT].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2I" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Hour" ; + rdfs:label "British Thermal Unit (international Definition) per Hour"@en . + +unit:BTU_IT-PER-HR-FT2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{BTU per Hour Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(h-ft^2)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3.154590745063048768072844787664884 ; + qudt:conversionMultiplierSN 3.154590745063048768072844787664884E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:BTU_IT-PER-FT2-HR ; + qudt:expression "$Btu/(h-ft^{2})$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "Btu{IT}/(h·ft²)" ; + qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot" ; + rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot"@en . + +unit:BTU_IT-PER-HR-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat transition coefficient according to the Imperial system of units" ; + qudt:conversionMultiplier 5.678263341113487782531120617796791 ; + qudt:conversionMultiplierSN 5.678263341113487782531120617796791E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:hasReciprocalUnit unit:DEG_F-HR-FT2-PER-BTU_IT ; + qudt:hasReciprocalUnit unit:FT2-HR-DEG_F-PER-BTU_IT ; + qudt:iec61360Code "0112/2///62720#UAB276" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB276"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/(h·ft²·°F)" ; + qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N74" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit"@en . + +unit:BTU_IT-PER-HR-FT2-DEG_R + a qudt:Unit ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 5.678263341113487328270053328717806 ; + qudt:conversionMultiplierSN 5.678263341113487328270053328717806E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB099" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB099"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units" ; + qudt:symbol "Btu{IT}/(h·ft²·°R)" ; + qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degR]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A23" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine" ; + rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine"@en . + +unit:BTU_IT-PER-IN2-SEC + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 1635339.842240684481368962737925476 ; + qudt:conversionMultiplierSN 1.635339842240684481368962737925476E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB268" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB268"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/(in²·s)" ; + qudt:ucumCode "[Btu_IT].[in_i]-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N55" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Square Inch Second" ; + rdfs:label "British Thermal Unit (international Definition) per Square Inch Second"@en . + +unit:BTU_IT-PER-LB + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 $Btu_{IT}/lb$ is equivalent to $2.326 \\times 10^3$ joule per kilogram (J/kg)."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2326.0 ; + qudt:conversionMultiplierSN 2.326E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$Btu/lb$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/lbm" ; + qudt:ucumCode "[Btu_IT].[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AZ" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mass" ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mass"@en . + +unit:BTU_IT-PER-LB-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of $L2T^{-2}Q^{-1}$ where $L$ is length, $T$ is time, and $Q$ is temperature. It can be converted to the corresponding standard SI unit $J/kg-K$ by multiplying its value by a factor of 4183.99895."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.799999999999999999999999999999 ; + qudt:conversionMultiplierSN 4.186799999999999999999999999999999E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/(lb-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:symbol "Btu{IT}/(lbm·°F)" ; + qudt:ucumCode "[Btu_IT].[lb_av]-1.[degF]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit"@en . + +unit:BTU_IT-PER-LB-DEG_R + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\, Degree \\, Rankine}$ is a unit for 'Specific Heat Capacity' expressed as $Btu/(lb-degR)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.799999999999665056000000000027 ; + qudt:conversionMultiplierSN 4.186799999999999665056000000000027E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/(lb-degR)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:symbol "Btu{IT}/(lbm·°R)" ; + qudt:ucumCode "[Btu_IT].[lb_av]-1.[degR]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mass Degree Rankine" ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mass Degree Rankine"@en . + +unit:BTU_IT-PER-LB_F + a qudt:Unit ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 237.1859911386661092218035720658942 ; + qudt:conversionMultiplierSN 2.371859911386661092218035720658942E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB150" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB150"^^xsd:anyURI ; + qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units" ; + qudt:symbol "Btu{IT}/lbf" ; + qudt:ucumCode "[Btu_IT].[lbf_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Pound Force" ; + rdfs:label "British Thermal Unit (international Definition) per Pound Force"@en . + +unit:BTU_IT-PER-LB_F-DEG_F + a qudt:Unit ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 426.9347840495989965992464297186096 ; + qudt:conversionMultiplierSN 4.269347840495989965992464297186096E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA119" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA119"^^xsd:anyURI ; + qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit" ; + qudt:symbol "Btu{IT}/(lbf·°F)" ; + qudt:ucumCode "[Btu_IT].[lbf_av]-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J43" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit"@en . + +unit:BTU_IT-PER-LB_F-DEG_R + a qudt:Unit ; + dcterms:description "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 426.9347840495989624444637057506927 ; + qudt:conversionMultiplierSN 4.269347840495989624444637057506927E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAB141" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB141"^^xsd:anyURI ; + qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine" ; + qudt:symbol "Btu{IT}/(lbf·°R)" ; + qudt:ucumCode "[Btu_IT].[lbf_av]-1.[degR]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A21" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Pound Force Degree Rankine" ; + rdfs:label "British Thermal Unit (international Definition) per Pound Force Degree Rankine"@en . + +unit:BTU_IT-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 17.58426421033333333333333333333334 ; + qudt:conversionMultiplierSN 1.758426421033333333333333333333334E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA120" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA120"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit minute" ; + qudt:symbol "Btu{IT}/min" ; + qudt:ucumCode "[Btu_IT].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J44" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Minute" ; + rdfs:label "British Thermal Unit (international Definition) per Minute"@en . + +unit:BTU_IT-PER-MOL_LB + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2.326 ; + qudt:conversionMultiplierSN 2.326E0 ; + qudt:expression "$Btu/(lb-mol)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL_LB ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerMassAmountOfSubstance ; + qudt:symbol "Btu{IT}/lb-mol" ; + qudt:ucumCode "[Btu_IT].[mol_lb]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mole" ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mole"@en . + +unit:BTU_IT-PER-MOL_LB-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.186799999999999999999999999999999 ; + qudt:conversionMultiplierSN 4.186799999999999999999999999999999E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$Btu/(lb-mol-degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL_LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:MolarHeatCapacity ; + qudt:symbol "Btu{IT}/(lb-mol·°F)" ; + qudt:ucumCode "[Btu_IT].[mol_lb]-1.[degF]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit"@en . + +unit:BTU_IT-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "${\\bf BTU \\, per \\, Second}$ is an Imperial unit for 'Heat Flow Rate' expressed as $Btu/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1055.05585262 ; + qudt:conversionMultiplierSN 1.05505585262E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA121" ; + qudt:informativeReference "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA121"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/s" ; + qudt:ucumCode "[Btu_IT].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J45" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Second" ; + rdfs:label "British Thermal Unit (international Definition) per Second"@en . + +unit:BTU_IT-PER-SEC-FT-DEG_R + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6230.644798937007375564164116535474 ; + qudt:conversionMultiplierSN 6.230644798937007375564164116535474E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB107" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB107"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{IT}/(s·ft·°R)" ; + qudt:ucumCode "[Btu_IT].s-1.[ft_i]-1.[degR]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A22" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Second Foot Degree Rankine" ; + rdfs:label "British Thermal Unit (international Definition) per Second Foot Degree Rankine"@en . + +unit:BTU_IT-PER-SEC-FT2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{BTU per Second Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(s\\cdot ft^2)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 11356.52668222697556506224123559358 ; + qudt:conversionMultiplierSN 1.135652668222697556506224123559358E4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:BTU_IT-PER-FT2-SEC ; + qudt:expression "$Btu/(s-ft^{2})$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "Btu{IT}/(s·ft²)" ; + qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N53" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Second Square Foot" ; + rdfs:label "British Thermal Unit (international Definition) per Second Square Foot"@en . + +unit:BTU_IT-PER-SEC-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units" ; + qudt:conversionMultiplier 20441.74802800855601711203422406845 ; + qudt:conversionMultiplierSN 2.044174802800855601711203422406845E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB278" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB278"^^xsd:anyURI ; + qudt:symbol "Btu{IT}/(s·ft²·°F)" ; + qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N76" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit"@en . + +unit:BTU_IT-PER-SEC-FT2-DEG_R + a qudt:Unit ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 20441.7480280085543817721919833841 ; + qudt:conversionMultiplierSN 2.04417480280085543817721919833841E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB098" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB098"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units" ; + qudt:symbol "Btu{IT}/(s·ft²·°R)" ; + qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degR]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A20" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (international Definition) per Second Square Foot Degree Rankine" ; + rdfs:label "British Thermal Unit (international Definition) per Second Square Foot Degree Rankine"@en . + +unit:BTU_MEAN + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1055.87 ; + qudt:conversionMultiplierSN 1.05587E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA113" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA113"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units" ; + qudt:scalingOf unit:J ; + qudt:symbol "BTU{mean}" ; + qudt:ucumCode "[Btu_m]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J39" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (mean)" ; + rdfs:label "British Thermal Unit (mean)"@en . + +unit:BTU_TH + a qudt:Unit ; + dcterms:description """ + The $\\textit{British Thermal Unit (thermochemical definition)}$ ($BTU_{th}$), is a traditional unit of energy equal to about $1.0543502645 kilojoule$. + It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}\\text{F}$ ($3.9^{\\circ}\\text{C}$) to $40^{\\circ}\\text{F}$ ($4.4^{\\circ}\\text{C}$). + The unit is most often used in the power, steam generation, heating and air conditioning industries. + In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1054.3502645 ; + qudt:conversionMultiplierSN 1.0543502645E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA122" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI ; + qudt:informativeReference "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA122"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "Btu{th}" ; + qudt:ucumCode "[Btu_th]"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition)" ; + rdfs:label "British Thermal Unit (thermochemical Definition)"@en . + +unit:BTU_TH-FT-PER-FT2-HR-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{BTU (TH) Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' defined as: + $$Btu_{th} \\cdot ft/(h \\cdot ft^2 \\cdot degF)$$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.729577205544619422572178477690289 ; + qudt:conversionMultiplierSN 1.729577205544619422572178477690289E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu(IT) ft/(h ft^2 degF)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:symbol "Btu{th}·ft/(ft²·h·°F)" ; + qudt:ucumCode "[Btu_th].[ft_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit"@en . + +unit:BTU_TH-FT-PER-HR-FT2-DEG_F + a qudt:Unit ; + dcterms:description """ + The $\\textit{British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit}$ is a unit of thermal conductivity in the Imperial system of units. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.729577205544619422572178477690289 ; + qudt:conversionMultiplierSN 1.729577205544619422572178477690289E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA123" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA123"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{th}·ft/(h·ft²·°F)" ; + qudt:ucumCode "[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J46" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit"@en . + +unit:BTU_TH-IN-PER-FT2-HR-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "${\\bf BTU_{th}}$, Inch per Square Foot Hour Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu-in/(h-ft^{2}-degF)$. A thermochemical British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. $1 Btu_{th} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1441314337953849518810148731408574 ; + qudt:conversionMultiplierSN 1.441314337953849518810148731408574E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu(th)-in-per-h-ft2-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:hasReciprocalUnit unit:DEG_F-HR-FT2-PER-BTU_TH-IN ; + qudt:iec61360Code "0112/2///62720#UAA125" ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA125"^^xsd:anyURI ; + qudt:latexSymbol "$Btu_{th} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$"^^qudt:LatexString ; + qudt:plainTextDescription "Unit of thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{th}·in/(ft²·h·°F)" ; + qudt:ucumCode "[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J48" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit"@en . + +unit:BTU_TH-IN-PER-FT2-SEC-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{BTU (TH) Inch per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' expressed as: + $$Btu_{th} \\cdot in/(ft^{2} \\cdot s \\cdot degF)$$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 518.8731616633858267716535433070866 ; + qudt:conversionMultiplierSN 5.188731616633858267716535433070866E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$Btu(it)-in-per-s-ft2-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA126" ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA126"^^xsd:anyURI ; + qudt:plainTextDescription "Unit of thermal conductivity according to the Imperial system of units" ; + qudt:symbol "Btu{th}·in/(ft²·s·°F)" ; + qudt:ucumCode "[Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit"@en . + +unit:BTU_TH-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat capacity according to the Imperial system of units" ; + qudt:conversionMultiplier 1897.8304761 ; + qudt:conversionMultiplierSN 1.8978304761E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalCapacitance ; + qudt:iec61360Code "0112/2///62720#UAB272" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB272"^^xsd:anyURI ; + qudt:symbol "Btu{th}/°F" ; + qudt:ucumCode "[Btu_th].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N61" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Degree Fahrenheit"@en . + +unit:BTU_TH-PER-DEG_R + a qudt:Unit ; + dcterms:description "unit of the heat capacity according to the Imperial system of units" ; + qudt:conversionMultiplier 1897.830476099999848173561912000013 ; + qudt:conversionMultiplierSN 1.897830476099999848173561912000013E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalCapacitance ; + qudt:iec61360Code "0112/2///62720#UAB274" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB274"^^xsd:anyURI ; + qudt:symbol "Btu{th}/°R" ; + qudt:ucumCode "[Btu_th].[degR]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N63" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Degree Rankine" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Degree Rankine"@en . + +unit:BTU_TH-PER-FT2 + a qudt:Unit ; + dcterms:description "unit of the areal-related energy transmisson according to the Imperial system of units" ; + qudt:conversionMultiplier 11348.93179491220093551298213707538 ; + qudt:conversionMultiplierSN 1.134893179491220093551298213707538E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:iec61360Code "0112/2///62720#UAB284" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB284"^^xsd:anyURI ; + qudt:symbol "Btu{th}/ft²" ; + qudt:ucumCode "[Btu_th].[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P38" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot"@en . + +unit:BTU_TH-PER-FT2-HR + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 3.152481054142278037642495038076496 ; + qudt:conversionMultiplierSN 3.152481054142278037642495038076496E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB264" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB264"^^xsd:anyURI ; + qudt:symbol "Btu{th}/(ft²·h)" ; + qudt:ucumCode "[Btu_th].[ft_i]-2.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N51" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Hour" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Hour"@en . + +unit:BTU_TH-PER-FT2-MIN + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 189.1488632485366822585497022845898 ; + qudt:conversionMultiplierSN 1.891488632485366822585497022845898E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB265" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB265"^^xsd:anyURI ; + qudt:symbol "Btu{th}/(ft²·min)" ; + qudt:ucumCode "[Btu_th].[ft_i]-2.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Minute" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Minute"@en . + +unit:BTU_TH-PER-FT2-SEC + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 11348.93179491220093551298213707538 ; + qudt:conversionMultiplierSN 1.134893179491220093551298213707538E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB267" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB267"^^xsd:anyURI ; + qudt:symbol "Btu{th}/(ft²·s)" ; + qudt:ucumCode "[Btu_th].[ft_i]-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N54" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Second" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Second"@en . + +unit:BTU_TH-PER-FT3 + a qudt:Unit ; + dcterms:description "British Thermal Unit (TH) Per Cubic Foot ($Btu (TH)/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37234.03."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 37234.02819853084296428143745759641 ; + qudt:conversionMultiplierSN 3.723402819853084296428143745759641E4 ; + qudt:expression "$Btu(th)-per-ft3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAB281" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ; + qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB281"^^xsd:anyURI ; + qudt:symbol "Btu{th}/ft³" ; + qudt:ucumCode "[Btu_th].[ft_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N59" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Cubic Foot" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Cubic Foot"@en . + +unit:BTU_TH-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.2928750734722222222222222222222222 ; + qudt:conversionMultiplierSN 2.928750734722222222222222222222222E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA124" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA124"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit hour" ; + qudt:symbol "Btu{th}/h" ; + qudt:ucumCode "[Btu_th].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J47" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Hour" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Hour"@en . + +unit:BTU_TH-PER-HR-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units" ; + qudt:conversionMultiplier 5.674465897456100467756491068537693 ; + qudt:conversionMultiplierSN 5.674465897456100467756491068537693E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:hasReciprocalUnit unit:DEG_F-HR-FT2-PER-BTU_TH ; + qudt:iec61360Code "0112/2///62720#UAB277" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB277"^^xsd:anyURI ; + qudt:symbol "Btu{th}/(h·ft²·°F)" ; + qudt:ucumCode "[Btu_th].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N75" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit"@en . + +unit:BTU_TH-PER-LB + a qudt:Unit ; + dcterms:description "${\\bf Btu_{th} / lbm}$, British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of $L^2T^{-2}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2324.444444468940251353875286746997 ; + qudt:conversionMultiplierSN 2.324444444468940251353875286746997E3 ; + qudt:expression "$btu_th-per-lb$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + qudt:symbol "Btu{th}/lbm" ; + qudt:ucumCode "[Btu_th].[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass"@en . + +unit:BTU_TH-PER-LB-DEG_F + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.000000044092452436975516144594 ; + qudt:conversionMultiplierSN 4.184000000044092452436975516144594E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA127" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA127"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit" ; + qudt:symbol "Btu{th}/(lbm·°F)" ; + qudt:ucumCode "[Btu_th].[lb_av]-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J50" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit"@en . + +unit:BTU_TH-PER-LB-DEG_R + a qudt:Unit ; + dcterms:description "unit of the heat capacity (British Thermal Unit - thermochemical - according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units" ; + qudt:conversionMultiplier 4184.000000044092117716975512617226 ; + qudt:conversionMultiplierSN 4.184000000044092117716975512617226E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:MassicHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAB275" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB275"^^xsd:anyURI ; + qudt:symbol "Btu{th}/(lbm·°R)" ; + qudt:ucumCode "[Btu_th].[lb_av]-1.[degR]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine"@en . + +unit:BTU_TH-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 17.57250440833333333333333333333334 ; + qudt:conversionMultiplierSN 1.757250440833333333333333333333334E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA128" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA128"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit minute" ; + qudt:symbol "Btu{th}/min" ; + qudt:ucumCode "[Btu_th].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J51" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Minute" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Minute"@en . + +unit:BTU_TH-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1054.3502645 ; + qudt:conversionMultiplierSN 1.0543502645E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA129" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA129"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "Btu{th}/s" ; + qudt:ucumCode "[Btu_th].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J52" ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Second" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Second"@en . + +unit:BTU_TH-PER-SEC-FT2-DEG_F + a qudt:Unit ; + dcterms:description "unit of the heat transition coefficient according to the imperial system of units" ; + qudt:conversionMultiplier 20428.07723084196168392336784673569 ; + qudt:conversionMultiplierSN 2.042807723084196168392336784673569E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB279" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB279"^^xsd:anyURI ; + qudt:symbol "Btu{th}/(s·ft²·°F)" ; + qudt:ucumCode "[Btu_th].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit" ; + rdfs:label "British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit"@en . + +unit:BU_UK + a qudt:Unit ; + dcterms:description "A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03636872 ; + qudt:conversionMultiplierSN 3.636872E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA344" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA344"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI ; + qudt:scalingOf unit:M3 ; + qudt:symbol "bsh{UK}" ; + qudt:ucumCode "[bu_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BUI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK)" ; + rdfs:label "Bushel (UK)"@en . + +unit:BU_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000004209342592592592592592592592592591 ; + qudt:conversionMultiplierSN 4.209342592592592592592592592592591E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA345" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA345"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "bsh{UK}/d" ; + qudt:ucumCode "[bu_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J64" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK) per Day" ; + rdfs:label "Bushel (UK) per Day"@en . + +unit:BU_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00001010242222222222222222222222222222 ; + qudt:conversionMultiplierSN 1.010242222222222222222222222222222E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA346" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA346"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "bsh{UK}/h" ; + qudt:ucumCode "[bu_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J65" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK) per Hour" ; + rdfs:label "Bushel (UK) per Hour"@en . + +unit:BU_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0006061453333333333333333333333333335 ; + qudt:conversionMultiplierSN 6.061453333333333333333333333333335E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA347" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA347"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "bsh{UK}/min" ; + qudt:ucumCode "[bu_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J66" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK) per Minute" ; + rdfs:label "Bushel (UK) per Minute"@en . + +unit:BU_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03636872 ; + qudt:conversionMultiplierSN 3.636872E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA348" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA348"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "bsh{UK}/s" ; + qudt:ucumCode "[bu_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J67" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (UK) per Second" ; + rdfs:label "Bushel (UK) per Second"@en . + +unit:BU_US + a qudt:Unit ; + dcterms:description "A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03523907016688 ; + qudt:conversionMultiplierSN 3.523907016688E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:factorUnitScalar 2150.42 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA353" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA353"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "bu{US}" ; + qudt:ucumCode "[bu_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "bu" ; + qudt:uneceCommonCode "BUA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US)" ; + rdfs:label "Bushel (US)"@en . + +unit:BU_US_DRY + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03523907016688 ; + qudt:conversionMultiplierSN 3.523907016688E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "bsh{US}" ; + qudt:ucumCode "[bu_us]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry)" ; + rdfs:label "Bushel (US Dry)"@en ; + skos:broader unit:BU_US . + +unit:BU_US_DRY-PER-DAY + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000004078596084129629629629629629629628 ; + qudt:conversionMultiplierSN 4.078596084129629629629629629629628E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_US_DRY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA349" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA349"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "bsh{US}/d" ; + qudt:ucumCode "[bu_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J68" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry) per Day" ; + rdfs:label "Bushel (US Dry) per Day"@en . + +unit:BU_US_DRY-PER-HR + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000009788630601911111111111111111111112 ; + qudt:conversionMultiplierSN 9.788630601911111111111111111111112E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_US_DRY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA350" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA350"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "bsh{US}/h" ; + qudt:ucumCode "[bu_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J69" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry) per Hour" ; + rdfs:label "Bushel (US Dry) per Hour"@en . + +unit:BU_US_DRY-PER-MIN + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0005873178361146666666666666666666668 ; + qudt:conversionMultiplierSN 5.873178361146666666666666666666668E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_US_DRY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA351" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA351"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "bsh{US}/min" ; + qudt:ucumCode "[bu_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J70" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry) per Minute" ; + rdfs:label "Bushel (US Dry) per Minute"@en . + +unit:BU_US_DRY-PER-SEC + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03523907016688 ; + qudt:conversionMultiplierSN 3.523907016688E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_US_DRY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA352" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA352"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "bsh{US}/s" ; + qudt:ucumCode "[bu_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J71" ; + rdfs:isDefinedBy ; + rdfs:label "Bushel (US Dry) per Second" ; + rdfs:label "Bushel (US Dry) per Second"@en . + +unit:BYTE + a qudt:CountingUnit, qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5.54517744447956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Byte"^^xsd:anyURI ; + qudt:exactMatch unit:OCTET ; + qudt:factorUnitScalar 8.0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BIT ; + ] ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA354" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA354"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "B" ; + qudt:ucumCode "By"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Byte" ; + rdfs:label "Byte"@en . + +unit:BYTE-PER-SEC + a qudt:Unit ; + dcterms:description "unit byte divided by the SI base unit second" ; + qudt:conversionMultiplier 5.54517744447956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BYTE ; + ] ; + qudt:hasQuantityKind quantitykind:ByteRate ; + qudt:iec61360Code "0112/2///62720#UAB305" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB305"^^xsd:anyURI ; + qudt:symbol "B/s" ; + qudt:ucumCode "By.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P93" ; + rdfs:isDefinedBy ; + rdfs:label "Byte per Second" ; + rdfs:label "Byte per Second"@en . + +unit:BasePair + a qudt:Unit ; + dcterms:description "DNA sequence length in numbers of base pairs. One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Base_pair#As_a_unit_of_length"^^xsd:anyURI ; + qudt:plainTextDescription "One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively." ; + qudt:symbol "bp" ; + rdfs:isDefinedBy ; + rdfs:label "Base Pair" ; + rdfs:label "Base Pair"@en . + +unit:C + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Coulomb"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA130" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA130"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Coulomb?oldid=491815163"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:coulomb ; + qudt:symbol "C" ; + qudt:ucumCode "C"^^qudt:UCUMcs ; + qudt:udunitsCode "C" ; + qudt:uneceCommonCode "COU" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb" ; + rdfs:label "Coulomb"@cs ; + rdfs:label "Coulomb"@de ; + rdfs:label "Coulomb"@en ; + rdfs:label "Coulomb"@fr ; + rdfs:label "Coulomb"@hu ; + rdfs:label "Coulomb"@it ; + rdfs:label "Coulomb"@ms ; + rdfs:label "Coulomb"@pt ; + rdfs:label "Coulomb"@ro ; + rdfs:label "Coulomb"@sl ; + rdfs:label "Coulomb"@tr ; + rdfs:label "Coulombium"@la ; + rdfs:label "Culombio"@es ; + rdfs:label "Kulomb"@pl ; + rdfs:label "Κουλόμπ"@el ; + rdfs:label "Кулон"@bg ; + rdfs:label "Кулон"@ru ; + rdfs:label "קולון"@he ; + rdfs:label "كولوم"@ar ; + rdfs:label "کولمب/کولن"@fa ; + rdfs:label "कूलम्ब"@hi ; + rdfs:label "クーロン"@ja ; + rdfs:label "库伦"@zh . + +unit:C-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment. + It is also known as atomic unit, u.a., au, ua. + This unit is commonly used in the SI unit system. + Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment ; + qudt:iec61360Code "0112/2///62720#UAA133" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA133"^^xsd:anyURI ; + qudt:symbol "C·m" ; + qudt:ucumCode "C.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A26" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Meter"@de ; + rdfs:label "Coulomb Meter"@en-US ; + rdfs:label "Coulomb Meter"@ms ; + rdfs:label "Coulomb Meter"@sl ; + rdfs:label "Coulomb Metr"@cs ; + rdfs:label "Coulomb Metre" ; + rdfs:label "Coulomb Metre"@en ; + rdfs:label "Coulomb Metre"@tr ; + rdfs:label "Coulomb Metro"@it ; + rdfs:label "Coulomb Metro"@pt ; + rdfs:label "Coulomb Metru"@ro ; + rdfs:label "Coulomb Mètre"@fr ; + rdfs:label "Coulombium Metrum"@la ; + rdfs:label "Culombio Metro"@es ; + rdfs:label "Kulomb Metr"@pl ; + rdfs:label "Κουλόμπ Μέτρο"@el ; + rdfs:label "Кулон Метр"@ru ; + rdfs:label "Кулон Метър"@bg ; + rdfs:label "كولوم متر"@ar ; + rdfs:label "نیوتون متر"@fa ; + rdfs:label "कूलम्ब मीटर"@hi ; + rdfs:label "クーロンメートル"@ja ; + rdfs:label "库伦米"@zh . + +unit:C-M2 + a qudt:Unit ; + dcterms:description "Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C m^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricQuadrupoleMoment ; + qudt:symbol "C·m²" ; + qudt:ucumCode "C.m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Kvadratni Meter"@sl ; + rdfs:label "Coulomb Meter Persegi"@ms ; + rdfs:label "Coulomb Metrekare"@tr ; + rdfs:label "Coulomb Metro Quadrado"@pt ; + rdfs:label "Coulomb Metro Quadrato"@it ; + rdfs:label "Coulomb Metru Pătrat"@ro ; + rdfs:label "Coulomb Mètre Carré"@fr ; + rdfs:label "Coulomb Quadratmeter"@de ; + rdfs:label "Coulomb Square Meter"@en-US ; + rdfs:label "Coulomb Square Metre" ; + rdfs:label "Coulomb Square Metre"@en ; + rdfs:label "Coulomb Čtvereční Metr"@cs ; + rdfs:label "Coulombium Metrum Quadratum"@la ; + rdfs:label "Culombio Metro Cuadrado"@es ; + rdfs:label "Kulomb Metr Kwadratowy"@pl ; + rdfs:label "Κουλόμπ Τετραγωνικό Μέτρο"@el ; + rdfs:label "Кулон Квадратен Метър"@bg ; + rdfs:label "Кулон Квадратный Метр"@ru ; + rdfs:label "کولن متر مربع"@fa ; + rdfs:label "库仑平方米"@zh . + +unit:C-M2-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the SI derived unit coulomb and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L2I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD912" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD912"^^xsd:anyURI ; + qudt:symbol "C·m²/kg" ; + qudt:ucumCode "C.m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J53" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Kvadratni Meter na Kilogram"@sl ; + rdfs:label "Coulomb Meter Persegi per Kilogram"@ms ; + rdfs:label "Coulomb Metrekare per Kilogram"@tr ; + rdfs:label "Coulomb Metro Quadrado por Quilograma"@pt ; + rdfs:label "Coulomb Metro Quadrato per Chilogrammo"@it ; + rdfs:label "Coulomb Metru Pătrat pe Kilogram"@ro ; + rdfs:label "Coulomb Mètre Carré par Kilogramme"@fr ; + rdfs:label "Coulomb Quadratmeter pro Kilogramm"@de ; + rdfs:label "Coulomb Square Meter per Kilogram"@en-US ; + rdfs:label "Coulomb Square Metre per Kilogram" ; + rdfs:label "Coulomb Square Metre per Kilogram"@en ; + rdfs:label "Coulomb Čtvereční Metr na Kilogram"@cs ; + rdfs:label "Coulombium Metrum Quadratum per Chiliogramma"@la ; + rdfs:label "Culombio Metro Cuadrado por Kilogramo"@es ; + rdfs:label "Kulomb Metr Kwadratowy na Kilogram"@pl ; + rdfs:label "Κουλόμπ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; + rdfs:label "Кулон Квадратен Метър на Килограм"@bg ; + rdfs:label "Кулон Квадратный Метр на Килограмм"@ru . + +unit:C-M2-PER-V + a qudt:Unit ; + dcterms:description "Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$C m^{2} v^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L0I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:Polarizability ; + qudt:iec61360Code "0112/2///62720#UAB486" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB486"^^xsd:anyURI ; + qudt:symbol "C·m²/V" ; + qudt:ucumCode "C.m2.V-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A27" ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Kvadratni Meter na Volt"@sl ; + rdfs:label "Coulomb Meter Persegi per Volt"@ms ; + rdfs:label "Coulomb Metrekare per Volt"@tr ; + rdfs:label "Coulomb Metro Quadrado por Volt"@pt ; + rdfs:label "Coulomb Metro Quadrato per Volt"@it ; + rdfs:label "Coulomb Metru Pătrat pe Volt"@ro ; + rdfs:label "Coulomb Mètre Carré par Volt"@fr ; + rdfs:label "Coulomb Quadratmeter pro Volt"@de ; + rdfs:label "Coulomb Square Meter per Volt"@en-US ; + rdfs:label "Coulomb Square Metre per Volt" ; + rdfs:label "Coulomb Square Metre per Volt"@en ; + rdfs:label "Coulomb Čtvereční Metr na Volt"@cs ; + rdfs:label "Coulombium Metrum Quadratum per Voltium"@la ; + rdfs:label "Culombio Metro Cuadrado por Voltio"@es ; + rdfs:label "Kulomb Metr Kwadratowy na Wolt"@pl ; + rdfs:label "Κουλόμπ Τετραγωνικό Μέτρο ανά Βολτ"@el ; + rdfs:label "Кулон Квадратен Метър на Волт"@bg ; + rdfs:label "Кулон Квадратный Метр на Вольт"@ru ; + rdfs:label "کولن متر مربع بر ولت"@fa ; + rdfs:label "库伦平方米每伏特"@zh . + +unit:C-PER-CentiM2 + a qudt:Unit ; + dcterms:description "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAB101" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB101"^^xsd:anyURI ; + qudt:plainTextDescription "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "C/cm²" ; + qudt:ucumCode "C.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A33" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Kvadratni Centimeter"@sl ; + rdfs:label "Coulomb na Čtvereční Centimetr"@cs ; + rdfs:label "Coulomb par Centimètre Carré"@fr ; + rdfs:label "Coulomb pe Centimetru Pătrat"@ro ; + rdfs:label "Coulomb per Centimeter Persegi"@ms ; + rdfs:label "Coulomb per Centimetrekare"@tr ; + rdfs:label "Coulomb per Centimetro Quadrato"@it ; + rdfs:label "Coulomb per Square Centimeter"@en-US ; + rdfs:label "Coulomb per Square Centimetre" ; + rdfs:label "Coulomb per Square Centimetre"@en ; + rdfs:label "Coulomb pro Quadratcentimeter"@de ; + rdfs:label "Culombio por Centimetro Cuadrado"@es ; + rdfs:label "Kulomb na Centimetr Kwadratowy"@pl . + +unit:C-PER-CentiM3 + a qudt:Unit ; + dcterms:description "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAB120" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB120"^^xsd:anyURI ; + qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3" ; + qudt:symbol "C/cm³" ; + qudt:ucumCode "C.cm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A28" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Centimetr Krychlový"@cs ; + rdfs:label "Coulomb na Kubični Centimeter"@sl ; + rdfs:label "Coulomb par Centimètre Cube"@fr ; + rdfs:label "Coulomb pe Centimetru Cub"@ro ; + rdfs:label "Coulomb per Centimeter Kubik"@ms ; + rdfs:label "Coulomb per Centimetreküp"@tr ; + rdfs:label "Coulomb per Centimetro Cubo"@it ; + rdfs:label "Coulomb per Cubic Centimeter"@en-US ; + rdfs:label "Coulomb per Cubic Centimetre" ; + rdfs:label "Coulomb per Cubic Centimetre"@en ; + rdfs:label "Coulomb pro Kubikcentimeter"@de ; + rdfs:label "Culombio por Centimetro Cúbico"@es ; + rdfs:label "Kulomb na Centimetr Sześcienny"@pl . + +unit:C-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Coulomb Per Kilogram (C/kg)}$ is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of $M^{-1}TI$ where $M$ is mass, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAA131" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA131"^^xsd:anyURI ; + qudt:symbol "C/kg" ; + qudt:ucumCode "C.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CKG" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Kilogram"@cs ; + rdfs:label "Coulomb na Kilogram"@sl ; + rdfs:label "Coulomb par Kilogramme"@fr ; + rdfs:label "Coulomb pe Kilogram"@ro ; + rdfs:label "Coulomb per Chilogrammo"@it ; + rdfs:label "Coulomb per Kilogram" ; + rdfs:label "Coulomb per Kilogram"@en ; + rdfs:label "Coulomb per Kilogram"@ms ; + rdfs:label "Coulomb per Kilogram"@tr ; + rdfs:label "Coulomb por Quilograma"@pt ; + rdfs:label "Coulomb pro Kilogramm"@de ; + rdfs:label "Coulombium per Chiliogramma"@la ; + rdfs:label "Culombio por Kilogramo"@es ; + rdfs:label "Kulomb na Kilogram"@pl ; + rdfs:label "Κουλόμπ ανά Χιλιόγραμμο"@el ; + rdfs:label "Кулон на Килограм"@bg ; + rdfs:label "Кулон на Килограмм"@ru . + +unit:C-PER-KiloGM-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of exposure rate"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$C/kg-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasQuantityKind quantitykind:ExposureRate ; + qudt:iec61360Code "0112/2///62720#UAA132" ; + qudt:informativeReference "http://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA132"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "C/(kg·s)" ; + qudt:ucumCode "C.kg-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A31" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Kilogram Sekunda"@cs ; + rdfs:label "Coulomb na Kilogram Sekunda"@sl ; + rdfs:label "Coulomb par Kilogramme Seconde"@fr ; + rdfs:label "Coulomb pe Kilogram Secundă"@ro ; + rdfs:label "Coulomb per Chilogrammo Secondo"@it ; + rdfs:label "Coulomb per Kilogram Saat"@ms ; + rdfs:label "Coulomb per Kilogram Saniye"@tr ; + rdfs:label "Coulomb per Kilogram Second" ; + rdfs:label "Coulomb per Kilogram Second"@en ; + rdfs:label "Coulomb por Quilograma Segundo"@pt ; + rdfs:label "Coulomb pro Kilogramm Sekunde"@de ; + rdfs:label "Coulombium per Chiliogramma Secundum"@la ; + rdfs:label "Culombio por Kilogramo Segundo"@es ; + rdfs:label "Kulomb na Kilogram Sekunda"@pl ; + rdfs:label "Κουλόμπ ανά Χιλιόγραμμο Δευτερόλεπτο"@el ; + rdfs:label "Кулон на Килограм Секунда"@bg ; + rdfs:label "Кулон на Килограмм Секунда"@ru . + +unit:C-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Coulomb per Meter\" is a unit for 'Electric Charge Line Density' expressed as $C/m$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeLineDensity ; + qudt:hasQuantityKind quantitykind:LinearElectricChargeDensity ; + qudt:iec61360Code "0112/2///62720#UAB337" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB337"^^xsd:anyURI ; + qudt:symbol "C/m" ; + qudt:ucumCode "C.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P10" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Meter"@sl ; + rdfs:label "Coulomb na Metr"@cs ; + rdfs:label "Coulomb par Mètre"@fr ; + rdfs:label "Coulomb pe Metru"@ro ; + rdfs:label "Coulomb per Meter"@en-US ; + rdfs:label "Coulomb per Meter"@ms ; + rdfs:label "Coulomb per Metre" ; + rdfs:label "Coulomb per Metre"@en ; + rdfs:label "Coulomb per Metre"@tr ; + rdfs:label "Coulomb per Metro"@it ; + rdfs:label "Coulomb por Metro"@pt ; + rdfs:label "Coulomb pro Meter"@de ; + rdfs:label "Coulombium per Metrum"@la ; + rdfs:label "Culombio por Metro"@es ; + rdfs:label "Kulomb na Metr"@pl ; + rdfs:label "Κουλόμπ ανά Μέτρο"@el ; + rdfs:label "Кулон на Метр"@ru ; + rdfs:label "Кулон на Метър"@bg . + +unit:C-PER-M2 + a qudt:Unit ; + dcterms:description "Coulomb Per Square Meter ($C/m^2$) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of $L^{-2}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category. "^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C/m^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:hasQuantityKind quantitykind:ElectricChargeSurfaceDensity ; + qudt:hasQuantityKind quantitykind:ElectricPolarization ; + qudt:iec61360Code "0112/2///62720#UAA134" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA134"^^xsd:anyURI ; + qudt:symbol "C/m²" ; + qudt:ucumCode "C.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A34" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Kvadratni Meter"@sl ; + rdfs:label "Coulomb na Čtvereční Metr"@cs ; + rdfs:label "Coulomb par Mètre Carré"@fr ; + rdfs:label "Coulomb pe Metru Pătrat"@ro ; + rdfs:label "Coulomb per Meter Persegi"@ms ; + rdfs:label "Coulomb per Metrekare"@tr ; + rdfs:label "Coulomb per Metro Quadrato"@it ; + rdfs:label "Coulomb per Square Meter"@en-US ; + rdfs:label "Coulomb per Square Metre" ; + rdfs:label "Coulomb per Square Metre"@en ; + rdfs:label "Coulomb por Metro Quadrado"@pt ; + rdfs:label "Coulomb pro Quadratmeter"@de ; + rdfs:label "Coulombium per Metrum Quadratum"@la ; + rdfs:label "Culombio por Metro Cuadrado"@es ; + rdfs:label "Kulomb na Metr Kwadratowy"@pl ; + rdfs:label "Κουλόμπ ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Кулон на Квадратен Метър"@bg ; + rdfs:label "Кулон на Квадратный Метр"@ru ; + rdfs:label "كولوم في المتر المربع"@ar ; + rdfs:label "کولمب/کولن بر مترمربع"@fa ; + rdfs:label "कूलम्ब प्रति वर्ग मीटर"@hi ; + rdfs:label "クーロン毎平方メートル"@ja ; + rdfs:label "库伦每平方米"@zh . + +unit:C-PER-M3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Coulomb Per Cubic Meter ($C/m^{3}$) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of $L^{-3}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C/m^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:hasReciprocalUnit unit:M3-PER-C ; + qudt:iec61360Code "0112/2///62720#UAA135" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA135"^^xsd:anyURI ; + qudt:symbol "C/m³" ; + qudt:ucumCode "C.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A29" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Kubični Meter"@sl ; + rdfs:label "Coulomb na Metr Krychlový"@cs ; + rdfs:label "Coulomb par Mètre Cube"@fr ; + rdfs:label "Coulomb pe Metru Cub"@ro ; + rdfs:label "Coulomb per Cubic Meter"@en-US ; + rdfs:label "Coulomb per Cubic Metre" ; + rdfs:label "Coulomb per Cubic Metre"@en ; + rdfs:label "Coulomb per Meter Kubik"@ms ; + rdfs:label "Coulomb per Metreküp"@tr ; + rdfs:label "Coulomb per Metro Cubo"@it ; + rdfs:label "Coulomb por Metro Cúbico"@pt ; + rdfs:label "Coulomb pro Kubikmeter"@de ; + rdfs:label "Coulombium per Metrum Cubicum"@la ; + rdfs:label "Culombio por Metro Cúbico"@es ; + rdfs:label "Kulomb na Metr Sześcienny"@pl ; + rdfs:label "Κουλόμπ ανά Κυβικό Μέτρο"@el ; + rdfs:label "Кулон на Кубичен Метър"@bg ; + rdfs:label "Кулон на Кубический Метр"@ru . + +unit:C-PER-MOL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description " ($C/mol$) is a unit in the category of Molar electric charge. It is also known as $coulombs/mol$. Coulomb Per Mol has a dimension of $TN{-1}I$ where $T$ is time, $N$ is amount of substance, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$c-per-mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerAmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAB142" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB142"^^xsd:anyURI ; + qudt:symbol "C/mol" ; + qudt:ucumCode "C.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A32" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Mol"@cs ; + rdfs:label "Coulomb na Mol"@sl ; + rdfs:label "Coulomb par Mole"@fr ; + rdfs:label "Coulomb pe Mol"@ro ; + rdfs:label "Coulomb per Mol"@tr ; + rdfs:label "Coulomb per Mole" ; + rdfs:label "Coulomb per Mole"@en ; + rdfs:label "Coulomb per Mole"@it ; + rdfs:label "Coulomb per Mole"@ms ; + rdfs:label "Coulomb por Mol"@pt ; + rdfs:label "Coulomb pro Mol"@de ; + rdfs:label "Coulombium per Moles"@la ; + rdfs:label "Culombio por Mol"@es ; + rdfs:label "Kulomb na Mol"@pl ; + rdfs:label "Κουλόμπ ανά Μολ"@el ; + rdfs:label "Кулон на Мол"@bg ; + rdfs:label "Кулон на Моль"@ru . + +unit:C-PER-MilliM2 + a qudt:Unit ; + dcterms:description "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAB100" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB100"^^xsd:anyURI ; + qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "C/mm²" ; + qudt:ucumCode "C.mm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A35" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Kvadratni Millimeter"@sl ; + rdfs:label "Coulomb na Čtvereční Millimetr"@cs ; + rdfs:label "Coulomb par Millimètre Carré"@fr ; + rdfs:label "Coulomb pe Millimetru Pătrat"@ro ; + rdfs:label "Coulomb per Millimeter Persegi"@ms ; + rdfs:label "Coulomb per Millimetrekare"@tr ; + rdfs:label "Coulomb per Millimetro Quadrato"@it ; + rdfs:label "Coulomb per Square Millimeter"@en-US ; + rdfs:label "Coulomb per Square Millimetre" ; + rdfs:label "Coulomb per Square Millimetre"@en ; + rdfs:label "Coulomb pro Quadratmillimeter"@de ; + rdfs:label "Culombio por Millimetro Cuadrado"@es ; + rdfs:label "Kulomb na Millimetr Kwadratowy"@pl . + +unit:C-PER-MilliM3 + a qudt:Unit ; + dcterms:description "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAB119" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB119"^^xsd:anyURI ; + qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3" ; + qudt:symbol "C/mm³" ; + qudt:ucumCode "C.mm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A30" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb na Kubični Millimeter"@sl ; + rdfs:label "Coulomb na Millimetr Krychlový"@cs ; + rdfs:label "Coulomb par Millimètre Cube"@fr ; + rdfs:label "Coulomb pe Millimetru Cub"@ro ; + rdfs:label "Coulomb per Cubic Millimeter"@en-US ; + rdfs:label "Coulomb per Cubic Millimetre" ; + rdfs:label "Coulomb per Cubic Millimetre"@en ; + rdfs:label "Coulomb per Millimeter Kubik"@ms ; + rdfs:label "Coulomb per Millimetreküp"@tr ; + rdfs:label "Coulomb per Millimetro Cubo"@it ; + rdfs:label "Coulomb pro Kubikmillimeter"@de ; + rdfs:label "Culombio por Millimetro Cúbico"@es ; + rdfs:label "Kulomb na Millimetr Sześcienny"@pl . + +unit:C2-M2-PER-J + a qudt:Unit ; + dcterms:description "\"Square Coulomb Square Meter per Joule\" is a unit for 'Polarizability' expressed as $C^{2} m^{2} J^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C^{2} m^{2} J^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L0I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Polarizability ; + qudt:symbol "C²·m²/J" ; + qudt:ucumCode "C2.m2.J-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Carré Mètre Carré par Joule"@fr ; + rdfs:label "Coulomb Persegi Meter Persegi per Joule"@ms ; + rdfs:label "Coulomb Pătrat Metru Pătrat pe Joule"@ro ; + rdfs:label "Coulomb Quadrado Metro Quadrado por Joule"@pt ; + rdfs:label "Coulomb Quadrato Metro Quadrato per Joule"@it ; + rdfs:label "Coulombium Quadratum Metrum Quadratum per Joulium"@la ; + rdfs:label "Coulombkare Metrekare per Joule"@tr ; + rdfs:label "Culombio Cuadrado Metro Cuadrado por Julio"@es ; + rdfs:label "Kulomb Kwadratowy Metr Kwadratowy na Dżul"@pl ; + rdfs:label "Kvadratni Coulomb Kvadratni Meter na Joule"@sl ; + rdfs:label "Quadratcoulomb Quadratmeter pro Joule"@de ; + rdfs:label "Square Coulomb Square Meter per Joule"@en-US ; + rdfs:label "Square Coulomb Square Metre per Joule" ; + rdfs:label "Square Coulomb Square Metre per Joule"@en ; + rdfs:label "Čtvereční Coulomb Čtvereční Metr na Joule"@cs ; + rdfs:label "Τετραγωνικό Κουλόμπ Τετραγωνικό Μέτρο ανά Τζάουλ"@el ; + rdfs:label "Квадратен Кулон Квадратен Метър на Джаул"@bg ; + rdfs:label "Квадратный Кулон Квадратный Метр на Джоуль"@ru . + +unit:C3-M-PER-J2 + a qudt:Unit ; + dcterms:description "\"Cubic Coulomb Meter per Square Joule\" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as $C^{3} m^{3} J^{-2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C^{3} m J^{-2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E3L-3I0M-2H0T7D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:CubicElectricDipoleMomentPerSquareEnergy ; + qudt:symbol "C³·m/J²" ; + qudt:ucumCode "C3.m.J-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb Cub Metru pe Joule Pătrat"@ro ; + rdfs:label "Coulomb Cube Mètre par Joule Carré"@fr ; + rdfs:label "Coulomb Cubo Metro per Joule Quadrato"@it ; + rdfs:label "Coulomb Cúbico Metro por Joule Quadrado"@pt ; + rdfs:label "Coulomb Krychlový Metr na Čtvereční Joule"@cs ; + rdfs:label "Coulomb Kubik Meter per Joule Persegi"@ms ; + rdfs:label "Coulombium Cubicum Metrum per Joulium Quadratum"@la ; + rdfs:label "Coulombküp Metre per Joulekare"@tr ; + rdfs:label "Cubic Coulomb Meter per Square Joule"@en-US ; + rdfs:label "Cubic Coulomb Metre per Square Joule" ; + rdfs:label "Cubic Coulomb Metre per Square Joule"@en ; + rdfs:label "Culombio Cúbico Metro por Julio Cuadrado"@es ; + rdfs:label "Kubikcoulomb Meter pro Quadratjoule"@de ; + rdfs:label "Kubični Coulomb Meter na Kvadratni Joule"@sl ; + rdfs:label "Kulomb Sześcienny Metr na Dżul Kwadratowy"@pl ; + rdfs:label "Κυβικό Κουλόμπ Μέτρο ανά Τετραγωνικό Τζάουλ"@el ; + rdfs:label "Кубичен Кулон Метър на Квадратен Джаул"@bg ; + rdfs:label "Кубический Кулон Метр на Квадратный Джоуль"@ru . + +unit:C4-M4-PER-J3 + a qudt:Unit ; + dcterms:description "\"Quartic Coulomb Meter per Cubic Energy\" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as $C^{4} m^{4} J^{-3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$C^4m^4/J^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E4L-2I0M-3H0T10D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:QuarticElectricDipoleMomentPerCubicEnergy ; + qudt:symbol "C⁴·m⁴/J³" ; + qudt:ucumCode "C4.m4.J-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Coulomb hoch vier Meter hoch vier pro Kubikjoule"@de ; + rdfs:label "Quartic Coulomb Quartic Meter per Cubic Joule"@en-US ; + rdfs:label "Quartic Coulomb Quartic Metre per Cubic Joule" ; + rdfs:label "Quartic Coulomb Quartic Metre per Cubic Joule"@en . + +unit:CAL_15DEG_C + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.18580 ; + qudt:conversionMultiplierSN 4.18580E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB139" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB139"^^xsd:anyURI ; + qudt:informativeReference "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius" ; + qudt:scalingOf unit:J ; + qudt:symbol "cal{15 °C}" ; + qudt:ucumCode "cal_[15]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A1" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (15 Degrees C)" ; + rdfs:label "Calorie (15 Degrees C)"@en . + +unit:CAL_15_DEG_C + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^rdf:HTML ; + dcterms:isReplacedBy unit:CAL_15DEG_C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.18580 ; + qudt:conversionMultiplierSN 4.18580E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB139" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB139"^^xsd:anyURI ; + qudt:informativeReference "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; + qudt:plainTextDescription "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius" ; + qudt:scalingOf unit:J ; + qudt:symbol "cal{15 °C}" ; + qudt:ucumCode "cal_[15]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A1" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (15 Degrees C)" ; + rdfs:label "Calorie (15 Degrees C)"@en . + +unit:CAL_20DEG_C + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19.5 °C on 20.5 °C" ; + qudt:conversionMultiplier 4.18190 ; + qudt:conversionMultiplierSN 4.18190E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB219" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB219"^^xsd:anyURI ; + qudt:informativeReference "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "cal₂₀" ; + qudt:uneceCommonCode "N69" ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (20 °C)" ; + rdfs:label "Calorie (20 °C)"@en . + +unit:CAL_IT + a qudt:Unit ; + dcterms:description "International Table calorie."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.1868 ; + qudt:conversionMultiplierSN 4.1868E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA361" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA361"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "cal{IT}" ; + qudt:ucumCode "cal_IT"^^qudt:UCUMcs ; + qudt:udunitsCode "cal" ; + qudt:uneceCommonCode "D70" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "International Table Calorie" ; + rdfs:label "International Table Calorie"@en . + +unit:CAL_IT-PER-GM + a qudt:Unit ; + dcterms:description "Calories produced per gram of substance."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.8 ; + qudt:conversionMultiplierSN 4.1868E3 ; + qudt:expression "$cal_{it}-per-gm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB176" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB176"^^xsd:anyURI ; + qudt:plainTextDescription "unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "cal{IT}/g" ; + qudt:ucumCode "cal_IT.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D75" ; + rdfs:isDefinedBy ; + rdfs:label "International Table Calorie per Gram" ; + rdfs:label "International Table Calorie per Gram"@en . + +unit:CAL_IT-PER-GM-DEG_C + a qudt:Unit ; + dcterms:description "unit calorieIT divided by the products of the units gram and degree Celsius"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.8 ; + qudt:conversionMultiplierSN 4.1868E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA362" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA362"^^xsd:anyURI ; + qudt:plainTextDescription "unit calorieIT divided by the products of the units gram and degree Celsius" ; + qudt:symbol "cal{IT}/(g·°C)" ; + qudt:ucumCode "cal_IT.g-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J76" ; + rdfs:isDefinedBy ; + rdfs:label "International Table Calorie per Gram Degree Celsius" ; + rdfs:label "International Table Calorie per Gram Degree Celsius"@en . + +unit:CAL_IT-PER-GM-K + a qudt:Unit ; + dcterms:description "unit calorieIT divided by the product of the SI base unit gram and Kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.8 ; + qudt:conversionMultiplierSN 4.1868E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA363" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA363"^^xsd:anyURI ; + qudt:plainTextDescription "unit calorieIT divided by the product of the SI base unit gram and Kelvin" ; + qudt:symbol "cal{IT}/(g·K)" ; + qudt:ucumCode "cal_IT.g-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D76" ; + rdfs:isDefinedBy ; + rdfs:label "International Table Calorie per Gram Kelvin" ; + rdfs:label "International Table Calorie per Gram Kelvin"@en . + +unit:CAL_IT-PER-SEC-CentiM-K + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 418.68 ; + qudt:conversionMultiplierSN 4.1868E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_IT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB108" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB108"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "cal{IT}/(s·cm·K)" ; + qudt:ucumCode "cal_IT.s-1.cm-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D71" ; + rdfs:isDefinedBy ; + rdfs:label "International Table Calorie per Second Centimeter Kelvin"@en-US ; + rdfs:label "International Table Calorie per Second Centimetre Kelvin" ; + rdfs:label "International Table Calorie per Second Centimetre Kelvin"@en . + +unit:CAL_IT-PER-SEC-CentiM2-K + a qudt:Unit ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41868.0 ; + qudt:conversionMultiplierSN 4.1868E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_IT ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB096" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB096"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units" ; + qudt:symbol "cal{IT}/(s·cm²·K)" ; + qudt:ucumCode "cal_IT.s-1.cm-2.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D72" ; + rdfs:isDefinedBy ; + rdfs:label "International Table Calorie per Second Square Centimeter Kelvin"@en-US ; + rdfs:label "International Table Calorie per Second Square Centimetre Kelvin" ; + rdfs:label "International Table Calorie per Second Square Centimetre Kelvin"@en . + +unit:CAL_MEAN + a qudt:Unit ; + dcterms:description "unit used particularly for calorific values of foods"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.19 ; + qudt:conversionMultiplierSN 4.19E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA360" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA360"^^xsd:anyURI ; + qudt:plainTextDescription "unit used particularly for calorific values of foods" ; + qudt:scalingOf unit:J ; + qudt:symbol "cal{mean}" ; + qudt:ucumCode "cal_m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J75" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Calorie (Mean)" ; + rdfs:label "Calorie (Mean)"@en . + +unit:CAL_TH + a qudt:Unit ; + dcterms:description "The energy needed to increase the temperature of a given mass of water by $1 ^\\circ C$ at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the $15 ^\\circ C$ calorie and the thermochemical calorie."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.184 ; + qudt:conversionMultiplierSN 4.184E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA364" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA364"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Calorie"^^xsd:anyURI ; + qudt:latexDefinition """$1 \\; cal_{th} = 4.184 J$ + +$\\approx 0.003964 BTU$ + +$\\approx 1.163 \\times 10^{-6} kWh$ + +$\\approx 2.611 \\times 10^{19} eV$"""^^qudt:LatexString ; + qudt:scalingOf unit:J ; + qudt:symbol "cal" ; + qudt:ucumCode "cal_th"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D35" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie" ; + rdfs:label "Thermochemical Calorie"@en . + +unit:CAL_TH-PER-CentiM-SEC-DEG_C + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 418.4 ; + qudt:conversionMultiplierSN 4.184E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA365" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA365"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "cal/(cm·s·°C)" ; + qudt:ucumCode "cal_th.cm-1.s-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J78" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Centimeter Second Degree Celsius"@en-US ; + rdfs:label "Thermochemical Calorie per Centimetre Second Degree Celsius" ; + rdfs:label "Thermochemical Calorie per Centimetre Second Degree Celsius"@en . + +unit:CAL_TH-PER-CentiM2 + a qudt:Unit ; + dcterms:description "unit of the areal-related energy transmisson according to the Imperial system of units" ; + qudt:conversionMultiplier 41840.0 ; + qudt:conversionMultiplierSN 4.184E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:iec61360Code "0112/2///62720#UAB285" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB285"^^xsd:anyURI ; + qudt:symbol "cal/cm²" ; + qudt:ucumCode "cal_th.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P39" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Square Centimeter"@en-US ; + rdfs:label "Thermochemical Calorie per Square Centimetre" ; + rdfs:label "Thermochemical Calorie per Square Centimetre"@en . + +unit:CAL_TH-PER-CentiM2-MIN + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 697.3333333333333333333333333333335 ; + qudt:conversionMultiplierSN 6.973333333333333333333333333333335E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB269" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB269"^^xsd:anyURI ; + qudt:symbol "cal/(cm²·min)" ; + qudt:ucumCode "cal_th.cm-2.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N56" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Square Centimeter Minute"@en-US ; + rdfs:label "Thermochemical Calorie per Square Centimetre Minute" ; + rdfs:label "Thermochemical Calorie per Square Centimetre Minute"@en . + +unit:CAL_TH-PER-CentiM2-SEC + a qudt:Unit ; + dcterms:description "unit of the surface heat flux according to the Imperial system of units" ; + qudt:conversionMultiplier 41840.0 ; + qudt:conversionMultiplierSN 4.184E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB270" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB270"^^xsd:anyURI ; + qudt:symbol "cal/(cm²·s)" ; + qudt:ucumCode "cal_th.cm-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N57" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Square Centimeter Second"@en-US ; + rdfs:label "Thermochemical Calorie per Square Centimetre Second" ; + rdfs:label "Thermochemical Calorie per Square Centimetre Second"@en . + +unit:CAL_TH-PER-CentiM3-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Thermochemical Calorie per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $cal_th/(cm^{3} K)$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 4184000.0 ; + qudt:conversionMultiplierSN 4.184E6 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$cal_th/(cm^{3} K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:plainTextDescription "Thermochemical Calorie per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as cal{th}/(cm³·K)." ; + qudt:symbol "cal/(cm³·K)" ; + qudt:ucumCode "cal_th.cm-3.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Cubic Centimeter Kelvin"@en-US ; + rdfs:label "Thermochemical Calorie per Cubic Centimetre Kelvin" ; + rdfs:label "Thermochemical Calorie per Cubic Centimetre Kelvin"@en . + +unit:CAL_TH-PER-GM + a qudt:Unit ; + dcterms:description "Thermochemical Calorie. Calories produced per gram of substance."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:expression "$cal$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB153" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB153"^^xsd:anyURI ; + qudt:plainTextDescription "unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "cal/g" ; + qudt:ucumCode "cal_th.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B36" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Gram" ; + rdfs:label "Thermochemical Calorie per Gram"@en . + +unit:CAL_TH-PER-GM-DEG_C + a qudt:Unit ; + dcterms:description "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA366" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA366"^^xsd:anyURI ; + qudt:plainTextDescription "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius" ; + qudt:symbol "cal/(g·°C)" ; + qudt:ucumCode "cal_th.g-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J79" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Gram Degree Celsius" ; + rdfs:label "Thermochemical Calorie per Gram Degree Celsius"@en . + +unit:CAL_TH-PER-GM-K + a qudt:Unit ; + dcterms:description "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA367" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA367"^^xsd:anyURI ; + qudt:plainTextDescription "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin" ; + qudt:symbol "cal/(g·K)" ; + qudt:ucumCode "cal_th.g-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D37" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Gram Kelvin" ; + rdfs:label "Thermochemical Calorie per Gram Kelvin"@en . + +unit:CAL_TH-PER-MIN + a qudt:Unit ; + dcterms:description "unit calorie divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.06973333333333333333333333333333335 ; + qudt:conversionMultiplierSN 6.973333333333333333333333333333335E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA368" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA368"^^xsd:anyURI ; + qudt:plainTextDescription "unit calorie divided by the unit minute" ; + qudt:symbol "cal/min" ; + qudt:ucumCode "cal_th.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J81" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Minute" ; + rdfs:label "Thermochemical Calorie per Minute"@en . + +unit:CAL_TH-PER-SEC + a qudt:Unit ; + dcterms:description "unit calorie divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.184 ; + qudt:conversionMultiplierSN 4.184E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA369" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA369"^^xsd:anyURI ; + qudt:plainTextDescription "unit calorie divided by the SI base unit second" ; + qudt:symbol "cal/s" ; + qudt:ucumCode "cal_th.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J82" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Second" ; + rdfs:label "Thermochemical Calorie per Second"@en . + +unit:CAL_TH-PER-SEC-CentiM-K + a qudt:Unit ; + dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 418.4 ; + qudt:conversionMultiplierSN 4.184E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB109" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB109"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units" ; + qudt:symbol "cal/(s·cm·K)" ; + qudt:ucumCode "cal_th.s-1.cm-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D38" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Second Centimeter Kelvin"@en-US ; + rdfs:label "Thermochemical Calorie per Second Centimetre Kelvin" ; + rdfs:label "Thermochemical Calorie per Second Centimetre Kelvin"@en . + +unit:CAL_TH-PER-SEC-CentiM2-K + a qudt:Unit ; + dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41840.0 ; + qudt:conversionMultiplierSN 4.184E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB097" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB097"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units" ; + qudt:symbol "cal/(s·cm²·K)" ; + qudt:ucumCode "cal_th.s-1.cm-2.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D39" ; + rdfs:isDefinedBy ; + rdfs:label "Thermochemical Calorie per Second Square Centimeter Kelvin"@en-US ; + rdfs:label "Thermochemical Calorie per Second Square Centimetre Kelvin" ; + rdfs:label "Thermochemical Calorie per Second Square Centimetre Kelvin"@en . + +unit:CARAT + a qudt:Unit ; + dcterms:description "The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is $CD$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0002 ; + qudt:conversionMultiplierSN 2.0E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Carat"^^xsd:anyURI ; + qudt:expression "$Nm/ct$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB166" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB166"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Carat?oldid=477129057"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "ct" ; + qudt:ucumCode "[car_m]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CTM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Carat" ; + rdfs:label "Carat"@en ; + skos:altLabel "metric carat" . + +unit:CASES + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + rdfs:isDefinedBy ; + rdfs:label "Cases" ; + rdfs:label "Cases"@en ; + skos:broader unit:NUM . + +unit:CASES-PER-KiloINDIV-YR + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^rdf:HTML ; + qudt:conversionMultiplier 0.00000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CASES ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloINDIV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:MorbidityRate ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; + qudt:plainTextDescription "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year." ; + qudt:symbol "Cases/1000 individuals/year" ; + rdfs:isDefinedBy ; + rdfs:label "Cases per Thousand Individuals Year" ; + rdfs:label "Cases per Thousand Individuals Year"@en . + +unit:CCY_AED + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "AED" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "784" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/United_Arab_Emirates_dirham"^^xsd:anyURI ; + qudt:expression "$AED$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/United_Arab_Emirates_dirham?oldid=491806142"^^xsd:anyURI ; + qudt:symbol "د.إ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "United Arab Emirates Dirham" ; + rdfs:label "United Arab Emirates Dirham"@en . + +unit:CCY_AFN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "AFN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "971" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Afghani"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Afghani?oldid=485904590"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Afghani" ; + rdfs:label "Afghani"@en . + +unit:CCY_ALL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ALL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "008" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lek"^^xsd:anyURI ; + qudt:expression "$ALL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lek?oldid=495195665"^^xsd:anyURI ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lek" ; + rdfs:label "Lek"@en . + +unit:CCY_AMD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "AMD" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "051" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Armenian_dram"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Armenian_dram?oldid=492709723"^^xsd:anyURI ; + qudt:symbol "֏" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Armenian Dram" ; + rdfs:label "Armenian Dram"@en . + +unit:CCY_ANG + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ANG" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "532" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Netherlands_Antillean_guilder"^^xsd:anyURI ; + qudt:expression "$ANG$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Netherlands_Antillean_guilder?oldid=490030382"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Netherlands Antillian Guilder" ; + rdfs:label "Netherlands Antillian Guilder"@en . + +unit:CCY_AOA + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "AOA" ; + qudt:currencyExponent 1 ; + qudt:currencyNumber "973" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Angolan_kwanza"^^xsd:anyURI ; + qudt:expression "$AOA$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Angolan_kwanza?oldid=491748749"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kwanza" ; + rdfs:label "Kwanza"@en . + +unit:CCY_ARS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ARS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "032" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Argentine_peso"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Argentine_peso?oldid=491431588"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Argentine Peso" ; + rdfs:label "Argentine Peso"@en . + +unit:CCY_AUD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "AUD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "036" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Australian_dollar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Australian_dollar?oldid=495046408"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Australian Dollar" ; + rdfs:label "Australian Dollar"@en . + +unit:CCY_AWG + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "AWG" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "533" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Aruban_florin"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Aruban_florin?oldid=492925638"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aruban Guilder" ; + rdfs:label "Aruban Guilder"@en . + +unit:CCY_AZN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "AZN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "944" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Azerbaijani_manat"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Azerbaijani_manat?oldid=495479090"^^xsd:anyURI ; + qudt:symbol "₼" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Azerbaijanian Manat" ; + rdfs:label "Azerbaijanian Manat"@en . + +unit:CCY_BAM + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BAM" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "977" ; + qudt:expression "$BAM$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:symbol "KM" ; + rdfs:isDefinedBy ; + rdfs:label "Convertible Marks" ; + rdfs:label "Convertible Marks"@en . + +unit:CCY_BBD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BBD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "052" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Barbadian_dollar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Barbadian_dollar?oldid=494388633"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Barbados Dollar" ; + rdfs:label "Barbados Dollar"@en . + +unit:CCY_BDT + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BDT" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "050" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bangladeshi_taka"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bangladeshi_taka?oldid=492673895"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bangladeshi Taka" ; + rdfs:label "Bangladeshi Taka"@en . + +unit:CCY_BGN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BGN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "975" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bulgarian_lev"^^xsd:anyURI ; + qudt:expression "$BGN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bulgarian_lev?oldid=494947467"^^xsd:anyURI ; + qudt:symbol "лв." ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bulgarian Lev" ; + rdfs:label "Bulgarian Lev"@en . + +unit:CCY_BGN-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_BGN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "лв./(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Bulgarian Lev per Kilowatt Hour" ; + rdfs:label "Bulgarian Lev per Kilowatt Hour"@en . + +unit:CCY_BHD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BHD" ; + qudt:currencyExponent 3 ; + qudt:currencyNumber "048" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bahraini_dinar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bahraini_dinar?oldid=493086643"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bahraini Dinar" ; + rdfs:label "Bahraini Dinar"@en . + +unit:CCY_BIF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BIF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "108" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Burundian_franc"^^xsd:anyURI ; + qudt:expression "$BIF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Burundian_franc?oldid=489383699"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Burundian Franc" ; + rdfs:label "Burundian Franc"@en . + +unit:CCY_BMD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BMD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "060" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bermudian_dollar"^^xsd:anyURI ; + qudt:expression "$BMD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bermudian_dollar?oldid=492670344"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bermuda Dollar" ; + rdfs:label "Bermuda Dollar"@en . + +unit:CCY_BND + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BND" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "096" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Brunei_dollar"^^xsd:anyURI ; + qudt:expression "$BND$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Brunei_dollar?oldid=495134546"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Brunei Dollar" ; + rdfs:label "Brunei Dollar"@en . + +unit:CCY_BOB + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BOB" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "068" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bolivian_boliviano"^^xsd:anyURI ; + qudt:expression "$BOB$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bolivian_boliviano?oldid=494873944"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Boliviano" ; + rdfs:label "Boliviano"@en . + +unit:CCY_BOV + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BOV" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "984" ; + qudt:expression "$BOV$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "Bolivian Mvdol (funds Code)" ; + rdfs:label "Bolivian Mvdol (funds Code)"@en . + +unit:CCY_BRL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BRL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "986" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Brazilian_real"^^xsd:anyURI ; + qudt:expression "$BRL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Brazilian_real?oldid=495278259"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Brazilian Real" ; + rdfs:label "Brazilian Real"@en . + +unit:CCY_BSD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BSD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "044" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bahamian_dollar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bahamian_dollar?oldid=492776024"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Bahamian Dollar" ; + rdfs:label "Bahamian Dollar"@en . + +unit:CCY_BTC + a qudt:DigitalCurrencyUnit, qudt:Unit ; + qudt:blockchainNetwork "Bitcoin Mainnet" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BTC" ; + qudt:currencyExponent 8 ; + qudt:hasDTICode "4H95A29H86ZN" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:symbol "₿" ; + rdfs:isDefinedBy ; + rdfs:label "Bitcoin" ; + rdfs:label "Bitcoin"@en ; + skos:altLabel "BTC"@en . + +unit:CCY_BTN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BTN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "064" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Bhutanese_ngultrum"^^xsd:anyURI ; + qudt:expression "$BTN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bhutanese_ngultrum?oldid=491579260"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ngultrum" ; + rdfs:label "Ngultrum"@en . + +unit:CCY_BWP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BWP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "072" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pula"^^xsd:anyURI ; + qudt:expression "$BWP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pula?oldid=495207177"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pula" ; + rdfs:label "Pula"@en . + +unit:CCY_BYN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BYN" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "933" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Belarusian_ruble"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Belarusian_ruble?oldid=494143246"^^xsd:anyURI ; + qudt:symbol "Rbl" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Belarussian Ruble" ; + rdfs:label "Belarussian Ruble"@en . + +unit:CCY_BZD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "BZD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "084" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Belize_dollar"^^xsd:anyURI ; + qudt:expression "$BZD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Belize_dollar?oldid=462662376"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Belize Dollar" ; + rdfs:label "Belize Dollar"@en . + +unit:CCY_CAD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CAD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "124" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Canadian_dollar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Canadian_dollar?oldid=494738466"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Canadian Dollar" ; + rdfs:label "Canadian Dollar"@en . + +unit:CCY_CDF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CDF" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "976" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Congolese_franc"^^xsd:anyURI ; + qudt:expression "$CDF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Congolese_franc?oldid=490314640"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Franc Congolais" ; + rdfs:label "Franc Congolais"@en . + +unit:CCY_CHE + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CHE" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "947" ; + qudt:expression "$CHE$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "Wir Euro (complementary Currency)" ; + rdfs:label "Wir Euro (complementary Currency)"@en . + +unit:CCY_CHF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CHF" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "756" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Swiss_franc"^^xsd:anyURI ; + qudt:expression "$CHF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Swiss_franc?oldid=492548706"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "CHF" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Swiss Franc" ; + rdfs:label "Swiss Franc"@en . + +unit:CCY_CHF-PER-HA + a qudt:Unit ; + dcterms:description "The Swiss Francs per hectare (CHF/ha) is a unit for measuring cost per area." ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_CHF ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerArea ; + qudt:plainTextDescription "Unit for measuring cost per area" ; + qudt:symbol "CHF/ha" ; + rdfs:isDefinedBy ; + rdfs:label "Franchi Svizzeri per Ettaro"@it ; + rdfs:label "Francs Suisses Par Hectare"@fr ; + rdfs:label "Schweizer Franken Pro Hektare"@de ; + rdfs:label "Swiss Franc per Hectare" ; + rdfs:label "Swiss Franc per Hectare"@en . + +unit:CCY_CHF-PER-KiloGM + a qudt:Unit ; + dcterms:description "The Swiss Francs per kilogram (CHF/kg) is a unit for measuring the hardware cost of substance or material." ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_CHF ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerMass ; + qudt:plainTextDescription "Unit for measuring the hardware cost of substance or material" ; + qudt:symbol "CHF/kg" ; + rdfs:isDefinedBy ; + rdfs:label "Swiss Franc per Kilogram" ; + rdfs:label "Swiss Franc per Kilogram"@en . + +unit:CCY_CHF-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_CHF ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "CHF/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Swiss Franc per Kilowatt Hour" ; + rdfs:label "Swiss Franc per Kilowatt Hour"@en . + +unit:CCY_CHW + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CHW" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "948" ; + qudt:expression "$CHW$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "Wir Franc (complementary Currency)" ; + rdfs:label "Wir Franc (complementary Currency)"@en . + +unit:CCY_CLF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CLF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "990" ; + qudt:expression "$CLF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "Unidades De Formento (funds Code)" ; + rdfs:label "Unidades De Formento (funds Code)"@en . + +unit:CCY_CLP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CLP" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "152" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Chilean_peso"^^xsd:anyURI ; + qudt:expression "$CLP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Chilean_peso?oldid=495455481"^^xsd:anyURI ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilean Peso" ; + rdfs:label "Chilean Peso"@en . + +unit:CCY_CNY + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CNY" ; + qudt:currencyExponent 1 ; + qudt:currencyNumber "156" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Renminbi"^^xsd:anyURI ; + qudt:expression "$CNY$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Renminbi?oldid=494799454"^^xsd:anyURI ; + qudt:symbol "¥" ; + rdfs:isDefinedBy ; + rdfs:label "Yuan Renminbi" ; + rdfs:label "Yuan Renminbi"@en . + +unit:CCY_COP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "COP" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "170" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Colombian_peso"^^xsd:anyURI ; + qudt:expression "$COP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Colombian_peso?oldid=490834575"^^xsd:anyURI ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Colombian Peso" ; + rdfs:label "Colombian Peso"@en . + +unit:CCY_COU + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "COU" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "970" ; + qudt:expression "$COU$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Unidad De Valor Real" ; + rdfs:label "Unidad De Valor Real"@en . + +unit:CCY_CRC + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CRC" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "188" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Costa_Rican_col%C3%B3n"^^xsd:anyURI ; + qudt:expression "$CRC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Costa_Rican_colón?oldid=491007608"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Costa Rican Colon" ; + rdfs:label "Costa Rican Colon"@en . + +unit:CCY_CUP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CUP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "192" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cuban_peso"^^xsd:anyURI ; + qudt:expression "$CUP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cuban_peso?oldid=486492974"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cuban Peso" ; + rdfs:label "Cuban Peso"@en . + +unit:CCY_CVE + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CVE" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "132" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cape_Verdean_escudo"^^xsd:anyURI ; + qudt:expression "$CVE$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cape_Verdean_escudo?oldid=491416749"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cape Verde Escudo" ; + rdfs:label "Cape Verde Escudo"@en . + +unit:CCY_CYP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CYP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "196" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cypriot_pound"^^xsd:anyURI ; + qudt:expression "$CYP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cypriot_pound?oldid=492644935"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Cyprus Pound" ; + rdfs:label "Cyprus Pound"@en . + +unit:CCY_CZK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "CZK" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "203" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Czech_koruna"^^xsd:anyURI ; + qudt:expression "$CZK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Czech_koruna?oldid=493991393"^^xsd:anyURI ; + qudt:symbol "Kč" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Czech Koruna" ; + rdfs:label "Czech Koruna"@en . + +unit:CCY_CZK-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_CZK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "Kč/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Czech Koruna per Kilowatt Hour" ; + rdfs:label "Czech Koruna per Kilowatt Hour"@en . + +unit:CCY_DJF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "DJF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "262" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Djiboutian_franc"^^xsd:anyURI ; + qudt:expression "$DJF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Djiboutian_franc?oldid=486807423"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Djibouti Franc" ; + rdfs:label "Djibouti Franc"@en . + +unit:CCY_DKK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "DKK" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "208" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Danish_krone"^^xsd:anyURI ; + qudt:expression "$DKK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Danish_krone?oldid=491168880"^^xsd:anyURI ; + qudt:symbol "kr" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Danish Krone" ; + rdfs:label "Danish Krone"@en . + +unit:CCY_DKK-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_DKK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "kr/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Danish Krone per Kilowatt Hour" ; + rdfs:label "Danish Krone per Kilowatt Hour"@en . + +unit:CCY_DOP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "DOP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "214" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dominican_peso"^^xsd:anyURI ; + qudt:expression "$DOP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dominican_peso?oldid=493950199"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dominican Peso" ; + rdfs:label "Dominican Peso"@en . + +unit:CCY_DZD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "DZD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "012" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Algerian_dinar"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Algerian_dinar?oldid=492845503"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Algerian Dinar" ; + rdfs:label "Algerian Dinar"@en . + +unit:CCY_EEK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "EEK" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "233" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Estonian_kroon"^^xsd:anyURI ; + qudt:expression "$EEK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Estonian_kroon?oldid=492626188"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kroon" ; + rdfs:label "Kroon"@en . + +unit:CCY_EGP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "EGP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "818" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Egyptian_pound"^^xsd:anyURI ; + qudt:expression "$EGP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Egyptian_pound?oldid=494670285"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Egyptian Pound" ; + rdfs:label "Egyptian Pound"@en . + +unit:CCY_ERN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ERN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "232" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nakfa"^^xsd:anyURI ; + qudt:expression "$ERN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nakfa?oldid=415286274"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nakfa" ; + rdfs:label "Nakfa"@en . + +unit:CCY_ETB + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ETB" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "230" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ethiopian_birr"^^xsd:anyURI ; + qudt:expression "$ETB$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ethiopian_birr?oldid=493373507"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ethiopian Birr" ; + rdfs:label "Ethiopian Birr"@en . + +unit:CCY_ETH + a qudt:DigitalCurrencyUnit, qudt:Unit ; + qudt:blockchainNetwork "Ethereum Mainnet" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ETH" ; + qudt:currencyExponent 18 ; + qudt:hasDTICode "SV0Q5A20YQ57" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:symbol "Ξ" ; + rdfs:isDefinedBy ; + rdfs:label "Ether" ; + rdfs:label "Ether"@en ; + skos:altLabel "ETH"@en . + +unit:CCY_EUR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "EUR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "978" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Euro"^^xsd:anyURI ; + qudt:expression "$EUR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Euro?oldid=495293446"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "€" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Euro" ; + rdfs:label "Euro"@de ; + rdfs:label "Euro"@en . + +unit:CCY_EUR-PER-KiloW + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_EUR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerPower ; + qudt:plainTextDescription "Unit for measuring the hardware cost of a power generation unit relative to the generated power" ; + qudt:symbol "€/kW" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per Kilowatt" ; + rdfs:label "Euro per Kilowatt"@en ; + rdfs:label "Euro pro Kilowatt"@de . + +unit:CCY_EUR-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_EUR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "€/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per Kilowatt Hour" ; + rdfs:label "Euro per Kilowatt Hour"@en . + +unit:CCY_EUR-PER-M2 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_EUR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerArea ; + qudt:plainTextDescription "Unit for expressing cost per square metre" ; + qudt:symbol "€/m²" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per Square Meter"@en-US ; + rdfs:label "Euro per Square Metre" ; + rdfs:label "Euro per Square Metre"@en ; + rdfs:label "Euro pro Quadratmeter"@de . + +unit:CCY_EUR-PER-W + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_EUR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerPower ; + qudt:plainTextDescription "Unit for measuring the hardware cost of a power generation unit relative to the generated power" ; + qudt:symbol "€/W" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per Watt" ; + rdfs:label "Euro per Watt"@en ; + rdfs:label "Euro pro Watt"@de . + +unit:CCY_EUR-PER-W-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_EUR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "€/(W·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per Watt Hour" ; + rdfs:label "Euro per Watt Hour"@en . + +unit:CCY_EUR-PER-W-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_EUR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "€/(W·s)" ; + rdfs:isDefinedBy ; + rdfs:label "Euro per Watt Second" ; + rdfs:label "Euro per Watt Second"@en ; + rdfs:label "Euro pro Watt Sekunde"@de . + +unit:CCY_FJD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "FJD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "242" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Fijian_dollar"^^xsd:anyURI ; + qudt:expression "$FJD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fijian_dollar?oldid=494373740"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Fiji Dollar" ; + rdfs:label "Fiji Dollar"@en . + +unit:CCY_FKP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "FKP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "238" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Falkland_Islands_pound"^^xsd:anyURI ; + qudt:expression "$FKP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Falkland_Islands_pound?oldid=489513616"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Falkland Islands Pound" ; + rdfs:label "Falkland Islands Pound"@en . + +unit:CCY_GBP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "GBP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "826" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pound_sterling"^^xsd:anyURI ; + qudt:expression "$GBP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pound_sterling?oldid=495524329"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "£" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Sterling" ; + rdfs:label "Pound Sterling"@en . + +unit:CCY_GBP-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_GBP ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "£/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Sterling per Kilowatt Hour" ; + rdfs:label "Pound Sterling per Kilowatt Hour"@en . + +unit:CCY_GEL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "GEL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "981" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lari"^^xsd:anyURI ; + qudt:expression "$GEL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lari?oldid=486808394"^^xsd:anyURI ; + qudt:symbol "₾" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lari" ; + rdfs:label "Lari"@en . + +unit:CCY_GHS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "GHS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "936" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ghanaian_cedi"^^xsd:anyURI ; + qudt:expression "$GHS$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ghanaian_cedi?oldid=415914569"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cedi" ; + rdfs:label "Cedi"@en . + +unit:CCY_GIP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "GIP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "292" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gibraltar_pound"^^xsd:anyURI ; + qudt:expression "$GIP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gibraltar_pound?oldid=494842600"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gibraltar Pound" ; + rdfs:label "Gibraltar Pound"@en . + +unit:CCY_GMD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "GMD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "270" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gambian_dalasi"^^xsd:anyURI ; + qudt:expression "$GMD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gambian_dalasi?oldid=489522429"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dalasi" ; + rdfs:label "Dalasi"@en . + +unit:CCY_GNF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "GNF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "324" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Guinean_franc"^^xsd:anyURI ; + qudt:expression "$GNF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Guinean_franc?oldid=489527042"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Guinea Franc" ; + rdfs:label "Guinea Franc"@en . + +unit:CCY_GTQ + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "GTQ" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "320" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quetzal"^^xsd:anyURI ; + qudt:expression "$GTQ$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quetzal?oldid=489813522"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Quetzal" ; + rdfs:label "Quetzal"@en . + +unit:CCY_GYD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "GYD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "328" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Guyanese_dollar"^^xsd:anyURI ; + qudt:expression "$GYD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Guyanese_dollar?oldid=495070062"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Guyana Dollar" ; + rdfs:label "Guyana Dollar"@en . + +unit:CCY_HKD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "HKD" ; + qudt:currencyExponent 1 ; + qudt:currencyNumber "344" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hong_Kong_dollar"^^xsd:anyURI ; + qudt:expression "$HKD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Hong_Kong_dollar?oldid=495133277"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hong Kong Dollar" ; + rdfs:label "Hong Kong Dollar"@en . + +unit:CCY_HNL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "HNL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "340" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lempira"^^xsd:anyURI ; + qudt:expression "$HNL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lempira?oldid=389955747"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lempira" ; + rdfs:label "Lempira"@en . + +unit:CCY_HRK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "HRK" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "191" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Croatian_kuna"^^xsd:anyURI ; + qudt:expression "$HRK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Croatian_kuna?oldid=490959527"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Croatian Kuna" ; + rdfs:label "Croatian Kuna"@en . + +unit:CCY_HTG + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "HTG" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "332" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Haitian_gourde"^^xsd:anyURI ; + qudt:expression "$HTG$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Haitian_gourde?oldid=486090975"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Haiti Gourde" ; + rdfs:label "Haiti Gourde"@en . + +unit:CCY_HUF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "HUF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "348" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hungarian_forint"^^xsd:anyURI ; + qudt:expression "$HUF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Hungarian_forint?oldid=492818607"^^xsd:anyURI ; + qudt:symbol "Ft" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Forint" ; + rdfs:label "Forint"@en . + +unit:CCY_HUF-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_HUF ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "Ft/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Forint per Kilowatt Hour" ; + rdfs:label "Forint per Kilowatt Hour"@en . + +unit:CCY_IDR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "IDR" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "360" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Indonesian_rupiah"^^xsd:anyURI ; + qudt:expression "$IDR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Indonesian_rupiah?oldid=489729458"^^xsd:anyURI ; + qudt:symbol "Rp" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rupiah" ; + rdfs:label "Rupiah"@en . + +unit:CCY_ILS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ILS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "376" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Israeli_new_sheqel"^^xsd:anyURI ; + qudt:expression "$ILS$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Israeli_new_sheqel?oldid=316213924"^^xsd:anyURI ; + qudt:symbol "₪" ; + rdfs:isDefinedBy ; + rdfs:label "New Israeli Shekel" ; + rdfs:label "New Israeli Shekel"@en . + +unit:CCY_INR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "INR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "356" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Indian_rupee"^^xsd:anyURI ; + qudt:expression "$INR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Indian_rupee?oldid=495120167"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "₹" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Indian Rupee" ; + rdfs:label "Indian Rupee"@en . + +unit:CCY_IQD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "IQD" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "368" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Iraqi_dinar"^^xsd:anyURI ; + qudt:expression "$IQD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Iraqi_dinar?oldid=494793908"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Iraqi Dinar" ; + rdfs:label "Iraqi Dinar"@en . + +unit:CCY_IRR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "IRR" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "364" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Iranian_rial"^^xsd:anyURI ; + qudt:expression "$IRR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Iranian_rial?oldid=495299431"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Iranian Rial" ; + rdfs:label "Iranian Rial"@en . + +unit:CCY_ISK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ISK" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "352" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Icelandic_kr%C3%B3na"^^xsd:anyURI ; + qudt:expression "$ISK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Icelandic_króna?oldid=495457496"^^xsd:anyURI ; + qudt:symbol "kr" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Iceland Krona" ; + rdfs:label "Iceland Krona"@en . + +unit:CCY_JMD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "JMD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "388" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Jamaican_dollar"^^xsd:anyURI ; + qudt:expression "$JMD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Jamaican_dollar?oldid=494039981"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Jamaican Dollar" ; + rdfs:label "Jamaican Dollar"@en . + +unit:CCY_JOD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "JOD" ; + qudt:currencyExponent 3 ; + qudt:currencyNumber "400" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Jordanian_dinar"^^xsd:anyURI ; + qudt:expression "$JOD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Jordanian_dinar?oldid=495270728"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Jordanian Dinar" ; + rdfs:label "Jordanian Dinar"@en . + +unit:CCY_JPY + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "JPY" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "392" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Japanese_yen"^^xsd:anyURI ; + qudt:expression "$JPY$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Japanese_yen?oldid=493771966"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "¥" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Japanese Yen" ; + rdfs:label "Japanese Yen"@en . + +unit:CCY_KES + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KES" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "404" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kenyan_shilling"^^xsd:anyURI ; + qudt:expression "$KES$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kenyan_shilling?oldid=489547027"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kenyan Shilling" ; + rdfs:label "Kenyan Shilling"@en . + +unit:CCY_KGS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KGS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "417" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Som"^^xsd:anyURI ; + qudt:expression "$KGS$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Som?oldid=495411674"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Som" ; + rdfs:label "Som"@en . + +unit:CCY_KHR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KHR" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "116" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Riel"^^xsd:anyURI ; + qudt:expression "$KHR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Riel?oldid=473309240"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Riel" ; + rdfs:label "Riel"@en . + +unit:CCY_KMF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KMF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "174" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Comorian_franc"^^xsd:anyURI ; + qudt:expression "$KMF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Comorian_franc?oldid=489502162"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Comoro Franc" ; + rdfs:label "Comoro Franc"@en . + +unit:CCY_KPW + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KPW" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "408" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/North_Korean_won"^^xsd:anyURI ; + qudt:expression "$KPW$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/North_Korean_won?oldid=495081686"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "North Korean Won" ; + rdfs:label "North Korean Won"@en . + +unit:CCY_KRW + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KRW" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "410" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/South_Korean_won"^^xsd:anyURI ; + qudt:expression "$KRW$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/South_Korean_won?oldid=494404062"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "₩" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "South Korean Won" ; + rdfs:label "South Korean Won"@en . + +unit:CCY_KWD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KWD" ; + qudt:currencyExponent 3 ; + qudt:currencyNumber "414" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kuwaiti_dinar"^^xsd:anyURI ; + qudt:expression "$KWD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kuwaiti_dinar?oldid=489547428"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kuwaiti Dinar" ; + rdfs:label "Kuwaiti Dinar"@en . + +unit:CCY_KYD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KYD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "136" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cayman_Islands_dollar"^^xsd:anyURI ; + qudt:expression "$KYD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cayman_Islands_dollar?oldid=494206112"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cayman Islands Dollar" ; + rdfs:label "Cayman Islands Dollar"@en . + +unit:CCY_KZT + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "KZT" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "398" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kazakhstani_tenge"^^xsd:anyURI ; + qudt:expression "$KZT$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kazakhstani_tenge?oldid=490523058"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Tenge" ; + rdfs:label "Tenge"@en . + +unit:CCY_LAK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "LAK" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "418" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:symbol " ₭" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lao Kip" ; + rdfs:label "Lao Kip"@en . + +unit:CCY_LBP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "LBP" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "422" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lebanese_pound"^^xsd:anyURI ; + qudt:expression "$LBP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lebanese_pound?oldid=495528740"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lebanese Pound" ; + rdfs:label "Lebanese Pound"@en . + +unit:CCY_LKR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "LKR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "144" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sri_Lankan_rupee"^^xsd:anyURI ; + qudt:expression "$LKR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sri_Lankan_rupee?oldid=495359963"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Sri Lanka Rupee" ; + rdfs:label "Sri Lanka Rupee"@en . + +unit:CCY_LRD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "LRD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "430" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Liberian_dollar"^^xsd:anyURI ; + qudt:expression "$LRD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Liberian_dollar?oldid=489549110"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liberian Dollar" ; + rdfs:label "Liberian Dollar"@en . + +unit:CCY_LSL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "LSL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "426" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Loti"^^xsd:anyURI ; + qudt:expression "$LSL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Loti?oldid=384534708"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Loti" ; + rdfs:label "Loti"@en . + +unit:CCY_LTL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "LTL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "440" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lithuanian_litas"^^xsd:anyURI ; + qudt:expression "$LTL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lithuanian_litas?oldid=493046592"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lithuanian Litas" ; + rdfs:label "Lithuanian Litas"@en . + +unit:CCY_LVL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "LVL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "428" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Latvian_lats"^^xsd:anyURI ; + qudt:expression "$LVL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Latvian_lats?oldid=492800402"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Latvian Lats" ; + rdfs:label "Latvian Lats"@en . + +unit:CCY_LYD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "LYD" ; + qudt:currencyExponent 3 ; + qudt:currencyNumber "434" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Libyan_dinar"^^xsd:anyURI ; + qudt:expression "$LYD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Libyan_dinar?oldid=491421981"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Libyan Dinar" ; + rdfs:label "Libyan Dinar"@en . + +unit:CCY_MAD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MAD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "504" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Moroccan_dirham"^^xsd:anyURI ; + qudt:expression "$MAD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Moroccan_dirham?oldid=490560557"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Moroccan Dirham" ; + rdfs:label "Moroccan Dirham"@en . + +unit:CCY_MDL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MDL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "498" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Moldovan_leu"^^xsd:anyURI ; + qudt:expression "$MDL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Moldovan_leu?oldid=490027766"^^xsd:anyURI ; + qudt:symbol "L" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Moldovan Leu" ; + rdfs:label "Moldovan Leu"@en . + +unit:CCY_MGA + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MGA" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "969" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Malagasy_ariary"^^xsd:anyURI ; + qudt:expression "$MGA$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Malagasy_ariary?oldid=489551279"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Malagasy Ariary" ; + rdfs:label "Malagasy Ariary"@en . + +unit:CCY_MKD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MKD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "807" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Macedonian_denar"^^xsd:anyURI ; + qudt:expression "$MKD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Macedonian_denar?oldid=489550202"^^xsd:anyURI ; + qudt:symbol "ден" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Denar" ; + rdfs:label "Denar"@en . + +unit:CCY_MMK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MMK" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "104" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Myanma_kyat"^^xsd:anyURI ; + qudt:expression "$MMK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Myanma_kyat?oldid=441109905"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kyat" ; + rdfs:label "Kyat"@en . + +unit:CCY_MNT + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyExponent 2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mongolian_t%C3%B6gr%C3%B6g"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mongolian_tögrög?oldid=495408271"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mongolian Tugrik" ; + rdfs:label "Mongolian Tugrik"@en . + +unit:CCY_MOP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MOP" ; + qudt:currencyExponent 1 ; + qudt:currencyNumber "446" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pataca"^^xsd:anyURI ; + qudt:expression "$MOP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pataca?oldid=482490442"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pataca" ; + rdfs:label "Pataca"@en . + +unit:CCY_MRU + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MRU" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "929" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mauritanian_ouguiya"^^xsd:anyURI ; + qudt:expression "$MRO$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mauritanian_ouguiya?oldid=490027072"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Ouguiya" ; + rdfs:label "Ouguiya"@en . + +unit:CCY_MTL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MTL" ; + qudt:currencyNumber "470" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Maltese_lira"^^xsd:anyURI ; + qudt:expression "$MTL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Maltese_lira?oldid=493810797"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Maltese Lira" ; + rdfs:label "Maltese Lira"@en . + +unit:CCY_MUR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MUR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "480" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mauritian_rupee"^^xsd:anyURI ; + qudt:expression "$MUR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mauritian_rupee?oldid=487629200"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mauritius Rupee" ; + rdfs:label "Mauritius Rupee"@en . + +unit:CCY_MVR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MVR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "462" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Maldivian_rufiyaa"^^xsd:anyURI ; + qudt:expression "$MVR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Maldivian_rufiyaa?oldid=491578728"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rufiyaa" ; + rdfs:label "Rufiyaa"@en . + +unit:CCY_MWK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MWK" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "454" ; + qudt:expression "$MWK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Malawi Kwacha" ; + rdfs:label "Malawi Kwacha"@en . + +unit:CCY_MXN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MXN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "484" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mexican_peso"^^xsd:anyURI ; + qudt:expression "$MXN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mexican_peso?oldid=494829813"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mexican Peso" ; + rdfs:label "Mexican Peso"@en . + +unit:CCY_MXV + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MXV" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "979" ; + qudt:expression "$MXV$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "Mexican Unidad De Inversion (udi) (funds Code)" ; + rdfs:label "Mexican Unidad De Inversion (udi) (funds Code)"@en . + +unit:CCY_MYR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MYR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "458" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Malaysian_ringgit"^^xsd:anyURI ; + qudt:expression "$MYR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Malaysian_ringgit?oldid=494417091"^^xsd:anyURI ; + qudt:symbol "RM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Malaysian Ringgit" ; + rdfs:label "Malaysian Ringgit"@en . + +unit:CCY_MZN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "MZN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "943" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mozambican_metical"^^xsd:anyURI ; + qudt:expression "$MZN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mozambican_metical?oldid=488225670"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Metical" ; + rdfs:label "Metical"@en . + +unit:CCY_NAD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "NAD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "516" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Namibian_dollar"^^xsd:anyURI ; + qudt:expression "$NAD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Namibian_dollar?oldid=495250023"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Namibian Dollar" ; + rdfs:label "Namibian Dollar"@en . + +unit:CCY_NGN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "NGN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "566" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nigerian_naira"^^xsd:anyURI ; + qudt:expression "$NGN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nigerian_naira?oldid=493462003"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Naira" ; + rdfs:label "Naira"@en . + +unit:CCY_NIO + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "NIO" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "558" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nicaraguan_c%C3%B3rdoba"^^xsd:anyURI ; + qudt:expression "$NIO$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nicaraguan_córdoba?oldid=486140595"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Cordoba Oro" ; + rdfs:label "Cordoba Oro"@en . + +unit:CCY_NOK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "NOK" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "578" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Norwegian_krone"^^xsd:anyURI ; + qudt:expression "$NOK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Norwegian_krone?oldid=495283934"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "kr" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Norwegian Krone" ; + rdfs:label "Norwegian Krone"@en . + +unit:CCY_NOK-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_NOK ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "kr/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Norwegian Krone per Kilowatt Hour" ; + rdfs:label "Norwegian Krone per Kilowatt Hour"@en . + +unit:CCY_NPR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "NPR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "524" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nepalese_rupee"^^xsd:anyURI ; + qudt:expression "$NPR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nepalese_rupee?oldid=476894226"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nepalese Rupee" ; + rdfs:label "Nepalese Rupee"@en . + +unit:CCY_NZD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "NZD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "554" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/New_Zealand_dollar"^^xsd:anyURI ; + qudt:expression "$NZD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/New_Zealand_dollar?oldid=495487722"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "New Zealand Dollar" ; + rdfs:label "New Zealand Dollar"@en . + +unit:CCY_OMR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "OMR" ; + qudt:currencyExponent 3 ; + qudt:currencyNumber "512" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Omani_rial"^^xsd:anyURI ; + qudt:expression "$OMR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Omani_rial?oldid=491748879"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rial Omani" ; + rdfs:label "Rial Omani"@en . + +unit:CCY_PAB + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "PAB" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "590" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Balboa"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Balboa?oldid=482550791"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Balboa" ; + rdfs:label "Balboa"@en . + +unit:CCY_PEN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "PEN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "604" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Peruvian_nuevo_sol"^^xsd:anyURI ; + qudt:expression "$PEN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Peruvian_nuevo_sol?oldid=494237249"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nuevo Sol" ; + rdfs:label "Nuevo Sol"@en . + +unit:CCY_PGK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "PGK" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "598" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kina"^^xsd:anyURI ; + qudt:expression "$PGK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kina?oldid=477155361"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kina" ; + rdfs:label "Kina"@en . + +unit:CCY_PHP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "PHP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "608" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Philippine_peso"^^xsd:anyURI ; + qudt:expression "$PHP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Philippine_peso?oldid=495411811"^^xsd:anyURI ; + qudt:symbol "₱" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Philippine Peso" ; + rdfs:label "Philippine Peso"@en . + +unit:CCY_PKR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "PKR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "586" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pakistani_rupee"^^xsd:anyURI ; + qudt:expression "$PKR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pakistani_rupee?oldid=494937873"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pakistan Rupee" ; + rdfs:label "Pakistan Rupee"@en . + +unit:CCY_PLN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "PLN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "985" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Polish_z%C5%82oty"^^xsd:anyURI ; + qudt:expression "$PLN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Polish_złoty?oldid=492697733"^^xsd:anyURI ; + qudt:symbol "zł" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Zloty" ; + rdfs:label "Zloty"@en . + +unit:CCY_PLN-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_PLN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "zł/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Zloty per Kilowatt Hour" ; + rdfs:label "Zloty per Kilowatt Hour"@en . + +unit:CCY_PYG + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "PYG" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "600" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Guaran%C3%AD"^^xsd:anyURI ; + qudt:expression "$PYG$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Guaraní?oldid=412592698"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Guarani" ; + rdfs:label "Guarani"@en . + +unit:CCY_QAR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "QAR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "634" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Qatari_riyal"^^xsd:anyURI ; + qudt:expression "$QAR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Qatari_riyal?oldid=491747452"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Qatari Rial" ; + rdfs:label "Qatari Rial"@en . + +unit:CCY_RON + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "RON" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "946" ; + qudt:expression "$RON$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:symbol "L" ; + rdfs:isDefinedBy ; + rdfs:label "Romanian New Leu" ; + rdfs:label "Romanian New Leu"@en . + +unit:CCY_RON-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_RON ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "L/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Romanian New Leu per Kilowatt Hour" ; + rdfs:label "Romanian New Leu per Kilowatt Hour"@en . + +unit:CCY_RSD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "RSD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "941" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Serbian_dinar"^^xsd:anyURI ; + qudt:expression "$RSD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Serbian_dinar?oldid=495146650"^^xsd:anyURI ; + qudt:symbol "дин" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Serbian Dinar" ; + rdfs:label "Serbian Dinar"@en . + +unit:CCY_RUB + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "RUB" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "643" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Russian_ruble"^^xsd:anyURI ; + qudt:expression "$RUB$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Russian_ruble?oldid=494336467"^^xsd:anyURI ; + qudt:symbol "₽" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Russian Ruble" ; + rdfs:label "Russian Ruble"@en . + +unit:CCY_RWF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "RWF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "646" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Rwandan_franc"^^xsd:anyURI ; + qudt:expression "$RWF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Rwandan_franc?oldid=489727903"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Rwanda Franc" ; + rdfs:label "Rwanda Franc"@en . + +unit:CCY_SAR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SAR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "682" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Saudi_riyal"^^xsd:anyURI ; + qudt:expression "$SAR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Saudi_riyal?oldid=491092981"^^xsd:anyURI ; + qudt:symbol "﷼" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Saudi Riyal" ; + rdfs:label "Saudi Riyal"@en . + +unit:CCY_SBD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SBD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "090" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Solomon_Islands_dollar"^^xsd:anyURI ; + qudt:expression "$SBD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Solomon_Islands_dollar?oldid=490313285"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Solomon Islands Dollar" ; + rdfs:label "Solomon Islands Dollar"@en . + +unit:CCY_SCR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SCR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "690" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Seychellois_rupee"^^xsd:anyURI ; + qudt:expression "$SCR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Seychellois_rupee?oldid=492242185"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Seychelles Rupee" ; + rdfs:label "Seychelles Rupee"@en . + +unit:CCY_SDG + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SDG" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "938" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sudanese_pound"^^xsd:anyURI ; + qudt:expression "$SDG$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sudanese_pound?oldid=495263707"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Sudanese Pound" ; + rdfs:label "Sudanese Pound"@en . + +unit:CCY_SEK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SEK" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "752" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Swedish_krona"^^xsd:anyURI ; + qudt:expression "$SEK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Swedish_krona?oldid=492703602"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "kr" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Swedish Krona" ; + rdfs:label "Swedish Krona"@en . + +unit:CCY_SEK-PER-KiloW-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CCY_SEK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerEnergy ; + qudt:plainTextDescription "Unit for measuring the cost of electricity." ; + qudt:symbol "kr/(kW·h)" ; + rdfs:isDefinedBy ; + rdfs:label "Swedish Krona per Kilowatt Hour" ; + rdfs:label "Swedish Krona per Kilowatt Hour"@en . + +unit:CCY_SGD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SGD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "702" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Singapore_dollar"^^xsd:anyURI ; + qudt:expression "$SGD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Singapore_dollar?oldid=492228311"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Singapore Dollar" ; + rdfs:label "Singapore Dollar"@en . + +unit:CCY_SHP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SHP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "654" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Saint_Helena_pound"^^xsd:anyURI ; + qudt:expression "$SHP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Saint_Helena_pound?oldid=490152057"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Saint Helena Pound" ; + rdfs:label "Saint Helena Pound"@en . + +unit:CCY_SKK + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SKK" ; + qudt:currencyNumber "703" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Slovak_koruna"^^xsd:anyURI ; + qudt:expression "$SKK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Slovak_koruna?oldid=492625951"^^xsd:anyURI ; + qudt:symbol "Sk" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Slovak Koruna" ; + rdfs:label "Slovak Koruna"@en . + +unit:CCY_SLE + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SLE" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "925" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sierra_Leonean_leone"^^xsd:anyURI ; + qudt:expression "$SLL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sierra_Leonean_leone?oldid=493517965"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Leone" ; + rdfs:label "Leone"@en . + +unit:CCY_SOS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SOS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "706" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Somali_shilling"^^xsd:anyURI ; + qudt:expression "$SOS$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Somali_shilling?oldid=494434126"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Somali Shilling" ; + rdfs:label "Somali Shilling"@en . + +unit:CCY_SRD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SRD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "968" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Surinamese_dollar"^^xsd:anyURI ; + qudt:expression "$SRD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Surinamese_dollar?oldid=490316270"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Surinam Dollar" ; + rdfs:label "Surinam Dollar"@en . + +unit:CCY_STN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "STN" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "930" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dobra"^^xsd:anyURI ; + qudt:expression "$STD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dobra?oldid=475725328"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Dobra" ; + rdfs:label "Dobra"@en . + +unit:CCY_SYP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SYP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "760" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Syrian_pound"^^xsd:anyURI ; + qudt:expression "$SYP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Syrian_pound?oldid=484294722"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Syrian Pound" ; + rdfs:label "Syrian Pound"@en . + +unit:CCY_SZL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "SZL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "748" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Swazi_lilangeni"^^xsd:anyURI ; + qudt:expression "$SZL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Swazi_lilangeni?oldid=490323340"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lilangeni" ; + rdfs:label "Lilangeni"@en . + +unit:CCY_THB + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "THB" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "764" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Thai_baht"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thai_baht?oldid=493286022"^^xsd:anyURI ; + qudt:symbol "฿" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Baht" ; + rdfs:label "Baht"@en . + +unit:CCY_TJS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "TJS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "972" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tajikistani_somoni"^^xsd:anyURI ; + qudt:expression "$TJS$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tajikistani_somoni?oldid=492500781"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Somoni" ; + rdfs:label "Somoni"@en . + +unit:CCY_TMT + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "TMT" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "934" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Manat"^^xsd:anyURI ; + qudt:expression "$TMM$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Manat?oldid=486967490"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Manat" ; + rdfs:label "Manat"@en . + +unit:CCY_TND + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "TND" ; + qudt:currencyExponent 3 ; + qudt:currencyNumber "788" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tunisian_dinar"^^xsd:anyURI ; + qudt:expression "$TND$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tunisian_dinar?oldid=491218035"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tunisian Dinar" ; + rdfs:label "Tunisian Dinar"@en . + +unit:CCY_TOP + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "TOP" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "776" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tongan_pa%CA%BBanga"^^xsd:anyURI ; + qudt:expression "$TOP$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tongan_paʻanga?oldid=482738012"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Pa'anga" ; + rdfs:label "Pa'anga"@en . + +unit:CCY_TRY + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "TRY" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "949" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Turkish_lira"^^xsd:anyURI ; + qudt:expression "$TRY$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Turkish_lira?oldid=494097764"^^xsd:anyURI ; + qudt:symbol "₺" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "New Turkish Lira" ; + rdfs:label "New Turkish Lira"@en . + +unit:CCY_TTD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "TTD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "780" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Trinidad_and_Tobago_dollar"^^xsd:anyURI ; + qudt:expression "$TTD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Trinidad_and_Tobago_dollar?oldid=490325306"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Trinidad and Tobago Dollar" ; + rdfs:label "Trinidad and Tobago Dollar"@en . + +unit:CCY_TWD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "TWD" ; + qudt:currencyExponent 1 ; + qudt:currencyNumber "901" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/New_Taiwan_dollar"^^xsd:anyURI ; + qudt:expression "$TWD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/New_Taiwan_dollar?oldid=493996933"^^xsd:anyURI ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "New Taiwan Dollar" ; + rdfs:label "New Taiwan Dollar"@en . + +unit:CCY_TZS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "TZS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "834" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tanzanian_shilling"^^xsd:anyURI ; + qudt:expression "$TZS$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tanzanian_shilling?oldid=492257527"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tanzanian Shilling" ; + rdfs:label "Tanzanian Shilling"@en . + +unit:CCY_UAH + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "UAH" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "980" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ukrainian_hryvnia"^^xsd:anyURI ; + qudt:expression "$UAH$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ukrainian_hryvnia?oldid=493064633"^^xsd:anyURI ; + qudt:symbol "₴" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hryvnia" ; + rdfs:label "Hryvnia"@en . + +unit:CCY_UGX + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "UGX" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "800" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ugandan_shilling"^^xsd:anyURI ; + qudt:expression "$UGX$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ugandan_shilling?oldid=495383966"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Uganda Shilling" ; + rdfs:label "Uganda Shilling"@en . + +unit:CCY_USD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:altSymbol "US$" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "USD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "840" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:symbol "$" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Dollar" ; + rdfs:label "Us Dollar"@en . + +unit:CCY_USDT + a qudt:DigitalCurrencyUnit, qudt:Unit ; + qudt:blockchainNetwork "Ethereum Mainnet" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "USDT" ; + qudt:currencyExponent 6 ; + qudt:hasDTICode "3TVN6M8L2K63" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "Tether USD" ; + rdfs:label "Tether USD"@en ; + skos:altLabel "USDT"@en . + +unit:CCY_USN + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "USN" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "997" ; + qudt:expression "$USN$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "United States Dollar (next Day) (funds Code)" ; + rdfs:label "United States Dollar (next Day) (funds Code)"@en . + +unit:CCY_USS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "USS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "998" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "United States Dollar (same Day) (funds Code)" ; + rdfs:label "United States Dollar (same Day) (funds Code)"@en . + +unit:CCY_UYU + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "UYU" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "858" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Uruguayan_peso"^^xsd:anyURI ; + qudt:expression "$UYU$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Uruguayan_peso?oldid=487528781"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Peso Uruguayo" ; + rdfs:label "Peso Uruguayo"@en . + +unit:CCY_UZS + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "UZS" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "860" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Uzbekistani_som"^^xsd:anyURI ; + qudt:expression "$UZS$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Uzbekistani_som?oldid=490522228"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Uzbekistan Som" ; + rdfs:label "Uzbekistan Som"@en . + +unit:CCY_VES + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "VES" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "928" ; + qudt:expression "$VEB$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Venezuelan Bolvar" ; + rdfs:label "Venezuelan Bolvar"@en . + +unit:CCY_VND + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "VND" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "704" ; + qudt:expression "$VND$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vietnamese ??ng" ; + rdfs:label "Vietnamese ??ng"@en . + +unit:CCY_VUV + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "VUV" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "548" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Vanuatu_vatu"^^xsd:anyURI ; + qudt:expression "$VUV$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Vanuatu_vatu?oldid=494667103"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Vatu" ; + rdfs:label "Vatu"@en . + +unit:CCY_WST + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "WST" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "882" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Samoan_tala"^^xsd:anyURI ; + qudt:expression "$WST$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Samoan_tala?oldid=423898531"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "Samoan Tala" ; + rdfs:label "Samoan Tala"@en . + +unit:CCY_XAF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XAF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "950" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cfa Franc Beac" ; + rdfs:label "Cfa Franc Beac"@en . + +unit:CCY_XAG + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XAG" ; + qudt:currencyNumber "961" ; + qudt:expression "$XAG$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:ucumCode "[oz_tr]{Ag}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Silver (one Troy Ounce)" ; + rdfs:label "Silver (one Troy Ounce)"@en . + +unit:CCY_XAU + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XAU" ; + qudt:currencyNumber "959" ; + qudt:expression "$XAU$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:ucumCode "[oz_tr]{Au}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gold (one Troy Ounce)" ; + rdfs:label "Gold (one Troy Ounce)"@en . + +unit:CCY_XBA + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XBA" ; + qudt:currencyNumber "955" ; + qudt:expression "$XBA$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "European Composite Unit (eurco) (bonds Market Unit)" ; + rdfs:label "European Composite Unit (eurco) (bonds Market Unit)"@en . + +unit:CCY_XBB + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XBB" ; + qudt:currencyNumber "956" ; + qudt:expression "$XBB$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "European Monetary Unit (e.m.u.-6) (bonds Market Unit)" ; + rdfs:label "European Monetary Unit (e.m.u.-6) (bonds Market Unit)"@en . + +unit:CCY_XBC + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XBC" ; + qudt:currencyNumber "957" ; + qudt:expression "$XBC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)" ; + rdfs:label "European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)"@en . + +unit:CCY_XBD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XBD" ; + qudt:currencyNumber "958" ; + qudt:expression "$XBD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)" ; + rdfs:label "European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)"@en . + +unit:CCY_XCD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XCD" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "951" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/East_Caribbean_dollar"^^xsd:anyURI ; + qudt:expression "$XCD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/East_Caribbean_dollar?oldid=493020176"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "East Caribbean Dollar" ; + rdfs:label "East Caribbean Dollar"@en . + +unit:CCY_XDR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XDR" ; + qudt:currencyNumber "960" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Special_Drawing_Rights"^^xsd:anyURI ; + qudt:expression "$XDR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Special_Drawing_Rights?oldid=467224374"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Special Drawing Rights" ; + rdfs:label "Special Drawing Rights"@en . + +unit:CCY_XFO + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XFO" ; + qudt:expression "$XFO$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "Gold Franc (special Settlement Currency)" ; + rdfs:label "Gold Franc (special Settlement Currency)"@en . + +unit:CCY_XFU + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XFU" ; + qudt:expression "$XFU$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + rdfs:isDefinedBy ; + rdfs:label "Uic Franc (special Settlement Currency)" ; + rdfs:label "Uic Franc (special Settlement Currency)"@en . + +unit:CCY_XOF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XOF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "952" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cfa Franc Bceao" ; + rdfs:label "Cfa Franc Bceao"@en . + +unit:CCY_XPD + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XPD" ; + qudt:currencyNumber "964" ; + qudt:expression "$XPD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:ucumCode "[oz_tr]{Pd}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Palladium (one Troy Ounce)" ; + rdfs:label "Palladium (one Troy Ounce)"@en . + +unit:CCY_XPF + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XPF" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "953" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cfp Franc" ; + rdfs:label "Cfp Franc"@en . + +unit:CCY_XPT + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "XPT" ; + qudt:currencyNumber "962" ; + qudt:expression "$XPT$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:ucumCode "[oz_tr]{Pt}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Platinum (one Troy Ounce)" ; + rdfs:label "Platinum (one Troy Ounce)"@en . + +unit:CCY_YER + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "YER" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "886" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Yemeni_rial"^^xsd:anyURI ; + qudt:expression "$YER$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Yemeni_rial?oldid=494507603"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Yemeni Rial" ; + rdfs:label "Yemeni Rial"@en . + +unit:CCY_ZAR + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ZAR" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "710" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/South_African_rand"^^xsd:anyURI ; + qudt:expression "$ZAR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/South_African_rand?oldid=493780395"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "R" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "South African Rand" ; + rdfs:label "South African Rand"@en . + +unit:CCY_ZMW + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ZMW" ; + qudt:currencyExponent 0 ; + qudt:currencyNumber "967" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Zambian_kwacha"^^xsd:anyURI ; + qudt:expression "$ZMK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Zambian_kwacha?oldid=490328608"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Zambian Kwacha" ; + rdfs:label "Zambian Kwacha"@en . + +unit:CCY_ZWL + a qudt:CurrencyUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:currencyCode "ZWL" ; + qudt:currencyExponent 2 ; + qudt:currencyNumber "932" ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Zimbabwean_dollar"^^xsd:anyURI ; + qudt:expression "$ZWD$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Zimbabwean_dollar?oldid=491532675"^^xsd:anyURI ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Zimbabwe Dollar" ; + rdfs:label "Zimbabwe Dollar"@en . + +unit:CD + a qudt:Unit ; + dcterms:description "$\\textit{Candela}$ is a unit for 'Luminous Intensity' expressed as $cd$. The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Candela"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAA370" ; + qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA370"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Candela?oldid=484253082"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:candela ; + qudt:symbol "cd" ; + qudt:ucumCode "cd"^^qudt:UCUMcs ; + qudt:udunitsCode "cd" ; + qudt:uneceCommonCode "CDL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Candela" ; + rdfs:label "Candela"@de ; + rdfs:label "Candela"@en ; + rdfs:label "Candela"@es ; + rdfs:label "Candela"@fr ; + rdfs:label "Candela"@it ; + rdfs:label "Candela"@la ; + rdfs:label "Candela"@pt ; + rdfs:label "Candela"@tr ; + rdfs:label "Candelă"@ro ; + rdfs:label "Kandela"@cs ; + rdfs:label "Kandela"@hu ; + rdfs:label "Kandela"@ms ; + rdfs:label "Kandela"@pl ; + rdfs:label "Kandela"@sl ; + rdfs:label "Καντέλα"@el ; + rdfs:label "Кандела"@bg ; + rdfs:label "Кандела"@ru ; + rdfs:label "קנדלה"@he ; + rdfs:label "قنديلة"@ar ; + rdfs:label "کاندلا"@fa ; + rdfs:label "कॅन्डेला"@hi ; + rdfs:label "カンデラ"@ja ; + rdfs:label "坎德拉"@zh . + +unit:CD-PER-FT2 + a qudt:Unit ; + dcterms:description "base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:conversionMultiplier 10.7639104167097223083335055559 ; + qudt:conversionMultiplierSN 1.07639104167097223083335055559E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB441" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB441"^^xsd:anyURI ; + qudt:symbol "cd/ft²" ; + qudt:ucumCode "cd.[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P32" ; + rdfs:isDefinedBy ; + rdfs:label "Candela per Square Foot" ; + rdfs:label "Candela per Square Foot"@en . + +unit:CD-PER-IN2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Candela per Square Inch\" is a unit for 'Luminance' expressed as $cd/in^{2}$."^^qudt:LatexString ; + qudt:conversionMultiplier 1550.0031000062000124000248000496 ; + qudt:conversionMultiplierSN 1.5500031000062000124000248000496E3 ; + qudt:expression "$cd/in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CD ; + ] ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB257" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB257"^^xsd:anyURI ; + qudt:symbol "cd/in²" ; + qudt:ucumCode "cd.[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P28" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Candela per Square Inch" ; + rdfs:label "Candela per Square Inch"@en . + +unit:CD-PER-KiloLM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloLM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CD ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousIntensityDistribution ; + qudt:symbol "cd/klm" ; + qudt:ucumCode "cd.klm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Candela par Kilolumen"@fr ; + rdfs:label "Candela per Chilolumen"@it ; + rdfs:label "Candela per Kilolumen" ; + rdfs:label "Candela per Kilolumen"@en ; + rdfs:label "Candela per Kilolümen"@tr ; + rdfs:label "Candela por Kilolumen"@es ; + rdfs:label "Candela pro Kilolumen"@de ; + rdfs:label "Candelă pe Kilolumen"@ro ; + rdfs:label "Kandela na Kilolumen"@cs ; + rdfs:label "Kandela na Kilolumen"@pl ; + rdfs:label "Kandela na Kilolumen"@sl ; + rdfs:label "Kandela per Kilolumen"@ms . + +unit:CD-PER-LM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LM ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousIntensityDistribution ; + qudt:symbol "cd/lm" ; + qudt:ucumCode "cd.lm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Candela par Lumen"@fr ; + rdfs:label "Candela per Lumen" ; + rdfs:label "Candela per Lumen"@en ; + rdfs:label "Candela per Lumen"@it ; + rdfs:label "Candela per Lumen"@la ; + rdfs:label "Candela per Lümen"@tr ; + rdfs:label "Candela por Lumen"@es ; + rdfs:label "Candela por Lumen"@pt ; + rdfs:label "Candela pro Lumen"@de ; + rdfs:label "Candelă pe Lumen"@ro ; + rdfs:label "Kandela na Lumen"@cs ; + rdfs:label "Kandela na Lumen"@pl ; + rdfs:label "Kandela na Lumen"@sl ; + rdfs:label "Kandela per Lumen"@ms ; + rdfs:label "Καντέλα ανά Λούμεν"@el ; + rdfs:label "Кандела на Лумен"@bg ; + rdfs:label "Кандела на Лумен"@ru . + +unit:CD-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The candela per square metre ($cd/m^2$) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit ($1 nit = 1 cd/m^2$). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 $cd/m^2$; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of $120 cd/m^2$. $Nit$ is believed to come from the Latin word nitere, to shine."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$cd/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAA371" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA371"^^xsd:anyURI ; + qudt:symbol "cd/m²" ; + qudt:ucumCode "cd.m-2"^^qudt:UCUMcs ; + qudt:udunitsCode "nt" ; + qudt:uneceCommonCode "A24" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Candela par Mètre Carré"@fr ; + rdfs:label "Candela per Metrekare"@tr ; + rdfs:label "Candela per Metro Quadrato"@it ; + rdfs:label "Candela per Metrum Quadratum"@la ; + rdfs:label "Candela per Square Meter"@en-US ; + rdfs:label "Candela per Square Metre" ; + rdfs:label "Candela per Square Metre"@en ; + rdfs:label "Candela por Metro Cuadrado"@es ; + rdfs:label "Candela por Metro Quadrado"@pt ; + rdfs:label "Candela pro Quadratmeter"@de ; + rdfs:label "Candelă pe Metru Pătrat"@ro ; + rdfs:label "Kandela na Kvadratni Meter"@sl ; + rdfs:label "Kandela na Metr Kwadratowy"@pl ; + rdfs:label "Kandela na Čtvereční Metr"@cs ; + rdfs:label "Kandela per Meter Persegi"@ms ; + rdfs:label "Καντέλα ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Кандела на Квадратен Метър"@bg ; + rdfs:label "Кандела на Квадратный Метр"@ru . + +unit:CD_IN + a qudt:Unit ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; + dcterms:isReplacedBy unit:CD_IT ; + qudt:conversionMultiplier 0.920 ; + qudt:conversionMultiplierSN 9.20E-1 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB440" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB440"^^xsd:anyURI ; + qudt:scalingOf unit:CD ; + qudt:symbol "international candle" ; + qudt:uneceCommonCode "P36" ; + rdfs:isDefinedBy ; + rdfs:label "International Candle" ; + rdfs:label "International Candle"@en ; + rdfs:seeAlso unit:HK . + +unit:CD_IT + a qudt:Unit ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; + qudt:conversionMultiplier 0.920 ; + qudt:conversionMultiplierSN 9.20E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB440" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB440"^^xsd:anyURI ; + qudt:scalingOf unit:CD ; + qudt:symbol "international candle" ; + qudt:uneceCommonCode "P36" ; + rdfs:isDefinedBy ; + rdfs:label "International Candle" ; + rdfs:label "International Candle"@en ; + rdfs:seeAlso unit:HK . + +unit:CH + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice."^^rdf:HTML ; + dcterms:isReplacedBy unit:CHAIN ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 20.1168 ; + qudt:conversionMultiplierSN 2.01168E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Chain"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.0" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB203" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB203"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Chain?oldid=494116185"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M ; + qudt:symbol "ch" ; + qudt:ucumCode "[ch_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "X1" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chain" ; + rdfs:label "Chain"@en ; + skos:altLabel "Gunter's chain" . + +unit:CHAIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 20.1168 ; + qudt:conversionMultiplierSN 2.01168E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Chain"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB203" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB203"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Chain?oldid=494116185"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M ; + qudt:symbol "ch" ; + qudt:ucumCode "[ch_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "X1" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chain" ; + rdfs:label "Chain"@en ; + skos:altLabel "Gunter's chain" . + +unit:CHAIN_US + a qudt:Unit ; + dcterms:description "unit of the length according to the U.S. Survey Foot" ; + qudt:conversionMultiplier 20.11684023 ; + qudt:conversionMultiplierSN 2.011684023E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA372" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA372"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "ch (US survey)" ; + qudt:uneceCommonCode "M49" ; + rdfs:isDefinedBy ; + rdfs:label "Chain (based on U.s. Survey Foot)" ; + rdfs:label "Chain (based on U.s. Survey Foot)"@en . + +unit:CHF-PER-KiloGM + a qudt:Unit ; + dcterms:isReplacedBy unit:CCY_CHF-PER-KiloGM ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CHF ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:CostPerMass ; + qudt:plainTextDescription "Unit for measuring the hardware cost of substance or material" ; + qudt:symbol "CHF/kg" ; + rdfs:isDefinedBy ; + rdfs:label "Swiss Francs per KiloGram" ; + rdfs:label "Swiss Francs per KiloGram"@en . + +unit:CI + a qudt:Unit ; + dcterms:description "The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000000.0 ; + qudt:conversionMultiplierSN 3.7E10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA138" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA138"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:BQ ; + qudt:symbol "Ci" ; + qudt:ucumCode "Ci"^^qudt:UCUMcs ; + qudt:udunitsCode "Ci" ; + qudt:uneceCommonCode "CUR" ; + rdfs:isDefinedBy ; + rdfs:label "Curie" ; + rdfs:label "Curie"@en . + +unit:CI-PER-KiloGM + a qudt:Unit ; + dcterms:description "1,000-fold of the unit curie divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 37000000000.0 ; + qudt:conversionMultiplierSN 3.7E10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CI ; + ] ; + qudt:hasQuantityKind quantitykind:MassicActivity ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:iec61360Code "0112/2///62720#UAB091" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB091"^^xsd:anyURI ; + qudt:symbol "Ci/kg" ; + qudt:ucumCode "Ci.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A42" ; + rdfs:isDefinedBy ; + rdfs:label "Curie per Kilogram" ; + rdfs:label "Curie per Kilogram"@en . + +unit:CLO + a qudt:Unit ; + dcterms:description "A C.G.S System unit for $\\textit{Thermal Insulance}$ expressed as \"clo\"."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.155 ; + qudt:conversionMultiplierSN 1.55E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:iec61360Code "0112/2///62720#UAA374" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA374"^^xsd:anyURI ; + qudt:scalingOf unit:M2-K-PER-W ; + qudt:symbol "clo" ; + qudt:uneceCommonCode "J83" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Clo" ; + rdfs:label "Clo"@en . + +unit:CM_H2O + a qudt:ContextualUnit, qudt:Unit ; + dcterms:isReplacedBy unit:CentiM_H2O ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "2.1.26" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Pressure ; + qudt:scalingOf unit:PA ; + rdfs:isDefinedBy ; + rdfs:label "Centimetre of Water" ; + rdfs:label "Centimetre of Water"@en . + +unit:CORD + a qudt:Unit ; + dcterms:description "The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it. "^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3.624556363776 ; + qudt:conversionMultiplierSN 3.624556363776E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cord"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAB289" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB289"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cord?oldid=490232340"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M3 ; + qudt:symbol "cord" ; + qudt:ucumCode "[crd_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M68" ; + qudt:uneceCommonCode "WCD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cord" ; + rdfs:label "Cord"@en . + +unit:COUNT + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "\"Count\" is a unit for a dimensionless count."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:NUM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + rdfs:isDefinedBy ; + rdfs:label "Count" ; + rdfs:label "Count"@en . + +unit:CP + a qudt:Unit ; + dcterms:description "\"Candlepower\" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Candlepower"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Candlepower?oldid=491140098"^^xsd:anyURI ; + qudt:scalingOf unit:CD ; + qudt:symbol "cp" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Candlepower" ; + rdfs:label "Candlepower"@en . + +unit:CUP + a qudt:Unit ; + dcterms:description "\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as $cup$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00023658825 ; + qudt:conversionMultiplierSN 2.3658825E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:CUP_US ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:scalingOf unit:M3 ; + qudt:symbol "cup" ; + qudt:ucumCode "[cup_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G21" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Cup" ; + rdfs:label "Us Liquid Cup"@en . + +unit:CUP_US + a qudt:Unit ; + dcterms:description "unit of the volume according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00023658825 ; + qudt:conversionMultiplierSN 2.3658825E-4 ; + qudt:exactMatch unit:CUP ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA404" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA404"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume according to the Anglo-American system of units" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "cup{US}" ; + qudt:ucumCode "[cup_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G21" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cup (US)" ; + rdfs:label "Cup (US)"@en . + +unit:CWT_LONG + a qudt:Unit ; + dcterms:description "\"Hundred Weight - Long\" is a unit for 'Mass' expressed as $cwt$."^^qudt:LatexString ; + qudt:conversionMultiplier 50.80235 ; + qudt:conversionMultiplierSN 5.080235E1 ; + qudt:exactMatch unit:Hundredweight_UK ; + qudt:expression "$cwt long$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "cwt{long}" ; + qudt:ucumCode "[lcwt_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CWI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Long Hundred Weight" ; + rdfs:label "Long Hundred Weight"@en ; + skos:altLabel "British hundredweight" . + +unit:CWT_SHORT + a qudt:Unit ; + dcterms:description "\"Hundred Weight - Short\" is a unit for 'Mass' expressed as $cwt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 45.359237 ; + qudt:conversionMultiplierSN 4.5359237E1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:Hundredweight_US ; + qudt:expression "$cwt$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "cwt{short}" ; + qudt:ucumCode "[scwt_av]"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hundred Weight - Short" ; + rdfs:label "Hundred Weight - Short"@en ; + skos:altLabel "U.S. hundredweight" . + +unit:CYC + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:symbol "cycle" ; + rdfs:isDefinedBy ; + rdfs:label "Cycle" ; + rdfs:label "Cycle"@en ; + skos:broader unit:NUM . + +unit:CYC-PER-SEC + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "The \"cycle per second\" is a once-common English name for the unit of frequency now known as the hertz (Hz)." ; + qudt:altSymbol "c.p.s" ; + qudt:altSymbol "cycles/s" ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:HZ ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CYC ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cycle_per_second"^^xsd:anyURI ; + qudt:symbol "cycle/s" ; + rdfs:isDefinedBy ; + rdfs:label "Cycle per Second" ; + rdfs:label "Cycle per Second"@en . + +unit:C_Ab + a qudt:Unit ; + dcterms:description "\"abcoulomb\" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs ($1\\,abC\\,=\\,10\\,C$)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abcoulomb"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-9?rskey=KHjyOu"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abcoulomb?oldid=477198635"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:A-SEC ; + qudt:symbol "abC" ; + qudt:ucumCode "10.C"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abcoulomb" ; + rdfs:label "Abcoulomb"@en . + +unit:C_Ab-PER-CentiM2 + a qudt:Unit ; + dcterms:description """Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system. +Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of $L_2TI$. where $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit $C/m^2$ by multiplying its value by a factor of 100,000."""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:expression "$abc-per-cm2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C_Ab ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_charge_surface_density--abcoulomb_per_square_centimeter.cfm"^^xsd:anyURI ; + qudt:latexDefinition "$abcoulomb/cm^2$"^^qudt:LatexString ; + qudt:symbol "abC/cm²" ; + qudt:ucumCode "10.C.cm-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abcoulomb per Square Centimeter"@en-US ; + rdfs:label "Abcoulomb per Square Centimetre" ; + rdfs:label "Abcoulomb per Square Centimetre"@en . + +unit:C_Stat + a qudt:Unit ; + dcterms:description "The statcoulomb ($statC$) or franklin ($Fr$) or electrostatic unit of charge ($esu$) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by $1\\ statC = 1\\ g\\ cm\\ s = 1\\ erg\\ cm$. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.00000000033356409519815204957557671447492 ; + qudt:conversionMultiplierSN 3.3356409519815204957557671447492E-10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Statcoulomb"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:exactMatch unit:FR ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Statcoulomb?oldid=492664360"^^xsd:anyURI ; + qudt:latexDefinition "$1 C \\leftrightarrow 2997924580 statC \\approx 3.00 \\times 10^9 statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.3pc} \\approx 3.34 \\times 10^{-10} C$ for electric charge."^^qudt:LatexString ; + qudt:latexDefinition "$1 C \\leftrightarrow 4 \\pi \\times 2997924580 statC \\approx 3.77 \\times 10^{10} statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.2pc} \\approx 2.6 \\times 10^{-11} C$ for electric flux $\\Phi_D$"^^qudt:LatexString ; + qudt:latexDefinition "$1 C/m \\leftrightarrow 4 \\pi \\times 2997924580 \\times 10^{-4} statC/cm \\approx 3.77 \\times 10^6 statC/cm,\\ 1 \\hspace{0.3pc} statC/cm \\leftrightarrow \\hspace{0.3pc} \\approx 2.65 \\times 10^{-7} C/m$ for electric displacement field $D$."^^qudt:LatexString ; + qudt:omUnit ; + qudt:scalingOf unit:C ; + qudt:symbol "statC" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Statcoulomb" ; + rdfs:label "Statcoulomb"@en . + +unit:C_Stat-PER-CentiM2 + a qudt:Unit ; + dcterms:description """$\\textit{Statcoulomb per Square Centimeter}$ is a unit of measure for electric flux density and electric polarization. + One Statcoulomb per Square Centimeter is $2.15\\times 10^9 \\, coulomb\\,per\\,square\\,inch$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.0000033356409519815204957557671447492 ; + qudt:conversionMultiplierSN 3.3356409519815204957557671447492E-6 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:expression "$statc-per-cm2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C_Stat ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:symbol "statC/cm²" ; + rdfs:isDefinedBy ; + rdfs:label "Statcoulomb per Square Centimeter"@en-US ; + rdfs:label "Statcoulomb per Square Centimetre" ; + rdfs:label "Statcoulomb per Square Centimetre"@en . + +unit:C_Stat-PER-MOL + a qudt:Unit ; + dcterms:description "\"Statcoulomb per Mole\" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000000033356409519815204957557671447492 ; + qudt:conversionMultiplierSN 3.3356409519815204957557671447492E-10 ; + qudt:expression "$statC/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C_Stat ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerAmountOfSubstance ; + qudt:symbol "statC/mol" ; + rdfs:isDefinedBy ; + rdfs:label "Statcoulomb per Mole" ; + rdfs:label "Statcoulomb per Mole"@en . + +unit:CentiBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\\,Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:BAR ; + qudt:symbol "cbar" ; + qudt:ucumCode "cbar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centibar" ; + rdfs:label "Centibar"@en . + +unit:CentiC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A CentiCoulomb is $10^{-2} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:C ; + qudt:symbol "cC" ; + qudt:ucumCode "cC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centicoulomb" ; + rdfs:label "Centicoulomb"@cs ; + rdfs:label "Centicoulomb"@de ; + rdfs:label "Centicoulomb"@en ; + rdfs:label "Centicoulomb"@fr ; + rdfs:label "Centicoulomb"@hu ; + rdfs:label "Centicoulomb"@it ; + rdfs:label "Centicoulomb"@ms ; + rdfs:label "Centicoulomb"@ro ; + rdfs:label "Centicoulomb"@sl ; + rdfs:label "Centicoulomb"@tr ; + rdfs:label "Centiculombio"@es ; + rdfs:label "Centikulomb"@pl . + +unit:CentiGM + a qudt:Unit ; + dcterms:description "0,000 01-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB077" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB077"^^xsd:anyURI ; + qudt:plainTextDescription "0,000 01-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:GM ; + qudt:symbol "cg" ; + qudt:ucumCode "cg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CGM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centigram" ; + rdfs:label "Centigram"@cs ; + rdfs:label "Centigram"@en ; + rdfs:label "Centigram"@ms ; + rdfs:label "Centigram"@pl ; + rdfs:label "Centigram"@ro ; + rdfs:label "Centigram"@sl ; + rdfs:label "Centigram"@tr ; + rdfs:label "Centigramm"@de ; + rdfs:label "Centigramm"@hu ; + rdfs:label "Centigramme"@fr ; + rdfs:label "Centigrammo"@it ; + rdfs:label "Centigramo"@es . + +unit:CentiGRAY + a qudt:Unit ; + dcterms:description "0.01-fold of the unit gray" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:iec61360Code "0112/2///62720#UAB503" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB503"^^xsd:anyURI ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:GRAY ; + qudt:symbol "cGy" ; + qudt:ucumCode "cGy"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centigray" ; + rdfs:label "Centigray"@cs ; + rdfs:label "Centigray"@de ; + rdfs:label "Centigray"@en ; + rdfs:label "Centigray"@es ; + rdfs:label "Centigray"@fr ; + rdfs:label "Centigray"@hu ; + rdfs:label "Centigray"@it ; + rdfs:label "Centigray"@ms ; + rdfs:label "Centigray"@ro ; + rdfs:label "Centigray"@sl ; + rdfs:label "Centigray"@tr ; + rdfs:label "Centigrej"@pl . + +unit:CentiL + a qudt:Unit ; + dcterms:description "0.01-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA373" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA373"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the unit litre" ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:L ; + qudt:symbol "cL" ; + qudt:ucumCode "cL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CLT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centiliter"@en-US ; + rdfs:label "Centilitre" ; + rdfs:label "Centilitre"@en . + +unit:CentiM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of $10^{-2}$. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Centimetre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA375" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA375"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Centimetre?oldid=494931891"^^xsd:anyURI ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:M ; + qudt:symbol "cm" ; + qudt:ucumCode "cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CMT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter"@de ; + rdfs:label "Centimeter"@en-US ; + rdfs:label "Centimeter"@ms ; + rdfs:label "Centimeter"@sl ; + rdfs:label "Centimetr"@cs ; + rdfs:label "Centimetr"@pl ; + rdfs:label "Centimetre" ; + rdfs:label "Centimetre"@en ; + rdfs:label "Centimetre"@tr ; + rdfs:label "Centimetro"@es ; + rdfs:label "Centimetro"@it ; + rdfs:label "Centimetru"@ro ; + rdfs:label "Centimètre"@fr ; + rdfs:label "Centiméter"@hu . + +unit:CentiM-PER-BAR + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the unit bar" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA377" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA377"^^xsd:anyURI ; + qudt:symbol "cm/bar" ; + qudt:ucumCode "cm.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G04" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter per Bar"@en-US ; + rdfs:label "Centimetre per Bar" ; + rdfs:label "Centimetre per Bar"@en . + +unit:CentiM-PER-HR + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA378" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA378"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the SI base unit metre divided by the unit hour" ; + qudt:symbol "cm/h" ; + qudt:ucumCode "cm.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H49" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter per Hour"@en-US ; + rdfs:label "Centimetre per Hour" ; + rdfs:label "Centimetre per Hour"@en . + +unit:CentiM-PER-K + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA376" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA376"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the SI base unit metre divided by the SI base unit kelvin" ; + qudt:symbol "cm/K" ; + qudt:ucumCode "cm.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F51" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter na Kelvin"@sl ; + rdfs:label "Centimeter per Kelvin"@en-US ; + rdfs:label "Centimeter per Kelvin"@ms ; + rdfs:label "Centimeter pro Kelvin"@de ; + rdfs:label "Centimetr na Kelvin"@cs ; + rdfs:label "Centimetr na Kelwin"@pl ; + rdfs:label "Centimetre per Kelvin" ; + rdfs:label "Centimetre per Kelvin"@en ; + rdfs:label "Centimetre per Kelvin"@tr ; + rdfs:label "Centimetro per Kelvin"@it ; + rdfs:label "Centimetro por Kelvin"@es ; + rdfs:label "Centimetru pe Kelvin"@ro ; + rdfs:label "Centimètre par Kelvin"@fr . + +unit:CentiM-PER-KiloYR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-13 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloYR ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "cm/ka" ; + qudt:ucumCode "cm.ka-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter per Kiloyear"@en-US ; + rdfs:label "Centimetre per Kiloyear" ; + rdfs:label "Centimetre per Kiloyear"@en . + +unit:CentiM-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Centimeter per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $cm/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$cm/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA379" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA379"^^xsd:anyURI ; + qudt:latexDefinition "$cm/s$"^^qudt:LatexString ; + qudt:symbol "cm/s" ; + qudt:ucumCode "cm.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2M" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter na Sekunda"@sl ; + rdfs:label "Centimeter per Saat"@ms ; + rdfs:label "Centimeter per Second"@en-US ; + rdfs:label "Centimeter pro Sekunde"@de ; + rdfs:label "Centimetr na Sekunda"@cs ; + rdfs:label "Centimetr na Sekunda"@pl ; + rdfs:label "Centimetre per Saniye"@tr ; + rdfs:label "Centimetre per Second" ; + rdfs:label "Centimetre per Second"@en ; + rdfs:label "Centimetro per Secondo"@it ; + rdfs:label "Centimetro por Segundo"@es ; + rdfs:label "Centimetru pe Secundă"@ro ; + rdfs:label "Centimètre par Seconde"@fr . + +unit:CentiM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA381" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA381"^^xsd:anyURI ; + qudt:symbol "cm/(s·bar)" ; + qudt:ucumCode "cm.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J85" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter per Second Bar"@en-US ; + rdfs:label "Centimetre per Second Bar" ; + rdfs:label "Centimetre per Second Bar"@en . + +unit:CentiM-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA380" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA380"^^xsd:anyURI ; + qudt:symbol "cm/(s·K)" ; + qudt:ucumCode "cm.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J84" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter na Sekunda Kelvin"@sl ; + rdfs:label "Centimeter per Saat Kelvin"@ms ; + rdfs:label "Centimeter per Second Kelvin"@en-US ; + rdfs:label "Centimeter pro Sekunde Kelvin"@de ; + rdfs:label "Centimetr na Sekunda Kelvin"@cs ; + rdfs:label "Centimetr na Sekunda Kelwin"@pl ; + rdfs:label "Centimetre per Saniye Kelvin"@tr ; + rdfs:label "Centimetre per Second Kelvin" ; + rdfs:label "Centimetre per Second Kelvin"@en ; + rdfs:label "Centimetro per Secondo Kelvin"@it ; + rdfs:label "Centimetro por Segundo Kelvin"@es ; + rdfs:label "Centimetru pe Secundă Kelvin"@ro ; + rdfs:label "Centimètre par Seconde Kelvin"@fr . + +unit:CentiM-PER-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Centimeter per Square Second}$ is a C.G.S System unit for $\\textit{Linear Acceleration}$ expressed as $cm/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$cm/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB398" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB398"^^xsd:anyURI ; + qudt:symbol "cm/s²" ; + qudt:ucumCode "cm.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M39" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter na Kvadratni Sekunda"@sl ; + rdfs:label "Centimeter per Saat Persegi"@ms ; + rdfs:label "Centimeter per Square Second"@en-US ; + rdfs:label "Centimeter pro Quadratsekunde"@de ; + rdfs:label "Centimetr na Sekunda Kwadratowy"@pl ; + rdfs:label "Centimetr na Čtvereční Sekunda"@cs ; + rdfs:label "Centimetre per Saniyekare"@tr ; + rdfs:label "Centimetre per Square Second" ; + rdfs:label "Centimetre per Square Second"@en ; + rdfs:label "Centimetro per Secondo Quadrato"@it ; + rdfs:label "Centimetro por Segundo Cuadrado"@es ; + rdfs:label "Centimetru pe Secundă Pătrat"@ro ; + rdfs:label "Centimètre par Seconde Carré"@fr . + +unit:CentiM-PER-YR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-10 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "cm/a" ; + qudt:ucumCode "cm.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter per Year"@en-US ; + rdfs:label "Centimetre per Year" ; + rdfs:label "Centimetre per Year"@en . + +unit:CentiM-SEC-DEG_C + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:expression "$cm-s-degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:LengthTemperatureTime ; + qudt:symbol "cm·s·°C" ; + qudt:ucumCode "cm.s.Cel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Saat Darjah Celsius"@ms ; + rdfs:label "Centimeter Second Degree Celsius"@en-US ; + rdfs:label "Centimeter Sekunda Stopinja Celzija"@sl ; + rdfs:label "Centimeter Sekunde Grad Celsius"@de ; + rdfs:label "Centimetr Sekunda Stopień Celsjusza"@pl ; + rdfs:label "Centimetr Sekunda Stupně Celsia"@cs ; + rdfs:label "Centimetre Saniye Celsius"@tr ; + rdfs:label "Centimetre Second Degree Celsius" ; + rdfs:label "Centimetre Second Degree Celsius"@en ; + rdfs:label "Centimetro Secondo Grado Celsius"@it ; + rdfs:label "Centimetro Segundo Grado Celsius"@es ; + rdfs:label "Centimetru Secundă Grad Celsius"@ro ; + rdfs:label "Centimètre Seconde Degré Celsius"@fr . + +unit:CentiM2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of area equal to that of a square, of sides 1cm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$sqcm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA384" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA384"^^xsd:anyURI ; + qudt:symbol "cm²" ; + qudt:ucumCode "cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CMK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Persegi"@ms ; + rdfs:label "Centimetr Kwadratowy"@pl ; + rdfs:label "Centimetrekare"@tr ; + rdfs:label "Centimetro Cuadrado"@es ; + rdfs:label "Centimetro Quadrato"@it ; + rdfs:label "Centimetru Pătrat"@ro ; + rdfs:label "Centimètre Carré"@fr ; + rdfs:label "Kvadratni Centimeter"@sl ; + rdfs:label "Quadratcentimeter"@de ; + rdfs:label "Square Centimeter"@en-US ; + rdfs:label "Square Centimetre" ; + rdfs:label "Square Centimetre"@en ; + rdfs:label "Čtvereční Centimetr"@cs . + +unit:CentiM2-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Square centimeter minute\" is a unit for 'Area Time' expressed as $cm^{2} . m$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.006 ; + qudt:conversionMultiplierSN 6.0E-3 ; + qudt:expression "$cm^{2}m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:AreaTime ; + qudt:symbol "cm²·min" ; + qudt:ucumCode "cm2.min"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Centimeter Minute"@en-US ; + rdfs:label "Square Centimetre Minute" ; + rdfs:label "Square Centimetre Minute"@en . + +unit:CentiM2-PER-CentiM3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "cm²/cm³" ; + qudt:ucumCode "cm2.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Persegi per Centimeter Kubik"@ms ; + rdfs:label "Centimetr Kwadratowy na Centimetr Sześcienny"@pl ; + rdfs:label "Centimetrekare per Centimetreküp"@tr ; + rdfs:label "Centimetro Cuadrado por Centimetro Cúbico"@es ; + rdfs:label "Centimetro Quadrato per Centimetro Cubo"@it ; + rdfs:label "Centimetru Pătrat pe Centimetru Cub"@ro ; + rdfs:label "Centimètre Carré par Centimètre Cube"@fr ; + rdfs:label "Kvadratni Centimeter na Kubični Centimeter"@sl ; + rdfs:label "Quadratcentimeter pro Kubikcentimeter"@de ; + rdfs:label "Square Centimeter per Cubic Centimeter"@en-US ; + rdfs:label "Square Centimetre per Cubic Centimetre" ; + rdfs:label "Square Centimetre per Cubic Centimetre"@en ; + rdfs:label "Čtvereční Centimetr na Centimetr Krychlový"@cs . + +unit:CentiM2-PER-ERG + a qudt:Unit ; + dcterms:description "[CGS] unit of the spectral profile" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralCrossSection ; + qudt:hasReciprocalUnit unit:ERG-PER-CentiM2 ; + qudt:iec61360Code "0112/2///62720#UAB168" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB168"^^xsd:anyURI ; + qudt:symbol "cm²/erg" ; + qudt:ucumCode "cm2.erg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D16" ; + rdfs:isDefinedBy ; + rdfs:label "Square Centimeter per Erg"@en-US ; + rdfs:label "Square Centimetre per Erg" ; + rdfs:label "Square Centimetre per Erg"@en . + +unit:CentiM2-PER-GM + a qudt:Unit ; + dcterms:description "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the 0.001-fold SI base unit kilogram" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificSurfaceArea ; + qudt:hasReciprocalUnit unit:GM-PER-CentiM2 ; + qudt:iec61360Code "0112/2///62720#UAB193" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB193"^^xsd:anyURI ; + qudt:symbol "cm²/g" ; + qudt:ucumCode "cm2.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H15" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Persegi per Gram"@ms ; + rdfs:label "Centimetr Kwadratowy na Gram"@pl ; + rdfs:label "Centimetrekare per Gram"@tr ; + rdfs:label "Centimetro Cuadrado por Gramo"@es ; + rdfs:label "Centimetro Quadrato per Grammo"@it ; + rdfs:label "Centimetru Pătrat pe Gram"@ro ; + rdfs:label "Centimètre Carré par Gramme"@fr ; + rdfs:label "Kvadratni Centimeter na Gram"@sl ; + rdfs:label "Quadratcentimeter pro Gramm"@de ; + rdfs:label "Square Centimeter per Gram"@en-US ; + rdfs:label "Square Centimetre per Gram" ; + rdfs:label "Square Centimetre per Gram"@en ; + rdfs:label "Čtvereční Centimetr na Gram"@cs . + +unit:CentiM2-PER-SEC + a qudt:Unit ; + dcterms:description "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:iec61360Code "0112/2///62720#UAB408" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB408"^^xsd:anyURI ; + qudt:symbol "cm²/s" ; + qudt:ucumCode "cm2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M81" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Persegi per Saat"@ms ; + rdfs:label "Centimetr Kwadratowy na Sekunda"@pl ; + rdfs:label "Centimetrekare per Saniye"@tr ; + rdfs:label "Centimetro Cuadrado por Segundo"@es ; + rdfs:label "Centimetro Quadrato per Secondo"@it ; + rdfs:label "Centimetru Pătrat pe Secundă"@ro ; + rdfs:label "Centimètre Carré par Seconde"@fr ; + rdfs:label "Kvadratni Centimeter na Sekunda"@sl ; + rdfs:label "Quadratcentimeter pro Sekunde"@de ; + rdfs:label "Square Centimeter per Second"@en-US ; + rdfs:label "Square Centimetre per Second" ; + rdfs:label "Square Centimetre per Second"@en ; + rdfs:label "Čtvereční Centimetr na Sekunda"@cs . + +unit:CentiM2-PER-SR-ERG + a qudt:Unit ; + dcterms:description "[CGS] unit of the spectral angle profile" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralAngularCrossSection ; + qudt:iec61360Code "0112/2///62720#UAB169" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB169"^^xsd:anyURI ; + qudt:symbol "cm²/(sr·erg)" ; + qudt:ucumCode "cm2.sr-1.erg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D17" ; + rdfs:isDefinedBy ; + rdfs:label "Square Centimeter per Steradian Erg"@en-US ; + rdfs:label "Square Centimetre per Steradian Erg" ; + rdfs:label "Square Centimetre per Steradian Erg"@en . + +unit:CentiM2-PER-V-SEC + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:expression "$cm^2/V-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Mobility ; + qudt:symbol "cm²/(V·s)" ; + qudt:ucumCode "cm2.V-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Persegi per Volt Saat"@ms ; + rdfs:label "Centimetr Kwadratowy na Wolt Sekunda"@pl ; + rdfs:label "Centimetrekare per Volt Saniye"@tr ; + rdfs:label "Centimetro Cuadrado por Voltio Segundo"@es ; + rdfs:label "Centimetro Quadrato per Volt Secondo"@it ; + rdfs:label "Centimetru Pătrat pe Volt Secundă"@ro ; + rdfs:label "Centimètre Carré par Volt Seconde"@fr ; + rdfs:label "Kvadratni Centimeter na Volt Sekunda"@sl ; + rdfs:label "Quadratcentimeter pro Volt Sekunde"@de ; + rdfs:label "Square Centimeter per Volt Second"@en-US ; + rdfs:label "Square Centimetre per Volt Second" ; + rdfs:label "Square Centimetre per Volt Second"@en ; + rdfs:label "Čtvereční Centimetr na Volt Sekunda"@cs . + +unit:CentiM2-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Square Centimeter Second\" is a C.G.S System unit for 'Area Time' expressed as $cm^2 . s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$cm^2 . s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AreaTime ; + qudt:symbol "cm²·s" ; + qudt:ucumCode "cm2.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Persegi Saat"@ms ; + rdfs:label "Centimetr Kwadratowy Sekunda"@pl ; + rdfs:label "Centimetrekare Saniye"@tr ; + rdfs:label "Centimetro Cuadrado Segundo"@es ; + rdfs:label "Centimetro Quadrato Secondo"@it ; + rdfs:label "Centimetru Pătrat Secundă"@ro ; + rdfs:label "Centimètre Carré Seconde"@fr ; + rdfs:label "Kvadratni Centimeter Sekunda"@sl ; + rdfs:label "Quadratcentimeter Sekunde"@de ; + rdfs:label "Square Centimeter Second"@en-US ; + rdfs:label "Square Centimetre Second" ; + rdfs:label "Square Centimetre Second"@en ; + rdfs:label "Čtvereční Centimetr Sekunda"@cs . + +unit:CentiM3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:expression "$cubic-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:hasReciprocalUnit unit:PER-CentiM3 ; + qudt:iec61360Code "0112/2///62720#UAA385" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA385"^^xsd:anyURI ; + qudt:symbol "cm³" ; + qudt:ucumCode "cm3"^^qudt:UCUMcs ; + qudt:udunitsCode "cc" ; + qudt:uneceCommonCode "CMQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik"@ms ; + rdfs:label "Centimetr Krychlový"@cs ; + rdfs:label "Centimetr Sześcienny"@pl ; + rdfs:label "Centimetreküp"@tr ; + rdfs:label "Centimetro Cubo"@it ; + rdfs:label "Centimetro Cúbico"@es ; + rdfs:label "Centimetru Cub"@ro ; + rdfs:label "Centimètre Cube"@fr ; + rdfs:label "Cubic Centimeter"@en-US ; + rdfs:label "Cubic Centimetre" ; + rdfs:label "Cubic Centimetre"@en ; + rdfs:label "Kubikcentimeter"@de ; + rdfs:label "Kubični Centimeter"@sl . + +unit:CentiM3-PER-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA387" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA387"^^xsd:anyURI ; + qudt:symbol "cm³/bar" ; + qudt:ucumCode "cm3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G94" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Bar"@en-US ; + rdfs:label "Cubic Centimetre per Bar" ; + rdfs:label "Cubic Centimetre per Bar"@en . + +unit:CentiM3-PER-CentiM3 + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:plainTextDescription "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "cm³/cm³" ; + qudt:ucumCode "cm3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik per Centimeter Kubik"@ms ; + rdfs:label "Centimetr Krychlový na Centimetr Krychlový"@cs ; + rdfs:label "Centimetr Sześcienny na Centimetr Sześcienny"@pl ; + rdfs:label "Centimetreküp per Centimetreküp"@tr ; + rdfs:label "Centimetro Cubo per Centimetro Cubo"@it ; + rdfs:label "Centimetro Cúbico por Centimetro Cúbico"@es ; + rdfs:label "Centimetru Cub pe Centimetru Cub"@ro ; + rdfs:label "Centimètre Cube par Centimètre Cube"@fr ; + rdfs:label "Cubic Centimeter per Cubic Centimeter"@en-US ; + rdfs:label "Cubic Centimetre per Cubic Centimetre" ; + rdfs:label "Cubic Centimetre per Cubic Centimetre"@en ; + rdfs:label "Kubikcentimeter pro Kubikcentimeter"@de ; + rdfs:label "Kubični Centimeter na Kubični Centimeter"@sl . + +unit:CentiM3-PER-DAY + a qudt:Unit ; + dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA388" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA388"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day" ; + qudt:symbol "cm³/d" ; + qudt:ucumCode "cm3.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G47" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Day"@en-US ; + rdfs:label "Cubic Centimetre per Day" ; + rdfs:label "Cubic Centimetre per Day"@en . + +unit:CentiM3-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-16 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA390" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA390"^^xsd:anyURI ; + qudt:symbol "cm³/(d·bar)" ; + qudt:ucumCode "cm3.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G78" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Day Bar"@en-US ; + rdfs:label "Cubic Centimetre per Day Bar" ; + rdfs:label "Cubic Centimetre per Day Bar"@en . + +unit:CentiM3-PER-DAY-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA389" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA389"^^xsd:anyURI ; + qudt:symbol "cm³/(d·K)" ; + qudt:ucumCode "cm3.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G61" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Day Kelvin"@en-US ; + rdfs:label "Cubic Centimetre per Day Kelvin" ; + rdfs:label "Cubic Centimetre per Day Kelvin"@en . + +unit:CentiM3-PER-GM + a qudt:Unit ; + dcterms:description "Cubic Centimeter per Gram is a unit in the category of Specific Volume."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:exactMatch unit:MilliL-PER-GM ; + qudt:expression "$cm3/g$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:hasReciprocalUnit unit:GM-PER-CentiM3 ; + qudt:iec61360Code "0112/2///62720#UAD918" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD918"^^xsd:anyURI ; + qudt:symbol "cm³/g" ; + qudt:ucumCode "cm3.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik per Gram"@ms ; + rdfs:label "Centimetr Krychlový na Gram"@cs ; + rdfs:label "Centimetr Sześcienny na Gram"@pl ; + rdfs:label "Centimetreküp per Gram"@tr ; + rdfs:label "Centimetro Cubo per Grammo"@it ; + rdfs:label "Centimetro Cúbico por Gramo"@es ; + rdfs:label "Centimetru Cub pe Gram"@ro ; + rdfs:label "Centimètre Cube par Gramme"@fr ; + rdfs:label "Cubic Centimeter per Gram"@en-US ; + rdfs:label "Cubic Centimetre per Gram" ; + rdfs:label "Cubic Centimetre per Gram"@en ; + rdfs:label "Kubikcentimeter pro Gramm"@de ; + rdfs:label "Kubični Centimeter na Gram"@sl . + +unit:CentiM3-PER-HR + a qudt:Unit ; + dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA391" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA391"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour" ; + qudt:symbol "cm³/h" ; + qudt:ucumCode "cm3.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G48" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Hour"@en-US ; + rdfs:label "Cubic Centimetre per Hour" ; + rdfs:label "Cubic Centimetre per Hour"@en . + +unit:CentiM3-PER-HR-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-15 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA393" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA393"^^xsd:anyURI ; + qudt:symbol "cm³/(h·bar)" ; + qudt:ucumCode "cm3.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G79" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Hour Bar"@en-US ; + rdfs:label "Cubic Centimetre per Hour Bar" ; + rdfs:label "Cubic Centimetre per Hour Bar"@en . + +unit:CentiM3-PER-HR-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA392" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA392"^^xsd:anyURI ; + qudt:symbol "cm³/(h·K)" ; + qudt:ucumCode "cm3.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G62" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Hour Kelvin"@en-US ; + rdfs:label "Cubic Centimetre per Hour Kelvin" ; + rdfs:label "Cubic Centimetre per Hour Kelvin"@en . + +unit:CentiM3-PER-K + a qudt:Unit ; + dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA386" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA386"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin" ; + qudt:symbol "cm³/K" ; + qudt:ucumCode "cm3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G27" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik per Kelvin"@ms ; + rdfs:label "Centimetr Krychlový na Kelvin"@cs ; + rdfs:label "Centimetr Sześcienny na Kelwin"@pl ; + rdfs:label "Centimetreküp per Kelvin"@tr ; + rdfs:label "Centimetro Cubo per Kelvin"@it ; + rdfs:label "Centimetro Cúbico por Kelvin"@es ; + rdfs:label "Centimetru Cub pe Kelvin"@ro ; + rdfs:label "Centimètre Cube par Kelvin"@fr ; + rdfs:label "Cubic Centimeter per Kelvin"@en-US ; + rdfs:label "Cubic Centimetre per Kelvin" ; + rdfs:label "Cubic Centimetre per Kelvin"@en ; + rdfs:label "Kubikcentimeter pro Kelvin"@de ; + rdfs:label "Kubični Centimeter na Kelvin"@sl . + +unit:CentiM3-PER-M3 + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA394" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA394"^^xsd:anyURI ; + qudt:plainTextDescription "volume ratio consisting of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "cm³/m³" ; + qudt:ucumCode "cm3.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J87" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik per Meter Kubik"@ms ; + rdfs:label "Centimetr Krychlový na Metr Krychlový"@cs ; + rdfs:label "Centimetr Sześcienny na Metr Sześcienny"@pl ; + rdfs:label "Centimetreküp per Metreküp"@tr ; + rdfs:label "Centimetro Cubo per Metro Cubo"@it ; + rdfs:label "Centimetro Cúbico por Metro Cúbico"@es ; + rdfs:label "Centimetru Cub pe Metru Cub"@ro ; + rdfs:label "Centimètre Cube par Mètre Cube"@fr ; + rdfs:label "Cubic Centimeter per Cubic Meter"@en-US ; + rdfs:label "Cubic Centimetre per Cubic Metre" ; + rdfs:label "Cubic Centimetre per Cubic Metre"@en ; + rdfs:label "Kubikcentimeter pro Kubikmeter"@de ; + rdfs:label "Kubični Centimeter na Kubični Meter"@sl . + +unit:CentiM3-PER-MIN + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA395" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA395"^^xsd:anyURI ; + qudt:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute" ; + qudt:symbol "cm³/min" ; + qudt:ucumCode "cm3.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G49" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Minute"@en-US ; + rdfs:label "Cubic Centimetre per Minute" ; + rdfs:label "Cubic Centimetre per Minute"@en . + +unit:CentiM3-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-13 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA397" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA397"^^xsd:anyURI ; + qudt:symbol "cm³/(min·bar)" ; + qudt:ucumCode "cm3.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G80" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Minute Bar"@en-US ; + rdfs:label "Cubic Centimetre per Minute Bar" ; + rdfs:label "Cubic Centimetre per Minute Bar"@en . + +unit:CentiM3-PER-MIN-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA396" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA396"^^xsd:anyURI ; + qudt:symbol "cm³/(min·K)" ; + qudt:ucumCode "cm3.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G63" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Minute Kelvin"@en-US ; + rdfs:label "Cubic Centimetre per Minute Kelvin" ; + rdfs:label "Cubic Centimetre per Minute Kelvin"@en . + +unit:CentiM3-PER-MOL + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:iec61360Code "0112/2///62720#UAA398" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA398"^^xsd:anyURI ; + qudt:plainTextDescription "0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol" ; + qudt:symbol "cm³/mol" ; + qudt:ucumCode "cm3.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A36" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik per Mole"@ms ; + rdfs:label "Centimetr Krychlový na Mol"@cs ; + rdfs:label "Centimetr Sześcienny na Mol"@pl ; + rdfs:label "Centimetreküp per Mol"@tr ; + rdfs:label "Centimetro Cubo per Mole"@it ; + rdfs:label "Centimetro Cúbico por Mol"@es ; + rdfs:label "Centimetru Cub pe Mol"@ro ; + rdfs:label "Centimètre Cube par Mole"@fr ; + rdfs:label "Cubic Centimeter per Mole"@en-US ; + rdfs:label "Cubic Centimetre per Mole" ; + rdfs:label "Cubic Centimetre per Mole"@en ; + rdfs:label "Kubikcentimeter pro Mol"@de ; + rdfs:label "Kubični Centimeter na Mol"@sl . + +unit:CentiM3-PER-MOL-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:AtmosphericHydroxylationRate ; + qudt:hasQuantityKind quantitykind:SecondOrderReactionRateConstant ; + qudt:symbol "cm³/(mol·s)" ; + qudt:ucumCode "cm3.mol-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik per Mole Saat"@ms ; + rdfs:label "Centimetr Krychlový na Mol Sekunda"@cs ; + rdfs:label "Centimetr Sześcienny na Mol Sekunda"@pl ; + rdfs:label "Centimetreküp per Mol Saniye"@tr ; + rdfs:label "Centimetro Cubo per Mole Secondo"@it ; + rdfs:label "Centimetro Cúbico por Mol Segundo"@es ; + rdfs:label "Centimetru Cub pe Mol Secundă"@ro ; + rdfs:label "Centimètre Cube par Mole Seconde"@fr ; + rdfs:label "Cubic Centimeter per Mole Second"@en-US ; + rdfs:label "Cubic Centimetre per Mole Second" ; + rdfs:label "Cubic Centimetre per Mole Second"@en ; + rdfs:label "Kubikcentimeter pro Mol Sekunde"@de ; + rdfs:label "Kubični Centimeter na Mol Sekunda"@sl . + +unit:CentiM3-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA399" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA399"^^xsd:anyURI ; + qudt:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "cm³/s" ; + qudt:ucumCode "cm3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2J" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik per Saat"@ms ; + rdfs:label "Centimetr Krychlový na Sekunda"@cs ; + rdfs:label "Centimetr Sześcienny na Sekunda"@pl ; + rdfs:label "Centimetreküp per Saniye"@tr ; + rdfs:label "Centimetro Cubo per Secondo"@it ; + rdfs:label "Centimetro Cúbico por Segundo"@es ; + rdfs:label "Centimetru Cub pe Secundă"@ro ; + rdfs:label "Centimètre Cube par Seconde"@fr ; + rdfs:label "Cubic Centimeter per Second"@en-US ; + rdfs:label "Cubic Centimetre per Second" ; + rdfs:label "Cubic Centimetre per Second"@en ; + rdfs:label "Kubikcentimeter pro Sekunde"@de ; + rdfs:label "Kubični Centimeter na Sekunda"@sl . + +unit:CentiM3-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA401" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA401"^^xsd:anyURI ; + qudt:symbol "cm³/(s·bar)" ; + qudt:ucumCode "cm3.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G81" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Centimeter per Second Bar"@en-US ; + rdfs:label "Cubic Centimetre per Second Bar" ; + rdfs:label "Cubic Centimetre per Second Bar"@en . + +unit:CentiM3-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA400" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA400"^^xsd:anyURI ; + qudt:symbol "cm³/(s·K)" ; + qudt:ucumCode "cm3.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G64" ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter Kubik per Saat Kelvin"@ms ; + rdfs:label "Centimetr Krychlový na Sekunda Kelvin"@cs ; + rdfs:label "Centimetr Sześcienny na Sekunda Kelwin"@pl ; + rdfs:label "Centimetreküp per Saniye Kelvin"@tr ; + rdfs:label "Centimetro Cubo per Secondo Kelvin"@it ; + rdfs:label "Centimetro Cúbico por Segundo Kelvin"@es ; + rdfs:label "Centimetru Cub pe Secundă Kelvin"@ro ; + rdfs:label "Centimètre Cube par Seconde Kelvin"@fr ; + rdfs:label "Cubic Centimeter per Second Kelvin"@en-US ; + rdfs:label "Cubic Centimetre per Second Kelvin" ; + rdfs:label "Cubic Centimetre per Second Kelvin"@en ; + rdfs:label "Kubikcentimeter pro Sekunde Kelvin"@de ; + rdfs:label "Kubični Centimeter na Sekunda Kelvin"@sl . + +unit:CentiM4 + a qudt:Unit ; + dcterms:description "0.01-fold of SI base unit metre to the power four" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAC000" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC000"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the SI base unit metre with the exponent 4" ; + qudt:symbol "cm⁴" ; + qudt:ucumCode "cm4"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter hoch vier"@de ; + rdfs:label "Quartic Centimeter"@en-US ; + rdfs:label "Quartic Centimetre" ; + rdfs:label "Quartic Centimetre"@en . + +unit:CentiM6 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L6I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 6 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:WarpingConstant ; + qudt:plainTextDescription "Scaling of hexic meter by 10^-12" ; + qudt:symbol "cm⁶" ; + qudt:ucumCode "cm6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter hoch sechs"@de ; + rdfs:label "Sextic Centimeter"@en-US ; + rdfs:label "Sextic Centimetre" ; + rdfs:label "Sextic Centimetre"@en . + +unit:CentiMOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:MOL ; + qudt:symbol "cmol" ; + qudt:ucumCode "cmol"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimol"@cs ; + rdfs:label "Centimol"@de ; + rdfs:label "Centimol"@es ; + rdfs:label "Centimol"@pl ; + rdfs:label "Centimol"@ro ; + rdfs:label "Centimol"@sl ; + rdfs:label "Centimol"@tr ; + rdfs:label "Centimole" ; + rdfs:label "Centimole"@en ; + rdfs:label "Centimole"@fr ; + rdfs:label "Centimole"@it ; + rdfs:label "Centimole"@ms ; + rdfs:label "Centimól"@hu . + +unit:CentiMOL-PER-KiloGM + a qudt:Unit ; + dcterms:description "1/100 of SI unit of amount of substance per kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiMOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:plainTextDescription "1/100 of SI unit of amount of substance per kilogram" ; + qudt:symbol "cmol/kg" ; + qudt:ucumCode "cmol.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimol na Kilogram"@cs ; + rdfs:label "Centimol na Kilogram"@pl ; + rdfs:label "Centimol na Kilogram"@sl ; + rdfs:label "Centimol pe Kilogram"@ro ; + rdfs:label "Centimol per Kilogram"@tr ; + rdfs:label "Centimol por Kilogramo"@es ; + rdfs:label "Centimol pro Kilogramm"@de ; + rdfs:label "Centimole par Kilogramme"@fr ; + rdfs:label "Centimole per Chilogrammo"@it ; + rdfs:label "Centimole per Kilogram" ; + rdfs:label "Centimole per Kilogram"@en ; + rdfs:label "Centimole per Kilogram"@ms . + +unit:CentiMOL-PER-L + a qudt:Unit ; + dcterms:description "1/100 of SI unit of amount of substance per litre"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:symbol "cmol/L" ; + qudt:ucumCode "cmol.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centimole per Liter"@en-US ; + rdfs:label "Centimole per Litre" ; + rdfs:label "Centimole per Litre"@en . + +unit:CentiM_H2O + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description """$\\textit{Centimeter of Water}$ is a C.G.S System unit for 'Force Per Area' expressed as $cm_{H2O}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 98.0665 ; + qudt:conversionMultiplierSN 9.80665E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Centimetre_of_water"^^xsd:anyURI ; + qudt:exactMatch unit:CentiM_H2O_4DEG_C ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA402" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA402"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Centimetre_of_water?oldid=487656894"^^xsd:anyURI ; + qudt:plainTextDescription "non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre" ; + qudt:scalingOf unit:PA ; + qudt:symbol "cmH₂0" ; + qudt:ucumCode "cm[H2O]"^^qudt:UCUMcs ; + qudt:udunitsCode "cmH2O" ; + qudt:udunitsCode "cm_H2O" ; + qudt:uneceCommonCode "H78" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Conventional Centimeter of Water"@en-US ; + rdfs:label "Conventional Centimetre of Water" ; + rdfs:label "Conventional Centimetre of Water"@en . + +unit:CentiM_H2O_4DEG_C + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "non SI-conforming unit of pressure, at which a value of 1 cmH₂O means the static pressure which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre" ; + qudt:conversionMultiplier 98.0665 ; + qudt:conversionMultiplierSN 9.80665E1 ; + qudt:exactMatch unit:CentiM_H2O ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB236" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB236"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "cmH₂O (4 °C)" ; + qudt:uneceCommonCode "N14" ; + rdfs:isDefinedBy ; + rdfs:label "Centimetre of Water (4 °C)" ; + rdfs:label "Centimetre of Water (4 °C)"@en . + +unit:CentiM_HG + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"^^rdf:HTML ; + qudt:conversionMultiplier 1333.224 ; + qudt:conversionMultiplierSN 1.333224E3 ; + qudt:exactMatch unit:CentiM_HG_0DEG_C ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA403" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA403"^^xsd:anyURI ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre" ; + qudt:scalingOf unit:PA ; + qudt:symbol "cmHg" ; + qudt:ucumCode "cm[Hg]"^^qudt:UCUMcs ; + qudt:udunitsCode "cmHg" ; + qudt:udunitsCode "cm_Hg" ; + qudt:uneceCommonCode "J89" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centimeter of Mercury"@en-US ; + rdfs:label "Centimetre of Mercury" ; + rdfs:label "Centimetre of Mercury"@en . + +unit:CentiM_HG_0DEG_C + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "non SI-conform unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre" ; + qudt:conversionMultiplier 1333.224 ; + qudt:conversionMultiplierSN 1.333224E3 ; + qudt:exactMatch unit:CentiM_HG ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB235" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB235"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "cmHg (0 °C)" ; + qudt:uneceCommonCode "N13" ; + rdfs:isDefinedBy ; + rdfs:label "Centimetre of Mercury (0 °C)" ; + rdfs:label "Centimetre of Mercury (0 °C)"@en . + +unit:CentiN + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:N ; + qudt:symbol "cN" ; + qudt:ucumCode "cN"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centinewton" ; + rdfs:label "Centinewton"@cs ; + rdfs:label "Centinewton"@de ; + rdfs:label "Centinewton"@en ; + rdfs:label "Centinewton"@es ; + rdfs:label "Centinewton"@fr ; + rdfs:label "Centinewton"@hu ; + rdfs:label "Centinewton"@it ; + rdfs:label "Centinewton"@ms ; + rdfs:label "Centinewton"@ro ; + rdfs:label "Centinewton"@sl ; + rdfs:label "Centinewton"@tr ; + rdfs:label "Centiniuton"@pl . + +unit:CentiN-M + a qudt:Unit ; + dcterms:description "0.01-fold of the product of the SI derived unit newton and SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA355" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA355"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the product of the SI derived unit newton and SI base unit metre" ; + qudt:symbol "cN·m" ; + qudt:ucumCode "cN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J72" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centinewton Meter"@de ; + rdfs:label "Centinewton Meter"@en-US ; + rdfs:label "Centinewton Meter"@ms ; + rdfs:label "Centinewton Meter"@sl ; + rdfs:label "Centinewton Metr"@cs ; + rdfs:label "Centinewton Metre" ; + rdfs:label "Centinewton Metre"@en ; + rdfs:label "Centinewton Metre"@tr ; + rdfs:label "Centinewton Metro"@es ; + rdfs:label "Centinewton Metro"@it ; + rdfs:label "Centinewton Metru"@ro ; + rdfs:label "Centinewton Mètre"@fr ; + rdfs:label "Centiniuton Metr"@pl . + +unit:CentiN-M-PER-M2 + a qudt:Unit ; + dcterms:description "0.01-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB551" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB551"^^xsd:anyURI ; + qudt:symbol "cN·m/m²" ; + qudt:ucumCode "cN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Centinewton Meter na Kvadratni Meter"@sl ; + rdfs:label "Centinewton Meter per Meter Persegi"@ms ; + rdfs:label "Centinewton Meter per Square Meter"@en-US ; + rdfs:label "Centinewton Meter pro Quadratmeter"@de ; + rdfs:label "Centinewton Metr na Čtvereční Metr"@cs ; + rdfs:label "Centinewton Metre per Metrekare"@tr ; + rdfs:label "Centinewton Metre per Square Metre" ; + rdfs:label "Centinewton Metre per Square Metre"@en ; + rdfs:label "Centinewton Metro per Metro Quadrato"@it ; + rdfs:label "Centinewton Metro por Metro Cuadrado"@es ; + rdfs:label "Centinewton Metru pe Metru Pătrat"@ro ; + rdfs:label "Centinewton Mètre par Mètre Carré"@fr ; + rdfs:label "Centiniuton Metr na Metr Kwadratowy"@pl . + +unit:CentiPOISE + a qudt:Unit ; + dcterms:description """$\\textit{Centipoise}$ is a C.G.S System unit for 'Dynamic Viscosity' expressed as $cP$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA356" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA356"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:POISE ; + qudt:symbol "cP" ; + qudt:ucumCode "cP"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C7" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centipoise" ; + rdfs:label "Centipoise"@en . + +unit:CentiPOISE-PER-BAR + a qudt:Unit ; + dcterms:description "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiPOISE ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA358" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA358"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar" ; + qudt:symbol "cP/bar" ; + qudt:ucumCode "cP.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J74" ; + rdfs:isDefinedBy ; + rdfs:label "Centipoise per Bar" ; + rdfs:label "Centipoise per Bar"@en . + +unit:CentiPOISE-PER-K + a qudt:Unit ; + dcterms:description "[CGS] 0.01-fold of the CGS unit poise for dynamic viscosity divided by the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiPOISE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA357" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA357"^^xsd:anyURI ; + qudt:symbol "cP/K" ; + qudt:ucumCode "cP.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J73" ; + rdfs:isDefinedBy ; + rdfs:label "Centipoise per Kelvin" ; + rdfs:label "Centipoise per Kelvin"@en . + +unit:CentiST + a qudt:Unit ; + dcterms:description """$\\textit{Centistokes}$ is a C.G.S System unit for 'Kinematic Viscosity' expressed as $cSt$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:KinematicViscosity ; + qudt:iec61360Code "0112/2///62720#UAA359" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA359"^^xsd:anyURI ; + qudt:prefix prefix:Centi ; + qudt:scalingOf unit:ST ; + qudt:symbol "cSt" ; + qudt:ucumCode "cSt"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4C" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Centistokes" ; + rdfs:label "Centistokes"@en . + +unit:Ci + a qudt:Unit ; + dcterms:description "The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $."^^qudt:LatexString ; + dcterms:isReplacedBy unit:CI ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000000.0 ; + qudt:conversionMultiplierSN 3.7E10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "2.1.46" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA138" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA138"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:BQ ; + qudt:symbol "Ci" ; + qudt:ucumCode "Ci"^^qudt:UCUMcs ; + qudt:udunitsCode "Ci" ; + qudt:uneceCommonCode "CUR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Curie" ; + rdfs:label "Curie"@en . + +unit:DA + a qudt:Unit ; + dcterms:description "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ; + qudt:conversionMultiplierSN 1.66053878283E-27 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ; + qudt:exactMatch unit:AMU ; + qudt:exactMatch unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolecularMass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dalton?oldid=495038954"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:siExactMatch si-unit:dalton ; + qudt:symbol "Da" ; + qudt:ucumCode "u"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D43" ; + rdfs:isDefinedBy ; + rdfs:label "Dalton" ; + rdfs:label "Dalton"@en ; + skos:altLabel "atomic-mass-unit" . + +unit:DARCY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "

The $darcy$ (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length2.

"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000009869233 ; + qudt:conversionMultiplierSN 9.869233E-13 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Darcy_(unit)"^^xsd:anyURI ; + qudt:expression "$d$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ; + qudt:plainTextDescription "The darcy (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length²." ; + qudt:scalingOf unit:M2 ; + qudt:symbol "d" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Darcy" ; + rdfs:label "Darcy"@en . + +unit:DAY + a qudt:Unit ; + dcterms:description "Mean solar day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 86400.0 ; + qudt:conversionMultiplierSN 8.64E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Day"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:BiodegredationHalfLife ; + qudt:hasQuantityKind quantitykind:FishBiotransformationHalfLife ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA407" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA407"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Day?oldid=494970012"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:SEC ; + qudt:siExactMatch si-unit:day ; + qudt:symbol "d" ; + qudt:ucumCode "d"^^qudt:UCUMcs ; + qudt:udunitsCode "d" ; + qudt:uneceCommonCode "DAY" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Day" ; + rdfs:label "Day"@en . + +unit:DAY-PER-NUM + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 86400.0 ; + qudt:conversionMultiplierSN 8.64E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:TimePerCount ; + qudt:symbol "d/#" ; + qudt:ucumCode "d.{#}-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Day per Number" ; + rdfs:label "Day per Number"@en . + +unit:DAY_Sidereal + a qudt:Unit ; + dcterms:description "The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is $23 h 56 m 4.1 s$, slightly shorter than the solar day because the Earth 's orbital motion about the Sun means the Earth has to rotate slightly more than one turn with respect to the \"fixed\" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to $1/365.2425^{th}$ of a day per day, since even if the Earth did not spin on its axis at all, the Sun would appear to make one rotation around the Earth as the Earth completed a single orbit (which takes one year)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 86164.099 ; + qudt:conversionMultiplierSN 8.6164099E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "http://scienceworld.wolfram.com/astronomy/SiderealDay.html"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "day{sidereal}" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Sidereal Day" ; + rdfs:label "Sidereal Day"@en . + +unit:DEATHS + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + rdfs:isDefinedBy ; + rdfs:label "Deaths" ; + rdfs:label "Deaths"@en ; + skos:broader unit:NUM . + +unit:DEATHS-PER-KiloINDIV-YR + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."^^rdf:HTML ; + qudt:conversionMultiplier 0.00000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEATHS ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloINDIV ; + ] ; + qudt:hasQuantityKind quantitykind:MortalityRate ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + qudt:plainTextDescription "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year." ; + qudt:symbol "deaths/1000 individuals/a" ; + rdfs:isDefinedBy ; + rdfs:label "Deaths per Thousand Individuals Year" ; + rdfs:label "Deaths per Thousand Individuals Year"@en . + +unit:DEATHS-PER-MegaINDIV-YR + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year."^^rdf:HTML ; + qudt:conversionMultiplier 0.00000000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-14 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MegaINDIV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEATHS ; + ] ; + qudt:hasQuantityKind quantitykind:MortalityRate ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; + qudt:plainTextDescription "The expression of mortality rate, expressed as deaths per Million individuals, per year." ; + qudt:symbol "deaths/million individuals/a" ; + rdfs:isDefinedBy ; + rdfs:label "Deaths per Million Individuals Year" ; + rdfs:label "Deaths per Million Individuals Year"@en . + +unit:DEBYE + a qudt:Unit ; + dcterms:description "\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000000000000000000000000000333564 ; + qudt:conversionMultiplierSN 3.33564E-30 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Debye"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:C-M ; + qudt:symbol "D" ; + rdfs:isDefinedBy ; + rdfs:label "Debye" ; + rdfs:label "Debye"@en . + +unit:DECADE + a qudt:DimensionlessUnit, qudt:LogarithmicUnit, qudt:Unit ; + dcterms:description "One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so $3.14 rad/s$ is one decade down from $31.4 rad/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:iec61360Code "0112/2///62720#UAB338" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB338"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Decade_(log_scale)"^^xsd:anyURI ; + qudt:symbol "dec" ; + qudt:uneceCommonCode "DEC" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dec" ; + rdfs:label "Dec"@en . + +unit:DEG + a qudt:Unit ; + dcterms:description "A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by $^\\circ$ (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to $2\\pi /360 rad$, $0.017453 rad$. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01745329251994329576923690768488613 ; + qudt:conversionMultiplierSN 1.745329251994329576923690768488613E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA024" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-331"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA024"^^xsd:anyURI ; + qudt:omUnit ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:siExactMatch si-unit:degree ; + qudt:symbol "°" ; + qudt:ucumCode "deg"^^qudt:UCUMcs ; + qudt:udunitsCode "°" ; + qudt:uneceCommonCode "DD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree" ; + rdfs:label "Degree"@en . + +unit:DEG-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Degree per Hour\" is an Imperial unit for 'Angular Velocity' expressed as $deg/h$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000004848136811095359935899141023579481 ; + qudt:conversionMultiplierSN 4.848136811095359935899141023579481E-6 ; + qudt:expression "$deg/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AngularFrequency ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "°/h" ; + qudt:ucumCode "deg.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree per Hour" ; + rdfs:label "Degree per Hour"@en . + +unit:DEG-PER-M + a qudt:Unit ; + dcterms:description "A change of angle in one SI unit of length."@en ; + qudt:conversionMultiplier 0.01745329251994329576923690768488613 ; + qudt:conversionMultiplierSN 1.745329251994329576923690768488613E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:AngularWavenumber ; + qudt:hasQuantityKind quantitykind:DebyeAngularWavenumber ; + qudt:hasQuantityKind quantitykind:FermiAngularWavenumber ; + qudt:iec61360Code "0112/2///62720#UAA025" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA025"^^xsd:anyURI ; + qudt:symbol "°/m" ; + qudt:ucumCode "deg.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H27" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree per Meter"@en-US ; + rdfs:label "Degree per Metre" ; + rdfs:label "Degree per Metre"@en . + +unit:DEG-PER-MIN + a qudt:Unit ; + dcterms:description "A unit of measure for the rate of change of plane angle, $d\\omega / dt$, in durations of one minute.The vector $\\omega$ is directed along the axis of rotation in the direction for which the rotation is clockwise."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0002908882086657215961539484614147689 ; + qudt:conversionMultiplierSN 2.908882086657215961539484614147689E-4 ; + qudt:expression "$deg-per-min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:AngularFrequency ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "°/min" ; + qudt:ucumCode "deg.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree per Minute" ; + rdfs:label "Degree per Minute"@en . + +unit:DEG-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Degree per Second\" is an Imperial unit for 'Angular Velocity' expressed as $deg/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.01745329251994329576923690768488613 ; + qudt:conversionMultiplierSN 1.745329251994329576923690768488613E-2 ; + qudt:expression "$deg/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:AngularFrequency ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:iec61360Code "0112/2///62720#UAA026" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA026"^^xsd:anyURI ; + qudt:symbol "°/s" ; + qudt:ucumCode "deg.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E96" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree per Second" ; + rdfs:label "Degree per Second"@en . + +unit:DEG-PER-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Degree per Square Second}$ is an Imperial unit for $\\textit{Angular Acceleration}$ expressed as $deg/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.01745329251994329576923690768488613 ; + qudt:conversionMultiplierSN 1.745329251994329576923690768488613E-2 ; + qudt:expression "$deg/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AngularAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB407" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB407"^^xsd:anyURI ; + qudt:symbol "°/s²" ; + qudt:ucumCode "deg.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M45" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree per Square Second" ; + rdfs:label "Degree per Square Second"@en . + +unit:DEG2 + a qudt:Unit ; + dcterms:description "A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and $\\circ^2$. Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to $\\pi /180 radians$, a square degree is equal to ($\\pi /180)$ or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately $0.5^\\circ$, so it covers a solid angle of approximately 0.196 deg, which is $4.8 \\times 10$ of the total sky sphere."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0003046174197867085993467435493788937 ; + qudt:conversionMultiplierSN 3.046174197867085993467435493788937E-4 ; + qudt:expression "$deg^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:SolidAngle ; + qudt:symbol "°²" ; + qudt:ucumCode "deg2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Square Degree" ; + rdfs:label "Square Degree"@en . + +unit:DEGREE_API + a qudt:Unit ; + dcterms:description "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:APIGravity ; + qudt:iec61360Code "0112/2///62720#UAA027" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA027"^^xsd:anyURI ; + qudt:plainTextDescription "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)" ; + qudt:symbol "°API" ; + qudt:uneceCommonCode "J13" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree Api" ; + rdfs:label "Degree Api"@en . + +unit:DEGREE_BALLING + a qudt:Unit ; + dcterms:description "unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA031" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA031"^^xsd:anyURI ; + qudt:plainTextDescription "unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution" ; + qudt:symbol "°Balling" ; + qudt:uneceCommonCode "J17" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree Balling" ; + rdfs:label "Degree Balling"@en . + +unit:DEGREE_BAUME + a qudt:Unit ; + dcterms:description """graduation of the areometer scale for determination of densitiy of fluids. + +The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.""" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA028" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA028"^^xsd:anyURI ; + qudt:plainTextDescription """graduation of the areometer scale for determination of densitiy of fluids. + +The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.""" ; + qudt:symbol "°Bé{origin}" ; + qudt:uneceCommonCode "J14" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Baume (origin Scale)" ; + rdfs:label "Degree Baume (origin Scale)"@en . + +unit:DEGREE_BAUME_US_HEAVY + a qudt:Unit ; + dcterms:description "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA029" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA029"^^xsd:anyURI ; + qudt:plainTextDescription "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water" ; + qudt:symbol "°Bé{US Heavy}" ; + qudt:uneceCommonCode "J15" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Baume (us Heavy)" ; + rdfs:label "Degree Baume (us Heavy)"@en . + +unit:DEGREE_BAUME_US_LIGHT + a qudt:Unit ; + dcterms:description "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA030" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA030"^^xsd:anyURI ; + qudt:plainTextDescription "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water" ; + qudt:symbol "°Bé{US Light}" ; + qudt:uneceCommonCode "J16" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Baume (us Light)" ; + rdfs:label "Degree Baume (us Light)"@en . + +unit:DEGREE_BRIX + a qudt:Unit ; + dcterms:description "unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA032" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA032"^^xsd:anyURI ; + qudt:plainTextDescription "unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution" ; + qudt:symbol "°Bx" ; + qudt:uneceCommonCode "J18" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree Brix" ; + rdfs:label "Degree Brix"@en . + +unit:DEGREE_OECHSLE + a qudt:Unit ; + dcterms:description "unit of the density of the must, as measure for the proportion of the soluble material in the grape must"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA048" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA048"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the density of the must, as measure for the proportion of the soluble material in the grape must" ; + qudt:symbol "°Oe" ; + qudt:uneceCommonCode "J27" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Oechsle" ; + rdfs:label "Degree Oechsle"@en . + +unit:DEGREE_PLATO + a qudt:Unit ; + dcterms:description "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA049" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA049"^^xsd:anyURI ; + qudt:plainTextDescription "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation" ; + qudt:symbol "°P" ; + qudt:uneceCommonCode "PLA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree Plato" ; + rdfs:label "Degree Plato"@en . + +unit:DEGREE_TWADDELL + a qudt:Unit ; + dcterms:description "unit of the density of fluids, which are heavier than water"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA054" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA054"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the density of fluids, which are heavier than water" ; + qudt:symbol "°Tw" ; + qudt:uneceCommonCode "J31" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Twaddell" ; + rdfs:label "Degree Twaddell"@en . + +unit:DEG_C + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The unit $\\textit{Celsius}$, also known as centigrade, is a scale and unit of measurement for temperature. + It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, + a difference between two temperatures or an uncertainty. + This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part + in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. + Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. + Additionally, it establishes the difference between the two scales' null points as being precisely $273.15^{\\circ}\\text{C}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 273.15 ; + qudt:conversionOffsetSN 2.7315E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ; + qudt:expression "$degC$"^^qudt:LatexString ; + qudt:guidance "

See NIST section SP811 section 4.2.1.1

"^^rdf:HTML ; + qudt:guidance "

See NIST section SP811 section 6.2.8

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:iec61360Code "0112/2///62720#UAA033" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA033"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ; + qudt:latexDefinition "$\\,^{\\circ}{C}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:scalingOf unit:K ; + qudt:siExactMatch si-unit:degreeCelsius ; + qudt:symbol "°C" ; + qudt:ucumCode "Cel"^^qudt:UCUMcs ; + qudt:udunitsCode "°C" ; + qudt:udunitsCode "℃" ; + qudt:uneceCommonCode "CEL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Celsius-fok"@hu ; + rdfs:label "Celsius"@tr ; + rdfs:label "Darjah Celsius"@ms ; + rdfs:label "Degree Celsius" ; + rdfs:label "Degree Celsius"@en ; + rdfs:label "Degré Celsius"@fr ; + rdfs:label "Grad Celsius"@de ; + rdfs:label "Grad Celsius"@ro ; + rdfs:label "Grado Celsius"@es ; + rdfs:label "Grado Celsius"@it ; + rdfs:label "Gradus Celsii"@la ; + rdfs:label "Grau Celsius"@pt ; + rdfs:label "Stopień Celsjusza"@pl ; + rdfs:label "Stopinja Celzija"@sl ; + rdfs:label "Stupně Celsia"@cs ; + rdfs:label "Βαθμός Κελσίου"@el ; + rdfs:label "Градус Целзий"@bg ; + rdfs:label "Градус Цельсия"@ru ; + rdfs:label "צלזיוס"@he ; + rdfs:label "درجة مئوية"@ar ; + rdfs:label "درجه سانتی گراد/سلسیوس"@fa ; + rdfs:label "सेल्सियस"@hi ; + rdfs:label "セルシウス度"@ja ; + rdfs:label "摄氏度"@zh ; + skos:altLabel "degree-centigrade" . + +unit:DEG_C-CentiM + a qudt:Unit ; + dcterms:description "$\\textit{Degree Celsius Centimeter}$ is a C.G.S System unit for 'Length Temperature' expressed as $cm-degC$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:expression "$cm-degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:LengthTemperature ; + qudt:symbol "°C·cm" ; + qudt:ucumCode "Cel.cm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Celsius Centimetre"@tr ; + rdfs:label "Darjah Celsius Centimeter"@ms ; + rdfs:label "Degree Celsius Centimeter"@en-US ; + rdfs:label "Degree Celsius Centimetre" ; + rdfs:label "Degree Celsius Centimetre"@en ; + rdfs:label "Degré Celsius Centimètre"@fr ; + rdfs:label "Grad Celsius Centimeter"@de ; + rdfs:label "Grad Celsius Centimetru"@ro ; + rdfs:label "Grado Celsius Centimetro"@es ; + rdfs:label "Grado Celsius Centimetro"@it ; + rdfs:label "Stopień Celsjusza Centimetr"@pl ; + rdfs:label "Stopinja Celzija Centimeter"@sl ; + rdfs:label "Stupně Celsia Centimetr"@cs . + +unit:DEG_C-DAY + a qudt:Unit ; + dcterms:description "A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 86400.0 ; + qudt:conversionMultiplierSN 8.64E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Degree_day"^^xsd:anyURI ; + qudt:symbol "°C·d" ; + qudt:ucumCode "Cel.d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius Day" ; + rdfs:label "Degree Celsius Day"@en . + +unit:DEG_C-HR + a qudt:Unit ; + dcterms:description "A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "°C·h" ; + qudt:ucumCode "Cel.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius Hour" ; + rdfs:label "Degree Celsius Hour"@en . + +unit:DEG_C-KiloGM-PER-M2 + a qudt:Unit ; + dcterms:description "Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "°C·kg/m²" ; + qudt:ucumCode "Cel.kg.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Celsius Kilogram per Metrekare"@tr ; + rdfs:label "Darjah Celsius Kilogram per Meter Persegi"@ms ; + rdfs:label "Degree Celsius Kilogram per Square Meter"@en-US ; + rdfs:label "Degree Celsius Kilogram per Square Metre" ; + rdfs:label "Degree Celsius Kilogram per Square Metre"@en ; + rdfs:label "Degré Celsius Kilogramme par Mètre Carré"@fr ; + rdfs:label "Grad Celsius Kilogram pe Metru Pătrat"@ro ; + rdfs:label "Grad Celsius Kilogramm pro Quadratmeter"@de ; + rdfs:label "Grado Celsius Chilogrammo per Metro Quadrato"@it ; + rdfs:label "Grado Celsius Kilogramo por Metro Cuadrado"@es ; + rdfs:label "Gradus Celsii Chiliogramma per Metrum Quadratum"@la ; + rdfs:label "Grau Celsius Quilograma por Metro Quadrado"@pt ; + rdfs:label "Stopień Celsjusza Kilogram na Metr Kwadratowy"@pl ; + rdfs:label "Stopinja Celzija Kilogram na Kvadratni Meter"@sl ; + rdfs:label "Stupně Celsia Kilogram na Čtvereční Metr"@cs ; + rdfs:label "Βαθμός Κελσίου Χιλιόγραμμο ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Градус Целзий Килограм на Квадратен Метър"@bg ; + rdfs:label "Градус Цельсия Килограмм на Квадратный Метр"@ru . + +unit:DEG_C-PER-BAR + a qudt:Unit ; + dcterms:description "unit with the name °Celsius divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:BAR-PER-DEG_C ; + qudt:iec61360Code "0112/2///62720#UAA035" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA035"^^xsd:anyURI ; + qudt:symbol "°C/bar" ; + qudt:ucumCode "Cel.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F60" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius per Bar" ; + rdfs:label "Degree Celsius per Bar"@en . + +unit:DEG_C-PER-HR + a qudt:Unit ; + dcterms:description "$\\textit{Degree Celsius per Hour}$ is a unit for 'Temperature Per Time' expressed as $degC / h$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$degC / h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA036" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA036"^^xsd:anyURI ; + qudt:symbol "°C/h" ; + qudt:ucumCode "Cel.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H12" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius per Hour" ; + rdfs:label "Degree Celsius per Hour"@en . + +unit:DEG_C-PER-K + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Celsius Per Kelvin}$ is Degree Celsius divided by the SI base unit kelvin. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureRatio ; + qudt:iec61360Code "0112/2///62720#UAA034" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA034"^^xsd:anyURI ; + qudt:plainTextDescription "unit with the name Degree Celsius divided by the SI base unit kelvin" ; + qudt:symbol "°C/K" ; + qudt:ucumCode "Cel.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E98" ; + rdfs:isDefinedBy ; + rdfs:label "Celsius per Kelvin"@tr ; + rdfs:label "Darjah Celsius per Kelvin"@ms ; + rdfs:label "Degree Celsius per Kelvin" ; + rdfs:label "Degree Celsius per Kelvin"@en ; + rdfs:label "Degré Celsius par Kelvin"@fr ; + rdfs:label "Grad Celsius pe Kelvin"@ro ; + rdfs:label "Grad Celsius pro Kelvin"@de ; + rdfs:label "Grado Celsius per Kelvin"@it ; + rdfs:label "Grado Celsius por Kelvin"@es ; + rdfs:label "Gradus Celsii per Kelvin"@la ; + rdfs:label "Grau Celsius por Kelvin"@pt ; + rdfs:label "Stopień Celsjusza na Kelwin"@pl ; + rdfs:label "Stopinja Celzija na Kelvin"@sl ; + rdfs:label "Stupně Celsia na Kelvin"@cs ; + rdfs:label "Βαθμός Κελσίου ανά Κέλβιν"@el ; + rdfs:label "Градус Целзий на Келвин"@bg ; + rdfs:label "Градус Цельсия на Кельвин"@ru . + +unit:DEG_C-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureGradient ; + qudt:symbol "°C/m" ; + qudt:ucumCode "Cel.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Celsius per Metre"@tr ; + rdfs:label "Darjah Celsius per Meter"@ms ; + rdfs:label "Degree Celsius per Meter"@en-US ; + rdfs:label "Degree Celsius per Metre" ; + rdfs:label "Degree Celsius per Metre"@en ; + rdfs:label "Degré Celsius par Mètre"@fr ; + rdfs:label "Grad Celsius pe Metru"@ro ; + rdfs:label "Grad Celsius pro Meter"@de ; + rdfs:label "Grado Celsius per Metro"@it ; + rdfs:label "Grado Celsius por Metro"@es ; + rdfs:label "Gradus Celsii per Metrum"@la ; + rdfs:label "Grau Celsius por Metro"@pt ; + rdfs:label "Stopień Celsjusza na Metr"@pl ; + rdfs:label "Stopinja Celzija na Meter"@sl ; + rdfs:label "Stupně Celsia na Metr"@cs ; + rdfs:label "Βαθμός Κελσίου ανά Μέτρο"@el ; + rdfs:label "Градус Целзий на Метър"@bg ; + rdfs:label "Градус Цельсия на Метр"@ru . + +unit:DEG_C-PER-MIN + a qudt:Unit ; + dcterms:description "$\\textit{Degree Celsius per Minute}$ is a unit for 'Temperature Per Time' expressed as $degC / m$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$degC / m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA037" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA037"^^xsd:anyURI ; + qudt:symbol "°C/min" ; + qudt:ucumCode "Cel.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H13" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius per Minute" ; + rdfs:label "Degree Celsius per Minute"@en . + +unit:DEG_C-PER-SEC + a qudt:Unit ; + dcterms:description "$\\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC / s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$degC / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA038" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA038"^^xsd:anyURI ; + qudt:symbol "°C/s" ; + qudt:ucumCode "Cel.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H14" ; + rdfs:isDefinedBy ; + rdfs:label "Celsius per Saniye"@tr ; + rdfs:label "Darjah Celsius per Saat"@ms ; + rdfs:label "Degree Celsius per Second" ; + rdfs:label "Degree Celsius per Second"@en ; + rdfs:label "Degré Celsius par Seconde"@fr ; + rdfs:label "Grad Celsius pe Secundă"@ro ; + rdfs:label "Grad Celsius pro Sekunde"@de ; + rdfs:label "Grado Celsius per Secondo"@it ; + rdfs:label "Grado Celsius por Segundo"@es ; + rdfs:label "Gradus Celsii per Secundum"@la ; + rdfs:label "Grau Celsius por Segundo"@pt ; + rdfs:label "Stopień Celsjusza na Sekunda"@pl ; + rdfs:label "Stopinja Celzija na Sekunda"@sl ; + rdfs:label "Stupně Celsia na Sekunda"@cs ; + rdfs:label "Βαθμός Κελσίου ανά Δευτερόλεπτο"@el ; + rdfs:label "Градус Целзий на Секунда"@bg ; + rdfs:label "Градус Цельсия на Секунда"@ru . + +unit:DEG_C-PER-YR + a qudt:Unit ; + dcterms:description "A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:symbol "°C/a" ; + qudt:ucumCode "Cel.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius per Year" ; + rdfs:label "Degree Celsius per Year"@en . + +unit:DEG_C-WK + a qudt:Unit ; + dcterms:description "temperature multiplied by unit of time."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 604800.0 ; + qudt:conversionMultiplierSN 6.048E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:WK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "°C·wk" ; + qudt:ucumCode "Cel.wk"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius Week" ; + rdfs:label "Degree Celsius Week"@en . + +unit:DEG_C2 + a qudt:Unit ; + dcterms:description "Degrees Celsius squared."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureVariance ; + qudt:symbol "°C²" ; + qudt:ucumCode "Cel2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Celsiuskare"@tr ; + rdfs:label "Darjah Celsius Persegi"@ms ; + rdfs:label "Degré Celsius Carré"@fr ; + rdfs:label "Grad Celsius Pătrat"@ro ; + rdfs:label "Grado Celsius Cuadrado"@es ; + rdfs:label "Grado Celsius Quadrato"@it ; + rdfs:label "Gradus Celsii Quadratum"@la ; + rdfs:label "Grau Celsius Quadrado"@pt ; + rdfs:label "Kvadratni Stopinja Celzija"@sl ; + rdfs:label "Quadratgrad celsius"@de ; + rdfs:label "Square Degree Celsius" ; + rdfs:label "Square Degree Celsius"@en ; + rdfs:label "Stopień Celsjusza Kwadratowy"@pl ; + rdfs:label "Čtvereční Stupně Celsia"@cs ; + rdfs:label "Τετραγωνικό Βαθμός Κελσίου"@el ; + rdfs:label "Квадратен Градус Целзий"@bg ; + rdfs:label "Квадратный Градус Цельсия"@ru . + +unit:DEG_C2-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "°C²/s" ; + qudt:ucumCode "Cel2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Celsiuskare per Saniye"@tr ; + rdfs:label "Darjah Celsius Persegi per Saat"@ms ; + rdfs:label "Degré Celsius Carré par Seconde"@fr ; + rdfs:label "Grad Celsius Pătrat pe Secundă"@ro ; + rdfs:label "Grado Celsius Cuadrado por Segundo"@es ; + rdfs:label "Grado Celsius Quadrato per Secondo"@it ; + rdfs:label "Gradus Celsii Quadratum per Secundum"@la ; + rdfs:label "Grau Celsius Quadrado por Segundo"@pt ; + rdfs:label "Kvadratni Stopinja Celzija na Sekunda"@sl ; + rdfs:label "Quadratgrad celsius pro Sekunde"@de ; + rdfs:label "Square Degree Celsius per Second" ; + rdfs:label "Square Degree Celsius per Second"@en ; + rdfs:label "Stopień Celsjusza Kwadratowy na Sekunda"@pl ; + rdfs:label "Čtvereční Stupně Celsia na Sekunda"@cs ; + rdfs:label "Τετραγωνικό Βαθμός Κελσίου ανά Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Градус Целзий на Секунда"@bg ; + rdfs:label "Квадратный Градус Цельсия на Секунда"@ru . + +unit:DEG_C_GROWING_CEREAL + a qudt:ContextualUnit, qudt:DerivedUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:Temperature ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius Growing Cereal" ; + rdfs:label "Degree Celsius Growing Cereal"@en ; + skos:broader unit:DEG_C . + +unit:DEG_C_GROWING_CEREAL-DAY + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^rdf:HTML ; + qudt:conversionMultiplier 86400.0 ; + qudt:conversionMultiplierSN 8.64E4 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C_GROWING_CEREAL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:GrowingDegreeDay ; + qudt:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops." ; + qudt:symbol "GDD" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Celsius Growing Cereal Day" ; + rdfs:label "Degree Celsius Growing Cereal Day"@en . + +unit:DEG_F + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit}$ is an Imperial unit for 'Thermodynamic Temperature' expressed as + $\\circ\\text{F}$ + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5555555555555555555555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555555555555555555555556E-1 ; + qudt:conversionOffset 459.67 ; + qudt:conversionOffsetSN 4.5967E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:iec61360Code "0112/2///62720#UAA039" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA039"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:K ; + qudt:symbol "°F" ; + qudt:ucumCode "[degF]"^^qudt:UCUMcs ; + qudt:udunitsCode "°F" ; + qudt:udunitsCode "℉" ; + qudt:uneceCommonCode "FAH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit" ; + rdfs:label "Degree Fahrenheit"@en . + +unit:DEG_F-DAY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings."@en ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 48000.0 ; + qudt:conversionMultiplierSN 4.8E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Degree_day"^^xsd:anyURI ; + qudt:symbol "°F·d" ; + qudt:ucumCode "[degF].d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Day" ; + rdfs:label "Degree Fahrenheit Day"@en . + +unit:DEG_F-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."@en ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2000.0 ; + qudt:conversionMultiplierSN 2.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "°F·h" ; + qudt:ucumCode "[degF].h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour" ; + rdfs:label "Degree Fahrenheit Hour"@en . + +unit:DEG_F-HR-FT2-PER-BTU_IT + a qudt:Unit ; + dcterms:description "unit of the thermal resistor according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1761101836823058407309515389966389 ; + qudt:conversionMultiplierSN 1.761101836823058407309515389966389E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:hasReciprocalUnit unit:BTU_IT-PER-FT2-HR-DEG_F ; + qudt:hasReciprocalUnit unit:BTU_IT-PER-HR-FT2-DEG_F ; + qudt:iec61360Code "0112/2///62720#UAA043" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA043"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal resistor according to the Imperial system of units" ; + qudt:symbol "°F·h·ft²/Btu{IT}" ; + qudt:ucumCode "[degF].h.[ft_i]2.[Btu_IT]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J22" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)" ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)"@en . + +unit:DEG_F-HR-FT2-PER-BTU_IT-IN + a qudt:Unit ; + dcterms:description "unit of specific thermal resistance according to the Imperial system of units" ; + qudt:conversionMultiplier 6.933471798515977981533525157347987 ; + qudt:conversionMultiplierSN 6.933471798515977981533525157347987E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistivity ; + qudt:hasReciprocalUnit unit:BTU_IT-IN-PER-FT2-HR-DEG_F ; + qudt:hasReciprocalUnit unit:BTU_IT-IN-PER-HR-FT2-DEG_F ; + qudt:iec61360Code "0112/2///62720#UAB252" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB252"^^xsd:anyURI ; + qudt:symbol "°F·h·ft²/(Btu{IT}·in)" ; + qudt:ucumCode "[degF].h.[ft_i]2.[Btu_IT]-1.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N88" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch" ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch"@en . + +unit:DEG_F-HR-FT2-PER-BTU_TH + a qudt:Unit ; + dcterms:description "unit of the thermal resistor according to the according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1762280394439072102115454062182767 ; + qudt:conversionMultiplierSN 1.762280394439072102115454062182767E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:hasReciprocalUnit unit:BTU_TH-PER-HR-FT2-DEG_F ; + qudt:iec61360Code "0112/2///62720#UAA040" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA040"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the thermal resistor according to the according to the Imperial system of units" ; + qudt:symbol "°F·h·ft²/Btu{th}" ; + qudt:ucumCode "[degF].h.[ft_i]2.[Btu_th]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J19" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)" ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)"@en . + +unit:DEG_F-HR-FT2-PER-BTU_TH-IN + a qudt:Unit ; + dcterms:description "unit of specific thermal resistance according to the Imperial system of units" ; + qudt:conversionMultiplier 6.938111789130205126438795520404595 ; + qudt:conversionMultiplierSN 6.938111789130205126438795520404595E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistivity ; + qudt:hasReciprocalUnit unit:BTU_TH-IN-PER-FT2-HR-DEG_F ; + qudt:iec61360Code "0112/2///62720#UAB253" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB253"^^xsd:anyURI ; + qudt:symbol "°F·h·ft²/(Btu{th}·in)" ; + qudt:ucumCode "[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N89" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch" ; + rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch"@en . + +unit:DEG_F-HR-PER-BTU_IT + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Degree Fahrenheit Hour per BTU}$ is an Imperial unit for 'Thermal Resistance' expressed as $degF-h/Btu$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.895634240626634400025570088951221 ; + qudt:conversionMultiplierSN 1.895634240626634400025570088951221E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF-h/Btu$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:symbol "°F·h/Btu{IT}" ; + qudt:ucumCode "[degF].h.[Btu_IT]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N84" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour per British Thermal Unit (international Definition)" ; + rdfs:label "Degree Fahrenheit Hour per British Thermal Unit (international Definition)"@en . + +unit:DEG_F-HR-PER-BTU_TH + a qudt:Unit ; + dcterms:description """The unit $\\textit{Degree Fahrenheit hour per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1.896902829486604638680773053478947 ; + qudt:conversionMultiplierSN 1.896902829486604638680773053478947E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:iec61360Code "0112/2///62720#UAB249" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB249"^^xsd:anyURI ; + qudt:symbol "°F·h/Btu{th}" ; + qudt:ucumCode "[degF].h.[Btu_th]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N85" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)" ; + rdfs:label "Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)"@en . + +unit:DEG_F-PER-BAR + a qudt:Unit ; + dcterms:description """$\\textit{Degree Fahrenheit per bar}$ is the traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the unit bar. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.000005555555555555555555555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555555555555555555555556E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA042" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA042"^^xsd:anyURI ; + qudt:symbol "°F/bar" ; + qudt:ucumCode "[degF].bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J21" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Bar" ; + rdfs:label "Degree Fahrenheit per Bar"@en . + +unit:DEG_F-PER-HR + a qudt:Unit ; + dcterms:description "$\\textit{Degree Fahrenheit per Hour}$ is a unit for 'Temperature Per Time' expressed as $degF / h$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000154320987654320987654320987654321 ; + qudt:conversionMultiplierSN 1.54320987654320987654320987654321E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF / h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA044" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA044"^^xsd:anyURI ; + qudt:symbol "°F/h" ; + qudt:ucumCode "[degF].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J23" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Hour" ; + rdfs:label "Degree Fahrenheit per Hour"@en . + +unit:DEG_F-PER-K + a qudt:Unit ; + dcterms:description "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.5555555555555555555555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555555555555555555555556E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureRatio ; + qudt:iec61360Code "0112/2///62720#UAA041" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA041"^^xsd:anyURI ; + qudt:plainTextDescription "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin" ; + qudt:symbol "°F/K" ; + qudt:ucumCode "[degF].K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J20" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Kelvin" ; + rdfs:label "Degree Fahrenheit per Kelvin"@en . + +unit:DEG_F-PER-MIN + a qudt:Unit ; + dcterms:description "$\\textit{Degree Fahrenheit per Minute}$ is a unit for 'Temperature Per Time' expressed as $degF / m$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.009259259259259259259259259259259262 ; + qudt:conversionMultiplierSN 9.259259259259259259259259259259262E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF / m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA045" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA045"^^xsd:anyURI ; + qudt:symbol "°F/min" ; + qudt:ucumCode "[degF].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J24" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Minute" ; + rdfs:label "Degree Fahrenheit per Minute"@en . + +unit:DEG_F-PER-SEC + a qudt:Unit ; + dcterms:description "$\\textit{Degree Fahrenheit per Second}$ is a unit for 'Temperature Per Time' expressed as $degF / s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5555555555555555555555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555555555555555555555556E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA046" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA046"^^xsd:anyURI ; + qudt:symbol "°F/s" ; + qudt:ucumCode "[degF].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J25" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Second" ; + rdfs:label "Degree Fahrenheit per Second"@en . + +unit:DEG_F-PER-SEC2 + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit per Square Second}$ is a C.G.S System unit for expressing the acceleration + of a temperature expressed as $degF / s^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5555555555555555555555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555555555555555555555556E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$degF / s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerSquareTime ; + qudt:plainTextDescription "'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'." ; + qudt:symbol "°F/s²" ; + qudt:ucumCode "[degF].s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit per Square Second" ; + rdfs:label "Degree Fahrenheit per Square Second"@en . + +unit:DEG_F-SEC-PER-BTU_IT + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit Second per British thermal unit (international table)}$ is a non SI-conform unit + of the thermal resistance according to the Imperial system of units. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0005265650668407317777848805802642282 ; + qudt:conversionMultiplierSN 5.265650668407317777848805802642282E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:iec61360Code "0112/2///62720#UAB250" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB250"^^xsd:anyURI ; + qudt:symbol "°F·s/Btu{IT}" ; + qudt:ucumCode "[degF].s.[Btu_IT]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N86" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Second per British Thermal Unit (international Definition)" ; + rdfs:label "Degree Fahrenheit Second per British Thermal Unit (international Definition)"@en . + +unit:DEG_F-SEC-PER-BTU_TH + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Fahrenheit Second per British thermal unit (thermochemical)}$ is a non SI-conform unit + of the thermal resistance according to the Imperial system of units. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0005269174526351679551891036259663741 ; + qudt:conversionMultiplierSN 5.269174526351679551891036259663741E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:iec61360Code "0112/2///62720#UAB251" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB251"^^xsd:anyURI ; + qudt:symbol "°F·s/Btu{th}" ; + qudt:ucumCode "[degF].s.[Btu_th]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N87" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)" ; + rdfs:label "Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)"@en . + +unit:DEG_R + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale. + The symbol for degrees Rankine is $^\\circ R$ or $^\\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales). + Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal + to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. + A temperature of $-459.67 ^\\circ F$ is exactly equal to $0 ^\\circ R$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.5555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555556E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:iec61360Code "0112/2///62720#UAA050" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA050"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Rankine_scale"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:K ; + qudt:symbol "°R" ; + qudt:ucumCode "[degR]"^^qudt:UCUMcs ; + qudt:udunitsCode "°R" ; + qudt:uneceCommonCode "A48" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Degree Rankine" ; + rdfs:label "Degree Rankine"@en . + +unit:DEG_R-PER-HR + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Hour}$ is a rate of change of temperature measured in degree Rankine in periods of one hour. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000154320987654321 ; + qudt:conversionMultiplierSN 1.54320987654321E-4 ; + qudt:expression "$degR / h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA051" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA051"^^xsd:anyURI ; + qudt:symbol "°R/h" ; + qudt:ucumCode "[degR].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J28" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Rankine per Hour" ; + rdfs:label "Degree Rankine per Hour"@en . + +unit:DEG_R-PER-MIN + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Minute}$ is a rate of change of temperature measured in degree Rankine in periods of one minute. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.009259259259259260000000000000000002 ; + qudt:conversionMultiplierSN 9.259259259259260000000000000000002E-3 ; + qudt:expression "$degR / m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA052" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA052"^^xsd:anyURI ; + qudt:symbol "°R/min" ; + qudt:ucumCode "[degR].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J29" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Rankine per Minute" ; + rdfs:label "Degree Rankine per Minute"@en . + +unit:DEG_R-PER-SEC + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Degree Rankine per Second}$ is a rate of change of temperature measured in degree Rankine in periods of one second. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.5555555555555556 ; + qudt:conversionMultiplierSN 5.555555555555556E-1 ; + qudt:expression "$degR / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA053" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA053"^^xsd:anyURI ; + qudt:symbol "°R/s" ; + qudt:ucumCode "[degR].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J30" ; + rdfs:isDefinedBy ; + rdfs:label "Degree Rankine per Second" ; + rdfs:label "Degree Rankine per Second"@en . + +unit:DENIER + a qudt:Unit ; + dcterms:description "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."^^rdf:HTML ; + qudt:conversionMultiplier 0.0000001111111111 ; + qudt:conversionMultiplierSN 1.111111111E-7 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Denier"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB244" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI ; + qudt:scalingOf unit:GM-PER-MilliM ; + qudt:symbol "D" ; + qudt:ucumCode "[den]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A49" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Denier" ; + rdfs:label "Denier"@en . + +unit:DIOPTER + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Dioptre}$, or $\\textit{Diopter}$, is a unit of measurement for the optical power of a lens or curved mirror, + which is equal to the reciprocal of the focal length measured in metres (that is, $1/metre$). + For example, a $3 \\; dioptre$ lens brings parallel rays of light to focus at $1/3\\,metre$. + The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature + and the vergence of optical beams. + Though the diopter is based on the SI-metric system it has not been included in the standard so that there is + no international name or abbreviation for this unit of measurement within the international system of units + this unit for optical power would need to be specified explicitly as the inverse metre. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dioptre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Curvature ; + qudt:iec61360Code "0112/2///62720#UAB371" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB371"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dioptre?oldid=492506920"^^xsd:anyURI ; + qudt:scalingOf unit:PER-M ; + qudt:symbol "D" ; + qudt:ucumCode "[diop]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q25" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Diopter" ; + rdfs:label "Diopter"@en . + +unit:DPI + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + qudt:conversionMultiplier 39.37007874015748031496062992125984 ; + qudt:conversionMultiplierSN 3.937007874015748031496062992125984E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ONE ; + ] ; + qudt:hasQuantityKind quantitykind:DotsPerInch ; + qudt:hasQuantityKind quantitykind:LineicResolution ; + qudt:iec61360Code "0112/2///62720#UAA421" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA421"^^xsd:anyURI ; + qudt:plainTextDescription "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units" ; + qudt:symbol "DPI" ; + qudt:ucumCode "{dot}/[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E39" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dots per Inch" ; + rdfs:label "Dots per Inch"@en . + +unit:DRAM_UK + a qudt:Unit ; + dcterms:description "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0038879346 ; + qudt:conversionMultiplierSN 3.8879346E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB181" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB181"^^xsd:anyURI ; + qudt:plainTextDescription "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "dr{UK}" ; + qudt:ucumCode "[dr_ap]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DRI" ; + rdfs:isDefinedBy ; + rdfs:label "Dram (UK)" ; + rdfs:label "Dram (UK)"@en . + +unit:DRAM_US + a qudt:Unit ; + dcterms:description "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0017718451953125 ; + qudt:conversionMultiplierSN 1.7718451953125E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB180" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB180"^^xsd:anyURI ; + qudt:plainTextDescription "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "dr{US}" ; + qudt:ucumCode "[dr_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "dr" ; + qudt:udunitsCode "fldr" ; + qudt:uneceCommonCode "DRA" ; + rdfs:isDefinedBy ; + rdfs:label "Dram (US)" ; + rdfs:label "Dram (US)"@en . + +unit:DU + a qudt:Unit ; + dcterms:description "The Dobson unit (DU) is a unit of measurement of the amount of a trace gas in a vertical column through the Earth's atmosphere at standard conditions (STP)." ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000446150334054703 ; + qudt:conversionMultiplierSN 4.46150334054703E-4 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dobson_unit"^^xsd:anyURI ; + qudt:scalingOf unit:MOL-PER-M2 ; + qudt:symbol "DU" ; + qudt:ucumCode "DU"^^qudt:UCUMcs ; + qudt:udunitsCode "DU" ; + rdfs:isDefinedBy ; + rdfs:label "Dobson Unit" ; + rdfs:label "Dobson Unit"@en ; + rdfs:label "Dobson Unit"@en-US ; + rdfs:seeAlso unit:MilliMOL-PER-M2 . + +unit:DWT + a qudt:Unit ; + dcterms:description "\"Penny Weight\" is a unit for 'Mass' expressed as $dwt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00155517384 ; + qudt:conversionMultiplierSN 1.55517384E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pennyweight"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:PENNYWEIGHT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pennyweight?oldid=486693644"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "dwt" ; + qudt:ucumCode "[pwt_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DWT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Penny Weight" ; + rdfs:label "Penny Weight"@en . + +unit:DYN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + In physics, the $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. + The $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. + One $dyne$ is equal to $\\SI{10}{\\micro\\newton}$. + Equivalently, the $dyne$ is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. + A $\\textit{dyne per centimetre}$ is the unit traditionally used to measure surface tension. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dyne"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA422" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA422"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dyne?oldid=494703827"^^xsd:anyURI ; + qudt:latexDefinition "$g\\cdot cm/s^{2}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:scalingOf unit:N ; + qudt:symbol "dyn" ; + qudt:ucumCode "dyn"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DU" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dyne" ; + rdfs:label "Dyne"@en . + +unit:DYN-CentiM + a qudt:Unit ; + dcterms:description "\"Dyne Centimeter\" is a C.G.S System unit for 'Torque' expressed as $dyn-cm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$dyn-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA423" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA423"^^xsd:anyURI ; + qudt:symbol "dyn·cm" ; + qudt:ucumCode "dyn.cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J94" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Centimeter"@en-US ; + rdfs:label "Dyne Centimetre" ; + rdfs:label "Dyne Centimetre"@en . + +unit:DYN-M + a qudt:Unit ; + dcterms:description "[CGS] unit of the rotational moment" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB419" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB419"^^xsd:anyURI ; + qudt:symbol "dyn·m" ; + qudt:ucumCode "dyn.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M97" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Meter"@en-US ; + rdfs:label "Dyne Metre" ; + rdfs:label "Dyne Metre"@en . + +unit:DYN-PER-CentiM + a qudt:Unit ; + dcterms:description "CGS unit of the surface tension"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB106" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB106"^^xsd:anyURI ; + qudt:plainTextDescription "CGS unit of the surface tension" ; + qudt:symbol "dyn/cm" ; + qudt:ucumCode "dyn.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DX" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dyne per Centimeter"@en-US ; + rdfs:label "Dyne per Centimetre" ; + rdfs:label "Dyne per Centimetre"@en . + +unit:DYN-PER-CentiM2 + a qudt:Unit ; + dcterms:description "\"Dyne per Square Centimeter\" is a C.G.S System unit for 'Force Per Area' expressed as $dyn/cm^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$dyn/cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA424" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA424"^^xsd:anyURI ; + qudt:symbol "dyn/cm²" ; + qudt:ucumCode "dyn.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D9" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dyne per Square Centimeter"@en-US ; + rdfs:label "Dyne per Square Centimetre" ; + rdfs:label "Dyne per Square Centimetre"@en . + +unit:DYN-SEC-PER-CentiM + a qudt:Unit ; + dcterms:description "CGS unit of the mechanical impedance"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB144" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB144"^^xsd:anyURI ; + qudt:plainTextDescription "CGS unit of the mechanical impedance" ; + qudt:symbol "dyn·s/cm" ; + qudt:ucumCode "dyn.s.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A51" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Second per Centimeter"@en-US ; + rdfs:label "Dyne Second per Centimetre" ; + rdfs:label "Dyne Second per Centimetre"@en . + +unit:DYN-SEC-PER-CentiM3 + a qudt:Unit ; + dcterms:description "CGS unit of the acoustic image impedance of the medium"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:iec61360Code "0112/2///62720#UAB102" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB102"^^xsd:anyURI ; + qudt:plainTextDescription "CGS unit of the acoustic image impedance of the medium" ; + qudt:symbol "dyn·s/cm³" ; + qudt:ucumCode "dyn.s.cm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A50" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Second per Cubic Centimeter"@en-US ; + rdfs:label "Dyne Second per Cubic Centimetre" ; + rdfs:label "Dyne Second per Cubic Centimetre"@en . + +unit:DYN-SEC-PER-CentiM5 + a qudt:Unit ; + dcterms:description "[CGS] unit of the acoustic impedance (volume flow rate-related pressure)" ; + qudt:conversionMultiplier 100000.0 ; + qudt:conversionMultiplierSN 1.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DYN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -5 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:PressureInRelationToVolumeFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB045" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB045"^^xsd:anyURI ; + qudt:symbol "dyn·s/cm⁵" ; + qudt:ucumCode "dyn.s.cm-5"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A52" ; + rdfs:isDefinedBy ; + rdfs:label "Dyne Second per Quintic Centimeter"@en-US ; + rdfs:label "Dyne Second per Quintic Centimetre" ; + rdfs:label "Dyne Second per Quintic Centimetre"@en . + +unit:Da + a qudt:Unit ; + dcterms:description "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."^^qudt:LatexString ; + dcterms:isReplacedBy unit:DA ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ; + qudt:conversionMultiplierSN 1.66053878283E-27 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:exactMatch unit:AMU ; + qudt:exactMatch unit:U ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MolecularMass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Dalton?oldid=495038954"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:siExactMatch si-unit:dalton ; + qudt:symbol "Da" ; + qudt:ucumCode "u"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dalton" ; + rdfs:label "Dalton"@en ; + skos:altLabel "atomic-mass-unit" . + +unit:Debye + a qudt:Unit ; + dcterms:description "\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$."^^qudt:LatexString ; + dcterms:isReplacedBy unit:DEBYE ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000000000000000000000000000333564 ; + qudt:conversionMultiplierSN 3.33564E-30 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Debye"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricDipoleMoment ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:C-M ; + qudt:symbol "D" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Debye" ; + rdfs:label "Debye"@en . + +unit:DecaARE + a qudt:Unit ; + dcterms:description "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB049" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB049"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a" ; + qudt:prefix prefix:Deca ; + qudt:scalingOf unit:ARE ; + qudt:symbol "daa" ; + qudt:ucumCode "daar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DAA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decaare" ; + rdfs:label "Decaare"@en . + +unit:DecaC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A DecaCoulomb is $10 C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Deca ; + qudt:scalingOf unit:C ; + qudt:symbol "daC" ; + qudt:ucumCode "daC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decacoulomb" ; + rdfs:label "Decacoulomb"@cs ; + rdfs:label "Decacoulomb"@en ; + rdfs:label "Decacoulomb"@fr ; + rdfs:label "Decacoulomb"@hu ; + rdfs:label "Decacoulomb"@it ; + rdfs:label "Decacoulomb"@ms ; + rdfs:label "Decacoulomb"@ro ; + rdfs:label "Decacoulomb"@sl ; + rdfs:label "Decacoulomb"@tr ; + rdfs:label "Decaculombio"@es ; + rdfs:label "Decakulomb"@pl ; + rdfs:label "Dekacoulomb"@de . + +unit:DecaGM + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB075" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB075"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Deca ; + qudt:scalingOf unit:GM ; + qudt:symbol "dag" ; + qudt:ucumCode "dag"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DJ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decagram" ; + rdfs:label "Decagram"@cs ; + rdfs:label "Decagram"@en ; + rdfs:label "Decagram"@ms ; + rdfs:label "Decagram"@pl ; + rdfs:label "Decagram"@ro ; + rdfs:label "Decagram"@sl ; + rdfs:label "Decagram"@tr ; + rdfs:label "Decagramm"@hu ; + rdfs:label "Decagramme"@fr ; + rdfs:label "Decagrammo"@it ; + rdfs:label "Decagramo"@es ; + rdfs:label "Dekagramm"@de . + +unit:DecaK + a qudt:Unit ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:CorrelatedColorTemperature ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:prefix prefix:Deca ; + qudt:scalingOf unit:K ; + qudt:symbol "daK" ; + qudt:ucumCode "daK"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Decakelvin" ; + rdfs:label "Decakelvin"@cs ; + rdfs:label "Decakelvin"@en ; + rdfs:label "Decakelvin"@es ; + rdfs:label "Decakelvin"@fr ; + rdfs:label "Decakelvin"@hu ; + rdfs:label "Decakelvin"@it ; + rdfs:label "Decakelvin"@ms ; + rdfs:label "Decakelvin"@ro ; + rdfs:label "Decakelvin"@sl ; + rdfs:label "Decakelvin"@tr ; + rdfs:label "Decakelwin"@pl ; + rdfs:label "Dekakelvin"@de . + +unit:DecaL + a qudt:Unit ; + dcterms:description "10-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB115" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB115"^^xsd:anyURI ; + qudt:plainTextDescription "10-fold of the unit litre" ; + qudt:prefix prefix:Deca ; + qudt:scalingOf unit:L ; + qudt:symbol "daL" ; + qudt:ucumCode "daL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A44" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decaliter"@en-US ; + rdfs:label "Decalitre" ; + rdfs:label "Decalitre"@en . + +unit:DecaM + a qudt:Unit ; + dcterms:description "10-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB064" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB064"^^xsd:anyURI ; + qudt:plainTextDescription "10-fold of the SI base unit metre" ; + qudt:prefix prefix:Deca ; + qudt:scalingOf unit:M ; + qudt:symbol "dam" ; + qudt:ucumCode "dam"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A45" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decameter"@en-US ; + rdfs:label "Decameter"@ms ; + rdfs:label "Decameter"@sl ; + rdfs:label "Decametr"@cs ; + rdfs:label "Decametr"@pl ; + rdfs:label "Decametre" ; + rdfs:label "Decametre"@en ; + rdfs:label "Decametre"@tr ; + rdfs:label "Decametro"@es ; + rdfs:label "Decametro"@it ; + rdfs:label "Decametru"@ro ; + rdfs:label "Decamètre"@fr ; + rdfs:label "Decaméter"@hu ; + rdfs:label "Dekameter"@de . + +unit:DecaM3 + a qudt:Unit ; + dcterms:description "1 000-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DecaM ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB179" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB179"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the power of the SI base unit metre by exponent 3" ; + qudt:symbol "dam³" ; + qudt:ucumCode "dam3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DMA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decameter"@en-US ; + rdfs:label "Cubic Decametre" ; + rdfs:label "Cubic Decametre"@en ; + rdfs:label "Decameter Kubik"@ms ; + rdfs:label "Decametr Krychlový"@cs ; + rdfs:label "Decametr Sześcienny"@pl ; + rdfs:label "Decametreküp"@tr ; + rdfs:label "Decametro Cubo"@it ; + rdfs:label "Decametro Cúbico"@es ; + rdfs:label "Decametru Cub"@ro ; + rdfs:label "Decamètre Cube"@fr ; + rdfs:label "Kubikdekameter"@de ; + rdfs:label "Kubični Decameter"@sl . + +unit:DecaPA + a qudt:Unit ; + dcterms:description "10-fold of the derived SI unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB375" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB375"^^xsd:anyURI ; + qudt:plainTextDescription "10-fold of the derived SI unit pascal" ; + qudt:prefix prefix:Deca ; + qudt:scalingOf unit:PA ; + qudt:symbol "daPa" ; + qudt:ucumCode "daPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H75" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decapascal" ; + rdfs:label "Decapascal"@cs ; + rdfs:label "Decapascal"@en ; + rdfs:label "Decapascal"@es ; + rdfs:label "Decapascal"@fr ; + rdfs:label "Decapascal"@hu ; + rdfs:label "Decapascal"@it ; + rdfs:label "Decapascal"@ms ; + rdfs:label "Decapascal"@ro ; + rdfs:label "Decapascal"@sl ; + rdfs:label "Decapascal"@tr ; + rdfs:label "Decapaskal"@pl ; + rdfs:label "Dekapascal"@de . + +unit:DecaPOISE + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:plainTextDescription "10-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:prefix prefix:Deca ; + qudt:scalingOf unit:POISE ; + qudt:symbol "daP" ; + qudt:ucumCode "daP"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Decapoise" ; + rdfs:label "Decapoise"@en ; + rdfs:label "Dekapoise"@de . + +unit:DeciB + a qudt:DimensionlessUnit, qudt:LogarithmicUnit, qudt:Unit ; + dcterms:description "A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is $1\\,bel$ (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) $0\\,decibel$ is equal to $1\\,picoWatts\\,per\\,Metre\\,Squared$. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals $20\\,micropascals\\,RMS$, and for sound power $0\\,decibels$ sometimes equals $1\\,picoWatt$. In all cases, one decibel equals $\\approx\\,0.115129\\,neper$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Decibel"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAA409" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA409"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Decibel?oldid=495380648"^^xsd:anyURI ; + qudt:symbol "dB" ; + qudt:ucumCode "dB"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2N" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decibel" ; + rdfs:label "Decibel"@en . + +unit:DeciB-MilliW + a qudt:Unit ; + dcterms:description "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW)" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD891" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD891"^^xsd:anyURI ; + qudt:symbol "dB·mW" ; + qudt:ucumCode "dB.mW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DBM" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel Milliwatt" ; + rdfs:label "Decibel Milliwatt"@en . + +unit:DeciB-MilliW-PER-MegaHZ + a qudt:Unit ; + dcterms:description "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW) devided by the 1,000,000-fold of the derived unit hertz" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MegaHZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD892" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD892"^^xsd:anyURI ; + qudt:symbol "dB·mW/MHz" ; + qudt:ucumCode "dB.mW.MHz-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DBM" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel Milliwatt per Megahertz" ; + rdfs:label "Decibel Milliwatt per Megahertz"@en . + +unit:DeciB-PER-KiloM + a qudt:Unit ; + dcterms:description "0.1-fold of the unit bel divided by 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciB ; + ] ; + qudt:hasQuantityKind quantitykind:LinearLogarithmicRatio ; + qudt:iec61360Code "0112/2///62720#UAA410" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA410"^^xsd:anyURI ; + qudt:symbol "dB/km" ; + qudt:ucumCode "dB.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H51" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel per Kilometer"@en-US ; + rdfs:label "Decibel per Kilometre" ; + rdfs:label "Decibel per Kilometre"@en . + +unit:DeciB-PER-M + a qudt:Unit ; + dcterms:description "0.1-fold of the unit bel divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearLogarithmicRatio ; + qudt:iec61360Code "0112/2///62720#UAA411" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA411"^^xsd:anyURI ; + qudt:symbol "dB/m" ; + qudt:ucumCode "dB.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H52" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel per Meter"@en-US ; + rdfs:label "Decibel per Metre" ; + rdfs:label "Decibel per Metre"@en . + +unit:DeciB-W + a qudt:Unit ; + dcterms:description "The decibel watt or dBW is a unit for the measurement of the strength of a signal expressed in decibels relative to one watt." ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD924" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD924"^^xsd:anyURI ; + qudt:symbol "dB·W" ; + qudt:ucumCode "dB.W"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DBW" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel Watt" ; + rdfs:label "Decibel Watt"@en . + +unit:DeciBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "dbar" ; + qudt:ucumCode "dbar"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decibar" ; + rdfs:label "Decibar"@en . + +unit:DeciBAR-PER-YR + a qudt:Unit ; + dcterms:description "A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciBAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "dbar/a" ; + qudt:ucumCode "dbar.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Decibar per Year" ; + rdfs:label "Decibar per Year"@en . + +unit:DeciB_A + a qudt:Unit ; + dcterms:description "Logarithmic unit of sound pressure level with frequency weighting A" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAD893" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD893"^^xsd:anyURI ; + qudt:symbol "dB(A)" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel with A-weighting" ; + rdfs:label "Decibel with A-weighting"@en . + +unit:DeciB_C + a qudt:Unit ; + dcterms:description "\"Decibel Carrier Unit\" is a logarithmic unit for 'Signal Detection Threshold' expressed as $dBc$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SignalDetectionThreshold ; + qudt:iec61360Code "0112/2///62720#UAD894" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD894"^^xsd:anyURI ; + qudt:symbol "dBc" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel Carrier Unit" ; + rdfs:label "Decibel Carrier Unit"@en . + +unit:DeciB_ISO + a qudt:Unit ; + dcterms:description "Logarithmic antenna gain of a transmitted or received signal" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAD889" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD889"^^xsd:anyURI ; + qudt:symbol "dBi" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel Isotropic" ; + rdfs:label "Decibel Isotropic"@en . + +unit:DeciB_M + a qudt:DimensionlessUnit, qudt:Unit ; + dcterms:description "\"Decibel Referred to 1mw\" is a 'Logarithmic Dimensionless Ratio' expressed as $dBm$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:symbol "dBmW" ; + qudt:udunitsCode "Bm" ; + qudt:uneceCommonCode "DBM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decibel Referred to 1mw" ; + rdfs:label "Decibel Referred to 1mw"@en . + +unit:DeciB_Z + a qudt:Unit ; + dcterms:description "Logarithmic unit of sound pressure level with frequency weighting Z (ZERO or linear weighting)" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundExposureLevel ; + qudt:hasQuantityKind quantitykind:SoundPowerLevel ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:hasQuantityKind quantitykind:SoundReductionIndex ; + qudt:iec61360Code "0112/2///62720#UAD895" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD895"^^xsd:anyURI ; + qudt:symbol "dB(Z)" ; + rdfs:isDefinedBy ; + rdfs:label "Decibel with Z-weighting" ; + rdfs:label "Decibel with Z-weighting"@en . + +unit:DeciC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A DeciCoulomb is $10^{-1} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:C ; + qudt:symbol "dC" ; + qudt:ucumCode "dC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decicoulomb" ; + rdfs:label "Decicoulomb"@cs ; + rdfs:label "Decicoulomb"@de ; + rdfs:label "Decicoulomb"@en ; + rdfs:label "Decicoulomb"@fr ; + rdfs:label "Decicoulomb"@hu ; + rdfs:label "Decicoulomb"@it ; + rdfs:label "Decicoulomb"@ms ; + rdfs:label "Decicoulomb"@ro ; + rdfs:label "Decicoulomb"@sl ; + rdfs:label "Decicoulomb"@tr ; + rdfs:label "Deciculombio"@es ; + rdfs:label "Decikulomb"@pl . + +unit:DeciGM + a qudt:Unit ; + dcterms:description "0.0001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB076" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB076"^^xsd:anyURI ; + qudt:plainTextDescription "0.0001-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:GM ; + qudt:symbol "dg" ; + qudt:ucumCode "dg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DG" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decigram" ; + rdfs:label "Decigram"@cs ; + rdfs:label "Decigram"@en ; + rdfs:label "Decigram"@ms ; + rdfs:label "Decigram"@pl ; + rdfs:label "Decigram"@ro ; + rdfs:label "Decigram"@sl ; + rdfs:label "Decigram"@tr ; + rdfs:label "Decigramm"@de ; + rdfs:label "Decigramm"@hu ; + rdfs:label "Decigramme"@fr ; + rdfs:label "Decigrammo"@it ; + rdfs:label "Decigramo"@es . + +unit:DeciL + a qudt:Unit ; + dcterms:description "0.1-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB113" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB113"^^xsd:anyURI ; + qudt:plainTextDescription "0.1-fold of the unit litre" ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:L ; + qudt:symbol "dL" ; + qudt:ucumCode "dL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DLT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Deciliter"@en-US ; + rdfs:label "Decilitre" ; + rdfs:label "Decilitre"@en . + +unit:DeciL-PER-GM + a qudt:Unit ; + dcterms:description "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:hasReciprocalUnit unit:GM-PER-DeciL ; + qudt:iec61360Code "0112/2///62720#UAB094" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB094"^^xsd:anyURI ; + qudt:plainTextDescription "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "dL/g" ; + qudt:ucumCode "dL.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "22" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Deciliter per Gram"@en-US ; + rdfs:label "Decilitre per Gram" ; + rdfs:label "Decilitre per Gram"@en . + +unit:DeciM + a qudt:Unit ; + dcterms:description "A decimeter is a tenth of a meter."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA412" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA412"^^xsd:anyURI ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:M ; + qudt:symbol "dm" ; + qudt:ucumCode "dm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DMT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decimeter"@de ; + rdfs:label "Decimeter"@en-US ; + rdfs:label "Decimeter"@ms ; + rdfs:label "Decimeter"@sl ; + rdfs:label "Decimetr"@cs ; + rdfs:label "Decimetr"@pl ; + rdfs:label "Decimetre" ; + rdfs:label "Decimetre"@en ; + rdfs:label "Decimetre"@tr ; + rdfs:label "Decimetro"@es ; + rdfs:label "Decimetro"@it ; + rdfs:label "Decimetru"@ro ; + rdfs:label "Decimètre"@fr ; + rdfs:label "Deciméter"@hu . + +unit:DeciM2 + a qudt:Unit ; + dcterms:description "0.1-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA413" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA413"^^xsd:anyURI ; + qudt:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "dm²" ; + qudt:ucumCode "dm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DMK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decimeter Persegi"@ms ; + rdfs:label "Decimetr Kwadratowy"@pl ; + rdfs:label "Decimetrekare"@tr ; + rdfs:label "Decimetro Cuadrado"@es ; + rdfs:label "Decimetro Quadrato"@it ; + rdfs:label "Decimetru Pătrat"@ro ; + rdfs:label "Decimètre Carré"@fr ; + rdfs:label "Kvadratni Decimeter"@sl ; + rdfs:label "Quadratdecimeter"@de ; + rdfs:label "Square Decimeter"@en-US ; + rdfs:label "Square Decimetre" ; + rdfs:label "Square Decimetre"@en ; + rdfs:label "Čtvereční Decimetr"@cs . + +unit:DeciM3 + a qudt:Unit ; + dcterms:description "0.1-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA414" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA414"^^xsd:anyURI ; + qudt:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "dm³" ; + qudt:ucumCode "dm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DMQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter"@en-US ; + rdfs:label "Cubic Decimetre" ; + rdfs:label "Cubic Decimetre"@en ; + rdfs:label "Decimeter Kubik"@ms ; + rdfs:label "Decimetr Krychlový"@cs ; + rdfs:label "Decimetr Sześcienny"@pl ; + rdfs:label "Decimetreküp"@tr ; + rdfs:label "Decimetro Cubo"@it ; + rdfs:label "Decimetro Cúbico"@es ; + rdfs:label "Decimetru Cub"@ro ; + rdfs:label "Decimètre Cube"@fr ; + rdfs:label "Kubikdecimeter"@de ; + rdfs:label "Kubični Decimeter"@sl . + +unit:DeciM3-PER-DAY + a qudt:Unit ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA415" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA415"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day" ; + qudt:symbol "dm³/d" ; + qudt:ucumCode "dm3.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J90" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter per Day"@en-US ; + rdfs:label "Cubic Decimetre per Day" ; + rdfs:label "Cubic Decimetre per Day"@en . + +unit:DeciM3-PER-HR + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA416" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA416"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour" ; + qudt:symbol "dm³/h" ; + qudt:ucumCode "dm3.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E92" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter per Hour"@en-US ; + rdfs:label "Cubic Decimetre per Hour" ; + rdfs:label "Cubic Decimetre per Hour"@en . + +unit:DeciM3-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogramm" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:hasReciprocalUnit unit:KiloGM-PER-DeciM3 ; + qudt:iec61360Code "0112/2///62720#UAB409" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB409"^^xsd:anyURI ; + qudt:symbol "dm³/kg" ; + qudt:ucumCode "dm3.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N28" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter per Kilogram"@en-US ; + rdfs:label "Cubic Decimetre per Kilogram" ; + rdfs:label "Cubic Decimetre per Kilogram"@en ; + rdfs:label "Decimeter Kubik per Kilogram"@ms ; + rdfs:label "Decimetr Krychlový na Kilogram"@cs ; + rdfs:label "Decimetr Sześcienny na Kilogram"@pl ; + rdfs:label "Decimetreküp per Kilogram"@tr ; + rdfs:label "Decimetro Cubo per Chilogrammo"@it ; + rdfs:label "Decimetro Cúbico por Kilogramo"@es ; + rdfs:label "Decimetru Cub pe Kilogram"@ro ; + rdfs:label "Decimètre Cube par Kilogramme"@fr ; + rdfs:label "Kubikdecimeter pro Kilogramm"@de ; + rdfs:label "Kubični Decimeter na Kilogram"@sl . + +unit:DeciM3-PER-M3 + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA417" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA417"^^xsd:anyURI ; + qudt:plainTextDescription "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "dm³/m³" ; + qudt:ucumCode "dm3.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J91" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter per Cubic Meter"@en-US ; + rdfs:label "Cubic Decimetre per Cubic Metre" ; + rdfs:label "Cubic Decimetre per Cubic Metre"@en ; + rdfs:label "Decimeter Kubik per Meter Kubik"@ms ; + rdfs:label "Decimetr Krychlový na Metr Krychlový"@cs ; + rdfs:label "Decimetr Sześcienny na Metr Sześcienny"@pl ; + rdfs:label "Decimetreküp per Metreküp"@tr ; + rdfs:label "Decimetro Cubo per Metro Cubo"@it ; + rdfs:label "Decimetro Cúbico por Metro Cúbico"@es ; + rdfs:label "Decimetru Cub pe Metru Cub"@ro ; + rdfs:label "Decimètre Cube par Mètre Cube"@fr ; + rdfs:label "Kubikdecimeter pro Kubikmeter"@de ; + rdfs:label "Kubični Decimeter na Kubični Meter"@sl . + +unit:DeciM3-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA418" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA418"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute" ; + qudt:symbol "dm³/min" ; + qudt:ucumCode "dm3.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J92" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter per Minute"@en-US ; + rdfs:label "Cubic Decimetre per Minute" ; + rdfs:label "Cubic Decimetre per Minute"@en . + +unit:DeciM3-PER-MOL + a qudt:Unit ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:hasReciprocalUnit unit:MOL-PER-DeciM3 ; + qudt:iec61360Code "0112/2///62720#UAA419" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA419"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol" ; + qudt:symbol "dm³/mol" ; + qudt:ucumCode "dm3.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A37" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter per Mole"@en-US ; + rdfs:label "Cubic Decimetre per Mole" ; + rdfs:label "Cubic Decimetre per Mole"@en ; + rdfs:label "Decimeter Kubik per Mole"@ms ; + rdfs:label "Decimetr Krychlový na Mol"@cs ; + rdfs:label "Decimetr Sześcienny na Mol"@pl ; + rdfs:label "Decimetreküp per Mol"@tr ; + rdfs:label "Decimetro Cubo per Mole"@it ; + rdfs:label "Decimetro Cúbico por Mol"@es ; + rdfs:label "Decimetru Cub pe Mol"@ro ; + rdfs:label "Decimètre Cube par Mole"@fr ; + rdfs:label "Kubikdecimeter pro Mol"@de ; + rdfs:label "Kubični Decimeter na Mol"@sl . + +unit:DeciM3-PER-SEC + a qudt:Unit ; + dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA420" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA420"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second" ; + qudt:symbol "dm³/s" ; + qudt:ucumCode "dm3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J93" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Decimeter per Second"@en-US ; + rdfs:label "Cubic Decimetre per Second" ; + rdfs:label "Cubic Decimetre per Second"@en ; + rdfs:label "Decimeter Kubik per Saat"@ms ; + rdfs:label "Decimetr Krychlový na Sekunda"@cs ; + rdfs:label "Decimetr Sześcienny na Sekunda"@pl ; + rdfs:label "Decimetreküp per Saniye"@tr ; + rdfs:label "Decimetro Cubo per Secondo"@it ; + rdfs:label "Decimetro Cúbico por Segundo"@es ; + rdfs:label "Decimetru Cub pe Secundă"@ro ; + rdfs:label "Decimètre Cube par Seconde"@fr ; + rdfs:label "Kubikdecimeter pro Sekunde"@de ; + rdfs:label "Kubični Decimeter na Sekunda"@sl . + +unit:DeciN + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:N ; + qudt:symbol "dN" ; + qudt:ucumCode "dN"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decinewton" ; + rdfs:label "Decinewton"@cs ; + rdfs:label "Decinewton"@de ; + rdfs:label "Decinewton"@en ; + rdfs:label "Decinewton"@es ; + rdfs:label "Decinewton"@fr ; + rdfs:label "Decinewton"@hu ; + rdfs:label "Decinewton"@it ; + rdfs:label "Decinewton"@ms ; + rdfs:label "Decinewton"@ro ; + rdfs:label "Decinewton"@sl ; + rdfs:label "Decinewton"@tr ; + rdfs:label "Deciniuton"@pl . + +unit:DeciN-M + a qudt:Unit ; + dcterms:description "0.1-fold of the product of the derived SI unit joule and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB084" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB084"^^xsd:anyURI ; + qudt:plainTextDescription "0.1-fold of the product of the derived SI unit joule and the SI base unit metre" ; + qudt:symbol "dN·m" ; + qudt:ucumCode "dN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decinewton Meter"@de ; + rdfs:label "Decinewton Meter"@en-US ; + rdfs:label "Decinewton Meter"@ms ; + rdfs:label "Decinewton Meter"@sl ; + rdfs:label "Decinewton Metr"@cs ; + rdfs:label "Decinewton Metre" ; + rdfs:label "Decinewton Metre"@en ; + rdfs:label "Decinewton Metre"@tr ; + rdfs:label "Decinewton Metro"@es ; + rdfs:label "Decinewton Metro"@it ; + rdfs:label "Decinewton Metru"@ro ; + rdfs:label "Decinewton Mètre"@fr ; + rdfs:label "Deciniuton Metr"@pl . + +unit:DeciS + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:S ; + qudt:symbol "dS" ; + qudt:ucumCode "dS"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decisiemens" ; + rdfs:label "Decisiemens"@cs ; + rdfs:label "Decisiemens"@de ; + rdfs:label "Decisiemens"@en ; + rdfs:label "Decisiemens"@es ; + rdfs:label "Decisiemens"@fr ; + rdfs:label "Decisiemens"@hu ; + rdfs:label "Decisiemens"@it ; + rdfs:label "Decisiemens"@ms ; + rdfs:label "Decisiemens"@ro ; + rdfs:label "Decisiemens"@sl ; + rdfs:label "Decisiemens"@tr ; + rdfs:label "Decisimens"@pl . + +unit:DeciS-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Decisiemens per metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciS ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:plainTextDescription "Decisiemens per metre." ; + qudt:symbol "dS/m" ; + qudt:ucumCode "dS.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Decisiemens na Meter"@sl ; + rdfs:label "Decisiemens na Metr"@cs ; + rdfs:label "Decisiemens par Mètre"@fr ; + rdfs:label "Decisiemens pe Metru"@ro ; + rdfs:label "Decisiemens per Meter"@en-US ; + rdfs:label "Decisiemens per Meter"@ms ; + rdfs:label "Decisiemens per Metre" ; + rdfs:label "Decisiemens per Metre"@en ; + rdfs:label "Decisiemens per Metre"@tr ; + rdfs:label "Decisiemens per Metro"@it ; + rdfs:label "Decisiemens por Metro"@es ; + rdfs:label "Decisiemens pro Meter"@de ; + rdfs:label "Decisimens na Metr"@pl . + +unit:DeciSEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Decisecond\" is an SI unit for 'Time' expressed as $ds$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://simple.wikipedia.org/w/index.php?title=Decisecond&oldid=8898314"^^xsd:anyURI ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:SEC ; + qudt:symbol "ds" ; + qudt:ucumCode "ds"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C26" ; + rdfs:isDefinedBy ; + rdfs:label "Decimásodperc"@hu ; + rdfs:label "Decisaat"@ms ; + rdfs:label "Decisaniye"@tr ; + rdfs:label "Decisecond" ; + rdfs:label "Decisecond"@en ; + rdfs:label "Deciseconde"@fr ; + rdfs:label "Decisecondo"@it ; + rdfs:label "Decisecundă"@ro ; + rdfs:label "Decisegundo"@es ; + rdfs:label "Decisekunda"@cs ; + rdfs:label "Decisekunda"@pl ; + rdfs:label "Decisekunda"@sl ; + rdfs:label "Decisekunde"@de . + +unit:DeciTONNE + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:DeciTON_Metric ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:TONNE ; + qudt:symbol "dt" ; + qudt:ucumCode "dt"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DTN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Decitonne" ; + rdfs:label "Decitonne"@en . + +unit:DeciTON_Metric + a qudt:Unit ; + dcterms:description "100-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:DeciTONNE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB078" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB078"^^xsd:anyURI ; + qudt:plainTextDescription "100-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Deci ; + qudt:scalingOf unit:TON_Metric ; + qudt:symbol "dt" ; + qudt:ucumCode "dt"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DTN" ; + rdfs:isDefinedBy ; + rdfs:label "Deci Metric Ton" ; + rdfs:label "Deci Metric Ton"@en . + +unit:Denier + a qudt:Unit ; + dcterms:description "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."^^rdf:HTML ; + dcterms:isReplacedBy unit:DENIER ; + qudt:conversionMultiplier 0.00000011 ; + qudt:conversionMultiplierSN 1.1E-7 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Denier"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB244" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI ; + qudt:scalingOf unit:GM-PER-MilliM ; + qudt:symbol "D" ; + qudt:ucumCode "[den]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A49" ; + rdfs:isDefinedBy ; + rdfs:label "Denier" ; + rdfs:label "Denier"@en . + +unit:E + a qudt:Unit ; + dcterms:description """$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, + or equivalently, the negation (opposite) of the electric charge carried by a single electron. + This elementary charge is a fundamental physical constant. + To avoid confusion over its sign, e is sometimes called the elementary positive charge. + This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. + In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:exactMatch unit:ElementaryCharge ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:scalingOf unit:A-SEC ; + qudt:symbol "e" ; + qudt:ucumCode "[e]"^^qudt:UCUMcs ; + qudt:udunitsCode "e" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Elementary Charge" ; + rdfs:label "Elementary Charge"@en . + +unit:ENZ + a qudt:Unit ; + dcterms:description "unit to express the catalytic activity of a specified chemical reaction" ; + qudt:conversionMultiplier 0.000000016667 ; + qudt:conversionMultiplierSN 1.6667E-8 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAB600" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB600"^^xsd:anyURI ; + qudt:scalingOf unit:KAT ; + qudt:symbol "U" ; + rdfs:isDefinedBy ; + rdfs:label "Enzyme Unit" ; + rdfs:label "Enzyme Unit"@en . + +unit:ENZ-PER-L + a qudt:Unit ; + dcterms:description "amount of enzyme units divided by litre" ; + qudt:conversionMultiplier 0.000016667 ; + qudt:conversionMultiplierSN 1.6667E-5 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ENZ ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:iec61360Code "0112/2///62720#UAB601" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB601"^^xsd:anyURI ; + qudt:symbol "U/L" ; + rdfs:isDefinedBy ; + rdfs:label "Enzyme Unit per Liter"@en-US ; + rdfs:label "Enzyme Unit per Litre" ; + rdfs:label "Enzyme Unit per Litre"@en . + +unit:EQ + a qudt:Unit ; + dcterms:description "An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance."@en ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ReactiveCharge ; + qudt:plainTextDescription "An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance."@en ; + qudt:symbol "Eq" ; + qudt:ucumCode "EQ"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Equivalent" ; + rdfs:label "Equivalent"@en . + +unit:ERG + a qudt:Unit ; + dcterms:description "An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared ($g \\cdot cm^2/s^2$). It is thus equal to $10^{-7}$ joules or 100 nanojoules in SI units. $1 erg = 10^{-7} J = 100 nJ$, $1 erg = 624.15 GeV = 6.2415 \\times 10^{11} eV$, $1 erg = 1 dyne\\cdot cm = 1 g \\cdot cm^2/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Erg"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA429" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA429"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Erg?oldid=490293432"^^xsd:anyURI ; + qudt:latexDefinition "$g\\cdot cm^{2}/s^{2}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "erg" ; + qudt:ucumCode "erg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A57" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Erg" ; + rdfs:label "Erg"@en . + +unit:ERG-CentiM2 + a qudt:Unit ; + dcterms:description "[CGS] unit of the atomic stopping power" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasQuantityKind quantitykind:MassStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAB148" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB148"^^xsd:anyURI ; + qudt:symbol "erg·cm²" ; + qudt:ucumCode "erg.cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A66" ; + rdfs:isDefinedBy ; + rdfs:label "Erg Square Centimeter"@en-US ; + rdfs:label "Erg Square Centimetre" ; + rdfs:label "Erg Square Centimetre"@en . + +unit:ERG-CentiM2-PER-GM + a qudt:Unit ; + dcterms:description "[CGS] unit of the mass stopping power" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:TotalMassStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAB149" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB149"^^xsd:anyURI ; + qudt:symbol "erg·cm²/g" ; + qudt:ucumCode "erg.cm2.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A67" ; + rdfs:isDefinedBy ; + rdfs:label "Erg Square Centimeter per Gram"@en-US ; + rdfs:label "Erg Square Centimetre per Gram" ; + rdfs:label "Erg Square Centimetre per Gram"@en . + +unit:ERG-PER-CentiM + a qudt:Unit ; + dcterms:description "CGS unit of the length-related energy"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAB145" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB145"^^xsd:anyURI ; + qudt:plainTextDescription "CGS unit of the length-related energy" ; + qudt:symbol "erg/cm" ; + qudt:ucumCode "erg.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A58" ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Centimeter"@en-US ; + rdfs:label "Erg per Centimetre" ; + rdfs:label "Erg per Centimetre"@en . + +unit:ERG-PER-CentiM2 + a qudt:Unit ; + dcterms:description "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:StrainEnergyReleaseRate ; + qudt:hasReciprocalUnit unit:CentiM2-PER-ERG ; + qudt:plainTextDescription "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "erg/cm²" ; + qudt:ucumCode "erg.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Square Centimeter"@en-US ; + rdfs:label "Erg per Square Centimetre" ; + rdfs:label "Erg per Square Centimetre"@en . + +unit:ERG-PER-CentiM2-SEC + a qudt:Unit ; + dcterms:description "\"Erg per Square Centimeter Second\" is a C.G.S System unit for 'Power Per Area' expressed as $erg/(cm^{2}-s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$erg/(cm^{2}-s)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB055" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB055"^^xsd:anyURI ; + qudt:symbol "erg/(cm²·s)" ; + qudt:ucumCode "erg.cm-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A65" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Square Centimeter Second"@en-US ; + rdfs:label "Erg per Square Centimetre Second" ; + rdfs:label "Erg per Square Centimetre Second"@en . + +unit:ERG-PER-CentiM3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$erg-per-cm3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAB146" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB146"^^xsd:anyURI ; + qudt:symbol "erg/cm³" ; + qudt:ucumCode "erg.cm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A60" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Cubic Centimeter"@en-US ; + rdfs:label "Erg per Cubic Centimetre" ; + rdfs:label "Erg per Cubic Centimetre"@en . + +unit:ERG-PER-GM + a qudt:Unit ; + dcterms:description "CGS unit of the mass-related energy"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB061" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB061"^^xsd:anyURI ; + qudt:plainTextDescription "CGS unit of the mass-related energy" ; + qudt:symbol "erg/g" ; + qudt:ucumCode "erg.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A61" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Gram" ; + rdfs:label "Erg per Gram"@en . + +unit:ERG-PER-GM-SEC + a qudt:Unit ; + dcterms:description "CGS unit of the mass-related power"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB147" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB147"^^xsd:anyURI ; + qudt:plainTextDescription "CGS unit of the mass-related power" ; + qudt:symbol "erg/(g·s)" ; + qudt:ucumCode "erg.g-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A62" ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Gram Second" ; + rdfs:label "Erg per Gram Second"@en . + +unit:ERG-PER-SEC + a qudt:Unit ; + dcterms:description "\"Erg per Second\" is a C.G.S System unit for 'Power' expressed as $erg/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$erg/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA430" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA430"^^xsd:anyURI ; + qudt:latexDefinition "$g\\cdot cm^{2}/s^{3}$"^^qudt:LatexString ; + qudt:symbol "erg/s" ; + qudt:ucumCode "erg.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A63" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Erg per Second" ; + rdfs:label "Erg per Second"@en . + +unit:ERG-SEC + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ERG ; + ] ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:symbol "erg·s" ; + qudt:ucumCode "erg.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Erg Second" ; + rdfs:label "Erg Second"@en . + +unit:ERLANG + a qudt:Unit ; + dcterms:description "The \"Erlang\" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Erlang_(unit)"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB340" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB340"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Erlang_(unit)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:symbol "E" ; + qudt:uneceCommonCode "Q11" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Erlang" ; + rdfs:label "Erlang"@en . + +unit:EV + a qudt:Unit ; + dcterms:description "An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically $1 eV$ approximates $1.6x10^{-19} joules$, where $1 joule$ is $6.2x10^{18} eV$. For example, it would take $6.2x10^{20} eV/sec$ to light a 100 watt light bulb."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Electron_volt"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA425" ; + qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA425"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Electron_volt?oldid=344021738"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:siExactMatch si-unit:electronvolt ; + qudt:symbol "eV" ; + qudt:ucumCode "eV"^^qudt:UCUMcs ; + qudt:udunitsCode "eV" ; + qudt:uneceCommonCode "A53" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt" ; + rdfs:label "Electron Volt"@en . + +unit:EV-M2 + a qudt:Unit ; + dcterms:description "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasQuantityKind quantitykind:TotalAtomicStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA427" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA427"^^xsd:anyURI ; + qudt:symbol "eV·m²" ; + qudt:ucumCode "eV.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A55" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt Square Meter"@en-US ; + rdfs:label "Electron Volt Square Metre" ; + rdfs:label "Electron Volt Square Metre"@en . + +unit:EV-M2-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasQuantityKind quantitykind:TotalMassStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA428" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA428"^^xsd:anyURI ; + qudt:symbol "eV·m²/kg" ; + qudt:ucumCode "eV.m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A56" ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt Square Meter per Kilogram"@en-US ; + rdfs:label "Electron Volt Square Metre per Kilogram" ; + rdfs:label "Electron Volt Square Metre per Kilogram"@en . + +unit:EV-PER-ANGSTROM + a qudt:Unit ; + dcterms:description "unit electronvolt divided by the unit angstrom"^^rdf:HTML ; + qudt:conversionMultiplier 0.000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:ANGSTROM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; + qudt:latexSymbol "$ev/\\AA$"^^qudt:LatexString ; + qudt:plainTextDescription "unit electronvolt divided by the unit angstrom" ; + qudt:symbol "eV/Å" ; + qudt:ucumCode "eV.Ao-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt per Angstrom" ; + rdfs:label "Electron Volt per Angstrom"@en . + +unit:EV-PER-K + a qudt:Unit ; + dcterms:description "$\\textit{Electron Volt per Kelvin}$ is a unit for 'Heat Capacity' expressed as $ev/K$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:expression "$ev/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:symbol "eV/K" ; + qudt:ucumCode "eV.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt per Kelvin" ; + rdfs:label "Electron Volt per Kelvin"@en . + +unit:EV-PER-M + a qudt:Unit ; + dcterms:description "unit electronvolt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA426" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA426"^^xsd:anyURI ; + qudt:plainTextDescription "unit electronvolt divided by the SI base unit metre" ; + qudt:symbol "eV/m" ; + qudt:ucumCode "eV.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A54" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt per Meter"@en-US ; + rdfs:label "Electron Volt per Metre" ; + rdfs:label "Electron Volt per Metre"@en . + +unit:EV-PER-T + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Electron Volt per Tesla}$ is a unit for $\\textit{Magnetic Dipole Moment}$ expressed as $eV T^{-1}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:expression "$eV T^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; + qudt:hasQuantityKind quantitykind:MagneticMoment ; + qudt:symbol "eV/T" ; + qudt:ucumCode "eV.T-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt per Tesla" ; + rdfs:label "Electron Volt per Tesla"@en . + +unit:EV-SEC + a qudt:Unit ; + dcterms:description "\"Electron Volt Second\" is a unit for 'Angular Momentum' expressed as $eV s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:symbol "eV·s" ; + qudt:ucumCode "eV.s"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Electron Volt Second" ; + rdfs:label "Electron Volt Second"@en . + +unit:E_h + a qudt:Unit ; + dcterms:description """

The $\\textit{Hartree}$ (symbol: $E_h$ or $Ha$), also known as the $\\text{Hartree\\,Energy}$, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is $-E_H$, where $E_H= 2 R_\\infty \\cdot hc_0$. The 2006 CODATA recommended value was $E_H = 4.35974394(22) \\times 10^{-18} J = 27.21138386(68) eV$.

+
+
Definition:
+
$E_H= \\frac{e^2}{4\\pi \\epsilon_0 a_0 }$
+where, $e$ is the elementary charge, $\\epsilon_0$ is the electric constant, and $a_0$ is the Bohr radius.'
+
"""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000000000000435974394 ; + qudt:conversionMultiplierSN 4.35974394E-18 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Hartree?oldid=489318053"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "Ha" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hartree" ; + rdfs:label "Hartree"@en . + +unit:EarthMass + a qudt:Unit ; + dcterms:description "Earth mass ($M_{\\oplus}$) is the unit of mass equal to that of the Earth. In SI Units, $1 M_{\\oplus} = 5.9722 \\times 10^{24} kg$. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively."^^qudt:LatexString ; + qudt:conversionMultiplier 5972190000000000000000000.0 ; + qudt:conversionMultiplierSN 5.97219E24 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Earth_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Earth_mass?oldid=495457885"^^xsd:anyURI ; + qudt:latexDefinition """One Earth mass can be converted to related units: + +81.3 Lunar mass (ML) +0.00315 Jupiter mass (MJ) (Jupiter has 317.83 Earth masses)[1] +0.0105 Saturn mass (Saturn has 95.16 Earth masses)[3] +0.0583 Neptune mass (Neptune has 17.147 Earth masses)[4] +0.000 003 003 Solar mass ($M_{\\odot}$) (The Sun has 332946 Earth masses)"""^^qudt:LatexString ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "M⊕" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Earth Mass" ; + rdfs:label "Earth Mass"@en . + +unit:ElementaryCharge + a qudt:Unit ; + dcterms:description "$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-19 ; + qudt:exactMatch unit:E ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:scalingOf unit:C ; + qudt:symbol "e" ; + qudt:ucumCode "[e]"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Elementary Charge" ; + rdfs:label "Elementary Charge"@en . + +unit:ExaBIT + a qudt:Unit ; + qudt:conversionMultiplier 693147180559945309.41723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E17 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:prefix prefix:Exa ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Eb" ; + qudt:ucumCode "Ebit"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Exabit" ; + rdfs:label "Exabit"@en . + +unit:ExaBIT-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; + qudt:conversionMultiplier 693147180559945309.41723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E17 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ExaBIT ; + ] ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA139" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA139"^^xsd:anyURI ; + qudt:symbol "Eb/s" ; + qudt:ucumCode "Ebit.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E58" ; + rdfs:isDefinedBy ; + rdfs:label "Exabit per Second" ; + rdfs:label "Exabit per Second"@en . + +unit:ExaBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10^18 in the International System of Units (SI), so ExaByte is 10^18 Bytes."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177444479562475.33785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E18 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Exabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Exa ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "EB" ; + qudt:ucumCode "EBy"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Exabyte" ; + rdfs:label "Exabyte"@en . + +unit:ExaC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "An ExaCoulomb is $10^{18} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Exa ; + qudt:scalingOf unit:C ; + qudt:symbol "EC" ; + qudt:ucumCode "EC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Exacoulomb" ; + rdfs:label "Exacoulomb"@cs ; + rdfs:label "Exacoulomb"@de ; + rdfs:label "Exacoulomb"@en ; + rdfs:label "Exacoulomb"@fr ; + rdfs:label "Exacoulomb"@hu ; + rdfs:label "Exacoulomb"@it ; + rdfs:label "Exacoulomb"@ms ; + rdfs:label "Exacoulomb"@ro ; + rdfs:label "Exacoulomb"@sl ; + rdfs:label "Exacoulomb"@tr ; + rdfs:label "Exaculombio"@es ; + rdfs:label "Exakulomb"@pl . + +unit:ExaJ + a qudt:Unit ; + dcterms:description "1 000 000 000 000 000 000-fold of the derived SI unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB122" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB122"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000,000,000,000,000-fold of the derived SI unit joule" ; + qudt:prefix prefix:Exa ; + qudt:scalingOf unit:J ; + qudt:symbol "EJ" ; + qudt:ucumCode "EJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A68" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Exadżul"@pl ; + rdfs:label "Exajoule" ; + rdfs:label "Exajoule"@cs ; + rdfs:label "Exajoule"@de ; + rdfs:label "Exajoule"@en ; + rdfs:label "Exajoule"@fr ; + rdfs:label "Exajoule"@hu ; + rdfs:label "Exajoule"@it ; + rdfs:label "Exajoule"@ms ; + rdfs:label "Exajoule"@ro ; + rdfs:label "Exajoule"@sl ; + rdfs:label "Exajoule"@tr ; + rdfs:label "Exajulio"@es . + +unit:ExaJ-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ExaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB515" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB515"^^xsd:anyURI ; + qudt:symbol "EJ/s" ; + qudt:ucumCode "EJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Exadżul na Sekunda"@pl ; + rdfs:label "Exajoule na Sekunda"@cs ; + rdfs:label "Exajoule na Sekunda"@sl ; + rdfs:label "Exajoule par Seconde"@fr ; + rdfs:label "Exajoule pe Secundă"@ro ; + rdfs:label "Exajoule per Saat"@ms ; + rdfs:label "Exajoule per Saniye"@tr ; + rdfs:label "Exajoule per Second" ; + rdfs:label "Exajoule per Second"@en ; + rdfs:label "Exajoule per Secondo"@it ; + rdfs:label "Exajoule pro Sekunde"@de ; + rdfs:label "Exajulio por Segundo"@es . + +unit:ExaV + a qudt:Unit ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:prefix prefix:Exa ; + qudt:scalingOf unit:V ; + qudt:symbol "EV" ; + qudt:ucumCode "EV"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Exavolt" ; + rdfs:label "Exavolt"@cs ; + rdfs:label "Exavolt"@de ; + rdfs:label "Exavolt"@en ; + rdfs:label "Exavolt"@fr ; + rdfs:label "Exavolt"@hu ; + rdfs:label "Exavolt"@it ; + rdfs:label "Exavolt"@ms ; + rdfs:label "Exavolt"@ro ; + rdfs:label "Exavolt"@sl ; + rdfs:label "Exavolt"@tr ; + rdfs:label "Exavoltio"@es ; + rdfs:label "Exawolt"@pl . + +unit:ExaV-A + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + dcterms:isReplacedBy unit:ExaVA ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ExaV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB537" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB537"^^xsd:anyURI ; + qudt:symbol "EV·A" ; + qudt:ucumCode "EV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Exavolt Amper"@ro ; + rdfs:label "Exavolt Amper"@sl ; + rdfs:label "Exavolt Amper"@tr ; + rdfs:label "Exavolt Ampere" ; + rdfs:label "Exavolt Ampere"@de ; + rdfs:label "Exavolt Ampere"@en ; + rdfs:label "Exavolt Ampere"@it ; + rdfs:label "Exavolt Ampere"@ms ; + rdfs:label "Exavolt Ampère"@fr ; + rdfs:label "Exavolt Ampér"@cs ; + rdfs:label "Exavoltio Amperio"@es ; + rdfs:label "Exawolt Amper"@pl . + +unit:ExaVA + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB537" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB537"^^xsd:anyURI ; + qudt:prefix prefix:Exa ; + qudt:scalingOf unit:VA ; + qudt:symbol "EVA" ; + qudt:ucumCode "EVA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Exa Volt Ampere" ; + rdfs:label "Exa Volt Ampere"@en ; + rdfs:label "Exa Volt Ampere"@it ; + rdfs:label "Exavoltampere"@de ; + rdfs:label "Exavoltampère"@fr ; + rdfs:label "Exavoltiamperio"@es . + +unit:ExaW + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000,000-fold of the unit watt" ; + qudt:conversionMultiplier 1000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E18 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB507" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB507"^^xsd:anyURI ; + qudt:prefix prefix:Exa ; + qudt:scalingOf unit:W ; + qudt:symbol "EW" ; + qudt:ucumCode "EW"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Exavatio"@es ; + rdfs:label "Exawat"@pl ; + rdfs:label "Exawatt" ; + rdfs:label "Exawatt"@cs ; + rdfs:label "Exawatt"@de ; + rdfs:label "Exawatt"@en ; + rdfs:label "Exawatt"@fr ; + rdfs:label "Exawatt"@hu ; + rdfs:label "Exawatt"@it ; + rdfs:label "Exawatt"@ms ; + rdfs:label "Exawatt"@ro ; + rdfs:label "Exawatt"@sl ; + rdfs:label "Exawatt"@tr . + +unit:ExbiBIT + a qudt:Unit ; + qudt:conversionMultiplier 799144290325165978.7367894187339072 ; + qudt:conversionMultiplierSN 7.991442903251659787367894187339072E17 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:prefix prefix:Exbi ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Eib" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Exbibit" ; + rdfs:label "Exbibit"@en . + +unit:ExbiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 799144290325165978.7367894187339072 ; + qudt:conversionMultiplierSN 7.991442903251659787367894187339072E17 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ExbiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA140" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA140"^^xsd:anyURI ; + qudt:symbol "Eib/m" ; + qudt:uneceCommonCode "E65" ; + rdfs:isDefinedBy ; + rdfs:label "Exbibit per Meter"@en-US ; + rdfs:label "Exbibit per Metre" ; + rdfs:label "Exbibit per Metre"@en . + +unit:ExbiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 799144290325165978.7367894187339072 ; + qudt:conversionMultiplierSN 7.991442903251659787367894187339072E17 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ExbiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA141" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA141"^^xsd:anyURI ; + qudt:symbol "Eib/m²" ; + qudt:uneceCommonCode "E66" ; + rdfs:isDefinedBy ; + rdfs:label "Exbibit per Square Meter"@en-US ; + rdfs:label "Exbibit per Square Metre" ; + rdfs:label "Exbibit per Square Metre"@en . + +unit:ExbiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 799144290325165978.7367894187339072 ; + qudt:conversionMultiplierSN 7.991442903251659787367894187339072E17 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ExbiBIT ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA142" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA142"^^xsd:anyURI ; + qudt:symbol "Eib/m³" ; + qudt:uneceCommonCode "E67" ; + rdfs:isDefinedBy ; + rdfs:label "Exbibit per Cubic Meter"@en-US ; + rdfs:label "Exbibit per Cubic Metre" ; + rdfs:label "Exbibit per Cubic Metre"@en . + +unit:ExbiBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024^6"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 6393154322601327829.894315349871258 ; + qudt:conversionMultiplierSN 6.393154322601327829894315349871258E18 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Exbibyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA143" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA143"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Exbi ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "EiB" ; + qudt:uneceCommonCode "E59" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Exbibyte" ; + rdfs:label "Exbibyte"@en . + +unit:F + a qudt:Unit ; + dcterms:description "\"Faraday\" is a unit for 'Electric Charge' expressed as $F$."^^qudt:LatexString ; + qudt:conversionMultiplier 96485.3399 ; + qudt:conversionMultiplierSN 9.64853399E4 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:omUnit ; + qudt:scalingOf unit:C ; + qudt:symbol "F" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Faraday" ; + rdfs:label "Faraday"@en . + +unit:FA + a qudt:Unit ; + dcterms:description "\"Fractional area\" is a unit for 'Solid Angle' expressed as $fa$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 12.5663706 ; + qudt:conversionMultiplierSN 1.25663706E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SolidAngle ; + qudt:scalingOf unit:SR ; + qudt:symbol "fa" ; + rdfs:isDefinedBy ; + rdfs:label "Fractional Area" ; + rdfs:label "Fractional Area"@en . + +unit:FARAD + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA144" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA144"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:farad ; + qudt:siUnitsExpression "C/V" ; + qudt:symbol "F" ; + qudt:ucumCode "F"^^qudt:UCUMcs ; + qudt:udunitsCode "F" ; + qudt:uneceCommonCode "FAR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Farad" ; + rdfs:label "Farad"@cs ; + rdfs:label "Farad"@de ; + rdfs:label "Farad"@en ; + rdfs:label "Farad"@fr ; + rdfs:label "Farad"@hu ; + rdfs:label "Farad"@it ; + rdfs:label "Farad"@ms ; + rdfs:label "Farad"@pl ; + rdfs:label "Farad"@pt ; + rdfs:label "Farad"@ro ; + rdfs:label "Farad"@sl ; + rdfs:label "Farad"@tr ; + rdfs:label "Faradio"@es ; + rdfs:label "Faradium"@la ; + rdfs:label "Φαράντ"@el ; + rdfs:label "Фарад"@bg ; + rdfs:label "Фарада"@ru ; + rdfs:label "פאראד"@he ; + rdfs:label "فاراد"@ar ; + rdfs:label "فاراد"@fa ; + rdfs:label "फैराड"@hi ; + rdfs:label "ファラド"@ja ; + rdfs:label "法拉"@zh . + +unit:FARAD-PER-KiloM + a qudt:Unit ; + dcterms:description "SI derived unit farad divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FARAD ; + ] ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA145" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA145"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit farad divided by the 1 000-fold of the SI base unit metre" ; + qudt:symbol "F/km" ; + qudt:ucumCode "F.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H33" ; + rdfs:isDefinedBy ; + rdfs:label "Farad na Kilometer"@sl ; + rdfs:label "Farad na Kilometr"@cs ; + rdfs:label "Farad na Kilometr"@pl ; + rdfs:label "Farad par Kilomètre"@fr ; + rdfs:label "Farad pe Kilometru"@ro ; + rdfs:label "Farad per Chilometro"@it ; + rdfs:label "Farad per Kilometer"@en-US ; + rdfs:label "Farad per Kilometer"@ms ; + rdfs:label "Farad per Kilometre" ; + rdfs:label "Farad per Kilometre"@en ; + rdfs:label "Farad per Kilometre"@tr ; + rdfs:label "Farad pro Kilometer"@de ; + rdfs:label "Faradio por Kilometro"@es . + +unit:FARAD-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Farad Per Meter ($F/m$) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$F/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FARAD ; + ] ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:hasReciprocalUnit unit:M-PER-FARAD ; + qudt:iec61360Code "0112/2///62720#UAA146" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA146"^^xsd:anyURI ; + qudt:symbol "F/m" ; + qudt:ucumCode "F.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A69" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Farad na Meter"@sl ; + rdfs:label "Farad na Metr"@cs ; + rdfs:label "Farad na Metr"@pl ; + rdfs:label "Farad par Mètre"@fr ; + rdfs:label "Farad pe Metru"@ro ; + rdfs:label "Farad per Meter"@en-US ; + rdfs:label "Farad per Meter"@ms ; + rdfs:label "Farad per Metre" ; + rdfs:label "Farad per Metre"@en ; + rdfs:label "Farad per Metre"@tr ; + rdfs:label "Farad per Metro"@it ; + rdfs:label "Farad por Metro"@pt ; + rdfs:label "Farad pro Meter"@de ; + rdfs:label "Faradio por Metro"@es ; + rdfs:label "Faradium per Metrum"@la ; + rdfs:label "Φαράντ ανά Μέτρο"@el ; + rdfs:label "Фарад на Метър"@bg ; + rdfs:label "Фарада на Метр"@ru ; + rdfs:label "فاراد بر متر"@fa ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "प्रति मीटर फैराड"@hi ; + rdfs:label "ファラド毎メートル"@ja ; + rdfs:label "法拉每米"@zh . + +unit:FARAD_Ab + a qudt:Unit ; + dcterms:description "An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to $10^{9}$ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically $abC/abV$, and identically reciprocal abdaraf. 1 abF = 1 GF."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abfarad"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-13"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abfarad?oldid=407124018"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "abF" ; + qudt:ucumCode "GF"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abfarad" ; + rdfs:label "Abfarad"@en . + +unit:FARAD_Ab-PER-CentiM + a qudt:Unit ; + dcterms:description "The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 100000000000.0 ; + qudt:conversionMultiplierSN 1.0E11 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:expression "$abf-per-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FARAD_Ab ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:symbol "abF/cm" ; + qudt:ucumCode "GF.cm-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abfarad per Centimeter"@en-US ; + rdfs:label "Abfarad per Centimetre" ; + rdfs:label "Abfarad per Centimetre"@en . + +unit:FARAD_Stat + a qudt:Unit ; + dcterms:description """ + The $\\text{Statfarad (statF)}$ is a unit in the category of Electric capacitance. + It is also known as $statfarads$. + This unit is commonly used in the cgs unit system. + $Statfarad$ has a dimension of $M^{-1}L^{-2}T^4I^2$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.000000000001112650056053618432174089964848 ; + qudt:conversionMultiplierSN 1.112650056053618432174089964848E-12 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_capacitance--statfarad.cfm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "statF" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Statfarad" ; + rdfs:label "Statfarad"@en . + +unit:FATH + a qudt:Unit ; + dcterms:description "A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard. Abbreviations: f, fath, fm, fth, fthm."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.8288 ; + qudt:conversionMultiplierSN 1.8288E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Fathom"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB068" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB068"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fathom?oldid=493265429"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "fathom" ; + qudt:ucumCode "[fth_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "AK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Fathom" ; + rdfs:label "Fathom"@en . + +unit:FBM + a qudt:Unit ; + dcterms:description "The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.002359737216 ; + qudt:conversionMultiplierSN 2.359737216E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:scalingOf unit:M3 ; + qudt:symbol "BDFT" ; + qudt:ucumCode "[bf_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "BFT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Board Foot" ; + rdfs:label "Board Foot"@en . + +unit:FC + a qudt:Unit ; + dcterms:description "\"Foot Candle\" is a unit for 'Luminous Flux Per Area' expressed as $fc$."^^qudt:LatexString ; + qudt:conversionMultiplier 10.764 ; + qudt:conversionMultiplierSN 1.0764E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Foot-candle"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousFluxPerArea ; + qudt:iec61360Code "0112/2///62720#UAB256" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB256"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Foot-candle?oldid=475579268"^^xsd:anyURI ; + qudt:scalingOf unit:CD-PER-M2 ; + qudt:symbol "fc" ; + qudt:uneceCommonCode "P27" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot Candle" ; + rdfs:label "Foot Candle"@en . + +unit:FLIGHT + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:symbol "flight" ; + rdfs:isDefinedBy ; + rdfs:label "Flight" ; + rdfs:label "Flight"@en ; + skos:broader unit:NUM . + +unit:FLOPS + a qudt:Unit ; + dcterms:description "Floating point operations divided by the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB593" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB593"^^xsd:anyURI ; + qudt:symbol "FLOPS" ; + rdfs:isDefinedBy ; + rdfs:label "Floating Point Operations per Second" ; + rdfs:label "Floating Point Operations per Second"@en . + +unit:FM + a qudt:Unit ; + dcterms:description "The $\\textit{fermi}$, or $\\textit{femtometer}$ (other spelling $femtometre$, symbol $fm$) is an SI unit of length equal to $10^{-15} metre$. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:exactMatch unit:FemtoM ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Fermi_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M ; + qudt:symbol "fm" ; + qudt:uneceCommonCode "A71" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Fermi" ; + rdfs:label "Fermi"@en . + +unit:FR + a qudt:Unit ; + dcterms:description "\"Franklin\" is a unit for 'Electric Charge' expressed as $Fr$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00000000033356409519815204957557671447492 ; + qudt:conversionMultiplierSN 3.3356409519815204957557671447492E-10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Franklin"^^xsd:anyURI ; + qudt:exactMatch unit:C_Stat ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAB212" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB212"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Franklin?oldid=495090654"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:A-SEC ; + qudt:symbol "Fr" ; + qudt:uneceCommonCode "N94" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Franklin" ; + rdfs:label "Franklin"@en . + +unit:FRACTION + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:DutyCycle ; + qudt:hasQuantityKind quantitykind:OpeningRatio ; + qudt:hasQuantityKind quantitykind:Reflectance ; + qudt:hasQuantityKind quantitykind:ServiceFactor ; + qudt:hasQuantityKind quantitykind:StateOfCharge ; + qudt:plainTextDescription "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself." ; + qudt:symbol "÷" ; + qudt:ucumCode "{fraction}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Fraction" ; + rdfs:label "Fraction"@en . + +unit:FRAME + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:symbol "frame" ; + rdfs:isDefinedBy ; + rdfs:label "Frame" ; + rdfs:label "Frame"@en ; + skos:broader unit:NUM . + +unit:FRAME-PER-SEC + a qudt:ContextualUnit, qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Frame per Second\" is a unit for 'Video Frame Rate' expressed as $fps$."^^qudt:LatexString ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FRAME ; + ] ; + qudt:hasQuantityKind quantitykind:VideoFrameRate ; + qudt:symbol "frame/s" ; + qudt:ucumCode "s-1{frame}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Frame per Second" ; + rdfs:label "Frame per Second"@en ; + skos:broader unit:HZ . + +unit:FT + a qudt:Unit ; + dcterms:description "A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3048 ; + qudt:conversionMultiplierSN 3.048E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Foot_%28length%29"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:factorUnitScalar 12.0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA440" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA440"^^xsd:anyURI ; + qudt:symbol "ft" ; + qudt:ucumCode "[ft_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "ft" ; + qudt:uneceCommonCode "FOT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot" ; + rdfs:label "Foot"@en . + +unit:FT-HR-PER-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 241367.856773623047497959785222026 ; + qudt:conversionMultiplierSN 2.41367856773623047497959785222026E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD854" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD854"^^xsd:anyURI ; + qudt:symbol "ft·h/gal{UK}" ; + qudt:ucumCode "[ft_i].h.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Hour per Gallon (UK)" ; + rdfs:label "Foot Hour per Gallon (UK)"@en . + +unit:FT-HR-PER-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 289870.7096115490932280565859833018 ; + qudt:conversionMultiplierSN 2.898707096115490932280565859833018E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD850" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD850"^^xsd:anyURI ; + qudt:symbol "ft·h/gal{US}" ; + qudt:ucumCode "[ft_i].h.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Hour per Us Gallon" ; + rdfs:label "Foot Hour per Us Gallon"@en . + +unit:FT-HR-PER-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 66960133.92026784053568107136214273 ; + qudt:conversionMultiplierSN 6.696013392026784053568107136214273E7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD846" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD846"^^xsd:anyURI ; + qudt:symbol "ft·h/in³" ; + qudt:ucumCode "[ft_i].h.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Hour per Cubic Inch" ; + rdfs:label "Foot Hour per Cubic Inch"@en . + +unit:FT-LB_F + a qudt:Unit ; + dcterms:description "\"Foot Pound Force\" is an Imperial unit for 'Energy And Work' expressed as $ft-lbf$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.355817948331400399999999999999999 ; + qudt:conversionMultiplierSN 1.355817948331400399999999999999999E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Foot-pound_force"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA443" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA443"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Foot-pound_force?oldid=453269257"^^xsd:anyURI ; + qudt:symbol "ft·lbf" ; + qudt:ucumCode "[ft_i].[lbf_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "85" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force" ; + rdfs:label "Foot Pound Force"@en . + +unit:FT-LB_F-PER-FT2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Foot Pound per Square Foot\" is an Imperial unit for 'Energy Per Area' expressed as $ft-lbf/ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 14.59390293720636482939632545931758 ; + qudt:conversionMultiplierSN 1.459390293720636482939632545931758E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:symbol "ft·lbf/ft²" ; + qudt:ucumCode "[ft_i].[lbf_av].[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Square Foot" ; + rdfs:label "Foot Pound Force per Square Foot"@en . + +unit:FT-LB_F-PER-FT2-SEC + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Square Foot Second\" is an Imperial unit for 'Power Per Area' expressed as $ft \\cdot lbf/(ft^2 \\cdot s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 14.59390293720636482939632545931758 ; + qudt:conversionMultiplierSN 1.459390293720636482939632545931758E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/ft^2s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:latexSymbol "$ft \\cdot lbf/(ft^2 \\cdot s)$"^^qudt:LatexString ; + qudt:symbol "ft·lbf/(ft²·s)" ; + qudt:ucumCode "[ft_i].[lbf_av].[ft_i]-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Square Foot Second" ; + rdfs:label "Foot Pound Force per Square Foot Second"@en . + +unit:FT-LB_F-PER-HR + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Hour\" is an Imperial unit for 'Power' expressed as $ft-lbf/h$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0003766160967587223333333333333333332 ; + qudt:conversionMultiplierSN 3.766160967587223333333333333333332E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA444" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA444"^^xsd:anyURI ; + qudt:symbol "ft·lbf/h" ; + qudt:ucumCode "[ft_i].[lbf_av].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K15" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Hour" ; + rdfs:label "Foot Pound Force per Hour"@en . + +unit:FT-LB_F-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Foot Pound Force per Square Meter\" is a unit for 'Energy Per Area' expressed as $ft-lbf/m^{2}$."^^qudt:LatexString ; + qudt:conversionMultiplier 1.355817948331400399999999999999999 ; + qudt:conversionMultiplierSN 1.355817948331400399999999999999999E0 ; + qudt:expression "$ft-lbf/m^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:symbol "ft·lbf/m²" ; + qudt:ucumCode "[ft_i].[lbf_av].m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Square Meter"@en-US ; + rdfs:label "Foot Pound Force per Square Metre" ; + rdfs:label "Foot Pound Force per Square Metre"@en . + +unit:FT-LB_F-PER-MIN + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Minute\" is an Imperial unit for 'Power' expressed as $ft-lbf/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.02259696580552333999999999999999999 ; + qudt:conversionMultiplierSN 2.259696580552333999999999999999999E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA445" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA445"^^xsd:anyURI ; + qudt:symbol "ft·lbf/min" ; + qudt:ucumCode "[ft_i].[lbf_av].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K16" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Minute" ; + rdfs:label "Foot Pound Force per Minute"@en . + +unit:FT-LB_F-PER-SEC + a qudt:Unit ; + dcterms:description "\"Foot Pound Force per Second\" is an Imperial unit for 'Power' expressed as $ft-lbf/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.355817948331400399999999999999999 ; + qudt:conversionMultiplierSN 1.355817948331400399999999999999999E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-lbf/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA446" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA446"^^xsd:anyURI ; + qudt:symbol "ft·lbf/s" ; + qudt:ucumCode "[ft_i].[lbf_av].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A74" ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force per Second" ; + rdfs:label "Foot Pound Force per Second"@en . + +unit:FT-LB_F-SEC + a qudt:Unit ; + dcterms:description "\"Foot Pound Force Second\" is a unit for 'Angular Momentum' expressed as $lbf / s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.355817948331400399999999999999999 ; + qudt:conversionMultiplierSN 1.355817948331400399999999999999999E0 ; + qudt:expression "$lbf / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:symbol "ft·lbf·s" ; + qudt:ucumCode "[ft_i].[lbf_av].s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Pound Force Second" ; + rdfs:label "Foot Pound Force Second"@en . + +unit:FT-PDL + a qudt:Unit ; + dcterms:description "\"Foot Poundal\" is an Imperial unit for 'Energy And Work' expressed as $ft-pdl$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0421401100938048 ; + qudt:conversionMultiplierSN 4.21401100938048E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB220" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB220"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "ft·pdl" ; + qudt:ucumCode "[ft_i].[lb_av].[ft_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N46" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot Poundal" ; + rdfs:label "Foot Poundal"@en . + +unit:FT-PER-DAY + a qudt:Unit ; + dcterms:description "\"Foot per Day\" is an Imperial unit for 'Linear Velocity' expressed as $ft/d$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000003527777777777777777777777777777777 ; + qudt:conversionMultiplierSN 3.527777777777777777777777777777777E-6 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/d$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "ft/d" ; + qudt:ucumCode "[ft_i].d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Day" ; + rdfs:label "Foot per Day"@en . + +unit:FT-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.54864 ; + qudt:conversionMultiplierSN 5.4864E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA441" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA441"^^xsd:anyURI ; + qudt:plainTextDescription "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "ft/°F" ; + qudt:ucumCode "[ft_i].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K13" ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Degree Fahrenheit" ; + rdfs:label "Foot per Degree Fahrenheit"@en . + +unit:FT-PER-HR + a qudt:Unit ; + dcterms:description "\"Foot per Hour\" is an Imperial unit for 'Linear Velocity' expressed as $ft/h$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00008466666666666666666666666666666667 ; + qudt:conversionMultiplierSN 8.466666666666666666666666666666667E-5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA442" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA442"^^xsd:anyURI ; + qudt:symbol "ft/h" ; + qudt:ucumCode "[ft_i].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K14" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Hour" ; + rdfs:label "Foot per Hour"@en . + +unit:FT-PER-MIN + a qudt:Unit ; + dcterms:description "\"Foot per Minute\" is an Imperial unit for 'Linear Velocity' expressed as $ft/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.005080000000000000000000000000000001 ; + qudt:conversionMultiplierSN 5.080000000000000000000000000000001E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA448" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA448"^^xsd:anyURI ; + qudt:symbol "ft/min" ; + qudt:ucumCode "[ft_i].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Minute" ; + rdfs:label "Foot per Minute"@en . + +unit:FT-PER-PSI + a qudt:Unit ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force square inch)" ; + qudt:conversionMultiplier 0.00004420750246016776877901266531952396 ; + qudt:conversionMultiplierSN 4.420750246016776877901266531952396E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA447" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA447"^^xsd:anyURI ; + qudt:symbol "ft/psi" ; + qudt:ucumCode "[ft_i].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K17" ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Psi" ; + rdfs:label "Foot per Psi"@en . + +unit:FT-PER-SEC + a qudt:Unit ; + dcterms:description "$\\textit{foot per second}$ (plural $\\textit{feet per second}$) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet ($ft$) traveled or displaced, divided by the time in seconds ($s$, or $sec$). The corresponding unit in the International System of Units (SI) is the $\\textit{metre per second}$. Abbreviations include $ft/s$, $ft/sec$ and $fps$, and the rarely used scientific notation $ft\\,s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3048 ; + qudt:conversionMultiplierSN 3.048E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Foot_per_second"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA449" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA449"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573"^^xsd:anyURI ; + qudt:symbol "ft/s" ; + qudt:ucumCode "[ft_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FS" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Second" ; + rdfs:label "Foot per Second"@en . + +unit:FT-PER-SEC-DEG_F + a qudt:Unit ; + dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.54864 ; + qudt:conversionMultiplierSN 5.4864E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA450" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA450"^^xsd:anyURI ; + qudt:symbol "ft/(s·°F)" ; + qudt:ucumCode "[ft_i].s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K18" ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Second Degree Fahrenheit" ; + rdfs:label "Foot per Second Degree Fahrenheit"@en . + +unit:FT-PER-SEC-PSI + a qudt:Unit ; + dcterms:description "quotient of the unit foot according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00004420750246016776877901266531952396 ; + qudt:conversionMultiplierSN 4.420750246016776877901266531952396E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA451" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA451"^^xsd:anyURI ; + qudt:symbol "ft/(s·psi)" ; + qudt:ucumCode "[ft_i].s-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K19" ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Second Psi" ; + rdfs:label "Foot per Second Psi"@en . + +unit:FT-PER-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Foot per Square Second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $ft/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3048 ; + qudt:conversionMultiplierSN 3.048E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft/s^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAA452" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA452"^^xsd:anyURI ; + qudt:symbol "ft/s²" ; + qudt:ucumCode "[ft_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A73" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot per Square Second" ; + rdfs:label "Foot per Square Second"@en . + +unit:FT-SEC-PER-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 67.04662688156195763832216256167389 ; + qudt:conversionMultiplierSN 6.704662688156195763832216256167389E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD855" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD855"^^xsd:anyURI ; + qudt:symbol "ft·s/gal{UK}" ; + qudt:ucumCode "[ft_i].s.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Second per Gallon (UK)" ; + rdfs:label "Foot Second per Gallon (UK)"@en . + +unit:FT-SEC-PER-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 80.51964155876363700779349610647273 ; + qudt:conversionMultiplierSN 8.051964155876363700779349610647273E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD851" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD851"^^xsd:anyURI ; + qudt:symbol "ft·s/gal{US}" ; + qudt:ucumCode "[ft_i].s.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Second per Us Gallon" ; + rdfs:label "Foot Second per Us Gallon"@en . + +unit:FT-SEC-PER-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 18600.0372000744001488002976005952 ; + qudt:conversionMultiplierSN 1.86000372000744001488002976005952E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD847" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD847"^^xsd:anyURI ; + qudt:symbol "ft·s/in³" ; + qudt:ucumCode "[ft_i].s.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Foot Second per Cubic Inch" ; + rdfs:label "Foot Second per Cubic Inch"@en . + +unit:FT2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The square foot (plural square feet; abbreviated $ft^2$ or $sq \\, ft$) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.09290304 ; + qudt:conversionMultiplierSN 9.290304E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA454" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA454"^^xsd:anyURI ; + qudt:symbol "ft²" ; + qudt:ucumCode "[ft_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FTK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot" ; + rdfs:label "Square Foot"@en . + +unit:FT2-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Square Foot Degree Fahrenheit}$ is an Imperial unit for 'Area Temperature' expressed as $ft^{2}-degF$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0516128 ; + qudt:conversionMultiplierSN 5.16128E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:AreaTemperature ; + qudt:symbol "ft²·°F" ; + qudt:ucumCode "[ft_i]2.[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot Degree Fahrenheit" ; + rdfs:label "Square Foot Degree Fahrenheit"@en . + +unit:FT2-HR-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}-h-degF$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 185.80608 ; + qudt:conversionMultiplierSN 1.8580608E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}-h-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AreaTimeTemperature ; + qudt:symbol "ft²·h·°F" ; + qudt:ucumCode "[ft_i]2.h.[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot Hour Degree Fahrenheit" ; + rdfs:label "Square Foot Hour Degree Fahrenheit"@en . + +unit:FT2-HR-DEG_F-PER-BTU_IT + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Square Foot Hour Degree Fahrenheit per BTU}$ is an Imperial unit for 'Thermal Insulance' expressed as $(degF-h-ft^{2})/Btu$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1761101836823058407309515389966389 ; + qudt:conversionMultiplierSN 1.761101836823058407309515389966389E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$sqft-h-degF/btu$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:hasReciprocalUnit unit:BTU_IT-PER-FT2-HR-DEG_F ; + qudt:hasReciprocalUnit unit:BTU_IT-PER-HR-FT2-DEG_F ; + qudt:symbol "ft²·h·°F/Btu{IT}" ; + qudt:ucumCode "[ft_i]2.h.[degF].[Btu_IT]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)" ; + rdfs:label "Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)"@en . + +unit:FT2-PER-BTU_IT-IN + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.003466735899257988990766762578673993 ; + qudt:conversionMultiplierSN 3.466735899257988990766762578673993E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft2-per-btu-in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "ft²/(Btu{IT}·in)" ; + qudt:ucumCode "[ft_i]2.[Btu_IT]-1.[in_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot per British Thermal Unit (international Definition) Inch" ; + rdfs:label "Square Foot per British Thermal Unit (international Definition) Inch"@en . + +unit:FT2-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Square Foot per Hour}$ is an Imperial unit for $\\textit{Kinematic Viscosity}$ and $\\textit{Thermal Diffusivity}$ expressed as $ft^{2}/hr$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000258064 ; + qudt:conversionMultiplierSN 2.58064E-5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:hasReciprocalUnit unit:HR-PER-FT2 ; + qudt:iec61360Code "0112/2///62720#UAB247" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB247"^^xsd:anyURI ; + qudt:symbol "ft²/h" ; + qudt:ucumCode "[ft_i]2.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M79" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot per Hour" ; + rdfs:label "Square Foot per Hour"@en . + +unit:FT2-PER-SEC + a qudt:Unit ; + dcterms:description "\"Square Foot per Second\" is an Imperial unit for 'Kinematic Viscosity' expressed as $ft^{2}/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.09290304 ; + qudt:conversionMultiplierSN 9.290304E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:hasReciprocalUnit unit:SEC-PER-FT2 ; + qudt:iec61360Code "0112/2///62720#UAA455" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA455"^^xsd:anyURI ; + qudt:symbol "ft²/s" ; + qudt:ucumCode "[ft_i]2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "S3" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot per Second" ; + rdfs:label "Square Foot per Second"@en . + +unit:FT2-SEC-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}\\cdot s\\cdot degF$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0516128 ; + qudt:conversionMultiplierSN 5.16128E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{2}-s-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AreaTimeTemperature ; + qudt:symbol "ft²·s·°F" ; + qudt:ucumCode "[ft_i]2.s.[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Foot Second Degree Fahrenheit" ; + rdfs:label "Square Foot Second Degree Fahrenheit"@en . + +unit:FT3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. + It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. + To calculate cubic feet multiply length X width X height. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028316846592 ; + qudt:conversionMultiplierSN 2.8316846592E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:hasReciprocalUnit unit:PER-FT3 ; + qudt:iec61360Code "0112/2///62720#UAA456" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA456"^^xsd:anyURI ; + qudt:symbol "ft³" ; + qudt:ucumCode "[ft_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FTQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot" ; + rdfs:label "Cubic Foot"@en . + +unit:FT3-PER-DAY + a qudt:Unit ; + dcterms:description "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000003277412799999999999999999999999999 ; + qudt:conversionMultiplierSN 3.277412799999999999999999999999999E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA458" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA458"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day" ; + qudt:symbol "ft³/d" ; + qudt:ucumCode "[ft_i]3.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K22" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Day" ; + rdfs:label "Cubic Foot per Day"@en . + +unit:FT3-PER-DEG_F + a qudt:Unit ; + dcterms:description "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0509703238656 ; + qudt:conversionMultiplierSN 5.09703238656E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA457" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA457"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "ft³/°F" ; + qudt:ucumCode "[ft_i]3.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K21" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Degree Fahrenheit" ; + rdfs:label "Cubic Foot per Degree Fahrenheit"@en . + +unit:FT3-PER-HR + a qudt:Unit ; + dcterms:description "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000007865790720000000000000000000000001 ; + qudt:conversionMultiplierSN 7.865790720000000000000000000000001E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA459" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA459"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour" ; + qudt:symbol "ft³/h" ; + qudt:ucumCode "[ft_i]3.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2K" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Hour" ; + rdfs:label "Cubic Foot per Hour"@en . + +unit:FT3-PER-LB + a qudt:Unit ; + dcterms:description "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system" ; + qudt:conversionMultiplier 0.06242796057614461195632545582722213 ; + qudt:conversionMultiplierSN 6.242796057614461195632545582722213E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:hasReciprocalUnit unit:LB-PER-FT3 ; + qudt:iec61360Code "0112/2///62720#UAB410" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB410"^^xsd:anyURI ; + qudt:symbol "ft³/lbm" ; + qudt:ucumCode "[ft_i]3.[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N29" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Pound Mass" ; + rdfs:label "Cubic Foot per Pound Mass"@en . + +unit:FT3-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Cubic Foot per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $ft^3/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0004719474432000000000000000000000001 ; + qudt:conversionMultiplierSN 4.719474432000000000000000000000001E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{3}/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA461" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA461"^^xsd:anyURI ; + qudt:symbol "ft³/min" ; + qudt:ucumCode "[ft_i]3.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2L" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Minute" ; + rdfs:label "Cubic Foot per Minute"@en . + +unit:FT3-PER-MIN-FT2 + a qudt:Unit ; + dcterms:description "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.005080000000000000000000000000000001 ; + qudt:conversionMultiplierSN 5.080000000000000000000000000000001E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:iec61360Code "0112/2///62720#UAB086" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB086"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot" ; + qudt:symbol "ft³/(min·ft²)" ; + qudt:ucumCode "[ft_i]3.min-1.[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "36" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Minute Square Foot" ; + rdfs:label "Cubic Foot per Minute Square Foot"@en . + +unit:FT3-PER-PSI + a qudt:Unit ; + dcterms:description "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.000004107011369357064629587364806686347 ; + qudt:conversionMultiplierSN 4.107011369357064629587364806686347E-6 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA460" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA460"^^xsd:anyURI ; + qudt:symbol "ft³/psi" ; + qudt:ucumCode "[ft_i]3.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K23" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Psi" ; + rdfs:label "Cubic Foot per Psi"@en . + +unit:FT3-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Cubic Foot per Second\" is an Imperial unit for $ \\textit{Volume Per Unit Time}$ expressed as $ft^3/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028316846592 ; + qudt:conversionMultiplierSN 2.8316846592E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft^{3}/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA462" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA462"^^xsd:anyURI ; + qudt:symbol "ft³/s" ; + qudt:ucumCode "[ft_i]3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E17" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Foot per Second" ; + rdfs:label "Cubic Foot per Second"@en . + +unit:FT4 + a qudt:Unit ; + dcterms:description "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4" ; + qudt:conversionMultiplier 0.0086309748412416 ; + qudt:conversionMultiplierSN 8.6309748412416E-3 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAB209" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB209"^^xsd:anyURI ; + qudt:symbol "ft⁴" ; + qudt:ucumCode "[ft_i]4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N27" ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Foot" ; + rdfs:label "Quartic Foot"@en . + +unit:FT_H2O + a qudt:Unit ; + dcterms:description "\"Foot of Water\" is a unit for 'Force Per Area' expressed as $ftH2O$."^^qudt:LatexString ; + qudt:conversionMultiplier 2989.067 ; + qudt:conversionMultiplierSN 2.989067E3 ; + qudt:exactMatch unit:FT_H2O_39dot2DEG_F ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA463" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA463"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "ftH₂0" ; + qudt:ucumCode "[ft_i'H2O]"^^qudt:UCUMcs ; + qudt:udunitsCode "ftH2O" ; + qudt:udunitsCode "fth2o" ; + qudt:uneceCommonCode "K24" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot of Water" ; + rdfs:label "Foot of Water"@en . + +unit:FT_H2O_39dot2DEG_F + a qudt:Unit ; + dcterms:description "non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH₂O is equivalent to the static pressure generated by a head of water at a temperature 39.2°F with a height of 1 foot" ; + qudt:conversionMultiplier 2989.067 ; + qudt:conversionMultiplierSN 2.989067E3 ; + qudt:exactMatch unit:FT_H2O ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB237" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB237"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "ftH₂O (39.2 °F)" ; + qudt:uneceCommonCode "N15" ; + rdfs:isDefinedBy ; + rdfs:label "Foot of Water (39.2 °F)" ; + rdfs:label "Foot of Water (39.2 °F)"@en . + +unit:FT_HG + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"^^rdf:HTML ; + qudt:conversionMultiplier 40636.66 ; + qudt:conversionMultiplierSN 4.063666E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA464" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA464"^^xsd:anyURI ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot" ; + qudt:scalingOf unit:PA ; + qudt:symbol "ftHg" ; + qudt:ucumCode "[ft_i'Hg]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K25" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot of Mercury" ; + rdfs:label "Foot of Mercury"@en . + +unit:FT_US + a qudt:Unit ; + dcterms:description "

The U.S. Survey Foot was officially deprecated on December 31, 2022. For more information see Federal Register (October 5, 2020, 85 FR 62698, p. 62698)

"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3048006 ; + qudt:conversionMultiplierSN 3.048006E-1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB286" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB286"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "ft{US Survey}" ; + qudt:ucumCode "[ft_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M51" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Survey Foot" ; + rdfs:label "Us Survey Foot"@en . + +unit:FUR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 201.168 ; + qudt:conversionMultiplierSN 2.01168E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Furlong"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB204" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB204"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Furlong?oldid=492237369"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "furlong" ; + qudt:ucumCode "[fur_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M50" ; + qudt:wikidataMatch ; + rdfs:comment "Check if this is US-Survey or International Customary definition (multiplier)" ; + rdfs:isDefinedBy ; + rdfs:label "Furlong" ; + rdfs:label "Furlong"@en . + +unit:FUR_Long + a qudt:Unit ; + dcterms:isReplacedBy unit:FUR ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:expression "$longfur$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:symbol "furlong{long}" ; + rdfs:isDefinedBy ; + rdfs:label "Long Furlong" ; + rdfs:label "Long Furlong"@en . + +unit:FemtoA + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the unit ampere" ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB638" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB638"^^xsd:anyURI ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:A ; + qudt:symbol "fA" ; + qudt:ucumCode "fA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtoamper"@hu ; + rdfs:label "Femtoamper"@pl ; + rdfs:label "Femtoamper"@ro ; + rdfs:label "Femtoamper"@sl ; + rdfs:label "Femtoamper"@tr ; + rdfs:label "Femtoampere" ; + rdfs:label "Femtoampere"@de ; + rdfs:label "Femtoampere"@en ; + rdfs:label "Femtoampere"@it ; + rdfs:label "Femtoampere"@ms ; + rdfs:label "Femtoamperio"@es ; + rdfs:label "Femtoampère"@fr ; + rdfs:label "Femtoampér"@cs . + +unit:FemtoC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A FemtoCoulomb is $10^{-15} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:C ; + qudt:symbol "fC" ; + qudt:ucumCode "fC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Femtocoulomb" ; + rdfs:label "Femtocoulomb"@cs ; + rdfs:label "Femtocoulomb"@de ; + rdfs:label "Femtocoulomb"@en ; + rdfs:label "Femtocoulomb"@fr ; + rdfs:label "Femtocoulomb"@hu ; + rdfs:label "Femtocoulomb"@it ; + rdfs:label "Femtocoulomb"@ms ; + rdfs:label "Femtocoulomb"@ro ; + rdfs:label "Femtocoulomb"@sl ; + rdfs:label "Femtocoulomb"@tr ; + rdfs:label "Femtoculombio"@es ; + rdfs:label "Femtokulomb"@pl . + +unit:FemtoFARAD + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the unit farad" ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAB588" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB588"^^xsd:anyURI ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "fF" ; + qudt:ucumCode "fF"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Femtofarad" ; + rdfs:label "Femtofarad"@cs ; + rdfs:label "Femtofarad"@de ; + rdfs:label "Femtofarad"@en ; + rdfs:label "Femtofarad"@fr ; + rdfs:label "Femtofarad"@hu ; + rdfs:label "Femtofarad"@it ; + rdfs:label "Femtofarad"@ms ; + rdfs:label "Femtofarad"@pl ; + rdfs:label "Femtofarad"@ro ; + rdfs:label "Femtofarad"@sl ; + rdfs:label "Femtofarad"@tr ; + rdfs:label "Femtofaradio"@es . + +unit:FemtoGM + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the unit gram" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB834" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB834"^^xsd:anyURI ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:GM ; + qudt:symbol "fg" ; + qudt:ucumCode "fg"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Femtogram" ; + rdfs:label "Femtogram"@cs ; + rdfs:label "Femtogram"@en ; + rdfs:label "Femtogram"@ms ; + rdfs:label "Femtogram"@pl ; + rdfs:label "Femtogram"@ro ; + rdfs:label "Femtogram"@sl ; + rdfs:label "Femtogram"@tr ; + rdfs:label "Femtogramm"@de ; + rdfs:label "Femtogramm"@hu ; + rdfs:label "Femtogramme"@fr ; + rdfs:label "Femtogrammo"@it ; + rdfs:label "Femtogramo"@es . + +unit:FemtoGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "One part per 10**18 by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FemtoGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "fg/kg" ; + qudt:ucumCode "fg.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtogram na Kilogram"@cs ; + rdfs:label "Femtogram na Kilogram"@pl ; + rdfs:label "Femtogram na Kilogram"@sl ; + rdfs:label "Femtogram pe Kilogram"@ro ; + rdfs:label "Femtogram per Kilogram" ; + rdfs:label "Femtogram per Kilogram"@en ; + rdfs:label "Femtogram per Kilogram"@ms ; + rdfs:label "Femtogram per Kilogram"@tr ; + rdfs:label "Femtogramm pro Kilogramm"@de ; + rdfs:label "Femtogramme par Kilogramme"@fr ; + rdfs:label "Femtogrammo per Chilogrammo"@it ; + rdfs:label "Femtogramo por Kilogramo"@es . + +unit:FemtoGM-PER-L + a qudt:Unit ; + dcterms:description "One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FemtoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "fg/L" ; + qudt:ucumCode "fg.L-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Femtogram per Liter"@en-US ; + rdfs:label "Femtogram per Litre" ; + rdfs:label "Femtogram per Litre"@en . + +unit:FemtoJ + a qudt:Unit ; + dcterms:description "0,000 000 000 000 001-fold of the derived SI unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB124" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB124"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000000001-fold of the derived SI unit joule" ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:J ; + qudt:symbol "fJ" ; + qudt:ucumCode "fJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A70" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Femtodżul"@pl ; + rdfs:label "Femtojoule" ; + rdfs:label "Femtojoule"@cs ; + rdfs:label "Femtojoule"@de ; + rdfs:label "Femtojoule"@en ; + rdfs:label "Femtojoule"@fr ; + rdfs:label "Femtojoule"@hu ; + rdfs:label "Femtojoule"@it ; + rdfs:label "Femtojoule"@ms ; + rdfs:label "Femtojoule"@ro ; + rdfs:label "Femtojoule"@sl ; + rdfs:label "Femtojoule"@tr ; + rdfs:label "Femtojulio"@es . + +unit:FemtoL + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:plainTextDescription "0.000000000000001-fold of the unit litre" ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:L ; + qudt:symbol "fL" ; + qudt:ucumCode "fL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q32" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Femtoliter"@en-US ; + rdfs:label "Femtolitre" ; + rdfs:label "Femtolitre"@en . + +unit:FemtoM + a qudt:Unit ; + dcterms:description "The $\\textit{femtometre}$ is an SI unit of length equal to $10^{-15} meter$. This distance can also be called $\\textit{fermi}$ and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:exactMatch unit:FM ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB063" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB063"^^xsd:anyURI ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:M ; + qudt:symbol "fm" ; + qudt:ucumCode "fm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A71" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Femtometer"@de ; + rdfs:label "Femtometer"@en-US ; + rdfs:label "Femtometer"@ms ; + rdfs:label "Femtometer"@sl ; + rdfs:label "Femtometr"@cs ; + rdfs:label "Femtometr"@pl ; + rdfs:label "Femtometre" ; + rdfs:label "Femtometre"@en ; + rdfs:label "Femtometre"@tr ; + rdfs:label "Femtometro"@es ; + rdfs:label "Femtometro"@it ; + rdfs:label "Femtometru"@ro ; + rdfs:label "Femtomètre"@fr ; + rdfs:label "Femtométer"@hu . + +unit:FemtoMOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:MOL ; + qudt:symbol "fmol" ; + qudt:ucumCode "fmol"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Femtomol"@cs ; + rdfs:label "Femtomol"@de ; + rdfs:label "Femtomol"@es ; + rdfs:label "Femtomol"@pl ; + rdfs:label "Femtomol"@ro ; + rdfs:label "Femtomol"@sl ; + rdfs:label "Femtomol"@tr ; + rdfs:label "Femtomole" ; + rdfs:label "Femtomole"@en ; + rdfs:label "Femtomole"@fr ; + rdfs:label "Femtomole"@it ; + rdfs:label "Femtomole"@ms ; + rdfs:label "Femtomól"@hu . + +unit:FemtoMOL-PER-KiloGM + a qudt:Unit ; + dcterms:description "A 10**15 part quantity of substance of the measurand per kilogram mass of matrix."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FemtoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:symbol "fmol/kg" ; + qudt:ucumCode "fmol.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtomol na Kilogram"@cs ; + rdfs:label "Femtomol na Kilogram"@pl ; + rdfs:label "Femtomol na Kilogram"@sl ; + rdfs:label "Femtomol pe Kilogram"@ro ; + rdfs:label "Femtomol per Kilogram"@tr ; + rdfs:label "Femtomol por Kilogramo"@es ; + rdfs:label "Femtomol pro Kilogramm"@de ; + rdfs:label "Femtomole par Kilogramme"@fr ; + rdfs:label "Femtomole per Chilogrammo"@it ; + rdfs:label "Femtomole per Kilogram" ; + rdfs:label "Femtomole per Kilogram"@en ; + rdfs:label "Femtomole per Kilogram"@ms . + +unit:FemtoMOL-PER-L + a qudt:Unit ; + dcterms:description "A 10**18 part quantity of substance of the measurand per litre volume of matrix."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FemtoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:symbol "fmol/L" ; + qudt:ucumCode "fmol.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtomole per Liter"@en-US ; + rdfs:label "Femtomole per Litre" ; + rdfs:label "Femtomole per Litre"@en . + +unit:FemtoSEC + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAC697" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC697"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000000001-fold of the SI base unit second" ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:SEC ; + qudt:symbol "fs" ; + qudt:ucumCode "fs"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtomásodperc"@hu ; + rdfs:label "Femtosaat"@ms ; + rdfs:label "Femtosaniye"@tr ; + rdfs:label "Femtosecond" ; + rdfs:label "Femtosecond"@en ; + rdfs:label "Femtoseconde"@fr ; + rdfs:label "Femtosecondo"@it ; + rdfs:label "Femtosecundă"@ro ; + rdfs:label "Femtosegundo"@es ; + rdfs:label "Femtosekunda"@cs ; + rdfs:label "Femtosekunda"@pl ; + rdfs:label "Femtosekunda"@sl ; + rdfs:label "Femtosekunde"@de . + +unit:FemtoV + a qudt:Unit ; + dcterms:description "0.000000000000001-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAC770" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC770"^^xsd:anyURI ; + qudt:prefix prefix:Femto ; + qudt:scalingOf unit:V ; + qudt:symbol "fV" ; + qudt:ucumCode "fV"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Femtovolt" ; + rdfs:label "Femtovolt"@cs ; + rdfs:label "Femtovolt"@de ; + rdfs:label "Femtovolt"@en ; + rdfs:label "Femtovolt"@fr ; + rdfs:label "Femtovolt"@hu ; + rdfs:label "Femtovolt"@it ; + rdfs:label "Femtovolt"@ms ; + rdfs:label "Femtovolt"@ro ; + rdfs:label "Femtovolt"@sl ; + rdfs:label "Femtovolt"@tr ; + rdfs:label "Femtovoltio"@es ; + rdfs:label "Femtowolt"@pl . + +unit:G + a qudt:Unit ; + dcterms:description "\"Gravity\" is a unit for 'Linear Acceleration' expressed as $G$."^^qudt:LatexString ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:factorUnitScalar 9.80665 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAA521" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA521"^^xsd:anyURI ; + qudt:symbol "G" ; + qudt:ucumCode "[g]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K40" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gravity" ; + rdfs:label "Gravity"@en . + +unit:GALILEO + a qudt:Unit ; + dcterms:description "The $\\textit{Galileo}$ is the unit of acceleration of free fall used extensively in the science of gravimetry. The Galileo is defined as $1 \\textit{centimeter per square second}$ ($1 cm/s^2$). Unfortunately, the Galileo is often denoted with the symbol Gal, not to be confused with the Gallon that also uses the same symbol."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gal"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB042" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB042"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gal?oldid=482010741"^^xsd:anyURI ; + qudt:omUnit ; + qudt:plainTextDescription "CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s" ; + qudt:symbol "Gal" ; + qudt:ucumCode "Gal"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A76" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Galileo" ; + rdfs:label "Galileo"@en . + +unit:GAL_IMP + a qudt:Unit ; + dcterms:description "A British gallon used in liquid and dry measurement approximately 1.2 U.S. gallons, or 4.54 liters"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00454609 ; + qudt:conversionMultiplierSN 4.54609E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:exactMatch unit:GAL_UK ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:scalingOf unit:M3 ; + qudt:symbol "gal{Imp}" ; + qudt:ucumCode "[gal_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GLI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Gallon" ; + rdfs:label "Imperial Gallon"@en . + +unit:GAL_UK + a qudt:Unit ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00454609 ; + qudt:conversionMultiplierSN 4.54609E-3 ; + qudt:exactMatch unit:GAL_IMP ; + qudt:factorUnitScalar 4.54609 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA500" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA500"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units" ; + qudt:symbol "gal{UK}" ; + qudt:ucumCode "[gal_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GLI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK)" ; + rdfs:label "Gallon (UK)"@en . + +unit:GAL_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00000005261678240740740740740740740740739 ; + qudt:conversionMultiplierSN 5.261678240740740740740740740740739E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA501" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA501"^^xsd:anyURI ; + qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day" ; + qudt:symbol "gal{UK}/d" ; + qudt:ucumCode "[gal_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K26" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK) per Day" ; + rdfs:label "Gallon (UK) per Day"@en . + +unit:GAL_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000001262802777777777777777777777777778 ; + qudt:conversionMultiplierSN 1.262802777777777777777777777777778E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA502" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA502"^^xsd:anyURI ; + qudt:plainTextDescription "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour" ; + qudt:symbol "gal{UK}/h" ; + qudt:ucumCode "[gal_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K27" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK) per Hour" ; + rdfs:label "Gallon (UK) per Hour"@en . + +unit:GAL_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00007576816666666666666666666666666668 ; + qudt:conversionMultiplierSN 7.576816666666666666666666666666668E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA503" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA503"^^xsd:anyURI ; + qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute" ; + qudt:symbol "gal{UK}/min" ; + qudt:ucumCode "[gal_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G3" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK) per Minute" ; + rdfs:label "Gallon (UK) per Minute"@en . + +unit:GAL_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00454609 ; + qudt:conversionMultiplierSN 4.54609E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA504" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA504"^^xsd:anyURI ; + qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "gal{UK}/s" ; + qudt:ucumCode "[gal_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K28" ; + rdfs:isDefinedBy ; + rdfs:label "Gallon (UK) per Second" ; + rdfs:label "Gallon (UK) per Second"@en . + +unit:GAL_US + a qudt:Unit ; + dcterms:description "\"US Gallon\" is a unit for 'Liquid Volume' expressed as $galUS$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.003785411784 ; + qudt:conversionMultiplierSN 3.785411784E-3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:factorUnitScalar 231.0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA505" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA505"^^xsd:anyURI ; + qudt:symbol "gal{US}" ; + qudt:ucumCode "[gal_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GLL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Gallon" ; + rdfs:label "Us Gallon"@en ; + skos:altLabel "Queen Anne's wine gallon" . + +unit:GAL_US-PER-DAY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"US Gallon per Day\" is a unit for 'Volume Per Unit Time' expressed as $gal/d$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000004381263638888888888888888888888887 ; + qudt:conversionMultiplierSN 4.381263638888888888888888888888887E-8 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$gal/d$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA506" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA506"^^xsd:anyURI ; + qudt:symbol "gal{US}/d" ; + qudt:ucumCode "[gal_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GB" ; + rdfs:isDefinedBy ; + rdfs:label "Us Gallon per Day" ; + rdfs:label "Us Gallon per Day"@en . + +unit:GAL_US-PER-HR + a qudt:Unit ; + dcterms:description "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001051503273333333333333333333333333 ; + qudt:conversionMultiplierSN 1.051503273333333333333333333333333E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA507" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA507"^^xsd:anyURI ; + qudt:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour" ; + qudt:symbol "gal{US}/h" ; + qudt:ucumCode "[gal_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G50" ; + rdfs:isDefinedBy ; + rdfs:label "Us Gallon per Hour" ; + rdfs:label "Us Gallon per Hour"@en . + +unit:GAL_US-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"US Gallon per Minute\" is a C.G.S System unit for 'Volume Per Unit Time' expressed as $gal/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00006309019640000000000000000000000001 ; + qudt:conversionMultiplierSN 6.309019640000000000000000000000001E-5 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$gal/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA508" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA508"^^xsd:anyURI ; + qudt:symbol "gal{US}/min" ; + qudt:ucumCode "[gal_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G2" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Gallon per Minute" ; + rdfs:label "Us Gallon per Minute"@en . + +unit:GAL_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.003785411784 ; + qudt:conversionMultiplierSN 3.785411784E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA509" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA509"^^xsd:anyURI ; + qudt:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "gal{US}/s" ; + qudt:ucumCode "[gal_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K30" ; + rdfs:isDefinedBy ; + rdfs:label "Us Gallon per Second" ; + rdfs:label "Us Gallon per Second"@en . + +unit:GAL_US_DRY + a qudt:Unit ; + dcterms:description "\"Dry Gallon US\" is a unit for 'Dry Volume' expressed as $dry_gal$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00440488377086 ; + qudt:conversionMultiplierSN 4.40488377086E-3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:factorUnitScalar 0.125 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BU_US ; + ] ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAB118" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB118"^^xsd:anyURI ; + qudt:symbol "gal{US Dry}" ; + qudt:ucumCode "[gal_wi]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GLD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dry Gallon Us" ; + rdfs:label "Dry Gallon Us"@en ; + skos:altLabel "Winchester gallon" ; + skos:altLabel "corn gallon" . + +unit:GAMMA + a qudt:Unit ; + dcterms:description "\"Gamma\" is a C.G.S System unit for 'Magnetic Field'."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB213" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB213"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:T ; + qudt:symbol "γ" ; + qudt:uneceCommonCode "P12" ; + rdfs:isDefinedBy ; + rdfs:label "Gamma" ; + rdfs:label "Gamma"@en . + +unit:GAUGE_FR + a qudt:Unit ; + dcterms:description "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."^^rdf:HTML ; + qudt:conversionMultiplier 0.0003333333 ; + qudt:conversionMultiplierSN 3.333333E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB377" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB377"^^xsd:anyURI ; + qudt:plainTextDescription "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)." ; + qudt:scalingOf unit:M ; + qudt:symbol "French gauge" ; + qudt:ucumCode "[Ch]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H79" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "French Gauge" ; + rdfs:label "French Gauge"@en . + +unit:GAUSS + a qudt:Unit ; + dcterms:description "CGS unit of the magnetic flux density B"^^rdf:HTML ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:exactMatch unit:T_Ab ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB135" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB135"^^xsd:anyURI ; + qudt:plainTextDescription "CGS unit of the magnetic flux density B" ; + qudt:scalingOf unit:T ; + qudt:symbol "Gs" ; + qudt:ucumCode "G"^^qudt:UCUMcs ; + qudt:uneceCommonCode "76" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gauss" ; + rdfs:label "Gauss"@en . + +unit:GA_Charriere + a qudt:Unit ; + dcterms:description "unit for the diameter of urological instruments and catheters for different purposes corresponding to: 1 Ch = 0,333 333 333 10 ⁻ ³ m" ; + qudt:conversionMultiplier 0.0003333333 ; + qudt:conversionMultiplierSN 3.333333E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB382" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB382"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "Ch" ; + rdfs:isDefinedBy ; + rdfs:label "Charrière Gauge" ; + rdfs:label "Charrière Gauge"@en . + +unit:GI + a qudt:Unit ; + dcterms:description "The fundamental unit of magnetomotive force ($mmf$) in electromagnetic units is called a Gilbert. It is the $mmf$ which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.795774715 ; + qudt:conversionMultiplierSN 7.95774715E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gilbert"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:iec61360Code "0112/2///62720#UAB211" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB211"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gilbert?oldid=492755037"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:A ; + qudt:symbol "Gb" ; + qudt:ucumCode "Gb"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N97" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gilbert" ; + rdfs:label "Gilbert"@en . + +unit:GI_UK + a qudt:Unit ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0001420653 ; + qudt:conversionMultiplierSN 1.420653E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA511" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA511"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "gill{UK}" ; + qudt:ucumCode "[gil_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GII" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK)" ; + rdfs:label "Gill (UK)"@en . + +unit:GI_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000000001644274305555555555555555555555555 ; + qudt:conversionMultiplierSN 1.644274305555555555555555555555555E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GI_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA512" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA512"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "gill{UK}/d" ; + qudt:ucumCode "[gil_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K32" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK) per Day" ; + rdfs:label "Gill (UK) per Day"@en . + +unit:GI_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00000003946258333333333333333333333333334 ; + qudt:conversionMultiplierSN 3.946258333333333333333333333333334E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GI_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA513" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA513"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "gill{UK}/h" ; + qudt:ucumCode "[gil_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K33" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK) per Hour" ; + rdfs:label "Gill (UK) per Hour"@en . + +unit:GI_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000002367755 ; + qudt:conversionMultiplierSN 2.367755E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GI_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA514" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA514"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "gill{UK}/min" ; + qudt:ucumCode "[gil_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K34" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK) per Minute" ; + rdfs:label "Gill (UK) per Minute"@en . + +unit:GI_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0001420653 ; + qudt:conversionMultiplierSN 1.420653E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GI_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA515" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA515"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "gill{UK}/s" ; + qudt:ucumCode "[gil_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K35" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (UK) per Second" ; + rdfs:label "Gill (UK) per Second"@en . + +unit:GI_US + a qudt:Unit ; + dcterms:description "unit of the volume according the Anglo-American system of units (1/32 US Gallon)"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000118294125 ; + qudt:conversionMultiplierSN 1.18294125E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA516" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA516"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume according the Anglo-American system of units (1/32 US Gallon)" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "gill{US}" ; + qudt:ucumCode "[gil_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GIA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US)" ; + rdfs:label "Gill (US)"@en . + +unit:GI_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000001369144965277777777777777777777777 ; + qudt:conversionMultiplierSN 1.369144965277777777777777777777777E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GI_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA517" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA517"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "gill{US}/d" ; + qudt:ucumCode "[gil_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K36" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US) per Day" ; + rdfs:label "Gill (US) per Day"@en . + +unit:GI_US-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000003285947916666666666666666666666667 ; + qudt:conversionMultiplierSN 3.285947916666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GI_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA518" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA518"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "gill{US}/h" ; + qudt:ucumCode "[gil_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K37" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US) per Hour" ; + rdfs:label "Gill (US) per Hour"@en . + +unit:GI_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000197156875 ; + qudt:conversionMultiplierSN 1.97156875E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GI_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA519" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA519"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "gill{US}/min" ; + qudt:ucumCode "[gil_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K38" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US) per Minute" ; + rdfs:label "Gill (US) per Minute"@en . + +unit:GI_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000118294125 ; + qudt:conversionMultiplierSN 1.18294125E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GI_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA520" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA520"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "gill{US}/s" ; + qudt:ucumCode "[gil_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K39" ; + rdfs:isDefinedBy ; + rdfs:label "Gill (US) per Second" ; + rdfs:label "Gill (US) per Second"@en . + +unit:GM + a qudt:Unit ; + dcterms:description "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gram"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA465" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA465"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gram?oldid=493995797"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "g" ; + qudt:ucumCode "g"^^qudt:UCUMcs ; + qudt:udunitsCode "g" ; + qudt:uneceCommonCode "GRM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram" ; + rdfs:label "Gram"@cs ; + rdfs:label "Gram"@en ; + rdfs:label "Gram"@ms ; + rdfs:label "Gram"@pl ; + rdfs:label "Gram"@ro ; + rdfs:label "Gram"@sl ; + rdfs:label "Gram"@tr ; + rdfs:label "Grama"@pt ; + rdfs:label "Gramm"@de ; + rdfs:label "Gramm"@hu ; + rdfs:label "Gramma"@la ; + rdfs:label "Gramme"@fr ; + rdfs:label "Grammo"@it ; + rdfs:label "Gramo"@es . + +unit:GM-CentiM-PER-SEC + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Impulse ; + qudt:iec61360Code "0112/2///62720#UAB414" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB414"^^xsd:anyURI ; + qudt:symbol "g·cm/s" ; + qudt:ucumCode "g.cm.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M99" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Centimeter na Sekunda"@sl ; + rdfs:label "Gram Centimeter per Saat"@ms ; + rdfs:label "Gram Centimeter per Second"@en-US ; + rdfs:label "Gram Centimetr na Sekunda"@cs ; + rdfs:label "Gram Centimetr na Sekunda"@pl ; + rdfs:label "Gram Centimetre per Saniye"@tr ; + rdfs:label "Gram Centimetre per Second" ; + rdfs:label "Gram Centimetre per Second"@en ; + rdfs:label "Gram Centimetru pe Secundă"@ro ; + rdfs:label "Gramm Centimeter pro Sekunde"@de ; + rdfs:label "Gramme Centimètre par Seconde"@fr ; + rdfs:label "Grammo Centimetro per Secondo"@it ; + rdfs:label "Gramo Centimetro por Segundo"@es . + +unit:GM-HR-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC822" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC822"^^xsd:anyURI ; + qudt:symbol "g·h/(L·cm³)" ; + qudt:ucumCode "g.h.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Hour per Liter Cubic Centimeter"@en-US ; + rdfs:label "Gram Hour per Litre Cubic Centimetre" ; + rdfs:label "Gram Hour per Litre Cubic Centimetre"@en . + +unit:GM-HR-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC821" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC821"^^xsd:anyURI ; + qudt:symbol "g·h/(L·m³)" ; + qudt:ucumCode "g.h.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Hour per Liter Cubic Meter"@en-US ; + rdfs:label "Gram Hour per Litre Cubic Metre" ; + rdfs:label "Gram Hour per Litre Cubic Metre"@en . + +unit:GM-HR-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour" ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC823" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC823"^^xsd:anyURI ; + qudt:symbol "g·h/L²" ; + qudt:ucumCode "g.h.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Hour per Square Liter"@en-US ; + rdfs:label "Gram Hour per Square Litre" ; + rdfs:label "Gram Hour per Square Litre"@en . + +unit:GM-HR-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC813" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC813"^^xsd:anyURI ; + qudt:symbol "g·h/(m³·cm³)" ; + qudt:ucumCode "g.h.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Hour per Cubic Meter Cubic Centimeter"@en-US ; + rdfs:label "Gram Hour per Cubic Metre Cubic Centimetre" ; + rdfs:label "Gram Hour per Cubic Metre Cubic Centimetre"@en . + +unit:GM-HR-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC814" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC814"^^xsd:anyURI ; + qudt:symbol "g·h/(m³·L)" ; + qudt:ucumCode "g.h.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Hour per Cubic Meter Liter"@en-US ; + rdfs:label "Gram Hour per Cubic Metre Litre" ; + rdfs:label "Gram Hour per Cubic Metre Litre"@en . + +unit:GM-HR-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3.6 ; + qudt:conversionMultiplierSN 3.6E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC812" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC812"^^xsd:anyURI ; + qudt:symbol "g·h/m⁶" ; + qudt:ucumCode "g.h.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Hour per Sextic Meter"@en-US ; + rdfs:label "Gram Hour per Sextic Metre" ; + rdfs:label "Gram Hour per Sextic Metre"@en . + +unit:GM-MIN-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60000000.0 ; + qudt:conversionMultiplierSN 6.0E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC825" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC825"^^xsd:anyURI ; + qudt:symbol "g·min/(L·cm³)" ; + qudt:ucumCode "g.min.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Minute per Liter Cubic Centimeter"@en-US ; + rdfs:label "Gram Minute per Litre Cubic Centimetre" ; + rdfs:label "Gram Minute per Litre Cubic Centimetre"@en . + +unit:GM-MIN-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC824" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC824"^^xsd:anyURI ; + qudt:symbol "g·min/(L·m³)" ; + qudt:ucumCode "g.min.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Minute per Liter Cubic Meter"@en-US ; + rdfs:label "Gram Minute per Litre Cubic Metre" ; + rdfs:label "Gram Minute per Litre Cubic Metre"@en . + +unit:GM-MIN-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute" ; + qudt:conversionMultiplier 60000.0 ; + qudt:conversionMultiplierSN 6.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC826" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC826"^^xsd:anyURI ; + qudt:symbol "g·min/L²" ; + qudt:ucumCode "g.min.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Minute per Square Liter"@en-US ; + rdfs:label "Gram Minute per Square Litre" ; + rdfs:label "Gram Minute per Square Litre"@en . + +unit:GM-MIN-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60000.0 ; + qudt:conversionMultiplierSN 6.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC816" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC816"^^xsd:anyURI ; + qudt:symbol "g·min/(m³·cm³)" ; + qudt:ucumCode "g.min.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Minute per Cubic Meter Cubic Centimeter"@en-US ; + rdfs:label "Gram Minute per Cubic Metre Cubic Centimetre" ; + rdfs:label "Gram Minute per Cubic Metre Cubic Centimetre"@en . + +unit:GM-MIN-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC817" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC817"^^xsd:anyURI ; + qudt:symbol "g·min/(m³·L)" ; + qudt:ucumCode "g.min.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Minute per Cubic Meter Liter"@en-US ; + rdfs:label "Gram Minute per Cubic Metre Litre" ; + rdfs:label "Gram Minute per Cubic Metre Litre"@en . + +unit:GM-MIN-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 0.06 ; + qudt:conversionMultiplierSN 6.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC815" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC815"^^xsd:anyURI ; + qudt:symbol "g·min/m⁶" ; + qudt:ucumCode "g.min.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Minute per Sextic Meter"@en-US ; + rdfs:label "Gram Minute per Sextic Metre" ; + rdfs:label "Gram Minute per Sextic Metre"@en . + +unit:GM-MilliM + a qudt:Unit ; + dcterms:description "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAB381" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB381"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre" ; + qudt:symbol "g·mm" ; + qudt:ucumCode "g.mm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H84" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Millimeter"@en-US ; + rdfs:label "Gram Millimeter"@ms ; + rdfs:label "Gram Millimeter"@sl ; + rdfs:label "Gram Millimetr"@cs ; + rdfs:label "Gram Millimetr"@pl ; + rdfs:label "Gram Millimetre" ; + rdfs:label "Gram Millimetre"@en ; + rdfs:label "Gram Millimetre"@tr ; + rdfs:label "Gram Millimetru"@ro ; + rdfs:label "Gramm Millimeter"@de ; + rdfs:label "Gramme Millimètre"@fr ; + rdfs:label "Grammo Millimetro"@it ; + rdfs:label "Gramo Millimetro"@es . + +unit:GM-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA468" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA468"^^xsd:anyURI ; + qudt:symbol "g/bar" ; + qudt:ucumCode "g.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F74" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Bar" ; + rdfs:label "Gram per Bar"@en . + +unit:GM-PER-CentiM-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre and the unit bar" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:SquareTime ; + qudt:symbol "g/(cm·bar)" ; + qudt:ucumCode "g.cm-1.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Centimeter Bar"@en-US ; + rdfs:label "Gram per Centimetre Bar" ; + rdfs:label "Gram per Centimetre Bar"@en . + +unit:GM-PER-CentiM-SEC + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a quotient of the 0.001-fold of the SI base unit kilogram divided by the 0.01-fold of the SI base unit metre and SI base unit second" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB433" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB433"^^xsd:anyURI ; + qudt:symbol "g/(cm·s)" ; + qudt:ucumCode "g.cm-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N41" ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Centimeter Sekunda"@sl ; + rdfs:label "Gram na Centimetr Sekunda"@cs ; + rdfs:label "Gram na Centimetr Sekunda"@pl ; + rdfs:label "Gram pe Centimetru Secundă"@ro ; + rdfs:label "Gram per Centimeter Saat"@ms ; + rdfs:label "Gram per Centimeter Second"@en-US ; + rdfs:label "Gram per Centimetre Saniye"@tr ; + rdfs:label "Gram per Centimetre Second" ; + rdfs:label "Gram per Centimetre Second"@en ; + rdfs:label "Gramm pro Centimeter Sekunde"@de ; + rdfs:label "Gramme par Centimètre Seconde"@fr ; + rdfs:label "Grammo per Centimetro Secondo"@it ; + rdfs:label "Gramo por Centimetro Segundo"@es . + +unit:GM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasReciprocalUnit unit:CentiM2-PER-GM ; + qudt:iec61360Code "0112/2///62720#UAB103" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB103"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2" ; + qudt:symbol "g/cm²" ; + qudt:ucumCode "g.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "25" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Centimetr Kwadratowy"@pl ; + rdfs:label "Gram na Kvadratni Centimeter"@sl ; + rdfs:label "Gram na Čtvereční Centimetr"@cs ; + rdfs:label "Gram pe Centimetru Pătrat"@ro ; + rdfs:label "Gram per Centimeter Persegi"@ms ; + rdfs:label "Gram per Centimetrekare"@tr ; + rdfs:label "Gram per Square Centimeter"@en-US ; + rdfs:label "Gram per Square Centimetre" ; + rdfs:label "Gram per Square Centimetre"@en ; + rdfs:label "Gramm pro Quadratcentimeter"@de ; + rdfs:label "Gramme par Centimètre Carré"@fr ; + rdfs:label "Grammo per Centimetro Quadrato"@it ; + rdfs:label "Gramo por Centimetro Cuadrado"@es . + +unit:GM-PER-CentiM2-YR + a qudt:Unit ; + dcterms:description "A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)"@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "g/(cm²·a)" ; + qudt:ucumCode "g.cm-2.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Square Centimeter Year"@en-US ; + rdfs:label "Gram per Square Centimetre Year" ; + rdfs:label "Gram per Square Centimetre Year"@en . + +unit:GM-PER-CentiM3 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:hasReciprocalUnit unit:CentiM3-PER-GM ; + qudt:iec61360Code "0112/2///62720#UAA469" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA469"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "g/cm³" ; + qudt:ucumCode "g.cm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "23" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Centimetr Krychlový"@cs ; + rdfs:label "Gram na Centimetr Sześcienny"@pl ; + rdfs:label "Gram na Kubični Centimeter"@sl ; + rdfs:label "Gram pe Centimetru Cub"@ro ; + rdfs:label "Gram per Centimeter Kubik"@ms ; + rdfs:label "Gram per Centimetreküp"@tr ; + rdfs:label "Gram per Cubic Centimeter"@en-US ; + rdfs:label "Gram per Cubic Centimetre" ; + rdfs:label "Gram per Cubic Centimetre"@en ; + rdfs:label "Gramm pro Kubikcentimeter"@de ; + rdfs:label "Gramme par Centimètre Cube"@fr ; + rdfs:label "Grammo per Centimetro Cubo"@it ; + rdfs:label "Gramo por Centimetro Cúbico"@es . + +unit:GM-PER-CentiM3-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA471" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA471"^^xsd:anyURI ; + qudt:symbol "g/(cm³·bar)" ; + qudt:ucumCode "g.cm-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G11" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Cubic Centimeter Bar"@en-US ; + rdfs:label "Gram per Cubic Centimetre Bar" ; + rdfs:label "Gram per Cubic Centimetre Bar"@en . + +unit:GM-PER-CentiM3-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA470" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA470"^^xsd:anyURI ; + qudt:symbol "g/(cm³·K)" ; + qudt:ucumCode "g.cm-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G33" ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Centimetr Krychlový Kelvin"@cs ; + rdfs:label "Gram na Centimetr Sześcienny Kelwin"@pl ; + rdfs:label "Gram na Kubični Centimeter Kelvin"@sl ; + rdfs:label "Gram pe Centimetru Cub Kelvin"@ro ; + rdfs:label "Gram per Centimeter Kubik Kelvin"@ms ; + rdfs:label "Gram per Centimetreküp Kelvin"@tr ; + rdfs:label "Gram per Cubic Centimeter Kelvin"@en-US ; + rdfs:label "Gram per Cubic Centimetre Kelvin" ; + rdfs:label "Gram per Cubic Centimetre Kelvin"@en ; + rdfs:label "Gramm pro Kubikcentimeter Kelvin"@de ; + rdfs:label "Gramme par Centimètre Cube Kelvin"@fr ; + rdfs:label "Grammo per Centimetro Cubo Kelvin"@it ; + rdfs:label "Gramo por Centimetro Cúbico Kelvin"@es . + +unit:GM-PER-DAY + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA472" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA472"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit day" ; + qudt:symbol "g/d" ; + qudt:ucumCode "g.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F26" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Day" ; + rdfs:label "Gram per Day"@en . + +unit:GM-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-13 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA474" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA474"^^xsd:anyURI ; + qudt:symbol "g/(d·bar)" ; + qudt:ucumCode "g.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F62" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Day Bar" ; + rdfs:label "Gram per Day Bar"@en . + +unit:GM-PER-DAY-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA473" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA473"^^xsd:anyURI ; + qudt:symbol "g/(d·K)" ; + qudt:ucumCode "g.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F35" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Day Kelvin" ; + rdfs:label "Gram per Day Kelvin"@en . + +unit:GM-PER-DEG_C + a qudt:Unit ; + dcterms:description "$\\textit{Gram Degree Celsius}$ is a C.G.S System unit for 'Mass Temperature' expressed as $g \\cdot degC$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:expression "$g-degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "g/°C" ; + qudt:ucumCode "g.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Stopień Celsjusza"@pl ; + rdfs:label "Gram na Stopinja Celzija"@sl ; + rdfs:label "Gram na Stupně Celsia"@cs ; + rdfs:label "Gram pe Grad Celsius"@ro ; + rdfs:label "Gram per Celsius"@tr ; + rdfs:label "Gram per Darjah Celsius"@ms ; + rdfs:label "Gram per Degree Celsius" ; + rdfs:label "Gram per Degree Celsius"@en ; + rdfs:label "Grama por Grau Celsius"@pt ; + rdfs:label "Gramm pro Grad Celsius"@de ; + rdfs:label "Gramma per Gradus Celsii"@la ; + rdfs:label "Gramme par Degré Celsius"@fr ; + rdfs:label "Grammo per Grado Celsius"@it ; + rdfs:label "Gramo por Grado Celsius"@es . + +unit:GM-PER-DeciL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A derived unit for amount-of-substance concentration measured in g/dL."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:expression "$g/dL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DeciL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:hasReciprocalUnit unit:DeciL-PER-GM ; + qudt:symbol "g/dL" ; + qudt:ucumCode "g.dL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Deciliter"@en-US ; + rdfs:label "Gram per Decilitre" ; + rdfs:label "Gram per Decilitre"@en . + +unit:GM-PER-DeciM3 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA475" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA475"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "g/dm³" ; + qudt:ucumCode "g.dm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F23" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Decimetr Krychlový"@cs ; + rdfs:label "Gram na Decimetr Sześcienny"@pl ; + rdfs:label "Gram na Kubični Decimeter"@sl ; + rdfs:label "Gram pe Decimetru Cub"@ro ; + rdfs:label "Gram per Cubic Decimeter"@en-US ; + rdfs:label "Gram per Cubic Decimetre" ; + rdfs:label "Gram per Cubic Decimetre"@en ; + rdfs:label "Gram per Decimeter Kubik"@ms ; + rdfs:label "Gram per Decimetreküp"@tr ; + rdfs:label "Gramm pro Kubikdecimeter"@de ; + rdfs:label "Gramme par Decimètre Cube"@fr ; + rdfs:label "Grammo per Decimetro Cubo"@it ; + rdfs:label "Gramo por Decimetro Cúbico"@es . + +unit:GM-PER-DeciM3-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA477" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA477"^^xsd:anyURI ; + qudt:symbol "g/(dm³·bar)" ; + qudt:ucumCode "g.dm-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G12" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Cubic Decimeter Bar"@en-US ; + rdfs:label "Gram per Cubic Decimetre Bar" ; + rdfs:label "Gram per Cubic Decimetre Bar"@en . + +unit:GM-PER-DeciM3-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA476" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA476"^^xsd:anyURI ; + qudt:symbol "g/(dm³·K)" ; + qudt:ucumCode "g.dm-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G34" ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Decimetr Krychlový Kelvin"@cs ; + rdfs:label "Gram na Decimetr Sześcienny Kelwin"@pl ; + rdfs:label "Gram na Kubični Decimeter Kelvin"@sl ; + rdfs:label "Gram pe Decimetru Cub Kelvin"@ro ; + rdfs:label "Gram per Cubic Decimeter Kelvin"@en-US ; + rdfs:label "Gram per Cubic Decimetre Kelvin" ; + rdfs:label "Gram per Cubic Decimetre Kelvin"@en ; + rdfs:label "Gram per Decimeter Kubik Kelvin"@ms ; + rdfs:label "Gram per Decimetreküp Kelvin"@tr ; + rdfs:label "Gramm pro Kubikdecimeter Kelvin"@de ; + rdfs:label "Gramme par Decimètre Cube Kelvin"@fr ; + rdfs:label "Grammo per Decimetro Cubo Kelvin"@it ; + rdfs:label "Gramo por Decimetro Cúbico Kelvin"@es . + +unit:GM-PER-GM + a qudt:Unit ; + dcterms:description "mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "g/g" ; + qudt:ucumCode "g.g-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Gram"@cs ; + rdfs:label "Gram na Gram"@pl ; + rdfs:label "Gram na Gram"@sl ; + rdfs:label "Gram pe Gram"@ro ; + rdfs:label "Gram per Gram" ; + rdfs:label "Gram per Gram"@en ; + rdfs:label "Gram per Gram"@ms ; + rdfs:label "Gram per Gram"@tr ; + rdfs:label "Grama por Grama"@pt ; + rdfs:label "Gramm pro Gramm"@de ; + rdfs:label "Gramma per Gramma"@la ; + rdfs:label "Gramme par Gramme"@fr ; + rdfs:label "Grammo per Grammo"@it ; + rdfs:label "Gramo por Gramo"@es . + +unit:GM-PER-HA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Gram Per Hectare is a unit of mass per area. Gram Per Hectare (mg/ha) has a dimension of ML-3 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0000001."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:expression "\\(g/hare\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:symbol "g/ha" ; + qudt:ucumCode "g.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Hectare" ; + rdfs:label "Gram per Hectare"@en . + +unit:GM-PER-HR + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA478" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA478"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit hour" ; + qudt:symbol "g/h" ; + qudt:ucumCode "g.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F27" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Hour" ; + rdfs:label "Gram per Hour"@en . + +unit:GM-PER-HR-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-12 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA480" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA480"^^xsd:anyURI ; + qudt:symbol "g/(h·bar)" ; + qudt:ucumCode "g.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F63" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Hour Bar" ; + rdfs:label "Gram per Hour Bar"@en . + +unit:GM-PER-HR-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA479" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA479"^^xsd:anyURI ; + qudt:symbol "g/(h·K)" ; + qudt:ucumCode "g.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F36" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Hour Kelvin" ; + rdfs:label "Gram per Hour Kelvin"@en . + +unit:GM-PER-HZ + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the SI derived unit hertz" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD916" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD916"^^xsd:anyURI ; + qudt:symbol "g/Hz" ; + qudt:ucumCode "g.Hz-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F25" ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Herc"@pl ; + rdfs:label "Gram na Hertz"@cs ; + rdfs:label "Gram na Hertz"@sl ; + rdfs:label "Gram pe Hertz"@ro ; + rdfs:label "Gram per Hertz" ; + rdfs:label "Gram per Hertz"@en ; + rdfs:label "Gram per Hertz"@ms ; + rdfs:label "Gram per Hertz"@tr ; + rdfs:label "Grama por Hertz"@pt ; + rdfs:label "Gramm pro Hertz"@de ; + rdfs:label "Gramma per Hertzium"@la ; + rdfs:label "Gramme par Hertz"@fr ; + rdfs:label "Grammo per Hertz"@it ; + rdfs:label "Gramo por Hercio"@es . + +unit:GM-PER-HectoGM + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:expression "\\(g-hg^{-1}\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HectoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "g/hg" ; + qudt:ucumCode "g.hg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Hectogram"@cs ; + rdfs:label "Gram na Hectogram"@pl ; + rdfs:label "Gram na Hectogram"@sl ; + rdfs:label "Gram pe Hectogram"@ro ; + rdfs:label "Gram per Hectogram" ; + rdfs:label "Gram per Hectogram"@en ; + rdfs:label "Gram per Hectogram"@ms ; + rdfs:label "Gram per Hectogram"@tr ; + rdfs:label "Gramm pro Hectogramm"@de ; + rdfs:label "Gramme par Hectogramme"@fr ; + rdfs:label "Grammo per Ettogrammo"@it ; + rdfs:label "Gramo por Hectogramo"@es . + +unit:GM-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA467" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA467"^^xsd:anyURI ; + qudt:symbol "g/K" ; + qudt:ucumCode "g.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F14" ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kelvin"@cs ; + rdfs:label "Gram na Kelvin"@sl ; + rdfs:label "Gram na Kelwin"@pl ; + rdfs:label "Gram pe Kelvin"@ro ; + rdfs:label "Gram per Kelvin" ; + rdfs:label "Gram per Kelvin"@en ; + rdfs:label "Gram per Kelvin"@ms ; + rdfs:label "Gram per Kelvin"@tr ; + rdfs:label "Grama por Kelvin"@pt ; + rdfs:label "Gramm pro Kelvin"@de ; + rdfs:label "Gramma per Kelvin"@la ; + rdfs:label "Gramme par Kelvin"@fr ; + rdfs:label "Grammo per Kelvin"@it ; + rdfs:label "Gramo por Kelvin"@es . + +unit:GM-PER-KiloGM + a qudt:Unit ; + dcterms:description "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA481" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA481"^^xsd:anyURI ; + qudt:plainTextDescription "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "g/kg" ; + qudt:ucumCode "g.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kilogram"@cs ; + rdfs:label "Gram na Kilogram"@pl ; + rdfs:label "Gram na Kilogram"@sl ; + rdfs:label "Gram pe Kilogram"@ro ; + rdfs:label "Gram per Kilogram" ; + rdfs:label "Gram per Kilogram"@en ; + rdfs:label "Gram per Kilogram"@ms ; + rdfs:label "Gram per Kilogram"@tr ; + rdfs:label "Grama por Quilograma"@pt ; + rdfs:label "Gramm pro Kilogramm"@de ; + rdfs:label "Gramma per Chiliogramma"@la ; + rdfs:label "Gramme par Kilogramme"@fr ; + rdfs:label "Grammo per Chilogrammo"@it ; + rdfs:label "Gramo por Kilogramo"@es . + +unit:GM-PER-KiloM + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre" ; + qudt:symbol "g/km" ; + qudt:ucumCode "g.km-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kilometer"@sl ; + rdfs:label "Gram na Kilometr"@cs ; + rdfs:label "Gram na Kilometr"@pl ; + rdfs:label "Gram pe Kilometru"@ro ; + rdfs:label "Gram per Kilometer"@en-US ; + rdfs:label "Gram per Kilometer"@ms ; + rdfs:label "Gram per Kilometre" ; + rdfs:label "Gram per Kilometre"@en ; + rdfs:label "Gram per Kilometre"@tr ; + rdfs:label "Gramm pro Kilometer"@de ; + rdfs:label "Gramme par Kilomètre"@fr ; + rdfs:label "Grammo per Chilometro"@it ; + rdfs:label "Gramo por Kilometro"@es . + +unit:GM-PER-L + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA482" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA482"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit litre" ; + qudt:symbol "g/L" ; + qudt:ucumCode "g.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Liter"@en-US ; + rdfs:label "Gram per Litre" ; + rdfs:label "Gram per Litre"@en . + +unit:GM-PER-L-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA484" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA484"^^xsd:anyURI ; + qudt:symbol "g/(L·bar)" ; + qudt:ucumCode "g.L-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G13" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Liter Bar"@en-US ; + rdfs:label "Gram per Litre Bar" ; + rdfs:label "Gram per Litre Bar"@en . + +unit:GM-PER-L-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiPOISE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD834" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD834"^^xsd:anyURI ; + qudt:symbol "g/(L·cP)" ; + qudt:ucumCode "g.L-1.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Liter Centipoise"@en-US ; + rdfs:label "Gram per Litre Centipoise" ; + rdfs:label "Gram per Litre Centipoise"@en . + +unit:GM-PER-L-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA483" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA483"^^xsd:anyURI ; + qudt:symbol "g/(L·K)" ; + qudt:ucumCode "g.L-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G35" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Liter Kelvin"@en-US ; + rdfs:label "Gram per Litre Kelvin" ; + rdfs:label "Gram per Litre Kelvin"@en . + +unit:GM-PER-L-MilliPA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD868" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD868"^^xsd:anyURI ; + qudt:symbol "g/(L·mPa·s)" ; + qudt:ucumCode "g.L-1.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Liter Millipascal Second"@en-US ; + rdfs:label "Gram per Litre Millipascal Second" ; + rdfs:label "Gram per Litre Millipascal Second"@en . + +unit:GM-PER-L-PA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD832" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD832"^^xsd:anyURI ; + qudt:symbol "g/(L·Pa·s)" ; + qudt:ucumCode "g.L-1.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Liter Pascal Second"@en-US ; + rdfs:label "Gram per Litre Pascal Second" ; + rdfs:label "Gram per Litre Pascal Second"@en . + +unit:GM-PER-L-POISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:POISE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD833" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD833"^^xsd:anyURI ; + qudt:symbol "g/(L·P)" ; + qudt:ucumCode "g.L-1.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Liter Poise"@en-US ; + rdfs:label "Gram per Litre Poise" ; + rdfs:label "Gram per Litre Poise"@en . + +unit:GM-PER-M + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAA485" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA485"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the SI base unit metre" ; + qudt:symbol "g/m" ; + qudt:ucumCode "g.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GF" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Meter"@sl ; + rdfs:label "Gram na Metr"@cs ; + rdfs:label "Gram na Metr"@pl ; + rdfs:label "Gram pe Metru"@ro ; + rdfs:label "Gram per Meter"@en-US ; + rdfs:label "Gram per Meter"@ms ; + rdfs:label "Gram per Metre" ; + rdfs:label "Gram per Metre"@en ; + rdfs:label "Gram per Metre"@tr ; + rdfs:label "Grama por Metro"@pt ; + rdfs:label "Gramm pro Meter"@de ; + rdfs:label "Gramma per Metrum"@la ; + rdfs:label "Gramme par Mètre"@fr ; + rdfs:label "Grammo per Metro"@it ; + rdfs:label "Gramo por Metro"@es . + +unit:GM-PER-M2 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasReciprocalUnit unit:M2-PER-GM ; + qudt:iec61360Code "0112/2///62720#UAA486" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA486"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "g/m²" ; + qudt:ucumCode "g.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kvadratni Meter"@sl ; + rdfs:label "Gram na Metr Kwadratowy"@pl ; + rdfs:label "Gram na Čtvereční Metr"@cs ; + rdfs:label "Gram pe Metru Pătrat"@ro ; + rdfs:label "Gram per Meter Persegi"@ms ; + rdfs:label "Gram per Metrekare"@tr ; + rdfs:label "Gram per Square Meter"@en-US ; + rdfs:label "Gram per Square Metre" ; + rdfs:label "Gram per Square Metre"@en ; + rdfs:label "Grama por Metro Quadrado"@pt ; + rdfs:label "Gramm pro Quadratmeter"@de ; + rdfs:label "Gramma per Metrum Quadratum"@la ; + rdfs:label "Gramme par Mètre Carré"@fr ; + rdfs:label "Grammo per Metro Quadrato"@it ; + rdfs:label "Gramo por Metro Cuadrado"@es . + +unit:GM-PER-M2-DAY + a qudt:Unit ; + dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a day."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:expression "$g-m^{-2}-day^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a day." ; + qudt:symbol "g/(m²·d)" ; + qudt:ucumCode "g.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Square Meter Day"@en-US ; + rdfs:label "Gram per Square Metre Day" ; + rdfs:label "Gram per Square Metre Day"@en . + +unit:GM-PER-M2-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour "@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour " ; + qudt:symbol "g/(m²·h)" ; + qudt:ucumCode "g.m-2.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Square Meter Hour"@en-US ; + rdfs:label "Gram per Square Metre Hour" ; + rdfs:label "Gram per Square Metre Hour"@en . + +unit:GM-PER-M2-YR + a qudt:Unit ; + dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a year (365.25 days)."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-11 ; + qudt:expression "\\(g-m^{-2}-year^{-1}\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a year." ; + qudt:symbol "g/(m²·a)" ; + qudt:ucumCode "g.m-2.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Square Meter Year"@en-US ; + rdfs:label "Gram per Square Metre Year" ; + rdfs:label "Gram per Square Metre Year"@en . + +unit:GM-PER-M3 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA487" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA487"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "g/m³" ; + qudt:ucumCode "g.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A93" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kubični Meter"@sl ; + rdfs:label "Gram na Metr Krychlový"@cs ; + rdfs:label "Gram na Metr Sześcienny"@pl ; + rdfs:label "Gram pe Metru Cub"@ro ; + rdfs:label "Gram per Cubic Meter"@en-US ; + rdfs:label "Gram per Cubic Metre" ; + rdfs:label "Gram per Cubic Metre"@en ; + rdfs:label "Gram per Meter Kubik"@ms ; + rdfs:label "Gram per Metreküp"@tr ; + rdfs:label "Grama por Metro Cúbico"@pt ; + rdfs:label "Gramm pro Kubikmeter"@de ; + rdfs:label "Gramma per Metrum Cubicum"@la ; + rdfs:label "Gramme par Mètre Cube"@fr ; + rdfs:label "Grammo per Metro Cubo"@it ; + rdfs:label "Gramo por Metro Cúbico"@es . + +unit:GM-PER-M3-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA489" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA489"^^xsd:anyURI ; + qudt:symbol "g/(m³·bar)" ; + qudt:ucumCode "g.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G14" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Cubic Meter Bar"@en-US ; + rdfs:label "Gram per Cubic Metre Bar" ; + rdfs:label "Gram per Cubic Metre Bar"@en . + +unit:GM-PER-M3-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiPOISE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD831" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD831"^^xsd:anyURI ; + qudt:symbol "g/(m³·cP)" ; + qudt:ucumCode "g.m-3.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Cubic Meter Centipoise"@en-US ; + rdfs:label "Gram per Cubic Metre Centipoise" ; + rdfs:label "Gram per Cubic Metre Centipoise"@en . + +unit:GM-PER-M3-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA488" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA488"^^xsd:anyURI ; + qudt:symbol "g/(m³·K)" ; + qudt:ucumCode "g.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G36" ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kubični Meter Kelvin"@sl ; + rdfs:label "Gram na Metr Krychlový Kelvin"@cs ; + rdfs:label "Gram na Metr Sześcienny Kelwin"@pl ; + rdfs:label "Gram pe Metru Cub Kelvin"@ro ; + rdfs:label "Gram per Cubic Meter Kelvin"@en-US ; + rdfs:label "Gram per Cubic Metre Kelvin" ; + rdfs:label "Gram per Cubic Metre Kelvin"@en ; + rdfs:label "Gram per Meter Kubik Kelvin"@ms ; + rdfs:label "Gram per Metreküp Kelvin"@tr ; + rdfs:label "Grama por Metro Cúbico Kelvin"@pt ; + rdfs:label "Gramm pro Kubikmeter Kelvin"@de ; + rdfs:label "Gramma per Metrum Cubicum Kelvin"@la ; + rdfs:label "Gramme par Mètre Cube Kelvin"@fr ; + rdfs:label "Grammo per Metro Cubo Kelvin"@it ; + rdfs:label "Gramo por Metro Cúbico Kelvin"@es . + +unit:GM-PER-M3-MilliPA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD828" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD828"^^xsd:anyURI ; + qudt:symbol "g/(m³·mPa·s)" ; + qudt:ucumCode "g.m-3.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kubični Meter Millipascal Sekunda"@sl ; + rdfs:label "Gram na Metr Krychlový Millipascal Sekunda"@cs ; + rdfs:label "Gram na Metr Sześcienny Millipaskal Sekunda"@pl ; + rdfs:label "Gram pe Metru Cub Millipascal Secundă"@ro ; + rdfs:label "Gram per Cubic Meter Millipascal Second"@en-US ; + rdfs:label "Gram per Cubic Metre Millipascal Second" ; + rdfs:label "Gram per Cubic Metre Millipascal Second"@en ; + rdfs:label "Gram per Meter Kubik Millipascal Saat"@ms ; + rdfs:label "Gram per Metreküp Millipascal Saniye"@tr ; + rdfs:label "Gramm pro Kubikmeter Millipascal Sekunde"@de ; + rdfs:label "Gramme par Mètre Cube Millipascal Seconde"@fr ; + rdfs:label "Grammo per Metro Cubo Millipascal Secondo"@it ; + rdfs:label "Gramo por Metro Cúbico Millipascal Segundo"@es . + +unit:GM-PER-M3-PA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD829" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD829"^^xsd:anyURI ; + qudt:symbol "g/(m³·Pa·s)" ; + qudt:ucumCode "g.m-3.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kubični Meter Pascal Sekunda"@sl ; + rdfs:label "Gram na Metr Krychlový Pascal Sekunda"@cs ; + rdfs:label "Gram na Metr Sześcienny Paskal Sekunda"@pl ; + rdfs:label "Gram pe Metru Cub Pascal Secundă"@ro ; + rdfs:label "Gram per Cubic Meter Pascal Second"@en-US ; + rdfs:label "Gram per Cubic Metre Pascal Second" ; + rdfs:label "Gram per Cubic Metre Pascal Second"@en ; + rdfs:label "Gram per Meter Kubik Pascal Saat"@ms ; + rdfs:label "Gram per Metreküp Pascal Saniye"@tr ; + rdfs:label "Grama por Metro Cúbico Pascal Segundo"@pt ; + rdfs:label "Gramm pro Kubikmeter Pascal Sekunde"@de ; + rdfs:label "Gramma per Metrum Cubicum Pascalium Secundum"@la ; + rdfs:label "Gramme par Mètre Cube Pascal Seconde"@fr ; + rdfs:label "Grammo per Metro Cubo Pascal Secondo"@it ; + rdfs:label "Gramo por Metro Cúbico Pascal Segundo"@es . + +unit:GM-PER-M3-POISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:POISE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD830" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD830"^^xsd:anyURI ; + qudt:symbol "g/(m³·P)" ; + qudt:ucumCode "g.m-3.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Cubic Meter Poise"@en-US ; + rdfs:label "Gram per Cubic Metre Poise" ; + rdfs:label "Gram per Cubic Metre Poise"@en . + +unit:GM-PER-MIN + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA490" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA490"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit minute" ; + qudt:symbol "g/min" ; + qudt:ucumCode "g.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F28" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Minute" ; + rdfs:label "Gram per Minute"@en . + +unit:GM-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "0.001-fold the SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-10 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA492" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA492"^^xsd:anyURI ; + qudt:symbol "g/(min·bar)" ; + qudt:ucumCode "g.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F64" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Minute Bar" ; + rdfs:label "Gram per Minute Bar"@en . + +unit:GM-PER-MIN-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA491" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA491"^^xsd:anyURI ; + qudt:symbol "g/(min·K)" ; + qudt:ucumCode "g.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F37" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Minute Kelvin" ; + rdfs:label "Gram per Minute Kelvin"@en . + +unit:GM-PER-MOL + a qudt:Unit ; + dcterms:description "0.01-fold of the SI base unit kilogram divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarMass ; + qudt:iec61360Code "0112/2///62720#UAA496" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA496"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the SI base unit kilogram divided by the SI base unit mol" ; + qudt:symbol "g/mol" ; + qudt:ucumCode "g.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A94" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Mol"@cs ; + rdfs:label "Gram na Mol"@pl ; + rdfs:label "Gram na Mol"@sl ; + rdfs:label "Gram pe Mol"@ro ; + rdfs:label "Gram per Mol"@tr ; + rdfs:label "Gram per Mole" ; + rdfs:label "Gram per Mole"@en ; + rdfs:label "Gram per Mole"@ms ; + rdfs:label "Grama por Mol"@pt ; + rdfs:label "Gramm pro Mol"@de ; + rdfs:label "Gramma per Moles"@la ; + rdfs:label "Gramme par Mole"@fr ; + rdfs:label "Grammo per Mole"@it ; + rdfs:label "Gramo por Mol"@es . + +unit:GM-PER-MilliL + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:hasReciprocalUnit unit:MilliL-PER-GM ; + qudt:iec61360Code "0112/2///62720#UAA493" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA493"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre" ; + qudt:symbol "g/mL" ; + qudt:ucumCode "g.mL-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GJ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Milliliter"@en-US ; + rdfs:label "Gram per Millilitre" ; + rdfs:label "Gram per Millilitre"@en . + +unit:GM-PER-MilliL-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA495" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA495"^^xsd:anyURI ; + qudt:symbol "g/(mL·bar)" ; + qudt:ucumCode "g.mL-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G15" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Milliliter Bar"@en-US ; + rdfs:label "Gram per Millilitre Bar" ; + rdfs:label "Gram per Millilitre Bar"@en . + +unit:GM-PER-MilliL-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA494" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA494"^^xsd:anyURI ; + qudt:symbol "g/(mL·K)" ; + qudt:ucumCode "g.mL-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G37" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Milliliter Kelvin"@en-US ; + rdfs:label "Gram per Millilitre Kelvin" ; + rdfs:label "Gram per Millilitre Kelvin"@en . + +unit:GM-PER-MilliM + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB376" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB376"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter" ; + qudt:symbol "g/mm" ; + qudt:ucumCode "g.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H76" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Millimeter"@sl ; + rdfs:label "Gram na Millimetr"@cs ; + rdfs:label "Gram na Millimetr"@pl ; + rdfs:label "Gram pe Millimetru"@ro ; + rdfs:label "Gram per Millimeter"@en-US ; + rdfs:label "Gram per Millimeter"@ms ; + rdfs:label "Gram per Millimetre" ; + rdfs:label "Gram per Millimetre"@en ; + rdfs:label "Gram per Millimetre"@tr ; + rdfs:label "Gramm pro Millimeter"@de ; + rdfs:label "Gramme par Millimètre"@fr ; + rdfs:label "Grammo per Millimetro"@it ; + rdfs:label "Gramo por Millimetro"@es . + +unit:GM-PER-MilliM-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit meter and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:SquareTime ; + qudt:symbol "g/(mm·bar)" ; + qudt:ucumCode "g.mm-1.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Millimeter Bar"@en-US ; + rdfs:label "Gram per Millimetre Bar" ; + rdfs:label "Gram per Millimetre Bar"@en . + +unit:GM-PER-MilliM2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit meter by exponent 2" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:BodyMassIndex ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAB389" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB389"^^xsd:anyURI ; + qudt:symbol "g/mm²" ; + qudt:ucumCode "g.mm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N24" ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Kvadratni Millimeter"@sl ; + rdfs:label "Gram na Millimetr Kwadratowy"@pl ; + rdfs:label "Gram na Čtvereční Millimetr"@cs ; + rdfs:label "Gram pe Millimetru Pătrat"@ro ; + rdfs:label "Gram per Millimeter Persegi"@ms ; + rdfs:label "Gram per Millimetrekare"@tr ; + rdfs:label "Gram per Square Millimeter"@en-US ; + rdfs:label "Gram per Square Millimetre" ; + rdfs:label "Gram per Square Millimetre"@en ; + rdfs:label "Gramm pro Quadratmillimeter"@de ; + rdfs:label "Gramme par Millimètre Carré"@fr ; + rdfs:label "Grammo per Millimetro Quadrato"@it ; + rdfs:label "Gramo por Millimetro Cuadrado"@es . + +unit:GM-PER-SEC + a qudt:Unit ; + dcterms:description "0,001fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA497" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA497"^^xsd:anyURI ; + qudt:plainTextDescription "0,001fold of the SI base unit kilogram divided by the SI base unit second" ; + qudt:symbol "g/s" ; + qudt:ucumCode "g.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F29" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Sekunda"@cs ; + rdfs:label "Gram na Sekunda"@pl ; + rdfs:label "Gram na Sekunda"@sl ; + rdfs:label "Gram pe Secundă"@ro ; + rdfs:label "Gram per Saat"@ms ; + rdfs:label "Gram per Saniye"@tr ; + rdfs:label "Gram per Second" ; + rdfs:label "Gram per Second"@en ; + rdfs:label "Grama por Segundo"@pt ; + rdfs:label "Gramm pro Sekunde"@de ; + rdfs:label "Gramma per Secundum"@la ; + rdfs:label "Gramme par Seconde"@fr ; + rdfs:label "Grammo per Secondo"@it ; + rdfs:label "Gramo por Segundo"@es . + +unit:GM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA499" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA499"^^xsd:anyURI ; + qudt:symbol "g/(s·bar)" ; + qudt:ucumCode "g.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F65" ; + rdfs:isDefinedBy ; + rdfs:label "Gram per Second Bar" ; + rdfs:label "Gram per Second Bar"@en . + +unit:GM-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA498" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA498"^^xsd:anyURI ; + qudt:symbol "g/(s·K)" ; + qudt:ucumCode "g.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F38" ; + rdfs:isDefinedBy ; + rdfs:label "Gram na Sekunda Kelvin"@cs ; + rdfs:label "Gram na Sekunda Kelvin"@sl ; + rdfs:label "Gram na Sekunda Kelwin"@pl ; + rdfs:label "Gram pe Secundă Kelvin"@ro ; + rdfs:label "Gram per Saat Kelvin"@ms ; + rdfs:label "Gram per Saniye Kelvin"@tr ; + rdfs:label "Gram per Second Kelvin" ; + rdfs:label "Gram per Second Kelvin"@en ; + rdfs:label "Grama por Segundo Kelvin"@pt ; + rdfs:label "Gramm pro Sekunde Kelvin"@de ; + rdfs:label "Gramma per Secundum Kelvin"@la ; + rdfs:label "Gramme par Seconde Kelvin"@fr ; + rdfs:label "Grammo per Secondo Kelvin"@it ; + rdfs:label "Gramo por Segundo Kelvin"@es . + +unit:GM-SEC-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC828" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC828"^^xsd:anyURI ; + qudt:symbol "g·s/(L·cm³)" ; + qudt:ucumCode "g.s.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Second per Liter Cubic Centimeter"@en-US ; + rdfs:label "Gram Second per Litre Cubic Centimetre" ; + rdfs:label "Gram Second per Litre Cubic Centimetre"@en . + +unit:GM-SEC-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC827" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC827"^^xsd:anyURI ; + qudt:symbol "g·s/(L·m³)" ; + qudt:ucumCode "g.s.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Second per Liter Cubic Meter"@en-US ; + rdfs:label "Gram Second per Litre Cubic Metre" ; + rdfs:label "Gram Second per Litre Cubic Metre"@en . + +unit:GM-SEC-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC829" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC829"^^xsd:anyURI ; + qudt:symbol "g·s/L²" ; + qudt:ucumCode "g.s.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Second per Square Liter"@en-US ; + rdfs:label "Gram Second per Square Litre" ; + rdfs:label "Gram Second per Square Litre"@en . + +unit:GM-SEC-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC819" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC819"^^xsd:anyURI ; + qudt:symbol "g·s/(m³·cm³)" ; + qudt:ucumCode "g.s.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Saat per Meter Kubik Centimeter Kubik"@ms ; + rdfs:label "Gram Saniye per Metreküp Centimetreküp"@tr ; + rdfs:label "Gram Second per Cubic Meter Cubic Centimeter"@en-US ; + rdfs:label "Gram Second per Cubic Metre Cubic Centimetre" ; + rdfs:label "Gram Second per Cubic Metre Cubic Centimetre"@en ; + rdfs:label "Gram Secundă pe Metru Cub Centimetru Cub"@ro ; + rdfs:label "Gram Sekunda na Kubični Meter Kubični Centimeter"@sl ; + rdfs:label "Gram Sekunda na Metr Krychlový Centimetr Krychlový"@cs ; + rdfs:label "Gram Sekunda na Metr Sześcienny Centimetr Sześcienny"@pl ; + rdfs:label "Gramm Sekunde pro Kubikmeter Kubikcentimeter"@de ; + rdfs:label "Gramme Seconde par Mètre Cube Centimètre Cube"@fr ; + rdfs:label "Grammo Secondo per Metro Cubo Centimetro Cubo"@it ; + rdfs:label "Gramo Segundo por Metro Cúbico Centimetro Cúbico"@es . + +unit:GM-SEC-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC820" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC820"^^xsd:anyURI ; + qudt:symbol "g·s/(m³·L)" ; + qudt:ucumCode "g.s.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Second per Cubic Meter Liter"@en-US ; + rdfs:label "Gram Second per Cubic Metre Litre" ; + rdfs:label "Gram Second per Cubic Metre Litre"@en . + +unit:GM-SEC-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC818" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC818"^^xsd:anyURI ; + qudt:symbol "g·s/m⁶" ; + qudt:ucumCode "g.s.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram Second per Sextic Meter"@en-US ; + rdfs:label "Gram Second per Sextic Metre" ; + rdfs:label "Gram Second per Sextic Metre"@en ; + rdfs:label "Gramm Sekunde pro Meter hoch sechs"@de . + +unit:GM_Carbon + a qudt:ContextualUnit, qudt:Unit ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:hasReciprocalUnit unit:PER-GM ; + rdfs:isDefinedBy ; + rdfs:label "Gram of Carbon" ; + rdfs:label "Gram of Carbon"@en ; + skos:broader unit:GM . + +unit:GM_Carbon-PER-M2-DAY + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem."^^rdf:HTML ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:expression "$g C-m^{-2}-day^{-1}$."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM_Carbon ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem." ; + qudt:symbol "g{carbon}/(m²·day)" ; + qudt:ucumCode "g.m-2.d-1{C}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram of Carbon per Square Meter Day"@en-US ; + rdfs:label "Gram of Carbon per Square Metre Day" ; + rdfs:label "Gram of Carbon per Square Metre Day"@en ; + skos:broader unit:GM-PER-M2-DAY . + +unit:GM_DRY + a qudt:ContextualUnit, qudt:Unit ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:hasReciprocalUnit unit:PER-GM ; + rdfs:isDefinedBy ; + rdfs:label "Dry Gram" ; + rdfs:label "Dry Gram"@en ; + skos:broader unit:GM . + +unit:GM_F + a qudt:Unit ; + dcterms:description "\"Gram Force\" is a unit for 'Force' expressed as $gf$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00980665 ; + qudt:conversionMultiplierSN 9.80665E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ; + qudt:scalingOf unit:N ; + qudt:symbol "gf" ; + qudt:ucumCode "gf"^^qudt:UCUMcs ; + qudt:udunitsCode "gf" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gram Force" ; + rdfs:label "Gram Force"@en . + +unit:GM_F-PER-CentiM2 + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + qudt:conversionMultiplier 98.0665 ; + qudt:conversionMultiplierSN 9.80665E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA510" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA510"^^xsd:anyURI ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure" ; + qudt:symbol "gf/cm²" ; + qudt:ucumCode "gf.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K31" ; + rdfs:isDefinedBy ; + rdfs:label "Gram Force per Square Centimeter"@en-US ; + rdfs:label "Gram Force per Square Centimetre" ; + rdfs:label "Gram Force per Square Centimetre"@en . + +unit:GM_Nitrogen + a qudt:ContextualUnit, qudt:Unit ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:hasReciprocalUnit unit:PER-GM ; + rdfs:isDefinedBy ; + rdfs:label "Gram of Nitrogen" ; + rdfs:label "Gram of Nitrogen"@en ; + skos:broader unit:GM . + +unit:GM_Nitrogen-PER-M2-DAY + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem."^^rdf:HTML ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:expression "$g N-m^{-2}-day^{-1}$."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GM_Nitrogen ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem." ; + qudt:symbol "g{nitrogen}/(m²·day)" ; + qudt:ucumCode "g.m-2.d-1{N}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gram of Nitrogen per Square Meter Day"@en-US ; + rdfs:label "Gram of Nitrogen per Square Metre Day" ; + rdfs:label "Gram of Nitrogen per Square Metre Day"@en ; + skos:broader unit:GM-PER-M2-DAY . + +unit:GON + a qudt:Unit ; + dcterms:description "\"Gon\" is a C.G.S System unit for 'Plane Angle' expressed as $gon$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.015707963267949 ; + qudt:conversionMultiplierSN 1.5707963267949E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gon"^^xsd:anyURI ; + qudt:exactMatch unit:GRAD ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA522" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA522"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gon?oldid=424098171"^^xsd:anyURI ; + qudt:omUnit ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:symbol "gon" ; + qudt:ucumCode "gon"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A91" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gon" ; + rdfs:label "Gon"@en . + +unit:GR + a qudt:DimensionlessUnit, qudt:Unit ; + dcterms:description "the tangent of an angle of inclination multiplied by 100"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Grade"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Grade?oldid=485504533"^^xsd:anyURI ; + qudt:symbol "gr" ; + rdfs:isDefinedBy ; + rdfs:label "Grade" ; + rdfs:label "Grade"@en . + +unit:GRAD + a qudt:Unit ; + dcterms:description "\"Grad\" is a unit for 'Plane Angle' expressed as $grad$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.015707963267949 ; + qudt:conversionMultiplierSN 1.5707963267949E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Grad"^^xsd:anyURI ; + qudt:exactMatch unit:GON ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA522" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA522"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Grad?oldid=490906645"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:symbol "grad" ; + qudt:uneceCommonCode "A91" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Grad" ; + rdfs:label "Grad"@en . + +unit:GRAIN + a qudt:Unit ; + dcterms:description "A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal. The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, $1 gram \\approx 15.4323584 grains$. There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00006479891 ; + qudt:conversionMultiplierSN 6.479891E-5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cereal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA523" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA523"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cereal?oldid=495222949"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "gr{UK}" ; + qudt:ucumCode "[gr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GRN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Grain" ; + rdfs:label "Grain"@en . + +unit:GRAIN-PER-GAL_IMP + a qudt:Unit ; + dcterms:description "\"Grain per Imperial Gallon\" is an Imperial unit for 'Density' expressed as $gr/gal$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.01425376752330024262608087389382964 ; + qudt:conversionMultiplierSN 1.425376752330024262608087389382964E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$gr/gal$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GRAIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_IMP ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "gr{UK}/gal{Imp}" ; + qudt:ucumCode "[gr].[gal_br]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K41" ; + rdfs:isDefinedBy ; + rdfs:label "Grain per Imperial Gallon" ; + rdfs:label "Grain per Imperial Gallon"@en . + +unit:GRAIN-PER-GAL_US + a qudt:Unit ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.01711806104527094693484475082935918 ; + qudt:conversionMultiplierSN 1.711806104527094693484475082935918E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GRAIN ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA524" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA524"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the density according to the Anglo-American system of units" ; + qudt:symbol "gr{UK}/gal{US}" ; + qudt:ucumCode "[gr].[gal_us]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K41" ; + rdfs:isDefinedBy ; + rdfs:label "Grain per Us Gallon" ; + rdfs:label "Grain per Us Gallon"@en . + +unit:GRAIN-PER-LB_M + a qudt:Unit ; + dcterms:description "Grains per pound-mass, a dimensionless mass-ratio unit. One grain is 1/7000 of an avoirdupois pound, so 1 gr/lb = 1/7000 kg/kg."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0001428571428571428571428571428571428 ; + qudt:conversionMultiplierSN 1.428571428571428571428571428571428E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GRAIN ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificHumidity ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "gr{UK}/lbm" ; + qudt:ucumCode "[gr].[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Grain per Pound Mass" ; + rdfs:label "Grain per Pound Mass"@en . + +unit:GRAIN-PER-M3 + a qudt:Unit ; + dcterms:description "Grains per cubic metre of volume"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00006479891 ; + qudt:conversionMultiplierSN 6.479891E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GRAIN ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "Grains per cubic metre of volume" ; + qudt:symbol "gr{UK}/m³" ; + qudt:ucumCode "[gr].m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Grain per Cubic Meter"@en-US ; + rdfs:label "Grain per Cubic Metre" ; + rdfs:label "Grain per Cubic Metre"@en . + +unit:GRAY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:hasReciprocalUnit unit:KiloGM-PER-J ; + qudt:iec61360Code "0112/2///62720#UAA163" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA163"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:gray ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "Gy" ; + qudt:ucumCode "Gy"^^qudt:UCUMcs ; + qudt:udunitsCode "Gy" ; + qudt:uneceCommonCode "A95" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Graium"@la ; + rdfs:label "Gray" ; + rdfs:label "Gray"@cs ; + rdfs:label "Gray"@de ; + rdfs:label "Gray"@en ; + rdfs:label "Gray"@es ; + rdfs:label "Gray"@fr ; + rdfs:label "Gray"@hu ; + rdfs:label "Gray"@it ; + rdfs:label "Gray"@ms ; + rdfs:label "Gray"@pt ; + rdfs:label "Gray"@ro ; + rdfs:label "Gray"@sl ; + rdfs:label "Gray"@tr ; + rdfs:label "Grej"@pl ; + rdfs:label "Γκρέι"@el ; + rdfs:label "Грей"@bg ; + rdfs:label "Грэй"@ru ; + rdfs:label "גריי"@he ; + rdfs:label "جراي; غراي"@ar ; + rdfs:label "گری"@fa ; + rdfs:label "ग्रेय"@hi ; + rdfs:label "グレイ"@ja ; + rdfs:label "戈瑞"@zh . + +unit:GRAY-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit gray divided by the unit hour" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GRAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB476" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB476"^^xsd:anyURI ; + qudt:symbol "Gy/h" ; + qudt:ucumCode "Gy.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P61" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gray per Hour" ; + rdfs:label "Gray per Hour"@en . + +unit:GRAY-PER-MIN + a qudt:Unit ; + dcterms:description "SI derived unit gray divided by the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GRAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB472" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB472"^^xsd:anyURI ; + qudt:symbol "Gy/min" ; + qudt:ucumCode "Gy.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P57" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gray per Minute" ; + rdfs:label "Gray per Minute"@en . + +unit:GRAY-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Gray per Second\" is a unit for 'Absorbed Dose Rate' expressed as $Gy/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Gy/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GRAY ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAA164" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA164"^^xsd:anyURI ; + qudt:symbol "Gy/s" ; + qudt:ucumCode "Gy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A96" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Graium per Secundum"@la ; + rdfs:label "Gray na Sekunda"@cs ; + rdfs:label "Gray na Sekunda"@sl ; + rdfs:label "Gray par Seconde"@fr ; + rdfs:label "Gray pe Secundă"@ro ; + rdfs:label "Gray per Saat"@ms ; + rdfs:label "Gray per Saniye"@tr ; + rdfs:label "Gray per Second" ; + rdfs:label "Gray per Second"@en ; + rdfs:label "Gray per Secondo"@it ; + rdfs:label "Gray por Segundo"@es ; + rdfs:label "Gray por Segundo"@pt ; + rdfs:label "Gray pro Sekunde"@de ; + rdfs:label "Grej na Sekunda"@pl ; + rdfs:label "Γκρέι ανά Δευτερόλεπτο"@el ; + rdfs:label "Грей на Секунда"@bg ; + rdfs:label "Грэй на Секунда"@ru . + +unit:GT + a qudt:Unit ; + dcterms:description "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$"^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.1" ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gross_tonnage"^^xsd:anyURI ; + qudt:latexDefinition "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters."^^qudt:LatexString ; + qudt:plainTextDescription "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces." ; + qudt:scalingOf unit:M3 ; + qudt:symbol "G.T." ; + qudt:ucumCode "t{gross}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GT" ; + rdfs:isDefinedBy ; + rdfs:label "Gross Tonnage" ; + rdfs:label "Gross Tonnage"@en ; + rdfs:seeAlso unit:TON_Register . + +unit:Gamma + a qudt:Unit ; + dcterms:description "\"Gamma\" is a C.G.S System unit for 'Magnetic Field'."^^rdf:HTML ; + dcterms:isReplacedBy unit:GAMMA ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB213" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB213"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:T ; + qudt:symbol "γ" ; + qudt:uneceCommonCode "P12" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gamma" ; + rdfs:label "Gamma"@en . + +unit:GibiBIT + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit" ; + qudt:conversionMultiplier 744261117.9548930178739031951258957 ; + qudt:conversionMultiplierSN 7.442611179548930178739031951258957E8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB152" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB152"^^xsd:anyURI ; + qudt:prefix prefix:Gibi ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Gib" ; + qudt:ucumCode "Gibit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B30" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gibibit" ; + rdfs:label "Gibibit"@en . + +unit:GibiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 744261117.9548930178739031951258957 ; + qudt:conversionMultiplierSN 7.442611179548930178739031951258957E8 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GibiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA159" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA159"^^xsd:anyURI ; + qudt:symbol "Gib/m" ; + qudt:ucumCode "Gibit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E69" ; + rdfs:isDefinedBy ; + rdfs:label "Gibibit per Meter"@en-US ; + rdfs:label "Gibibit per Metre" ; + rdfs:label "Gibibit per Metre"@en . + +unit:GibiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 744261117.9548930178739031951258957 ; + qudt:conversionMultiplierSN 7.442611179548930178739031951258957E8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GibiBIT ; + ] ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA160" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA160"^^xsd:anyURI ; + qudt:symbol "Gib/m²" ; + qudt:ucumCode "Gibit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E70" ; + rdfs:isDefinedBy ; + rdfs:label "Gibibit per Square Meter"@en-US ; + rdfs:label "Gibibit per Square Metre" ; + rdfs:label "Gibibit per Square Metre"@en . + +unit:GibiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 744261117.9548930178739031951258957 ; + qudt:conversionMultiplierSN 7.442611179548930178739031951258957E8 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GibiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA161" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA161"^^xsd:anyURI ; + qudt:symbol "Gib/m³" ; + qudt:ucumCode "Gibit.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E71" ; + rdfs:isDefinedBy ; + rdfs:label "Gibibit per Cubic Meter"@en-US ; + rdfs:label "Gibibit per Cubic Metre" ; + rdfs:label "Gibibit per Cubic Metre"@en . + +unit:GibiBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024^3"^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5954088943.639144142991225561007166 ; + qudt:conversionMultiplierSN 5.954088943639144142991225561007166E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gibibyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA162" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA162"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Gibi ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "GiB" ; + qudt:ucumCode "GiBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E62" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gibibyte" ; + rdfs:label "Gibibyte"@en . + +unit:GigaA + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit ampere" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB639" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB639"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:A ; + qudt:symbol "GA" ; + qudt:ucumCode "GA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gigaamper"@hu ; + rdfs:label "Gigaamper"@pl ; + rdfs:label "Gigaamper"@ro ; + rdfs:label "Gigaamper"@sl ; + rdfs:label "Gigaamper"@tr ; + rdfs:label "Gigaampere" ; + rdfs:label "Gigaampere"@de ; + rdfs:label "Gigaampere"@en ; + rdfs:label "Gigaampere"@it ; + rdfs:label "Gigaampere"@ms ; + rdfs:label "Gigaamperio"@es ; + rdfs:label "Gigaampère"@fr ; + rdfs:label "Gigaampér"@cs . + +unit:GigaBIT + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit bit" ; + qudt:conversionMultiplier 693147180.55994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB156" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB156"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Gb" ; + qudt:ucumCode "Gbit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B68" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigabit" ; + rdfs:label "Gigabit"@en . + +unit:GigaBIT-PER-M + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 693147180.55994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E8 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:symbol "Gb/m" ; + qudt:ucumCode "Gbit.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gigabit per Meter"@en-US ; + rdfs:label "Gigabit per Metre" ; + rdfs:label "Gigabit per Metre"@en . + +unit:GigaBIT-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second."^^rdf:HTML ; + qudt:conversionMultiplier 693147180.55994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaBIT ; + ] ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA156" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA156"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second"^^xsd:anyURI ; + qudt:symbol "Gb/s" ; + qudt:ucumCode "Gbit.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B80" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigabit per Second" ; + rdfs:label "Gigabit per Second"@en . + +unit:GigaBQ + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the derived SI unit becquerel"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAB047" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB047"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000 000-fold of the derived SI unit becquerel" ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:BQ ; + qudt:symbol "GBq" ; + qudt:ucumCode "GBq"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GBQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigabecquerel" ; + rdfs:label "Gigabecquerel"@cs ; + rdfs:label "Gigabecquerel"@de ; + rdfs:label "Gigabecquerel"@en ; + rdfs:label "Gigabecquerel"@es ; + rdfs:label "Gigabecquerel"@fr ; + rdfs:label "Gigabecquerel"@hu ; + rdfs:label "Gigabecquerel"@it ; + rdfs:label "Gigabecquerel"@ms ; + rdfs:label "Gigabecquerel"@ro ; + rdfs:label "Gigabecquerel"@sl ; + rdfs:label "Gigabekerel"@pl ; + rdfs:label "Gigabekerel"@tr . + +unit:GigaBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means $10^9$ in the International System of Units (SI), therefore 1 gigabyte is $1,000,000,000 \\; bytes$. The unit symbol for the gigabyte is $GB$ or $Gbyte$, but not $Gb$ (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the $gibibyte$, or $1073741824 \\; bytes$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177444.47956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gigabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB185" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB185"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gigabyte?oldid=493019145"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "GB" ; + qudt:ucumCode "GBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E34" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigabyte" ; + rdfs:label "Gigabyte"@en ; + skos:altLabel "gbyte" . + +unit:GigaBYTE-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit byte divided by the SI base unit second" ; + qudt:conversionMultiplier 5545177444.47956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaBYTE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ByteRate ; + qudt:iec61360Code "0112/2///62720#UAA157" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA157"^^xsd:anyURI ; + qudt:symbol "GB/s" ; + qudt:ucumCode "GBy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E68" ; + rdfs:isDefinedBy ; + rdfs:label "Gigabyte per Second" ; + rdfs:label "Gigabyte per Second"@en . + +unit:GigaBasePair + a qudt:Unit ; + dcterms:description "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:informativeReference "https://www.genome.gov/genetics-glossary/Gigabase"^^xsd:anyURI ; + qudt:plainTextDescription "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. " ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:BasePair ; + qudt:symbol "Gbp" ; + rdfs:isDefinedBy ; + rdfs:label "Giga Base Pair" ; + rdfs:label "Giga Base Pair"@en ; + skos:altLabel "Gigabase" . + +unit:GigaC + a qudt:DerivedUnit, qudt:Unit ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:C ; + qudt:symbol "GC" ; + qudt:ucumCode "GC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigacoulomb" ; + rdfs:label "Gigacoulomb"@cs ; + rdfs:label "Gigacoulomb"@de ; + rdfs:label "Gigacoulomb"@en ; + rdfs:label "Gigacoulomb"@fr ; + rdfs:label "Gigacoulomb"@hu ; + rdfs:label "Gigacoulomb"@it ; + rdfs:label "Gigacoulomb"@ms ; + rdfs:label "Gigacoulomb"@ro ; + rdfs:label "Gigacoulomb"@sl ; + rdfs:label "Gigacoulomb"@tr ; + rdfs:label "Gigaculombio"@es ; + rdfs:label "Gigakulomb"@pl . + +unit:GigaC-PER-M3 + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAA149" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA149"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "GC/m³" ; + qudt:ucumCode "GC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A84" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigacoulomb na Kubični Meter"@sl ; + rdfs:label "Gigacoulomb na Metr Krychlový"@cs ; + rdfs:label "Gigacoulomb par Mètre Cube"@fr ; + rdfs:label "Gigacoulomb pe Metru Cub"@ro ; + rdfs:label "Gigacoulomb per Cubic Meter"@en-US ; + rdfs:label "Gigacoulomb per Cubic Metre" ; + rdfs:label "Gigacoulomb per Cubic Metre"@en ; + rdfs:label "Gigacoulomb per Meter Kubik"@ms ; + rdfs:label "Gigacoulomb per Metreküp"@tr ; + rdfs:label "Gigacoulomb per Metro Cubo"@it ; + rdfs:label "Gigacoulomb pro Kubikmeter"@de ; + rdfs:label "Gigaculombio por Metro Cúbico"@es ; + rdfs:label "Gigakulomb na Metr Sześcienny"@pl . + +unit:GigaEV + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Giga Electron Volt\" is a unit for 'Energy And Work' expressed as $GeV$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-10 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA158" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA158"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:EV ; + qudt:symbol "GeV" ; + qudt:ucumCode "GeV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A85" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Giga Electron Volt" ; + rdfs:label "Giga Electron Volt"@en . + +unit:GigaFLOPS + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB592" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB592"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:FLOPS ; + qudt:symbol "GFLOPS" ; + rdfs:isDefinedBy ; + rdfs:label "Giga Floating Point Operations per Second" ; + rdfs:label "Giga Floating Point Operations per Second"@en . + +unit:GigaHZ + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is $10^{9} hz$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA150" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA150"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:HZ ; + qudt:symbol "GHz" ; + qudt:ucumCode "GHz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A86" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigaherc"@pl ; + rdfs:label "Gigahercio"@es ; + rdfs:label "Gigahertz" ; + rdfs:label "Gigahertz"@cs ; + rdfs:label "Gigahertz"@de ; + rdfs:label "Gigahertz"@en ; + rdfs:label "Gigahertz"@fr ; + rdfs:label "Gigahertz"@hu ; + rdfs:label "Gigahertz"@it ; + rdfs:label "Gigahertz"@ms ; + rdfs:label "Gigahertz"@ro ; + rdfs:label "Gigahertz"@sl ; + rdfs:label "Gigahertz"@tr . + +unit:GigaHZ-M + a qudt:Unit ; + dcterms:description "product of the 1,000,000,000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaHZ ; + ] ; + qudt:hasQuantityKind quantitykind:ConductionSpeed ; + qudt:hasQuantityKind quantitykind:GroupSpeedOfSound ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:PhaseSpeedOfSound ; + qudt:hasQuantityKind quantitykind:SoundParticleVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA151" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA151"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre" ; + qudt:symbol "GHz·m" ; + qudt:ucumCode "GHz.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M18" ; + rdfs:isDefinedBy ; + rdfs:label "Gigaherc Metr"@pl ; + rdfs:label "Gigahercio Metro"@es ; + rdfs:label "Gigahertz Meter"@de ; + rdfs:label "Gigahertz Meter"@en-US ; + rdfs:label "Gigahertz Meter"@ms ; + rdfs:label "Gigahertz Meter"@sl ; + rdfs:label "Gigahertz Metr"@cs ; + rdfs:label "Gigahertz Metre" ; + rdfs:label "Gigahertz Metre"@en ; + rdfs:label "Gigahertz Metre"@tr ; + rdfs:label "Gigahertz Metro"@it ; + rdfs:label "Gigahertz Metru"@ro ; + rdfs:label "Gigahertz Mètre"@fr . + +unit:GigaJ + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA152" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA152"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit joule" ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:J ; + qudt:symbol "GJ" ; + qudt:ucumCode "GJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GV" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigadżul"@pl ; + rdfs:label "Gigajoule" ; + rdfs:label "Gigajoule"@cs ; + rdfs:label "Gigajoule"@de ; + rdfs:label "Gigajoule"@en ; + rdfs:label "Gigajoule"@fr ; + rdfs:label "Gigajoule"@hu ; + rdfs:label "Gigajoule"@it ; + rdfs:label "Gigajoule"@ms ; + rdfs:label "Gigajoule"@ro ; + rdfs:label "Gigajoule"@sl ; + rdfs:label "Gigajoule"@tr ; + rdfs:label "Gigajulio"@es . + +unit:GigaJ-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit Gigajoule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 277777.7777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:plainTextDescription "SI derived unit gigajoule divided by the 3600 times the SI base unit second" ; + qudt:symbol "GJ/h" ; + qudt:ucumCode "GJ.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P16" ; + rdfs:isDefinedBy ; + rdfs:label "Gigajoule per Hour" ; + rdfs:label "Gigajoule per Hour"@en . + +unit:GigaJ-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Gigajoule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as Gigajoules per square meter, Gigajoule per square metre, Gigajoule/square meter, Gigajoule/square metre."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$GJ/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaJ ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyFluence ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:RadiantFluence ; + qudt:hasQuantityKind quantitykind:StrainEnergyReleaseRate ; + qudt:symbol "GJ/m²" ; + qudt:ucumCode "GJ.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gigadżul na Metr Kwadratowy"@pl ; + rdfs:label "Gigajoule na Kvadratni Meter"@sl ; + rdfs:label "Gigajoule na Čtvereční Metr"@cs ; + rdfs:label "Gigajoule par Mètre Carré"@fr ; + rdfs:label "Gigajoule pe Metru Pătrat"@ro ; + rdfs:label "Gigajoule per Meter Persegi"@ms ; + rdfs:label "Gigajoule per Metrekare"@tr ; + rdfs:label "Gigajoule per Metro Quadrato"@it ; + rdfs:label "Gigajoule per Square Meter"@en-US ; + rdfs:label "Gigajoule per Square Metre" ; + rdfs:label "Gigajoule per Square Metre"@en ; + rdfs:label "Gigajoule pro Quadratmeter"@de ; + rdfs:label "Gigajulio por Metro Cuadrado"@es . + +unit:GigaJ-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB512" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB512"^^xsd:anyURI ; + qudt:symbol "GJ/s" ; + qudt:ucumCode "GJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gigadżul na Sekunda"@pl ; + rdfs:label "Gigajoule na Sekunda"@cs ; + rdfs:label "Gigajoule na Sekunda"@sl ; + rdfs:label "Gigajoule par Seconde"@fr ; + rdfs:label "Gigajoule pe Secundă"@ro ; + rdfs:label "Gigajoule per Saat"@ms ; + rdfs:label "Gigajoule per Saniye"@tr ; + rdfs:label "Gigajoule per Second" ; + rdfs:label "Gigajoule per Second"@en ; + rdfs:label "Gigajoule per Secondo"@it ; + rdfs:label "Gigajoule pro Sekunde"@de ; + rdfs:label "Gigajulio por Segundo"@es . + +unit:GigaN + a qudt:Unit ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:N ; + qudt:symbol "GN" ; + qudt:ucumCode "GN"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Giganewton" ; + rdfs:label "Giganewton"@cs ; + rdfs:label "Giganewton"@de ; + rdfs:label "Giganewton"@en ; + rdfs:label "Giganewton"@es ; + rdfs:label "Giganewton"@fr ; + rdfs:label "Giganewton"@hu ; + rdfs:label "Giganewton"@it ; + rdfs:label "Giganewton"@ms ; + rdfs:label "Giganewton"@ro ; + rdfs:label "Giganewton"@sl ; + rdfs:label "Giganewton"@tr ; + rdfs:label "Giganiuton"@pl . + +unit:GigaN-M-PER-M2 + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB554" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB554"^^xsd:anyURI ; + qudt:symbol "GN·m/m²" ; + qudt:ucumCode "GN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Giganewton Meter na Kvadratni Meter"@sl ; + rdfs:label "Giganewton Meter per Meter Persegi"@ms ; + rdfs:label "Giganewton Meter per Square Meter"@en-US ; + rdfs:label "Giganewton Meter pro Quadratmeter"@de ; + rdfs:label "Giganewton Metr na Čtvereční Metr"@cs ; + rdfs:label "Giganewton Metre per Metrekare"@tr ; + rdfs:label "Giganewton Metre per Square Metre" ; + rdfs:label "Giganewton Metre per Square Metre"@en ; + rdfs:label "Giganewton Metro per Metro Quadrato"@it ; + rdfs:label "Giganewton Metro por Metro Cuadrado"@es ; + rdfs:label "Giganewton Metru pe Metru Pătrat"@ro ; + rdfs:label "Giganewton Mètre par Mètre Carré"@fr ; + rdfs:label "Giganiuton Metr na Metr Kwadratowy"@pl . + +unit:GigaOHM + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA147" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA147"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:OHM ; + qudt:symbol "GΩ" ; + qudt:ucumCode "GOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A87" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigaohm" ; + rdfs:label "Gigaohm"@cs ; + rdfs:label "Gigaohm"@de ; + rdfs:label "Gigaohm"@en ; + rdfs:label "Gigaohm"@fr ; + rdfs:label "Gigaohm"@hu ; + rdfs:label "Gigaohm"@it ; + rdfs:label "Gigaohm"@ms ; + rdfs:label "Gigaohm"@ro ; + rdfs:label "Gigaohm"@sl ; + rdfs:label "Gigaohm"@tr ; + rdfs:label "Gigaohmio"@es ; + rdfs:label "Gigaom"@pl . + +unit:GigaOHM-M + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the product out of the SI derived unit ohm and the SI unit metre" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaOHM ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA148" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA148"^^xsd:anyURI ; + qudt:symbol "GΩ·m" ; + qudt:ucumCode "GOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A88" ; + rdfs:isDefinedBy ; + rdfs:label "Gigaohm Meter"@de ; + rdfs:label "Gigaohm Meter"@en-US ; + rdfs:label "Gigaohm Meter"@ms ; + rdfs:label "Gigaohm Meter"@sl ; + rdfs:label "Gigaohm Metr"@cs ; + rdfs:label "Gigaohm Metre" ; + rdfs:label "Gigaohm Metre"@en ; + rdfs:label "Gigaohm Metre"@tr ; + rdfs:label "Gigaohm Metro"@it ; + rdfs:label "Gigaohm Metru"@ro ; + rdfs:label "Gigaohm Mètre"@fr ; + rdfs:label "Gigaohmio Metro"@es ; + rdfs:label "Gigaom Metr"@pl . + +unit:GigaOHM-PER-M + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit ohm divided by the SI unit metre" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaOHM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAB496" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB496"^^xsd:anyURI ; + qudt:symbol "GΩ/m" ; + qudt:ucumCode "GOhm.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M26" ; + rdfs:isDefinedBy ; + rdfs:label "Gigaohm na Meter"@sl ; + rdfs:label "Gigaohm na Metr"@cs ; + rdfs:label "Gigaohm par Mètre"@fr ; + rdfs:label "Gigaohm pe Metru"@ro ; + rdfs:label "Gigaohm per Meter"@en-US ; + rdfs:label "Gigaohm per Meter"@ms ; + rdfs:label "Gigaohm per Metre" ; + rdfs:label "Gigaohm per Metre"@en ; + rdfs:label "Gigaohm per Metre"@tr ; + rdfs:label "Gigaohm per Metro"@it ; + rdfs:label "Gigaohm pro Meter"@de ; + rdfs:label "Gigaohmio por Metro"@es ; + rdfs:label "Gigaom na Metr"@pl . + +unit:GigaPA + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA153" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA153"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit pascal" ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:PA ; + qudt:symbol "GPa" ; + qudt:ucumCode "GPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A89" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigapascal" ; + rdfs:label "Gigapascal"@cs ; + rdfs:label "Gigapascal"@de ; + rdfs:label "Gigapascal"@en ; + rdfs:label "Gigapascal"@es ; + rdfs:label "Gigapascal"@fr ; + rdfs:label "Gigapascal"@hu ; + rdfs:label "Gigapascal"@it ; + rdfs:label "Gigapascal"@ms ; + rdfs:label "Gigapascal"@ro ; + rdfs:label "Gigapascal"@sl ; + rdfs:label "Gigapascal"@tr ; + rdfs:label "Gigapaskal"@pl . + +unit:GigaPA-CentiM3-PER-GM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:KiloM2-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaPA ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificModulus ; + qudt:symbol "GPa·cm³/g" ; + qudt:ucumCode "GPa.cm3.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gigapascal Centimeter Kubik per Gram"@ms ; + rdfs:label "Gigapascal Centimetr Krychlový na Gram"@cs ; + rdfs:label "Gigapascal Centimetreküp per Gram"@tr ; + rdfs:label "Gigapascal Centimetro Cubo per Grammo"@it ; + rdfs:label "Gigapascal Centimetro Cúbico por Gramo"@es ; + rdfs:label "Gigapascal Centimetru Cub pe Gram"@ro ; + rdfs:label "Gigapascal Centimètre Cube par Gramme"@fr ; + rdfs:label "Gigapascal Cubic Centimeter per Gram"@en-US ; + rdfs:label "Gigapascal Cubic Centimetre per Gram" ; + rdfs:label "Gigapascal Cubic Centimetre per Gram"@en ; + rdfs:label "Gigapascal Kubikcentimeter pro Gramm"@de ; + rdfs:label "Gigapascal Kubični Centimeter na Gram"@sl ; + rdfs:label "Gigapaskal Centimetr Sześcienny na Gram"@pl . + +unit:GigaV + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAC772" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC772"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:V ; + qudt:symbol "GV" ; + qudt:ucumCode "GV"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gigavolt" ; + rdfs:label "Gigavolt"@cs ; + rdfs:label "Gigavolt"@de ; + rdfs:label "Gigavolt"@en ; + rdfs:label "Gigavolt"@fr ; + rdfs:label "Gigavolt"@hu ; + rdfs:label "Gigavolt"@it ; + rdfs:label "Gigavolt"@ms ; + rdfs:label "Gigavolt"@ro ; + rdfs:label "Gigavolt"@sl ; + rdfs:label "Gigavolt"@tr ; + rdfs:label "Gigavoltio"@es ; + rdfs:label "Gigawolt"@pl . + +unit:GigaV-A + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + dcterms:isReplacedBy unit:GigaVA ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaV ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB534" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB534"^^xsd:anyURI ; + qudt:symbol "GV·A" ; + qudt:ucumCode "GV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Gigavolt Amper"@ro ; + rdfs:label "Gigavolt Amper"@sl ; + rdfs:label "Gigavolt Amper"@tr ; + rdfs:label "Gigavolt Ampere" ; + rdfs:label "Gigavolt Ampere"@de ; + rdfs:label "Gigavolt Ampere"@en ; + rdfs:label "Gigavolt Ampere"@it ; + rdfs:label "Gigavolt Ampere"@ms ; + rdfs:label "Gigavolt Ampère"@fr ; + rdfs:label "Gigavolt Ampér"@cs ; + rdfs:label "Gigavoltio Amperio"@es ; + rdfs:label "Gigawolt Amper"@pl . + +unit:GigaV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000000001 of the unit volt ampere reactive" ; + dcterms:isReplacedBy unit:GigaVAR ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC508" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC508"^^xsd:anyURI ; + qudt:symbol "GV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "GigaVolt Ampere Reactive" ; + rdfs:label "GigaVolt Ampere Reactive"@en . + +unit:GigaVA + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB534" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB534"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:VA ; + qudt:symbol "GVA" ; + qudt:ucumCode "GVA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Giga Volt Ampere" ; + rdfs:label "Giga Volt Ampere"@en ; + rdfs:label "Giga Volt Ampere"@it ; + rdfs:label "Gigavoltampere"@de ; + rdfs:label "Gigavoltampère"@fr ; + rdfs:label "Gigavoltiamperio"@es . + +unit:GigaVAR + a qudt:Unit ; + dcterms:description "0.000000001 of the unit volt ampere reactive" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC508" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC508"^^xsd:anyURI ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:VAR ; + qudt:symbol "Gvar" ; + qudt:ucumCode "Gvar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Giga Volt Ampere Reactive" ; + rdfs:label "Giga Volt Ampere Reactive"@en . + +unit:GigaW + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA154" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA154"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit watt" ; + qudt:prefix prefix:Giga ; + qudt:scalingOf unit:W ; + qudt:symbol "GW" ; + qudt:ucumCode "GW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A90" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigavatio"@es ; + rdfs:label "Gigawat"@pl ; + rdfs:label "Gigawatt" ; + rdfs:label "Gigawatt"@cs ; + rdfs:label "Gigawatt"@de ; + rdfs:label "Gigawatt"@en ; + rdfs:label "Gigawatt"@fr ; + rdfs:label "Gigawatt"@hu ; + rdfs:label "Gigawatt"@it ; + rdfs:label "Gigawatt"@ms ; + rdfs:label "Gigawatt"@ro ; + rdfs:label "Gigawatt"@sl ; + rdfs:label "Gigawatt"@tr . + +unit:GigaW-HR + a qudt:Unit ; + dcterms:description """ + A $\\textit{Gigawatt Hour}$ is the 1,000,000,000-fold of the product of the SI derived unit watt and the unit hour. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000000.0 ; + qudt:conversionMultiplierSN 3.6E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GigaW ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA155" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA155"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000 000-fold of the product of the SI derived unit watt and the unit hour" ; + qudt:symbol "GW·h" ; + qudt:ucumCode "GW.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GWH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gigawatt Hour" ; + rdfs:label "Gigawatt Hour"@en . + +unit:Gs + a qudt:Unit ; + dcterms:description """ + The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$, + which is also known as the "magnetic flux density" or the "magnetic induction". + One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$). + The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, + it corresponds in the SI, with its extra base unit the ampere. + The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, + but it is subdivided, with $1 gauss = 105 gamma$. + This unit of magnetic induction is also known as the $\\textit{abtesla}$. + """^^qudt:LatexString ; + dcterms:isReplacedBy unit:GAUSS ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Gauss_%28unit%29"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:informativeReference "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-526?rskey=HAbfz2"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI ; + qudt:scalingOf unit:T ; + qudt:symbol "G" ; + qudt:ucumCode "G"^^qudt:UCUMcs ; + qudt:uneceCommonCode "76" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Gs" ; + rdfs:label "Gs"@en . + +unit:H + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The unit $\\textit{Henry}$ is the SI unit of electric inductance. + A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. + Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. + A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. + If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: + if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. + The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H). + The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. + + A $\\textit{Henry}$ is defined as: + + $$\\text{H} \\; \\equiv \\; \\text{henry}\\; \\equiv\\; \\frac{\\text{Wb}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{weber}}{\\text{amp}}\\; \\equiv\\ \\frac{\\text{V}\\cdot\\text{s}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{volt} \\cdot \\text{second}}{\\text{amp}}\\; \\equiv\\ \\Omega\\cdot\\text{s}\\; \\equiv\\; \\text{ohm.second}$$ + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Henry"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:WB ; + ] ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAA165" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA165"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:henry ; + qudt:siUnitsExpression "Wb/A" ; + qudt:symbol "H" ; + qudt:ucumCode "H"^^qudt:UCUMcs ; + qudt:uneceCommonCode "81" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Henr"@pl ; + rdfs:label "Henrio"@es ; + rdfs:label "Henrium"@la ; + rdfs:label "Henry" ; + rdfs:label "Henry"@cs ; + rdfs:label "Henry"@de ; + rdfs:label "Henry"@en ; + rdfs:label "Henry"@fr ; + rdfs:label "Henry"@hu ; + rdfs:label "Henry"@it ; + rdfs:label "Henry"@ms ; + rdfs:label "Henry"@pt ; + rdfs:label "Henry"@ro ; + rdfs:label "Henry"@sl ; + rdfs:label "Henry"@tr ; + rdfs:label "Χένρι"@el ; + rdfs:label "Генри"@ru ; + rdfs:label "Хенри"@bg ; + rdfs:label "הנרי"@he ; + rdfs:label "هنري"@ar ; + rdfs:label "هنری"@fa ; + rdfs:label "हेनरी"@hi ; + rdfs:label "ヘンリー"@ja ; + rdfs:label "亨利"@zh . + +unit:H-PER-KiloOHM + a qudt:Unit ; + dcterms:description "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:H ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloOHM ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA167" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA167"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm" ; + qudt:symbol "H/kΩ" ; + qudt:ucumCode "H.kOhm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H03" ; + rdfs:isDefinedBy ; + rdfs:label "Henr na Kiloom"@pl ; + rdfs:label "Henrio por Kiloohmio"@es ; + rdfs:label "Henry na Kiloohm"@cs ; + rdfs:label "Henry na Kiloohm"@sl ; + rdfs:label "Henry par Kiloohm"@fr ; + rdfs:label "Henry pe Kiloohm"@ro ; + rdfs:label "Henry per Chiloohm"@it ; + rdfs:label "Henry per Kiloohm" ; + rdfs:label "Henry per Kiloohm"@en ; + rdfs:label "Henry per Kiloohm"@ms ; + rdfs:label "Henry per Kiloohm"@tr ; + rdfs:label "Henry pro Kiloohm"@de . + +unit:H-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The henry per meter (symbolized $H/m$) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, $1\\,H/m$ is the equivalent of one kilogram meter per square second per square ampere."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$H/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:H ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:hasQuantityKind quantitykind:Permeability ; + qudt:iec61360Code "0112/2///62720#UAA168" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA168"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ; + qudt:symbol "H/m" ; + qudt:ucumCode "H.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A98" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Henr na Metr"@pl ; + rdfs:label "Henrio por Metro"@es ; + rdfs:label "Henrium per Metrum"@la ; + rdfs:label "Henry na Meter"@sl ; + rdfs:label "Henry na Metr"@cs ; + rdfs:label "Henry par Mètre"@fr ; + rdfs:label "Henry pe Metru"@ro ; + rdfs:label "Henry per Meter"@en-US ; + rdfs:label "Henry per Meter"@ms ; + rdfs:label "Henry per Metre" ; + rdfs:label "Henry per Metre"@en ; + rdfs:label "Henry per Metre"@tr ; + rdfs:label "Henry per Metro"@it ; + rdfs:label "Henry por Metro"@pt ; + rdfs:label "Henry pro Meter"@de ; + rdfs:label "Χένρι ανά Μέτρο"@el ; + rdfs:label "Генри на Метр"@ru ; + rdfs:label "Хенри на Метър"@bg . + +unit:H-PER-OHM + a qudt:Unit ; + dcterms:description "SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:H ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA166" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA166"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit henry divided by the SI derived unit ohm" ; + qudt:symbol "H/Ω" ; + qudt:ucumCode "H.Ohm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H04" ; + rdfs:isDefinedBy ; + rdfs:label "Henr na Om"@pl ; + rdfs:label "Henrio por Ohmio"@es ; + rdfs:label "Henrium per Ohmium"@la ; + rdfs:label "Henry na Ohm"@cs ; + rdfs:label "Henry na Ohm"@sl ; + rdfs:label "Henry par Ohm"@fr ; + rdfs:label "Henry pe Ohm"@ro ; + rdfs:label "Henry per Ohm" ; + rdfs:label "Henry per Ohm"@en ; + rdfs:label "Henry per Ohm"@it ; + rdfs:label "Henry per Ohm"@ms ; + rdfs:label "Henry per Ohm"@tr ; + rdfs:label "Henry por Ohm"@pt ; + rdfs:label "Henry pro Ohm"@de ; + rdfs:label "Χένρι ανά Ωμ"@el ; + rdfs:label "Генри на Ом"@ru ; + rdfs:label "Хенри на Ом"@bg . + +unit:HA + a qudt:Unit ; + dcterms:description "The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hectare"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAA532" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA532"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Hectare?oldid=494256954"^^xsd:anyURI ; + qudt:scalingOf unit:M2 ; + qudt:siExactMatch si-unit:hectare ; + qudt:symbol "ha" ; + qudt:ucumCode "har"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HAR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hectare" ; + rdfs:label "Hectare"@en . + +unit:HART + a qudt:Unit ; + dcterms:description "The \"Hartley\" is a unit of information."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 2.3025850929940456840179914546844 ; + qudt:conversionMultiplierSN 2.3025850929940456840179914546844E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB344" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB344"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:NUM ; + qudt:symbol "Hart" ; + qudt:uneceCommonCode "Q15" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hartley" ; + rdfs:label "Hartley"@en . + +unit:HART-PER-SEC + a qudt:Unit ; + dcterms:description "The \"Hartley per Second\" is a unit of information rate."^^rdf:HTML ; + qudt:conversionMultiplier 2.3025850929940456840179914546844 ; + qudt:conversionMultiplierSN 2.3025850929940456840179914546844E0 ; + qudt:expression "$Hart/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HART ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:InformationFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB347" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB347"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:symbol "Hart/s" ; + qudt:uneceCommonCode "Q18" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hartley per Second" ; + rdfs:label "Hartley per Second"@en . + +unit:HK + a qudt:Unit ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; + qudt:conversionMultiplier 0.920 ; + qudt:conversionMultiplierSN 9.20E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB439" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB439"^^xsd:anyURI ; + qudt:scalingOf unit:CD ; + qudt:symbol "HK" ; + qudt:uneceCommonCode "P35" ; + rdfs:isDefinedBy ; + rdfs:label "Hefner-kerze" ; + rdfs:label "Hefner-kerze"@en ; + rdfs:seeAlso unit:CD_IT . + +unit:HP + a qudt:Unit ; + dcterms:description "550 foot-pound force per second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 745.6999 ; + qudt:conversionMultiplierSN 7.456999E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Horsepower"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Horsepower?oldid=495510329"^^xsd:anyURI ; + qudt:scalingOf unit:J-PER-SEC ; + qudt:symbol "HP" ; + qudt:ucumCode "[HP]"^^qudt:UCUMcs ; + qudt:udunitsCode "hp" ; + qudt:uneceCommonCode "K43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower" ; + rdfs:label "Horsepower"@en ; + rdfs:seeAlso unit:PFERDESTAERKE . + +unit:HP_Boiler + a qudt:Unit ; + dcterms:description "\"Boiler Horsepower\" is a unit for 'Power' expressed as $hp_boiler$."^^qudt:LatexString ; + qudt:conversionMultiplier 9809.5 ; + qudt:conversionMultiplierSN 9.8095E3 ; + qudt:expression "$boiler_hp$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA535" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA535"^^xsd:anyURI ; + qudt:scalingOf unit:J-PER-SEC ; + qudt:symbol "HP{boiler}" ; + qudt:uneceCommonCode "K42" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Boiler Horsepower" ; + rdfs:label "Boiler Horsepower"@en . + +unit:HP_Brake + a qudt:Unit ; + dcterms:description "unit of the power according to the Imperial system of units"^^rdf:HTML ; + qudt:conversionMultiplier 745.69987 ; + qudt:conversionMultiplierSN 7.4569987E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA536" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA536"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the power according to the Imperial system of units" ; + qudt:scalingOf unit:J-PER-SEC ; + qudt:symbol "HP{brake}" ; + qudt:uneceCommonCode "K42" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower (brake)" ; + rdfs:label "Horsepower (brake)"@en . + +unit:HP_Electric + a qudt:Unit ; + dcterms:description "unit of the power according to the Anglo-American system of units"^^rdf:HTML ; + qudt:conversionMultiplier 746.0 ; + qudt:conversionMultiplierSN 7.46E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA537" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA537"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the power according to the Anglo-American system of units" ; + qudt:scalingOf unit:J-PER-SEC ; + qudt:symbol "HP{electric}" ; + qudt:uneceCommonCode "K43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower (electric)" ; + rdfs:label "Horsepower (electric)"@en . + +unit:HP_H2O + a qudt:Unit ; + dcterms:description "unit of the power according to the Anglo-American system of units" ; + qudt:conversionMultiplier 746.043 ; + qudt:conversionMultiplierSN 7.46043E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA538" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA538"^^xsd:anyURI ; + qudt:scalingOf unit:J-PER-SEC ; + qudt:symbol "water hp" ; + qudt:uneceCommonCode "F80" ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower (water)" ; + rdfs:label "Horsepower (water)"@en . + +unit:HP_Metric + a qudt:Unit ; + dcterms:description "unit of the mechanical power according to the Anglo-American system of units"^^rdf:HTML ; + qudt:conversionMultiplier 735.49875 ; + qudt:conversionMultiplierSN 7.3549875E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA534" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA534"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the mechanical power according to the Anglo-American system of units" ; + qudt:scalingOf unit:J-PER-SEC ; + qudt:symbol "HP{metric}" ; + qudt:uneceCommonCode "HJ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Horsepower (metric)" ; + rdfs:label "Horsepower (metric)"@en . + +unit:HR + a qudt:Unit ; + dcterms:description "The hour (common symbol: h or h) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hour"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA525" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA525"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Hour?oldid=495040268"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:SEC ; + qudt:siExactMatch si-unit:hour ; + qudt:symbol "h" ; + qudt:ucumCode "h"^^qudt:UCUMcs ; + qudt:udunitsCode "h" ; + qudt:uneceCommonCode "HUR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hour" ; + rdfs:label "Hour"@en . + +unit:HR-FT2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Hour Square Foot\" is an Imperial unit for 'Area Time' expressed as $hr-ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 334.450944 ; + qudt:conversionMultiplierSN 3.34450944E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$h-ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:AreaTime ; + qudt:symbol "h·ft²" ; + qudt:ucumCode "h.[ft_i]2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hour Square Foot" ; + rdfs:label "Hour Square Foot"@en . + +unit:HR-PER-FT2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 38750.07750015500031000062000124 ; + qudt:conversionMultiplierSN 3.875007750015500031000062000124E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:FT2-PER-HR ; + qudt:iec61360Code "0112/2///62720#UAD842" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD842"^^xsd:anyURI ; + qudt:symbol "h/ft²" ; + qudt:ucumCode "h.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hour per Square Foot" ; + rdfs:label "Hour per Square Foot"@en . + +unit:HR-PER-NUM + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:TimePerCount ; + qudt:hasReciprocalUnit unit:NUM-PER-HR ; + qudt:symbol "h/#" ; + qudt:ucumCode "h.{#}-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hour per Number" ; + rdfs:label "Hour per Number"@en . + +unit:HR-PER-YR + a qudt:Unit ; + dcterms:description "Hours per year, used for the time an industrial facility or installation is active during one year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0001140771161305042208532968286561716 ; + qudt:conversionMultiplierSN 1.140771161305042208532968286561716E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:TimeRatio ; + qudt:plainTextDescription "hours (of activity) per year" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T1D0 ; + qudt:symbol "h/a" ; + qudt:ucumCode "h.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hour per Year" ; + rdfs:label "Hour per Year"@en ; + rdfs:label "Uur per Jaar"@nl . + +unit:HR_Sidereal + a qudt:Unit ; + dcterms:description "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is $1/24^{th}$ of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day (\"sidereal\" is derived from the Latin sidus meaning \"star\") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3590.17 ; + qudt:conversionMultiplierSN 3.59017E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "h{sidereal}" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Sidereal Hour" ; + rdfs:label "Sidereal Hour"@en . + +unit:HUNDRED + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "Counting unit for a count of one hundred" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:scalingOf unit:ONE ; + qudt:symbol "100" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hundred" ; + rdfs:label "Hundred"@en . + +unit:HZ + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + $\\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. + One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. + The word $\\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:CYC-PER-SEC ; + qudt:exactMatch unit:PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA170" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA170"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:hertz ; + qudt:symbol "Hz" ; + qudt:ucumCode "Hz"^^qudt:UCUMcs ; + qudt:udunitsCode "Hz" ; + qudt:uneceCommonCode "HTZ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Herc"@pl ; + rdfs:label "Hercio"@es ; + rdfs:label "Hertz" ; + rdfs:label "Hertz"@cs ; + rdfs:label "Hertz"@de ; + rdfs:label "Hertz"@en ; + rdfs:label "Hertz"@fr ; + rdfs:label "Hertz"@hu ; + rdfs:label "Hertz"@it ; + rdfs:label "Hertz"@ms ; + rdfs:label "Hertz"@pt ; + rdfs:label "Hertz"@ro ; + rdfs:label "Hertz"@sl ; + rdfs:label "Hertz"@tr ; + rdfs:label "Hertzium"@la ; + rdfs:label "Χερτζ"@el ; + rdfs:label "Герц"@ru ; + rdfs:label "Херц"@bg ; + rdfs:label "הרץ"@he ; + rdfs:label "هرتز"@ar ; + rdfs:label "هرتز"@fa ; + rdfs:label "हर्ट्ज"@hi ; + rdfs:label "ヘルツ"@ja ; + rdfs:label "赫兹"@zh . + +unit:HZ-M + a qudt:Unit ; + dcterms:description """$\\textit{Hertz Metre}$ is the product of the SI derived unit hertz and the SI base unit metre. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:iec61360Code "0112/2///62720#UAA171" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA171"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI derived unit hertz and the SI base unit metre" ; + qudt:symbol "Hz·m" ; + qudt:ucumCode "Hz.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H34" ; + rdfs:isDefinedBy ; + rdfs:label "Herc Metr"@pl ; + rdfs:label "Hercio Metro"@es ; + rdfs:label "Hertz Meter"@de ; + rdfs:label "Hertz Meter"@en-US ; + rdfs:label "Hertz Meter"@ms ; + rdfs:label "Hertz Meter"@sl ; + rdfs:label "Hertz Metr"@cs ; + rdfs:label "Hertz Metre" ; + rdfs:label "Hertz Metre"@en ; + rdfs:label "Hertz Metre"@tr ; + rdfs:label "Hertz Metro"@it ; + rdfs:label "Hertz Metro"@pt ; + rdfs:label "Hertz Metru"@ro ; + rdfs:label "Hertz Mètre"@fr ; + rdfs:label "Hertzium Metrum"@la ; + rdfs:label "Χερτζ Μέτρο"@el ; + rdfs:label "Герц Метр"@ru ; + rdfs:label "Херц Метър"@bg . + +unit:HZ-PER-K + a qudt:Unit ; + dcterms:description """ + $\\textit{Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $Hz K^{-1}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Hz K^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasQuantityKind quantitykind:InverseTimeTemperature ; + qudt:symbol "Hz/K" ; + qudt:ucumCode "Hz.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Herc na Kelwin"@pl ; + rdfs:label "Hercio por Kelvin"@es ; + rdfs:label "Hertz na Kelvin"@cs ; + rdfs:label "Hertz na Kelvin"@sl ; + rdfs:label "Hertz par Kelvin"@fr ; + rdfs:label "Hertz pe Kelvin"@ro ; + rdfs:label "Hertz per Kelvin" ; + rdfs:label "Hertz per Kelvin"@en ; + rdfs:label "Hertz per Kelvin"@it ; + rdfs:label "Hertz per Kelvin"@ms ; + rdfs:label "Hertz per Kelvin"@tr ; + rdfs:label "Hertz por Kelvin"@pt ; + rdfs:label "Hertz pro Kelvin"@de ; + rdfs:label "Hertzium per Kelvin"@la ; + rdfs:label "Χερτζ ανά Κέλβιν"@el ; + rdfs:label "Герц на Кельвин"@ru ; + rdfs:label "Херц на Келвин"@bg ; + rdfs:label "هرتز بر کلوین"@fa ; + rdfs:label "هرتز لكل كلفن"@ar ; + rdfs:label "हर्ट्ज प्रति कैल्विन"@hi ; + rdfs:label "ヘルツ毎立方メートル"@ja . + +unit:HZ-PER-T + a qudt:Unit ; + dcterms:description "\"Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $Hz T^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Hz T^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:symbol "Hz/T" ; + qudt:ucumCode "Hz.T-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Herc na Tesla"@pl ; + rdfs:label "Hercio por Tesla"@es ; + rdfs:label "Hertz na Tesla"@cs ; + rdfs:label "Hertz na Tesla"@sl ; + rdfs:label "Hertz par Tesla"@fr ; + rdfs:label "Hertz pe Tesla"@ro ; + rdfs:label "Hertz per Tesla" ; + rdfs:label "Hertz per Tesla"@en ; + rdfs:label "Hertz per Tesla"@it ; + rdfs:label "Hertz per Tesla"@ms ; + rdfs:label "Hertz per Tesla"@tr ; + rdfs:label "Hertz por Tesla"@pt ; + rdfs:label "Hertz pro Tesla"@de ; + rdfs:label "Hertzium per Tesla"@la ; + rdfs:label "Χερτζ ανά Τέσλα"@el ; + rdfs:label "Герц на Тесла"@ru ; + rdfs:label "Херц на Тесла"@bg . + +unit:HZ-PER-V + a qudt:Unit ; + dcterms:description "In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Hz V^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMagneticFlux ; + qudt:symbol "Hz/V" ; + qudt:ucumCode "Hz.V-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Herc na Wolt"@pl ; + rdfs:label "Hercio por Voltio"@es ; + rdfs:label "Hertz na Volt"@cs ; + rdfs:label "Hertz na Volt"@sl ; + rdfs:label "Hertz par Volt"@fr ; + rdfs:label "Hertz pe Volt"@ro ; + rdfs:label "Hertz per Volt" ; + rdfs:label "Hertz per Volt"@en ; + rdfs:label "Hertz per Volt"@it ; + rdfs:label "Hertz per Volt"@ms ; + rdfs:label "Hertz per Volt"@tr ; + rdfs:label "Hertz por Volt"@pt ; + rdfs:label "Hertz pro Volt"@de ; + rdfs:label "Hertzium per Voltium"@la ; + rdfs:label "Χερτζ ανά Βολτ"@el ; + rdfs:label "Герц на Вольт"@ru ; + rdfs:label "Херц на Волт"@bg . + +unit:H_Ab + a qudt:Unit ; + dcterms:description "Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abhenry"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:exactMatch unit:NanoH ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abhenry?oldid=477198643"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:H ; + qudt:symbol "abH" ; + qudt:ucumCode "nH"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abhenry" ; + rdfs:label "Abhenry"@en . + +unit:H_Stat + a qudt:Unit ; + dcterms:description """ + The $\\text{Stathenry (statH)}$ is a unit in the category of Electric inductance. + It is also known as $tathenries$. + This unit is commonly used in the cgs unit system. + $Stathenry$ has a dimension of $ML^2T^{-2}I^{-2}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of $8.987552 \\times 10^{11}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 898755179000.0 ; + qudt:conversionMultiplierSN 8.98755179E11 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_inductance--stathenry.cfm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:H ; + qudt:symbol "statH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Stathenry" ; + rdfs:label "Stathenry"@en . + +unit:H_Stat-PER-CentiM + a qudt:Unit ; + dcterms:description "The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 89875517900000.0 ; + qudt:conversionMultiplierSN 8.98755179E13 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:expression "$stath-per-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:H_Stat ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:hasQuantityKind quantitykind:Permeability ; + qudt:symbol "statH/cm" ; + rdfs:isDefinedBy ; + rdfs:label "Stathenry per Centimeter"@en-US ; + rdfs:label "Stathenry per Centimetre" ; + rdfs:label "Stathenry per Centimetre"@en . + +unit:HeartBeat + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + dcterms:description """A heart beat is a single contraction of the heart muscle, + which pumps blood through the circulatory system. The heart rate is the number of heart beats + per unit of time, typically measured in beats per minute (bpm). A normal resting + heart rate for adults ranges from 60 to 100 beats per minute."""^^rdf:HTML ; + dcterms:isReplacedBy unit:BEAT ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.8" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:symbol "heartbeat" ; + rdfs:isDefinedBy ; + rdfs:label "Heart Beat" ; + rdfs:label "Heart Beat"@en ; + skos:broader unit:NUM . + +unit:HectoBAR + a qudt:Unit ; + dcterms:description "100-fold of the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10000000.0 ; + qudt:conversionMultiplierSN 1.0E7 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB087" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB087"^^xsd:anyURI ; + qudt:plainTextDescription "100-fold of the unit bar" ; + qudt:prefix prefix:Hecto ; + qudt:scalingOf unit:BAR ; + qudt:symbol "hbar" ; + qudt:ucumCode "hbar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HBA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hectobar" ; + rdfs:label "Hectobar"@en . + +unit:HectoC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"HectoCoulomb\" is a unit for 'Electric Charge' expressed as $hC$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Hecto ; + qudt:scalingOf unit:C ; + qudt:symbol "hC" ; + qudt:ucumCode "hC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ettocoulomb"@it ; + rdfs:label "Hectocoulomb" ; + rdfs:label "Hectocoulomb"@cs ; + rdfs:label "Hectocoulomb"@de ; + rdfs:label "Hectocoulomb"@en ; + rdfs:label "Hectocoulomb"@fr ; + rdfs:label "Hectocoulomb"@hu ; + rdfs:label "Hectocoulomb"@ms ; + rdfs:label "Hectocoulomb"@ro ; + rdfs:label "Hectocoulomb"@sl ; + rdfs:label "Hectocoulomb"@tr ; + rdfs:label "Hectoculombio"@es ; + rdfs:label "Hectokulomb"@pl . + +unit:HectoGM + a qudt:Unit ; + dcterms:description "0.1-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB079" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB079"^^xsd:anyURI ; + qudt:plainTextDescription "0.1-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Hecto ; + qudt:scalingOf unit:GM ; + qudt:symbol "hg" ; + qudt:ucumCode "hg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HGM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ettogrammo"@it ; + rdfs:label "Hectogram" ; + rdfs:label "Hectogram"@cs ; + rdfs:label "Hectogram"@en ; + rdfs:label "Hectogram"@ms ; + rdfs:label "Hectogram"@pl ; + rdfs:label "Hectogram"@ro ; + rdfs:label "Hectogram"@sl ; + rdfs:label "Hectogram"@tr ; + rdfs:label "Hectogramm"@de ; + rdfs:label "Hectogramm"@hu ; + rdfs:label "Hectogramme"@fr ; + rdfs:label "Hectogramo"@es . + +unit:HectoL + a qudt:Unit ; + dcterms:description "100-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA533" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA533"^^xsd:anyURI ; + qudt:plainTextDescription "100-fold of the unit litre" ; + qudt:prefix prefix:Hecto ; + qudt:scalingOf unit:L ; + qudt:symbol "hL" ; + qudt:ucumCode "hL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HLT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Hectoliter"@en-US ; + rdfs:label "Hectolitre" ; + rdfs:label "Hectolitre"@en . + +unit:HectoM + a qudt:Unit ; + dcterms:description "100-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB062" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB062"^^xsd:anyURI ; + qudt:plainTextDescription "100-fold of the SI base unit metre" ; + qudt:prefix prefix:Hecto ; + qudt:scalingOf unit:M ; + qudt:symbol "hm" ; + qudt:ucumCode "hm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HMT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ettometro"@it ; + rdfs:label "Hectometer"@de ; + rdfs:label "Hectometer"@en-US ; + rdfs:label "Hectometer"@ms ; + rdfs:label "Hectometer"@sl ; + rdfs:label "Hectometr"@cs ; + rdfs:label "Hectometr"@pl ; + rdfs:label "Hectometre" ; + rdfs:label "Hectometre"@en ; + rdfs:label "Hectometre"@tr ; + rdfs:label "Hectometro"@es ; + rdfs:label "Hectometru"@ro ; + rdfs:label "Hectomètre"@fr ; + rdfs:label "Hectométer"@hu . + +unit:HectoPA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:MilliBAR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA527" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA527"^^xsd:anyURI ; + qudt:prefix prefix:Hecto ; + qudt:scalingOf unit:PA ; + qudt:symbol "hPa" ; + qudt:ucumCode "hPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A97" ; + qudt:wikidataMatch ; + rdfs:comment "Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar." ; + rdfs:isDefinedBy ; + rdfs:label "Ettopascal"@it ; + rdfs:label "Hectopascal" ; + rdfs:label "Hectopascal"@cs ; + rdfs:label "Hectopascal"@de ; + rdfs:label "Hectopascal"@en ; + rdfs:label "Hectopascal"@es ; + rdfs:label "Hectopascal"@fr ; + rdfs:label "Hectopascal"@hu ; + rdfs:label "Hectopascal"@ms ; + rdfs:label "Hectopascal"@ro ; + rdfs:label "Hectopascal"@sl ; + rdfs:label "Hectopascal"@tr ; + rdfs:label "Hectopaskal"@pl . + +unit:HectoPA-L-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HectoPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA530" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA530"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; + qudt:symbol "hPa·L/s" ; + qudt:ucumCode "hPa.L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F93" ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascal Liter per Second"@en-US ; + rdfs:label "Hectopascal Litre per Second" ; + rdfs:label "Hectopascal Litre per Second"@en . + +unit:HectoPA-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HectoPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA531" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA531"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "hPa·m³/s" ; + qudt:ucumCode "hPa.m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F94" ; + rdfs:isDefinedBy ; + rdfs:label "Ettopascal Metro Cubo per Secondo"@it ; + rdfs:label "Hectopascal Cubic Meter per Second"@en-US ; + rdfs:label "Hectopascal Cubic Metre per Second" ; + rdfs:label "Hectopascal Cubic Metre per Second"@en ; + rdfs:label "Hectopascal Kubikmeter pro Sekunde"@de ; + rdfs:label "Hectopascal Kubični Meter na Sekunda"@sl ; + rdfs:label "Hectopascal Meter Kubik per Saat"@ms ; + rdfs:label "Hectopascal Metr Krychlový na Sekunda"@cs ; + rdfs:label "Hectopascal Metreküp per Saniye"@tr ; + rdfs:label "Hectopascal Metro Cúbico por Segundo"@es ; + rdfs:label "Hectopascal Metru Cub pe Secundă"@ro ; + rdfs:label "Hectopascal Mètre Cube par Seconde"@fr ; + rdfs:label "Hectopaskal Metr Sześcienny na Sekunda"@pl . + +unit:HectoPA-PER-BAR + a qudt:Unit ; + dcterms:description "100-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HectoPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA529" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA529"^^xsd:anyURI ; + qudt:plainTextDescription "100-fold of the SI derived unit pascal divided by the unit bar" ; + qudt:symbol "hPa/bar" ; + qudt:ucumCode "hPa.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E99" ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascal per Bar" ; + rdfs:label "Hectopascal per Bar"@en . + +unit:HectoPA-PER-HR + a qudt:Unit ; + dcterms:description "A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.02777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HectoPA ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "hPa/h" ; + qudt:ucumCode "hPa.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Hectopascal per Hour" ; + rdfs:label "Hectopascal per Hour"@en . + +unit:HectoPA-PER-K + a qudt:Unit ; + dcterms:description "100-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HectoPA ; + ] ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA528" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA528"^^xsd:anyURI ; + qudt:plainTextDescription "100-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; + qudt:symbol "hPa/K" ; + qudt:ucumCode "hPa.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F82" ; + rdfs:isDefinedBy ; + rdfs:label "Ettopascal per Kelvin"@it ; + rdfs:label "Hectopascal na Kelvin"@cs ; + rdfs:label "Hectopascal na Kelvin"@sl ; + rdfs:label "Hectopascal par Kelvin"@fr ; + rdfs:label "Hectopascal pe Kelvin"@ro ; + rdfs:label "Hectopascal per Kelvin" ; + rdfs:label "Hectopascal per Kelvin"@en ; + rdfs:label "Hectopascal per Kelvin"@ms ; + rdfs:label "Hectopascal per Kelvin"@tr ; + rdfs:label "Hectopascal por Kelvin"@es ; + rdfs:label "Hectopascal pro Kelvin"@de ; + rdfs:label "Hectopaskal na Kelwin"@pl . + +unit:HectoPA-PER-M + a qudt:Unit ; + dcterms:description "100-fold of the SI derived unit pascal divided by the SI base unit metre" ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HectoPA ; + ] ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB422" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB422"^^xsd:anyURI ; + qudt:symbol "hPa/m" ; + qudt:ucumCode "hPa.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P82" ; + rdfs:isDefinedBy ; + rdfs:label "Ettopascal per Metro"@it ; + rdfs:label "Hectopascal na Meter"@sl ; + rdfs:label "Hectopascal na Metr"@cs ; + rdfs:label "Hectopascal par Mètre"@fr ; + rdfs:label "Hectopascal pe Metru"@ro ; + rdfs:label "Hectopascal per Meter"@en-US ; + rdfs:label "Hectopascal per Meter"@ms ; + rdfs:label "Hectopascal per Metre" ; + rdfs:label "Hectopascal per Metre"@en ; + rdfs:label "Hectopascal per Metre"@tr ; + rdfs:label "Hectopascal por Metro"@es ; + rdfs:label "Hectopascal pro Meter"@de ; + rdfs:label "Hectopaskal na Metr"@pl . + +unit:Hundredweight_UK + a qudt:Unit ; + dcterms:description "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 50.80235 ; + qudt:conversionMultiplierSN 5.080235E1 ; + qudt:exactMatch unit:CWT_LONG ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA405" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA405"^^xsd:anyURI ; + qudt:plainTextDescription "out of use unit of the mass according to the Imperial system of units" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "cwt{long}" ; + qudt:ucumCode "[lcwt_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CWI" ; + rdfs:isDefinedBy ; + rdfs:label "Hundredweight (UK)" ; + rdfs:label "Hundredweight (UK)"@en . + +unit:Hundredweight_US + a qudt:Unit ; + dcterms:description "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 45.359237 ; + qudt:conversionMultiplierSN 4.5359237E1 ; + qudt:exactMatch unit:CWT_SHORT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA406" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA406"^^xsd:anyURI ; + qudt:plainTextDescription "out of use unit of the mass according to the Imperial system of units" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "cwt{short}" ; + qudt:ucumCode "[scwt_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "CWA" ; + rdfs:isDefinedBy ; + rdfs:label "Hundredweight (US)" ; + rdfs:label "Hundredweight (US)"@en . + +unit:IN + a qudt:Unit ; + dcterms:description "An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0254 ; + qudt:conversionMultiplierSN 2.54E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Inch"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:ZOLL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA539" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA539"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Inch?oldid=492522790"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "in" ; + qudt:ucumCode "[in_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "in" ; + qudt:uneceCommonCode "INH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Inch" ; + rdfs:label "Inch"@en . + +unit:IN-PDL + a qudt:Unit ; + dcterms:description "Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal. Product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0035116758411504 ; + qudt:conversionMultiplierSN 3.5116758411504E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB437" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB437"^^xsd:anyURI ; + qudt:symbol "in·pdl" ; + qudt:ucumCode "[in_i].[lb_av].[ft_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N47" ; + rdfs:isDefinedBy ; + rdfs:label "Inch Poundal" ; + rdfs:label "Inch Poundal"@en . + +unit:IN-PER-2PiRAD + a qudt:Unit ; + dcterms:description "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units" ; + dcterms:isReplacedBy unit:IN-PER-REV ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.2" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:REV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:RotaryTranslatoryMotionConversion ; + qudt:iec61360Code "0112/2///62720#UAA727" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA727"^^xsd:anyURI ; + qudt:symbol "in/revolution" ; + qudt:uneceCommonCode "H57" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per 2pirad" ; + rdfs:label "Inch per 2pirad"@en . + +unit:IN-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.04572 ; + qudt:conversionMultiplierSN 4.572E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA540" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA540"^^xsd:anyURI ; + qudt:plainTextDescription "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "in/°F" ; + qudt:ucumCode "[in_i].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K45" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Degree Fahrenheit" ; + rdfs:label "Inch per Degree Fahrenheit"@en . + +unit:IN-PER-MIN + a qudt:Unit ; + dcterms:description "The inch per minute is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in minutes (min). The equivalent SI unit is the metre per second." ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0004233333333333333333333333333333334 ; + qudt:conversionMultiplierSN 4.233333333333333333333333333333334E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB393" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB393"^^xsd:anyURI ; + qudt:symbol "in/min" ; + qudt:ucumCode "[in_i].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M63" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Minute" ; + rdfs:label "Inch per Minute"@en . + +unit:IN-PER-PSI + a qudt:Unit ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00000368395853834731406491772210996033 ; + qudt:conversionMultiplierSN 3.68395853834731406491772210996033E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:PSI-PER-IN ; + qudt:iec61360Code "0112/2///62720#UAA541" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA541"^^xsd:anyURI ; + qudt:symbol "in/psi" ; + qudt:ucumCode "[in_i].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K46" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Psi" ; + rdfs:label "Inch per Psi"@en . + +unit:IN-PER-REV + a qudt:Unit ; + dcterms:description "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units" ; + qudt:conversionMultiplier 0.004042535554534141528529647589661866 ; + qudt:conversionMultiplierSN 4.042535554534141528529647589661866E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:REV ; + ] ; + qudt:hasQuantityKind quantitykind:RotaryTranslatoryMotionConversion ; + qudt:iec61360Code "0112/2///62720#UAA727" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA727"^^xsd:anyURI ; + qudt:symbol "in/rev" ; + qudt:uneceCommonCode "H57" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Revolution" ; + rdfs:label "Inch per Revolution"@en . + +unit:IN-PER-SEC + a qudt:Unit ; + dcterms:description "The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0254 ; + qudt:conversionMultiplierSN 2.54E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in-per-sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:PropellantBurnRate ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA542" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA542"^^xsd:anyURI ; + qudt:symbol "in/s" ; + qudt:ucumCode "[in_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "IU" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Second" ; + rdfs:label "Inch per Second"@en . + +unit:IN-PER-SEC-DEG_F + a qudt:Unit ; + dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.04572 ; + qudt:conversionMultiplierSN 4.572E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA543" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA543"^^xsd:anyURI ; + qudt:symbol "in/(s·°F)" ; + qudt:ucumCode "[in_i].s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K47" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Second Degree Fahrenheit" ; + rdfs:label "Inch per Second Degree Fahrenheit"@en . + +unit:IN-PER-SEC-PSI + a qudt:Unit ; + dcterms:description "quotient of the unit inch according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00000368395853834731406491772210996033 ; + qudt:conversionMultiplierSN 3.68395853834731406491772210996033E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA544" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA544"^^xsd:anyURI ; + qudt:symbol "in/(s·psi)" ; + qudt:ucumCode "[in_i].s-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K48" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Second Psi" ; + rdfs:label "Inch per Second Psi"@en . + +unit:IN-PER-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Inch per Square second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $in/s^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0254 ; + qudt:conversionMultiplierSN 2.54E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in/s2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB044" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB044"^^xsd:anyURI ; + qudt:symbol "in/s²" ; + qudt:ucumCode "[in_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "IV" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Square Second" ; + rdfs:label "Inch per Square Second"@en . + +unit:IN-PER-YR + a qudt:Unit ; + dcterms:description "unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days" ; + qudt:conversionMultiplier 0.0000000008048774304763353360204831799629884 ; + qudt:conversionMultiplierSN 8.048774304763353360204831799629884E-10 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB370" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB370"^^xsd:anyURI ; + qudt:symbol "in/a" ; + qudt:ucumCode "[in_i].a-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M61" ; + rdfs:isDefinedBy ; + rdfs:label "Inch per Year" ; + rdfs:label "Inch per Year"@en . + +unit:IN2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches^2, $inch^2$, $in^2$, $inches^2$, $inch^2$, $in^2$ or in some cases $\"^2$. The square inch is a common unit of measurement in the United States and the United Kingdom."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00064516 ; + qudt:conversionMultiplierSN 6.4516E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:hasReciprocalUnit unit:PER-IN2 ; + qudt:iec61360Code "0112/2///62720#UAA547" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA547"^^xsd:anyURI ; + qudt:symbol "in²" ; + qudt:ucumCode "[in_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "INK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Square Inch" ; + rdfs:label "Square Inch"@en . + +unit:IN2-PER-SEC + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00064516 ; + qudt:conversionMultiplierSN 6.4516E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:iec61360Code "0112/2///62720#UAA548" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA548"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second" ; + qudt:symbol "in²/s" ; + qudt:ucumCode "[in_i]2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G08" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Square Inch per Second" ; + rdfs:label "Square Inch per Second"@en . + +unit:IN3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000016387064 ; + qudt:conversionMultiplierSN 1.6387064E-5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:hasReciprocalUnit unit:PER-IN3 ; + qudt:iec61360Code "0112/2///62720#UAA549" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA549"^^xsd:anyURI ; + qudt:symbol "in³" ; + qudt:ucumCode "[in_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "INQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch" ; + rdfs:label "Cubic Inch"@en . + +unit:IN3-PER-HR + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000004551962222222222222222222222222223 ; + qudt:conversionMultiplierSN 4.551962222222222222222222222222223E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA550" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA550"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour" ; + qudt:symbol "in³/h" ; + qudt:ucumCode "[in_i]3.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G56" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch per Hour" ; + rdfs:label "Cubic Inch per Hour"@en . + +unit:IN3-PER-LB + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system" ; + qudt:conversionMultiplier 0.00003612729200008368747472537952964244 ; + qudt:conversionMultiplierSN 3.612729200008368747472537952964244E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:hasReciprocalUnit unit:LB-PER-IN3 ; + qudt:iec61360Code "0112/2///62720#UAB411" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB411"^^xsd:anyURI ; + qudt:symbol "in³/lbm" ; + qudt:ucumCode "[in_i]3.[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N30" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch per Pound Mass" ; + rdfs:label "Cubic Inch per Pound Mass"@en . + +unit:IN3-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Cubic Inch per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $in^{3}/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000002731177333333333333333333333333334 ; + qudt:conversionMultiplierSN 2.731177333333333333333333333333334E-7 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$in^{3}/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA551" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA551"^^xsd:anyURI ; + qudt:symbol "in³/min" ; + qudt:ucumCode "[in_i]3.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G57" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch per Minute" ; + rdfs:label "Cubic Inch per Minute"@en . + +unit:IN3-PER-SEC + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000016387064 ; + qudt:conversionMultiplierSN 1.6387064E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA552" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA552"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "in³/s" ; + qudt:ucumCode "[in_i]3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G58" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Inch per Second" ; + rdfs:label "Cubic Inch per Second"@en . + +unit:IN4 + a qudt:Unit ; + dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000004162314256 ; + qudt:conversionMultiplierSN 4.162314256E-7 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAA545" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA545"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4" ; + qudt:symbol "in⁴" ; + qudt:ucumCode "[in_i]4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D69" ; + rdfs:isDefinedBy ; + rdfs:label "Quartic Inch" ; + rdfs:label "Quartic Inch"@en . + +unit:INDIV + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + rdfs:isDefinedBy ; + rdfs:label "Individual" ; + rdfs:label "Individual"@en ; + skos:broader unit:NUM . + +unit:IN_H2O + a qudt:Unit ; + dcterms:description "Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example $39 ^\\circ F$ at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at $0 ^\\circ C$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 249.0889 ; + qudt:conversionMultiplierSN 2.490889E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Inch_of_water"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA553" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA553"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Inch_of_water?oldid=466175519"^^xsd:anyURI ; + qudt:informativeReference "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "inH₂O" ; + qudt:ucumCode "[in_i'H2O]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F78" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Inch of Water" ; + rdfs:label "Inch of Water"@en . + +unit:IN_H2O_39dot2DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 39.2°F with a height of 1 inch" ; + qudt:conversionMultiplier 249.082 ; + qudt:conversionMultiplierSN 2.49082E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB240" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB240"^^xsd:anyURI ; + qudt:informativeReference "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "inH₂O (39.2 °F)" ; + qudt:uneceCommonCode "N18" ; + rdfs:isDefinedBy ; + rdfs:label "Inch of Water (39.2 °F)" ; + rdfs:label "Inch of Water (39.2 °F)"@en . + +unit:IN_H2O_60DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch" ; + qudt:conversionMultiplier 248.84 ; + qudt:conversionMultiplierSN 2.4884E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB241" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB241"^^xsd:anyURI ; + qudt:informativeReference "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "inH₂O (60 °F)" ; + qudt:uneceCommonCode "N19" ; + rdfs:isDefinedBy ; + rdfs:label "Inch of Water (60 °F)" ; + rdfs:label "Inch of Water (60 °F)"@en . + +unit:IN_HG + a qudt:Unit ; + dcterms:description "Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at $32 ^\\circ F$ at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at $0 ^\\circ C$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3386.389 ; + qudt:conversionMultiplierSN 3.386389E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Inch_of_mercury"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA554" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA554"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "inHg" ; + qudt:ucumCode "[in_i'Hg]"^^qudt:UCUMcs ; + qudt:udunitsCode "inHg" ; + qudt:udunitsCode "in_Hg" ; + qudt:uneceCommonCode "F79" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Inch of Mercury" ; + rdfs:label "Inch of Mercury"@en . + +unit:IN_HG_32DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch" ; + qudt:conversionMultiplier 3386.38 ; + qudt:conversionMultiplierSN 3.38638E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB238" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB238"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "inHg (32 °F)" ; + qudt:uneceCommonCode "N16" ; + rdfs:isDefinedBy ; + rdfs:label "Inch of Mercury (32 °F)" ; + rdfs:label "Inch of Mercury (32 °F)"@en . + +unit:IN_HG_60DEG_F + a qudt:Unit ; + dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch" ; + qudt:conversionMultiplier 3376.85 ; + qudt:conversionMultiplierSN 3.37685E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB239" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB239"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "inHg (60 °F)" ; + qudt:uneceCommonCode "N17" ; + rdfs:isDefinedBy ; + rdfs:label "Inch of Mercury (60 °F)" ; + rdfs:label "Inch of Mercury (60 °F)"@en . + +unit:IU + a qudt:Unit ; + dcterms:description """ + The $\\textit{International Unit}$ is a unit for $\\textit{Amount Of Substance}$ expressed as $IU$. + Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/International_unit"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAB603" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB603"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/International_unit?oldid=488801913"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "IU" ; + qudt:ucumCode "[IU]"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "International Unit" ; + rdfs:label "International Unit"@en . + +unit:IU-PER-L + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ +The $\\textit{International Unit per Liter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/L$. +The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier. +"""^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:expression "$IU/L$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IU ; + ] ; + qudt:hasQuantityKind quantitykind:PlasmaLevel ; + qudt:hasQuantityKind quantitykind:SerumLevel ; + qudt:symbol "IU/L" ; + qudt:ucumCode "[IU].L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "International Unit per Liter"@en-US ; + rdfs:label "International Unit per Litre" ; + rdfs:label "International Unit per Litre"@en ; + rdfs:seeAlso unit:IU . + +unit:IU-PER-MilliGM + a qudt:Unit ; + dcterms:description """ +

International Unit per milligramme. +The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier. +

"""^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IU ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:plainTextDescription "International Units per milligramme." ; + qudt:symbol "IU/mg" ; + qudt:ucumCode "[IU].mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "International Unit per Milligram" ; + rdfs:label "International Unit per Milligram"@en . + +unit:IU-PER-MilliL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ +The $\\textit{International Unit per Milliliter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/mL$. +The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier. +"""^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:expression "$IU/mL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IU ; + ] ; + qudt:hasQuantityKind quantitykind:PlasmaLevel ; + qudt:hasQuantityKind quantitykind:SerumLevel ; + qudt:symbol "IU/mL" ; + qudt:ucumCode "[IU].mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "International Unit per Milliliter"@en-US ; + rdfs:label "International Unit per Millilitre" ; + rdfs:label "International Unit per Millilitre"@en . + +unit:J + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. + Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m/s$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Joule"^^xsd:anyURI ; + qudt:exactMatch unit:N-M ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ExchangeIntegral ; + qudt:hasQuantityKind quantitykind:HamiltonFunction ; + qudt:hasQuantityKind quantitykind:LagrangeFunction ; + qudt:hasQuantityKind quantitykind:LevelWidth ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA172" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA172"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Joule?oldid=494340406"^^xsd:anyURI ; + qudt:latexDefinition "$$\\text{J}\\ \\equiv\\ \\text{joule}\\ \\equiv\\ \\text{CV}\\ \\equiv\\ \\text{coulomb.volt}\\ \\equiv\\ \\frac{\\text{eV}}{1.602\\ 10^{-19}}\\ \\equiv\\ \\frac{\\text{electron.volt}}{1.602\\ 10^{-19}}$$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:plainTextDescription "The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s. This is the same as 107 ergs in the CGS system, or approximately 0.737 562 foot-pound in the traditional English system. In other energy units, one joule equals about 9.478 170 x 10-4 Btu, 0.238 846 (small) calories, or 2.777 778 x 10-4 watt hour. The joule is named for the British physicist James Prescott Joule (1818-1889), who demonstrated the equivalence of mechanical and thermal energy in a famous experiment in 1843. " ; + qudt:siExactMatch si-unit:joule ; + qudt:symbol "J" ; + qudt:ucumCode "J"^^qudt:UCUMcs ; + qudt:udunitsCode "J" ; + qudt:uneceCommonCode "JOU" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul"@pl ; + rdfs:label "Joule" ; + rdfs:label "Joule"@cs ; + rdfs:label "Joule"@de ; + rdfs:label "Joule"@en ; + rdfs:label "Joule"@fr ; + rdfs:label "Joule"@hu ; + rdfs:label "Joule"@it ; + rdfs:label "Joule"@ms ; + rdfs:label "Joule"@pt ; + rdfs:label "Joule"@ro ; + rdfs:label "Joule"@sl ; + rdfs:label "Joule"@tr ; + rdfs:label "Joulium"@la ; + rdfs:label "Julio"@es ; + rdfs:label "Τζάουλ"@el ; + rdfs:label "Джаул"@bg ; + rdfs:label "Джоуль"@ru ; + rdfs:label "ژول"@fa ; + rdfs:label "जूल"@hi ; + rdfs:label "ジュール"@ja ; + rdfs:label "焦耳"@zh . + +unit:J-M-PER-MOL + a qudt:Unit ; + dcterms:description """$\\textit{Joule Meter per Mole}$ is a unit for 'Length Molar Energy' expressed as: + $$J \\cdot m \\cdot mol^{-1}$$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J m mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:LengthMolarEnergy ; + qudt:symbol "J·m/mol" ; + qudt:ucumCode "J.m.mol-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul Metr na Mol"@pl ; + rdfs:label "Joule Meter na Mol"@sl ; + rdfs:label "Joule Meter per Mole"@en-US ; + rdfs:label "Joule Meter per Mole"@ms ; + rdfs:label "Joule Meter pro Mol"@de ; + rdfs:label "Joule Metr na Mol"@cs ; + rdfs:label "Joule Metre per Mol"@tr ; + rdfs:label "Joule Metre per Mole" ; + rdfs:label "Joule Metre per Mole"@en ; + rdfs:label "Joule Metro per Mole"@it ; + rdfs:label "Joule Metro por Mol"@pt ; + rdfs:label "Joule Metru pe Mol"@ro ; + rdfs:label "Joule Mètre par Mole"@fr ; + rdfs:label "Joulium Metrum per Moles"@la ; + rdfs:label "Julio Metro por Mol"@es ; + rdfs:label "Τζάουλ Μέτρο ανά Μολ"@el ; + rdfs:label "Джаул Метър на Мол"@bg ; + rdfs:label "Джоуль Метр на Моль"@ru . + +unit:J-M2 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:TotalAtomicStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA181" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA181"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "J·m²" ; + qudt:ucumCode "J.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D73" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul Metr Kwadratowy"@pl ; + rdfs:label "Joule Kvadratni Meter"@sl ; + rdfs:label "Joule Meter Persegi"@ms ; + rdfs:label "Joule Metrekare"@tr ; + rdfs:label "Joule Metro Quadrado"@pt ; + rdfs:label "Joule Metro Quadrato"@it ; + rdfs:label "Joule Metru Pătrat"@ro ; + rdfs:label "Joule Mètre Carré"@fr ; + rdfs:label "Joule Quadratmeter"@de ; + rdfs:label "Joule Square Meter"@en-US ; + rdfs:label "Joule Square Metre" ; + rdfs:label "Joule Square Metre"@en ; + rdfs:label "Joule Čtvereční Metr"@cs ; + rdfs:label "Joulium Metrum Quadratum"@la ; + rdfs:label "Julio Metro Cuadrado"@es ; + rdfs:label "Τζάουλ Τετραγωνικό Μέτρο"@el ; + rdfs:label "Джаул Квадратен Метър"@bg ; + rdfs:label "Джоуль Квадратный Метр"@ru . + +unit:J-M2-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$j-m2/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:TotalMassStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAB487" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB487"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "J·m²/kg" ; + qudt:ucumCode "J.m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B20" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul Metr Kwadratowy na Kilogram"@pl ; + rdfs:label "Joule Kvadratni Meter na Kilogram"@sl ; + rdfs:label "Joule Meter Persegi per Kilogram"@ms ; + rdfs:label "Joule Metrekare per Kilogram"@tr ; + rdfs:label "Joule Metro Quadrado por Quilograma"@pt ; + rdfs:label "Joule Metro Quadrato per Chilogrammo"@it ; + rdfs:label "Joule Metru Pătrat pe Kilogram"@ro ; + rdfs:label "Joule Mètre Carré par Kilogramme"@fr ; + rdfs:label "Joule Quadratmeter pro Kilogramm"@de ; + rdfs:label "Joule Square Meter per Kilogram"@en-US ; + rdfs:label "Joule Square Metre per Kilogram" ; + rdfs:label "Joule Square Metre per Kilogram"@en ; + rdfs:label "Joule Čtvereční Metr na Kilogram"@cs ; + rdfs:label "Joulium Metrum Quadratum per Chiliogramma"@la ; + rdfs:label "Julio Metro Cuadrado por Kilogramo"@es ; + rdfs:label "Τζάουλ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; + rdfs:label "Джаул Квадратен Метър на Килограм"@bg ; + rdfs:label "Джоуль Квадратный Метр на Килограмм"@ru . + +unit:J-PER-CentiM2 + a qudt:Unit ; + dcterms:description "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:StrainEnergyReleaseRate ; + qudt:iec61360Code "0112/2///62720#UAB188" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB188"^^xsd:anyURI ; + qudt:plainTextDescription "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "J/cm²" ; + qudt:ucumCode "J.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Centimetr Kwadratowy"@pl ; + rdfs:label "Joule na Kvadratni Centimeter"@sl ; + rdfs:label "Joule na Čtvereční Centimetr"@cs ; + rdfs:label "Joule par Centimètre Carré"@fr ; + rdfs:label "Joule pe Centimetru Pătrat"@ro ; + rdfs:label "Joule per Centimeter Persegi"@ms ; + rdfs:label "Joule per Centimetrekare"@tr ; + rdfs:label "Joule per Centimetro Quadrato"@it ; + rdfs:label "Joule per Square Centimeter"@en-US ; + rdfs:label "Joule per Square Centimetre" ; + rdfs:label "Joule per Square Centimetre"@en ; + rdfs:label "Joule pro Quadratcentimeter"@de ; + rdfs:label "Julio por Centimetro Cuadrado"@es . + +unit:J-PER-CentiM2-DAY + a qudt:Unit ; + dcterms:description "Radiant energy per 10^-4 SI unit area over a period of one day."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:hasQuantityKind quantitykind:Radiosity ; + qudt:symbol "J/(cm²·d)" ; + qudt:ucumCode "J.cm-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Square Centimeter Day"@en-US ; + rdfs:label "Joule per Square Centimetre Day" ; + rdfs:label "Joule per Square Centimetre Day"@en . + +unit:J-PER-CentiM3-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Joule per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(cm^{3} K)$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$J/(cm^{3} K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:plainTextDescription "Joule per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as J/(cm³·K)" ; + qudt:symbol "J/(cm³·K)" ; + qudt:ucumCode "J.cm-3.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Centimetr Sześcienny Kelwin"@pl ; + rdfs:label "Joule na Centimetr Krychlový Kelvin"@cs ; + rdfs:label "Joule na Kubični Centimeter Kelvin"@sl ; + rdfs:label "Joule par Centimètre Cube Kelvin"@fr ; + rdfs:label "Joule pe Centimetru Cub Kelvin"@ro ; + rdfs:label "Joule per Centimeter Kubik Kelvin"@ms ; + rdfs:label "Joule per Centimetreküp Kelvin"@tr ; + rdfs:label "Joule per Centimetro Cubo Kelvin"@it ; + rdfs:label "Joule per Cubic Centimeter Kelvin"@en-US ; + rdfs:label "Joule per Cubic Centimetre Kelvin" ; + rdfs:label "Joule per Cubic Centimetre Kelvin"@en ; + rdfs:label "Joule pro Kubikcentimeter Kelvin"@de ; + rdfs:label "Julio por Centimetro Cúbico Kelvin"@es . + +unit:J-PER-DAY + a qudt:Unit ; + dcterms:description "quotient from the SI derived unit joule divided by the unit day" ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB446" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB446"^^xsd:anyURI ; + qudt:symbol "J/d" ; + qudt:ucumCode "J.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P17" ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Day" ; + rdfs:label "Joule per Day"@en . + +unit:J-PER-GM + a qudt:Unit ; + dcterms:description "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAA174" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA174"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "J/g" ; + qudt:ucumCode "J.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D95" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Gram"@pl ; + rdfs:label "Joule na Gram"@cs ; + rdfs:label "Joule na Gram"@sl ; + rdfs:label "Joule par Gramme"@fr ; + rdfs:label "Joule pe Gram"@ro ; + rdfs:label "Joule per Gram" ; + rdfs:label "Joule per Gram"@en ; + rdfs:label "Joule per Gram"@ms ; + rdfs:label "Joule per Gram"@tr ; + rdfs:label "Joule per Grammo"@it ; + rdfs:label "Joule por Grama"@pt ; + rdfs:label "Joule pro Gramm"@de ; + rdfs:label "Joulium per Gramma"@la ; + rdfs:label "Julio por Gramo"@es . + +unit:J-PER-GM-DEG_C + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:plainTextDescription "Unit for expressing the specific heat capacity." ; + qudt:symbol "J/(g·°C)" ; + qudt:ucumCode "J.g-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Gram Stopień Celsjusza"@pl ; + rdfs:label "Joule na Gram Stopinja Celzija"@sl ; + rdfs:label "Joule na Gram Stupně Celsia"@cs ; + rdfs:label "Joule par Gramme Degré Celsius"@fr ; + rdfs:label "Joule pe Gram Grad Celsius"@ro ; + rdfs:label "Joule per Gram Celsius"@tr ; + rdfs:label "Joule per Gram Darjah Celsius"@ms ; + rdfs:label "Joule per Gram Degree Celsius" ; + rdfs:label "Joule per Gram Degree Celsius"@en ; + rdfs:label "Joule per Grammo Grado Celsius"@it ; + rdfs:label "Joule por Grama Grau Celsius"@pt ; + rdfs:label "Joule pro Gramm Grad Celsius"@de ; + rdfs:label "Joulium per Gramma Gradus Celsii"@la ; + rdfs:label "Julio por Gramo Grado Celsius"@es . + +unit:J-PER-GM-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Joule per Gram Kelvin is a unit typically used for specific heat capacity." ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:latexSymbol "$\\frac{J}{g \\cdot K}$"^^qudt:LatexString ; + qudt:plainTextDescription "Unit for expressing the specific heat capacity." ; + qudt:symbol "J/(g·K)" ; + qudt:ucumCode "J.g-1.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Gram Kelwin"@pl ; + rdfs:label "Joule na Gram Kelvin"@cs ; + rdfs:label "Joule na Gram Kelvin"@sl ; + rdfs:label "Joule par Gramme Kelvin"@fr ; + rdfs:label "Joule pe Gram Kelvin"@ro ; + rdfs:label "Joule per Gram Kelvin" ; + rdfs:label "Joule per Gram Kelvin"@en ; + rdfs:label "Joule per Gram Kelvin"@ms ; + rdfs:label "Joule per Gram Kelvin"@tr ; + rdfs:label "Joule per Grammo Kelvin"@it ; + rdfs:label "Joule por Grama Kelvin"@pt ; + rdfs:label "Joule pro Gramm Kelvin"@de ; + rdfs:label "Joulium per Gramma Kelvin"@la ; + rdfs:label "Julio por Gramo Kelvin"@es . + +unit:J-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit joule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB445" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB445"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit joule divided by the 3600 times the SI base unit second" ; + qudt:symbol "J/h" ; + qudt:ucumCode "J.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P16" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Hour" ; + rdfs:label "Joule per Hour"@en . + +unit:J-PER-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of $ML^{2}T^{-2}Q^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and Q is temperature. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Entropy ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAA173" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA173"^^xsd:anyURI ; + qudt:symbol "J/K" ; + qudt:ucumCode "J.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "JE" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Kelwin"@pl ; + rdfs:label "Joule na Kelvin"@cs ; + rdfs:label "Joule na Kelvin"@sl ; + rdfs:label "Joule par Kelvin"@fr ; + rdfs:label "Joule pe Kelvin"@ro ; + rdfs:label "Joule per Kelvin" ; + rdfs:label "Joule per Kelvin"@en ; + rdfs:label "Joule per Kelvin"@it ; + rdfs:label "Joule per Kelvin"@ms ; + rdfs:label "Joule per Kelvin"@tr ; + rdfs:label "Joule por Kelvin"@pt ; + rdfs:label "Joule pro Kelvin"@de ; + rdfs:label "Joulium per Kelvin"@la ; + rdfs:label "Julio por Kelvin"@es ; + rdfs:label "Τζάουλ ανά Κέλβιν"@el ; + rdfs:label "Джаул на Келвин"@bg ; + rdfs:label "Джоуль на Кельвин"@ru ; + rdfs:label "جول لكل كلفن"@ar ; + rdfs:label "ژول بر کلوین"@fa ; + rdfs:label "जूल प्रति कैल्विन"@hi ; + rdfs:label "ジュール毎立方メートル"@ja ; + rdfs:label "焦耳每开尔文"@zh . + +unit:J-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + A $\\textit{Joule Per Kilogram}$, ($J/kg$), is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. + It is also known as $\\textit{joules per kilogram}$. + The unit has a dimension of $L2T^{-2}$ where $L$ is length, and $T$ is time. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:hasReciprocalUnit unit:KiloGM-PER-J ; + qudt:iec61360Code "0112/2///62720#UAA175" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA175"^^xsd:anyURI ; + qudt:symbol "J/kg" ; + qudt:ucumCode "J.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J2" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Kilogram"@pl ; + rdfs:label "Joule na Kilogram"@cs ; + rdfs:label "Joule na Kilogram"@sl ; + rdfs:label "Joule par Kilogramme"@fr ; + rdfs:label "Joule pe Kilogram"@ro ; + rdfs:label "Joule per Chilogrammo"@it ; + rdfs:label "Joule per Kilogram" ; + rdfs:label "Joule per Kilogram"@en ; + rdfs:label "Joule per Kilogram"@ms ; + rdfs:label "Joule per Kilogram"@tr ; + rdfs:label "Joule por Quilograma"@pt ; + rdfs:label "Joule pro Kilogramm"@de ; + rdfs:label "Joulium per Chiliogramma"@la ; + rdfs:label "Julio por Kilogramo"@es ; + rdfs:label "Τζάουλ ανά Χιλιόγραμμο"@el ; + rdfs:label "Джаул на Килограм"@bg ; + rdfs:label "Джоуль на Килограмм"@ru . + +unit:J-PER-KiloGM-DEG_C + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:plainTextDescription "Unit for expressing the specific heat capacity." ; + qudt:symbol "J/(kg·°C)" ; + qudt:ucumCode "J.kg-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Kilogram Stopień Celsjusza"@pl ; + rdfs:label "Joule na Kilogram Stopinja Celzija"@sl ; + rdfs:label "Joule na Kilogram Stupně Celsia"@cs ; + rdfs:label "Joule par Kilogramme Degré Celsius"@fr ; + rdfs:label "Joule pe Kilogram Grad Celsius"@ro ; + rdfs:label "Joule per Chilogrammo Grado Celsius"@it ; + rdfs:label "Joule per Kilogram Celsius"@tr ; + rdfs:label "Joule per Kilogram Darjah Celsius"@ms ; + rdfs:label "Joule per Kilogram Degree Celsius" ; + rdfs:label "Joule per Kilogram Degree Celsius"@en ; + rdfs:label "Joule por Quilograma Grau Celsius"@pt ; + rdfs:label "Joule pro Kilogramm Grad Celsius"@de ; + rdfs:label "Joulium per Chiliogramma Gradus Celsii"@la ; + rdfs:label "Julio por Kilogramo Grado Celsius"@es ; + rdfs:label "Τζάουλ ανά Χιλιόγραμμο Βαθμός Κελσίου"@el ; + rdfs:label "Джаул на Килограм Градус Целзий"@bg ; + rdfs:label "Джоуль на Килограмм Градус Цельсия"@ru . + +unit:J-PER-KiloGM-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, + such as constant pressure: usually measured in joules per kelvin per kilogram. + Symbol $c_p$ (for constant pressure). + Also called specific heat. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J-per-kg-K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA176" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA176"^^xsd:anyURI ; + qudt:latexSymbol "$J/(kg \\cdot K)$"^^qudt:LatexString ; + qudt:symbol "J/(kg·K)" ; + qudt:ucumCode "J.kg-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B11" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Kilogram Kelwin"@pl ; + rdfs:label "Joule na Kilogram Kelvin"@cs ; + rdfs:label "Joule na Kilogram Kelvin"@sl ; + rdfs:label "Joule par Kilogramme Kelvin"@fr ; + rdfs:label "Joule pe Kilogram Kelvin"@ro ; + rdfs:label "Joule per Chilogrammo Kelvin"@it ; + rdfs:label "Joule per Kilogram Kelvin" ; + rdfs:label "Joule per Kilogram Kelvin"@en ; + rdfs:label "Joule per Kilogram Kelvin"@ms ; + rdfs:label "Joule per Kilogram Kelvin"@tr ; + rdfs:label "Joule por Quilograma Kelvin"@pt ; + rdfs:label "Joule pro Kilogramm Kelvin"@de ; + rdfs:label "Joulium per Chiliogramma Kelvin"@la ; + rdfs:label "Julio por Kilogramo Kelvin"@es ; + rdfs:label "Τζάουλ ανά Χιλιόγραμμο Κέλβιν"@el ; + rdfs:label "Джаул на Килограм Келвин"@bg ; + rdfs:label "Джоуль на Килограмм Кельвин"@ru . + +unit:J-PER-KiloGM-K-M3 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$j-per-kg-k-m3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificHeatVolume ; + qudt:symbol "J/(kg·K·m³)" ; + qudt:ucumCode "J.kg-1.K-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Kilogram Kelwin Metr Sześcienny"@pl ; + rdfs:label "Joule na Kilogram Kelvin Kubični Meter"@sl ; + rdfs:label "Joule na Kilogram Kelvin Metr Krychlový"@cs ; + rdfs:label "Joule par Kilogramme Kelvin Mètre Cube"@fr ; + rdfs:label "Joule pe Kilogram Kelvin Metru Cub"@ro ; + rdfs:label "Joule per Chilogrammo Kelvin Metro Cubo"@it ; + rdfs:label "Joule per Kilogram Kelvin Cubic Meter"@en-US ; + rdfs:label "Joule per Kilogram Kelvin Cubic Metre" ; + rdfs:label "Joule per Kilogram Kelvin Cubic Metre"@en ; + rdfs:label "Joule per Kilogram Kelvin Meter Kubik"@ms ; + rdfs:label "Joule per Kilogram Kelvin Metreküp"@tr ; + rdfs:label "Joule por Quilograma Kelvin Metro Cúbico"@pt ; + rdfs:label "Joule pro Kilogramm Kelvin Kubikmeter"@de ; + rdfs:label "Joulium per Chiliogramma Kelvin Metrum Cubicum"@la ; + rdfs:label "Julio por Kilogramo Kelvin Metro Cúbico"@es ; + rdfs:label "Τζάουλ ανά Χιλιόγραμμο Κέλβιν Κυβικό Μέτρο"@el ; + rdfs:label "Джаул на Килограм Келвин Кубичен Метър"@bg ; + rdfs:label "Джоуль на Килограмм Кельвин Кубический Метр"@ru . + +unit:J-PER-KiloGM-K-PA + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$j-per-kg-k-pa$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificHeatPressure ; + qudt:symbol "J/(kg·K·Pa)" ; + qudt:ucumCode "J.kg-1.K-1.Pa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Kilogram Kelwin Paskal"@pl ; + rdfs:label "Joule na Kilogram Kelvin Pascal"@cs ; + rdfs:label "Joule na Kilogram Kelvin Pascal"@sl ; + rdfs:label "Joule par Kilogramme Kelvin Pascal"@fr ; + rdfs:label "Joule pe Kilogram Kelvin Pascal"@ro ; + rdfs:label "Joule per Chilogrammo Kelvin Pascal"@it ; + rdfs:label "Joule per Kilogram Kelvin Pascal" ; + rdfs:label "Joule per Kilogram Kelvin Pascal"@en ; + rdfs:label "Joule per Kilogram Kelvin Pascal"@ms ; + rdfs:label "Joule per Kilogram Kelvin Pascal"@tr ; + rdfs:label "Joule por Quilograma Kelvin Pascal"@pt ; + rdfs:label "Joule pro Kilogramm Kelvin Pascal"@de ; + rdfs:label "Joulium per Chiliogramma Kelvin Pascalium"@la ; + rdfs:label "Julio por Kilogramo Kelvin Pascal"@es ; + rdfs:label "Τζάουλ ανά Χιλιόγραμμο Κέλβιν Πασκάλ"@el ; + rdfs:label "Джаул на Килограм Келвин Паскал"@bg ; + rdfs:label "Джоуль на Килограмм Кельвин Паскаль"@ru . + +unit:J-PER-M + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:expression "$j/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:LinearEnergyTransfer ; + qudt:hasQuantityKind quantitykind:TotalLinearStoppingPower ; + qudt:iec61360Code "0112/2///62720#UAA178" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA178"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "J/m" ; + qudt:ucumCode "J.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B12" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Metr"@pl ; + rdfs:label "Joule na Meter"@sl ; + rdfs:label "Joule na Metr"@cs ; + rdfs:label "Joule par Mètre"@fr ; + rdfs:label "Joule pe Metru"@ro ; + rdfs:label "Joule per Meter"@en-US ; + rdfs:label "Joule per Meter"@ms ; + rdfs:label "Joule per Metre" ; + rdfs:label "Joule per Metre"@en ; + rdfs:label "Joule per Metre"@tr ; + rdfs:label "Joule per Metro"@it ; + rdfs:label "Joule por Metro"@pt ; + rdfs:label "Joule pro Meter"@de ; + rdfs:label "Joulium per Metrum"@la ; + rdfs:label "Julio por Metro"@es ; + rdfs:label "Τζάουλ ανά Μέτρο"@el ; + rdfs:label "Джаул на Метър"@bg ; + rdfs:label "Джоуль на Метр"@ru . + +unit:J-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Joule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyFluence ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:RadiantFluence ; + qudt:hasQuantityKind quantitykind:StrainEnergyReleaseRate ; + qudt:hasReciprocalUnit unit:M2-PER-J ; + qudt:iec61360Code "0112/2///62720#UAA179" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA179"^^xsd:anyURI ; + qudt:symbol "J/m²" ; + qudt:ucumCode "J.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B13" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Metr Kwadratowy"@pl ; + rdfs:label "Joule na Kvadratni Meter"@sl ; + rdfs:label "Joule na Čtvereční Metr"@cs ; + rdfs:label "Joule par Mètre Carré"@fr ; + rdfs:label "Joule pe Metru Pătrat"@ro ; + rdfs:label "Joule per Meter Persegi"@ms ; + rdfs:label "Joule per Metrekare"@tr ; + rdfs:label "Joule per Metro Quadrato"@it ; + rdfs:label "Joule per Square Meter"@en-US ; + rdfs:label "Joule per Square Metre" ; + rdfs:label "Joule per Square Metre"@en ; + rdfs:label "Joule por Metro Quadrado"@pt ; + rdfs:label "Joule pro Quadratmeter"@de ; + rdfs:label "Joulium per Metrum Quadratum"@la ; + rdfs:label "Julio por Metro Cuadrado"@es ; + rdfs:label "Τζάουλ ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Джаул на Квадратен Метър"@bg ; + rdfs:label "Джоуль на Квадратный Метр"@ru . + +unit:J-PER-M2-SEC0pt5-K + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-2.5D0 ; + qudt:hasQuantityKind quantitykind:ThermalInertia ; + qudt:plainTextDescription "A unit of thermal inertia measured as Joules per meter squared per square root Seconds per degree Kelvin " ; + rdfs:isDefinedBy ; + rdfs:label "Joules per Meter Squared Sqrt(second) Degree Kelvin" . + +unit:J-PER-M3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Joule Per Cubic Meter}$ ($J/m^{3}$) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$j-per-m3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticEnergyDensity ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:hasQuantityKind quantitykind:RadiantEnergyDensity ; + qudt:hasQuantityKind quantitykind:VolumicElectromagneticEnergy ; + qudt:iec61360Code "0112/2///62720#UAA180" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA180"^^xsd:anyURI ; + qudt:symbol "J/m³" ; + qudt:ucumCode "J.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B8" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Metr Sześcienny"@pl ; + rdfs:label "Joule na Kubični Meter"@sl ; + rdfs:label "Joule na Metr Krychlový"@cs ; + rdfs:label "Joule par Mètre Cube"@fr ; + rdfs:label "Joule pe Metru Cub"@ro ; + rdfs:label "Joule per Cubic Meter"@en-US ; + rdfs:label "Joule per Cubic Metre" ; + rdfs:label "Joule per Cubic Metre"@en ; + rdfs:label "Joule per Meter Kubik"@ms ; + rdfs:label "Joule per Metreküp"@tr ; + rdfs:label "Joule per Metro Cubo"@it ; + rdfs:label "Joule por Metro Cúbico"@pt ; + rdfs:label "Joule pro Kubikmeter"@de ; + rdfs:label "Joulium per Metrum Cubicum"@la ; + rdfs:label "Julio por Metro Cúbico"@es ; + rdfs:label "Τζάουλ ανά Κυβικό Μέτρο"@el ; + rdfs:label "Джаул на Кубичен Метър"@bg ; + rdfs:label "Джоуль на Кубический Метр"@ru . + +unit:J-PER-M3-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Joule per Cubic Meter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(m^{3} K)$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/(m^{3} K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:symbol "J/(m³·K)" ; + qudt:ucumCode "J.m-3.K-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Metr Sześcienny Kelwin"@pl ; + rdfs:label "Joule na Kubični Meter Kelvin"@sl ; + rdfs:label "Joule na Metr Krychlový Kelvin"@cs ; + rdfs:label "Joule par Mètre Cube Kelvin"@fr ; + rdfs:label "Joule pe Metru Cub Kelvin"@ro ; + rdfs:label "Joule per Cubic Meter Kelvin"@en-US ; + rdfs:label "Joule per Cubic Metre Kelvin" ; + rdfs:label "Joule per Cubic Metre Kelvin"@en ; + rdfs:label "Joule per Meter Kubik Kelvin"@ms ; + rdfs:label "Joule per Metreküp Kelvin"@tr ; + rdfs:label "Joule per Metro Cubo Kelvin"@it ; + rdfs:label "Joule por Metro Cúbico Kelvin"@pt ; + rdfs:label "Joule pro Kubikmeter Kelvin"@de ; + rdfs:label "Joulium per Metrum Cubicum Kelvin"@la ; + rdfs:label "Julio por Metro Cúbico Kelvin"@es ; + rdfs:label "Τζάουλ ανά Κυβικό Μέτρο Κέλβιν"@el ; + rdfs:label "Джаул на Кубичен Метър Келвин"@bg ; + rdfs:label "Джоуль на Кубический Метр Кельвин"@ru . + +unit:J-PER-M4 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The unit $\\textit{Joule Per Quartic Meter}$ ($J/m^4$) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). + This unit is commonly used in the SI unit system. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$J/m^4$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -4 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAA177" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA177"^^xsd:anyURI ; + qudt:symbol "J/m⁴" ; + qudt:ucumCode "J.m-4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B14" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Quartic Meter"@en-US ; + rdfs:label "Joule per Quartic Metre" ; + rdfs:label "Joule per Quartic Metre"@en ; + rdfs:label "Joule pro Meter hoch vier"@de . + +unit:J-PER-MIN + a qudt:Unit ; + dcterms:description "quotient from the SI derived unit joule divided by the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB444" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB444"^^xsd:anyURI ; + qudt:symbol "J/min" ; + qudt:ucumCode "J.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P15" ; + rdfs:isDefinedBy ; + rdfs:label "Joule per Minute" ; + rdfs:label "Joule per Minute"@en . + +unit:J-PER-MOL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The joule per mole (symbol: $J\\cdot mol^{-1}$) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in $J\\cdot mol^{-1}$) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:ChemicalAffinity ; + qudt:hasQuantityKind quantitykind:ElectricPolarizability ; + qudt:hasQuantityKind quantitykind:MolarEnergy ; + qudt:iec61360Code "0112/2///62720#UAA183" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA183"^^xsd:anyURI ; + qudt:symbol "J/mol" ; + qudt:ucumCode "J.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B15" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Mol"@pl ; + rdfs:label "Joule na Mol"@cs ; + rdfs:label "Joule na Mol"@sl ; + rdfs:label "Joule par Mole"@fr ; + rdfs:label "Joule pe Mol"@ro ; + rdfs:label "Joule per Mol"@tr ; + rdfs:label "Joule per Mole" ; + rdfs:label "Joule per Mole"@en ; + rdfs:label "Joule per Mole"@it ; + rdfs:label "Joule per Mole"@ms ; + rdfs:label "Joule por Mol"@pt ; + rdfs:label "Joule pro Mol"@de ; + rdfs:label "Joulium per Moles"@la ; + rdfs:label "Julio por Mol"@es ; + rdfs:label "Τζάουλ ανά Μολ"@el ; + rdfs:label "Джаул на Мол"@bg ; + rdfs:label "Джоуль на Моль"@ru ; + rdfs:label "جول لكل مول"@ar ; + rdfs:label "ژول بر مول"@fa ; + rdfs:label "जूल प्रति मोल (इकाई)"@hi ; + rdfs:label "ジュール毎立方メートル"@ja ; + rdfs:label "焦耳每摩尔"@zh . + +unit:J-PER-MOL-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( $ J\\cdot mol^{-1} K^{-1}$). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J/(mol-K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:MolarEntropy ; + qudt:hasQuantityKind quantitykind:MolarHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAA184" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA184"^^xsd:anyURI ; + qudt:symbol "J/(mol·K)" ; + qudt:ucumCode "J.mol-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B16" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Mol Kelwin"@pl ; + rdfs:label "Joule na Mol Kelvin"@cs ; + rdfs:label "Joule na Mol Kelvin"@sl ; + rdfs:label "Joule par Mole Kelvin"@fr ; + rdfs:label "Joule pe Mol Kelvin"@ro ; + rdfs:label "Joule per Mol Kelvin"@tr ; + rdfs:label "Joule per Mole Kelvin" ; + rdfs:label "Joule per Mole Kelvin"@en ; + rdfs:label "Joule per Mole Kelvin"@it ; + rdfs:label "Joule per Mole Kelvin"@ms ; + rdfs:label "Joule por Mol Kelvin"@pt ; + rdfs:label "Joule pro Mol Kelvin"@de ; + rdfs:label "Joulium per Moles Kelvin"@la ; + rdfs:label "Julio por Mol Kelvin"@es ; + rdfs:label "Τζάουλ ανά Μολ Κέλβιν"@el ; + rdfs:label "Джаул на Мол Келвин"@bg ; + rdfs:label "Джоуль на Моль Кельвин"@ru . + +unit:J-PER-SEC + a qudt:Unit ; + dcterms:description "SI derived unit joule divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB356" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB356"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit joule divided by the SI base unit second" ; + qudt:symbol "J/s" ; + qudt:ucumCode "J.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P14" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Sekunda"@pl ; + rdfs:label "Joule na Sekunda"@cs ; + rdfs:label "Joule na Sekunda"@sl ; + rdfs:label "Joule par Seconde"@fr ; + rdfs:label "Joule pe Secundă"@ro ; + rdfs:label "Joule per Saat"@ms ; + rdfs:label "Joule per Saniye"@tr ; + rdfs:label "Joule per Second" ; + rdfs:label "Joule per Second"@en ; + rdfs:label "Joule per Secondo"@it ; + rdfs:label "Joule por Segundo"@pt ; + rdfs:label "Joule pro Sekunde"@de ; + rdfs:label "Joulium per Secundum"@la ; + rdfs:label "Julio por Segundo"@es ; + rdfs:label "Τζάουλ ανά Δευτερόλεπτο"@el ; + rdfs:label "Джаул на Секунда"@bg ; + rdfs:label "Джоуль на Секунда"@ru . + +unit:J-PER-T + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$j-per-t$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticAreaMoment ; + qudt:hasQuantityKind quantitykind:MagneticMoment ; + qudt:iec61360Code "0112/2///62720#UAB336" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB336"^^xsd:anyURI ; + qudt:symbol "J/T" ; + qudt:ucumCode "J.T-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q10" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Tesla"@pl ; + rdfs:label "Joule na Tesla"@cs ; + rdfs:label "Joule na Tesla"@sl ; + rdfs:label "Joule par Tesla"@fr ; + rdfs:label "Joule pe Tesla"@ro ; + rdfs:label "Joule per Tesla" ; + rdfs:label "Joule per Tesla"@en ; + rdfs:label "Joule per Tesla"@it ; + rdfs:label "Joule per Tesla"@ms ; + rdfs:label "Joule per Tesla"@tr ; + rdfs:label "Joule por Tesla"@pt ; + rdfs:label "Joule pro Tesla"@de ; + rdfs:label "Joulium per Tesla"@la ; + rdfs:label "Julio por Tesla"@es ; + rdfs:label "Τζάουλ ανά Τέσλα"@el ; + rdfs:label "Джаул на Тесла"@bg ; + rdfs:label "Джоуль на Тесла"@ru ; + rdfs:label "جول لكل تسلا"@ar ; + rdfs:label "ژول بر تسلا"@fa ; + rdfs:label "जूल प्रति टैस्ला"@hi ; + rdfs:label "ジュール毎立方メートル"@ja ; + rdfs:label "焦耳每特斯拉"@zh . + +unit:J-PER-T2 + a qudt:Unit ; + dcterms:description "A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J T^{-2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerSquareMagneticFluxDensity ; + qudt:informativeReference "http://www.eng.famu.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html"^^xsd:anyURI ; + qudt:symbol "J/T²" ; + qudt:ucumCode "J.T-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul na Tesla Kwadratowy"@pl ; + rdfs:label "Joule na Kvadratni Tesla"@sl ; + rdfs:label "Joule na Čtvereční Tesla"@cs ; + rdfs:label "Joule par Tesla Carré"@fr ; + rdfs:label "Joule pe Tesla Pătrat"@ro ; + rdfs:label "Joule per Square Tesla" ; + rdfs:label "Joule per Square Tesla"@en ; + rdfs:label "Joule per Tesla Persegi"@ms ; + rdfs:label "Joule per Tesla Quadrato"@it ; + rdfs:label "Joule per Teslakare"@tr ; + rdfs:label "Joule por Tesla Quadrado"@pt ; + rdfs:label "Joule pro Quadrattesla"@de ; + rdfs:label "Joulium per Tesla Quadratum"@la ; + rdfs:label "Julio por Tesla Cuadrado"@es ; + rdfs:label "Τζάουλ ανά Τετραγωνικό Τέσλα"@el ; + rdfs:label "Джаул на Квадратен Тесла"@bg ; + rdfs:label "Джоуль на Квадратный Тесла"@ru . + +unit:J-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. + The joule-second is the unit used for Planck's constant. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Action ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:iec61360Code "0112/2///62720#UAB151" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB151"^^xsd:anyURI ; + qudt:symbol "J·s" ; + qudt:ucumCode "J.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B18" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Dżul Sekunda"@pl ; + rdfs:label "Joule Saat"@ms ; + rdfs:label "Joule Saniye"@tr ; + rdfs:label "Joule Second" ; + rdfs:label "Joule Second"@en ; + rdfs:label "Joule Seconde"@fr ; + rdfs:label "Joule Secondo"@it ; + rdfs:label "Joule Secundă"@ro ; + rdfs:label "Joule Segundo"@pt ; + rdfs:label "Joule Sekunda"@cs ; + rdfs:label "Joule Sekunda"@sl ; + rdfs:label "Joule Sekunde"@de ; + rdfs:label "Joulium Secundum"@la ; + rdfs:label "Julio Segundo"@es ; + rdfs:label "Τζάουλ Δευτερόλεπτο"@el ; + rdfs:label "Джаул Секунда"@bg ; + rdfs:label "Джоуль Секунда"@ru ; + rdfs:label "جول ثانية"@ar ; + rdfs:label "ژول ثانیه"@fa ; + rdfs:label "जूल सैकण्ड"@hi ; + rdfs:label "ジュール秒"@ja ; + rdfs:label "焦耳秒"@zh . + +unit:J-SEC-PER-MOL + a qudt:Unit ; + dcterms:description "$\\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$J s mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarAngularMomentum ; + qudt:symbol "J·s/mol" ; + qudt:ucumCode "J.s.mol-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Dżul Sekunda na Mol"@pl ; + rdfs:label "Joule Saat per Mole"@ms ; + rdfs:label "Joule Saniye per Mol"@tr ; + rdfs:label "Joule Second per Mole" ; + rdfs:label "Joule Second per Mole"@en ; + rdfs:label "Joule Seconde par Mole"@fr ; + rdfs:label "Joule Secondo per Mole"@it ; + rdfs:label "Joule Secundă pe Mol"@ro ; + rdfs:label "Joule Segundo por Mol"@pt ; + rdfs:label "Joule Sekunda na Mol"@cs ; + rdfs:label "Joule Sekunda na Mol"@sl ; + rdfs:label "Joule Sekunde pro Mol"@de ; + rdfs:label "Joulium Secundum per Moles"@la ; + rdfs:label "Julio Segundo por Mol"@es ; + rdfs:label "Τζάουλ Δευτερόλεπτο ανά Μολ"@el ; + rdfs:label "Джаул Секунда на Мол"@bg ; + rdfs:label "Джоуль Секунда на Моль"@ru . + +unit:K + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Kelvin}$ is the SI base unit of temperature, previously called the degree Kelvin. + One kelvin represents the same temperature difference as one degree Celsius. + In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water + (the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins. + Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius. + The kelvin equals exactly 1.8 degrees Fahrenheit. + The unit is named for the British mathematician and physicist William Thomson (1824-1907), + later known as Lord Kelvin after he was named Baron Kelvin of Largs. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kelvin"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:CorrelatedColorTemperature ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:iec61360Code "0112/2///62720#UAA185" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA185"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kelvin?oldid=495075694"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:kelvin ; + qudt:symbol "K" ; + qudt:ucumCode "K"^^qudt:UCUMcs ; + qudt:udunitsCode "K" ; + qudt:uneceCommonCode "KEL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin" ; + rdfs:label "Kelvin"@cs ; + rdfs:label "Kelvin"@de ; + rdfs:label "Kelvin"@en ; + rdfs:label "Kelvin"@es ; + rdfs:label "Kelvin"@fr ; + rdfs:label "Kelvin"@hu ; + rdfs:label "Kelvin"@it ; + rdfs:label "Kelvin"@la ; + rdfs:label "Kelvin"@ms ; + rdfs:label "Kelvin"@pt ; + rdfs:label "Kelvin"@ro ; + rdfs:label "Kelvin"@sl ; + rdfs:label "Kelvin"@tr ; + rdfs:label "Kelwin"@pl ; + rdfs:label "Κέλβιν"@el ; + rdfs:label "Келвин"@bg ; + rdfs:label "Кельвин"@ru ; + rdfs:label "קלווין"@he ; + rdfs:label "كلفن"@ar ; + rdfs:label "کلوین"@fa ; + rdfs:label "कैल्विन"@hi ; + rdfs:label "ケルビン"@ja ; + rdfs:label "开尔文"@zh . + +unit:K-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 86400.0 ; + qudt:conversionMultiplierSN 8.64E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "K·d" ; + qudt:ucumCode "K.d"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Day" ; + rdfs:label "Kelvin Day"@en . + +unit:K-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:LengthTemperature ; + qudt:hasReciprocalUnit unit:PER-M-K ; + qudt:symbol "K·m" ; + qudt:ucumCode "K.m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Meter"@de ; + rdfs:label "Kelvin Meter"@en-US ; + rdfs:label "Kelvin Meter"@ms ; + rdfs:label "Kelvin Meter"@sl ; + rdfs:label "Kelvin Metr"@cs ; + rdfs:label "Kelvin Metre" ; + rdfs:label "Kelvin Metre"@en ; + rdfs:label "Kelvin Metre"@tr ; + rdfs:label "Kelvin Metro"@es ; + rdfs:label "Kelvin Metro"@it ; + rdfs:label "Kelvin Metro"@pt ; + rdfs:label "Kelvin Metru"@ro ; + rdfs:label "Kelvin Metrum"@la ; + rdfs:label "Kelvin Mètre"@fr ; + rdfs:label "Kelwin Metr"@pl ; + rdfs:label "Κέλβιν Μέτρο"@el ; + rdfs:label "Келвин Метър"@bg ; + rdfs:label "Кельвин Метр"@ru . + +unit:K-M-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "K·m/s" ; + qudt:ucumCode "K.m.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Meter na Sekunda"@sl ; + rdfs:label "Kelvin Meter per Saat"@ms ; + rdfs:label "Kelvin Meter per Second"@en-US ; + rdfs:label "Kelvin Meter pro Sekunde"@de ; + rdfs:label "Kelvin Metr na Sekunda"@cs ; + rdfs:label "Kelvin Metre per Saniye"@tr ; + rdfs:label "Kelvin Metre per Second" ; + rdfs:label "Kelvin Metre per Second"@en ; + rdfs:label "Kelvin Metro per Secondo"@it ; + rdfs:label "Kelvin Metro por Segundo"@es ; + rdfs:label "Kelvin Metro por Segundo"@pt ; + rdfs:label "Kelvin Metru pe Secundă"@ro ; + rdfs:label "Kelvin Metrum per Secundum"@la ; + rdfs:label "Kelvin Mètre par Seconde"@fr ; + rdfs:label "Kelwin Metr na Sekunda"@pl ; + rdfs:label "Κέλβιν Μέτρο ανά Δευτερόλεπτο"@el ; + rdfs:label "Келвин Метър на Секунда"@bg ; + rdfs:label "Кельвин Метр на Секунда"@ru . + +unit:K-M-PER-W + a qudt:Unit ; + dcterms:description "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistivity ; + qudt:hasReciprocalUnit unit:W-PER-M-K ; + qudt:iec61360Code "0112/2///62720#UAB488" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB488"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt" ; + qudt:symbol "K·m/W" ; + qudt:ucumCode "K.m.W-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H35" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Meter na Watt"@sl ; + rdfs:label "Kelvin Meter per Watt"@en-US ; + rdfs:label "Kelvin Meter per Watt"@ms ; + rdfs:label "Kelvin Meter pro Watt"@de ; + rdfs:label "Kelvin Metr na Watt"@cs ; + rdfs:label "Kelvin Metre per Watt" ; + rdfs:label "Kelvin Metre per Watt"@en ; + rdfs:label "Kelvin Metre per Watt"@tr ; + rdfs:label "Kelvin Metro per Watt"@it ; + rdfs:label "Kelvin Metro por Vatio"@es ; + rdfs:label "Kelvin Metro por Watt"@pt ; + rdfs:label "Kelvin Metru pe Watt"@ro ; + rdfs:label "Kelvin Metrum per Wattium"@la ; + rdfs:label "Kelvin Mètre par Watt"@fr ; + rdfs:label "Kelwin Metr na Wat"@pl ; + rdfs:label "Κέλβιν Μέτρο ανά Βατ"@el ; + rdfs:label "Келвин Метър на Ват"@bg ; + rdfs:label "Кельвин Метр на Ватт"@ru . + +unit:K-M2-PER-KiloGM-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "K·m²/(kg·s)" ; + qudt:ucumCode "K.m2.kg-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Kvadratni Meter na Kilogram Sekunda"@sl ; + rdfs:label "Kelvin Meter Persegi per Kilogram Saat"@ms ; + rdfs:label "Kelvin Metrekare per Kilogram Saniye"@tr ; + rdfs:label "Kelvin Metro Cuadrado por Kilogramo Segundo"@es ; + rdfs:label "Kelvin Metro Quadrado por Quilograma Segundo"@pt ; + rdfs:label "Kelvin Metro Quadrato per Chilogrammo Secondo"@it ; + rdfs:label "Kelvin Metru Pătrat pe Kilogram Secundă"@ro ; + rdfs:label "Kelvin Metrum Quadratum per Chiliogramma Secundum"@la ; + rdfs:label "Kelvin Mètre Carré par Kilogramme Seconde"@fr ; + rdfs:label "Kelvin Quadratmeter pro Kilogramm Sekunde"@de ; + rdfs:label "Kelvin Square Meter per Kilogram Second"@en-US ; + rdfs:label "Kelvin Square Metre per Kilogram Second" ; + rdfs:label "Kelvin Square Metre per Kilogram Second"@en ; + rdfs:label "Kelvin Čtvereční Metr na Kilogram Sekunda"@cs ; + rdfs:label "Kelwin Metr Kwadratowy na Kilogram Sekunda"@pl ; + rdfs:label "Κέλβιν Τετραγωνικό Μέτρο ανά Χιλιόγραμμο Δευτερόλεπτο"@el ; + rdfs:label "Келвин Квадратен Метър на Килограм Секунда"@bg ; + rdfs:label "Кельвин Квадратный Метр на Килограмм Секунда"@ru . + +unit:K-PA-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "K·Pa/s" ; + qudt:ucumCode "K.Pa.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Pascal na Sekunda"@cs ; + rdfs:label "Kelvin Pascal na Sekunda"@sl ; + rdfs:label "Kelvin Pascal par Seconde"@fr ; + rdfs:label "Kelvin Pascal pe Secundă"@ro ; + rdfs:label "Kelvin Pascal per Saat"@ms ; + rdfs:label "Kelvin Pascal per Saniye"@tr ; + rdfs:label "Kelvin Pascal per Second" ; + rdfs:label "Kelvin Pascal per Second"@en ; + rdfs:label "Kelvin Pascal per Secondo"@it ; + rdfs:label "Kelvin Pascal por Segundo"@es ; + rdfs:label "Kelvin Pascal por Segundo"@pt ; + rdfs:label "Kelvin Pascal pro Sekunde"@de ; + rdfs:label "Kelvin Pascalium per Secundum"@la ; + rdfs:label "Kelwin Paskal na Sekunda"@pl ; + rdfs:label "Κέλβιν Πασκάλ ανά Δευτερόλεπτο"@el ; + rdfs:label "Келвин Паскал на Секунда"@bg ; + rdfs:label "Кельвин Паскаль на Секунда"@ru . + +unit:K-PER-BAR + a qudt:Unit ; + dcterms:description "SI base unit kelvin divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:BAR-PER-K ; + qudt:iec61360Code "0112/2///62720#UAA188" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA188"^^xsd:anyURI ; + qudt:symbol "K/bar" ; + qudt:ucumCode "K.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F61" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per Bar" ; + rdfs:label "Kelvin per Bar"@en . + +unit:K-PER-HR + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Hour}$ is a unit for 'Temperature Per Time' expressed as $K / h$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$K / h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA189" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA189"^^xsd:anyURI ; + qudt:symbol "K/h" ; + qudt:ucumCode "K.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F10" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per Hour" ; + rdfs:label "Kelvin per Hour"@en . + +unit:K-PER-K + a qudt:Unit ; + dcterms:description "SI base unit kelvin divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureRatio ; + qudt:iec61360Code "0112/2///62720#UAA186" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA186"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kelvin divided by the SI base unit kelvin" ; + qudt:symbol "K/K" ; + qudt:ucumCode "K.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F02" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin na Kelvin"@cs ; + rdfs:label "Kelvin na Kelvin"@sl ; + rdfs:label "Kelvin par Kelvin"@fr ; + rdfs:label "Kelvin pe Kelvin"@ro ; + rdfs:label "Kelvin per Kelvin" ; + rdfs:label "Kelvin per Kelvin"@en ; + rdfs:label "Kelvin per Kelvin"@it ; + rdfs:label "Kelvin per Kelvin"@la ; + rdfs:label "Kelvin per Kelvin"@ms ; + rdfs:label "Kelvin per Kelvin"@tr ; + rdfs:label "Kelvin por Kelvin"@es ; + rdfs:label "Kelvin por Kelvin"@pt ; + rdfs:label "Kelvin pro Kelvin"@de ; + rdfs:label "Kelwin na Kelwin"@pl ; + rdfs:label "Κέλβιν ανά Κέλβιν"@el ; + rdfs:label "Келвин на Келвин"@bg ; + rdfs:label "Кельвин на Кельвин"@ru . + +unit:K-PER-M + a qudt:Unit ; + dcterms:description "A change of temperature on the Kelvin temperature scale in one SI unit of length."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureGradient ; + qudt:hasReciprocalUnit unit:M-PER-K ; + qudt:symbol "K/m" ; + qudt:ucumCode "K.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin na Meter"@sl ; + rdfs:label "Kelvin na Metr"@cs ; + rdfs:label "Kelvin par Mètre"@fr ; + rdfs:label "Kelvin pe Metru"@ro ; + rdfs:label "Kelvin per Meter"@en-US ; + rdfs:label "Kelvin per Meter"@ms ; + rdfs:label "Kelvin per Metre" ; + rdfs:label "Kelvin per Metre"@en ; + rdfs:label "Kelvin per Metre"@tr ; + rdfs:label "Kelvin per Metro"@it ; + rdfs:label "Kelvin per Metrum"@la ; + rdfs:label "Kelvin por Metro"@es ; + rdfs:label "Kelvin por Metro"@pt ; + rdfs:label "Kelvin pro Meter"@de ; + rdfs:label "Kelwin na Metr"@pl ; + rdfs:label "Κέλβιν ανά Μέτρο"@el ; + rdfs:label "Келвин на Метър"@bg ; + rdfs:label "Кельвин на Метр"@ru . + +unit:K-PER-MIN + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Minute}$ is a unit for 'Temperature Per Time' expressed as $K / m$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$K / min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA191" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA191"^^xsd:anyURI ; + qudt:symbol "K/min" ; + qudt:ucumCode "K.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F11" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin per Minute" ; + rdfs:label "Kelvin per Minute"@en . + +unit:K-PER-PA + a qudt:Unit ; + dcterms:description "SI base unit kelvin divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:PA-PER-K ; + qudt:iec61360Code "0112/2///62720#UAB319" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB319"^^xsd:anyURI ; + qudt:symbol "K/Pa" ; + qudt:ucumCode "K.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N79" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin na Pascal"@cs ; + rdfs:label "Kelvin na Pascal"@sl ; + rdfs:label "Kelvin par Pascal"@fr ; + rdfs:label "Kelvin pe Pascal"@ro ; + rdfs:label "Kelvin per Pascal" ; + rdfs:label "Kelvin per Pascal"@en ; + rdfs:label "Kelvin per Pascal"@it ; + rdfs:label "Kelvin per Pascal"@ms ; + rdfs:label "Kelvin per Pascal"@tr ; + rdfs:label "Kelvin per Pascalium"@la ; + rdfs:label "Kelvin por Pascal"@es ; + rdfs:label "Kelvin por Pascal"@pt ; + rdfs:label "Kelvin pro Pascal"@de ; + rdfs:label "Kelwin na Paskal"@pl ; + rdfs:label "Κέλβιν ανά Πασκάλ"@el ; + rdfs:label "Келвин на Паскал"@bg ; + rdfs:label "Кельвин на Паскаль"@ru . + +unit:K-PER-SEC + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Second}$ is a unit for 'Temperature Per Time' expressed as $K / s$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerTime ; + qudt:iec61360Code "0112/2///62720#UAA192" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA192"^^xsd:anyURI ; + qudt:symbol "K/s" ; + qudt:ucumCode "K.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F12" ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin na Sekunda"@cs ; + rdfs:label "Kelvin na Sekunda"@sl ; + rdfs:label "Kelvin par Seconde"@fr ; + rdfs:label "Kelvin pe Secundă"@ro ; + rdfs:label "Kelvin per Saat"@ms ; + rdfs:label "Kelvin per Saniye"@tr ; + rdfs:label "Kelvin per Second" ; + rdfs:label "Kelvin per Second"@en ; + rdfs:label "Kelvin per Secondo"@it ; + rdfs:label "Kelvin per Secundum"@la ; + rdfs:label "Kelvin por Segundo"@es ; + rdfs:label "Kelvin por Segundo"@pt ; + rdfs:label "Kelvin pro Sekunde"@de ; + rdfs:label "Kelwin na Sekunda"@pl ; + rdfs:label "Κέλβιν ανά Δευτερόλεπτο"@el ; + rdfs:label "Келвин на Секунда"@bg ; + rdfs:label "Кельвин на Секунда"@ru . + +unit:K-PER-SEC2 + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerSquareTime ; + qudt:symbol "K/s²" ; + qudt:ucumCode "K.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin na Kvadratni Sekunda"@sl ; + rdfs:label "Kelvin na Čtvereční Sekunda"@cs ; + rdfs:label "Kelvin par Seconde Carré"@fr ; + rdfs:label "Kelvin pe Secundă Pătrat"@ro ; + rdfs:label "Kelvin per Saat Persegi"@ms ; + rdfs:label "Kelvin per Saniyekare"@tr ; + rdfs:label "Kelvin per Secondo Quadrato"@it ; + rdfs:label "Kelvin per Secundum Quadratum"@la ; + rdfs:label "Kelvin per Square Second" ; + rdfs:label "Kelvin per Square Second"@en ; + rdfs:label "Kelvin por Segundo Cuadrado"@es ; + rdfs:label "Kelvin por Segundo Quadrado"@pt ; + rdfs:label "Kelvin pro Quadratsekunde"@de ; + rdfs:label "Kelwin na Sekunda Kwadratowy"@pl ; + rdfs:label "Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Келвин на Квадратен Секунда"@bg ; + rdfs:label "Кельвин на Квадратный Секунда"@ru . + +unit:K-PER-T + a qudt:Unit ; + dcterms:description "$\\textit{Kelvin per Tesla}$ is a unit for 'Temperature Per Magnetic Flux Density' expressed as $K T^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K T^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H1T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasQuantityKind quantitykind:TemperaturePerMagneticFluxDensity ; + qudt:symbol "K/T" ; + qudt:ucumCode "K.T-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin na Tesla"@cs ; + rdfs:label "Kelvin na Tesla"@sl ; + rdfs:label "Kelvin par Tesla"@fr ; + rdfs:label "Kelvin pe Tesla"@ro ; + rdfs:label "Kelvin per Tesla" ; + rdfs:label "Kelvin per Tesla"@en ; + rdfs:label "Kelvin per Tesla"@it ; + rdfs:label "Kelvin per Tesla"@la ; + rdfs:label "Kelvin per Tesla"@ms ; + rdfs:label "Kelvin per Tesla"@tr ; + rdfs:label "Kelvin por Tesla"@es ; + rdfs:label "Kelvin por Tesla"@pt ; + rdfs:label "Kelvin pro Tesla"@de ; + rdfs:label "Kelwin na Tesla"@pl ; + rdfs:label "Κέλβιν ανά Τέσλα"@el ; + rdfs:label "Келвин на Тесла"@bg ; + rdfs:label "Кельвин на Тесла"@ru . + +unit:K-PER-W + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "

Thermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals).

"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K/W$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistance ; + qudt:hasReciprocalUnit unit:W-PER-K ; + qudt:iec61360Code "0112/2///62720#UAA187" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA187"^^xsd:anyURI ; + qudt:symbol "K/W" ; + qudt:ucumCode "K.W-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B21" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin na Watt"@cs ; + rdfs:label "Kelvin na Watt"@sl ; + rdfs:label "Kelvin par Watt"@fr ; + rdfs:label "Kelvin pe Watt"@ro ; + rdfs:label "Kelvin per Watt" ; + rdfs:label "Kelvin per Watt"@en ; + rdfs:label "Kelvin per Watt"@it ; + rdfs:label "Kelvin per Watt"@ms ; + rdfs:label "Kelvin per Watt"@tr ; + rdfs:label "Kelvin per Wattium"@la ; + rdfs:label "Kelvin por Vatio"@es ; + rdfs:label "Kelvin por Watt"@pt ; + rdfs:label "Kelvin pro Watt"@de ; + rdfs:label "Kelwin na Wat"@pl ; + rdfs:label "Κέλβιν ανά Βατ"@el ; + rdfs:label "Келвин на Ват"@bg ; + rdfs:label "Кельвин на Ватт"@ru . + +unit:K-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:TimeTemperature ; + qudt:symbol "K·s" ; + qudt:ucumCode "K.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Saat"@ms ; + rdfs:label "Kelvin Saniye"@tr ; + rdfs:label "Kelvin Second" ; + rdfs:label "Kelvin Second"@en ; + rdfs:label "Kelvin Seconde"@fr ; + rdfs:label "Kelvin Secondo"@it ; + rdfs:label "Kelvin Secundum"@la ; + rdfs:label "Kelvin Secundă"@ro ; + rdfs:label "Kelvin Segundo"@es ; + rdfs:label "Kelvin Segundo"@pt ; + rdfs:label "Kelvin Sekunda"@cs ; + rdfs:label "Kelvin Sekunda"@sl ; + rdfs:label "Kelvin Sekunde"@de ; + rdfs:label "Kelwin Sekunda"@pl ; + rdfs:label "Κέλβιν Δευτερόλεπτο"@el ; + rdfs:label "Келвин Секунда"@bg ; + rdfs:label "Кельвин Секунда"@ru . + +unit:K2 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H2T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "K²" ; + qudt:ucumCode "K2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kelvin Carré"@fr ; + rdfs:label "Kelvin Cuadrado"@es ; + rdfs:label "Kelvin Persegi"@ms ; + rdfs:label "Kelvin Pătrat"@ro ; + rdfs:label "Kelvin Quadrado"@pt ; + rdfs:label "Kelvin Quadrato"@it ; + rdfs:label "Kelvin Quadratum"@la ; + rdfs:label "Kelvinkare"@tr ; + rdfs:label "Kelwin Kwadratowy"@pl ; + rdfs:label "Kvadratni Kelvin"@sl ; + rdfs:label "Quadratkelvin"@de ; + rdfs:label "Square Kelvin" ; + rdfs:label "Square Kelvin"@en ; + rdfs:label "Čtvereční Kelvin"@cs ; + rdfs:label "Τετραγωνικό Κέλβιν"@el ; + rdfs:label "Квадратен Келвин"@bg ; + rdfs:label "Квадратный Кельвин"@ru . + +unit:KAT + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAB196" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB196"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Katal?oldid=486431865"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:katal ; + qudt:symbol "kat" ; + qudt:ucumCode "kat"^^qudt:UCUMcs ; + qudt:udunitsCode "kat" ; + qudt:uneceCommonCode "KAT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Katal" ; + rdfs:label "Katal"@cs ; + rdfs:label "Katal"@de ; + rdfs:label "Katal"@en ; + rdfs:label "Katal"@es ; + rdfs:label "Katal"@fr ; + rdfs:label "Katal"@hu ; + rdfs:label "Katal"@it ; + rdfs:label "Katal"@ms ; + rdfs:label "Katal"@pl ; + rdfs:label "Katal"@pt ; + rdfs:label "Katal"@ro ; + rdfs:label "Katal"@sl ; + rdfs:label "Katal"@tr ; + rdfs:label "Κατάλ"@el ; + rdfs:label "Катал"@bg ; + rdfs:label "Катал"@ru ; + rdfs:label "קטל"@he ; + rdfs:label "كاتال"@ar ; + rdfs:label "کاتال"@fa ; + rdfs:label "कटल"@hi ; + rdfs:label "カタール"@ja ; + rdfs:label "开特"@zh . + +unit:KAT-PER-L + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KAT ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; + qudt:symbol "kat/L" ; + qudt:ucumCode "kat.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Katal per Liter"@en-US ; + rdfs:label "Katal per Litre" ; + rdfs:label "Katal per Litre"@en . + +unit:KAT-PER-M3 + a qudt:Unit ; + dcterms:description "the SI derived unit katal divided by the SI base unit metre to the power three" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KAT ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:iec61360Code "0112/2///62720#UAB602" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB602"^^xsd:anyURI ; + qudt:symbol "kat/m³" ; + qudt:ucumCode "kat.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Katal na Kubični Meter"@sl ; + rdfs:label "Katal na Metr Krychlový"@cs ; + rdfs:label "Katal na Metr Sześcienny"@pl ; + rdfs:label "Katal par Mètre Cube"@fr ; + rdfs:label "Katal pe Metru Cub"@ro ; + rdfs:label "Katal per Cubic Meter"@en-US ; + rdfs:label "Katal per Cubic Metre" ; + rdfs:label "Katal per Cubic Metre"@en ; + rdfs:label "Katal per Meter Kubik"@ms ; + rdfs:label "Katal per Metreküp"@tr ; + rdfs:label "Katal per Metro Cubo"@it ; + rdfs:label "Katal por Metro Cúbico"@es ; + rdfs:label "Katal por Metro Cúbico"@pt ; + rdfs:label "Katal pro Kubikmeter"@de ; + rdfs:label "Κατάλ ανά Κυβικό Μέτρο"@el ; + rdfs:label "Катал на Кубичен Метър"@bg ; + rdfs:label "Катал на Кубический Метр"@ru . + +unit:KAT-PER-MicroL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KAT ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; + qudt:symbol "kat/μL" ; + qudt:ucumCode "kat.uL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Katal per Microliter"@en-US ; + rdfs:label "Katal per Microlitre" ; + rdfs:label "Katal per Microlitre"@en . + +unit:KIP_F + a qudt:Unit ; + dcterms:description "1000 pound-force"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 4448.221615260499999999999999999998 ; + qudt:conversionMultiplierSN 4.448221615260499999999999999999998E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kip"^^xsd:anyURI ; + qudt:factorUnitScalar 1000.0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kip?oldid=492552722"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "kip" ; + qudt:ucumCode "k[lbf_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M75" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kip" ; + rdfs:label "Kip"@en . + +unit:KIP_F-PER-IN2 + a qudt:Unit ; + dcterms:description "\"Kip per Square Inch\" is a unit for 'Force Per Area' expressed as $kip/in^{2}$."^^qudt:LatexString ; + qudt:conversionMultiplier 6894757.293168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E6 ; + qudt:expression "$kip/in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KIP_F ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB242" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB242"^^xsd:anyURI ; + qudt:symbol "kip/in²" ; + qudt:ucumCode "k[lbf_av].[in_i]-2"^^qudt:UCUMcs ; + qudt:udunitsCode "ksi" ; + qudt:uneceCommonCode "N20" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kip per Square Inch" ; + rdfs:label "Kip per Square Inch"@en . + +unit:KN + a qudt:Unit ; + dcterms:description "The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5144444444444444444444444444444445 ; + qudt:conversionMultiplierSN 5.144444444444444444444444444444445E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Knot"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:MI_N-PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MI_N ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB110" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB110"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Knot?oldid=495066194"^^xsd:anyURI ; + qudt:symbol "kn" ; + qudt:ucumCode "[kn_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "kt" ; + qudt:uneceCommonCode "KNT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Knot" ; + rdfs:label "Knot"@en ; + skos:altLabel "kt" ; + skos:altLabel "kts" . + +unit:KN-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Knot per Second}$ is a unit for 'Linear Acceleration' expressed as $kt/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5144444444444444444444444444444445 ; + qudt:conversionMultiplierSN 5.144444444444444444444444444444445E-1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kt/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:symbol "kn/s" ; + qudt:ucumCode "[kn_i].s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Knot per Second" ; + rdfs:label "Knot per Second"@en . + +unit:KY + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kayser"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:expression "$cm^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kayser?oldid=458489166"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "K" ; + qudt:ucumCode "Ky"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kayser" ; + rdfs:label "Kayser"@en . + +unit:KibiBIT + a qudt:Unit ; + dcterms:description "1,024-fold of the unit bit" ; + qudt:conversionMultiplier 709.7827128933839968432456923731763 ; + qudt:conversionMultiplierSN 7.097827128933839968432456923731763E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB158" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB158"^^xsd:anyURI ; + qudt:prefix prefix:Kibi ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Kib" ; + qudt:ucumCode "Kibit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C21" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kibibit" ; + rdfs:label "Kibibit"@en . + +unit:KibiBIT-PER-M + a qudt:Unit ; + dcterms:description "1024-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 709.7827128933839968432456923731763 ; + qudt:conversionMultiplierSN 7.097827128933839968432456923731763E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KibiBIT ; + ] ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA194" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA194"^^xsd:anyURI ; + qudt:symbol "Kib/m" ; + qudt:ucumCode "Kibit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E72" ; + rdfs:isDefinedBy ; + rdfs:label "Kibibit per Meter"@en-US ; + rdfs:label "Kibibit per Metre" ; + rdfs:label "Kibibit per Metre"@en . + +unit:KibiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 709.7827128933839968432456923731763 ; + qudt:conversionMultiplierSN 7.097827128933839968432456923731763E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KibiBIT ; + ] ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA195" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA195"^^xsd:anyURI ; + qudt:symbol "Kib/m²" ; + qudt:ucumCode "Kibit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E73" ; + rdfs:isDefinedBy ; + rdfs:label "Kibibit per Square Meter"@en-US ; + rdfs:label "Kibibit per Square Metre" ; + rdfs:label "Kibibit per Square Metre"@en . + +unit:KibiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 709.7827128933839968432456923731763 ; + qudt:conversionMultiplierSN 7.097827128933839968432456923731763E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KibiBIT ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA196" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA196"^^xsd:anyURI ; + qudt:symbol "Kib/m³" ; + qudt:ucumCode "Kibit.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E74" ; + rdfs:isDefinedBy ; + rdfs:label "Kibibit per Cubic Meter"@en-US ; + rdfs:label "Kibibit per Cubic Metre" ; + rdfs:label "Kibibit per Cubic Metre"@en . + +unit:KibiBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5678.261703147071974745965538985411 ; + qudt:conversionMultiplierSN 5.678261703147071974745965538985411E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA197" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA197"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Kibi ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "KiB" ; + qudt:ucumCode "KiBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E64" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kibibyte" ; + rdfs:label "Kibibyte"@en . + +unit:KiloA + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA557" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA557"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:A ; + qudt:symbol "kA" ; + qudt:ucumCode "kA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B22" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiloampere"@it ; + rdfs:label "Kiloamper"@hu ; + rdfs:label "Kiloamper"@pl ; + rdfs:label "Kiloamper"@ro ; + rdfs:label "Kiloamper"@sl ; + rdfs:label "Kiloamper"@tr ; + rdfs:label "Kiloampere" ; + rdfs:label "Kiloampere"@de ; + rdfs:label "Kiloampere"@en ; + rdfs:label "Kiloampere"@ms ; + rdfs:label "Kiloamperio"@es ; + rdfs:label "Kiloampère"@fr ; + rdfs:label "Kiloampér"@cs . + +unit:KiloA-HR + a qudt:Unit ; + dcterms:description "product of the 1 000-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloA ; + ] ; + qudt:hasQuantityKind quantitykind:BatteryCapacity ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAB053" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB053"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1 000-fold of the SI base unit ampere and the unit hour" ; + qudt:symbol "kA·h" ; + qudt:ucumCode "kA.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "TAH" ; + rdfs:isDefinedBy ; + rdfs:label "Kiloampere Hour" ; + rdfs:label "Kiloampere Hour"@en . + +unit:KiloA-PER-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloA ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerTemperature ; + qudt:iec61360Code "0112/2///62720#UAD900" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD900"^^xsd:anyURI ; + qudt:symbol "kA/K" ; + qudt:ucumCode "kA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiloampere per Kelvin"@it ; + rdfs:label "Kiloamper na Kelvin"@sl ; + rdfs:label "Kiloamper na Kelwin"@pl ; + rdfs:label "Kiloamper pe Kelvin"@ro ; + rdfs:label "Kiloamper per Kelvin"@tr ; + rdfs:label "Kiloampere per Kelvin" ; + rdfs:label "Kiloampere per Kelvin"@en ; + rdfs:label "Kiloampere per Kelvin"@ms ; + rdfs:label "Kiloampere pro Kelvin"@de ; + rdfs:label "Kiloamperio por Kelvin"@es ; + rdfs:label "Kiloampère par Kelvin"@fr ; + rdfs:label "Kiloampér na Kelvin"@cs . + +unit:KiloA-PER-M + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit ampere divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA558" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA558"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit ampere divided by the SI base unit metre" ; + qudt:symbol "kA/m" ; + qudt:ucumCode "kA.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B24" ; + rdfs:isDefinedBy ; + rdfs:label "Chiloampere per Metro"@it ; + rdfs:label "Kiloamper na Meter"@sl ; + rdfs:label "Kiloamper na Metr"@pl ; + rdfs:label "Kiloamper pe Metru"@ro ; + rdfs:label "Kiloamper per Metre"@tr ; + rdfs:label "Kiloampere per Meter"@en-US ; + rdfs:label "Kiloampere per Meter"@ms ; + rdfs:label "Kiloampere per Metre" ; + rdfs:label "Kiloampere per Metre"@en ; + rdfs:label "Kiloampere pro Meter"@de ; + rdfs:label "Kiloamperio por Metro"@es ; + rdfs:label "Kiloampère par Mètre"@fr ; + rdfs:label "Kiloampér na Metr"@cs . + +unit:KiloA-PER-M2 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAA559" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA559"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "kA/m²" ; + qudt:ucumCode "kA.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B23" ; + rdfs:isDefinedBy ; + rdfs:label "Chiloampere per Metro Quadrato"@it ; + rdfs:label "Kiloamper na Kvadratni Meter"@sl ; + rdfs:label "Kiloamper na Metr Kwadratowy"@pl ; + rdfs:label "Kiloamper pe Metru Pătrat"@ro ; + rdfs:label "Kiloamper per Metrekare"@tr ; + rdfs:label "Kiloampere per Meter Persegi"@ms ; + rdfs:label "Kiloampere per Square Meter"@en-US ; + rdfs:label "Kiloampere per Square Metre" ; + rdfs:label "Kiloampere per Square Metre"@en ; + rdfs:label "Kiloampere pro Quadratmeter"@de ; + rdfs:label "Kiloamperio por Metro Cuadrado"@es ; + rdfs:label "Kiloampère par Mètre Carré"@fr ; + rdfs:label "Kiloampér na Čtvereční Metr"@cs . + +unit:KiloBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000000.0 ; + qudt:conversionMultiplierSN 1.0E8 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB088" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB088"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:BAR ; + qudt:symbol "kbar" ; + qudt:ucumCode "kbar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KBA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilobar" ; + rdfs:label "Kilobar"@en . + +unit:KiloBAUD + a qudt:Unit ; + dcterms:description "1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DigitRate ; + qudt:iec61360Code "0112/2///62720#UAA560" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA560"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:BAUD ; + qudt:symbol "kBd" ; + qudt:uneceCommonCode "K50" ; + rdfs:isDefinedBy ; + rdfs:label "Kilobaud" ; + rdfs:label "Kilobaud"@en . + +unit:KiloBIT + a qudt:Unit ; + dcterms:description "1,000-fold of the unit bit" ; + qudt:conversionMultiplier 693.14718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB159" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB159"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:BIT ; + qudt:symbol "kb" ; + qudt:ucumCode "kbit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C37" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilobit" ; + rdfs:label "Kilobit"@en . + +unit:KiloBIT-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second."^^rdf:HTML ; + qudt:conversionMultiplier 693.14718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA586" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA586"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Data_rate_units#Kilobit_per_second"^^xsd:anyURI ; + qudt:symbol "kb/s" ; + qudt:ucumCode "kbit.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C74" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilobit per Second" ; + rdfs:label "Kilobit per Second"@en . + +unit:KiloBQ + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit becquerel"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA561" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA561"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit becquerel" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:BQ ; + qudt:symbol "kBq" ; + qudt:ucumCode "kBq"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2Q" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilobecquerel"@it ; + rdfs:label "Kilobecquerel" ; + rdfs:label "Kilobecquerel"@cs ; + rdfs:label "Kilobecquerel"@de ; + rdfs:label "Kilobecquerel"@en ; + rdfs:label "Kilobecquerel"@es ; + rdfs:label "Kilobecquerel"@fr ; + rdfs:label "Kilobecquerel"@hu ; + rdfs:label "Kilobecquerel"@ms ; + rdfs:label "Kilobecquerel"@ro ; + rdfs:label "Kilobecquerel"@sl ; + rdfs:label "Kilobekerel"@pl ; + rdfs:label "Kilobekerel"@tr . + +unit:KiloBQ-PER-KiloGM + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloBQ ; + ] ; + qudt:hasQuantityKind quantitykind:MassicActivity ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:iec61360Code "0112/2///62720#UAA562" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA562"^^xsd:anyURI ; + qudt:symbol "kBq/kg" ; + qudt:ucumCode "kBq.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B25" ; + rdfs:isDefinedBy ; + rdfs:label "Chilobecquerel per Chilogrammo"@it ; + rdfs:label "Kilobecquerel na Kilogram"@cs ; + rdfs:label "Kilobecquerel na Kilogram"@sl ; + rdfs:label "Kilobecquerel par Kilogramme"@fr ; + rdfs:label "Kilobecquerel pe Kilogram"@ro ; + rdfs:label "Kilobecquerel per Kilogram" ; + rdfs:label "Kilobecquerel per Kilogram"@en ; + rdfs:label "Kilobecquerel per Kilogram"@ms ; + rdfs:label "Kilobecquerel por Kilogramo"@es ; + rdfs:label "Kilobecquerel pro Kilogramm"@de ; + rdfs:label "Kilobekerel na Kilogram"@pl ; + rdfs:label "Kilobekerel per Kilogram"@tr . + +unit:KiloBTU_IT + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1055055.85262 ; + qudt:conversionMultiplierSN 1.05505585262E6 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:BTU_IT ; + qudt:symbol "kBtu{IT}" ; + qudt:ucumCode "k[Btu_IT]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (international Definition)" ; + rdfs:label "Kilo British Thermal Unit (international Definition)"@en . + +unit:KiloBTU_IT-PER-FT2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{kBTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $kBtu/ft^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 11356526.68222697556506224123559358 ; + qudt:conversionMultiplierSN 1.135652668222697556506224123559358E7 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kBtu/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloBTU_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:plainTextDescription "kBTU per Square Foot is an Imperial unit for 'Energy Per Area." ; + qudt:symbol "kBtu{IT}/ft²" ; + qudt:ucumCode "k[Btu_IT].[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (international Definition) per Square Foot" ; + rdfs:label "Kilo British Thermal Unit (international Definition) per Square Foot"@en . + +unit:KiloBTU_IT-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 293.0710701722222222222222222222222 ; + qudt:conversionMultiplierSN 2.930710701722222222222222222222222E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kBtu/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloBTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:symbol "kBtu{IT}/h" ; + qudt:ucumCode "k[Btu_IT].h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (international Definition) per Hour" ; + rdfs:label "Kilo British Thermal Unit (international Definition) per Hour"@en . + +unit:KiloBTU_TH + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1054350.2645 ; + qudt:conversionMultiplierSN 1.0543502645E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:BTU_TH ; + qudt:symbol "kBtu{th}" ; + qudt:ucumCode "k[Btu_th]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (thermochemical Definition)" ; + rdfs:label "Kilo British Thermal Unit (thermochemical Definition)"@en . + +unit:KiloBTU_TH-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 292.8750734722222222222222222222222 ; + qudt:conversionMultiplierSN 2.928750734722222222222222222222222E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloBTU_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit hour" ; + qudt:symbol "kBtu{th}/h" ; + qudt:ucumCode "k[Btu_th].h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo British Thermal Unit (thermochemical Definition) per Hour" ; + rdfs:label "Kilo British Thermal Unit (thermochemical Definition) per Hour"@en . + +unit:KiloBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545.17744447956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Byte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB129" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB129"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "kB" ; + qudt:ucumCode "kBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2P" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilobyte" ; + rdfs:label "Kilobyte"@en . + +unit:KiloBYTE-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second."^^rdf:HTML ; + qudt:conversionMultiplier 5545.17744447956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloBYTE ; + ] ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAB306" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB306"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI ; + qudt:symbol "kB/s" ; + qudt:ucumCode "kBy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P94" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilobyte per Second" ; + rdfs:label "Kilobyte per Second"@en . + +unit:KiloC + a qudt:DerivedUnit, qudt:Unit ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA563" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA563"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:C ; + qudt:symbol "kC" ; + qudt:ucumCode "kC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B26" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilocoulomb"@it ; + rdfs:label "Kilocoulomb" ; + rdfs:label "Kilocoulomb"@cs ; + rdfs:label "Kilocoulomb"@de ; + rdfs:label "Kilocoulomb"@en ; + rdfs:label "Kilocoulomb"@fr ; + rdfs:label "Kilocoulomb"@hu ; + rdfs:label "Kilocoulomb"@ms ; + rdfs:label "Kilocoulomb"@ro ; + rdfs:label "Kilocoulomb"@sl ; + rdfs:label "Kilocoulomb"@tr ; + rdfs:label "Kiloculombio"@es ; + rdfs:label "Kilokulomb"@pl . + +unit:KiloC-PER-M2 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:hasQuantityKind quantitykind:ElectricPolarization ; + qudt:iec61360Code "0112/2///62720#UAA564" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA564"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "kC/m²" ; + qudt:ucumCode "kC.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B28" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilocoulomb per Metro Quadrato"@it ; + rdfs:label "Kilocoulomb na Kvadratni Meter"@sl ; + rdfs:label "Kilocoulomb na Čtvereční Metr"@cs ; + rdfs:label "Kilocoulomb par Mètre Carré"@fr ; + rdfs:label "Kilocoulomb pe Metru Pătrat"@ro ; + rdfs:label "Kilocoulomb per Meter Persegi"@ms ; + rdfs:label "Kilocoulomb per Metrekare"@tr ; + rdfs:label "Kilocoulomb per Square Meter"@en-US ; + rdfs:label "Kilocoulomb per Square Metre" ; + rdfs:label "Kilocoulomb per Square Metre"@en ; + rdfs:label "Kilocoulomb pro Quadratmeter"@de ; + rdfs:label "Kiloculombio por Metro Cuadrado"@es ; + rdfs:label "Kilokulomb na Metr Kwadratowy"@pl . + +unit:KiloC-PER-M3 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAA565" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA565"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "kC/m³" ; + qudt:ucumCode "kC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B27" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilocoulomb per Metro Cubo"@it ; + rdfs:label "Kilocoulomb na Kubični Meter"@sl ; + rdfs:label "Kilocoulomb na Metr Krychlový"@cs ; + rdfs:label "Kilocoulomb par Mètre Cube"@fr ; + rdfs:label "Kilocoulomb pe Metru Cub"@ro ; + rdfs:label "Kilocoulomb per Cubic Meter"@en-US ; + rdfs:label "Kilocoulomb per Cubic Metre" ; + rdfs:label "Kilocoulomb per Cubic Metre"@en ; + rdfs:label "Kilocoulomb per Meter Kubik"@ms ; + rdfs:label "Kilocoulomb per Metreküp"@tr ; + rdfs:label "Kilocoulomb pro Kubikmeter"@de ; + rdfs:label "Kiloculombio por Metro Cúbico"@es ; + rdfs:label "Kilokulomb na Metr Sześcienny"@pl . + +unit:KiloCAL + a qudt:Unit ; + dcterms:description """ + A $\\textit{Kilocalorie}$ is a unit for $\\textit{Energy And Work}$ expressed as $kcal$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Calorie"^^xsd:anyURI ; + qudt:exactMatch unit:KiloCAL_TH ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA590" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA590"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Calorie?oldid=494307622"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "kcal" ; + qudt:ucumCode "kcal"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K53" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie" ; + rdfs:label "Kilocalorie"@en . + +unit:KiloCAL-PER-CentiM-SEC-DEG_C + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 418400.0 ; + qudt:conversionMultiplierSN 4.184E5 ; + qudt:expression "$kilocal-per-cm-sec-degc$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:symbol "kcal/(cm·s·°C)" ; + qudt:ucumCode "kcal.cm-1.s-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Centimeter Second Degree Celsius"@en-US ; + rdfs:label "Kilocalorie per Centimetre Second Degree Celsius" ; + rdfs:label "Kilocalorie per Centimetre Second Degree Celsius"@en . + +unit:KiloCAL-PER-CentiM2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilocalorie per Square Centimeter\" is a unit for 'Energy Per Area' expressed as $kcal/cm^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41840000.0 ; + qudt:conversionMultiplierSN 4.184E7 ; + qudt:expression "$kcal/cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:symbol "kcal/cm²" ; + qudt:ucumCode "kcal.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Square Centimeter"@en-US ; + rdfs:label "Kilocalorie per Square Centimetre" ; + rdfs:label "Kilocalorie per Square Centimetre"@en . + +unit:KiloCAL-PER-CentiM2-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilocalorie per Square Centimeter Minute\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-min)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 697333.3333333333333333333333333335 ; + qudt:conversionMultiplierSN 6.973333333333333333333333333333335E5 ; + qudt:expression "$kcal/(cm^{2}-min)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "kcal/(cm²·min)" ; + qudt:ucumCode "kcal.cm-2.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Square Centimeter Minute"@en-US ; + rdfs:label "Kilocalorie per Square Centimetre Minute" ; + rdfs:label "Kilocalorie per Square Centimetre Minute"@en . + +unit:KiloCAL-PER-CentiM2-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilocalorie per Square Centimeter Second\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41840000.0 ; + qudt:conversionMultiplierSN 4.184E7 ; + qudt:expression "$kcal/(cm^{2}-s)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "kcal/(cm²·s)" ; + qudt:ucumCode "kcal.cm-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Square Centimeter Second"@en-US ; + rdfs:label "Kilocalorie per Square Centimetre Second" ; + rdfs:label "Kilocalorie per Square Centimetre Second"@en . + +unit:KiloCAL-PER-GM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilocalorie per Gram\" is a unit for 'Specific Energy' expressed as $kcal/gm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184000.0 ; + qudt:conversionMultiplierSN 4.184E6 ; + qudt:expression "$kcal/gm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:symbol "kcal/g" ; + qudt:ucumCode "kcal.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Gram" ; + rdfs:label "Kilocalorie per Gram"@en . + +unit:KiloCAL-PER-GM-DEG_C + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Calorie per Gram Degree Celsius}$ is a unit for 'Specific Heat Capacity' expressed as $kcal/(gm-degC)$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184000.0 ; + qudt:conversionMultiplierSN 4.184E6 ; + qudt:expression "$kcal/(gm-degC)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:symbol "kcal/(g·°C)" ; + qudt:ucumCode "kcal.g-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Gram Degree Celsius" ; + rdfs:label "Kilocalorie per Gram Degree Celsius"@en . + +unit:KiloCAL-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + A $\\textit{Kilocalorie per Minute}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$, + expressed as $kcal/min$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 69.73333333333333333333333333333335 ; + qudt:conversionMultiplierSN 6.973333333333333333333333333333335E1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kcal/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:symbol "kcal/min" ; + qudt:ucumCode "kcal.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K54" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Minute" ; + rdfs:label "Kilocalorie per Minute"@en . + +unit:KiloCAL-PER-MOL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "

The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to $4.184 kJ/mol$, or $6.9477 \\times 10 J per molecule$. At room temperature it is equal to 1.688 . Physical quantities measured in $kcal\\cdot mol$ are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion

."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:expression "$kcal/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarEnergy ; + qudt:symbol "kcal/mol" ; + qudt:ucumCode "kcal.mol-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Mole" ; + rdfs:label "Kilocalorie per Mole"@en . + +unit:KiloCAL-PER-MOL-DEG_C + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + A $\\textit{Kilocalorie per Mole Degree Celsius}$ is a unit for 'Molar Heat Capacity', + expressed as $kcal/(mol-degC)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:expression "$kcal/(mol-degC)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:MolarHeatCapacity ; + qudt:symbol "kcal/(mol·°C)" ; + qudt:ucumCode "kcal.mol-1.Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Mole Degree Celsius" ; + rdfs:label "Kilocalorie per Mole Degree Celsius"@en . + +unit:KiloCAL-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + A $\\textit{Kilocalorie per Second}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$, + expressed as $kcal/s$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kcal/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:symbol "kcal/s" ; + qudt:ucumCode "kcal.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K55" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie per Second" ; + rdfs:label "Kilocalorie per Second"@en . + +unit:KiloCAL_IT + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4186.8 ; + qudt:conversionMultiplierSN 4.1868E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA589" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA589"^^xsd:anyURI ; + qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:CAL_IT ; + qudt:symbol "kcal{IT}" ; + qudt:ucumCode "kcal_IT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E14" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo International Table Calorie" ; + rdfs:label "Kilo International Table Calorie"@en . + +unit:KiloCAL_IT-PER-GM-K + a qudt:Unit ; + dcterms:description "unit of the mass-related heat capacity as quotient 1,000-fold of the calorie (international table) divided by the product of the 0.001-fold of the SI base units kilogram and kelvin"^^qudt:LatexString ; + qudt:conversionMultiplier 4186800.0 ; + qudt:conversionMultiplierSN 4.1868E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL_IT ; + ] ; + qudt:hasQuantityKind quantitykind:MassicHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAB455" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB455"^^xsd:anyURI ; + qudt:symbol "kcal{IT}/(g·K)" ; + qudt:ucumCode "kcal_IT.g-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N65" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo International Table Calorie per Gram Kelvin" ; + rdfs:label "Kilo International Table Calorie per Gram Kelvin"@en . + +unit:KiloCAL_IT-PER-HR-M-DEG_C + a qudt:Unit ; + dcterms:description "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.163 ; + qudt:conversionMultiplierSN 1.163E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL_IT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAA588" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA588"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature" ; + qudt:symbol "kcal{IT}/(h·m·°C)" ; + qudt:ucumCode "kcal_IT.h-1.m-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K52" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo International Table Calorie per Hour Meter Degree Celsius"@en-US ; + rdfs:label "Kilo International Table Calorie per Hour Metre Degree Celsius" ; + rdfs:label "Kilo International Table Calorie per Hour Metre Degree Celsius"@en . + +unit:KiloCAL_Mean + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4190.0 ; + qudt:conversionMultiplierSN 4.19E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA587" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA587"^^xsd:anyURI ; + qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food" ; + qudt:scalingOf unit:J ; + qudt:symbol "kcal{mean}" ; + qudt:ucumCode "kcal_m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K51" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilocalorie (Mean)" ; + rdfs:label "Kilocalorie (Mean)"@en . + +unit:KiloCAL_TH + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:exactMatch unit:KiloCAL ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA590" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA590"^^xsd:anyURI ; + qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:CAL_TH ; + qudt:symbol "kcal" ; + qudt:ucumCode "kcal_th"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K53" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Thermochemical Calorie" ; + rdfs:label "Kilo Thermochemical Calorie"@en . + +unit:KiloCAL_TH-PER-HR + a qudt:Unit ; + dcterms:description "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.162222222222222222222222222222222 ; + qudt:conversionMultiplierSN 1.162222222222222222222222222222222E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL_TH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB184" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB184"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour" ; + qudt:symbol "kcal/h" ; + qudt:ucumCode "kcal_th.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E15" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Thermochemical Calorie per Hour" ; + rdfs:label "Kilo Thermochemical Calorie per Hour"@en . + +unit:KiloCAL_TH-PER-MIN + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 69.73333333333333333333333333333335 ; + qudt:conversionMultiplierSN 6.973333333333333333333333333333335E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL_TH ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA591" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA591"^^xsd:anyURI ; + qudt:plainTextDescription "1000-fold of the unit calorie divided by the unit minute" ; + qudt:symbol "kcal/min" ; + qudt:ucumCode "kcal_th.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K54" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Thermochemical Calorie per Minute" ; + rdfs:label "Kilo Thermochemical Calorie per Minute"@en . + +unit:KiloCAL_TH-PER-SEC + a qudt:Unit ; + dcterms:description "1000-fold of the unit calorie divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4184.0 ; + qudt:conversionMultiplierSN 4.184E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloCAL_TH ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA592" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA592"^^xsd:anyURI ; + qudt:plainTextDescription "1000-fold of the unit calorie divided by the SI base unit second" ; + qudt:symbol "kcal/s" ; + qudt:ucumCode "kcal_th.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K55" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Thermochemical Calorie per Second" ; + rdfs:label "Kilo Thermochemical Calorie per Second"@en . + +unit:KiloCD + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit candela" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB365" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB365"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:CD ; + qudt:symbol "kcd" ; + qudt:ucumCode "kcd"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P33" ; + rdfs:isDefinedBy ; + rdfs:label "Chilocandela"@it ; + rdfs:label "Kilocandela" ; + rdfs:label "Kilocandela"@de ; + rdfs:label "Kilocandela"@en ; + rdfs:label "Kilocandela"@es ; + rdfs:label "Kilocandela"@fr ; + rdfs:label "Kilocandela"@tr ; + rdfs:label "Kilocandelă"@ro ; + rdfs:label "Kilokandela"@cs ; + rdfs:label "Kilokandela"@hu ; + rdfs:label "Kilokandela"@ms ; + rdfs:label "Kilokandela"@pl ; + rdfs:label "Kilokandela"@sl . + +unit:KiloCI + a qudt:Unit ; + dcterms:description "1,000-fold of the unit curie"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000000000.0 ; + qudt:conversionMultiplierSN 3.7E13 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:hasQuantityKind quantitykind:DecayConstant ; + qudt:iec61360Code "0112/2///62720#UAB046" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB046"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the unit curie" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:CI ; + qudt:symbol "kCi" ; + qudt:ucumCode "kCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2R" ; + rdfs:isDefinedBy ; + rdfs:label "Kilocurie" ; + rdfs:label "Kilocurie"@en . + +unit:KiloCi + a qudt:Unit ; + dcterms:description "1,000-fold of the unit curie"^^rdf:HTML ; + dcterms:isReplacedBy unit:KiloCI ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000000000.0 ; + qudt:conversionMultiplierSN 3.7E13 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:hasQuantityKind quantitykind:DecayConstant ; + qudt:iec61360Code "0112/2///62720#UAB046" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB046"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the unit curie" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:CI ; + qudt:symbol "kCi" ; + qudt:ucumCode "kCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2R" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilocurie" ; + rdfs:label "Kilocurie"@en . + +unit:KiloCubicFT + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "1 000-fold of the unit cubic foot. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 28.316846592 ; + qudt:conversionMultiplierSN 2.8316846592E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kft^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:FT3 ; + qudt:symbol "k(ft³)" ; + qudt:ucumCode "k[ft_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FC" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Cubic Foot" ; + rdfs:label "Kilo Cubic Foot"@en . + +unit:KiloEV + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilo Electron Volt\" is a unit for 'Energy And Work' expressed as $keV$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-16 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA593" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA593"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:EV ; + qudt:symbol "keV" ; + qudt:ucumCode "keV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B29" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Electron Volt" ; + rdfs:label "Kilo Electron Volt"@en . + +unit:KiloEV-PER-MicroM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilo Electron Volt per Micrometer\" is a unit for 'Linear Energy Transfer' expressed as $keV/microM$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-10 ; + qudt:expression "$keV/microM$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloEV ; + ] ; + qudt:hasQuantityKind quantitykind:LinearEnergyTransfer ; + qudt:symbol "keV/μm" ; + qudt:ucumCode "keV.um-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Electron Volt per Micrometer"@en-US ; + rdfs:label "Kilo Electron Volt per Micrometre" ; + rdfs:label "Kilo Electron Volt per Micrometre"@en . + +unit:KiloFARAD + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit farad" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAB384" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB384"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "kF" ; + qudt:ucumCode "kF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N90" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilofarad"@it ; + rdfs:label "Kilofarad" ; + rdfs:label "Kilofarad"@cs ; + rdfs:label "Kilofarad"@de ; + rdfs:label "Kilofarad"@en ; + rdfs:label "Kilofarad"@fr ; + rdfs:label "Kilofarad"@hu ; + rdfs:label "Kilofarad"@ms ; + rdfs:label "Kilofarad"@pl ; + rdfs:label "Kilofarad"@ro ; + rdfs:label "Kilofarad"@sl ; + rdfs:label "Kilofarad"@tr ; + rdfs:label "Kilofaradio"@es . + +unit:KiloGAUSS + a qudt:Unit ; + dcterms:description "1 000-fold of the CGS unit of the magnetic flux density B"^^rdf:HTML ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB136" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB136"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the CGS unit of the magnetic flux density B" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:GAUSS ; + qudt:symbol "kGs" ; + qudt:ucumCode "kG"^^qudt:UCUMcs ; + qudt:uneceCommonCode "78" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogauss" ; + rdfs:label "Kilogauss"@en . + +unit:KiloGM + a qudt:Unit ; + dcterms:description "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:CO2Equivalent ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA594" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA594"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kilogram?oldid=493633626"^^xsd:anyURI ; + qudt:plainTextDescription "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds." ; + qudt:siExactMatch si-unit:kilogram ; + qudt:symbol "kg" ; + qudt:ucumCode "kg"^^qudt:UCUMcs ; + qudt:udunitsCode "kg" ; + qudt:uneceCommonCode "KGM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma"@la ; + rdfs:label "Chilogrammo"@it ; + rdfs:label "Kilogram" ; + rdfs:label "Kilogram"@cs ; + rdfs:label "Kilogram"@en ; + rdfs:label "Kilogram"@ms ; + rdfs:label "Kilogram"@pl ; + rdfs:label "Kilogram"@ro ; + rdfs:label "Kilogram"@sl ; + rdfs:label "Kilogram"@tr ; + rdfs:label "Kilogramm"@de ; + rdfs:label "Kilogramm"@hu ; + rdfs:label "Kilogramme"@fr ; + rdfs:label "Kilogramo"@es ; + rdfs:label "Quilograma"@pt ; + rdfs:label "Χιλιόγραμμο"@el ; + rdfs:label "Килограм"@bg ; + rdfs:label "Килограмм"@ru ; + rdfs:label "קילוגרם"@he ; + rdfs:label "كيلوغرام"@ar ; + rdfs:label "کیلوگرم"@fa ; + rdfs:label "किलोग्राम"@hi ; + rdfs:label "キログラム"@ja ; + rdfs:label "公斤"@zh . + +unit:KiloGM-CentiM-PER-SEC + a qudt:Unit ; + dcterms:description "product of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Impulse ; + qudt:iec61360Code "0112/2///62720#UAB413" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB413"^^xsd:anyURI ; + qudt:symbol "kg·cm/s" ; + qudt:ucumCode "kg.cm.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M98" ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo Centimetro per Secondo"@it ; + rdfs:label "Kilogram Centimeter na Sekunda"@sl ; + rdfs:label "Kilogram Centimeter per Saat"@ms ; + rdfs:label "Kilogram Centimeter per Second"@en-US ; + rdfs:label "Kilogram Centimetr na Sekunda"@cs ; + rdfs:label "Kilogram Centimetr na Sekunda"@pl ; + rdfs:label "Kilogram Centimetre per Saniye"@tr ; + rdfs:label "Kilogram Centimetre per Second" ; + rdfs:label "Kilogram Centimetre per Second"@en ; + rdfs:label "Kilogram Centimetru pe Secundă"@ro ; + rdfs:label "Kilogramm Centimeter pro Sekunde"@de ; + rdfs:label "Kilogramme Centimètre par Seconde"@fr ; + rdfs:label "Kilogramo Centimetro por Segundo"@es . + +unit:KiloGM-CentiM2 + a qudt:Unit ; + dcterms:description "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA600" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA600"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "kg·cm²" ; + qudt:ucumCode "kg.cm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F18" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo Centimetro Quadrato"@it ; + rdfs:label "Kilogram Centimeter Persegi"@ms ; + rdfs:label "Kilogram Centimetr Kwadratowy"@pl ; + rdfs:label "Kilogram Centimetrekare"@tr ; + rdfs:label "Kilogram Centimetru Pătrat"@ro ; + rdfs:label "Kilogram Kvadratni Centimeter"@sl ; + rdfs:label "Kilogram Square Centimeter"@en-US ; + rdfs:label "Kilogram Square Centimetre" ; + rdfs:label "Kilogram Square Centimetre"@en ; + rdfs:label "Kilogram Čtvereční Centimetr"@cs ; + rdfs:label "Kilogramm Quadratcentimeter"@de ; + rdfs:label "Kilogramme Centimètre Carré"@fr ; + rdfs:label "Kilogramo Centimetro Cuadrado"@es . + +unit:KiloGM-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Kilogram Kelvin}$ is a unit for 'Mass Temperature' expressed as $kg-K$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$kg-K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:MassTemperature ; + qudt:symbol "kg·K" ; + qudt:ucumCode "kg.K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma Kelvin"@la ; + rdfs:label "Chilogrammo Kelvin"@it ; + rdfs:label "Kilogram Kelvin" ; + rdfs:label "Kilogram Kelvin"@cs ; + rdfs:label "Kilogram Kelvin"@en ; + rdfs:label "Kilogram Kelvin"@ms ; + rdfs:label "Kilogram Kelvin"@ro ; + rdfs:label "Kilogram Kelvin"@sl ; + rdfs:label "Kilogram Kelvin"@tr ; + rdfs:label "Kilogram Kelwin"@pl ; + rdfs:label "Kilogramm Kelvin"@de ; + rdfs:label "Kilogramme Kelvin"@fr ; + rdfs:label "Kilogramo Kelvin"@es ; + rdfs:label "Quilograma Kelvin"@pt ; + rdfs:label "Χιλιόγραμμο Κέλβιν"@el ; + rdfs:label "Килограм Келвин"@bg ; + rdfs:label "Килограмм Кельвин"@ru . + +unit:KiloGM-M + a qudt:Unit ; + dcterms:description "unit of the imbalance as a product of the SI base unit kilogram and the SI base unit metre" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unbalance ; + qudt:iec61360Code "0112/2///62720#UAB368" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB368"^^xsd:anyURI ; + qudt:symbol "kg·m" ; + qudt:ucumCode "kg.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M94" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma Metrum"@la ; + rdfs:label "Chilogrammo Metro"@it ; + rdfs:label "Kilogram Meter"@en-US ; + rdfs:label "Kilogram Meter"@ms ; + rdfs:label "Kilogram Meter"@sl ; + rdfs:label "Kilogram Metr"@cs ; + rdfs:label "Kilogram Metr"@pl ; + rdfs:label "Kilogram Metre" ; + rdfs:label "Kilogram Metre"@en ; + rdfs:label "Kilogram Metre"@tr ; + rdfs:label "Kilogram Metru"@ro ; + rdfs:label "Kilogramm Meter"@de ; + rdfs:label "Kilogramme Mètre"@fr ; + rdfs:label "Kilogramo Metro"@es ; + rdfs:label "Quilograma Metro"@pt ; + rdfs:label "Χιλιόγραμμο Μέτρο"@el ; + rdfs:label "Килограм Метър"@bg ; + rdfs:label "Килограмм Метр"@ru . + +unit:KiloGM-M-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as $kg-m/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$kg-m/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:iec61360Code "0112/2///62720#UAA615" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA615"^^xsd:anyURI ; + qudt:symbol "kg·m/s" ; + qudt:ucumCode "kg.m.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B31" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma Metrum per Secundum"@la ; + rdfs:label "Chilogrammo Metro per Secondo"@it ; + rdfs:label "Kilogram Meter na Sekunda"@sl ; + rdfs:label "Kilogram Meter per Saat"@ms ; + rdfs:label "Kilogram Meter per Second"@en-US ; + rdfs:label "Kilogram Metr na Sekunda"@cs ; + rdfs:label "Kilogram Metr na Sekunda"@pl ; + rdfs:label "Kilogram Metre per Saniye"@tr ; + rdfs:label "Kilogram Metre per Second" ; + rdfs:label "Kilogram Metre per Second"@en ; + rdfs:label "Kilogram Metru pe Secundă"@ro ; + rdfs:label "Kilogramm Meter pro Sekunde"@de ; + rdfs:label "Kilogramme Mètre par Seconde"@fr ; + rdfs:label "Kilogramo Metro por Segundo"@es ; + rdfs:label "Quilograma Metro por Segundo"@pt ; + rdfs:label "Χιλιόγραμμο Μέτρο ανά Δευτερόλεπτο"@el ; + rdfs:label "Килограм Метър на Секунда"@bg ; + rdfs:label "Килограмм Метр на Секунда"@ru ; + rdfs:label "کیلوگرم متر بر ثانیه"@fa ; + rdfs:label "千克米每秒"@zh . + +unit:KiloGM-M-PER-SEC2 + a qudt:Unit ; + dcterms:description "product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:N ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB355" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB355"^^xsd:anyURI ; + qudt:symbol "kg·m/s²" ; + qudt:ucumCode "kg.m.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M77" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma Metrum per Secundum Quadratum"@la ; + rdfs:label "Chilogrammo Metro per Secondo Quadrato"@it ; + rdfs:label "Kilogram Meter na Kvadratni Sekunda"@sl ; + rdfs:label "Kilogram Meter per Saat Persegi"@ms ; + rdfs:label "Kilogram Meter per Square Second"@en-US ; + rdfs:label "Kilogram Metr na Sekunda Kwadratowy"@pl ; + rdfs:label "Kilogram Metr na Čtvereční Sekunda"@cs ; + rdfs:label "Kilogram Metre per Saniyekare"@tr ; + rdfs:label "Kilogram Metre per Square Second" ; + rdfs:label "Kilogram Metre per Square Second"@en ; + rdfs:label "Kilogram Metru pe Secundă Pătrat"@ro ; + rdfs:label "Kilogramm Meter pro Quadratsekunde"@de ; + rdfs:label "Kilogramme Mètre par Seconde Carré"@fr ; + rdfs:label "Kilogramo Metro por Segundo Cuadrado"@es ; + rdfs:label "Quilograma Metro por Segundo Quadrado"@pt ; + rdfs:label "Χιλιόγραμμο Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Килограм Метър на Квадратен Секунда"@bg ; + rdfs:label "Килограмм Метр на Квадратный Секунда"@ru . + +unit:KiloGM-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as $kg-m^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg-m2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA622" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA622"^^xsd:anyURI ; + qudt:symbol "kg·m²" ; + qudt:ucumCode "kg.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B32" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma Metrum Quadratum"@la ; + rdfs:label "Chilogrammo Metro Quadrato"@it ; + rdfs:label "Kilogram Kvadratni Meter"@sl ; + rdfs:label "Kilogram Meter Persegi"@ms ; + rdfs:label "Kilogram Metr Kwadratowy"@pl ; + rdfs:label "Kilogram Metrekare"@tr ; + rdfs:label "Kilogram Metru Pătrat"@ro ; + rdfs:label "Kilogram Square Meter"@en-US ; + rdfs:label "Kilogram Square Metre" ; + rdfs:label "Kilogram Square Metre"@en ; + rdfs:label "Kilogram Čtvereční Metr"@cs ; + rdfs:label "Kilogramm Quadratmeter"@de ; + rdfs:label "Kilogramme Mètre Carré"@fr ; + rdfs:label "Kilogramo Metro Cuadrado"@es ; + rdfs:label "Quilograma Metro Quadrado"@pt ; + rdfs:label "Χιλιόγραμμο Τετραγωνικό Μέτρο"@el ; + rdfs:label "Килограм Квадратен Метър"@bg ; + rdfs:label "Килограмм Квадратный Метр"@ru ; + rdfs:label "كيلوغرام متر مربع"@ar ; + rdfs:label "نیوتون متر مربع"@fa ; + rdfs:label "किलोग्राम वर्ग मीटर"@hi ; + rdfs:label "キログラム平方メートル"@ja ; + rdfs:label "千克平方米"@zh . + +unit:KiloGM-M2-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as $kg-m^2-s^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$kg-m2/sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:iec61360Code "0112/2///62720#UAA623" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA623"^^xsd:anyURI ; + qudt:symbol "kg·m²/s" ; + qudt:ucumCode "kg.m2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B33" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma Metrum Quadratum per Secundum"@la ; + rdfs:label "Chilogrammo Metro Quadrato per Secondo"@it ; + rdfs:label "Kilogram Kvadratni Meter na Sekunda"@sl ; + rdfs:label "Kilogram Meter Persegi per Saat"@ms ; + rdfs:label "Kilogram Metr Kwadratowy na Sekunda"@pl ; + rdfs:label "Kilogram Metrekare per Saniye"@tr ; + rdfs:label "Kilogram Metru Pătrat pe Secundă"@ro ; + rdfs:label "Kilogram Square Meter per Second"@en-US ; + rdfs:label "Kilogram Square Metre per Second" ; + rdfs:label "Kilogram Square Metre per Second"@en ; + rdfs:label "Kilogram Čtvereční Metr na Sekunda"@cs ; + rdfs:label "Kilogramm Quadratmeter pro Sekunde"@de ; + rdfs:label "Kilogramme Mètre Carré par Seconde"@fr ; + rdfs:label "Kilogramo Metro Cuadrado por Segundo"@es ; + rdfs:label "Quilograma Metro Quadrado por Segundo"@pt ; + rdfs:label "Χιλιόγραμμο Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"@el ; + rdfs:label "Килограм Квадратен Метър на Секунда"@bg ; + rdfs:label "Килограмм Квадратный Метр на Секунда"@ru . + +unit:KiloGM-MilliM2 + a qudt:Unit ; + dcterms:description "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA627" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA627"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2" ; + qudt:symbol "kg·mm²" ; + qudt:ucumCode "kg.mm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F19" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo Millimetro Quadrato"@it ; + rdfs:label "Kilogram Kvadratni Millimeter"@sl ; + rdfs:label "Kilogram Millimeter Persegi"@ms ; + rdfs:label "Kilogram Millimetr Kwadratowy"@pl ; + rdfs:label "Kilogram Millimetrekare"@tr ; + rdfs:label "Kilogram Millimetru Pătrat"@ro ; + rdfs:label "Kilogram Square Millimeter"@en-US ; + rdfs:label "Kilogram Square Millimetre" ; + rdfs:label "Kilogram Square Millimetre"@en ; + rdfs:label "Kilogram Čtvereční Millimetr"@cs ; + rdfs:label "Kilogramm Quadratmillimeter"@de ; + rdfs:label "Kilogramme Millimètre Carré"@fr ; + rdfs:label "Kilogramo Millimetro Cuadrado"@es . + +unit:KiloGM-PER-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA596" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA596"^^xsd:anyURI ; + qudt:symbol "kg/bar" ; + qudt:ucumCode "kg.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H53" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Bar" ; + rdfs:label "Kilogram per Bar"@en . + +unit:KiloGM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB174" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB174"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "kg/cm²" ; + qudt:ucumCode "kg.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D5" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Centimetro Quadrato"@it ; + rdfs:label "Kilogram na Centimetr Kwadratowy"@pl ; + rdfs:label "Kilogram na Kvadratni Centimeter"@sl ; + rdfs:label "Kilogram na Čtvereční Centimetr"@cs ; + rdfs:label "Kilogram pe Centimetru Pătrat"@ro ; + rdfs:label "Kilogram per Centimeter Persegi"@ms ; + rdfs:label "Kilogram per Centimetrekare"@tr ; + rdfs:label "Kilogram per Square Centimeter"@en-US ; + rdfs:label "Kilogram per Square Centimetre" ; + rdfs:label "Kilogram per Square Centimetre"@en ; + rdfs:label "Kilogramm pro Quadratcentimeter"@de ; + rdfs:label "Kilogramme par Centimètre Carré"@fr ; + rdfs:label "Kilogramo por Centimetro Cuadrado"@es . + +unit:KiloGM-PER-CentiM3 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA597" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA597"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "kg/cm³" ; + qudt:ucumCode "kg.cm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G31" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Centimetro Cubo"@it ; + rdfs:label "Kilogram na Centimetr Krychlový"@cs ; + rdfs:label "Kilogram na Centimetr Sześcienny"@pl ; + rdfs:label "Kilogram na Kubični Centimeter"@sl ; + rdfs:label "Kilogram pe Centimetru Cub"@ro ; + rdfs:label "Kilogram per Centimeter Kubik"@ms ; + rdfs:label "Kilogram per Centimetreküp"@tr ; + rdfs:label "Kilogram per Cubic Centimeter"@en-US ; + rdfs:label "Kilogram per Cubic Centimetre" ; + rdfs:label "Kilogram per Cubic Centimetre"@en ; + rdfs:label "Kilogramm pro Kubikcentimeter"@de ; + rdfs:label "Kilogramme par Centimètre Cube"@fr ; + rdfs:label "Kilogramo por Centimetro Cúbico"@es . + +unit:KiloGM-PER-CentiM3-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA599" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA599"^^xsd:anyURI ; + qudt:symbol "kg/(cm³·bar)" ; + qudt:ucumCode "kg.cm-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G16" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Cubic Centimeter Bar"@en-US ; + rdfs:label "Kilogram per Cubic Centimetre Bar" ; + rdfs:label "Kilogram per Cubic Centimetre Bar"@en . + +unit:KiloGM-PER-CentiM3-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA598" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA598"^^xsd:anyURI ; + qudt:symbol "kg/(cm³·K)" ; + qudt:ucumCode "kg.cm-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G38" ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Centimetro Cubo Kelvin"@it ; + rdfs:label "Kilogram na Centimetr Krychlový Kelvin"@cs ; + rdfs:label "Kilogram na Centimetr Sześcienny Kelwin"@pl ; + rdfs:label "Kilogram na Kubični Centimeter Kelvin"@sl ; + rdfs:label "Kilogram pe Centimetru Cub Kelvin"@ro ; + rdfs:label "Kilogram per Centimeter Kubik Kelvin"@ms ; + rdfs:label "Kilogram per Centimetreküp Kelvin"@tr ; + rdfs:label "Kilogram per Cubic Centimeter Kelvin"@en-US ; + rdfs:label "Kilogram per Cubic Centimetre Kelvin" ; + rdfs:label "Kilogram per Cubic Centimetre Kelvin"@en ; + rdfs:label "Kilogramm pro Kubikcentimeter Kelvin"@de ; + rdfs:label "Kilogramme par Centimètre Cube Kelvin"@fr ; + rdfs:label "Kilogramo por Centimetro Cúbico Kelvin"@es . + +unit:KiloGM-PER-DAY + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA601" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA601"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the unit day" ; + qudt:symbol "kg/d" ; + qudt:ucumCode "kg.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F30" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Day" ; + rdfs:label "Kilogram per Day"@en . + +unit:KiloGM-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-10 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA603" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA603"^^xsd:anyURI ; + qudt:symbol "kg/(d·bar)" ; + qudt:ucumCode "kg.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F66" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Day Bar" ; + rdfs:label "Kilogram per Day Bar"@en . + +unit:KiloGM-PER-DAY-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA602" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA602"^^xsd:anyURI ; + qudt:symbol "kg/(d·K)" ; + qudt:ucumCode "kg.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F39" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Day Kelvin" ; + rdfs:label "Kilogram per Day Kelvin"@en . + +unit:KiloGM-PER-DeciM3 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:hasReciprocalUnit unit:DeciM3-PER-KiloGM ; + qudt:iec61360Code "0112/2///62720#UAA604" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA604"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "kg/dm³" ; + qudt:ucumCode "kg.dm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B34" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Decimetro Cubo"@it ; + rdfs:label "Kilogram na Decimetr Krychlový"@cs ; + rdfs:label "Kilogram na Decimetr Sześcienny"@pl ; + rdfs:label "Kilogram na Kubični Decimeter"@sl ; + rdfs:label "Kilogram pe Decimetru Cub"@ro ; + rdfs:label "Kilogram per Cubic Decimeter"@en-US ; + rdfs:label "Kilogram per Cubic Decimetre" ; + rdfs:label "Kilogram per Cubic Decimetre"@en ; + rdfs:label "Kilogram per Decimeter Kubik"@ms ; + rdfs:label "Kilogram per Decimetreküp"@tr ; + rdfs:label "Kilogramm pro Kubikdecimeter"@de ; + rdfs:label "Kilogramme par Decimètre Cube"@fr ; + rdfs:label "Kilogramo por Decimetro Cúbico"@es . + +unit:KiloGM-PER-DeciM3-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA606" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA606"^^xsd:anyURI ; + qudt:symbol "kg/(dm³·bar)" ; + qudt:ucumCode "kg.dm-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H55" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Cubic Decimeter Bar"@en-US ; + rdfs:label "Kilogram per Cubic Decimetre Bar" ; + rdfs:label "Kilogram per Cubic Decimetre Bar"@en . + +unit:KiloGM-PER-DeciM3-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA605" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA605"^^xsd:anyURI ; + qudt:symbol "kg/(dm³·K)" ; + qudt:ucumCode "kg.dm-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H54" ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Decimetro Cubo Kelvin"@it ; + rdfs:label "Kilogram na Decimetr Krychlový Kelvin"@cs ; + rdfs:label "Kilogram na Decimetr Sześcienny Kelwin"@pl ; + rdfs:label "Kilogram na Kubični Decimeter Kelvin"@sl ; + rdfs:label "Kilogram pe Decimetru Cub Kelvin"@ro ; + rdfs:label "Kilogram per Cubic Decimeter Kelvin"@en-US ; + rdfs:label "Kilogram per Cubic Decimetre Kelvin" ; + rdfs:label "Kilogram per Cubic Decimetre Kelvin"@en ; + rdfs:label "Kilogram per Decimeter Kubik Kelvin"@ms ; + rdfs:label "Kilogram per Decimetreküp Kelvin"@tr ; + rdfs:label "Kilogramm pro Kubikdecimeter Kelvin"@de ; + rdfs:label "Kilogramme par Decimètre Cube Kelvin"@fr ; + rdfs:label "Kilogramo por Decimetro Cúbico Kelvin"@es . + +unit:KiloGM-PER-FT2 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the square of the imperial foot"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 10.7639104167097223083335055559 ; + qudt:conversionMultiplierSN 1.07639104167097223083335055559E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "SI base unit kilogram divided by the square of the imperial foot" ; + qudt:symbol "kg/ft²" ; + qudt:ucumCode "kg.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Square Foot" ; + rdfs:label "Kilogram per Square Foot"@en . + +unit:KiloGM-PER-GigaJ + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI base unit gigajoule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GigaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit gigajoule" ; + qudt:symbol "kg/GJ" ; + qudt:ucumCode "kg.GJ-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Gigajoule"@it ; + rdfs:label "Kilogram na Gigadżul"@pl ; + rdfs:label "Kilogram na Gigajoule"@cs ; + rdfs:label "Kilogram na Gigajoule"@sl ; + rdfs:label "Kilogram pe Gigajoule"@ro ; + rdfs:label "Kilogram per Gigajoule" ; + rdfs:label "Kilogram per Gigajoule"@en ; + rdfs:label "Kilogram per Gigajoule"@ms ; + rdfs:label "Kilogram per Gigajoule"@tr ; + rdfs:label "Kilogramm pro Gigajoule"@de ; + rdfs:label "Kilogramme par Gigajoule"@fr ; + rdfs:label "Kilogramo por Gigajulio"@es . + +unit:KiloGM-PER-HA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where $M$ is mass, and $L$ is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:expression "$kg/hare$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:symbol "kg/ha" ; + qudt:ucumCode "kg.har-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Hectare" ; + rdfs:label "Kilogram per Hectare"@en . + +unit:KiloGM-PER-HA-YR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A measure of areal density over time equivalent to 1 kg per hectare per year." ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A measure of areal density over time equivalent to 1 kg per hectare per year." ; + qudt:symbol "kg/(ha·a)" ; + qudt:ucumCode "kg.har-1.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Hectare Year" ; + rdfs:label "Kilogram per Hectare Year"@en . + +unit:KiloGM-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where $M$ is mass, and $T$ is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$kg/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA607" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA607"^^xsd:anyURI ; + qudt:symbol "kg/h" ; + qudt:ucumCode "kg.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E93" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Hour" ; + rdfs:label "Kilogram per Hour"@en . + +unit:KiloGM-PER-HR-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA609" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA609"^^xsd:anyURI ; + qudt:symbol "kg/(h·bar)" ; + qudt:ucumCode "kg.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F67" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Hour Bar" ; + rdfs:label "Kilogram per Hour Bar"@en . + +unit:KiloGM-PER-HR-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA608" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA608"^^xsd:anyURI ; + qudt:symbol "kg/(h·K)" ; + qudt:ucumCode "kg.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F40" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Hour Kelvin" ; + rdfs:label "Kilogram per Hour Kelvin"@en . + +unit:KiloGM-PER-J + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI base unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:hasReciprocalUnit unit:GRAY ; + qudt:hasReciprocalUnit unit:J-PER-KiloGM ; + qudt:hasReciprocalUnit unit:SV ; + qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit joule" ; + qudt:symbol "kg/J" ; + qudt:ucumCode "kg.J-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Joulium"@la ; + rdfs:label "Chilogrammo per Joule"@it ; + rdfs:label "Kilogram na Dżul"@pl ; + rdfs:label "Kilogram na Joule"@cs ; + rdfs:label "Kilogram na Joule"@sl ; + rdfs:label "Kilogram pe Joule"@ro ; + rdfs:label "Kilogram per Joule" ; + rdfs:label "Kilogram per Joule"@en ; + rdfs:label "Kilogram per Joule"@ms ; + rdfs:label "Kilogram per Joule"@tr ; + rdfs:label "Kilogramm pro Joule"@de ; + rdfs:label "Kilogramme par Joule"@fr ; + rdfs:label "Kilogramo por Julio"@es ; + rdfs:label "Quilograma por Joule"@pt ; + rdfs:label "Χιλιόγραμμο ανά Τζάουλ"@el ; + rdfs:label "Килограм на Джаул"@bg ; + rdfs:label "Килограмм на Джоуль"@ru . + +unit:KiloGM-PER-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA595" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA595"^^xsd:anyURI ; + qudt:symbol "kg/K" ; + qudt:ucumCode "kg.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F15" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Kelvin"@la ; + rdfs:label "Chilogrammo per Kelvin"@it ; + rdfs:label "Kilogram na Kelvin"@cs ; + rdfs:label "Kilogram na Kelvin"@sl ; + rdfs:label "Kilogram na Kelwin"@pl ; + rdfs:label "Kilogram pe Kelvin"@ro ; + rdfs:label "Kilogram per Kelvin" ; + rdfs:label "Kilogram per Kelvin"@en ; + rdfs:label "Kilogram per Kelvin"@ms ; + rdfs:label "Kilogram per Kelvin"@tr ; + rdfs:label "Kilogramm pro Kelvin"@de ; + rdfs:label "Kilogramme par Kelvin"@fr ; + rdfs:label "Kilogramo por Kelvin"@es ; + rdfs:label "Quilograma por Kelvin"@pt ; + rdfs:label "Χιλιόγραμμο ανά Κέλβιν"@el ; + rdfs:label "Килограм на Келвин"@bg ; + rdfs:label "Килограмм на Кельвин"@ru . + +unit:KiloGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA610" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA610"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "kg/kg" ; + qudt:ucumCode "kg.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "3H" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Chiliogramma"@la ; + rdfs:label "Chilogrammo per Chilogrammo"@it ; + rdfs:label "Kilogram na Kilogram"@cs ; + rdfs:label "Kilogram na Kilogram"@pl ; + rdfs:label "Kilogram na Kilogram"@sl ; + rdfs:label "Kilogram pe Kilogram"@ro ; + rdfs:label "Kilogram per Kilogram" ; + rdfs:label "Kilogram per Kilogram"@en ; + rdfs:label "Kilogram per Kilogram"@ms ; + rdfs:label "Kilogram per Kilogram"@tr ; + rdfs:label "Kilogramm pro Kilogramm"@de ; + rdfs:label "Kilogramme par Kilogramme"@fr ; + rdfs:label "Kilogramo por Kilogramo"@es ; + rdfs:label "Quilograma por Quilograma"@pt ; + rdfs:label "Χιλιόγραμμο ανά Χιλιόγραμμο"@el ; + rdfs:label "Килограм на Килограм"@bg ; + rdfs:label "Килограмм на Килограмм"@ru . + +unit:KiloGM-PER-KiloM + a qudt:Unit ; + dcterms:description "SI base kilogram divided by the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearMass ; + qudt:iec61360Code "0112/2///62720#UAB495" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB495"^^xsd:anyURI ; + qudt:symbol "kg/km" ; + qudt:ucumCode "kg.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M31" ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Chilometro"@it ; + rdfs:label "Kilogram na Kilometer"@sl ; + rdfs:label "Kilogram na Kilometr"@cs ; + rdfs:label "Kilogram na Kilometr"@pl ; + rdfs:label "Kilogram pe Kilometru"@ro ; + rdfs:label "Kilogram per Kilometer"@en-US ; + rdfs:label "Kilogram per Kilometer"@ms ; + rdfs:label "Kilogram per Kilometre" ; + rdfs:label "Kilogram per Kilometre"@en ; + rdfs:label "Kilogram per Kilometre"@tr ; + rdfs:label "Kilogramm pro Kilometer"@de ; + rdfs:label "Kilogramme par Kilomètre"@fr ; + rdfs:label "Kilogramo por Kilometro"@es . + +unit:KiloGM-PER-KiloM2 + a qudt:Unit ; + dcterms:description "One SI standard unit of mass over the square of one thousand standard unit of length."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:symbol "kg/km²" ; + qudt:ucumCode "kg.km-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Chilometro Quadrato"@it ; + rdfs:label "Kilogram na Kilometr Kwadratowy"@pl ; + rdfs:label "Kilogram na Kvadratni Kilometer"@sl ; + rdfs:label "Kilogram na Čtvereční Kilometr"@cs ; + rdfs:label "Kilogram pe Kilometru Pătrat"@ro ; + rdfs:label "Kilogram per Kilometer Persegi"@ms ; + rdfs:label "Kilogram per Kilometrekare"@tr ; + rdfs:label "Kilogram per Square Kilometer"@en-US ; + rdfs:label "Kilogram per Square Kilometre" ; + rdfs:label "Kilogram per Square Kilometre"@en ; + rdfs:label "Kilogramm pro Quadratkilometer"@de ; + rdfs:label "Kilogramme par Kilomètre Carré"@fr ; + rdfs:label "Kilogramo por Kilometro Cuadrado"@es . + +unit:KiloGM-PER-KiloMOL + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MolarMass ; + qudt:hasReciprocalUnit unit:KiloMOL-PER-KiloGM ; + qudt:iec61360Code "0112/2///62720#UAA611" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA611"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol" ; + qudt:symbol "kg/kmol" ; + qudt:ucumCode "kg.kmol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F24" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Chilomole"@it ; + rdfs:label "Kilogram na Kilomol"@cs ; + rdfs:label "Kilogram na Kilomol"@pl ; + rdfs:label "Kilogram na Kilomol"@sl ; + rdfs:label "Kilogram pe Kilomol"@ro ; + rdfs:label "Kilogram per Kilomol"@tr ; + rdfs:label "Kilogram per Kilomole" ; + rdfs:label "Kilogram per Kilomole"@en ; + rdfs:label "Kilogram per Kilomole"@ms ; + rdfs:label "Kilogramm pro Kilomol"@de ; + rdfs:label "Kilogramme par Kilomole"@fr ; + rdfs:label "Kilogramo por Kilomol"@es . + +unit:KiloGM-PER-L + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:hasReciprocalUnit unit:L-PER-KiloGM ; + qudt:iec61360Code "0112/2///62720#UAA612" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA612"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the unit litre" ; + qudt:symbol "kg/L" ; + qudt:ucumCode "kg.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B35" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Liter"@en-US ; + rdfs:label "Kilogram per Litre" ; + rdfs:label "Kilogram per Litre"@en . + +unit:KiloGM-PER-L-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA614" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA614"^^xsd:anyURI ; + qudt:symbol "kg/(L·bar)" ; + qudt:ucumCode "kg.L-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G17" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Liter Bar"@en-US ; + rdfs:label "Kilogram per Litre Bar" ; + rdfs:label "Kilogram per Litre Bar"@en . + +unit:KiloGM-PER-L-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA613" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA613"^^xsd:anyURI ; + qudt:symbol "kg/(L·K)" ; + qudt:ucumCode "kg.L-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G39" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Liter Kelvin"@en-US ; + rdfs:label "Kilogram per Litre Kelvin" ; + rdfs:label "Kilogram per Litre Kelvin"@en . + +unit:KiloGM-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearDensity ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAA616" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA616"^^xsd:anyURI ; + qudt:symbol "kg/m" ; + qudt:ucumCode "kg.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum"@la ; + rdfs:label "Chilogrammo per Metro"@it ; + rdfs:label "Kilogram na Meter"@sl ; + rdfs:label "Kilogram na Metr"@cs ; + rdfs:label "Kilogram na Metr"@pl ; + rdfs:label "Kilogram pe Metru"@ro ; + rdfs:label "Kilogram per Meter"@en-US ; + rdfs:label "Kilogram per Meter"@ms ; + rdfs:label "Kilogram per Metre" ; + rdfs:label "Kilogram per Metre"@en ; + rdfs:label "Kilogram per Metre"@tr ; + rdfs:label "Kilogramm pro Meter"@de ; + rdfs:label "Kilogramme par Mètre"@fr ; + rdfs:label "Kilogramo por Metro"@es ; + rdfs:label "Quilograma por Metro"@pt ; + rdfs:label "Χιλιόγραμμο ανά Μέτρο"@el ; + rdfs:label "Килограм на Метър"@bg ; + rdfs:label "Килограмм на Метр"@ru . + +unit:KiloGM-PER-M-DAY + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day" ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB431" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB431"^^xsd:anyURI ; + qudt:symbol "kg/(m·d)" ; + qudt:ucumCode "kg.m-1.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N39" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Meter Day"@en-US ; + rdfs:label "Kilogram per Metre Day" ; + rdfs:label "Kilogram per Metre Day"@en . + +unit:KiloGM-PER-M-HR + a qudt:Unit ; + dcterms:description "One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB432" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB432"^^xsd:anyURI ; + qudt:symbol "kg/(m·h)" ; + qudt:ucumCode "kg.m-1.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N40" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Meter Hour"@en-US ; + rdfs:label "Kilogram per Metre Hour" ; + rdfs:label "Kilogram per Metre Hour"@en . + +unit:KiloGM-PER-M-MIN + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB430" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB430"^^xsd:anyURI ; + qudt:symbol "kg/(m·min)" ; + qudt:ucumCode "kg.m-1.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N38" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Meter Minute"@en-US ; + rdfs:label "Kilogram per Metre Minute" ; + rdfs:label "Kilogram per Metre Minute"@en . + +unit:KiloGM-PER-M-SEC + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB429" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB429"^^xsd:anyURI ; + qudt:symbol "kg/(m·s)" ; + qudt:ucumCode "kg.m-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N37" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Secundum"@la ; + rdfs:label "Chilogrammo per Metro Secondo"@it ; + rdfs:label "Kilogram na Meter Sekunda"@sl ; + rdfs:label "Kilogram na Metr Sekunda"@cs ; + rdfs:label "Kilogram na Metr Sekunda"@pl ; + rdfs:label "Kilogram pe Metru Secundă"@ro ; + rdfs:label "Kilogram per Meter Saat"@ms ; + rdfs:label "Kilogram per Meter Second"@en-US ; + rdfs:label "Kilogram per Metre Saniye"@tr ; + rdfs:label "Kilogram per Metre Second" ; + rdfs:label "Kilogram per Metre Second"@en ; + rdfs:label "Kilogramm pro Meter Sekunde"@de ; + rdfs:label "Kilogramme par Mètre Seconde"@fr ; + rdfs:label "Kilogramo por Metro Segundo"@es ; + rdfs:label "Quilograma por Metro Segundo"@pt ; + rdfs:label "Χιλιόγραμμο ανά Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Килограм на Метър Секунда"@bg ; + rdfs:label "Килограмм на Метр Секунда"@ru . + +unit:KiloGM-PER-M-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + qudt:exactMatch unit:N-PER-M2 ; + qudt:exactMatch unit:PA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:siUnitsExpression "kg/m/s^2" ; + qudt:symbol "kg/(m·s²)" ; + qudt:ucumCode "kg.m-1.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Secundum Quadratum"@la ; + rdfs:label "Chilogrammo per Metro Secondo Quadrato"@it ; + rdfs:label "Kilogram na Meter Kvadratni Sekunda"@sl ; + rdfs:label "Kilogram na Metr Sekunda Kwadratowy"@pl ; + rdfs:label "Kilogram na Metr Čtvereční Sekunda"@cs ; + rdfs:label "Kilogram pe Metru Secundă Pătrat"@ro ; + rdfs:label "Kilogram per Meter Saat Persegi"@ms ; + rdfs:label "Kilogram per Meter Square Second"@en-US ; + rdfs:label "Kilogram per Metre Saniyekare"@tr ; + rdfs:label "Kilogram per Metre Square Second" ; + rdfs:label "Kilogram per Metre Square Second"@en ; + rdfs:label "Kilogramm pro Meter Quadratsekunde"@de ; + rdfs:label "Kilogramme par Mètre Seconde Carré"@fr ; + rdfs:label "Kilogramo por Metro Segundo Cuadrado"@es ; + rdfs:label "Quilograma por Metro Segundo Quadrado"@pt ; + rdfs:label "Χιλιόγραμμο ανά Μέτρο Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Килограм на Метър Квадратен Секунда"@bg ; + rdfs:label "Килограмм на Метр Квадратный Секунда"@ru . + +unit:KiloGM-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:BodyMassIndex ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:hasReciprocalUnit unit:M2-PER-KiloGM ; + qudt:iec61360Code "0112/2///62720#UAA617" ; + qudt:iec61360Code "0112/2///62720#UAD513" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA617"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD513"^^xsd:anyURI ; + qudt:symbol "kg/m²" ; + qudt:ucumCode "kg.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "28" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Quadratum"@la ; + rdfs:label "Chilogrammo per Metro Quadrato"@it ; + rdfs:label "Kilogram na Kvadratni Meter"@sl ; + rdfs:label "Kilogram na Metr Kwadratowy"@pl ; + rdfs:label "Kilogram na Čtvereční Metr"@cs ; + rdfs:label "Kilogram pe Metru Pătrat"@ro ; + rdfs:label "Kilogram per Meter Persegi"@ms ; + rdfs:label "Kilogram per Metrekare"@tr ; + rdfs:label "Kilogram per Square Meter"@en-US ; + rdfs:label "Kilogram per Square Metre" ; + rdfs:label "Kilogram per Square Metre"@en ; + rdfs:label "Kilogramm pro Quadratmeter"@de ; + rdfs:label "Kilogramme par Mètre Carré"@fr ; + rdfs:label "Kilogramo por Metro Cuadrado"@es ; + rdfs:label "Quilograma por Metro Quadrado"@pt ; + rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Килограм на Квадратен Метър"@bg ; + rdfs:label "Килограмм на Квадратный Метр"@ru . + +unit:KiloGM-PER-M2-DAY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A measure of areal density over time equivalent to 1 kg per square meter per day." ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A measure of areal density over time equivalent to 1 kg per square meter per day." ; + qudt:symbol "kg/(m²·d)" ; + qudt:ucumCode "kg.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Square Meter Day"@en-US ; + rdfs:label "Kilogram per Square Metre Day" ; + rdfs:label "Kilogram per Square Metre Day"@en . + +unit:KiloGM-PER-M2-PA-SEC + a qudt:Unit ; + dcterms:description "unit for the ability of a material to allow the transition of the steam" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:S-PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VapourPermeance ; + qudt:iec61360Code "0112/2///62720#UAB481" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB481"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + qudt:symbol "kg/(m²·Pa·s)" ; + qudt:ucumCode "kg.m-2.Pa-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q28" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Quadratum Pascalium Secundum"@la ; + rdfs:label "Chilogrammo per Metro Quadrato Pascal Secondo"@it ; + rdfs:label "Kilogram na Kvadratni Meter Pascal Sekunda"@sl ; + rdfs:label "Kilogram na Metr Kwadratowy Paskal Sekunda"@pl ; + rdfs:label "Kilogram na Čtvereční Metr Pascal Sekunda"@cs ; + rdfs:label "Kilogram pe Metru Pătrat Pascal Secundă"@ro ; + rdfs:label "Kilogram per Meter Persegi Pascal Saat"@ms ; + rdfs:label "Kilogram per Metrekare Pascal Saniye"@tr ; + rdfs:label "Kilogram per Square Meter Pascal Second"@en-US ; + rdfs:label "Kilogram per Square Metre Pascal Second" ; + rdfs:label "Kilogram per Square Metre Pascal Second"@en ; + rdfs:label "Kilogramm pro Quadratmeter Pascal Sekunde"@de ; + rdfs:label "Kilogramme par Mètre Carré Pascal Seconde"@fr ; + rdfs:label "Kilogramo por Metro Cuadrado Pascal Segundo"@es ; + rdfs:label "Quilograma por Metro Quadrado Pascal Segundo"@pt ; + rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Πασκάλ Δευτερόλεπτο"@el ; + rdfs:label "Килограм на Квадратен Метър Паскал Секунда"@bg ; + rdfs:label "Килограмм на Квадратный Метр Паскаль Секунда"@ru . + +unit:KiloGM-PER-M2-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:KiloGM-PER-SEC-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "kg/(m²·s)" ; + qudt:ucumCode "kg.m-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H56" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Quadratum Secundum"@la ; + rdfs:label "Chilogrammo per Metro Quadrato Secondo"@it ; + rdfs:label "Kilogram na Kvadratni Meter Sekunda"@sl ; + rdfs:label "Kilogram na Metr Kwadratowy Sekunda"@pl ; + rdfs:label "Kilogram na Čtvereční Metr Sekunda"@cs ; + rdfs:label "Kilogram pe Metru Pătrat Secundă"@ro ; + rdfs:label "Kilogram per Meter Persegi Saat"@ms ; + rdfs:label "Kilogram per Metrekare Saniye"@tr ; + rdfs:label "Kilogram per Square Meter Second"@en-US ; + rdfs:label "Kilogram per Square Metre Second" ; + rdfs:label "Kilogram per Square Metre Second"@en ; + rdfs:label "Kilogramm pro Quadratmeter Sekunde"@de ; + rdfs:label "Kilogramme par Mètre Carré Seconde"@fr ; + rdfs:label "Kilogramo por Metro Cuadrado Segundo"@es ; + rdfs:label "Quilograma por Metro Quadrado Segundo"@pt ; + rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Килограм на Квадратен Метър Секунда"@bg ; + rdfs:label "Килограмм на Квадратный Метр Секунда"@ru . + +unit:KiloGM-PER-M2-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PressureLossPerLength ; + qudt:symbol "kg/(m²·s²)" ; + qudt:ucumCode "kg.m-2.s-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Quadratum Secundum Quadratum"@la ; + rdfs:label "Chilogrammo per Metro Quadrato Secondo Quadrato"@it ; + rdfs:label "Kilogram na Kvadratni Meter Kvadratni Sekunda"@sl ; + rdfs:label "Kilogram na Metr Kwadratowy Sekunda Kwadratowy"@pl ; + rdfs:label "Kilogram na Čtvereční Metr Čtvereční Sekunda"@cs ; + rdfs:label "Kilogram pe Metru Pătrat Secundă Pătrat"@ro ; + rdfs:label "Kilogram per Meter Persegi Saat Persegi"@ms ; + rdfs:label "Kilogram per Metrekare Saniyekare"@tr ; + rdfs:label "Kilogram per Square Meter Square Second"@en-US ; + rdfs:label "Kilogram per Square Metre Square Second" ; + rdfs:label "Kilogram per Square Metre Square Second"@en ; + rdfs:label "Kilogramm pro Quadratmeter Quadratsekunde"@de ; + rdfs:label "Kilogramme par Mètre Carré Seconde Carré"@fr ; + rdfs:label "Kilogramo por Metro Cuadrado Segundo Cuadrado"@es ; + rdfs:label "Quilograma por Metro Quadrado Segundo Quadrado"@pt ; + rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Килограм на Квадратен Метър Квадратен Секунда"@bg ; + rdfs:label "Килограмм на Квадратный Метр Квадратный Секунда"@ru . + +unit:KiloGM-PER-M3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \\cdot m^{-3}$, or equivalently either $kg/m^3$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$kg/m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassConcentrationOfWater ; + qudt:hasQuantityKind quantitykind:MassConcentrationOfWaterVapour ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:hasReciprocalUnit unit:M3-PER-KiloGM ; + qudt:iec61360Code "0112/2///62720#UAA619" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA619"^^xsd:anyURI ; + qudt:plainTextDescription "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3." ; + qudt:symbol "kg/m³" ; + qudt:ucumCode "kg.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KMQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Cubicum"@la ; + rdfs:label "Chilogrammo per Metro Cubo"@it ; + rdfs:label "Kilogram na Kubični Meter"@sl ; + rdfs:label "Kilogram na Metr Krychlový"@cs ; + rdfs:label "Kilogram na Metr Sześcienny"@pl ; + rdfs:label "Kilogram pe Metru Cub"@ro ; + rdfs:label "Kilogram per Cubic Meter"@en-US ; + rdfs:label "Kilogram per Cubic Metre" ; + rdfs:label "Kilogram per Cubic Metre"@en ; + rdfs:label "Kilogram per Meter Kubik"@ms ; + rdfs:label "Kilogram per Metreküp"@tr ; + rdfs:label "Kilogramm pro Kubikmeter"@de ; + rdfs:label "Kilogramme par Mètre Cube"@fr ; + rdfs:label "Kilogramo por Metro Cúbico"@es ; + rdfs:label "Quilograma por Metro Cúbico"@pt ; + rdfs:label "Χιλιόγραμμο ανά Κυβικό Μέτρο"@el ; + rdfs:label "Килограм на Кубичен Метър"@bg ; + rdfs:label "Килограмм на Кубический Метр"@ru ; + rdfs:label "كيلوغرام لكل متر مكعب"@ar ; + rdfs:label "کیلوگرم بر متر مکعب"@fa ; + rdfs:label "किलोग्राम प्रति घन मीटर"@hi ; + rdfs:label "キログラム毎立方メートル"@ja ; + rdfs:label "千克每立方米"@zh . + +unit:KiloGM-PER-M3-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA621" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA621"^^xsd:anyURI ; + qudt:symbol "kg/(m³·bar)" ; + qudt:ucumCode "kg.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G18" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Cubic Meter Bar"@en-US ; + rdfs:label "Kilogram per Cubic Metre Bar" ; + rdfs:label "Kilogram per Cubic Metre Bar"@en . + +unit:KiloGM-PER-M3-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA620" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA620"^^xsd:anyURI ; + qudt:symbol "kg/(m³·K)" ; + qudt:ucumCode "kg.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G40" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Cubicum Kelvin"@la ; + rdfs:label "Chilogrammo per Metro Cubo Kelvin"@it ; + rdfs:label "Kilogram na Kubični Meter Kelvin"@sl ; + rdfs:label "Kilogram na Metr Krychlový Kelvin"@cs ; + rdfs:label "Kilogram na Metr Sześcienny Kelwin"@pl ; + rdfs:label "Kilogram pe Metru Cub Kelvin"@ro ; + rdfs:label "Kilogram per Cubic Meter Kelvin"@en-US ; + rdfs:label "Kilogram per Cubic Metre Kelvin" ; + rdfs:label "Kilogram per Cubic Metre Kelvin"@en ; + rdfs:label "Kilogram per Meter Kubik Kelvin"@ms ; + rdfs:label "Kilogram per Metreküp Kelvin"@tr ; + rdfs:label "Kilogramm pro Kubikmeter Kelvin"@de ; + rdfs:label "Kilogramme par Mètre Cube Kelvin"@fr ; + rdfs:label "Kilogramo por Metro Cúbico Kelvin"@es ; + rdfs:label "Quilograma por Metro Cúbico Kelvin"@pt ; + rdfs:label "Χιλιόγραμμο ανά Κυβικό Μέτρο Κέλβιν"@el ; + rdfs:label "Килограм на Кубичен Метър Келвин"@bg ; + rdfs:label "Килограмм на Кубический Метр Кельвин"@ru . + +unit:KiloGM-PER-M3-PA + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAB310" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB310"^^xsd:anyURI ; + qudt:symbol "kg/(m³·Pa)" ; + qudt:ucumCode "kg.m-3.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M73" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Cubicum Pascalium"@la ; + rdfs:label "Chilogrammo per Metro Cubo Pascal"@it ; + rdfs:label "Kilogram na Kubični Meter Pascal"@sl ; + rdfs:label "Kilogram na Metr Krychlový Pascal"@cs ; + rdfs:label "Kilogram na Metr Sześcienny Paskal"@pl ; + rdfs:label "Kilogram pe Metru Cub Pascal"@ro ; + rdfs:label "Kilogram per Cubic Meter Pascal"@en-US ; + rdfs:label "Kilogram per Cubic Metre Pascal" ; + rdfs:label "Kilogram per Cubic Metre Pascal"@en ; + rdfs:label "Kilogram per Meter Kubik Pascal"@ms ; + rdfs:label "Kilogram per Metreküp Pascal"@tr ; + rdfs:label "Kilogramm pro Kubikmeter Pascal"@de ; + rdfs:label "Kilogramme par Mètre Cube Pascal"@fr ; + rdfs:label "Kilogramo por Metro Cúbico Pascal"@es ; + rdfs:label "Quilograma por Metro Cúbico Pascal"@pt ; + rdfs:label "Χιλιόγραμμο ανά Κυβικό Μέτρο Πασκάλ"@el ; + rdfs:label "Килограм на Кубичен Метър Паскал"@bg ; + rdfs:label "Килограмм на Кубический Метр Паскаль"@ru . + +unit:KiloGM-PER-M3-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "kg/(m³·s)" ; + qudt:ucumCode "kg.m-3.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Metrum Cubicum Secundum"@la ; + rdfs:label "Chilogrammo per Metro Cubo Secondo"@it ; + rdfs:label "Kilogram na Kubični Meter Sekunda"@sl ; + rdfs:label "Kilogram na Metr Krychlový Sekunda"@cs ; + rdfs:label "Kilogram na Metr Sześcienny Sekunda"@pl ; + rdfs:label "Kilogram pe Metru Cub Secundă"@ro ; + rdfs:label "Kilogram per Cubic Meter Second"@en-US ; + rdfs:label "Kilogram per Cubic Metre Second" ; + rdfs:label "Kilogram per Cubic Metre Second"@en ; + rdfs:label "Kilogram per Meter Kubik Saat"@ms ; + rdfs:label "Kilogram per Metreküp Saniye"@tr ; + rdfs:label "Kilogramm pro Kubikmeter Sekunde"@de ; + rdfs:label "Kilogramme par Mètre Cube Seconde"@fr ; + rdfs:label "Kilogramo por Metro Cúbico Segundo"@es ; + rdfs:label "Quilograma por Metro Cúbico Segundo"@pt ; + rdfs:label "Χιλιόγραμμο ανά Κυβικό Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Килограм на Кубичен Метър Секунда"@bg ; + rdfs:label "Килограмм на Кубический Метр Секунда"@ru . + +unit:KiloGM-PER-MIN + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA624" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA624"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the unit minute" ; + qudt:symbol "kg/min" ; + qudt:ucumCode "kg.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F31" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Minute" ; + rdfs:label "Kilogram per Minute"@en . + +unit:KiloGM-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA626" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA626"^^xsd:anyURI ; + qudt:symbol "kg/(min·bar)" ; + qudt:ucumCode "kg.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F68" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Minute Bar" ; + rdfs:label "Kilogram per Minute Bar"@en . + +unit:KiloGM-PER-MIN-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA625" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA625"^^xsd:anyURI ; + qudt:symbol "kg/(min·K)" ; + qudt:ucumCode "kg.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F41" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Minute Kelvin" ; + rdfs:label "Kilogram per Minute Kelvin"@en . + +unit:KiloGM-PER-MOL + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{}$, symbol $kg/mol$, is the base SI unit for molar mass. + 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. + However, for historical reasons, molar masses are almost always expressed in $g/mol$. + As an example, the molar mass of water is approximately: $18.01528(33) \\; g/mol$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MolarMass ; + qudt:hasReciprocalUnit unit:MOL-PER-KiloGM ; + qudt:iec61360Code "0112/2///62720#UAA628" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA628"^^xsd:anyURI ; + qudt:symbol "kg/mol" ; + qudt:ucumCode "kg.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D74" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Moles"@la ; + rdfs:label "Chilogrammo per Mole"@it ; + rdfs:label "Kilogram na Mol"@cs ; + rdfs:label "Kilogram na Mol"@pl ; + rdfs:label "Kilogram na Mol"@sl ; + rdfs:label "Kilogram pe Mol"@ro ; + rdfs:label "Kilogram per Mol"@tr ; + rdfs:label "Kilogram per Mole" ; + rdfs:label "Kilogram per Mole"@en ; + rdfs:label "Kilogram per Mole"@ms ; + rdfs:label "Kilogramm pro Mol"@de ; + rdfs:label "Kilogramme par Mole"@fr ; + rdfs:label "Kilogramo por Mol"@es ; + rdfs:label "Quilograma por Mol"@pt ; + rdfs:label "Χιλιόγραμμο ανά Μολ"@el ; + rdfs:label "Килограм на Мол"@bg ; + rdfs:label "Килограмм на Моль"@ru . + +unit:KiloGM-PER-MegaBTU_IT + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Kilogram per Mega BTU}$ is an Imperial unit for 'Mass Per Energy' expressed as $kg/MBtu$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000000009478171203133172000127850444756106 ; + qudt:conversionMultiplierSN 9.478171203133172000127850444756106E-10 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$kg/MBtu$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MegaBTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:plainTextDescription "Kilogram per Mega BTU is an Imperial Unit for 'Mass Per Energy." ; + qudt:symbol "kg/MBtu{IT}" ; + qudt:ucumCode "kg.M[Btu_IT]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Mega British Thermal Unit (international Definition)" ; + rdfs:label "Kilogram per Mega British Thermal Unit (international Definition)"@en . + +unit:KiloGM-PER-MilliM + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearDensity ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB070" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB070"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "kg/mm" ; + qudt:ucumCode "kg.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KW" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogrammo per Millimetro"@it ; + rdfs:label "Kilogram na Millimeter"@sl ; + rdfs:label "Kilogram na Millimetr"@cs ; + rdfs:label "Kilogram na Millimetr"@pl ; + rdfs:label "Kilogram pe Millimetru"@ro ; + rdfs:label "Kilogram per Millimeter"@en-US ; + rdfs:label "Kilogram per Millimeter"@ms ; + rdfs:label "Kilogram per Millimetre" ; + rdfs:label "Kilogram per Millimetre"@en ; + rdfs:label "Kilogram per Millimetre"@tr ; + rdfs:label "Kilogramm pro Millimeter"@de ; + rdfs:label "Kilogramme par Millimètre"@fr ; + rdfs:label "Kilogramo por Millimetro"@es . + +unit:KiloGM-PER-PA + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB316" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB316"^^xsd:anyURI ; + qudt:symbol "kg/Pa" ; + qudt:ucumCode "kg.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M74" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Pascalium"@la ; + rdfs:label "Chilogrammo per Pascal"@it ; + rdfs:label "Kilogram na Pascal"@cs ; + rdfs:label "Kilogram na Pascal"@sl ; + rdfs:label "Kilogram na Paskal"@pl ; + rdfs:label "Kilogram pe Pascal"@ro ; + rdfs:label "Kilogram per Pascal" ; + rdfs:label "Kilogram per Pascal"@en ; + rdfs:label "Kilogram per Pascal"@ms ; + rdfs:label "Kilogram per Pascal"@tr ; + rdfs:label "Kilogramm pro Pascal"@de ; + rdfs:label "Kilogramme par Pascal"@fr ; + rdfs:label "Kilogramo por Pascal"@es ; + rdfs:label "Quilograma por Pascal"@pt ; + rdfs:label "Χιλιόγραμμο ανά Πασκάλ"@el ; + rdfs:label "Килограм на Паскал"@bg ; + rdfs:label "Килограмм на Паскаль"@ru . + +unit:KiloGM-PER-PA-SEC-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:VapourPermeability ; + qudt:hasQuantityKind quantitykind:WaterVapourDiffusionCoefficient ; + qudt:plainTextDescription "Common unit for the Water vapour diffusion coefficient" ; + qudt:symbol "kg/(Pa·s·m)" ; + qudt:ucumCode "kg.Pa-1.s-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Pascalium Secundum Metrum"@la ; + rdfs:label "Chilogrammo per Pascal Secondo Metro"@it ; + rdfs:label "Kilogram na Pascal Sekunda Meter"@sl ; + rdfs:label "Kilogram na Pascal Sekunda Metr"@cs ; + rdfs:label "Kilogram na Paskal Sekunda Metr"@pl ; + rdfs:label "Kilogram pe Pascal Secundă Metru"@ro ; + rdfs:label "Kilogram per Pascal Saat Meter"@ms ; + rdfs:label "Kilogram per Pascal Saniye Metre"@tr ; + rdfs:label "Kilogram per Pascal Second Meter"@en-US ; + rdfs:label "Kilogram per Pascal Second Metre" ; + rdfs:label "Kilogram per Pascal Second Metre"@en ; + rdfs:label "Kilogramm pro Pascal Sekunde Meter"@de ; + rdfs:label "Kilogramme par Pascal Seconde Mètre"@fr ; + rdfs:label "Kilogramo por Pascal Segundo Metro"@es ; + rdfs:label "Quilograma por Pascal Segundo Metro"@pt ; + rdfs:label "Χιλιόγραμμο ανά Πασκάλ Δευτερόλεπτο Μέτρο"@el ; + rdfs:label "Килограм на Паскал Секунда Метър"@bg ; + rdfs:label "Килограмм на Паскаль Секунда Метр"@ru . + +unit:KiloGM-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of $MT^{-1}$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:hasReciprocalUnit unit:SEC-PER-KiloGM ; + qudt:iec61360Code "0112/2///62720#UAA629" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA629"^^xsd:anyURI ; + qudt:symbol "kg/s" ; + qudt:ucumCode "kg.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KGS" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Secundum"@la ; + rdfs:label "Chilogrammo per Secondo"@it ; + rdfs:label "Kilogram na Sekunda"@cs ; + rdfs:label "Kilogram na Sekunda"@pl ; + rdfs:label "Kilogram na Sekunda"@sl ; + rdfs:label "Kilogram pe Secundă"@ro ; + rdfs:label "Kilogram per Saat"@ms ; + rdfs:label "Kilogram per Saniye"@tr ; + rdfs:label "Kilogram per Second" ; + rdfs:label "Kilogram per Second"@en ; + rdfs:label "Kilogramm pro Sekunde"@de ; + rdfs:label "Kilogramme par Seconde"@fr ; + rdfs:label "Kilogramo por Segundo"@es ; + rdfs:label "Quilograma por Segundo"@pt ; + rdfs:label "Χιλιόγραμμο ανά Δευτερόλεπτο"@el ; + rdfs:label "Килограм на Секунда"@bg ; + rdfs:label "Килограмм на Секунда"@ru . + +unit:KiloGM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA631" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA631"^^xsd:anyURI ; + qudt:symbol "kg/(s·bar)" ; + qudt:ucumCode "kg.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F69" ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Second Bar" ; + rdfs:label "Kilogram per Second Bar"@en . + +unit:KiloGM-PER-SEC-K + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA630" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA630"^^xsd:anyURI ; + qudt:symbol "kg/(s·K)" ; + qudt:ucumCode "kg.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F42" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Secundum Kelvin"@la ; + rdfs:label "Chilogrammo per Secondo Kelvin"@it ; + rdfs:label "Kilogram na Sekunda Kelvin"@cs ; + rdfs:label "Kilogram na Sekunda Kelvin"@sl ; + rdfs:label "Kilogram na Sekunda Kelwin"@pl ; + rdfs:label "Kilogram pe Secundă Kelvin"@ro ; + rdfs:label "Kilogram per Saat Kelvin"@ms ; + rdfs:label "Kilogram per Saniye Kelvin"@tr ; + rdfs:label "Kilogram per Second Kelvin" ; + rdfs:label "Kilogram per Second Kelvin"@en ; + rdfs:label "Kilogramm pro Sekunde Kelvin"@de ; + rdfs:label "Kilogramme par Seconde Kelvin"@fr ; + rdfs:label "Kilogramo por Segundo Kelvin"@es ; + rdfs:label "Quilograma por Segundo Kelvin"@pt ; + rdfs:label "Χιλιόγραμμο ανά Δευτερόλεπτο Κέλβιν"@el ; + rdfs:label "Килограм на Секунда Келвин"@bg ; + rdfs:label "Килограмм на Секунда Кельвин"@ru . + +unit:KiloGM-PER-SEC-M2 + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:KiloGM-PER-M2-SEC ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:iec61360Code "0112/2///62720#UAA618" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA618"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second" ; + qudt:symbol "kg/(s·m²)" ; + qudt:ucumCode "kg.s-1.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H56" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Secundum Metrum Quadratum"@la ; + rdfs:label "Chilogrammo per Secondo Metro Quadrato"@it ; + rdfs:label "Kilogram na Sekunda Kvadratni Meter"@sl ; + rdfs:label "Kilogram na Sekunda Metr Kwadratowy"@pl ; + rdfs:label "Kilogram na Sekunda Čtvereční Metr"@cs ; + rdfs:label "Kilogram pe Secundă Metru Pătrat"@ro ; + rdfs:label "Kilogram per Saat Meter Persegi"@ms ; + rdfs:label "Kilogram per Saniye Metrekare"@tr ; + rdfs:label "Kilogram per Second Square Meter"@en-US ; + rdfs:label "Kilogram per Second Square Metre" ; + rdfs:label "Kilogram per Second Square Metre"@en ; + rdfs:label "Kilogramm pro Sekunde Quadratmeter"@de ; + rdfs:label "Kilogramme par Seconde Mètre Carré"@fr ; + rdfs:label "Kilogramo por Segundo Metro Cuadrado"@es ; + rdfs:label "Quilograma por Segundo Metro Quadrado"@pt ; + rdfs:label "Χιλιόγραμμο ανά Δευτερόλεπτο Τετραγωνικό Μέτρο"@el ; + rdfs:label "Килограм на Секунда Квадратен Метър"@bg ; + rdfs:label "Килограмм на Секунда Квадратный Метр"@ru . + +unit:KiloGM-PER-SEC-PA + a qudt:Unit ; + dcterms:description "SI base unit kilogram divided by the product of the SI base unit second and the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB321" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB321"^^xsd:anyURI ; + qudt:symbol "kg/(s·Pa)" ; + qudt:ucumCode "kg.s-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M87" ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Secundum Pascalium"@la ; + rdfs:label "Chilogrammo per Secondo Pascal"@it ; + rdfs:label "Kilogram na Sekunda Pascal"@cs ; + rdfs:label "Kilogram na Sekunda Pascal"@sl ; + rdfs:label "Kilogram na Sekunda Paskal"@pl ; + rdfs:label "Kilogram pe Secundă Pascal"@ro ; + rdfs:label "Kilogram per Saat Pascal"@ms ; + rdfs:label "Kilogram per Saniye Pascal"@tr ; + rdfs:label "Kilogram per Second Pascal" ; + rdfs:label "Kilogram per Second Pascal"@en ; + rdfs:label "Kilogramm pro Sekunde Pascal"@de ; + rdfs:label "Kilogramme par Seconde Pascal"@fr ; + rdfs:label "Kilogramo por Segundo Pascal"@es ; + rdfs:label "Quilograma por Segundo Pascal"@pt ; + rdfs:label "Χιλιόγραμμο ανά Δευτερόλεπτο Πασκάλ"@el ; + rdfs:label "Килограм на Секунда Паскал"@bg ; + rdfs:label "Килограмм на Секунда Паскаль"@ru . + +unit:KiloGM-PER-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$kg-per-sec2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:latexSymbol "$kg \\cdot s^2$"^^qudt:LatexString ; + qudt:symbol "kg/s²" ; + qudt:ucumCode "kg.s-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Secundum Quadratum"@la ; + rdfs:label "Chilogrammo per Secondo Quadrato"@it ; + rdfs:label "Kilogram na Kvadratni Sekunda"@sl ; + rdfs:label "Kilogram na Sekunda Kwadratowy"@pl ; + rdfs:label "Kilogram na Čtvereční Sekunda"@cs ; + rdfs:label "Kilogram pe Secundă Pătrat"@ro ; + rdfs:label "Kilogram per Saat Persegi"@ms ; + rdfs:label "Kilogram per Saniyekare"@tr ; + rdfs:label "Kilogram per Square Second" ; + rdfs:label "Kilogram per Square Second"@en ; + rdfs:label "Kilogramm pro Quadratsekunde"@de ; + rdfs:label "Kilogramme par Seconde Carré"@fr ; + rdfs:label "Kilogramo por Segundo Cuadrado"@es ; + rdfs:label "Quilograma por Segundo Quadrado"@pt ; + rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Килограм на Квадратен Секунда"@bg ; + rdfs:label "Килограмм на Квадратный Секунда"@ru . + +unit:KiloGM-PER-SEC3-K + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:plainTextDescription "Unit commonly used for the coefficient of heat transfer" ; + qudt:symbol "kg/(s³·K)" ; + qudt:ucumCode "kg.s-3.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma per Secundum Cubicum Kelvin"@la ; + rdfs:label "Chilogrammo per Secondo Cubo Kelvin"@it ; + rdfs:label "Kilogram na Kubični Sekunda Kelvin"@sl ; + rdfs:label "Kilogram na Sekunda Krychlový Kelvin"@cs ; + rdfs:label "Kilogram na Sekunda Sześcienny Kelwin"@pl ; + rdfs:label "Kilogram pe Secundă Cub Kelvin"@ro ; + rdfs:label "Kilogram per Cubic Second Kelvin" ; + rdfs:label "Kilogram per Cubic Second Kelvin"@en ; + rdfs:label "Kilogram per Saat Kubik Kelvin"@ms ; + rdfs:label "Kilogram per Saniyeküp Kelvin"@tr ; + rdfs:label "Kilogramm pro Kubiksekunde Kelvin"@de ; + rdfs:label "Kilogramme par Seconde Cube Kelvin"@fr ; + rdfs:label "Kilogramo por Segundo Cúbico Kelvin"@es ; + rdfs:label "Quilograma por Segundo Cúbico Kelvin"@pt ; + rdfs:label "Χιλιόγραμμο ανά Κυβικό Δευτερόλεπτο Κέλβιν"@el ; + rdfs:label "Килограм на Кубичен Секунда Келвин"@bg ; + rdfs:label "Килограмм на Кубический Секунда Кельвин"@ru . + +unit:KiloGM-PER-YR + a qudt:Unit ; + dcterms:description "The SI base unit kilogram divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:informativeReference "http://dd.eionet.europa.eu/vocabulary/wise/uom/kg.a-1"^^xsd:anyURI ; + qudt:plainTextDescription "kilogram divided by the unit year with 365 days" ; + qudt:symbol "kg/a" ; + qudt:ucumCode "kg.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilogram per Jaar"@nl ; + rdfs:label "Kilogram per Year" ; + rdfs:label "Kilogram per Year"@en . + +unit:KiloGM-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$kilog-sec2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "kg·s²" ; + qudt:ucumCode "kg.s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma Secundum Quadratum"@la ; + rdfs:label "Chilogrammo Secondo Quadrato"@it ; + rdfs:label "Kilogram Kvadratni Sekunda"@sl ; + rdfs:label "Kilogram Saat Persegi"@ms ; + rdfs:label "Kilogram Saniyekare"@tr ; + rdfs:label "Kilogram Secundă Pătrat"@ro ; + rdfs:label "Kilogram Sekunda Kwadratowy"@pl ; + rdfs:label "Kilogram Square Second" ; + rdfs:label "Kilogram Square Second"@en ; + rdfs:label "Kilogram Čtvereční Sekunda"@cs ; + rdfs:label "Kilogramm Quadratsekunde"@de ; + rdfs:label "Kilogramme Seconde Carré"@fr ; + rdfs:label "Kilogramo Segundo Cuadrado"@es ; + rdfs:label "Quilograma Segundo Quadrado"@pt ; + rdfs:label "Χιλιόγραμμο Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Килограм Квадратен Секунда"@bg ; + rdfs:label "Килограмм Квадратный Секунда"@ru . + +unit:KiloGM2-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M2H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "kg²/s²" ; + qudt:ucumCode "kg2.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiliogramma Quadratum per Secundum Quadratum"@la ; + rdfs:label "Chilogrammo Quadrato per Secondo Quadrato"@it ; + rdfs:label "Kilogram Kwadratowy na Sekunda Kwadratowy"@pl ; + rdfs:label "Kilogram Persegi per Saat Persegi"@ms ; + rdfs:label "Kilogram Pătrat pe Secundă Pătrat"@ro ; + rdfs:label "Kilogramkare per Saniyekare"@tr ; + rdfs:label "Kilogramme Carré par Seconde Carré"@fr ; + rdfs:label "Kilogramo Cuadrado por Segundo Cuadrado"@es ; + rdfs:label "Kvadratni Kilogram na Kvadratni Sekunda"@sl ; + rdfs:label "Quadratkilogramm pro Quadratsekunde"@de ; + rdfs:label "Quilograma Quadrado por Segundo Quadrado"@pt ; + rdfs:label "Square Kilogram per Square Second" ; + rdfs:label "Square Kilogram per Square Second"@en ; + rdfs:label "Čtvereční Kilogram na Čtvereční Sekunda"@cs ; + rdfs:label "Τετραγωνικό Χιλιόγραμμο ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Килограм на Квадратен Секунда"@bg ; + rdfs:label "Квадратный Килограмм на Квадратный Секунда"@ru . + +unit:KiloGM_F + a qudt:Unit ; + dcterms:description "\"Kilogram Force\" is a unit for 'Force' expressed as $kgf$."^^qudt:LatexString ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ; + qudt:exactMatch unit:KiloPOND ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA632" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA632"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:GM_F ; + qudt:symbol "kgf" ; + qudt:ucumCode "kgf"^^qudt:UCUMcs ; + qudt:udunitsCode "kgf" ; + qudt:uneceCommonCode "B37" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Gram Force" ; + rdfs:label "Kilo Gram Force"@en . + +unit:KiloGM_F-M + a qudt:Unit ; + dcterms:description "product of the unit kilogram-force and the SI base unit metre"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA634" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA634"^^xsd:anyURI ; + qudt:plainTextDescription "product of the unit kilogram-force and the SI base unit metre" ; + qudt:symbol "kgf·m" ; + qudt:ucumCode "kgf.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B38" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Gram Force Meter"@en-US ; + rdfs:label "Kilo Gram Force Metre" ; + rdfs:label "Kilo Gram Force Metre"@en . + +unit:KiloGM_F-M-PER-CentiM2 + a qudt:Unit ; + dcterms:description "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:conversionMultiplier 98066.5 ; + qudt:conversionMultiplierSN 9.80665E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB189" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB189"^^xsd:anyURI ; + qudt:plainTextDescription "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "kgf·m/cm²" ; + qudt:ucumCode "kgf.m.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E44" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Gram Force Meter per Square Centimeter"@en-US ; + rdfs:label "Kilo Gram Force Metre per Square Centimetre" ; + rdfs:label "Kilo Gram Force Metre per Square Centimetre"@en . + +unit:KiloGM_F-M-PER-SEC + a qudt:Unit ; + dcterms:description "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB154" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB154"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; + qudt:symbol "kgf·m/s" ; + qudt:ucumCode "kgf.m.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B39" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Gram Force Meter per Second"@en-US ; + rdfs:label "Kilo Gram Force Metre per Second" ; + rdfs:label "Kilo Gram Force Metre per Second"@en . + +unit:KiloGM_F-PER-CentiM2 + a qudt:Unit ; + dcterms:description "\"Kilogram Force per Square Centimeter\" is a unit for 'Force Per Area' expressed as $kgf/cm^{2}$."^^qudt:LatexString ; + qudt:conversionMultiplier 98066.5 ; + qudt:conversionMultiplierSN 9.80665E4 ; + qudt:expression "$kgf/cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM_F ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA633" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA633"^^xsd:anyURI ; + qudt:symbol "kgf/cm²" ; + qudt:ucumCode "kgf.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E42" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Gram Force per Square Centimeter"@en-US ; + rdfs:label "Kilo Gram Force per Square Centimetre" ; + rdfs:label "Kilo Gram Force per Square Centimetre"@en . + +unit:KiloGM_F-PER-M2 + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM_F ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA635" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA635"^^xsd:anyURI ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure" ; + qudt:symbol "kgf/m²" ; + qudt:ucumCode "kgf.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B40" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Gram Force per Square Meter"@en-US ; + rdfs:label "Kilo Gram Force per Square Metre" ; + rdfs:label "Kilo Gram Force per Square Metre"@en . + +unit:KiloGM_F-PER-MilliM2 + a qudt:Unit ; + dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ; + qudt:conversionMultiplier 9806650.0 ; + qudt:conversionMultiplierSN 9.80665E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM_F ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA636" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA636"^^xsd:anyURI ; + qudt:plainTextDescription "A non-SI-conforming unit of pressure" ; + qudt:symbol "kgf/mm²" ; + qudt:ucumCode "kgf.mm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E41" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Gram Force per Square Millimeter"@en-US ; + rdfs:label "Kilo Gram Force per Square Millimetre" ; + rdfs:label "Kilo Gram Force per Square Millimetre"@en . + +unit:KiloGRAY + a qudt:Unit ; + dcterms:description "1,000-fold of the unit gray" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:iec61360Code "0112/2///62720#UAB504" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB504"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:GRAY ; + qudt:symbol "kGy" ; + qudt:ucumCode "kGy"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilogray"@it ; + rdfs:label "Kilogray" ; + rdfs:label "Kilogray"@cs ; + rdfs:label "Kilogray"@de ; + rdfs:label "Kilogray"@en ; + rdfs:label "Kilogray"@es ; + rdfs:label "Kilogray"@fr ; + rdfs:label "Kilogray"@hu ; + rdfs:label "Kilogray"@ms ; + rdfs:label "Kilogray"@ro ; + rdfs:label "Kilogray"@sl ; + rdfs:label "Kilogray"@tr ; + rdfs:label "Kilogrej"@pl . + +unit:KiloH + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit henry" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAB386" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB386"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:H ; + qudt:symbol "kH" ; + qudt:ucumCode "kH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P24" ; + rdfs:isDefinedBy ; + rdfs:label "Chilohenry"@it ; + rdfs:label "Kilohenr"@pl ; + rdfs:label "Kilohenrio"@es ; + rdfs:label "Kilohenry" ; + rdfs:label "Kilohenry"@cs ; + rdfs:label "Kilohenry"@de ; + rdfs:label "Kilohenry"@en ; + rdfs:label "Kilohenry"@fr ; + rdfs:label "Kilohenry"@hu ; + rdfs:label "Kilohenry"@ms ; + rdfs:label "Kilohenry"@ro ; + rdfs:label "Kilohenry"@sl ; + rdfs:label "Kilohenry"@tr . + +unit:KiloHZ + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Kilohertz\" is a C.G.S System unit for 'Frequency' expressed as $KHz$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA566" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA566"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:HZ ; + qudt:symbol "kHz" ; + qudt:ucumCode "kHz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KHZ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilohertz"@it ; + rdfs:label "Kiloherc"@pl ; + rdfs:label "Kilohercio"@es ; + rdfs:label "Kilohertz" ; + rdfs:label "Kilohertz"@cs ; + rdfs:label "Kilohertz"@de ; + rdfs:label "Kilohertz"@en ; + rdfs:label "Kilohertz"@fr ; + rdfs:label "Kilohertz"@hu ; + rdfs:label "Kilohertz"@ms ; + rdfs:label "Kilohertz"@ro ; + rdfs:label "Kilohertz"@sl ; + rdfs:label "Kilohertz"@tr . + +unit:KiloHZ-M + a qudt:Unit ; + dcterms:description "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloHZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ConductionSpeed ; + qudt:hasQuantityKind quantitykind:GroupSpeedOfSound ; + qudt:hasQuantityKind quantitykind:PhaseSpeedOfSound ; + qudt:hasQuantityKind quantitykind:SoundParticleVelocity ; + qudt:iec61360Code "0112/2///62720#UAA567" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA567"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre" ; + qudt:symbol "kHz·m" ; + qudt:ucumCode "kHz.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M17" ; + rdfs:isDefinedBy ; + rdfs:label "Chilohertz Metro"@it ; + rdfs:label "Kiloherc Metr"@pl ; + rdfs:label "Kilohercio Metro"@es ; + rdfs:label "Kilohertz Meter"@de ; + rdfs:label "Kilohertz Meter"@en-US ; + rdfs:label "Kilohertz Meter"@ms ; + rdfs:label "Kilohertz Meter"@sl ; + rdfs:label "Kilohertz Metr"@cs ; + rdfs:label "Kilohertz Metre" ; + rdfs:label "Kilohertz Metre"@en ; + rdfs:label "Kilohertz Metre"@tr ; + rdfs:label "Kilohertz Metru"@ro ; + rdfs:label "Kilohertz Mètre"@fr . + +unit:KiloINDIV + a qudt:ContextualUnit, qudt:Unit ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:scalingOf unit:INDIV ; + rdfs:isDefinedBy ; + rdfs:label "Thousand Individuals" ; + rdfs:label "Thousand Individuals"@en . + +unit:KiloJ + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA568" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA568"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:J ; + qudt:symbol "kJ" ; + qudt:ucumCode "kJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KJO" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilojoule"@it ; + rdfs:label "Kilodżul"@pl ; + rdfs:label "Kilojoule" ; + rdfs:label "Kilojoule"@cs ; + rdfs:label "Kilojoule"@de ; + rdfs:label "Kilojoule"@en ; + rdfs:label "Kilojoule"@fr ; + rdfs:label "Kilojoule"@hu ; + rdfs:label "Kilojoule"@ms ; + rdfs:label "Kilojoule"@ro ; + rdfs:label "Kilojoule"@sl ; + rdfs:label "Kilojoule"@tr ; + rdfs:label "Kilojulio"@es . + +unit:KiloJ-PER-DAY + a qudt:Unit ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit day" ; + qudt:conversionMultiplier 0.01157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB450" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB450"^^xsd:anyURI ; + qudt:symbol "kJ/d" ; + qudt:ucumCode "kJ.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P21" ; + rdfs:isDefinedBy ; + rdfs:label "Kilojoule per Day" ; + rdfs:label "Kilojoule per Day"@en . + +unit:KiloJ-PER-HR + a qudt:Unit ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit hour" ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB449" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB449"^^xsd:anyURI ; + qudt:symbol "kJ/h" ; + qudt:ucumCode "kJ.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P20" ; + rdfs:isDefinedBy ; + rdfs:label "Kilojoule per Hour" ; + rdfs:label "Kilojoule per Hour"@en . + +unit:KiloJ-PER-K + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerTemperature ; + qudt:iec61360Code "0112/2///62720#UAA569" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA569"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin" ; + qudt:symbol "kJ/K" ; + qudt:ucumCode "kJ.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B41" ; + rdfs:isDefinedBy ; + rdfs:label "Chilojoule per Kelvin"@it ; + rdfs:label "Kilodżul na Kelwin"@pl ; + rdfs:label "Kilojoule na Kelvin"@cs ; + rdfs:label "Kilojoule na Kelvin"@sl ; + rdfs:label "Kilojoule par Kelvin"@fr ; + rdfs:label "Kilojoule pe Kelvin"@ro ; + rdfs:label "Kilojoule per Kelvin" ; + rdfs:label "Kilojoule per Kelvin"@en ; + rdfs:label "Kilojoule per Kelvin"@ms ; + rdfs:label "Kilojoule per Kelvin"@tr ; + rdfs:label "Kilojoule pro Kelvin"@de ; + rdfs:label "Kilojulio por Kelvin"@es . + +unit:KiloJ-PER-KiloGM + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAA570" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA570"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram" ; + qudt:symbol "kJ/kg" ; + qudt:ucumCode "kJ.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B42" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilojoule per Chilogrammo"@it ; + rdfs:label "Kilodżul na Kilogram"@pl ; + rdfs:label "Kilojoule na Kilogram"@cs ; + rdfs:label "Kilojoule na Kilogram"@sl ; + rdfs:label "Kilojoule par Kilogramme"@fr ; + rdfs:label "Kilojoule pe Kilogram"@ro ; + rdfs:label "Kilojoule per Kilogram" ; + rdfs:label "Kilojoule per Kilogram"@en ; + rdfs:label "Kilojoule per Kilogram"@ms ; + rdfs:label "Kilojoule per Kilogram"@tr ; + rdfs:label "Kilojoule pro Kilogramm"@de ; + rdfs:label "Kilojulio por Kilogramo"@es . + +unit:KiloJ-PER-KiloGM-K + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEntropy ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantPressure ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtConstantVolume ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacityAtSaturation ; + qudt:iec61360Code "0112/2///62720#UAA571" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA571"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin" ; + qudt:symbol "kJ/(kg·K)" ; + qudt:ucumCode "kJ.kg-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilojoule per Chilogrammo Kelvin"@it ; + rdfs:label "Kilodżul na Kilogram Kelwin"@pl ; + rdfs:label "Kilojoule na Kilogram Kelvin"@cs ; + rdfs:label "Kilojoule na Kilogram Kelvin"@sl ; + rdfs:label "Kilojoule par Kilogramme Kelvin"@fr ; + rdfs:label "Kilojoule pe Kilogram Kelvin"@ro ; + rdfs:label "Kilojoule per Kilogram Kelvin" ; + rdfs:label "Kilojoule per Kilogram Kelvin"@en ; + rdfs:label "Kilojoule per Kilogram Kelvin"@ms ; + rdfs:label "Kilojoule per Kilogram Kelvin"@tr ; + rdfs:label "Kilojoule pro Kilogramm Kelvin"@de ; + rdfs:label "Kilojulio por Kilogramo Kelvin"@es . + +unit:KiloJ-PER-KiloV + a qudt:Unit ; + dcterms:description "Specification of the maximum of the energy absorption capability related to voltage rated value in kJ/kV, which could be emplaced in an arrester or parts of an arrester during a recovery test, without causing a thermal run away" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAD920" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD920"^^xsd:anyURI ; + qudt:symbol "kJ/kV" ; + qudt:ucumCode "kJ.kV-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilojoule per Chilovolt"@it ; + rdfs:label "Kilodżul na Kilowolt"@pl ; + rdfs:label "Kilojoule na Kilovolt"@cs ; + rdfs:label "Kilojoule na Kilovolt"@sl ; + rdfs:label "Kilojoule par Kilovolt"@fr ; + rdfs:label "Kilojoule pe Kilovolt"@ro ; + rdfs:label "Kilojoule per Kilovolt" ; + rdfs:label "Kilojoule per Kilovolt"@en ; + rdfs:label "Kilojoule per Kilovolt"@ms ; + rdfs:label "Kilojoule per Kilovolt"@tr ; + rdfs:label "Kilojoule pro Kilovolt"@de ; + rdfs:label "Kilojulio por Kilovoltio"@es . + +unit:KiloJ-PER-MIN + a qudt:Unit ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit minute" ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB448" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB448"^^xsd:anyURI ; + qudt:symbol "kJ/min" ; + qudt:ucumCode "kJ.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P19" ; + rdfs:isDefinedBy ; + rdfs:label "Kilojoule per Minute" ; + rdfs:label "Kilojoule per Minute"@en . + +unit:KiloJ-PER-MOL + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarEnergy ; + qudt:iec61360Code "0112/2///62720#UAA572" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA572"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit mol" ; + qudt:symbol "kJ/mol" ; + qudt:ucumCode "kJ.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B44" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilojoule per Mole"@it ; + rdfs:label "Kilodżul na Mol"@pl ; + rdfs:label "Kilojoule na Mol"@cs ; + rdfs:label "Kilojoule na Mol"@sl ; + rdfs:label "Kilojoule par Mole"@fr ; + rdfs:label "Kilojoule pe Mol"@ro ; + rdfs:label "Kilojoule per Mol"@tr ; + rdfs:label "Kilojoule per Mole" ; + rdfs:label "Kilojoule per Mole"@en ; + rdfs:label "Kilojoule per Mole"@ms ; + rdfs:label "Kilojoule pro Mol"@de ; + rdfs:label "Kilojulio por Mol"@es . + +unit:KiloJ-PER-SEC + a qudt:Unit ; + dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloJ ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB447" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB447"^^xsd:anyURI ; + qudt:symbol "kJ/s" ; + qudt:ucumCode "kJ.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P18" ; + rdfs:isDefinedBy ; + rdfs:label "Chilojoule per Secondo"@it ; + rdfs:label "Kilodżul na Sekunda"@pl ; + rdfs:label "Kilojoule na Sekunda"@cs ; + rdfs:label "Kilojoule na Sekunda"@sl ; + rdfs:label "Kilojoule par Seconde"@fr ; + rdfs:label "Kilojoule pe Secundă"@ro ; + rdfs:label "Kilojoule per Saat"@ms ; + rdfs:label "Kilojoule per Saniye"@tr ; + rdfs:label "Kilojoule per Second" ; + rdfs:label "Kilojoule per Second"@en ; + rdfs:label "Kilojoule pro Sekunde"@de ; + rdfs:label "Kilojulio por Segundo"@es . + +unit:KiloL + a qudt:Unit ; + dcterms:description "1 000-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB114" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB114"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the unit litre" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:L ; + qudt:symbol "kL" ; + qudt:ucumCode "kL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K6" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kiloliter"@en-US ; + rdfs:label "Kilolitre" ; + rdfs:label "Kilolitre"@en . + +unit:KiloL-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume kilolitres divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloL ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAB121" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB121"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume kilolitres divided by the unit hour" ; + qudt:symbol "kL/h" ; + qudt:ucumCode "kL.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4X" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kiloliter per Hour"@en-US ; + rdfs:label "Kilolitre per Hour" ; + rdfs:label "Kilolitre per Hour"@en . + +unit:KiloLB + a qudt:Unit ; + qudt:conversionMultiplier 453.59237 ; + qudt:conversionMultiplierSN 4.5359237E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:LB ; + qudt:symbol "klbm" ; + qudt:ucumCode "k[lb_av]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Pound Mass" ; + rdfs:label "Kilo Pound Mass"@en . + +unit:KiloLB-PER-HR + a qudt:Unit ; + dcterms:description "1,000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour" ; + qudt:conversionMultiplier 0.1259978805555555555555555555555556 ; + qudt:conversionMultiplierSN 1.259978805555555555555555555555556E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloLB ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAB391" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB391"^^xsd:anyURI ; + qudt:symbol "klbm/h" ; + qudt:ucumCode "k[lb_av].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M90" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Pound Mass per Hour" ; + rdfs:label "Kilo Pound Mass per Hour"@en . + +unit:KiloLB_F + a qudt:Unit ; + dcterms:description "1,000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units" ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4448.221615260499999999999999999998 ; + qudt:conversionMultiplierSN 4.448221615260499999999999999999998E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB232" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB232"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:LB_F ; + qudt:symbol "klbf" ; + qudt:ucumCode "k[lbf_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M75" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Pound Force" ; + rdfs:label "Kilo Pound Force"@en . + +unit:KiloLB_F-FT-PER-A + a qudt:Unit ; + dcterms:description "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"^^rdf:HTML ; + qudt:conversionMultiplier 1355.817948331400399999999999999999 ; + qudt:conversionMultiplierSN 1.355817948331400399999999999999999E3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloLB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB483" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB483"^^xsd:anyURI ; + qudt:plainTextDescription "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere" ; + qudt:symbol "klbf·ft/A" ; + qudt:ucumCode "k[lbf_av].[ft_i].A-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F22" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Pound Force Foot per Ampere" ; + rdfs:label "Kilo Pound Force Foot per Ampere"@en . + +unit:KiloLB_F-FT-PER-LB + a qudt:Unit ; + dcterms:description "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2989.066919999999999999999999999998 ; + qudt:conversionMultiplierSN 2.989066919999999999999999999999998E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloLB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB484" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB484"^^xsd:anyURI ; + qudt:plainTextDescription "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass" ; + qudt:symbol "klbf·ft/lbm" ; + qudt:ucumCode "k[lbf_av].[ft_i].[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G20" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Pound Force Foot per Pound Mass" ; + rdfs:label "Kilo Pound Force Foot per Pound Mass"@en . + +unit:KiloLB_F-PER-FT + a qudt:Unit ; + dcterms:description "unit of the length-related force"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 14593.90293720636482939632545931758 ; + qudt:conversionMultiplierSN 1.459390293720636482939632545931758E4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloLB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB192" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB192"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the length-related force" ; + qudt:symbol "klbf/ft" ; + qudt:ucumCode "k[lbf_av].[ft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F17" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Pound Force per Foot" ; + rdfs:label "Kilo Pound Force per Foot"@en . + +unit:KiloLB_F-PER-IN2 + a qudt:Unit ; + dcterms:description "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894757.293168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloLB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB138" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB138"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:symbol "klbf/in²" ; + qudt:ucumCode "k[lbf_av].[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "84" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Pound Force per Square Inch" ; + rdfs:label "Kilo Pound Force per Square Inch"@en . + +unit:KiloLM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The 1000-fold of the SI unit Lumen."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousFlux ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:LM ; + qudt:symbol "klm" ; + qudt:ucumCode "klm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilolumen"@it ; + rdfs:label "Kilolumen" ; + rdfs:label "Kilolumen"@cs ; + rdfs:label "Kilolumen"@de ; + rdfs:label "Kilolumen"@en ; + rdfs:label "Kilolumen"@es ; + rdfs:label "Kilolumen"@fr ; + rdfs:label "Kilolumen"@hu ; + rdfs:label "Kilolumen"@ms ; + rdfs:label "Kilolumen"@pl ; + rdfs:label "Kilolumen"@ro ; + rdfs:label "Kilolumen"@sl ; + rdfs:label "Kilolümen"@tr . + +unit:KiloM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilometre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA637" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA637"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kilometre?oldid=494821851"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:M ; + qudt:symbol "km" ; + qudt:ucumCode "km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KMT" ; + qudt:uneceCommonCode "KTM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilometro"@it ; + rdfs:label "Kilometer"@de ; + rdfs:label "Kilometer"@en-US ; + rdfs:label "Kilometer"@ms ; + rdfs:label "Kilometer"@sl ; + rdfs:label "Kilometr"@cs ; + rdfs:label "Kilometr"@pl ; + rdfs:label "Kilometre" ; + rdfs:label "Kilometre"@en ; + rdfs:label "Kilometre"@tr ; + rdfs:label "Kilometro"@es ; + rdfs:label "Kilometru"@ro ; + rdfs:label "Kilomètre"@fr ; + rdfs:label "Kilométer"@hu . + +unit:KiloM-PER-DAY + a qudt:Unit ; + dcterms:description "A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "km/d" ; + qudt:ucumCode "km.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilometer per Day"@en-US ; + rdfs:label "Kilometre per Day" ; + rdfs:label "Kilometre per Day"@en . + +unit:KiloM-PER-HR + a qudt:Unit ; + dcterms:description "\"Kilometer per Hour\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/h$."^^qudt:LatexString ; + qudt:altSymbol "kph" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilometres_per_hour"^^xsd:anyURI ; + qudt:expression "$km/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA638" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA638"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812"^^xsd:anyURI ; + qudt:symbol "km/h" ; + qudt:ucumCode "km.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KMH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilometer per Hour"@en-US ; + rdfs:label "Kilometre per Hour" ; + rdfs:label "Kilometre per Hour"@en . + +unit:KiloM-PER-SEC + a qudt:Unit ; + dcterms:description "\"Kilometer per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:expression "$km/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB392" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB392"^^xsd:anyURI ; + qudt:symbol "km/s" ; + qudt:ucumCode "km.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M62" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilometro per Secondo"@it ; + rdfs:label "Kilometer na Sekunda"@sl ; + rdfs:label "Kilometer per Saat"@ms ; + rdfs:label "Kilometer per Second"@en-US ; + rdfs:label "Kilometer pro Sekunde"@de ; + rdfs:label "Kilometr na Sekunda"@cs ; + rdfs:label "Kilometr na Sekunda"@pl ; + rdfs:label "Kilometre per Saniye"@tr ; + rdfs:label "Kilometre per Second" ; + rdfs:label "Kilometre per Second"@en ; + rdfs:label "Kilometro por Segundo"@es ; + rdfs:label "Kilometru pe Secundă"@ro ; + rdfs:label "Kilomètre par Seconde"@fr . + +unit:KiloM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the product of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA735" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA735"^^xsd:anyURI ; + qudt:symbol "km/(s·bar)" ; + qudt:ucumCode "km.s-1.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilometer per Second Bar"@en-US ; + rdfs:label "Kilometre per Second Bar" ; + rdfs:label "Kilometre per Second Bar"@en . + +unit:KiloM-PER-SEC2 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB397" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB397"^^xsd:anyURI ; + qudt:symbol "km/s²" ; + qudt:ucumCode "km.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M38" ; + rdfs:isDefinedBy ; + rdfs:label "Chilometro per Secondo Quadrato"@it ; + rdfs:label "Kilometer na Kvadratni Sekunda"@sl ; + rdfs:label "Kilometer per Saat Persegi"@ms ; + rdfs:label "Kilometer per Square Second"@en-US ; + rdfs:label "Kilometer pro Quadratsekunde"@de ; + rdfs:label "Kilometr na Sekunda Kwadratowy"@pl ; + rdfs:label "Kilometr na Čtvereční Sekunda"@cs ; + rdfs:label "Kilometre per Saniyekare"@tr ; + rdfs:label "Kilometre per Square Second" ; + rdfs:label "Kilometre per Square Second"@en ; + rdfs:label "Kilometro por Segundo Cuadrado"@es ; + rdfs:label "Kilometru pe Secundă Pătrat"@ro ; + rdfs:label "Kilomètre par Seconde Carré"@fr . + +unit:KiloM2 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:hasQuantityKind quantitykind:NuclearQuadrupoleMoment ; + qudt:iec61360Code "0112/2///62720#UAA639" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA639"^^xsd:anyURI ; + qudt:symbol "km²" ; + qudt:ucumCode "km2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KMK" ; + rdfs:isDefinedBy ; + rdfs:label "Chilometro Quadrato"@it ; + rdfs:label "Kilometer Persegi"@ms ; + rdfs:label "Kilometr Kwadratowy"@pl ; + rdfs:label "Kilometrekare"@tr ; + rdfs:label "Kilometro Cuadrado"@es ; + rdfs:label "Kilometru Pătrat"@ro ; + rdfs:label "Kilomètre Carré"@fr ; + rdfs:label "Kvadratni Kilometer"@sl ; + rdfs:label "Quadratkilometer"@de ; + rdfs:label "Square Kilometer"@en-US ; + rdfs:label "Square Kilometre" ; + rdfs:label "Square Kilometre"@en ; + rdfs:label "Čtvereční Kilometr"@cs . + +unit:KiloM2-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:GigaPA-CentiM3-PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificModulus ; + qudt:symbol "km²/s²" ; + qudt:ucumCode "km2.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilometro Quadrato per Secondo Quadrato"@it ; + rdfs:label "Kilometer Persegi per Saat Persegi"@ms ; + rdfs:label "Kilometr Kwadratowy na Sekunda Kwadratowy"@pl ; + rdfs:label "Kilometrekare per Saniyekare"@tr ; + rdfs:label "Kilometro Cuadrado por Segundo Cuadrado"@es ; + rdfs:label "Kilometru Pătrat pe Secundă Pătrat"@ro ; + rdfs:label "Kilomètre Carré par Seconde Carré"@fr ; + rdfs:label "Kvadratni Kilometer na Kvadratni Sekunda"@sl ; + rdfs:label "Quadratkilometer pro Quadratsekunde"@de ; + rdfs:label "Square Kilometer per Square Second"@en-US ; + rdfs:label "Square Kilometre per Square Second" ; + rdfs:label "Square Kilometre per Square Second"@en ; + rdfs:label "Čtvereční Kilometr na Čtvereční Sekunda"@cs . + +unit:KiloM3-PER-SEC2 + a qudt:Unit ; + dcterms:description "$\\textit{Cubic Kilometer per Square Second}$ is a unit for $\\textit{Standard Gravitational Parameter}$ expressed as $km^3/s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:expression "$km^3/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:StandardGravitationalParameter ; + qudt:symbol "km³/s²" ; + qudt:ucumCode "km3.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilometro Cubo per Secondo Quadrato"@it ; + rdfs:label "Cubic Kilometer per Square Second"@en-US ; + rdfs:label "Cubic Kilometre per Square Second" ; + rdfs:label "Cubic Kilometre per Square Second"@en ; + rdfs:label "Kilometer Kubik per Saat Persegi"@ms ; + rdfs:label "Kilometr Krychlový na Čtvereční Sekunda"@cs ; + rdfs:label "Kilometr Sześcienny na Sekunda Kwadratowy"@pl ; + rdfs:label "Kilometreküp per Saniyekare"@tr ; + rdfs:label "Kilometro Cúbico por Segundo Cuadrado"@es ; + rdfs:label "Kilometru Cub pe Secundă Pătrat"@ro ; + rdfs:label "Kilomètre Cube par Seconde Carré"@fr ; + rdfs:label "Kubikkilometer pro Quadratsekunde"@de ; + rdfs:label "Kubični Kilometer na Kvadratni Sekunda"@sl . + +unit:KiloMIL_Circ + a qudt:Unit ; + dcterms:description "unit of area, defined by a circle with a diameter of one thousand mil (one inch or 25.4 mm) based on the formula: area = π·(diameter/2)²" ; + qudt:conversionMultiplier 0.0000005067075 ; + qudt:conversionMultiplierSN 5.067075E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAD931" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD931"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:MIL_Circ ; + qudt:symbol "kcmil" ; + qudt:ucumCode "k[cml_i]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Circular Mil" ; + rdfs:label "Kilo Circular Mil"@en . + +unit:KiloMOL + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAA640" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA640"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit mol" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:MOL ; + qudt:symbol "kmol" ; + qudt:ucumCode "kmol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B45" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilomole"@it ; + rdfs:label "Kilomol"@cs ; + rdfs:label "Kilomol"@de ; + rdfs:label "Kilomol"@es ; + rdfs:label "Kilomol"@pl ; + rdfs:label "Kilomol"@ro ; + rdfs:label "Kilomol"@sl ; + rdfs:label "Kilomol"@tr ; + rdfs:label "Kilomole" ; + rdfs:label "Kilomole"@en ; + rdfs:label "Kilomole"@fr ; + rdfs:label "Kilomole"@ms ; + rdfs:label "Kilomól"@hu . + +unit:KiloMOL-PER-HR + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mole divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAA641" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA641"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time hour" ; + qudt:symbol "kmol/h" ; + qudt:ucumCode "kmol.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K58" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomole per Hour" ; + rdfs:label "Kilomole per Hour"@en . + +unit:KiloMOL-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Kilomole Per Kilogram ($kmol/kg$) is a unit of Molality"^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$kmol/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloMOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:hasReciprocalUnit unit:KiloGM-PER-KiloMOL ; + qudt:iec61360Code "0112/2///62720#UAB404" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB404"^^xsd:anyURI ; + qudt:symbol "kmol/kg" ; + qudt:ucumCode "kmol.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P47" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilomole per Chilogrammo"@it ; + rdfs:label "Kilomol na Kilogram"@cs ; + rdfs:label "Kilomol na Kilogram"@pl ; + rdfs:label "Kilomol na Kilogram"@sl ; + rdfs:label "Kilomol pe Kilogram"@ro ; + rdfs:label "Kilomol per Kilogram"@tr ; + rdfs:label "Kilomol por Kilogramo"@es ; + rdfs:label "Kilomol pro Kilogramm"@de ; + rdfs:label "Kilomole par Kilogramme"@fr ; + rdfs:label "Kilomole per Kilogram" ; + rdfs:label "Kilomole per Kilogram"@en ; + rdfs:label "Kilomole per Kilogram"@ms . + +unit:KiloMOL-PER-M3 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:iec61360Code "0112/2///62720#UAA642" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA642"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "kmol/m³" ; + qudt:ucumCode "kmol.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B46" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilomole per Metro Cubo"@it ; + rdfs:label "Kilomol na Kubični Meter"@sl ; + rdfs:label "Kilomol na Metr Krychlový"@cs ; + rdfs:label "Kilomol na Metr Sześcienny"@pl ; + rdfs:label "Kilomol pe Metru Cub"@ro ; + rdfs:label "Kilomol per Metreküp"@tr ; + rdfs:label "Kilomol por Metro Cúbico"@es ; + rdfs:label "Kilomol pro Kubikmeter"@de ; + rdfs:label "Kilomole par Mètre Cube"@fr ; + rdfs:label "Kilomole per Cubic Meter"@en-US ; + rdfs:label "Kilomole per Cubic Metre" ; + rdfs:label "Kilomole per Cubic Metre"@en ; + rdfs:label "Kilomole per Meter Kubik"@ms . + +unit:KiloMOL-PER-M3-BAR + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA644" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA644"^^xsd:anyURI ; + qudt:symbol "kmol/(m³·bar)" ; + qudt:ucumCode "kmol.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K60" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomole per Cubic Meter Bar"@en-US ; + rdfs:label "Kilomole per Cubic Metre Bar" ; + rdfs:label "Kilomole per Cubic Metre Bar"@en . + +unit:KiloMOL-PER-M3-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA643" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA643"^^xsd:anyURI ; + qudt:symbol "kmol/(m³·K)" ; + qudt:ucumCode "kmol.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K59" ; + rdfs:isDefinedBy ; + rdfs:label "Chilomole per Metro Cubo Kelvin"@it ; + rdfs:label "Kilomol na Kubični Meter Kelvin"@sl ; + rdfs:label "Kilomol na Metr Krychlový Kelvin"@cs ; + rdfs:label "Kilomol na Metr Sześcienny Kelwin"@pl ; + rdfs:label "Kilomol pe Metru Cub Kelvin"@ro ; + rdfs:label "Kilomol per Metreküp Kelvin"@tr ; + rdfs:label "Kilomol por Metro Cúbico Kelvin"@es ; + rdfs:label "Kilomol pro Kubikmeter Kelvin"@de ; + rdfs:label "Kilomole par Mètre Cube Kelvin"@fr ; + rdfs:label "Kilomole per Cubic Meter Kelvin"@en-US ; + rdfs:label "Kilomole per Cubic Metre Kelvin" ; + rdfs:label "Kilomole per Cubic Metre Kelvin"@en ; + rdfs:label "Kilomole per Meter Kubik Kelvin"@ms . + +unit:KiloMOL-PER-MIN + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mole divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloMOL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA645" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA645"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time minute" ; + qudt:symbol "kmol/min" ; + qudt:ucumCode "kmol.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K61" ; + rdfs:isDefinedBy ; + rdfs:label "Kilomole per Minute" ; + rdfs:label "Kilomole per Minute"@en . + +unit:KiloMOL-PER-SEC + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit mol divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA646" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA646"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit mol divided by the SI base unit second" ; + qudt:symbol "kmol/s" ; + qudt:ucumCode "kmol.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E94" ; + rdfs:isDefinedBy ; + rdfs:label "Chilomole per Secondo"@it ; + rdfs:label "Kilomol na Sekunda"@cs ; + rdfs:label "Kilomol na Sekunda"@pl ; + rdfs:label "Kilomol na Sekunda"@sl ; + rdfs:label "Kilomol pe Secundă"@ro ; + rdfs:label "Kilomol per Saniye"@tr ; + rdfs:label "Kilomol por Segundo"@es ; + rdfs:label "Kilomol pro Sekunde"@de ; + rdfs:label "Kilomole par Seconde"@fr ; + rdfs:label "Kilomole per Saat"@ms ; + rdfs:label "Kilomole per Second" ; + rdfs:label "Kilomole per Second"@en . + +unit:KiloN + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA573" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA573"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit newton" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:N ; + qudt:symbol "kN" ; + qudt:ucumCode "kN"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B47" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton"@it ; + rdfs:label "Kilonewton" ; + rdfs:label "Kilonewton"@cs ; + rdfs:label "Kilonewton"@de ; + rdfs:label "Kilonewton"@en ; + rdfs:label "Kilonewton"@es ; + rdfs:label "Kilonewton"@fr ; + rdfs:label "Kilonewton"@hu ; + rdfs:label "Kilonewton"@ms ; + rdfs:label "Kilonewton"@ro ; + rdfs:label "Kilonewton"@sl ; + rdfs:label "Kilonewton"@tr ; + rdfs:label "Kiloniuton"@pl . + +unit:KiloN-M + a qudt:Unit ; + dcterms:description "1 000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA574" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA574"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the product of the SI derived unit newton and the SI base unit metre" ; + qudt:symbol "kN·m" ; + qudt:ucumCode "kN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B48" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton Metro"@it ; + rdfs:label "Kilonewton Meter"@de ; + rdfs:label "Kilonewton Meter"@en-US ; + rdfs:label "Kilonewton Meter"@ms ; + rdfs:label "Kilonewton Meter"@sl ; + rdfs:label "Kilonewton Metr"@cs ; + rdfs:label "Kilonewton Metre" ; + rdfs:label "Kilonewton Metre"@en ; + rdfs:label "Kilonewton Metre"@tr ; + rdfs:label "Kilonewton Metro"@es ; + rdfs:label "Kilonewton Metru"@ro ; + rdfs:label "Kilonewton Mètre"@fr ; + rdfs:label "Kiloniuton Metr"@pl . + +unit:KiloN-M-PER-DEG + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 57295.77951308232087679815481410516 ; + qudt:conversionMultiplierSN 5.729577951308232087679815481410516E4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:plainTextDescription "Unit for expressing the value of the torsional spring constant" ; + qudt:symbol "kN·m/°" ; + qudt:ucumCode "kN.m.deg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilonewton Meter per Degree"@en-US ; + rdfs:label "Kilonewton Metre per Degree" ; + rdfs:label "Kilonewton Metre per Degree"@en . + +unit:KiloN-M-PER-DEG-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 57295.77951308232087679815481410516 ; + qudt:conversionMultiplierSN 5.729577951308232087679815481410516E4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:ModulusOfRotationalSubgradeReaction ; + qudt:plainTextDescription "A common unit for measuring the modulus of rotational subgrade reaction." ; + qudt:symbol "kN·m/(°·m)" ; + qudt:ucumCode "kN.m.deg-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilonewton Meter per Degree Meter"@en-US ; + rdfs:label "Kilonewton Metre per Degree Metre" ; + rdfs:label "Kilonewton Metre per Degree Metre"@en . + +unit:KiloN-M-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:TorquePerLength ; + qudt:plainTextDescription "Scaling of the base unit for expressing the rolling resistance, nM/m, by a factor of 1000" ; + qudt:symbol "kN·m/m" ; + qudt:ucumCode "kN.m.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton Metro per Metro"@it ; + rdfs:label "Kilonewton Meter na Meter"@sl ; + rdfs:label "Kilonewton Meter per Meter"@en-US ; + rdfs:label "Kilonewton Meter per Meter"@ms ; + rdfs:label "Kilonewton Meter pro Meter"@de ; + rdfs:label "Kilonewton Metr na Metr"@cs ; + rdfs:label "Kilonewton Metre per Metre" ; + rdfs:label "Kilonewton Metre per Metre"@en ; + rdfs:label "Kilonewton Metre per Metre"@tr ; + rdfs:label "Kilonewton Metro por Metro"@es ; + rdfs:label "Kilonewton Metru pe Metru"@ro ; + rdfs:label "Kilonewton Mètre par Mètre"@fr ; + rdfs:label "Kiloniuton Metr na Metr"@pl . + +unit:KiloN-M-PER-M2 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB552" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB552"^^xsd:anyURI ; + qudt:symbol "kN·m/m²" ; + qudt:ucumCode "kN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton Metro per Metro Quadrato"@it ; + rdfs:label "Kilonewton Meter na Kvadratni Meter"@sl ; + rdfs:label "Kilonewton Meter per Meter Persegi"@ms ; + rdfs:label "Kilonewton Meter per Square Meter"@en-US ; + rdfs:label "Kilonewton Meter pro Quadratmeter"@de ; + rdfs:label "Kilonewton Metr na Čtvereční Metr"@cs ; + rdfs:label "Kilonewton Metre per Metrekare"@tr ; + rdfs:label "Kilonewton Metre per Square Metre" ; + rdfs:label "Kilonewton Metre per Square Metre"@en ; + rdfs:label "Kilonewton Metro por Metro Cuadrado"@es ; + rdfs:label "Kilonewton Metru pe Metru Pătrat"@ro ; + rdfs:label "Kilonewton Mètre par Mètre Carré"@fr ; + rdfs:label "Kiloniuton Metr na Metr Kwadratowy"@pl . + +unit:KiloN-M2 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasQuantityKind quantitykind:WarpingMoment ; + qudt:symbol "kN·m²" ; + qudt:ucumCode "kN.m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton Metro Quadrato"@it ; + rdfs:label "Kilonewton Kvadratni Meter"@sl ; + rdfs:label "Kilonewton Meter Persegi"@ms ; + rdfs:label "Kilonewton Metrekare"@tr ; + rdfs:label "Kilonewton Metro Cuadrado"@es ; + rdfs:label "Kilonewton Metru Pătrat"@ro ; + rdfs:label "Kilonewton Mètre Carré"@fr ; + rdfs:label "Kilonewton Quadratmeter"@de ; + rdfs:label "Kilonewton Square Meter"@en-US ; + rdfs:label "Kilonewton Square Metre" ; + rdfs:label "Kilonewton Square Metre"@en ; + rdfs:label "Kilonewton Čtvereční Metr"@cs ; + rdfs:label "Kiloniuton Metr Kwadratowy"@pl . + +unit:KiloN-PER-CentiM2 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the square of one 100th of the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000000.0 ; + qudt:conversionMultiplierSN 1.0E7 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:symbol "kN/cm²" ; + qudt:ucumCode "kN.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton per Centimetro Quadrato"@it ; + rdfs:label "Kilonewton na Kvadratni Centimeter"@sl ; + rdfs:label "Kilonewton na Čtvereční Centimetr"@cs ; + rdfs:label "Kilonewton par Centimètre Carré"@fr ; + rdfs:label "Kilonewton pe Centimetru Pătrat"@ro ; + rdfs:label "Kilonewton per Centimeter Persegi"@ms ; + rdfs:label "Kilonewton per Centimetrekare"@tr ; + rdfs:label "Kilonewton per Square Centimeter"@en-US ; + rdfs:label "Kilonewton per Square Centimetre" ; + rdfs:label "Kilonewton per Square Centimetre"@en ; + rdfs:label "Kilonewton por Centimetro Cuadrado"@es ; + rdfs:label "Kilonewton pro Quadratcentimeter"@de ; + rdfs:label "Kiloniuton na Centimetr Kwadratowy"@pl . + +unit:KiloN-PER-M + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB364" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB364"^^xsd:anyURI ; + qudt:symbol "kN/m" ; + qudt:ucumCode "kN.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N31" ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton per Metro"@it ; + rdfs:label "Kilonewton na Meter"@sl ; + rdfs:label "Kilonewton na Metr"@cs ; + rdfs:label "Kilonewton par Mètre"@fr ; + rdfs:label "Kilonewton pe Metru"@ro ; + rdfs:label "Kilonewton per Meter"@en-US ; + rdfs:label "Kilonewton per Meter"@ms ; + rdfs:label "Kilonewton per Metre" ; + rdfs:label "Kilonewton per Metre"@en ; + rdfs:label "Kilonewton per Metre"@tr ; + rdfs:label "Kilonewton por Metro"@es ; + rdfs:label "Kilonewton pro Meter"@de ; + rdfs:label "Kiloniuton na Metr"@pl . + +unit:KiloN-PER-M2 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the square of the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:symbol "kN/m²" ; + qudt:ucumCode "kN.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton per Metro Quadrato"@it ; + rdfs:label "Kilonewton na Kvadratni Meter"@sl ; + rdfs:label "Kilonewton na Čtvereční Metr"@cs ; + rdfs:label "Kilonewton par Mètre Carré"@fr ; + rdfs:label "Kilonewton pe Metru Pătrat"@ro ; + rdfs:label "Kilonewton per Meter Persegi"@ms ; + rdfs:label "Kilonewton per Metrekare"@tr ; + rdfs:label "Kilonewton per Square Meter"@en-US ; + rdfs:label "Kilonewton per Square Metre" ; + rdfs:label "Kilonewton per Square Metre"@en ; + rdfs:label "Kilonewton por Metro Cuadrado"@es ; + rdfs:label "Kilonewton pro Quadratmeter"@de ; + rdfs:label "Kiloniuton na Metr Kwadratowy"@pl . + +unit:KiloN-PER-M3 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ModulusOfSubgradeReaction ; + qudt:hasQuantityKind quantitykind:SpecificWeight ; + qudt:symbol "kN/m³" ; + qudt:ucumCode "kN.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton per Metro Cubo"@it ; + rdfs:label "Kilonewton na Kubični Meter"@sl ; + rdfs:label "Kilonewton na Metr Krychlový"@cs ; + rdfs:label "Kilonewton par Mètre Cube"@fr ; + rdfs:label "Kilonewton pe Metru Cub"@ro ; + rdfs:label "Kilonewton per Cubic Meter"@en-US ; + rdfs:label "Kilonewton per Cubic Metre" ; + rdfs:label "Kilonewton per Cubic Metre"@en ; + rdfs:label "Kilonewton per Meter Kubik"@ms ; + rdfs:label "Kilonewton per Metreküp"@tr ; + rdfs:label "Kilonewton por Metro Cúbico"@es ; + rdfs:label "Kilonewton pro Kubikmeter"@de ; + rdfs:label "Kiloniuton na Metr Sześcienny"@pl . + +unit:KiloN-PER-MilliM2 + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit newton divided by the square of one 1,000th of the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:symbol "kN/mm²" ; + qudt:ucumCode "kN.mm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilonewton per Millimetro Quadrato"@it ; + rdfs:label "Kilonewton na Kvadratni Millimeter"@sl ; + rdfs:label "Kilonewton na Čtvereční Millimetr"@cs ; + rdfs:label "Kilonewton par Millimètre Carré"@fr ; + rdfs:label "Kilonewton pe Millimetru Pătrat"@ro ; + rdfs:label "Kilonewton per Millimeter Persegi"@ms ; + rdfs:label "Kilonewton per Millimetrekare"@tr ; + rdfs:label "Kilonewton per Square Millimeter"@en-US ; + rdfs:label "Kilonewton per Square Millimetre" ; + rdfs:label "Kilonewton per Square Millimetre"@en ; + rdfs:label "Kilonewton por Millimetro Cuadrado"@es ; + rdfs:label "Kilonewton pro Quadratmillimeter"@de ; + rdfs:label "Kiloniuton na Millimetr Kwadratowy"@pl . + +unit:KiloOHM + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA555" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA555"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:OHM ; + qudt:symbol "kΩ" ; + qudt:ucumCode "kOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B49" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiloohm"@it ; + rdfs:label "Kiloohm" ; + rdfs:label "Kiloohm"@cs ; + rdfs:label "Kiloohm"@de ; + rdfs:label "Kiloohm"@en ; + rdfs:label "Kiloohm"@fr ; + rdfs:label "Kiloohm"@hu ; + rdfs:label "Kiloohm"@ms ; + rdfs:label "Kiloohm"@ro ; + rdfs:label "Kiloohm"@sl ; + rdfs:label "Kiloohm"@tr ; + rdfs:label "Kiloohmio"@es ; + rdfs:label "Kiloom"@pl . + +unit:KiloOHM-M + a qudt:Unit ; + dcterms:description "1,000-fold of the product of the SI derived unit ohm and the SI base unit metre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloOHM ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA556" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA556"^^xsd:anyURI ; + qudt:symbol "kΩ·m" ; + qudt:ucumCode "kOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B50" ; + rdfs:isDefinedBy ; + rdfs:label "Chiloohm Metro"@it ; + rdfs:label "Kiloohm Meter"@de ; + rdfs:label "Kiloohm Meter"@en-US ; + rdfs:label "Kiloohm Meter"@ms ; + rdfs:label "Kiloohm Meter"@sl ; + rdfs:label "Kiloohm Metr"@cs ; + rdfs:label "Kiloohm Metre" ; + rdfs:label "Kiloohm Metre"@en ; + rdfs:label "Kiloohm Metre"@tr ; + rdfs:label "Kiloohm Metru"@ro ; + rdfs:label "Kiloohm Mètre"@fr ; + rdfs:label "Kiloohmio Metro"@es ; + rdfs:label "Kiloom Metr"@pl . + +unit:KiloOHM-PER-BAR + a qudt:Unit ; + dcterms:description "1,000-fold of SI derived unit ohm per metrical non SI unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD880" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD880"^^xsd:anyURI ; + qudt:symbol "kΩ/bar" ; + qudt:ucumCode "kOhm.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kiloohm per Bar" ; + rdfs:label "Kiloohm per Bar"@en . + +unit:KiloOHM-PER-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit ohm per SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloOHM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD876" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD876"^^xsd:anyURI ; + qudt:symbol "kΩ/K" ; + qudt:ucumCode "kOhm.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiloohm per Kelvin"@it ; + rdfs:label "Kiloohm na Kelvin"@cs ; + rdfs:label "Kiloohm na Kelvin"@sl ; + rdfs:label "Kiloohm par Kelvin"@fr ; + rdfs:label "Kiloohm pe Kelvin"@ro ; + rdfs:label "Kiloohm per Kelvin" ; + rdfs:label "Kiloohm per Kelvin"@en ; + rdfs:label "Kiloohm per Kelvin"@ms ; + rdfs:label "Kiloohm per Kelvin"@tr ; + rdfs:label "Kiloohm pro Kelvin"@de ; + rdfs:label "Kiloohmio por Kelvin"@es ; + rdfs:label "Kiloom na Kelwin"@pl . + +unit:KiloOHM-PER-M + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit ohm divided by the SI base unit metre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAB787" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB787"^^xsd:anyURI ; + qudt:symbol "kΩ/m" ; + qudt:ucumCode "kOhm.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chiloohm per Metro"@it ; + rdfs:label "Kiloohm na Meter"@sl ; + rdfs:label "Kiloohm na Metr"@cs ; + rdfs:label "Kiloohm par Mètre"@fr ; + rdfs:label "Kiloohm pe Metru"@ro ; + rdfs:label "Kiloohm per Meter"@en-US ; + rdfs:label "Kiloohm per Meter"@ms ; + rdfs:label "Kiloohm per Metre" ; + rdfs:label "Kiloohm per Metre"@en ; + rdfs:label "Kiloohm per Metre"@tr ; + rdfs:label "Kiloohm pro Meter"@de ; + rdfs:label "Kiloohmio por Metro"@es ; + rdfs:label "Kiloom na Metr"@pl . + +unit:KiloPA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal_%28unit%29"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA575" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA575"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:PA ; + qudt:symbol "kPa" ; + qudt:ucumCode "kPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KPA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilopascal"@it ; + rdfs:label "Kilopascal" ; + rdfs:label "Kilopascal"@cs ; + rdfs:label "Kilopascal"@de ; + rdfs:label "Kilopascal"@en ; + rdfs:label "Kilopascal"@es ; + rdfs:label "Kilopascal"@fr ; + rdfs:label "Kilopascal"@hu ; + rdfs:label "Kilopascal"@ms ; + rdfs:label "Kilopascal"@ro ; + rdfs:label "Kilopascal"@sl ; + rdfs:label "Kilopascal"@tr ; + rdfs:label "Kilopaskal"@pl . + +unit:KiloPA-M2-PER-GM + a qudt:Unit ; + dcterms:description "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloPA ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB130" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB130"^^xsd:anyURI ; + qudt:plainTextDescription "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2" ; + qudt:symbol "kPa·m²/g" ; + qudt:ucumCode "kPa.m2.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "33" ; + rdfs:isDefinedBy ; + rdfs:label "Chilopascal Metro Quadrato per Grammo"@it ; + rdfs:label "Kilopascal Kvadratni Meter na Gram"@sl ; + rdfs:label "Kilopascal Meter Persegi per Gram"@ms ; + rdfs:label "Kilopascal Metrekare per Gram"@tr ; + rdfs:label "Kilopascal Metro Cuadrado por Gramo"@es ; + rdfs:label "Kilopascal Metru Pătrat pe Gram"@ro ; + rdfs:label "Kilopascal Mètre Carré par Gramme"@fr ; + rdfs:label "Kilopascal Quadratmeter pro Gramm"@de ; + rdfs:label "Kilopascal Square Meter per Gram"@en-US ; + rdfs:label "Kilopascal Square Metre per Gram" ; + rdfs:label "Kilopascal Square Metre per Gram"@en ; + rdfs:label "Kilopascal Čtvereční Metr na Gram"@cs ; + rdfs:label "Kilopaskal Metr Kwadratowy na Gram"@pl . + +unit:KiloPA-PER-BAR + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA577" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA577"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit pascal divided by the unit bar" ; + qudt:symbol "kPa/bar" ; + qudt:ucumCode "kPa.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F03" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopascal per Bar" ; + rdfs:label "Kilopascal per Bar"@en . + +unit:KiloPA-PER-K + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA576" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA576"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; + qudt:symbol "kPa/K" ; + qudt:ucumCode "kPa.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F83" ; + rdfs:isDefinedBy ; + rdfs:label "Chilopascal per Kelvin"@it ; + rdfs:label "Kilopascal na Kelvin"@cs ; + rdfs:label "Kilopascal na Kelvin"@sl ; + rdfs:label "Kilopascal par Kelvin"@fr ; + rdfs:label "Kilopascal pe Kelvin"@ro ; + rdfs:label "Kilopascal per Kelvin" ; + rdfs:label "Kilopascal per Kelvin"@en ; + rdfs:label "Kilopascal per Kelvin"@ms ; + rdfs:label "Kilopascal per Kelvin"@tr ; + rdfs:label "Kilopascal por Kelvin"@es ; + rdfs:label "Kilopascal pro Kelvin"@de ; + rdfs:label "Kilopaskal na Kelwin"@pl . + +unit:KiloPA-PER-M + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit pascal divided by the SI base unit metre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB421" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB421"^^xsd:anyURI ; + qudt:symbol "kPa/m" ; + qudt:ucumCode "kPa.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P81" ; + rdfs:isDefinedBy ; + rdfs:label "Chilopascal per Metro"@it ; + rdfs:label "Kilopascal na Meter"@sl ; + rdfs:label "Kilopascal na Metr"@cs ; + rdfs:label "Kilopascal par Mètre"@fr ; + rdfs:label "Kilopascal pe Metru"@ro ; + rdfs:label "Kilopascal per Meter"@en-US ; + rdfs:label "Kilopascal per Meter"@ms ; + rdfs:label "Kilopascal per Metre" ; + rdfs:label "Kilopascal per Metre"@en ; + rdfs:label "Kilopascal per Metre"@tr ; + rdfs:label "Kilopascal por Metro"@es ; + rdfs:label "Kilopascal pro Meter"@de ; + rdfs:label "Kilopaskal na Metr"@pl . + +unit:KiloPA-PER-MilliM + a qudt:Unit ; + dcterms:description "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAB060" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB060"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "kPa/mm" ; + qudt:ucumCode "kPa.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "34" ; + rdfs:isDefinedBy ; + rdfs:label "Chilopascal per Millimetro"@it ; + rdfs:label "Kilopascal na Millimeter"@sl ; + rdfs:label "Kilopascal na Millimetr"@cs ; + rdfs:label "Kilopascal par Millimètre"@fr ; + rdfs:label "Kilopascal pe Millimetru"@ro ; + rdfs:label "Kilopascal per Millimeter"@en-US ; + rdfs:label "Kilopascal per Millimeter"@ms ; + rdfs:label "Kilopascal per Millimetre" ; + rdfs:label "Kilopascal per Millimetre"@en ; + rdfs:label "Kilopascal per Millimetre"@tr ; + rdfs:label "Kilopascal por Millimetro"@es ; + rdfs:label "Kilopascal pro Millimeter"@de ; + rdfs:label "Kilopaskal na Millimetr"@pl . + +unit:KiloPA_A + a qudt:ContextualUnit, qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Kilopascal Absolute}$ is a SI System unit for 'Force Per Area' expressed as $KPaA$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:scalingOf unit:PA ; + qudt:symbol "KPaA" ; + qudt:ucumCode "kPa{absolute}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilopascal Absolute" ; + rdfs:label "Kilopascal Absolute"@en ; + skos:broader unit:KiloPA . + +unit:KiloPOISE + a qudt:Unit ; + dcterms:description "The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:POISE ; + qudt:symbol "kP" ; + qudt:ucumCode "kP"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilopoise" ; + rdfs:label "Kilopoise"@en . + +unit:KiloPOND + a qudt:Unit ; + dcterms:description "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:exactMatch unit:KiloGM_F ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB059" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB059"^^xsd:anyURI ; + qudt:plainTextDescription "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:POND ; + qudt:symbol "kp" ; + qudt:uneceCommonCode "B51" ; + rdfs:isDefinedBy ; + rdfs:label "Kilopond" ; + rdfs:label "Kilopond"@en . + +unit:KiloR + a qudt:Unit ; + dcterms:description "1 000-fold of the unit roentgen"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.258 ; + qudt:conversionMultiplierSN 2.58E-1 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAB057" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB057"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the unit roentgen" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:R ; + qudt:symbol "kR" ; + qudt:ucumCode "kR"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kiloroentgen" ; + rdfs:label "Kiloroentgen"@en . + +unit:KiloS + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit siemens"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAA578" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA578"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit siemens" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:S ; + qudt:symbol "kS" ; + qudt:ucumCode "kS"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B53" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilosiemens"@it ; + rdfs:label "Kilosiemens" ; + rdfs:label "Kilosiemens"@cs ; + rdfs:label "Kilosiemens"@de ; + rdfs:label "Kilosiemens"@en ; + rdfs:label "Kilosiemens"@es ; + rdfs:label "Kilosiemens"@fr ; + rdfs:label "Kilosiemens"@hu ; + rdfs:label "Kilosiemens"@ms ; + rdfs:label "Kilosiemens"@ro ; + rdfs:label "Kilosiemens"@sl ; + rdfs:label "Kilosiemens"@tr ; + rdfs:label "Kilosimens"@pl . + +unit:KiloS-PER-M + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloS ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:iec61360Code "0112/2///62720#UAA579" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA579"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit siemens divided by the SI base unit metre" ; + qudt:symbol "kS/m" ; + qudt:ucumCode "kS.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B54" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilosiemens per Metro"@it ; + rdfs:label "Kilosiemens na Meter"@sl ; + rdfs:label "Kilosiemens na Metr"@cs ; + rdfs:label "Kilosiemens par Mètre"@fr ; + rdfs:label "Kilosiemens pe Metru"@ro ; + rdfs:label "Kilosiemens per Meter"@en-US ; + rdfs:label "Kilosiemens per Meter"@ms ; + rdfs:label "Kilosiemens per Metre" ; + rdfs:label "Kilosiemens per Metre"@en ; + rdfs:label "Kilosiemens per Metre"@tr ; + rdfs:label "Kilosiemens por Metro"@es ; + rdfs:label "Kilosiemens pro Meter"@de ; + rdfs:label "Kilosimens na Metr"@pl . + +unit:KiloSEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Killosecond\" is an Imperial unit for 'Time' expressed as $ks$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA647" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA647"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:SEC ; + qudt:symbol "ks" ; + qudt:ucumCode "ks"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B52" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilosecondo"@it ; + rdfs:label "Kilomásodperc"@hu ; + rdfs:label "Kilosaat"@ms ; + rdfs:label "Kilosaniye"@tr ; + rdfs:label "Kilosecond" ; + rdfs:label "Kilosecond"@en ; + rdfs:label "Kiloseconde"@fr ; + rdfs:label "Kilosecundă"@ro ; + rdfs:label "Kilosegundo"@es ; + rdfs:label "Kilosekunda"@cs ; + rdfs:label "Kilosekunda"@pl ; + rdfs:label "Kilosekunda"@sl ; + rdfs:label "Kilosekunde"@de . + +unit:KiloT + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit tesla" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAB385" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB385"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:T ; + qudt:symbol "kT" ; + qudt:ucumCode "kT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P13" ; + rdfs:isDefinedBy ; + rdfs:label "Chilotesla"@it ; + rdfs:label "Kilotesla" ; + rdfs:label "Kilotesla"@cs ; + rdfs:label "Kilotesla"@de ; + rdfs:label "Kilotesla"@en ; + rdfs:label "Kilotesla"@es ; + rdfs:label "Kilotesla"@fr ; + rdfs:label "Kilotesla"@hu ; + rdfs:label "Kilotesla"@ms ; + rdfs:label "Kilotesla"@pl ; + rdfs:label "Kilotesla"@ro ; + rdfs:label "Kilotesla"@sl ; + rdfs:label "Kilotesla"@tr . + +unit:KiloTONNE + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:KiloTON_Metric ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:TONNE ; + qudt:symbol "kt" ; + qudt:ucumCode "kt"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KTN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilotonne" ; + rdfs:label "Kilotonne"@en . + +unit:KiloTONNE-PER-YR + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.03168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloTONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:informativeReference "http://dd.eionet.europa.eu/vocabulary/wise/uom/1000t.a-1"^^xsd:anyURI ; + qudt:plainTextDescription "1000 metric tonne divided by the unit year with 365 days" ; + qudt:symbol "kt/a" ; + qudt:ucumCode "kt.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kiloton per Jaar"@nl ; + rdfs:label "Kilotonne per Year" ; + rdfs:label "Kilotonne per Year"@en . + +unit:KiloTON_Metric + a qudt:Unit ; + dcterms:description "1 000 000-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:KiloTONNE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB080" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB080"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:TON_Metric ; + qudt:symbol "kt" ; + qudt:ucumCode "kt"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KTN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Metric Ton" ; + rdfs:label "Kilo Metric Ton"@en . + +unit:KiloV + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit volt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA580" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA580"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit volt" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:V ; + qudt:symbol "kV" ; + qudt:ucumCode "kV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KVT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilovolt"@it ; + rdfs:label "Kilovolt" ; + rdfs:label "Kilovolt"@cs ; + rdfs:label "Kilovolt"@de ; + rdfs:label "Kilovolt"@en ; + rdfs:label "Kilovolt"@fr ; + rdfs:label "Kilovolt"@hu ; + rdfs:label "Kilovolt"@ms ; + rdfs:label "Kilovolt"@ro ; + rdfs:label "Kilovolt"@sl ; + rdfs:label "Kilovolt"@tr ; + rdfs:label "Kilovoltio"@es ; + rdfs:label "Kilowolt"@pl . + +unit:KiloV-A + a qudt:Unit ; + dcterms:description "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + dcterms:isReplacedBy unit:KiloVA ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAA581" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA581"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; + qudt:symbol "kV·A" ; + qudt:ucumCode "kV.A"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KVA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilovolt Ampere"@it ; + rdfs:label "Kilovolt Amper"@ro ; + rdfs:label "Kilovolt Amper"@sl ; + rdfs:label "Kilovolt Amper"@tr ; + rdfs:label "Kilovolt Ampere" ; + rdfs:label "Kilovolt Ampere"@de ; + rdfs:label "Kilovolt Ampere"@en ; + rdfs:label "Kilovolt Ampere"@ms ; + rdfs:label "Kilovolt Ampère"@fr ; + rdfs:label "Kilovolt Ampér"@cs ; + rdfs:label "Kilovoltio Amperio"@es ; + rdfs:label "Kilowolt Amper"@pl . + +unit:KiloV-A-HR + a qudt:Unit ; + dcterms:description "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + dcterms:isReplacedBy unit:KiloVA-HR ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasReciprocalUnit unit:PER-KiloVA-HR ; + qudt:iec61360Code "0112/2///62720#UAB160" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB160"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1 000-fold of the unit for apparent by ampere and the unit hour" ; + qudt:symbol "kV·A·h" ; + qudt:ucumCode "kV.A.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C79" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilovolt Ampere Hour" ; + rdfs:label "Kilovolt Ampere Hour"@en . + +unit:KiloV-A-PER-K + a qudt:Unit ; + dcterms:description "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + dcterms:isReplacedBy unit:KiloVA-PER-K ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD908" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD908"^^xsd:anyURI ; + qudt:symbol "kV·A/K" ; + qudt:ucumCode "kV.A.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilovolt Ampere per Kelvin"@it ; + rdfs:label "Kilovolt Amper na Kelvin"@sl ; + rdfs:label "Kilovolt Amper pe Kelvin"@ro ; + rdfs:label "Kilovolt Amper per Kelvin"@tr ; + rdfs:label "Kilovolt Ampere per Kelvin" ; + rdfs:label "Kilovolt Ampere per Kelvin"@en ; + rdfs:label "Kilovolt Ampere per Kelvin"@ms ; + rdfs:label "Kilovolt Ampere pro Kelvin"@de ; + rdfs:label "Kilovolt Ampère par Kelvin"@fr ; + rdfs:label "Kilovolt Ampér na Kelvin"@cs ; + rdfs:label "Kilovoltio Amperio por Kelvin"@es ; + rdfs:label "Kilowolt Amper na Kelwin"@pl . + +unit:KiloV-A_Reactive + a qudt:Unit ; + dcterms:description "1 000-fold of the unit var"^^rdf:HTML ; + dcterms:isReplacedBy unit:KiloVAR ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAA648" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA648"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the unit var" ; + qudt:symbol "kV·A{Reactive}" ; + qudt:ucumCode "kV.A{reactive}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KVR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "KiloVolt Ampere Reactive" ; + rdfs:label "KiloVolt Ampere Reactive"@en . + +unit:KiloV-A_Reactive-HR + a qudt:Unit ; + dcterms:description "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + dcterms:isReplacedBy unit:KiloVAR-HR ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:ReactiveEnergy ; + qudt:iec61360Code "0112/2///62720#UAB195" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB195"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1 000-fold of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "kV·A{Reactive}·h" ; + qudt:ucumCode "kV.A.h{reactive}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K3" ; + rdfs:isDefinedBy ; + rdfs:label "KiloVolt Ampere Reactive Hour" ; + rdfs:label "KiloVolt Ampere Reactive Hour"@en . + +unit:KiloV-A_Reactive-PER-K + a qudt:Unit ; + dcterms:description "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + dcterms:isReplacedBy unit:KiloVAR-PER-K ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD904" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD904"^^xsd:anyURI ; + qudt:symbol "kvar/K" ; + rdfs:isDefinedBy ; + rdfs:label "KiloVolt Ampere Reactive per Kelvin" ; + rdfs:label "KiloVolt Ampere Reactive per Kelvin"@en . + +unit:KiloV-PER-M + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA582" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA582"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit volt divided by the SI base unit metre" ; + qudt:symbol "kV/m" ; + qudt:ucumCode "kV.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B55" ; + rdfs:isDefinedBy ; + rdfs:label "Chilovolt per Metro"@it ; + rdfs:label "Kilovolt na Meter"@sl ; + rdfs:label "Kilovolt na Metr"@cs ; + rdfs:label "Kilovolt par Mètre"@fr ; + rdfs:label "Kilovolt pe Metru"@ro ; + rdfs:label "Kilovolt per Meter"@en-US ; + rdfs:label "Kilovolt per Meter"@ms ; + rdfs:label "Kilovolt per Metre" ; + rdfs:label "Kilovolt per Metre"@en ; + rdfs:label "Kilovolt per Metre"@tr ; + rdfs:label "Kilovolt pro Meter"@de ; + rdfs:label "Kilovoltio por Metro"@es ; + rdfs:label "Kilowolt na Metr"@pl . + +unit:KiloVA + a qudt:Unit ; + dcterms:description "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAA581" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA581"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:VA ; + qudt:symbol "kVA" ; + qudt:ucumCode "kVA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KVA" ; + rdfs:isDefinedBy ; + rdfs:label "Chilo Volt Ampere"@it ; + rdfs:label "Kilo Volt Ampere" ; + rdfs:label "Kilo Volt Ampere"@en ; + rdfs:label "Kilovoltampere"@de ; + rdfs:label "Kilovoltampère"@fr ; + rdfs:label "Kilovoltiamperio"@es . + +unit:KiloVA-HR + a qudt:Unit ; + dcterms:description "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloVA ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasReciprocalUnit unit:PER-KiloVA-HR ; + qudt:iec61360Code "0112/2///62720#UAB160" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB160"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1 000-fold of the unit for apparent by ampere and the unit hour" ; + qudt:symbol "kVA·h" ; + qudt:ucumCode "kVA.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C79" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Volt Ampere Hour" ; + rdfs:label "Kilo Volt Ampere Hour"@en . + +unit:KiloVA-PER-K + a qudt:Unit ; + dcterms:description "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloVA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD908" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD908"^^xsd:anyURI ; + qudt:symbol "kVA/K" ; + qudt:ucumCode "kVA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilo Volt Ampere per Kelvin"@it ; + rdfs:label "Kilo Volt Ampere per Kelvin" ; + rdfs:label "Kilo Volt Ampere per Kelvin"@en ; + rdfs:label "Kilovoltampere pro Kelvin"@de ; + rdfs:label "Kilovoltampère par Kelvin"@fr ; + rdfs:label "Kilovoltiamperio por Kelvin"@es . + +unit:KiloVAR + a qudt:Unit ; + dcterms:description "1 000-fold of the unit var"^^rdf:HTML ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAA648" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA648"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the unit var" ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:VAR ; + qudt:symbol "kvar" ; + qudt:ucumCode "kvar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KVR" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Volt Ampere Reactive" ; + rdfs:label "Kilo Volt Ampere Reactive"@en . + +unit:KiloVAR-HR + a qudt:Unit ; + dcterms:description "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloVAR ; + ] ; + qudt:hasQuantityKind quantitykind:ReactiveEnergy ; + qudt:iec61360Code "0112/2///62720#UAB195" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB195"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1 000-fold of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "kvar·h" ; + qudt:ucumCode "kvar.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K3" ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Volt Ampere Reactive Hour" ; + rdfs:label "Kilo Volt Ampere Reactive Hour"@en . + +unit:KiloVAR-PER-K + a qudt:Unit ; + dcterms:description "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloVAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD904" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD904"^^xsd:anyURI ; + qudt:symbol "kvar/K" ; + qudt:ucumCode "kvar.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kilo Volt Ampere Reactive per Kelvin" ; + rdfs:label "Kilo Volt Ampere Reactive per Kelvin"@en . + +unit:KiloW + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The unit $\\textit{Kilowatt}$ is a derived unit of power in the International System of Units (SI). + The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA583" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA583"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:W ; + qudt:symbol "kW" ; + qudt:ucumCode "kW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KWT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chilowatt"@it ; + rdfs:label "Kilovatio"@es ; + rdfs:label "Kilowat"@pl ; + rdfs:label "Kilowatt" ; + rdfs:label "Kilowatt"@cs ; + rdfs:label "Kilowatt"@de ; + rdfs:label "Kilowatt"@en ; + rdfs:label "Kilowatt"@fr ; + rdfs:label "Kilowatt"@hu ; + rdfs:label "Kilowatt"@ms ; + rdfs:label "Kilowatt"@ro ; + rdfs:label "Kilowatt"@sl ; + rdfs:label "Kilowatt"@tr . + +unit:KiloW-HR + a qudt:Unit ; + dcterms:description "The kilowatt hour, or kilowatt-hour, (symbol $kW \\cdot h$, $kW h$ or $kWh$) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Kilowatt_hour"^^xsd:anyURI ; + qudt:expression "$kW-h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA584" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA584"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Kilowatt_hour?oldid=494927235"^^xsd:anyURI ; + qudt:symbol "kW·h" ; + qudt:ucumCode "kW.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KWH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilowatt Hour" ; + rdfs:label "Kilowatt Hour"@en . + +unit:KiloW-HR-PER-M2 + a qudt:Unit ; + dcterms:description "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:plainTextDescription "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre." ; + qudt:symbol "kW·h/m²" ; + qudt:ucumCode "kW.h.m-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kilowatt Hour per Square Meter"@en-US ; + rdfs:label "Kilowatt Hour per Square Metre" ; + rdfs:label "Kilowatt Hour per Square Metre"@en . + +unit:KiloW-PER-M-DEG_C + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB459" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB459"^^xsd:anyURI ; + qudt:symbol "kW/(m·°C)" ; + qudt:ucumCode "kW.m-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N82" ; + rdfs:isDefinedBy ; + rdfs:label "Chilowatt per Metro Grado Celsius"@it ; + rdfs:label "Kilovatio por Metro Grado Celsius"@es ; + rdfs:label "Kilowat na Metr Stopień Celsjusza"@pl ; + rdfs:label "Kilowatt na Meter Stopinja Celzija"@sl ; + rdfs:label "Kilowatt na Metr Stupně Celsia"@cs ; + rdfs:label "Kilowatt par Mètre Degré Celsius"@fr ; + rdfs:label "Kilowatt pe Metru Grad Celsius"@ro ; + rdfs:label "Kilowatt per Meter Darjah Celsius"@ms ; + rdfs:label "Kilowatt per Meter Degree Celsius"@en-US ; + rdfs:label "Kilowatt per Metre Celsius"@tr ; + rdfs:label "Kilowatt per Metre Degree Celsius" ; + rdfs:label "Kilowatt per Metre Degree Celsius"@en ; + rdfs:label "Kilowatt pro Meter Grad Celsius"@de . + +unit:KiloW-PER-M-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB458" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB458"^^xsd:anyURI ; + qudt:symbol "kW/(m·K)" ; + qudt:ucumCode "kW.m-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N81" ; + rdfs:isDefinedBy ; + rdfs:label "Chilowatt per Metro Kelvin"@it ; + rdfs:label "Kilovatio por Metro Kelvin"@es ; + rdfs:label "Kilowat na Metr Kelwin"@pl ; + rdfs:label "Kilowatt na Meter Kelvin"@sl ; + rdfs:label "Kilowatt na Metr Kelvin"@cs ; + rdfs:label "Kilowatt par Mètre Kelvin"@fr ; + rdfs:label "Kilowatt pe Metru Kelvin"@ro ; + rdfs:label "Kilowatt per Meter Kelvin"@en-US ; + rdfs:label "Kilowatt per Meter Kelvin"@ms ; + rdfs:label "Kilowatt per Metre Kelvin" ; + rdfs:label "Kilowatt per Metre Kelvin"@en ; + rdfs:label "Kilowatt per Metre Kelvin"@tr ; + rdfs:label "Kilowatt pro Meter Kelvin"@de . + +unit:KiloW-PER-M2 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:hasReciprocalUnit unit:M2-PER-KiloW ; + qudt:plainTextDescription "1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre" ; + qudt:symbol "kW/m²" ; + qudt:ucumCode "kW.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Chilowatt per Metro Quadrato"@it ; + rdfs:label "Kilovatio por Metro Cuadrado"@es ; + rdfs:label "Kilowat na Metr Kwadratowy"@pl ; + rdfs:label "Kilowatt na Kvadratni Meter"@sl ; + rdfs:label "Kilowatt na Čtvereční Metr"@cs ; + rdfs:label "Kilowatt par Mètre Carré"@fr ; + rdfs:label "Kilowatt pe Metru Pătrat"@ro ; + rdfs:label "Kilowatt per Meter Persegi"@ms ; + rdfs:label "Kilowatt per Metrekare"@tr ; + rdfs:label "Kilowatt per Square Meter"@en-US ; + rdfs:label "Kilowatt per Square Metre" ; + rdfs:label "Kilowatt per Square Metre"@en ; + rdfs:label "Kilowatt pro Quadratmeter"@de . + +unit:KiloW-PER-M2-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:hasQuantityKind quantitykind:CombinedNonEvaporativeHeatTransferCoefficient ; + qudt:hasQuantityKind quantitykind:SurfaceCoefficientOfHeatTransfer ; + qudt:iec61360Code "0112/2///62720#UAB456" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB456"^^xsd:anyURI ; + qudt:symbol "kW/(m²·K)" ; + qudt:ucumCode "kW.m-2.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N78" ; + rdfs:isDefinedBy ; + rdfs:label "Chilowatt per Metro Quadrato Kelvin"@it ; + rdfs:label "Kilovatio por Metro Cuadrado Kelvin"@es ; + rdfs:label "Kilowat na Metr Kwadratowy Kelwin"@pl ; + rdfs:label "Kilowatt na Kvadratni Meter Kelvin"@sl ; + rdfs:label "Kilowatt na Čtvereční Metr Kelvin"@cs ; + rdfs:label "Kilowatt par Mètre Carré Kelvin"@fr ; + rdfs:label "Kilowatt pe Metru Pătrat Kelvin"@ro ; + rdfs:label "Kilowatt per Meter Persegi Kelvin"@ms ; + rdfs:label "Kilowatt per Metrekare Kelvin"@tr ; + rdfs:label "Kilowatt per Square Meter Kelvin"@en-US ; + rdfs:label "Kilowatt per Square Metre Kelvin" ; + rdfs:label "Kilowatt per Square Metre Kelvin"@en ; + rdfs:label "Kilowatt pro Quadratmeter Kelvin"@de . + +unit:KiloW-PER-TON_FG + a qudt:Unit ; + dcterms:description "Unit of Cooling Performance Ratio representing kilowatts of power input per ton of refrigeration output. Used to measure the energy performance of chillers and cooling systems." ; + qudt:conversionMultiplier 0.2843451233247451627918482802664769 ; + qudt:conversionMultiplierSN 2.843451233247451627918482802664769E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:TON_FG ; + ] ; + qudt:hasQuantityKind quantitykind:CoolingPerformanceRatio ; + qudt:symbol "kW/TOR" ; + rdfs:isDefinedBy ; + rdfs:label "Kilowatt per Ton of Refrigeration" ; + rdfs:label "Kilowatt per Ton of Refrigeration"@en . + +unit:KiloWB + a qudt:Unit ; + dcterms:description "1,000-fold of the SI derived unit weber" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB358" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB358"^^xsd:anyURI ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:WB ; + qudt:symbol "kWb" ; + qudt:ucumCode "kWb"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P11" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiloweber"@it ; + rdfs:label "Kiloweber" ; + rdfs:label "Kiloweber"@cs ; + rdfs:label "Kiloweber"@de ; + rdfs:label "Kiloweber"@en ; + rdfs:label "Kiloweber"@es ; + rdfs:label "Kiloweber"@fr ; + rdfs:label "Kiloweber"@hu ; + rdfs:label "Kiloweber"@ms ; + rdfs:label "Kiloweber"@pl ; + rdfs:label "Kiloweber"@ro ; + rdfs:label "Kiloweber"@sl ; + rdfs:label "Kiloweber"@tr . + +unit:KiloWB-PER-M + a qudt:Unit ; + dcterms:description "1 000-fold of the SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloWB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticVectorPotential ; + qudt:iec61360Code "0112/2///62720#UAA585" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA585"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI derived unit weber divided by the SI base unit metre" ; + qudt:symbol "kWb/m" ; + qudt:ucumCode "kWb.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B56" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Chiloweber per Metro"@it ; + rdfs:label "Kiloweber na Meter"@sl ; + rdfs:label "Kiloweber na Metr"@cs ; + rdfs:label "Kiloweber na Metr"@pl ; + rdfs:label "Kiloweber par Mètre"@fr ; + rdfs:label "Kiloweber pe Metru"@ro ; + rdfs:label "Kiloweber per Meter"@en-US ; + rdfs:label "Kiloweber per Meter"@ms ; + rdfs:label "Kiloweber per Metre" ; + rdfs:label "Kiloweber per Metre"@en ; + rdfs:label "Kiloweber per Metre"@tr ; + rdfs:label "Kiloweber por Metro"@es ; + rdfs:label "Kiloweber pro Meter"@de . + +unit:KiloYR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31557600000.0 ; + qudt:conversionMultiplierSN 3.15576E10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:prefix prefix:Kilo ; + qudt:scalingOf unit:YR ; + qudt:symbol "ka" ; + qudt:ucumCode "ka"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kiloyear" ; + rdfs:label "Kiloyear"@en . + +unit:L + a qudt:Unit ; + dcterms:description "The $litre$ (American spelling: $\\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \\textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1/1000 \\textit{cubic metre}$. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Litre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DeciM3 ; + ] ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA649" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA649"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Litre?oldid=494846400"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:litre ; + qudt:symbol "L" ; + qudt:ucumCode "L"^^qudt:UCUMcs ; + qudt:udunitsCode "L" ; + qudt:uneceCommonCode "LTR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liter"@en-US ; + rdfs:label "Litre" ; + rdfs:label "Litre"@en ; + skos:altLabel "litre" . + +unit:L-PER-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA651" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA651"^^xsd:anyURI ; + qudt:symbol "L/bar" ; + qudt:ucumCode "L.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G95" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Bar"@en-US ; + rdfs:label "Litre per Bar" ; + rdfs:label "Litre per Bar"@en . + +unit:L-PER-DAY + a qudt:Unit ; + dcterms:description "unit litre divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA652" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA652"^^xsd:anyURI ; + qudt:plainTextDescription "unit litre divided by the unit day" ; + qudt:symbol "L/d" ; + qudt:ucumCode "L.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Day"@en-US ; + rdfs:label "Litre per Day" ; + rdfs:label "Litre per Day"@en . + +unit:L-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-13 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA654" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA654"^^xsd:anyURI ; + qudt:symbol "L/(d·bar)" ; + qudt:ucumCode "L.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G82" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Day Bar"@en-US ; + rdfs:label "Litre per Day Bar" ; + rdfs:label "Litre per Day Bar"@en . + +unit:L-PER-DAY-K + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA653" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA653"^^xsd:anyURI ; + qudt:symbol "L/(d·K)" ; + qudt:ucumCode "L.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G65" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Day Kelvin"@en-US ; + rdfs:label "Litre per Day Kelvin" ; + rdfs:label "Litre per Day Kelvin"@en . + +unit:L-PER-HA + a qudt:Unit ; + dcterms:description "Unit litre divided by the unit hectare" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:VolumePerArea ; + qudt:plainTextDescription "Unit litre divided by the unit hectare" ; + qudt:symbol "L/ha" ; + qudt:ucumCode "L.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Hectare"@en-US ; + rdfs:label "Litre per Hectare" ; + rdfs:label "Litre per Hectare"@en . + +unit:L-PER-HR + a qudt:Unit ; + dcterms:description "Unit litre divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA655" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA655"^^xsd:anyURI ; + qudt:plainTextDescription "Unit litre divided by the unit hour" ; + qudt:symbol "L/h" ; + qudt:ucumCode "L.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E32" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Hour"@en-US ; + rdfs:label "Litre per Hour" ; + rdfs:label "Litre per Hour"@en . + +unit:L-PER-HR-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-12 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA657" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA657"^^xsd:anyURI ; + qudt:symbol "L/(h·bar)" ; + qudt:ucumCode "L.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G83" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Hour Bar"@en-US ; + rdfs:label "Litre per Hour Bar" ; + rdfs:label "Litre per Hour Bar"@en . + +unit:L-PER-HR-K + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA656" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA656"^^xsd:anyURI ; + qudt:symbol "L/(h·K)" ; + qudt:ucumCode "L.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G66" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Hour Kelvin"@en-US ; + rdfs:label "Litre per Hour Kelvin" ; + rdfs:label "Litre per Hour Kelvin"@en . + +unit:L-PER-K + a qudt:Unit ; + dcterms:description "unit litre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA650" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA650"^^xsd:anyURI ; + qudt:plainTextDescription "unit litre divided by the SI base unit kelvin" ; + qudt:symbol "L/K" ; + qudt:ucumCode "L.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G28" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Kelvin"@en-US ; + rdfs:label "Litre per Kelvin" ; + rdfs:label "Litre per Kelvin"@en . + +unit:L-PER-KiloGM + a qudt:Unit ; + dcterms:description "unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:hasReciprocalUnit unit:KiloGM-PER-L ; + qudt:iec61360Code "0112/2///62720#UAB380" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB380"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume litre divided by the SI base unit kilogram" ; + qudt:symbol "L/kg" ; + qudt:ucumCode "L.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H83" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Kilogram"@en-US ; + rdfs:label "Litre per Kilogram" ; + rdfs:label "Litre per Kilogram"@en . + +unit:L-PER-L + a qudt:Unit ; + dcterms:description "volume ratio consisting of the unit litre divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA658" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA658"^^xsd:anyURI ; + qudt:plainTextDescription "volume ratio consisting of the unit litre divided by the unit litre" ; + qudt:symbol "L/L" ; + qudt:ucumCode "L.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K62" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Liter"@en-US ; + rdfs:label "Litre per Litre" ; + rdfs:label "Litre per Litre"@en . + +unit:L-PER-MIN + a qudt:Unit ; + dcterms:description "unit litre divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA659" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA659"^^xsd:anyURI ; + qudt:plainTextDescription "unit litre divided by the unit minute" ; + qudt:symbol "L/min" ; + qudt:ucumCode "L.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L2" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Minute"@en-US ; + rdfs:label "Litre per Minute" ; + rdfs:label "Litre per Minute"@en . + +unit:L-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-10 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA661" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA661"^^xsd:anyURI ; + qudt:symbol "L/(min·bar)" ; + qudt:ucumCode "L.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G84" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Minute Bar"@en-US ; + rdfs:label "Litre per Minute Bar" ; + rdfs:label "Litre per Minute Bar"@en . + +unit:L-PER-MIN-K + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA660" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA660"^^xsd:anyURI ; + qudt:symbol "L/(min·K)" ; + qudt:ucumCode "L.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G67" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Minute Kelvin"@en-US ; + rdfs:label "Litre per Minute Kelvin" ; + rdfs:label "Litre per Minute Kelvin"@en . + +unit:L-PER-MOL + a qudt:Unit ; + dcterms:description "unit litre divided by the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:hasReciprocalUnit unit:MOL-PER-L ; + qudt:iec61360Code "0112/2///62720#UAA662" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA662"^^xsd:anyURI ; + qudt:plainTextDescription "unit litre divided by the SI base unit mol" ; + qudt:symbol "L/mol" ; + qudt:ucumCode "L.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B58" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Mole"@en-US ; + rdfs:label "Litre per Mole" ; + rdfs:label "Litre per Mole"@en . + +unit:L-PER-MOL-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit mol and the SI base unit second"^^qudt:LatexString ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AtmosphericHydroxylationRate ; + qudt:hasQuantityKind quantitykind:SecondOrderReactionRateConstant ; + qudt:iec61360Code "0112/2///62720#UAD915" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD915"^^xsd:anyURI ; + qudt:symbol "L/(mol·s)" ; + qudt:ucumCode "L.mol-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Mole Second"@en-US ; + rdfs:label "Litre per Mole Second" ; + rdfs:label "Litre per Mole Second"@en . + +unit:L-PER-MicroMOL + a qudt:Unit ; + dcterms:description "The inverse of a molar concentration."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:hasReciprocalUnit unit:MicroMOL-PER-L ; + qudt:symbol "L/μmol" ; + qudt:ucumCode "L.umol-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Micromole"@en-US ; + rdfs:label "Litre per Micromole" ; + rdfs:label "Litre per Micromole"@en . + +unit:L-PER-SEC + a qudt:Unit ; + dcterms:description "unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA664" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA664"^^xsd:anyURI ; + qudt:plainTextDescription "unit litre divided by the SI base unit second" ; + qudt:symbol "L/s" ; + qudt:ucumCode "L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G51" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Second"@en-US ; + rdfs:label "Litre per Second" ; + rdfs:label "Litre per Second"@en . + +unit:L-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA666" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA666"^^xsd:anyURI ; + qudt:symbol "L/(s·bar)" ; + qudt:ucumCode "L.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G85" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Second Bar"@en-US ; + rdfs:label "Litre per Second Bar" ; + rdfs:label "Litre per Second Bar"@en . + +unit:L-PER-SEC-K + a qudt:Unit ; + dcterms:description "unit litre divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA665" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA665"^^xsd:anyURI ; + qudt:symbol "L/(s·K)" ; + qudt:ucumCode "L.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G68" ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Second Kelvin"@en-US ; + rdfs:label "Litre per Second Kelvin" ; + rdfs:label "Litre per Second Kelvin"@en . + +unit:L-PER-SEC-M2 + a qudt:Unit ; + dcterms:description "Ventilation rate in Litres per second divided by the floor area"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:VentilationRatePerFloorArea ; + qudt:plainTextDescription "Ventilation rate in Litres per second divided by the floor area" ; + qudt:symbol "L/(s·m²)" ; + qudt:ucumCode "L.s-1.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Liter per Second Square Meter"@en-US ; + rdfs:label "Litre per Second Square Metre" ; + rdfs:label "Litre per Second Square Metre"@en . + +unit:LA + a qudt:Unit ; + dcterms:description "The lambert (symbol $L$, $la$ or $Lb$) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre ($cd/m^2$)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 3183.0988618 ; + qudt:conversionMultiplierSN 3.1830988618E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lambert"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:factorUnitScalar 3183.0988618 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CD ; + ] ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB259" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB259"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lambert?oldid=494078267"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "L" ; + qudt:ucumCode "Lmb"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P30" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lambert" ; + rdfs:label "Lambert"@en . + +unit:LANGLEY + a qudt:Unit ; + dcterms:description "[CGS] unit of the areal-related energy transmission (as a measure of the incident quantity of heat of solar radiation on the earth's surface)" ; + qudt:conversionMultiplier 41840.0 ; + qudt:conversionMultiplierSN 4.184E04 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:EnergyFluence ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:RadiantFluence ; + qudt:iec61360Code "0112/2///62720#UAB296" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB296"^^xsd:anyURI ; + qudt:scalingOf unit:J-PER-M2 ; + qudt:symbol "Ly" ; + qudt:uneceCommonCode "P40" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Langley" ; + rdfs:label "Langley"@en . + +unit:LA_FT + a qudt:Unit ; + dcterms:description "\"Foot Lambert\" is a C.G.S System unit for 'Luminance' expressed as $ft-L$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3.426259099594588078065045018978927 ; + qudt:conversionMultiplierSN 3.426259099594588078065045018978927E0 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$ft-L$"^^qudt:LatexString ; + qudt:factorUnitScalar 0.31830988618 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:symbol "ft-L" ; + qudt:ucumCode "[ft-Lmb]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P29" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Foot Lambert" ; + rdfs:label "Foot Lambert"@en . + +unit:LB + a qudt:Unit ; + dcterms:description "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:LB_M ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA669" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA669"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "lbm" ; + qudt:ucumCode "[lb_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "lb" ; + qudt:uneceCommonCode "LBR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass" ; + rdfs:label "Pound Mass"@en . + +unit:LB-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Pound Degree Fahrenheit}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degF$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.2519957611111111111111111111111111 ; + qudt:conversionMultiplierSN 2.519957611111111111111111111111111E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassTemperature ; + qudt:symbol "lbm·°F" ; + qudt:ucumCode "[lb_av].[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Degree Fahrenheit" ; + rdfs:label "Pound Mass Degree Fahrenheit"@en . + +unit:LB-DEG_R + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Pound Degree Rankine}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degR$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.251995761111111131270772 ; + qudt:conversionMultiplierSN 2.51995761111111131270772E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$lb-degR$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassTemperature ; + qudt:symbol "lbm·°R" ; + qudt:ucumCode "[lb_av].[degR]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Degree Rankine" ; + rdfs:label "Pound Mass Degree Rankine"@en . + +unit:LB-FT-PER-SEC + a qudt:Unit ; + dcterms:description "product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; + qudt:conversionMultiplier 0.138254954376 ; + qudt:conversionMultiplierSN 1.38254954376E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Impulse ; + qudt:iec61360Code "0112/2///62720#UAB415" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB415"^^xsd:anyURI ; + qudt:symbol "lbm·ft/s" ; + qudt:ucumCode "[lb_av].[ft_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N10" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Foot per Second" ; + rdfs:label "Pound Mass Foot per Second"@en . + +unit:LB-FT2 + a qudt:Unit ; + dcterms:description "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0421401100938048 ; + qudt:conversionMultiplierSN 4.21401100938048E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA671" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA671"^^xsd:anyURI ; + qudt:plainTextDescription "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:symbol "lbm·ft²" ; + qudt:ucumCode "[lb_av].[ft_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K65" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Foot" ; + rdfs:label "Pound Mass Square Foot"@en . + +unit:LB-FT2-PER-GAL_UK-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 2.083872869277488713083529558901175 ; + qudt:conversionMultiplierSN 2.083872869277488713083529558901175E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD856" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD856"^^xsd:anyURI ; + qudt:symbol "lbm·ft²/(gal{UK}·lbf·s)" ; + qudt:ucumCode "[lb_av].[ft_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Foot per Gallon (UK) Pound Force Second" ; + rdfs:label "Pound Mass Square Foot per Gallon (UK) Pound Force Second"@en . + +unit:LB-FT2-PER-GAL_US-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 2.502626967120388365035507294871633 ; + qudt:conversionMultiplierSN 2.502626967120388365035507294871633E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD852" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD852"^^xsd:anyURI ; + qudt:symbol "lbm·ft²/(gal{US}·lbf·s)" ; + qudt:ucumCode "[lb_av].[ft_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Foot per Us Gallon Pound Force Second" ; + rdfs:label "Pound Mass Square Foot per Us Gallon Pound Force Second"@en . + +unit:LB-FT2-PER-IN3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 578.1068294048097123232021851153473 ; + qudt:conversionMultiplierSN 5.781068294048097123232021851153473E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD848" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD848"^^xsd:anyURI ; + qudt:symbol "lbm·ft²/(in³·lbf·s)" ; + qudt:ucumCode "[lb_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Foot per Cubic Inch Pound Force Second" ; + rdfs:label "Pound Mass Square Foot per Cubic Inch Pound Force Second"@en . + +unit:LB-HR-PER-FT3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ; + qudt:conversionMultiplier 12684849.65019533323949993386765412 ; + qudt:conversionMultiplierSN 1.268484965019533323949993386765412E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC846" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC846"^^xsd:anyURI ; + qudt:symbol "lbm·h/(ft³·gal{UK})" ; + qudt:ucumCode "[lb_av].h.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Cubic Foot Gallon (UK)" ; + rdfs:label "Pound Mass Hour per Cubic Foot Gallon (UK)"@en . + +unit:LB-HR-PER-FT3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ; + qudt:conversionMultiplier 15233869.24244237056740727215858525 ; + qudt:conversionMultiplierSN 1.523386924244237056740727215858525E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC845" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC845"^^xsd:anyURI ; + qudt:symbol "lbm·h/(ft³·gal{US})" ; + qudt:ucumCode "[lb_av].h.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Cubic Foot Us Gallon" ; + rdfs:label "Pound Mass Hour per Cubic Foot Us Gallon"@en . + +unit:LB-HR-PER-FT3-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 3519023795.004187601071079868633193 ; + qudt:conversionMultiplierSN 3.519023795004187601071079868633193E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC847" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC847"^^xsd:anyURI ; + qudt:symbol "lbm·h/(ft³·in³)" ; + qudt:ucumCode "[lb_av].h.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Cubic Foot Cubic Inch" ; + rdfs:label "Pound Mass Hour per Cubic Foot Cubic Inch"@en . + +unit:LB-HR-PER-FT3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 75424.89272556986456342335109381842 ; + qudt:conversionMultiplierSN 7.542489272556986456342335109381842E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC849" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC849"^^xsd:anyURI ; + qudt:symbol "lbm·h/(ft³·yd³)" ; + qudt:ucumCode "[lb_av].h.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Cubic Foot Cubic Yard" ; + rdfs:label "Pound Mass Hour per Cubic Foot Cubic Yard"@en . + +unit:LB-HR-PER-FT6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 2036472.103590386343212430479533098 ; + qudt:conversionMultiplierSN 2.036472103590386343212430479533098E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC848" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC848"^^xsd:anyURI ; + qudt:symbol "lbm·h/ft⁶" ; + qudt:ucumCode "[lb_av].h.[ft_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Sextic Foot" ; + rdfs:label "Pound Mass Hour per Sextic Foot"@en . + +unit:LB-HR-PER-GAL_UK-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 12684849.65019533323949993386765412 ; + qudt:conversionMultiplierSN 1.268484965019533323949993386765412E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC863" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC863"^^xsd:anyURI ; + qudt:symbol "lbm·h/(gal{UK}·ft³)" ; + qudt:ucumCode "[lb_av].h.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Foot" ; + rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Foot"@en . + +unit:LB-HR-PER-GAL_UK-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 21919420195.53753583785588572330633 ; + qudt:conversionMultiplierSN 2.191942019553753583785588572330633E10 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC862" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC862"^^xsd:anyURI ; + qudt:symbol "lbm·h/(gal{UK}·in³)" ; + qudt:ucumCode "[lb_av].h.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Inch" ; + rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Inch"@en . + +unit:LB-HR-PER-GAL_UK-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 469809.2463035308607222197728760785 ; + qudt:conversionMultiplierSN 4.698092463035308607222197728760785E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC864" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC864"^^xsd:anyURI ; + qudt:symbol "lbm·h/(gal{UK}·yd³)" ; + qudt:ucumCode "[lb_av].h.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Yard" ; + rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Yard"@en . + +unit:LB-HR-PER-GAL_UK2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time hour" ; + qudt:conversionMultiplier 79011841.29376367695695378272856609 ; + qudt:conversionMultiplierSN 7.901184129376367695695378272856609E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC861" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC861"^^xsd:anyURI ; + qudt:symbol "lbm·h/gal{UK}²" ; + qudt:ucumCode "[lb_av].h.[gal_br]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Square Gallon (UK)" ; + rdfs:label "Pound Mass Hour per Square Gallon (UK)"@en . + +unit:LB-HR-PER-GAL_US-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 15233869.24244237056740727215858525 ; + qudt:conversionMultiplierSN 1.523386924244237056740727215858525E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC858" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC858"^^xsd:anyURI ; + qudt:symbol "lbm·h/(gal{US}·ft³)" ; + qudt:ucumCode "[lb_av].h.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Us Gallon Cubic Foot" ; + rdfs:label "Pound Mass Hour per Us Gallon Cubic Foot"@en . + +unit:LB-HR-PER-GAL_US-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 26324126050.94041634047976629003531 ; + qudt:conversionMultiplierSN 2.632412605094041634047976629003531E10 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC857" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC857"^^xsd:anyURI ; + qudt:symbol "lbm·h/(gal{US}·in³)" ; + qudt:ucumCode "[lb_av].h.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Us Gallon Cubic Inch" ; + rdfs:label "Pound Mass Hour per Us Gallon Cubic Inch"@en . + +unit:LB-HR-PER-GAL_US-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 564217.3793497174284224915614290831 ; + qudt:conversionMultiplierSN 5.642173793497174284224915614290831E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC859" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC859"^^xsd:anyURI ; + qudt:symbol "lbm·h/(gal{US}·yd³)" ; + qudt:ucumCode "[lb_av].h.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Us Gallon Cubic Yard" ; + rdfs:label "Pound Mass Hour per Us Gallon Cubic Yard"@en . + +unit:LB-HR-PER-GAL_US2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ; + qudt:conversionMultiplier 113957255.6317766941146310229005858 ; + qudt:conversionMultiplierSN 1.139572556317766941146310229005858E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC855" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC855"^^xsd:anyURI ; + qudt:symbol "lbm·h/gal{US}²" ; + qudt:ucumCode "[lb_av].h.[gal_us]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Square Us Gallon" ; + rdfs:label "Pound Mass Hour per Square Us Gallon"@en . + +unit:LB-HR-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 3519023795.004187601071079868633193 ; + qudt:conversionMultiplierSN 3.519023795004187601071079868633193E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC853" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC853"^^xsd:anyURI ; + qudt:symbol "lbm·h/(in³·ft³)" ; + qudt:ucumCode "[lb_av].h.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Cubic Inch Cubic Foot" ; + rdfs:label "Pound Mass Hour per Cubic Inch Cubic Foot"@en . + +unit:LB-HR-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ; + qudt:conversionMultiplier 21919420195.53753583785588572330633 ; + qudt:conversionMultiplierSN 2.191942019553753583785588572330633E10 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC851" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC851"^^xsd:anyURI ; + qudt:symbol "lbm·h/(in³·gal{UK})" ; + qudt:ucumCode "[lb_av].h.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Cubic Inch Gallon (UK)" ; + rdfs:label "Pound Mass Hour per Cubic Inch Gallon (UK)"@en . + +unit:LB-HR-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ; + qudt:conversionMultiplier 26324126050.94041634047976629003531 ; + qudt:conversionMultiplierSN 2.632412605094041634047976629003531E10 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC850" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC850"^^xsd:anyURI ; + qudt:symbol "lbm·h/(in³·gal{US})" ; + qudt:ucumCode "[lb_av].h.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Cubic Inch Us Gallon" ; + rdfs:label "Pound Mass Hour per Cubic Inch Us Gallon"@en . + +unit:LB-HR-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 130334214.6297847259655955506901182 ; + qudt:conversionMultiplierSN 1.303342146297847259655955506901182E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC854" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC854"^^xsd:anyURI ; + qudt:symbol "lbm·h/(in³·yd³)" ; + qudt:ucumCode "[lb_av].h.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Cubic Inch Cubic Yard" ; + rdfs:label "Pound Mass Hour per Cubic Inch Cubic Yard"@en . + +unit:LB-HR-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 6080873117767.236174650826012998158 ; + qudt:conversionMultiplierSN 6.080873117767236174650826012998158E12 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC852" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC852"^^xsd:anyURI ; + qudt:symbol "lbm·h/in⁶" ; + qudt:ucumCode "[lb_av].h.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Hour per Sextic Inch" ; + rdfs:label "Pound Mass Hour per Sextic Inch"@en . + +unit:LB-IN + a qudt:Unit ; + dcterms:description "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.011521246198 ; + qudt:conversionMultiplierSN 1.1521246198E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAB194" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB194"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)" ; + qudt:symbol "lbm·in" ; + qudt:ucumCode "[lb_av].[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "IA" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Inch" ; + rdfs:label "Pound Mass Inch"@en . + +unit:LB-IN-PER-SEC + a qudt:Unit ; + dcterms:description "product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; + qudt:conversionMultiplier 0.011521246198 ; + qudt:conversionMultiplierSN 1.1521246198E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Impulse ; + qudt:iec61360Code "0112/2///62720#UAB416" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB416"^^xsd:anyURI ; + qudt:symbol "lbm·in/s" ; + qudt:ucumCode "[lb_av].[in_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N11" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Inch per Second" ; + rdfs:label "Pound Mass Inch per Second"@en . + +unit:LB-IN2 + a qudt:Unit ; + dcterms:description "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0002926396534292 ; + qudt:conversionMultiplierSN 2.926396534292E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfInertia ; + qudt:hasQuantityKind quantitykind:RotationalMass ; + qudt:iec61360Code "0112/2///62720#UAA672" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA672"^^xsd:anyURI ; + qudt:plainTextDescription "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:symbol "lbm·in²" ; + qudt:ucumCode "[lb_av].[in_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F20" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Inch" ; + rdfs:label "Pound Mass Square Inch"@en . + +unit:LB-IN2-PER-FT3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.00232328168967339294111369190906052 ; + qudt:conversionMultiplierSN 2.32328168967339294111369190906052E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD845" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD845"^^xsd:anyURI ; + qudt:symbol "lbm·in²/(ft³·lbf·s)" ; + qudt:ucumCode "[lb_av].[in_i]2.[ft_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Inch per Cubic Foot Pound Force Second" ; + rdfs:label "Pound Mass Square Inch per Cubic Foot Pound Force Second"@en . + +unit:LB-IN2-PER-GAL_UK-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.01447133936998256050752451082570261 ; + qudt:conversionMultiplierSN 1.447133936998256050752451082570261E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD857" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD857"^^xsd:anyURI ; + qudt:symbol "lbm·in²/(gal{UK}·lbf·s)" ; + qudt:ucumCode "[lb_av].[in_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Inch per Gallon (UK) Pound Force Second" ; + rdfs:label "Pound Mass Square Inch per Gallon (UK) Pound Force Second"@en . + +unit:LB-IN2-PER-GAL_US-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.01737935393833603031274657843660856 ; + qudt:conversionMultiplierSN 1.737935393833603031274657843660856E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD853" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD853"^^xsd:anyURI ; + qudt:symbol "lbm·in²/(gal{US}·lbf·s)" ; + qudt:ucumCode "[lb_av].[in_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Inch per Us Gallon Pound Force Second" ; + rdfs:label "Pound Mass Square Inch per Us Gallon Pound Force Second"@en . + +unit:LB-IN2-PER-IN3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 4.014630759755623002244459618856579 ; + qudt:conversionMultiplierSN 4.014630759755623002244459618856579E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD849" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD849"^^xsd:anyURI ; + qudt:symbol "lbm·in²/(in³·lbf·s)" ; + qudt:ucumCode "[lb_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Square Inch per Cubic Inch Pound Force Second" ; + rdfs:label "Pound Mass Square Inch per Cubic Inch Pound Force Second"@en . + +unit:LB-MIN-PER-FT3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ; + qudt:conversionMultiplier 211414.1608365888873249988977942354 ; + qudt:conversionMultiplierSN 2.114141608365888873249988977942354E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC871" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC871"^^xsd:anyURI ; + qudt:symbol "lbm·min/(ft³·gal{UK})" ; + qudt:ucumCode "[lb_av].min.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Cubic Foot Gallon (UK)" ; + rdfs:label "Pound Mass Minute per Cubic Foot Gallon (UK)"@en . + +unit:LB-MIN-PER-FT3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ; + qudt:conversionMultiplier 253897.8207073728427901212026430875 ; + qudt:conversionMultiplierSN 2.538978207073728427901212026430875E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC870" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC870"^^xsd:anyURI ; + qudt:symbol "lbm·min/(ft³·gal{US})" ; + qudt:ucumCode "[lb_av].min.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Cubic Foot Us Gallon" ; + rdfs:label "Pound Mass Minute per Cubic Foot Us Gallon"@en . + +unit:LB-MIN-PER-FT3-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 58650396.58340312668451799781055322 ; + qudt:conversionMultiplierSN 5.865039658340312668451799781055322E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC872" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC872"^^xsd:anyURI ; + qudt:symbol "lbm·min/(ft³·in³)" ; + qudt:ucumCode "[lb_av].min.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Cubic Foot Cubic Inch" ; + rdfs:label "Pound Mass Minute per Cubic Foot Cubic Inch"@en . + +unit:LB-MIN-PER-FT3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 1257.081545426164409390389184896974 ; + qudt:conversionMultiplierSN 1.257081545426164409390389184896974E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC874" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC874"^^xsd:anyURI ; + qudt:symbol "lbm·min/(ft³·yd³)" ; + qudt:ucumCode "[lb_av].min.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Cubic Foot Cubic Yard" ; + rdfs:label "Pound Mass Minute per Cubic Foot Cubic Yard"@en . + +unit:LB-MIN-PER-FT6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 33941.20172650643905354050799221829 ; + qudt:conversionMultiplierSN 3.394120172650643905354050799221829E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC873" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC873"^^xsd:anyURI ; + qudt:symbol "lbm·min/ft⁶" ; + qudt:ucumCode "[lb_av].min.[ft_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Sextic Foot" ; + rdfs:label "Pound Mass Minute per Sextic Foot"@en . + +unit:LB-MIN-PER-GAL_UK-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 211414.1608365888873249988977942354 ; + qudt:conversionMultiplierSN 2.114141608365888873249988977942354E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC888" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC888"^^xsd:anyURI ; + qudt:symbol "lbm·min/(gal{UK}·ft³)" ; + qudt:ucumCode "[lb_av].min.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Foot" ; + rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Foot"@en . + +unit:LB-MIN-PER-GAL_UK-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 365323669.9256255972975980953884388 ; + qudt:conversionMultiplierSN 3.653236699256255972975980953884388E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC887" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC887"^^xsd:anyURI ; + qudt:symbol "lbm·min/(gal{UK}·in³)" ; + qudt:ucumCode "[lb_av].min.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Inch" ; + rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Inch"@en . + +unit:LB-MIN-PER-GAL_UK-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 7830.154105058847678703662881267974 ; + qudt:conversionMultiplierSN 7.830154105058847678703662881267974E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC889" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC889"^^xsd:anyURI ; + qudt:symbol "lbm·min/(gal{UK}·yd³)" ; + qudt:ucumCode "[lb_av].min.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Yard" ; + rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Yard"@en . + +unit:LB-MIN-PER-GAL_UK2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time minute" ; + qudt:conversionMultiplier 1316864.021562727949282563045476102 ; + qudt:conversionMultiplierSN 1.316864021562727949282563045476102E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC886" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC886"^^xsd:anyURI ; + qudt:symbol "lbm·min/gal{UK}²" ; + qudt:ucumCode "[lb_av].min.[gal_br]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Square Gallon (UK)" ; + rdfs:label "Pound Mass Minute per Square Gallon (UK)"@en . + +unit:LB-MIN-PER-GAL_US-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 253897.8207073728427901212026430875 ; + qudt:conversionMultiplierSN 2.538978207073728427901212026430875E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC883" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC883"^^xsd:anyURI ; + qudt:symbol "lbm·min/(gal{US}·ft³)" ; + qudt:ucumCode "[lb_av].min.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Us Gallon Cubic Foot" ; + rdfs:label "Pound Mass Minute per Us Gallon Cubic Foot"@en . + +unit:LB-MIN-PER-GAL_US-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 438735434.1823402723413294381672552 ; + qudt:conversionMultiplierSN 4.387354341823402723413294381672552E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC882" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC882"^^xsd:anyURI ; + qudt:symbol "lbm·min/(gal{US}·in³)" ; + qudt:ucumCode "[lb_av].min.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Us Gallon Cubic Inch" ; + rdfs:label "Pound Mass Minute per Us Gallon Cubic Inch"@en . + +unit:LB-MIN-PER-GAL_US-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 9403.622989161957140374859357151386 ; + qudt:conversionMultiplierSN 9.403622989161957140374859357151386E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC884" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC884"^^xsd:anyURI ; + qudt:symbol "lbm·min/(gal{US}·yd³)" ; + qudt:ucumCode "[lb_av].min.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Us Gallon Cubic Yard" ; + rdfs:label "Pound Mass Minute per Us Gallon Cubic Yard"@en . + +unit:LB-MIN-PER-GAL_US2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ; + qudt:conversionMultiplier 1899287.593862944901910517048343096 ; + qudt:conversionMultiplierSN 1.899287593862944901910517048343096E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC880" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC880"^^xsd:anyURI ; + qudt:symbol "lbm·min/gal{US}²" ; + qudt:ucumCode "[lb_av].min.[gal_us]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Square Us Gallon" ; + rdfs:label "Pound Mass Minute per Square Us Gallon"@en . + +unit:LB-MIN-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 58650396.58340312668451799781055322 ; + qudt:conversionMultiplierSN 5.865039658340312668451799781055322E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC878" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC878"^^xsd:anyURI ; + qudt:symbol "lbm·min/(in³·ft³)" ; + qudt:ucumCode "[lb_av].min.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Cubic Inch Cubic Foot" ; + rdfs:label "Pound Mass Minute per Cubic Inch Cubic Foot"@en . + +unit:LB-MIN-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ; + qudt:conversionMultiplier 365323669.9256255972975980953884388 ; + qudt:conversionMultiplierSN 3.653236699256255972975980953884388E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC876" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC876"^^xsd:anyURI ; + qudt:symbol "lbm·min/(in³·gal{UK})" ; + qudt:ucumCode "[lb_av].min.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Cubic Inch Gallon (UK)" ; + rdfs:label "Pound Mass Minute per Cubic Inch Gallon (UK)"@en . + +unit:LB-MIN-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ; + qudt:conversionMultiplier 438735434.1823402723413294381672552 ; + qudt:conversionMultiplierSN 4.387354341823402723413294381672552E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC875" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC875"^^xsd:anyURI ; + qudt:symbol "lbm·min/(in³·gal{US})" ; + qudt:ucumCode "[lb_av].min.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Cubic Inch Us Gallon" ; + rdfs:label "Pound Mass Minute per Cubic Inch Us Gallon"@en . + +unit:LB-MIN-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 2172236.91049641209942659251150197 ; + qudt:conversionMultiplierSN 2.17223691049641209942659251150197E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC879" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC879"^^xsd:anyURI ; + qudt:symbol "lbm·min/(in³·yd³)" ; + qudt:ucumCode "[lb_av].min.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Cubic Inch Cubic Yard" ; + rdfs:label "Pound Mass Minute per Cubic Inch Cubic Yard"@en . + +unit:LB-MIN-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 101347885296.120602910847100216636 ; + qudt:conversionMultiplierSN 1.01347885296120602910847100216636E11 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC877" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC877"^^xsd:anyURI ; + qudt:symbol "lbm·min/in⁶" ; + qudt:ucumCode "[lb_av].min.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Minute per Sextic Inch" ; + rdfs:label "Pound Mass Minute per Sextic Inch"@en . + +unit:LB-PER-AC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres." ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0001120851156194456047722420921833988 ; + qudt:conversionMultiplierSN 1.120851156194456047722420921833988E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:AC ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres." ; + qudt:symbol "lbm/acre" ; + qudt:ucumCode "[lb_av].[acr_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Acre" ; + rdfs:label "Pound Mass per Acre"@en . + +unit:LB-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000005249911689814814814814814814814813 ; + qudt:conversionMultiplierSN 5.249911689814814814814814814814813E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA673" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA673"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day" ; + qudt:symbol "lbm/d" ; + qudt:ucumCode "[lb_av].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K66" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Day" ; + rdfs:label "Pound Mass per Day"@en . + +unit:LB-PER-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.816466266 ; + qudt:conversionMultiplierSN 8.16466266E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA668" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA668"^^xsd:anyURI ; + qudt:symbol "lbm/°F" ; + qudt:ucumCode "[lb_av].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K64" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Degree Fahrenheit" ; + rdfs:label "Pound Mass per Degree Fahrenheit"@en . + +unit:LB-PER-FT + a qudt:Unit ; + dcterms:description "\"Pound per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $lb/ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.488163943569553805774278215223097 ; + qudt:conversionMultiplierSN 1.488163943569553805774278215223097E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAA670" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA670"^^xsd:anyURI ; + qudt:symbol "lbm/ft" ; + qudt:ucumCode "[lb_av].[ft_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P2" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Foot" ; + rdfs:label "Pound Mass per Foot"@en . + +unit:LB-PER-FT-DAY + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity according to the Anglo-American unit system" ; + qudt:conversionMultiplier 0.00001722411971724020608535044230582288 ; + qudt:conversionMultiplierSN 1.722411971724020608535044230582288E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB436" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB436"^^xsd:anyURI ; + qudt:symbol "lbm/(ft·d)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N44" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Foot Day" ; + rdfs:label "Pound Mass per Foot Day"@en . + +unit:LB-PER-FT-HR + a qudt:Unit ; + dcterms:description "\"Pound per Foot Hour\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-h)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0004133788732137649460484106153397492 ; + qudt:conversionMultiplierSN 4.133788732137649460484106153397492E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/(ft-h)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA674" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA674"^^xsd:anyURI ; + qudt:symbol "lbm/(ft·h)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K67" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Foot Hour" ; + rdfs:label "Pound Mass per Foot Hour"@en . + +unit:LB-PER-FT-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.3345525633129685835203716349047149 ; + qudt:conversionMultiplierSN 3.345525633129685835203716349047149E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD844" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD844"^^xsd:anyURI ; + qudt:symbol "lbm/(ft·lbf·s)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Foot Pound Force Second" ; + rdfs:label "Pound Mass per Foot Pound Force Second"@en . + +unit:LB-PER-FT-MIN + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity according to the Anglo-American unit system" ; + qudt:conversionMultiplier 0.02480273239282589676290463692038496 ; + qudt:conversionMultiplierSN 2.480273239282589676290463692038496E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB435" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB435"^^xsd:anyURI ; + qudt:symbol "lbm/(ft·min)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N43" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Foot Minute" ; + rdfs:label "Pound Mass per Foot Minute"@en . + +unit:LB-PER-FT-SEC + a qudt:Unit ; + dcterms:description "\"Pound per Foot Second\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.488163943569553805774278215223097 ; + qudt:conversionMultiplierSN 1.488163943569553805774278215223097E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/(ft-s)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA675" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA675"^^xsd:anyURI ; + qudt:symbol "lbm/(ft·s)" ; + qudt:ucumCode "[lb_av].[ft_i]-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K68" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Foot Second" ; + rdfs:label "Pound Mass per Foot Second"@en . + +unit:LB-PER-FT2 + a qudt:Unit ; + dcterms:description "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.882427636383050543878865535508848 ; + qudt:conversionMultiplierSN 4.882427636383050543878865535508848E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB262" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB262"^^xsd:anyURI ; + qudt:plainTextDescription "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:symbol "lbm/ft²" ; + qudt:ucumCode "[lb_av].[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FP" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Square Foot" ; + rdfs:label "Pound Mass per Square Foot"@en . + +unit:LB-PER-FT3 + a qudt:Unit ; + dcterms:description "\"Pound per Cubic Foot\" is an Imperial unit for 'Density' expressed as $lb/ft^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 16.01846337396013957965507065455659 ; + qudt:conversionMultiplierSN 1.601846337396013957965507065455659E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/ft^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:hasReciprocalUnit unit:FT3-PER-LB ; + qudt:iec61360Code "0112/2///62720#UAA676" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA676"^^xsd:anyURI ; + qudt:symbol "lbm/ft³" ; + qudt:ucumCode "[lb_av].[ft_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "87" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Cubic Foot" ; + rdfs:label "Pound Mass per Cubic Foot"@en . + +unit:LB-PER-FT3-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the product of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 28.83323407312825124337912717820187 ; + qudt:conversionMultiplierSN 2.883323407312825124337912717820187E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA677" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA677"^^xsd:anyURI ; + qudt:symbol "lbm/(ft³·°F)" ; + qudt:ucumCode "[lb_av].[ft_i]-3.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K69" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Cubic Foot Degree Fahrenheit" ; + rdfs:label "Pound Mass per Cubic Foot Degree Fahrenheit"@en . + +unit:LB-PER-FT3-PSI + a qudt:Unit ; + dcterms:description "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.002323281689673392941113691909060521 ; + qudt:conversionMultiplierSN 2.323281689673392941113691909060521E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA678" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA678"^^xsd:anyURI ; + qudt:symbol "lbm/(ft³·psi)" ; + qudt:ucumCode "[lb_av].[ft_i]-3.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K70" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Cubic Foot Psi" ; + rdfs:label "Pound Mass per Cubic Foot Psi"@en . + +unit:LB-PER-GAL + a qudt:Unit ; + dcterms:description "\"Pound per Gallon\" is an Imperial unit for 'Density' expressed as $lb/gal$."^^qudt:LatexString ; + dcterms:isReplacedBy unit:LB-PER-GAL_IMP ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 99.7763727 ; + qudt:conversionMultiplierSN 9.97763727E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.5" ; + qudt:exactMatch unit:LB-PER-GAL_IMP ; + qudt:exactMatch unit:LB-PER-GAL_UK ; + qudt:expression "$lb/gal$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "lb/gal" ; + qudt:ucumCode "[lb_av].[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound per Gallon" ; + rdfs:label "Pound per Gallon"@en . + +unit:LB-PER-GAL_IMP + a qudt:Unit ; + dcterms:description "\"Pound per Imperial Gallon\" is an Imperial unit for 'Density' expressed as $lb/gal$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 99.77637266310169838256611725680751 ; + qudt:conversionMultiplierSN 9.977637266310169838256611725680751E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:LB-PER-GAL_UK ; + qudt:expression "$lb/gal$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_IMP ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "lbm/gal{Imp}" ; + qudt:ucumCode "[lb_av].[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Imperial Gallon" ; + rdfs:label "Pound Mass per Imperial Gallon"@en . + +unit:LB-PER-GAL_UK + a qudt:Unit ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 99.77637266310169838256611725680751 ; + qudt:conversionMultiplierSN 9.977637266310169838256611725680751E1 ; + qudt:exactMatch unit:LB-PER-GAL_IMP ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA679" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA679"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units" ; + qudt:symbol "lbm/gal{UK}" ; + qudt:ucumCode "[lb_av].[gal_br]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K71" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Gallon (UK)" ; + rdfs:label "Pound Mass per Gallon (UK)"@en . + +unit:LB-PER-GAL_US + a qudt:Unit ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 119.8264273168966285439132558055142 ; + qudt:conversionMultiplierSN 1.198264273168966285439132558055142E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA680" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA680"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units" ; + qudt:symbol "lbm/gal{US}" ; + qudt:ucumCode "[lb_av].[gal_us]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GE" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Us Gallon" ; + rdfs:label "Pound Mass per Us Gallon"@en . + +unit:LB-PER-HR + a qudt:Unit ; + dcterms:description "Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. $1 lb/h = 0.4535927 kg/h = 126.00 mg/s$. Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0001259978805555555555555555555555556 ; + qudt:conversionMultiplierSN 1.259978805555555555555555555555556E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pound_per_hour"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$PPH$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA682" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA682"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pound_per_hour?oldid=328571072"^^xsd:anyURI ; + qudt:symbol "lbm/h" ; + qudt:ucumCode "[lb_av].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4U" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Hour" ; + rdfs:label "Pound Mass per Hour"@en . + +unit:LB-PER-HR-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time hour and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.000226796185 ; + qudt:conversionMultiplierSN 2.26796185E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA683" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA683"^^xsd:anyURI ; + qudt:symbol "lbm/(h·°F)" ; + qudt:ucumCode "[lb_av].h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K73" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Hour Degree Fahrenheit" ; + rdfs:label "Pound Mass per Hour Degree Fahrenheit"@en . + +unit:LB-PER-HR-PSI + a qudt:Unit ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00000001827444755457889402712558428322733 ; + qudt:conversionMultiplierSN 1.827444755457889402712558428322733E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:ThrusterPowerToThrustEfficiency ; + qudt:iec61360Code "0112/2///62720#UAA684" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA684"^^xsd:anyURI ; + qudt:symbol "lbm/(h·psi)" ; + qudt:ucumCode "[lb_av].h-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K74" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Hour Psi" ; + rdfs:label "Pound Mass per Hour Psi"@en . + +unit:LB-PER-IN + a qudt:Unit ; + dcterms:description "\"Pound per Inch\" is an Imperial unit for 'Mass Per Length' expressed as $lb/in$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 17.85796732283464566929133858267716 ; + qudt:conversionMultiplierSN 1.785796732283464566929133858267716E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB071" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB071"^^xsd:anyURI ; + qudt:symbol "lbm/in" ; + qudt:ucumCode "[lb_av].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "PO" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Inch" ; + rdfs:label "Pound Mass per Inch"@en . + +unit:LB-PER-IN2 + a qudt:Unit ; + dcterms:description "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 703.0695796391592783185566371132742 ; + qudt:conversionMultiplierSN 7.030695796391592783185566371132742E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAB137" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB137"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units" ; + qudt:symbol "lbm/in²" ; + qudt:ucumCode "[lb_av].[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "80" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Square Inch" ; + rdfs:label "Pound Mass per Square Inch"@en . + +unit:LB-PER-IN3 + a qudt:Unit ; + dcterms:description "\"Pound per Cubic Inch\" is an Imperial unit for 'Density' expressed as $lb/in^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 27679.90471020312119364396209107379 ; + qudt:conversionMultiplierSN 2.767990471020312119364396209107379E4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/in^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:hasReciprocalUnit unit:IN3-PER-LB ; + qudt:iec61360Code "0112/2///62720#UAA685" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA685"^^xsd:anyURI ; + qudt:symbol "lbm/in³" ; + qudt:ucumCode "[lb_av].[in_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Cubic Inch" ; + rdfs:label "Pound Mass per Cubic Inch"@en . + +unit:LB-PER-IN3-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the product of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 49823.82847836561814855913176393282 ; + qudt:conversionMultiplierSN 4.982382847836561814855913176393282E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA686" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA686"^^xsd:anyURI ; + qudt:symbol "lbm/(in³·°F)" ; + qudt:ucumCode "[lb_av].[in_i]-3.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K75" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Cubic Inch Degree Fahrenheit" ; + rdfs:label "Pound Mass per Cubic Inch Degree Fahrenheit"@en . + +unit:LB-PER-IN3-PSI + a qudt:Unit ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the power of the unit inch with the exponent 3 according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 4.01463075975562300224445961885658 ; + qudt:conversionMultiplierSN 4.01463075975562300224445961885658E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA687" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA687"^^xsd:anyURI ; + qudt:symbol "lbm/(in³·psi)" ; + qudt:ucumCode "[lb_av].[in_i]-3.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K76" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Cubic Inch Psi" ; + rdfs:label "Pound Mass per Cubic Inch Psi"@en . + +unit:LB-PER-LB + a qudt:Unit ; + dcterms:description "proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system" ; + qudt:conversionMultiplier 0.9999999999999999999999999999999998 ; + qudt:conversionMultiplierSN 9.999999999999999999999999999999998E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAB388" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB388"^^xsd:anyURI ; + qudt:symbol "lbm/lbm" ; + qudt:ucumCode "[lb_av].[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M91" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Pound Mass" ; + rdfs:label "Pound Mass per Pound Mass"@en . + +unit:LB-PER-M3 + a qudt:Unit ; + dcterms:description "\"Pound per Cubic Meter\" is a unit for 'Density' expressed as $lb/m^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:expression "$lb/m^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "lbm/m³" ; + qudt:ucumCode "[lb_av].m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Cubic Meter"@en-US ; + rdfs:label "Pound Mass per Cubic Metre" ; + rdfs:label "Pound Mass per Cubic Metre"@en . + +unit:LB-PER-MIN + a qudt:Unit ; + dcterms:description "\"Pound per Minute\" is an Imperial unit for 'Mass Per Time' expressed as $lb/min$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.007559872833333333333333333333333335 ; + qudt:conversionMultiplierSN 7.559872833333333333333333333333335E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA689" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA689"^^xsd:anyURI ; + qudt:symbol "lbm/min" ; + qudt:ucumCode "[lb_av].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K78" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Minute" ; + rdfs:label "Pound Mass per Minute"@en . + +unit:LB-PER-MIN-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time minute and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.0136077711 ; + qudt:conversionMultiplierSN 1.36077711E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA690" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA690"^^xsd:anyURI ; + qudt:symbol "lbm/(min·°F)" ; + qudt:ucumCode "[lb_av].min-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K79" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Minute Degree Fahrenheit" ; + rdfs:label "Pound Mass per Minute Degree Fahrenheit"@en . + +unit:LB-PER-MIN-PSI + a qudt:Unit ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units and the unit minute for time divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00000109646685327473364162753505699364 ; + qudt:conversionMultiplierSN 1.09646685327473364162753505699364E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:ThrusterPowerToThrustEfficiency ; + qudt:iec61360Code "0112/2///62720#UAA691" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA691"^^xsd:anyURI ; + qudt:symbol "lbm/(min·psi)" ; + qudt:ucumCode "[lb_av].min-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K80" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Minute Psi" ; + rdfs:label "Pound Mass per Minute Psi"@en . + +unit:LB-PER-PSI + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00006578801119648401849765210341961838 ; + qudt:conversionMultiplierSN 6.578801119648401849765210341961838E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA688" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA688"^^xsd:anyURI ; + qudt:symbol "lbm/psi" ; + qudt:ucumCode "[lb_av].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K77" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Psi" ; + rdfs:label "Pound Mass per Psi"@en . + +unit:LB-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA692" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA692"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second" ; + qudt:symbol "lbm/s" ; + qudt:ucumCode "[lb_av].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K81" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Second" ; + rdfs:label "Pound Mass per Second"@en . + +unit:LB-PER-SEC-DEG_F + a qudt:Unit ; + dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.816466266 ; + qudt:conversionMultiplierSN 8.16466266E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA693" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA693"^^xsd:anyURI ; + qudt:symbol "lbm/(s·°F)" ; + qudt:ucumCode "[lb_av].s-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K82" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Second Degree Fahrenheit" ; + rdfs:label "Pound Mass per Second Degree Fahrenheit"@en . + +unit:LB-PER-SEC-PSI + a qudt:Unit ; + dcterms:description "quotient of the traditional unit avoirdupois pound for mass according the avoirdupois system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00006578801119648401849765210341961838 ; + qudt:conversionMultiplierSN 6.578801119648401849765210341961838E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:ThrusterPowerToThrustEfficiency ; + qudt:iec61360Code "0112/2///62720#UAA694" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA694"^^xsd:anyURI ; + qudt:symbol "lbm/(s·psi)" ; + qudt:ucumCode "[lb_av].s-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K83" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Second Psi" ; + rdfs:label "Pound Mass per Second Psi"@en . + +unit:LB-PER-YD + a qudt:Unit ; + dcterms:description "unit for linear mass according to avoirdupois system of units" ; + qudt:conversionMultiplier 0.496054647856517935258092738407699 ; + qudt:conversionMultiplierSN 4.96054647856517935258092738407699E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:LinearMass ; + qudt:iec61360Code "0112/2///62720#UAB245" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB245"^^xsd:anyURI ; + qudt:symbol "lbm/yd" ; + qudt:ucumCode "[lb_av].[yd_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M84" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Yard" ; + rdfs:label "Pound Mass per Yard"@en . + +unit:LB-PER-YD2 + a qudt:Unit ; + dcterms:description "unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2" ; + qudt:conversionMultiplier 0.5424919595981167270976517261676497 ; + qudt:conversionMultiplierSN 5.424919595981167270976517261676497E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:BodyMassIndex ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAB390" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB390"^^xsd:anyURI ; + qudt:symbol "lbm/yd²" ; + qudt:ucumCode "[lb_av].[yd_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N25" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Square Yard" ; + rdfs:label "Pound Mass per Square Yard"@en . + +unit:LB-PER-YD3 + a qudt:Unit ; + dcterms:description "\"Pound per Cubic Yard\" is an Imperial unit for 'Density' expressed as $lb/yd^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5932764212577829473946322464650587 ; + qudt:conversionMultiplierSN 5.932764212577829473946322464650587E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lb/yd^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA695" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA695"^^xsd:anyURI ; + qudt:symbol "lbm/yd³" ; + qudt:ucumCode "[lb_av].[yd_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K84" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass per Cubic Yard" ; + rdfs:label "Pound Mass per Cubic Yard"@en . + +unit:LB-SEC-PER-FT3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit SI base unit second" ; + qudt:conversionMultiplier 3523.56934727648145541664829657059 ; + qudt:conversionMultiplierSN 3.52356934727648145541664829657059E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD804" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD804"^^xsd:anyURI ; + qudt:symbol "lbm·s/(ft³·gal{UK})" ; + qudt:ucumCode "[lb_av].s.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Cubic Foot Gallon (UK)" ; + rdfs:label "Pound Mass Second per Cubic Foot Gallon (UK)"@en . + +unit:LB-SEC-PER-FT3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ; + qudt:conversionMultiplier 4231.630345122880713168686710718126 ; + qudt:conversionMultiplierSN 4.231630345122880713168686710718126E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD803" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD803"^^xsd:anyURI ; + qudt:symbol "lbm·s/(ft³·gal{US})" ; + qudt:ucumCode "[lb_av].s.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Cubic Foot Us Gallon" ; + rdfs:label "Pound Mass Second per Cubic Foot Us Gallon"@en . + +unit:LB-SEC-PER-FT3-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 977506.609723385444741966630175887 ; + qudt:conversionMultiplierSN 9.77506609723385444741966630175887E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD805" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD805"^^xsd:anyURI ; + qudt:symbol "lbm·s/(ft³·in³)" ; + qudt:ucumCode "[lb_av].s.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Cubic Foot Cubic Inch" ; + rdfs:label "Pound Mass Second per Cubic Foot Cubic Inch"@en . + +unit:LB-SEC-PER-FT3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 20.95135909043607348983981974828289 ; + qudt:conversionMultiplierSN 2.095135909043607348983981974828289E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD807" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD807"^^xsd:anyURI ; + qudt:symbol "lbm·s/(ft³·yd³)" ; + qudt:ucumCode "[lb_av].s.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Cubic Foot Cubic Yard" ; + rdfs:label "Pound Mass Second per Cubic Foot Cubic Yard"@en . + +unit:LB-SEC-PER-FT6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 565.6866954417739842256751332036382 ; + qudt:conversionMultiplierSN 5.656866954417739842256751332036382E2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD806" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD806"^^xsd:anyURI ; + qudt:symbol "lbm·s/ft⁶" ; + qudt:ucumCode "[lb_av].s.[ft_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Sextic Foot" ; + rdfs:label "Pound Mass Second per Sextic Foot"@en . + +unit:LB-SEC-PER-GAL_UK-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 3523.56934727648145541664829657059 ; + qudt:conversionMultiplierSN 3.52356934727648145541664829657059E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD821" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD821"^^xsd:anyURI ; + qudt:symbol "lbm·s/(gal{UK}·ft³)" ; + qudt:ucumCode "[lb_av].s.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Gallon (UK) Cubic Foot" ; + rdfs:label "Pound Mass Second per Gallon (UK) Cubic Foot"@en . + +unit:LB-SEC-PER-GAL_UK-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 6088727.832093759954959968256473979 ; + qudt:conversionMultiplierSN 6.088727832093759954959968256473979E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD820" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD820"^^xsd:anyURI ; + qudt:symbol "lbm·s/(gal{UK}·in³)" ; + qudt:ucumCode "[lb_av].s.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Gallon (UK) Cubic Inch" ; + rdfs:label "Pound Mass Second per Gallon (UK) Cubic Inch"@en . + +unit:LB-SEC-PER-GAL_UK-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 130.5025684176474613117277146877996 ; + qudt:conversionMultiplierSN 1.305025684176474613117277146877996E2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD822" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD822"^^xsd:anyURI ; + qudt:symbol "lbm·s/(gal{UK}·yd³)" ; + qudt:ucumCode "[lb_av].s.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Gallon (UK) Cubic Yard" ; + rdfs:label "Pound Mass Second per Gallon (UK) Cubic Yard"@en . + +unit:LB-SEC-PER-GAL_UK2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per SI base unit second" ; + qudt:conversionMultiplier 21947.73369271213248804271742460169 ; + qudt:conversionMultiplierSN 2.194773369271213248804271742460169E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD819" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD819"^^xsd:anyURI ; + qudt:symbol "lbm·s/gal{UK}²" ; + qudt:ucumCode "[lb_av].s.[gal_br]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Square Gallon (UK)" ; + rdfs:label "Pound Mass Second per Square Gallon (UK)"@en . + +unit:LB-SEC-PER-GAL_US-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 4231.630345122880713168686710718126 ; + qudt:conversionMultiplierSN 4.231630345122880713168686710718126E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD816" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD816"^^xsd:anyURI ; + qudt:symbol "lbm·s/(gal{US}·ft³)" ; + qudt:ucumCode "[lb_av].s.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Us Gallon Cubic Foot" ; + rdfs:label "Pound Mass Second per Us Gallon Cubic Foot"@en . + +unit:LB-SEC-PER-GAL_US-IN3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 7312257.23637233787235549063612092 ; + qudt:conversionMultiplierSN 7.31225723637233787235549063612092E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD815" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD815"^^xsd:anyURI ; + qudt:symbol "lbm·s/(gal{US}·in³)" ; + qudt:ucumCode "[lb_av].s.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Us Gallon Cubic Inch" ; + rdfs:label "Pound Mass Second per Us Gallon Cubic Inch"@en . + +unit:LB-SEC-PER-GAL_US-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 156.7270498193659523395809892858564 ; + qudt:conversionMultiplierSN 1.567270498193659523395809892858564E2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD817" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD817"^^xsd:anyURI ; + qudt:symbol "lbm·s/(gal{US}·yd³)" ; + qudt:ucumCode "[lb_av].s.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Us Gallon Cubic Yard" ; + rdfs:label "Pound Mass Second per Us Gallon Cubic Yard"@en . + +unit:LB-SEC-PER-GAL_US2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ; + qudt:conversionMultiplier 31654.79323104908169850861747238494 ; + qudt:conversionMultiplierSN 3.165479323104908169850861747238494E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD813" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD813"^^xsd:anyURI ; + qudt:symbol "lbm·s/gal{US}²" ; + qudt:ucumCode "[lb_av].s.[gal_us]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Square Us Gallon" ; + rdfs:label "Pound Mass Second per Square Us Gallon"@en . + +unit:LB-SEC-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 977506.609723385444741966630175887 ; + qudt:conversionMultiplierSN 9.77506609723385444741966630175887E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD811" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD811"^^xsd:anyURI ; + qudt:symbol "lbm·s/(in³·ft³)" ; + qudt:ucumCode "[lb_av].s.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Cubic Inch Cubic Foot" ; + rdfs:label "Pound Mass Second per Cubic Inch Cubic Foot"@en . + +unit:LB-SEC-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second" ; + qudt:conversionMultiplier 6088727.832093759954959968256473979 ; + qudt:conversionMultiplierSN 6.088727832093759954959968256473979E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD809" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD809"^^xsd:anyURI ; + qudt:symbol "lbm·s/(in³·gal{UK})" ; + qudt:ucumCode "[lb_av].s.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Cubic Inch Gallon (UK)" ; + rdfs:label "Pound Mass Second per Cubic Inch Gallon (UK)"@en . + +unit:LB-SEC-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ; + qudt:conversionMultiplier 7312257.23637233787235549063612092 ; + qudt:conversionMultiplierSN 7.31225723637233787235549063612092E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD808" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD808"^^xsd:anyURI ; + qudt:symbol "lbm·s/(in³·gal{US})" ; + qudt:ucumCode "[lb_av].s.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Cubic Inch Us Gallon" ; + rdfs:label "Pound Mass Second per Cubic Inch Us Gallon"@en . + +unit:LB-SEC-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 36203.94850827353499044320852503284 ; + qudt:conversionMultiplierSN 3.620394850827353499044320852503284E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD812" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD812"^^xsd:anyURI ; + qudt:symbol "lbm·s/(in³·yd³)" ; + qudt:ucumCode "[lb_av].s.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Cubic Inch Cubic Yard" ; + rdfs:label "Pound Mass Second per Cubic Inch Cubic Yard"@en . + +unit:LB-SEC-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1689131421.602010048514118336943933 ; + qudt:conversionMultiplierSN 1.689131421602010048514118336943933E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD810" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD810"^^xsd:anyURI ; + qudt:symbol "lbm·s/in⁶" ; + qudt:ucumCode "[lb_av].s.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass Second per Sextic Inch" ; + rdfs:label "Pound Mass Second per Sextic Inch"@en . + +unit:LB_F + a qudt:Unit ; + dcterms:description "\"Pound Force\" is an Imperial unit for 'Force' expressed as $lbf$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4.448221615260499999999999999999998 ; + qudt:conversionMultiplierSN 4.448221615260499999999999999999998E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA696" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA696"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ; + qudt:symbol "lbf" ; + qudt:ucumCode "[lbf_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "lbf" ; + qudt:uneceCommonCode "C78" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force" ; + rdfs:label "Pound Force"@en . + +unit:LB_F-FT + a qudt:Unit ; + dcterms:description "\"Pound Force Foot\" is an Imperial unit for 'Torque' expressed as $lbf-ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.355817948331400399999999999999999 ; + qudt:conversionMultiplierSN 1.355817948331400399999999999999999E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf-ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA697" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA697"^^xsd:anyURI ; + qudt:symbol "lbf·ft" ; + qudt:ucumCode "[lbf_av].[ft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M92" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Foot" ; + rdfs:label "Pound Force Foot"@en . + +unit:LB_F-FT-PER-IN + a qudt:Unit ; + dcterms:description "unit for length-related rotational moment according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 53.37865938312599999999999999999997 ; + qudt:conversionMultiplierSN 5.337865938312599999999999999999997E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:LinearTorque ; + qudt:iec61360Code "0112/2///62720#UAB292" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB292"^^xsd:anyURI ; + qudt:symbol "lbf·ft/in" ; + qudt:ucumCode "[lbf_av].[ft_i].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P89" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Foot per Inch" ; + rdfs:label "Pound Force Foot per Inch"@en . + +unit:LB_F-IN + a qudt:Unit ; + dcterms:description "\"Pound Force Inch\" is an Imperial unit for 'Torque' expressed as $lbf-in$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1129848290276166999999999999999999 ; + qudt:conversionMultiplierSN 1.129848290276166999999999999999999E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf-in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA699" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA699"^^xsd:anyURI ; + qudt:symbol "lbf·in" ; + qudt:ucumCode "[lbf_av].[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F21" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Inch" ; + rdfs:label "Pound Force Inch"@en . + +unit:LB_F-IN-PER-IN + a qudt:Unit ; + dcterms:description "unit for length-related rotational moment according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 4.448221615260499999999999999999998 ; + qudt:conversionMultiplierSN 4.448221615260499999999999999999998E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:LinearTorque ; + qudt:iec61360Code "0112/2///62720#UAB293" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB293"^^xsd:anyURI ; + qudt:symbol "lbf·in/in" ; + qudt:ucumCode "[lbf_av].[in_i].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P90" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Inch per Inch" ; + rdfs:label "Pound Force Inch per Inch"@en . + +unit:LB_F-PER-FT + a qudt:Unit ; + dcterms:description "\"Pound Force per Foot\" is an Imperial unit for 'Force Per Length' expressed as $lbf/ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 14.59390293720636482939632545931758 ; + qudt:conversionMultiplierSN 1.459390293720636482939632545931758E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf/ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:symbol "lbf/ft" ; + qudt:ucumCode "[lbf_av].[ft_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Foot" ; + rdfs:label "Pound Force per Foot"@en . + +unit:LB_F-PER-FT2 + a qudt:Unit ; + dcterms:description "Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 47.88025898033584261612967670379783 ; + qudt:conversionMultiplierSN 4.788025898033584261612967670379783E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA698" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA698"^^xsd:anyURI ; + qudt:symbol "lbf/ft²" ; + qudt:ucumCode "[lbf_av].[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K85" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Square Foot" ; + rdfs:label "Pound Force per Square Foot"@en . + +unit:LB_F-PER-IN + a qudt:Unit ; + dcterms:description "\"Pound Force per Inch\" is an Imperial unit for 'Force Per Length' expressed as $lbf/in$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 175.1268352464763779527559055118109 ; + qudt:conversionMultiplierSN 1.751268352464763779527559055118109E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf/in$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA700" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA700"^^xsd:anyURI ; + qudt:symbol "lbf/in" ; + qudt:ucumCode "[lbf_av].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F48" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Inch" ; + rdfs:label "Pound Force per Inch"@en . + +unit:LB_F-PER-IN2 + a qudt:Unit ; + dcterms:description "\"Pound Force per Square Inch\" is an Imperial unit for 'Force Per Area' expressed as $psia$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894.757293168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pounds_per_square_inch"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:PSI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA701" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA701"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341"^^xsd:anyURI ; + qudt:symbol "lbf/in²" ; + qudt:ucumCode "[lbf_av].[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "PS" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Square Inch" ; + rdfs:label "Pound Force per Square Inch"@en . + +unit:LB_F-PER-IN2-DEG_F + a qudt:Unit ; + dcterms:description "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 12410.5631277030504061008122016244 ; + qudt:conversionMultiplierSN 1.24105631277030504061008122016244E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAA702" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA702"^^xsd:anyURI ; + qudt:plainTextDescription "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature" ; + qudt:symbol "lbf/(in²·°F)" ; + qudt:ucumCode "[lbf_av].[in_i]-2.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K86" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Square Inch Degree Fahrenheit" ; + rdfs:label "Pound Force per Square Inch Degree Fahrenheit"@en . + +unit:LB_F-PER-IN2-SEC + a qudt:Unit ; + dcterms:description "\"Pound Force per Square Inch Second\" is a unit for 'Force Per Area Time' expressed as $lbf / in^{2}-s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894.757293168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E3 ; + qudt:expression "$lbf / in^{2}-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "lbf/(in²·s)" ; + qudt:ucumCode "[lbf_av].[in_i]-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Square Inch Second" ; + rdfs:label "Pound Force per Square Inch Second"@en . + +unit:LB_F-PER-LB + a qudt:Unit ; + dcterms:description "\"Pound Force per Pound\" is an Imperial unit for 'Thrust To Mass Ratio' expressed as $lbf/lb$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 9.806649999999999999999999999999994 ; + qudt:conversionMultiplierSN 9.806649999999999999999999999999994E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf/lb$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:ThrustToMassRatio ; + qudt:symbol "lbf/lbm" ; + qudt:ucumCode "[lbf_av].[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Pound Mass" ; + rdfs:label "Pound Force per Pound Mass"@en . + +unit:LB_F-PER-YD + a qudt:Unit ; + dcterms:description "unit of force per unit length based on the Anglo-American system of units" ; + qudt:conversionMultiplier 4.864634312402121609798775153105859 ; + qudt:conversionMultiplierSN 4.864634312402121609798775153105859E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB454" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB454"^^xsd:anyURI ; + qudt:symbol "lbf/yd" ; + qudt:ucumCode "[lbf_av].[yd_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N33" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force per Yard" ; + rdfs:label "Pound Force per Yard"@en . + +unit:LB_F-SEC-PER-FT2 + a qudt:Unit ; + dcterms:description "\"Pound Force Second per Square Foot\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 47.88025898033584261612967670379783 ; + qudt:conversionMultiplierSN 4.788025898033584261612967670379783E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf-s/ft^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA707" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA707"^^xsd:anyURI ; + qudt:symbol "lbf·s/ft²" ; + qudt:ucumCode "[lbf_av].s.[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K91" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Second per Square Foot" ; + rdfs:label "Pound Force Second per Square Foot"@en . + +unit:LB_F-SEC-PER-IN2 + a qudt:Unit ; + dcterms:description "\"Pound Force Second per Square Inch\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/in^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894.757293168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$lbf-s/in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA708" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA708"^^xsd:anyURI ; + qudt:symbol "lbf·s/in²" ; + qudt:ucumCode "[lbf_av].s.[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K92" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Force Second per Square Inch" ; + rdfs:label "Pound Force Second per Square Inch"@en . + +unit:LB_M + a qudt:Unit ; + dcterms:description "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:LB ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "lbm" ; + qudt:ucumCode "[lb_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "lb" ; + qudt:uneceCommonCode "LBR" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mass" ; + rdfs:label "Pound Mass"@en . + +unit:LB_T + a qudt:Unit ; + dcterms:description "An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.3732417216 ; + qudt:conversionMultiplierSN 3.732417216E-1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB197" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB197"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "lbt" ; + qudt:ucumCode "[lb_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LBT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pound Troy" ; + rdfs:label "Pound Troy"@en . + +unit:LM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\\cdot\\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\\cdot 4 \\pi sr = 4 \\pi cd \\cdot sr \\approx 12.57 \\; \\text{lumens}$. \"Lumen\" is a Latin word for light."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lumen"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CD ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousFlux ; + qudt:iec61360Code "0112/2///62720#UAA718" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA718"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lumen_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:lumen ; + qudt:siUnitsExpression "cd.sr" ; + qudt:symbol "lm" ; + qudt:ucumCode "lm"^^qudt:UCUMcs ; + qudt:udunitsCode "LM" ; + qudt:uneceCommonCode "LUM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lumen" ; + rdfs:label "Lumen"@cs ; + rdfs:label "Lumen"@de ; + rdfs:label "Lumen"@en ; + rdfs:label "Lumen"@es ; + rdfs:label "Lumen"@fr ; + rdfs:label "Lumen"@hu ; + rdfs:label "Lumen"@it ; + rdfs:label "Lumen"@la ; + rdfs:label "Lumen"@ms ; + rdfs:label "Lumen"@pl ; + rdfs:label "Lumen"@pt ; + rdfs:label "Lumen"@ro ; + rdfs:label "Lumen"@sl ; + rdfs:label "Lümen"@tr ; + rdfs:label "Λούμεν"@el ; + rdfs:label "Лумен"@bg ; + rdfs:label "Лумен"@ru ; + rdfs:label "לומן"@he ; + rdfs:label "لومن"@ar ; + rdfs:label "لومن"@fa ; + rdfs:label "ल्यूमैन"@hi ; + rdfs:label "ルーメン"@ja ; + rdfs:label "流明"@zh . + +unit:LM-HR + a qudt:Unit ; + dcterms:description "product of the SI derived unit lumen and the unit hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LM ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousEnergy ; + qudt:iec61360Code "0112/2///62720#UAA720" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA720"^^xsd:anyURI ; + qudt:symbol "lm·h" ; + qudt:ucumCode "lm.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B59" ; + rdfs:isDefinedBy ; + rdfs:label "Lumen Hour" ; + rdfs:label "Lumen Hour"@en . + +unit:LM-PER-FT2 + a qudt:Unit ; + dcterms:description "SI derived unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:conversionMultiplier 10.7639104167097223083335055559 ; + qudt:conversionMultiplierSN 1.07639104167097223083335055559E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LM ; + ] ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB254" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB254"^^xsd:anyURI ; + qudt:symbol "lm/ft²" ; + qudt:ucumCode "lm.[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P25" ; + rdfs:isDefinedBy ; + rdfs:label "Lumen per Square Foot" ; + rdfs:label "Lumen per Square Foot"@en . + +unit:LM-PER-M2 + a qudt:Unit ; + dcterms:description "SI derived unit lumen divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LM ; + ] ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAA721" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA721"^^xsd:anyURI ; + qudt:symbol "lm/m²" ; + qudt:ucumCode "lm.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B60" ; + rdfs:isDefinedBy ; + rdfs:label "Lumen na Kvadratni Meter"@sl ; + rdfs:label "Lumen na Metr Kwadratowy"@pl ; + rdfs:label "Lumen na Čtvereční Metr"@cs ; + rdfs:label "Lumen par Mètre Carré"@fr ; + rdfs:label "Lumen pe Metru Pătrat"@ro ; + rdfs:label "Lumen per Meter Persegi"@ms ; + rdfs:label "Lumen per Metro Quadrato"@it ; + rdfs:label "Lumen per Metrum Quadratum"@la ; + rdfs:label "Lumen per Square Meter"@en-US ; + rdfs:label "Lumen per Square Metre" ; + rdfs:label "Lumen per Square Metre"@en ; + rdfs:label "Lumen por Metro Cuadrado"@es ; + rdfs:label "Lumen por Metro Quadrado"@pt ; + rdfs:label "Lumen pro Quadratmeter"@de ; + rdfs:label "Lümen per Metrekare"@tr ; + rdfs:label "Λούμεν ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Лумен на Квадратен Метър"@bg ; + rdfs:label "Лумен на Квадратный Метр"@ru . + +unit:LM-PER-W + a qudt:Unit ; + dcterms:description "A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$lm-per-w$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousEfficacy ; + qudt:iec61360Code "0112/2///62720#UAA719" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA719"^^xsd:anyURI ; + qudt:symbol "lm/W" ; + qudt:ucumCode "lm.W-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B61" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lumen na Wat"@pl ; + rdfs:label "Lumen na Watt"@cs ; + rdfs:label "Lumen na Watt"@sl ; + rdfs:label "Lumen par Watt"@fr ; + rdfs:label "Lumen pe Watt"@ro ; + rdfs:label "Lumen per Watt" ; + rdfs:label "Lumen per Watt"@en ; + rdfs:label "Lumen per Watt"@it ; + rdfs:label "Lumen per Watt"@ms ; + rdfs:label "Lumen per Wattium"@la ; + rdfs:label "Lumen por Vatio"@es ; + rdfs:label "Lumen por Watt"@pt ; + rdfs:label "Lumen pro Watt"@de ; + rdfs:label "Lümen per Watt"@tr ; + rdfs:label "Λούμεν ανά Βατ"@el ; + rdfs:label "Лумен на Ват"@bg ; + rdfs:label "Лумен на Ватт"@ru . + +unit:LM-SEC + a qudt:Unit ; + dcterms:description "In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$lm s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LM ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousEnergy ; + qudt:iec61360Code "0112/2///62720#UAA722" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA722"^^xsd:anyURI ; + qudt:symbol "lm·s" ; + qudt:ucumCode "lm.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B62" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lumen Saat"@ms ; + rdfs:label "Lumen Second" ; + rdfs:label "Lumen Second"@en ; + rdfs:label "Lumen Seconde"@fr ; + rdfs:label "Lumen Secondo"@it ; + rdfs:label "Lumen Secundum"@la ; + rdfs:label "Lumen Secundă"@ro ; + rdfs:label "Lumen Segundo"@es ; + rdfs:label "Lumen Segundo"@pt ; + rdfs:label "Lumen Sekunda"@cs ; + rdfs:label "Lumen Sekunda"@pl ; + rdfs:label "Lumen Sekunda"@sl ; + rdfs:label "Lumen Sekunde"@de ; + rdfs:label "Lümen Saniye"@tr ; + rdfs:label "Λούμεν Δευτερόλεπτο"@el ; + rdfs:label "Лумен Секунда"@bg ; + rdfs:label "Лумен Секунда"@ru ; + skos:altLabel "lumberg" ; + skos:altLabel "talbot" . + +unit:LUX + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousFluxPerArea ; + qudt:iec61360Code "0112/2///62720#UAA723" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA723"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:lux ; + qudt:siUnitsExpression "lm/m^2" ; + qudt:symbol "lx" ; + qudt:ucumCode "lx"^^qudt:UCUMcs ; + qudt:udunitsCode "lx" ; + qudt:uneceCommonCode "LUX" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Luks"@pl ; + rdfs:label "Luks"@sl ; + rdfs:label "Lux" ; + rdfs:label "Lux"@cs ; + rdfs:label "Lux"@de ; + rdfs:label "Lux"@el ; + rdfs:label "Lux"@en ; + rdfs:label "Lux"@es ; + rdfs:label "Lux"@fr ; + rdfs:label "Lux"@hu ; + rdfs:label "Lux"@it ; + rdfs:label "Lux"@ms ; + rdfs:label "Lux"@pt ; + rdfs:label "Lux"@ro ; + rdfs:label "Lüks"@tr ; + rdfs:label "Лукс"@bg ; + rdfs:label "Люкс"@ru ; + rdfs:label "לוקס"@he ; + rdfs:label "لكس"@ar ; + rdfs:label "لوکس"@fa ; + rdfs:label "लक्स"@hi ; + rdfs:label "ルクス"@ja ; + rdfs:label "勒克斯"@zh . + +unit:LUX-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ; + qudt:expression "$lx h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LUX ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousExposure ; + qudt:iec61360Code "0112/2///62720#UAA724" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA724"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; + qudt:siUnitsExpression "lm-h/m^2" ; + qudt:symbol "lx·h" ; + qudt:ucumCode "lx.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B63" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Lux Hour" ; + rdfs:label "Lux Hour"@en . + +unit:LUX-SEC + a qudt:Unit ; + dcterms:description "product of the SI derived unit lux and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LUX ; + ] ; + qudt:hasQuantityKind quantitykind:LuminousExposure ; + qudt:iec61360Code "0112/2///62720#UAA725" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA725"^^xsd:anyURI ; + qudt:symbol "lx·s" ; + qudt:ucumCode "lx.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B64" ; + rdfs:isDefinedBy ; + rdfs:label "Luks Sekunda"@pl ; + rdfs:label "Luks Sekunda"@sl ; + rdfs:label "Lux Saat"@ms ; + rdfs:label "Lux Second" ; + rdfs:label "Lux Second"@en ; + rdfs:label "Lux Seconde"@fr ; + rdfs:label "Lux Secondo"@it ; + rdfs:label "Lux Secundă"@ro ; + rdfs:label "Lux Segundo"@es ; + rdfs:label "Lux Segundo"@pt ; + rdfs:label "Lux Sekunda"@cs ; + rdfs:label "Lux Sekunde"@de ; + rdfs:label "Lux Δευτερόλεπτο"@el ; + rdfs:label "Lüks Saniye"@tr ; + rdfs:label "Лукс Секунда"@bg ; + rdfs:label "Люкс Секунда"@ru . + +unit:LY + a qudt:Unit ; + dcterms:description "A unit of length defining the distance, in meters, that light travels in a vacuum in one year."^^rdf:HTML ; + qudt:conversionMultiplier 9460730472580800.0 ; + qudt:conversionMultiplierSN 9.4607304725808E15 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Light-year"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB069" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB069"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Light-year?oldid=495083584"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M ; + qudt:symbol "ly" ; + qudt:ucumCode "[ly]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B57" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Light Year" ; + rdfs:label "Light Year"@en . + +unit:LunarMass + a qudt:Unit ; + qudt:conversionMultiplier 73460000000000000000000.0 ; + qudt:conversionMultiplierSN 7.346E22 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Moon"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Moon?oldid=494566371"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "M☾" ; + rdfs:isDefinedBy ; + rdfs:label "Lunar Mass" ; + rdfs:label "Lunar Mass"@en . + +unit:M + a qudt:Unit ; + dcterms:description "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, $c$, is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Metre"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElevationRelativeToNAP ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA726" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA726"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Metre?oldid=495145797"^^xsd:anyURI ; + qudt:omUnit ; + qudt:plainTextDescription "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." ; + qudt:siExactMatch si-unit:metre ; + qudt:symbol "m" ; + qudt:ucumCode "m"^^qudt:UCUMcs ; + qudt:udunitsCode "m" ; + qudt:uneceCommonCode "MTR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter"@de ; + rdfs:label "Meter"@en-US ; + rdfs:label "Meter"@ms ; + rdfs:label "Meter"@sl ; + rdfs:label "Metr"@cs ; + rdfs:label "Metr"@pl ; + rdfs:label "Metre" ; + rdfs:label "Metre"@en ; + rdfs:label "Metre"@tr ; + rdfs:label "Metro"@es ; + rdfs:label "Metro"@it ; + rdfs:label "Metro"@pt ; + rdfs:label "Metru"@ro ; + rdfs:label "Metrum"@la ; + rdfs:label "Mètre"@fr ; + rdfs:label "Méter"@hu ; + rdfs:label "Μέτρο"@el ; + rdfs:label "Метр"@ru ; + rdfs:label "Метър"@bg ; + rdfs:label "מטר"@he ; + rdfs:label "متر"@ar ; + rdfs:label "متر"@fa ; + rdfs:label "मीटर"@hi ; + rdfs:label "メートル"@ja ; + rdfs:label "米"@zh . + +unit:M-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Meter Kelvin}$ is a unit for 'Length Temperature' expressed as $m K$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LengthTemperature ; + qudt:hasReciprocalUnit unit:PER-M-K ; + qudt:iec61360Code "0112/2///62720#UAB170" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB170"^^xsd:anyURI ; + qudt:symbol "m·K" ; + qudt:ucumCode "m.K"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D18" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter Kelvin"@de ; + rdfs:label "Meter Kelvin"@en-US ; + rdfs:label "Meter Kelvin"@ms ; + rdfs:label "Meter Kelvin"@sl ; + rdfs:label "Metr Kelvin"@cs ; + rdfs:label "Metr Kelwin"@pl ; + rdfs:label "Metre Kelvin" ; + rdfs:label "Metre Kelvin"@en ; + rdfs:label "Metre Kelvin"@tr ; + rdfs:label "Metro Kelvin"@es ; + rdfs:label "Metro Kelvin"@it ; + rdfs:label "Metro Kelvin"@pt ; + rdfs:label "Metru Kelvin"@ro ; + rdfs:label "Metrum Kelvin"@la ; + rdfs:label "Mètre Kelvin"@fr ; + rdfs:label "Μέτρο Κέλβιν"@el ; + rdfs:label "Метр Кельвин"@ru ; + rdfs:label "Метър Келвин"@bg ; + rdfs:label "متر کلوین"@fa ; + rdfs:label "米开尔文"@zh . + +unit:M-K-PER-W + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m/W$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$K-m/W$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalResistivity ; + qudt:hasReciprocalUnit unit:W-PER-M-K ; + qudt:symbol "m·K/W" ; + qudt:ucumCode "m.K.W-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H35" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter Kelvin na Watt"@sl ; + rdfs:label "Meter Kelvin per Watt"@en-US ; + rdfs:label "Meter Kelvin per Watt"@ms ; + rdfs:label "Meter Kelvin pro Watt"@de ; + rdfs:label "Metr Kelvin na Watt"@cs ; + rdfs:label "Metr Kelwin na Wat"@pl ; + rdfs:label "Metre Kelvin per Watt" ; + rdfs:label "Metre Kelvin per Watt"@en ; + rdfs:label "Metre Kelvin per Watt"@tr ; + rdfs:label "Metro Kelvin per Watt"@it ; + rdfs:label "Metro Kelvin por Vatio"@es ; + rdfs:label "Metro Kelvin por Watt"@pt ; + rdfs:label "Metru Kelvin pe Watt"@ro ; + rdfs:label "Metrum Kelvin per Wattium"@la ; + rdfs:label "Mètre Kelvin par Watt"@fr ; + rdfs:label "Μέτρο Κέλβιν ανά Βατ"@el ; + rdfs:label "Метр Кельвин на Ватт"@ru ; + rdfs:label "Метър Келвин на Ват"@bg . + +unit:M-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "product of SI base units metre and kilogram given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m-kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAD674" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD674"^^xsd:anyURI ; + qudt:symbol "m·kg" ; + qudt:ucumCode "m.kg"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter Kilogram"@en-US ; + rdfs:label "Meter Kilogram"@ms ; + rdfs:label "Meter Kilogram"@sl ; + rdfs:label "Meter Kilogramm"@de ; + rdfs:label "Metr Kilogram"@cs ; + rdfs:label "Metr Kilogram"@pl ; + rdfs:label "Metre Kilogram" ; + rdfs:label "Metre Kilogram"@en ; + rdfs:label "Metre Kilogram"@tr ; + rdfs:label "Metro Chilogrammo"@it ; + rdfs:label "Metro Kilogramo"@es ; + rdfs:label "Metro Quilograma"@pt ; + rdfs:label "Metru Kilogram"@ro ; + rdfs:label "Metrum Chiliogramma"@la ; + rdfs:label "Mètre Kilogramme"@fr ; + rdfs:label "Μέτρο Χιλιόγραμμο"@el ; + rdfs:label "Метр Килограмм"@ru ; + rdfs:label "Метър Килограм"@bg . + +unit:M-PA-PER-SEC + a qudt:Unit ; + dcterms:description "product of the SI base unit metre and the SI derived unit pascal divided by the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAD914" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD914"^^xsd:anyURI ; + qudt:symbol "m·Pa/s" ; + qudt:ucumCode "m.Pa.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter Pascal na Sekunda"@sl ; + rdfs:label "Meter Pascal per Saat"@ms ; + rdfs:label "Meter Pascal per Second"@en-US ; + rdfs:label "Meter Pascal pro Sekunde"@de ; + rdfs:label "Metr Pascal na Sekunda"@cs ; + rdfs:label "Metr Paskal na Sekunda"@pl ; + rdfs:label "Metre Pascal per Saniye"@tr ; + rdfs:label "Metre Pascal per Second" ; + rdfs:label "Metre Pascal per Second"@en ; + rdfs:label "Metro Pascal per Secondo"@it ; + rdfs:label "Metro Pascal por Segundo"@es ; + rdfs:label "Metro Pascal por Segundo"@pt ; + rdfs:label "Metru Pascal pe Secundă"@ro ; + rdfs:label "Metrum Pascalium per Secundum"@la ; + rdfs:label "Mètre Pascal par Seconde"@fr ; + rdfs:label "Μέτρο Πασκάλ ανά Δευτερόλεπτο"@el ; + rdfs:label "Метр Паскаль на Секунда"@ru ; + rdfs:label "Метър Паскал на Секунда"@bg . + +unit:M-PER-BAR + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA731" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA731"^^xsd:anyURI ; + qudt:symbol "m/bar" ; + qudt:ucumCode "m.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G05" ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Bar"@en-US ; + rdfs:label "Metre per Bar" ; + rdfs:label "Metre per Bar"@en . + +unit:M-PER-DAY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Meter Per Day (m/day) is a unit in the category of Velocity. It is also known as meter/day, meters per day, metre per day, metres per day. Meter Per Day (m/day) has a dimension of L*T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.00001157407407407407"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "\\(m/day\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "m/d" ; + qudt:ucumCode "m.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Day"@en-US ; + rdfs:label "Metre per Day" ; + rdfs:label "Metre per Day"@en . + +unit:M-PER-DEG_C-M + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB461" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB461"^^xsd:anyURI ; + qudt:symbol "m/(°C·m)" ; + qudt:ucumCode "m.Cel-1.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N83" ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Stopinja Celzija Meter"@sl ; + rdfs:label "Meter per Darjah Celsius Meter"@ms ; + rdfs:label "Meter per Degree Celsius Meter"@en-US ; + rdfs:label "Meter pro Grad Celsius Meter"@de ; + rdfs:label "Metr na Stopień Celsjusza Metr"@pl ; + rdfs:label "Metr na Stupně Celsia Metr"@cs ; + rdfs:label "Metre per Celsius Metre"@tr ; + rdfs:label "Metre per Degree Celsius Metre" ; + rdfs:label "Metre per Degree Celsius Metre"@en ; + rdfs:label "Metro per Grado Celsius Metro"@it ; + rdfs:label "Metro por Grado Celsius Metro"@es ; + rdfs:label "Metro por Grau Celsius Metro"@pt ; + rdfs:label "Metru pe Grad Celsius Metru"@ro ; + rdfs:label "Metrum per Gradus Celsii Metrum"@la ; + rdfs:label "Mètre par Degré Celsius Mètre"@fr ; + rdfs:label "Μέτρο ανά Βαθμός Κελσίου Μέτρο"@el ; + rdfs:label "Метр на Градус Цельсия Метр"@ru ; + rdfs:label "Метър на Градус Целзий Метър"@bg . + +unit:M-PER-FARAD + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m-per-f$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FARAD ; + ] ; + qudt:hasQuantityKind quantitykind:InversePermittivity ; + qudt:hasReciprocalUnit unit:FARAD-PER-M ; + qudt:symbol "m/F" ; + qudt:ucumCode "m.F-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Farad"@sl ; + rdfs:label "Meter per Farad"@en-US ; + rdfs:label "Meter per Farad"@ms ; + rdfs:label "Meter pro Farad"@de ; + rdfs:label "Metr na Farad"@cs ; + rdfs:label "Metr na Farad"@pl ; + rdfs:label "Metre per Farad" ; + rdfs:label "Metre per Farad"@en ; + rdfs:label "Metre per Farad"@tr ; + rdfs:label "Metro per Farad"@it ; + rdfs:label "Metro por Farad"@pt ; + rdfs:label "Metro por Faradio"@es ; + rdfs:label "Metru pe Farad"@ro ; + rdfs:label "Metrum per Faradium"@la ; + rdfs:label "Mètre par Farad"@fr ; + rdfs:label "Μέτρο ανά Φαράντ"@el ; + rdfs:label "Метр на Фарада"@ru ; + rdfs:label "Метър на Фарад"@bg . + +unit:M-PER-HA + a qudt:Unit ; + dcterms:description "A rate of change of SI standard unit length per hectare (squared hectometer) area."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:symbol "m/ha" ; + qudt:ucumCode "m.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Hectare"@en-US ; + rdfs:label "Metre per Hectare" ; + rdfs:label "Metre per Hectare"@en . + +unit:M-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$m/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB328" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB328"^^xsd:anyURI ; + qudt:symbol "m/h" ; + qudt:ucumCode "m.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M60" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Hour"@en-US ; + rdfs:label "Metre per Hour" ; + rdfs:label "Metre per Hour"@en . + +unit:M-PER-K + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m-per-k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:hasReciprocalUnit unit:K-PER-M ; + qudt:iec61360Code "0112/2///62720#UAA728" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA728"^^xsd:anyURI ; + qudt:symbol "m/K" ; + qudt:ucumCode "m.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F52" ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Kelvin"@sl ; + rdfs:label "Meter per Kelvin"@en-US ; + rdfs:label "Meter per Kelvin"@ms ; + rdfs:label "Meter pro Kelvin"@de ; + rdfs:label "Metr na Kelvin"@cs ; + rdfs:label "Metr na Kelwin"@pl ; + rdfs:label "Metre per Kelvin" ; + rdfs:label "Metre per Kelvin"@en ; + rdfs:label "Metre per Kelvin"@tr ; + rdfs:label "Metro per Kelvin"@it ; + rdfs:label "Metro por Kelvin"@es ; + rdfs:label "Metro por Kelvin"@pt ; + rdfs:label "Metru pe Kelvin"@ro ; + rdfs:label "Metrum per Kelvin"@la ; + rdfs:label "Mètre par Kelvin"@fr ; + rdfs:label "Μέτρο ανά Κέλβιν"@el ; + rdfs:label "Метр на Кельвин"@ru ; + rdfs:label "Метър на Келвин"@bg . + +unit:M-PER-M2 + a qudt:Unit ; + dcterms:description "A rate of change of SI standard unit length per squared meter area."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasReciprocalUnit unit:M2-PER-M ; + qudt:symbol "m/m²" ; + qudt:ucumCode "m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Kvadratni Meter"@sl ; + rdfs:label "Meter per Meter Persegi"@ms ; + rdfs:label "Meter per Square Meter"@en-US ; + rdfs:label "Meter pro Quadratmeter"@de ; + rdfs:label "Metr na Metr Kwadratowy"@pl ; + rdfs:label "Metr na Čtvereční Metr"@cs ; + rdfs:label "Metre per Metrekare"@tr ; + rdfs:label "Metre per Square Metre" ; + rdfs:label "Metre per Square Metre"@en ; + rdfs:label "Metro per Metro Quadrato"@it ; + rdfs:label "Metro por Metro Cuadrado"@es ; + rdfs:label "Metro por Metro Quadrado"@pt ; + rdfs:label "Metru pe Metru Pătrat"@ro ; + rdfs:label "Metrum per Metrum Quadratum"@la ; + rdfs:label "Mètre par Mètre Carré"@fr ; + rdfs:label "Μέτρο ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Метр на Квадратный Метр"@ru ; + rdfs:label "Метър на Квадратен Метър"@bg . + +unit:M-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$m/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA732" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA732"^^xsd:anyURI ; + qudt:symbol "m/min" ; + qudt:ucumCode "m.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2X" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Minute"@en-US ; + rdfs:label "Metre per Minute" ; + rdfs:label "Metre per Minute"@en . + +unit:M-PER-PA + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:PA-PER-M ; + qudt:iec61360Code "0112/2///62720#UAB315" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB315"^^xsd:anyURI ; + qudt:symbol "m/Pa" ; + qudt:ucumCode "m.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M53" ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Pascal"@sl ; + rdfs:label "Meter per Pascal"@en-US ; + rdfs:label "Meter per Pascal"@ms ; + rdfs:label "Meter pro Pascal"@de ; + rdfs:label "Metr na Pascal"@cs ; + rdfs:label "Metr na Paskal"@pl ; + rdfs:label "Metre per Pascal" ; + rdfs:label "Metre per Pascal"@en ; + rdfs:label "Metre per Pascal"@tr ; + rdfs:label "Metro per Pascal"@it ; + rdfs:label "Metro por Pascal"@es ; + rdfs:label "Metro por Pascal"@pt ; + rdfs:label "Metru pe Pascal"@ro ; + rdfs:label "Metrum per Pascalium"@la ; + rdfs:label "Mètre par Pascal"@fr ; + rdfs:label "Μέτρο ανά Πασκάλ"@el ; + rdfs:label "Метр на Паскаль"@ru ; + rdfs:label "Метър на Паскал"@bg . + +unit:M-PER-RAD + a qudt:Unit ; + dcterms:description "unit of the translation factor for implementation from rotation to linear move according" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:RotaryTranslatoryMotionConversion ; + qudt:hasReciprocalUnit unit:RAD-PER-M ; + qudt:iec61360Code "0112/2///62720#UAB482" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB482"^^xsd:anyURI ; + qudt:symbol "m/rad" ; + qudt:ucumCode "m.rad-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M55" ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Radian"@sl ; + rdfs:label "Meter per Radian"@en-US ; + rdfs:label "Meter per Radian"@ms ; + rdfs:label "Meter pro Radiant"@de ; + rdfs:label "Metr na Radian"@pl ; + rdfs:label "Metr na Radián"@cs ; + rdfs:label "Metre per Radian" ; + rdfs:label "Metre per Radian"@en ; + rdfs:label "Metre per Radyan"@tr ; + rdfs:label "Metro per Radiante"@it ; + rdfs:label "Metro por Radiano"@pt ; + rdfs:label "Metro por Radián"@es ; + rdfs:label "Metru pe Radian"@ro ; + rdfs:label "Metrum per Radian"@la ; + rdfs:label "Mètre par Radian"@fr ; + rdfs:label "Μέτρο ανά Ακτίνιο"@el ; + rdfs:label "Метр на Радиан"@ru ; + rdfs:label "Метър на Радиан"@bg . + +unit:M-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. +The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s."""^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:hasReciprocalUnit unit:SEC-PER-M ; + qudt:iec61360Code "0112/2///62720#UAA733" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA733"^^xsd:anyURI ; + qudt:symbol "m/s" ; + qudt:ucumCode "m.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MTS" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Sekunda"@sl ; + rdfs:label "Meter per Saat"@ms ; + rdfs:label "Meter per Second"@en-US ; + rdfs:label "Meter pro Sekunde"@de ; + rdfs:label "Metr na Sekunda"@cs ; + rdfs:label "Metr na Sekunda"@pl ; + rdfs:label "Metre per Saniye"@tr ; + rdfs:label "Metre per Second" ; + rdfs:label "Metre per Second"@en ; + rdfs:label "Metro per Secondo"@it ; + rdfs:label "Metro por Segundo"@es ; + rdfs:label "Metro por Segundo"@pt ; + rdfs:label "Metru pe Secundă"@ro ; + rdfs:label "Metrum per Secundum"@la ; + rdfs:label "Mètre par Seconde"@fr ; + rdfs:label "Μέτρο ανά Δευτερόλεπτο"@el ; + rdfs:label "Метр на Секунда"@ru ; + rdfs:label "Метър на Секунда"@bg ; + rdfs:label "מטרים לשנייה"@he ; + rdfs:label "متر بر ثانیه"@fa ; + rdfs:label "متر في الثانية"@ar ; + rdfs:label "मीटर प्रति सैकिण्ड"@hi ; + rdfs:label "メートル毎秒"@ja ; + rdfs:label "米每秒"@zh . + +unit:M-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "SI base unit meter divided by the product of SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB313" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB313"^^xsd:anyURI ; + qudt:symbol "m/(s·bar)" ; + qudt:ucumCode "m.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L13" ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Second Bar"@en-US ; + rdfs:label "Metre per Second Bar" ; + rdfs:label "Metre per Second Bar"@en . + +unit:M-PER-SEC-K + a qudt:Unit ; + dcterms:description "SI base units metre divided by the product of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC009" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC009"^^xsd:anyURI ; + qudt:symbol "m/(s·K)" ; + qudt:ucumCode "m.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L12" ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Sekunda Kelvin"@sl ; + rdfs:label "Meter per Saat Kelvin"@ms ; + rdfs:label "Meter per Second Kelvin"@en-US ; + rdfs:label "Meter pro Sekunde Kelvin"@de ; + rdfs:label "Metr na Sekunda Kelvin"@cs ; + rdfs:label "Metr na Sekunda Kelwin"@pl ; + rdfs:label "Metre per Saniye Kelvin"@tr ; + rdfs:label "Metre per Second Kelvin" ; + rdfs:label "Metre per Second Kelvin"@en ; + rdfs:label "Metro per Secondo Kelvin"@it ; + rdfs:label "Metro por Segundo Kelvin"@es ; + rdfs:label "Metro por Segundo Kelvin"@pt ; + rdfs:label "Metru pe Secundă Kelvin"@ro ; + rdfs:label "Metrum per Secundum Kelvin"@la ; + rdfs:label "Mètre par Seconde Kelvin"@fr ; + rdfs:label "Μέτρο ανά Δευτερόλεπτο Κέλβιν"@el ; + rdfs:label "Метр на Секунда Кельвин"@ru ; + rdfs:label "Метър на Секунда Келвин"@bg . + +unit:M-PER-SEC-PA + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:PA-SEC-PER-M ; + qudt:iec61360Code "0112/2///62720#UAA734" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA734"^^xsd:anyURI ; + qudt:symbol "m/(s·Pa)" ; + qudt:ucumCode "m.s-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M59" ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Sekunda Pascal"@sl ; + rdfs:label "Meter per Saat Pascal"@ms ; + rdfs:label "Meter per Second Pascal"@en-US ; + rdfs:label "Meter pro Sekunde Pascal"@de ; + rdfs:label "Metr na Sekunda Pascal"@cs ; + rdfs:label "Metr na Sekunda Paskal"@pl ; + rdfs:label "Metre per Saniye Pascal"@tr ; + rdfs:label "Metre per Second Pascal" ; + rdfs:label "Metre per Second Pascal"@en ; + rdfs:label "Metro per Secondo Pascal"@it ; + rdfs:label "Metro por Segundo Pascal"@es ; + rdfs:label "Metro por Segundo Pascal"@pt ; + rdfs:label "Metru pe Secundă Pascal"@ro ; + rdfs:label "Metrum per Secundum Pascalium"@la ; + rdfs:label "Mètre par Seconde Pascal"@fr ; + rdfs:label "Μέτρο ανά Δευτερόλεπτο Πασκάλ"@el ; + rdfs:label "Метр на Секунда Паскаль"@ru ; + rdfs:label "Метър на Секунда Паскал"@bg . + +unit:M-PER-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The $\\textit{meter per Square second}$ is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as $m/s^2$, or $m s^{-2}$. As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, $\\textit{metre per second per second}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAA736" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA736"^^xsd:anyURI ; + qudt:symbol "m/s²" ; + qudt:ucumCode "m.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MSK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Kvadratni Sekunda"@sl ; + rdfs:label "Meter per Saat Persegi"@ms ; + rdfs:label "Meter per Square Second"@en-US ; + rdfs:label "Meter pro Quadratsekunde"@de ; + rdfs:label "Metr na Sekunda Kwadratowy"@pl ; + rdfs:label "Metr na Čtvereční Sekunda"@cs ; + rdfs:label "Metre per Saniyekare"@tr ; + rdfs:label "Metre per Square Second" ; + rdfs:label "Metre per Square Second"@en ; + rdfs:label "Metro per Secondo Quadrato"@it ; + rdfs:label "Metro por Segundo Cuadrado"@es ; + rdfs:label "Metro por Segundo Quadrado"@pt ; + rdfs:label "Metru pe Secundă Pătrat"@ro ; + rdfs:label "Metrum per Secundum Quadratum"@la ; + rdfs:label "Mètre par Seconde Carré"@fr ; + rdfs:label "Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Метр на Квадратный Секунда"@ru ; + rdfs:label "Метър на Квадратен Секунда"@bg . + +unit:M-PER-V-SEC + a qudt:Unit ; + dcterms:description "SI base unit metre divided by the product of the SI derived unit volt and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticReluctivity ; + qudt:hasReciprocalUnit unit:V-SEC-PER-M ; + qudt:iec61360Code "0112/2///62720#UAD917" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD917"^^xsd:anyURI ; + qudt:symbol "m/(V·s)" ; + qudt:ucumCode "m.V-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H58" ; + rdfs:isDefinedBy ; + rdfs:label "Meter na Volt Sekunda"@sl ; + rdfs:label "Meter per Volt Saat"@ms ; + rdfs:label "Meter per Volt Second"@en-US ; + rdfs:label "Meter pro Volt Sekunde"@de ; + rdfs:label "Metr na Volt Sekunda"@cs ; + rdfs:label "Metr na Wolt Sekunda"@pl ; + rdfs:label "Metre per Volt Saniye"@tr ; + rdfs:label "Metre per Volt Second" ; + rdfs:label "Metre per Volt Second"@en ; + rdfs:label "Metro per Volt Secondo"@it ; + rdfs:label "Metro por Volt Segundo"@pt ; + rdfs:label "Metro por Voltio Segundo"@es ; + rdfs:label "Metru pe Volt Secundă"@ro ; + rdfs:label "Metrum per Voltium Secundum"@la ; + rdfs:label "Mètre par Volt Seconde"@fr ; + rdfs:label "Μέτρο ανά Βολτ Δευτερόλεπτο"@el ; + rdfs:label "Метр на Вольт Секунда"@ru ; + rdfs:label "Метър на Волт Секунда"@bg . + +unit:M-PER-YR + a qudt:Unit ; + dcterms:description "A rate of change of SI standard unit length over a period of an average calendar year (365.25 days)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "m/a" ; + qudt:ucumCode "m.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter per Year"@en-US ; + rdfs:label "Metre per Year" ; + rdfs:label "Metre per Year"@en . + +unit:M-SEC + a qudt:Unit ; + dcterms:description "product of SI base units metre and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:PER-M-SEC ; + qudt:iec61360Code "0112/2///62720#UAD686" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD686"^^xsd:anyURI ; + qudt:symbol "m·s" ; + qudt:ucumCode "m.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter Saat"@ms ; + rdfs:label "Meter Second"@en-US ; + rdfs:label "Meter Sekunda"@sl ; + rdfs:label "Meter Sekunde"@de ; + rdfs:label "Metr Sekunda"@cs ; + rdfs:label "Metr Sekunda"@pl ; + rdfs:label "Metre Saniye"@tr ; + rdfs:label "Metre Second" ; + rdfs:label "Metre Second"@en ; + rdfs:label "Metro Secondo"@it ; + rdfs:label "Metro Segundo"@es ; + rdfs:label "Metro Segundo"@pt ; + rdfs:label "Metru Secundă"@ro ; + rdfs:label "Metrum Secundum"@la ; + rdfs:label "Mètre Seconde"@fr ; + rdfs:label "Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Метр Секунда"@ru ; + rdfs:label "Метър Секунда"@bg . + +unit:M-SEC2 + a qudt:Unit ; + dcterms:description "product of SI base units metre and second to the power of two given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD683" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD683"^^xsd:anyURI ; + qudt:symbol "m·s²" ; + qudt:ucumCode "m.s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter Kvadratni Sekunda"@sl ; + rdfs:label "Meter Quadratsekunde"@de ; + rdfs:label "Meter Saat Persegi"@ms ; + rdfs:label "Meter Square Second"@en-US ; + rdfs:label "Metr Sekunda Kwadratowy"@pl ; + rdfs:label "Metr Čtvereční Sekunda"@cs ; + rdfs:label "Metre Saniyekare"@tr ; + rdfs:label "Metre Square Second" ; + rdfs:label "Metre Square Second"@en ; + rdfs:label "Metro Secondo Quadrato"@it ; + rdfs:label "Metro Segundo Cuadrado"@es ; + rdfs:label "Metro Segundo Quadrado"@pt ; + rdfs:label "Metru Secundă Pătrat"@ro ; + rdfs:label "Metrum Secundum Quadratum"@la ; + rdfs:label "Mètre Seconde Carré"@fr ; + rdfs:label "Μέτρο Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Метр Квадратный Секунда"@ru ; + rdfs:label "Метър Квадратен Секунда"@bg . + +unit:M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The S I unit of area is the square metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Square_metre"^^xsd:anyURI ; + qudt:expression "$sq-m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:hasQuantityKind quantitykind:NuclearQuadrupoleMoment ; + qudt:hasReciprocalUnit unit:PER-M2 ; + qudt:iec61360Code "0112/2///62720#UAA744" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA744"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Square_metre?oldid=490945508"^^xsd:anyURI ; + qudt:symbol "m²" ; + qudt:ucumCode "m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MTK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter"@sl ; + rdfs:label "Meter Persegi"@ms ; + rdfs:label "Metr Kwadratowy"@pl ; + rdfs:label "Metrekare"@tr ; + rdfs:label "Metro Cuadrado"@es ; + rdfs:label "Metro Quadrado"@pt ; + rdfs:label "Metro Quadrato"@it ; + rdfs:label "Metru Pătrat"@ro ; + rdfs:label "Metrum Quadratum"@la ; + rdfs:label "Mètre Carré"@fr ; + rdfs:label "Négyzetméter"@hu ; + rdfs:label "Quadratmeter"@de ; + rdfs:label "Square Meter"@en-US ; + rdfs:label "Square Metre" ; + rdfs:label "Square Metre"@en ; + rdfs:label "Čtvereční Metr"@cs ; + rdfs:label "Τετραγωνικό Μέτρο"@el ; + rdfs:label "Квадратен Метър"@bg ; + rdfs:label "Квадратный Метр"@ru ; + rdfs:label "מטר רבוע"@he ; + rdfs:label "متر مربع"@ar ; + rdfs:label "متر مربع"@fa ; + rdfs:label "वर्ग मीटर"@hi ; + rdfs:label "平方メートル"@ja ; + rdfs:label "平方米"@zh . + +unit:M2-HR-DEG_C-PER-KiloCAL_IT + a qudt:Unit ; + dcterms:description "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.8598452278589853826311263972484954 ; + qudt:conversionMultiplierSN 8.598452278589853826311263972484954E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloCAL_IT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:iec61360Code "0112/2///62720#UAA749" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA749"^^xsd:anyURI ; + qudt:plainTextDescription "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie" ; + qudt:symbol "m²·h·°C/kcal{IT}" ; + qudt:ucumCode "m2.h.Cel.kcal_IT-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L14" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter Hour Degree Celsius per Kilo International Table Calorie"@en-US ; + rdfs:label "Square Metre Hour Degree Celsius per Kilo International Table Calorie" ; + rdfs:label "Square Metre Hour Degree Celsius per Kilo International Table Calorie"@en . + +unit:M2-HZ + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:symbol "m²·Hz" ; + qudt:ucumCode "m2.Hz"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter Hertz"@sl ; + rdfs:label "Meter Persegi Hertz"@ms ; + rdfs:label "Metr Kwadratowy Herc"@pl ; + rdfs:label "Metrekare Hertz"@tr ; + rdfs:label "Metro Cuadrado Hercio"@es ; + rdfs:label "Metro Quadrado Hertz"@pt ; + rdfs:label "Metro Quadrato Hertz"@it ; + rdfs:label "Metru Pătrat Hertz"@ro ; + rdfs:label "Metrum Quadratum Hertzium"@la ; + rdfs:label "Mètre Carré Hertz"@fr ; + rdfs:label "Quadratmeter Hertz"@de ; + rdfs:label "Square Meter Hertz"@en-US ; + rdfs:label "Square Metre Hertz" ; + rdfs:label "Square Metre Hertz"@en ; + rdfs:label "Čtvereční Metr Hertz"@cs ; + rdfs:label "Τετραγωνικό Μέτρο Χερτζ"@el ; + rdfs:label "Квадратен Метър Херц"@bg ; + rdfs:label "Квадратный Метр Герц"@ru . + +unit:M2-HZ2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²·Hz²" ; + qudt:ucumCode "m2.Hz2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter Kvadratni Hertz"@sl ; + rdfs:label "Meter Persegi Hertz Persegi"@ms ; + rdfs:label "Metr Kwadratowy Herc Kwadratowy"@pl ; + rdfs:label "Metrekare Hertzkare"@tr ; + rdfs:label "Metro Cuadrado Hercio Cuadrado"@es ; + rdfs:label "Metro Quadrado Hertz Quadrado"@pt ; + rdfs:label "Metro Quadrato Hertz Quadrato"@it ; + rdfs:label "Metru Pătrat Hertz Pătrat"@ro ; + rdfs:label "Metrum Quadratum Hertzium Quadratum"@la ; + rdfs:label "Mètre Carré Hertz Carré"@fr ; + rdfs:label "Quadratmeter Quadrathertz"@de ; + rdfs:label "Square Meter Square Hertz"@en-US ; + rdfs:label "Square Metre Square Hertz" ; + rdfs:label "Square Metre Square Hertz"@en ; + rdfs:label "Čtvereční Metr Čtvereční Hertz"@cs ; + rdfs:label "Τετραγωνικό Μέτρο Τετραγωνικό Χερτζ"@el ; + rdfs:label "Квадратен Метър Квадратен Херц"@bg ; + rdfs:label "Квадратный Метр Квадратный Герц"@ru . + +unit:M2-HZ3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²·Hz³" ; + qudt:ucumCode "m2.Hz3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter Kubični Hertz"@sl ; + rdfs:label "Meter Persegi Hertz Kubik"@ms ; + rdfs:label "Metr Kwadratowy Herc Sześcienny"@pl ; + rdfs:label "Metrekare Hertzküp"@tr ; + rdfs:label "Metro Cuadrado Hercio Cúbico"@es ; + rdfs:label "Metro Quadrado Hertz Cúbico"@pt ; + rdfs:label "Metro Quadrato Hertz Cubo"@it ; + rdfs:label "Metru Pătrat Hertz Cub"@ro ; + rdfs:label "Metrum Quadratum Hertzium Cubicum"@la ; + rdfs:label "Mètre Carré Hertz Cube"@fr ; + rdfs:label "Quadratmeter Kubikhertz"@de ; + rdfs:label "Square Meter Cubic Hertz"@en-US ; + rdfs:label "Square Metre Cubic Hertz" ; + rdfs:label "Square Metre Cubic Hertz"@en ; + rdfs:label "Čtvereční Metr Hertz Krychlový"@cs ; + rdfs:label "Τετραγωνικό Μέτρο Κυβικό Χερτζ"@el ; + rdfs:label "Квадратен Метър Кубичен Херц"@bg ; + rdfs:label "Квадратный Метр Кубический Герц"@ru . + +unit:M2-HZ4 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²·Hz⁴" ; + qudt:ucumCode "m2.Hz4"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Quadratmeter Hertz hoch vier"@de ; + rdfs:label "Square Meter Quartic Hertz"@en-US ; + rdfs:label "Square Metre Quartic Hertz" ; + rdfs:label "Square Metre Quartic Hertz"@en . + +unit:M2-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Square Meter Kelvin}$ is a unit for 'Area Temperature' expressed as $m^{2}-K$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{2}-K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaTemperature ; + qudt:symbol "m²·K" ; + qudt:ucumCode "m2.K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter Kelvin"@sl ; + rdfs:label "Meter Persegi Kelvin"@ms ; + rdfs:label "Metr Kwadratowy Kelwin"@pl ; + rdfs:label "Metrekare Kelvin"@tr ; + rdfs:label "Metro Cuadrado Kelvin"@es ; + rdfs:label "Metro Quadrado Kelvin"@pt ; + rdfs:label "Metro Quadrato Kelvin"@it ; + rdfs:label "Metru Pătrat Kelvin"@ro ; + rdfs:label "Metrum Quadratum Kelvin"@la ; + rdfs:label "Mètre Carré Kelvin"@fr ; + rdfs:label "Quadratmeter Kelvin"@de ; + rdfs:label "Square Meter Kelvin"@en-US ; + rdfs:label "Square Metre Kelvin" ; + rdfs:label "Square Metre Kelvin"@en ; + rdfs:label "Čtvereční Metr Kelvin"@cs ; + rdfs:label "Τετραγωνικό Μέτρο Κέλβιν"@el ; + rdfs:label "Квадратен Метър Келвин"@bg ; + rdfs:label "Квадратный Метр Кельвин"@ru . + +unit:M2-K-PER-W + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Square Meter Kelvin per Watt}$ is a unit for 'Thermal Insulance' expressed as $(K^{2})m/W$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$(K^{2})m/W$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H1T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalInsulance ; + qudt:hasReciprocalUnit unit:W-PER-M2-K ; + qudt:iec61360Code "0112/2///62720#UAA746" ; + qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA746"^^xsd:anyURI ; + qudt:symbol "m²·K/W" ; + qudt:ucumCode "m2.K.W-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D19" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter Kelvin na Watt"@sl ; + rdfs:label "Meter Persegi Kelvin per Watt"@ms ; + rdfs:label "Metr Kwadratowy Kelwin na Wat"@pl ; + rdfs:label "Metrekare Kelvin per Watt"@tr ; + rdfs:label "Metro Cuadrado Kelvin por Vatio"@es ; + rdfs:label "Metro Quadrado Kelvin por Watt"@pt ; + rdfs:label "Metro Quadrato Kelvin per Watt"@it ; + rdfs:label "Metru Pătrat Kelvin pe Watt"@ro ; + rdfs:label "Metrum Quadratum Kelvin per Wattium"@la ; + rdfs:label "Mètre Carré Kelvin par Watt"@fr ; + rdfs:label "Quadratmeter Kelvin pro Watt"@de ; + rdfs:label "Square Meter Kelvin per Watt"@en-US ; + rdfs:label "Square Metre Kelvin per Watt" ; + rdfs:label "Square Metre Kelvin per Watt"@en ; + rdfs:label "Čtvereční Metr Kelvin na Watt"@cs ; + rdfs:label "Τετραγωνικό Μέτρο Κέλβιν ανά Βατ"@el ; + rdfs:label "Квадратен Метър Келвин на Ват"@bg ; + rdfs:label "Квадратный Метр Кельвин на Ватт"@ru . + +unit:M2-PER-GM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificSurfaceArea ; + qudt:hasReciprocalUnit unit:GM-PER-M2 ; + qudt:symbol "m²/g" ; + qudt:ucumCode "m2.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Gram"@sl ; + rdfs:label "Meter Persegi per Gram"@ms ; + rdfs:label "Metr Kwadratowy na Gram"@pl ; + rdfs:label "Metrekare per Gram"@tr ; + rdfs:label "Metro Cuadrado por Gramo"@es ; + rdfs:label "Metro Quadrado por Grama"@pt ; + rdfs:label "Metro Quadrato per Grammo"@it ; + rdfs:label "Metru Pătrat pe Gram"@ro ; + rdfs:label "Metrum Quadratum per Gramma"@la ; + rdfs:label "Mètre Carré par Gramme"@fr ; + rdfs:label "Quadratmeter pro Gramm"@de ; + rdfs:label "Square Meter per Gram"@en-US ; + rdfs:label "Square Metre per Gram" ; + rdfs:label "Square Metre per Gram"@en ; + rdfs:label "Čtvereční Metr na Gram"@cs . + +unit:M2-PER-GM_DRY + a qudt:ContextualUnit, qudt:Unit ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM_DRY ; + ] ; + qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:symbol "m²/g{dry sediment}" ; + qudt:ucumCode "m2.g-1{dry}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Dry Gram"@en-US ; + rdfs:label "Square Metre per Dry Gram" ; + rdfs:label "Square Metre per Dry Gram"@en ; + skos:broader unit:M2-PER-GM . + +unit:M2-PER-HA + a qudt:Unit ; + dcterms:description "Square metres per hectare."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaRatio ; + qudt:plainTextDescription "Square metres per hectare." ; + qudt:symbol "m²/ha" ; + qudt:ucumCode "m2.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Hectare"@en-US ; + rdfs:label "Square Metre per Hectare" ; + rdfs:label "Square Metre per Hectare"@en . + +unit:M2-PER-HA-YR + a qudt:Unit ; + qudt:conversionMultiplier 0.000000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 2 divided by the unit hectare and by the unit year" ; + qudt:symbol "m²/(ha·a)" ; + qudt:ucumCode "m2.har-1.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Hectare Year"@en-US ; + rdfs:label "Square Metre per Hectare Year" ; + rdfs:label "Square Metre per Hectare Year"@en . + +unit:M2-PER-HR + a qudt:Unit ; + dcterms:description "Square metres per hour."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:plainTextDescription "Square metres per hour." ; + qudt:symbol "m²/h" ; + qudt:ucumCode "m2.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Hour"@en-US ; + rdfs:label "Square Metre per Hour" ; + rdfs:label "Square Metre per Hour"@en . + +unit:M2-PER-HZ + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²/Hz" ; + qudt:ucumCode "m2.Hz-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Hertz"@sl ; + rdfs:label "Meter Persegi per Hertz"@ms ; + rdfs:label "Metr Kwadratowy na Herc"@pl ; + rdfs:label "Metrekare per Hertz"@tr ; + rdfs:label "Metro Cuadrado por Hercio"@es ; + rdfs:label "Metro Quadrado por Hertz"@pt ; + rdfs:label "Metro Quadrato per Hertz"@it ; + rdfs:label "Metru Pătrat pe Hertz"@ro ; + rdfs:label "Metrum Quadratum per Hertzium"@la ; + rdfs:label "Mètre Carré par Hertz"@fr ; + rdfs:label "Quadratmeter pro Hertz"@de ; + rdfs:label "Square Meter per Hertz"@en-US ; + rdfs:label "Square Metre per Hertz" ; + rdfs:label "Square Metre per Hertz"@en ; + rdfs:label "Čtvereční Metr na Hertz"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Χερτζ"@el ; + rdfs:label "Квадратен Метър на Херц"@bg ; + rdfs:label "Квадратный Метр на Герц"@ru . + +unit:M2-PER-HZ-DEG + a qudt:Unit ; + qudt:conversionMultiplier 57.29577951308232087679815481410516 ; + qudt:conversionMultiplierSN 5.729577951308232087679815481410516E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²/(Hz·°)" ; + qudt:ucumCode "m2.Hz-1.deg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Hertz Degree"@en-US ; + rdfs:label "Square Metre per Hertz Degree" ; + rdfs:label "Square Metre per Hertz Degree"@en . + +unit:M2-PER-HZ2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:HZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²/Hz²" ; + qudt:ucumCode "m2.Hz-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Kvadratni Hertz"@sl ; + rdfs:label "Meter Persegi per Hertz Persegi"@ms ; + rdfs:label "Metr Kwadratowy na Herc Kwadratowy"@pl ; + rdfs:label "Metrekare per Hertzkare"@tr ; + rdfs:label "Metro Cuadrado por Hercio Cuadrado"@es ; + rdfs:label "Metro Quadrado por Hertz Quadrado"@pt ; + rdfs:label "Metro Quadrato per Hertz Quadrato"@it ; + rdfs:label "Metru Pătrat pe Hertz Pătrat"@ro ; + rdfs:label "Metrum Quadratum per Hertzium Quadratum"@la ; + rdfs:label "Mètre Carré par Hertz Carré"@fr ; + rdfs:label "Quadratmeter pro Quadrathertz"@de ; + rdfs:label "Square Meter per Square Hertz"@en-US ; + rdfs:label "Square Metre per Square Hertz" ; + rdfs:label "Square Metre per Square Hertz"@en ; + rdfs:label "Čtvereční Metr na Čtvereční Hertz"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Τετραγωνικό Χερτζ"@el ; + rdfs:label "Квадратен Метър на Квадратен Херц"@bg ; + rdfs:label "Квадратный Метр на Квадратный Герц"@ru . + +unit:M2-PER-J + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:expression "$m^2/j$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralCrossSection ; + qudt:hasReciprocalUnit unit:J-PER-M2 ; + qudt:iec61360Code "0112/2///62720#UAA745" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA745"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/J" ; + qudt:ucumCode "m2.J-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D20" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Joule"@sl ; + rdfs:label "Meter Persegi per Joule"@ms ; + rdfs:label "Metr Kwadratowy na Dżul"@pl ; + rdfs:label "Metrekare per Joule"@tr ; + rdfs:label "Metro Cuadrado por Julio"@es ; + rdfs:label "Metro Quadrado por Joule"@pt ; + rdfs:label "Metro Quadrato per Joule"@it ; + rdfs:label "Metru Pătrat pe Joule"@ro ; + rdfs:label "Metrum Quadratum per Joulium"@la ; + rdfs:label "Mètre Carré par Joule"@fr ; + rdfs:label "Quadratmeter pro Joule"@de ; + rdfs:label "Square Meter per Joule"@en-US ; + rdfs:label "Square Metre per Joule" ; + rdfs:label "Square Metre per Joule"@en ; + rdfs:label "Čtvereční Metr na Joule"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Τζάουλ"@el ; + rdfs:label "Квадратен Метър на Джаул"@bg ; + rdfs:label "Квадратный Метр на Джоуль"@ru . + +unit:M2-PER-K + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m2-per-k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:AreaThermalExpansion ; + qudt:symbol "m²/K" ; + qudt:ucumCode "m2.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Kelvin"@sl ; + rdfs:label "Meter Persegi per Kelvin"@ms ; + rdfs:label "Metr Kwadratowy na Kelwin"@pl ; + rdfs:label "Metrekare per Kelvin"@tr ; + rdfs:label "Metro Cuadrado por Kelvin"@es ; + rdfs:label "Metro Quadrado por Kelvin"@pt ; + rdfs:label "Metro Quadrato per Kelvin"@it ; + rdfs:label "Metru Pătrat pe Kelvin"@ro ; + rdfs:label "Metrum Quadratum per Kelvin"@la ; + rdfs:label "Mètre Carré par Kelvin"@fr ; + rdfs:label "Quadratmeter pro Kelvin"@de ; + rdfs:label "Square Meter per Kelvin"@en-US ; + rdfs:label "Square Metre per Kelvin" ; + rdfs:label "Square Metre per Kelvin"@en ; + rdfs:label "Čtvereční Metr na Kelvin"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Κέλβιν"@el ; + rdfs:label "Квадратен Метър на Келвин"@bg ; + rdfs:label "Квадратный Метр на Кельвин"@ru . + +unit:M2-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. + It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, + square meter/kilogram, square metre/kilogram. + This unit is commonly used in the SI unit system. + Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^2/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:MassAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:MassEnergyTransferCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificSurfaceArea ; + qudt:hasReciprocalUnit unit:KiloGM-PER-M2 ; + qudt:iec61360Code "0112/2///62720#UAA750" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA750"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/kg" ; + qudt:ucumCode "m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D21" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Kilogram"@sl ; + rdfs:label "Meter Persegi per Kilogram"@ms ; + rdfs:label "Metr Kwadratowy na Kilogram"@pl ; + rdfs:label "Metrekare per Kilogram"@tr ; + rdfs:label "Metro Cuadrado por Kilogramo"@es ; + rdfs:label "Metro Quadrado por Quilograma"@pt ; + rdfs:label "Metro Quadrato per Chilogrammo"@it ; + rdfs:label "Metru Pătrat pe Kilogram"@ro ; + rdfs:label "Metrum Quadratum per Chiliogramma"@la ; + rdfs:label "Mètre Carré par Kilogramme"@fr ; + rdfs:label "Quadratmeter pro Kilogramm"@de ; + rdfs:label "Square Meter per Kilogram"@en-US ; + rdfs:label "Square Metre per Kilogram" ; + rdfs:label "Square Metre per Kilogram"@en ; + rdfs:label "Čtvereční Metr na Kilogram"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; + rdfs:label "Квадратен Метър на Килограм"@bg ; + rdfs:label "Квадратный Метр на Килограмм"@ru . + +unit:M2-PER-KiloW + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloW ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerPower ; + qudt:hasReciprocalUnit unit:KiloW-PER-M2 ; + qudt:plainTextDescription "A common unit for measuring area per power" ; + qudt:symbol "m²/kW" ; + qudt:ucumCode "m2.kW-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Kilowatt"@sl ; + rdfs:label "Meter Persegi per Kilowatt"@ms ; + rdfs:label "Metr Kwadratowy na Kilowat"@pl ; + rdfs:label "Metrekare per Kilowatt"@tr ; + rdfs:label "Metro Cuadrado por Kilovatio"@es ; + rdfs:label "Metro Quadrato per Chilowatt"@it ; + rdfs:label "Metru Pătrat pe Kilowatt"@ro ; + rdfs:label "Mètre Carré par Kilowatt"@fr ; + rdfs:label "Quadratmeter pro Kilowatt"@de ; + rdfs:label "Square Meter per Kilowatt"@en-US ; + rdfs:label "Square Metre per Kilowatt" ; + rdfs:label "Square Metre per Kilowatt"@en ; + rdfs:label "Čtvereční Metr na Kilowatt"@cs . + +unit:M2-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerLength ; + qudt:hasReciprocalUnit unit:M-PER-M2 ; + qudt:plainTextDescription "square metre divided by metre: plain text description in English" ; + qudt:symbol "m²/m" ; + qudt:ucumCode "m2.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Meter"@sl ; + rdfs:label "Meter Persegi per Meter"@ms ; + rdfs:label "Metr Kwadratowy na Metr"@pl ; + rdfs:label "Metrekare per Metre"@tr ; + rdfs:label "Metro Cuadrado por Metro"@es ; + rdfs:label "Metro Quadrado por Metro"@pt ; + rdfs:label "Metro Quadrato per Metro"@it ; + rdfs:label "Metru Pătrat pe Metru"@ro ; + rdfs:label "Metrum Quadratum per Metrum"@la ; + rdfs:label "Mètre Carré par Mètre"@fr ; + rdfs:label "Quadratmeter pro Meter"@de ; + rdfs:label "Square Meter per Meter"@en-US ; + rdfs:label "Square Metre per Metre" ; + rdfs:label "Square Metre per Metre"@en ; + rdfs:label "Čtvereční Metr na Metr"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Μέτρο"@el ; + rdfs:label "Квадратен Метър на Метър"@bg ; + rdfs:label "Квадратный Метр на Метр"@ru . + +unit:M2-PER-M2 + a qudt:Unit ; + dcterms:description "A square metre unit of area per square metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaRatio ; + qudt:hasReciprocalUnit unit:SR ; + qudt:plainTextDescription "A square metre unit of area per square metre" ; + qudt:qkdvDenominator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L2I0M0H0T0D0 ; + qudt:symbol "m²/m²" ; + qudt:ucumCode "m2.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Kvadratni Meter"@sl ; + rdfs:label "Meter Persegi per Meter Persegi"@ms ; + rdfs:label "Metr Kwadratowy na Metr Kwadratowy"@pl ; + rdfs:label "Metrekare per Metrekare"@tr ; + rdfs:label "Metro Cuadrado por Metro Cuadrado"@es ; + rdfs:label "Metro Quadrado por Metro Quadrado"@pt ; + rdfs:label "Metro Quadrato per Metro Quadrato"@it ; + rdfs:label "Metru Pătrat pe Metru Pătrat"@ro ; + rdfs:label "Metrum Quadratum per Metrum Quadratum"@la ; + rdfs:label "Mètre Carré par Mètre Carré"@fr ; + rdfs:label "Quadratmeter pro Quadratmeter"@de ; + rdfs:label "Square Meter per Square Meter"@en-US ; + rdfs:label "Square Metre per Square Metre" ; + rdfs:label "Square Metre per Square Metre"@en ; + rdfs:label "Čtvereční Metr na Čtvereční Metr"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Квадратен Метър на Квадратен Метър"@bg ; + rdfs:label "Квадратный Метр на Квадратный Метр"@ru . + +unit:M2-PER-MOL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^2/mol$"^^qudt:LatexString ; + qudt:expression "$m^{2}/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MolarAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:MolarAttenuationCoefficient ; + qudt:hasReciprocalUnit unit:MOL-PER-M2 ; + qudt:iec61360Code "0112/2///62720#UAA751" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA751"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/mol" ; + qudt:ucumCode "m2.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D22" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Mol"@sl ; + rdfs:label "Meter Persegi per Mole"@ms ; + rdfs:label "Metr Kwadratowy na Mol"@pl ; + rdfs:label "Metrekare per Mol"@tr ; + rdfs:label "Metro Cuadrado por Mol"@es ; + rdfs:label "Metro Quadrado por Mol"@pt ; + rdfs:label "Metro Quadrato per Mole"@it ; + rdfs:label "Metru Pătrat pe Mol"@ro ; + rdfs:label "Metrum Quadratum per Moles"@la ; + rdfs:label "Mètre Carré par Mole"@fr ; + rdfs:label "Quadratmeter pro Mol"@de ; + rdfs:label "Square Meter per Mole"@en-US ; + rdfs:label "Square Metre per Mole" ; + rdfs:label "Square Metre per Mole"@en ; + rdfs:label "Čtvereční Metr na Mol"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Μολ"@el ; + rdfs:label "Квадратен Метър на Мол"@bg ; + rdfs:label "Квадратный Метр на Моль"@ru . + +unit:M2-PER-N + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasReciprocalUnit unit:N-PER-M2 ; + qudt:hasReciprocalUnit unit:PA ; + qudt:iec61360Code "0112/2///62720#UAB492" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB492"^^xsd:anyURI ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton" ; + qudt:symbol "m²/N" ; + qudt:ucumCode "m2.N-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H59" ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Newton"@sl ; + rdfs:label "Meter Persegi per Newton"@ms ; + rdfs:label "Metr Kwadratowy na Niuton"@pl ; + rdfs:label "Metrekare per Newton"@tr ; + rdfs:label "Metro Cuadrado por Newton"@es ; + rdfs:label "Metro Quadrado por Newton"@pt ; + rdfs:label "Metro Quadrato per Newton"@it ; + rdfs:label "Metru Pătrat pe Newton"@ro ; + rdfs:label "Metrum Quadratum per Newtonium"@la ; + rdfs:label "Mètre Carré par Newton"@fr ; + rdfs:label "Quadratmeter pro Newton"@de ; + rdfs:label "Square Meter per Newton"@en-US ; + rdfs:label "Square Metre per Newton" ; + rdfs:label "Square Metre per Newton"@en ; + rdfs:label "Čtvereční Metr na Newton"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Νιούτον"@el ; + rdfs:label "Квадратен Метър на Нютон"@bg ; + rdfs:label "Квадратный Метр на Ньютон"@ru . + +unit:M2-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The unit $\\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance + or displacement in metres multiplied by distance again in metres and divided by time in seconds. + The unit is written in symbols as $m^2/s$ or $m^22s^{-1}$. + It may be better understood when phrased as $\\textit{metres per second times metres}$, i.e. the momentum + of an object with respect to a position. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{2} s^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:hasQuantityKind quantitykind:DiffusionCoefficient ; + qudt:hasQuantityKind quantitykind:NeutronDiffusionCoefficient ; + qudt:hasQuantityKind quantitykind:ThermalDiffusionRatioCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA752" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA752"^^xsd:anyURI ; + qudt:symbol "m²/s" ; + qudt:ucumCode "m2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "S4" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Sekunda"@sl ; + rdfs:label "Meter Persegi per Saat"@ms ; + rdfs:label "Metr Kwadratowy na Sekunda"@pl ; + rdfs:label "Metrekare per Saniye"@tr ; + rdfs:label "Metro Cuadrado por Segundo"@es ; + rdfs:label "Metro Quadrado por Segundo"@pt ; + rdfs:label "Metro Quadrato per Secondo"@it ; + rdfs:label "Metru Pătrat pe Secundă"@ro ; + rdfs:label "Metrum Quadratum per Secundum"@la ; + rdfs:label "Mètre Carré par Seconde"@fr ; + rdfs:label "Quadratmeter pro Sekunde"@de ; + rdfs:label "Square Meter per Second"@en-US ; + rdfs:label "Square Metre per Second" ; + rdfs:label "Square Metre per Second"@en ; + rdfs:label "Čtvereční Metr na Sekunda"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Метър на Секунда"@bg ; + rdfs:label "Квадратный Метр на Секунда"@ru ; + rdfs:label "متر مربع بر ثانیه"@fa ; + rdfs:label "متر مربع في الثانية"@ar ; + rdfs:label "वर्ग मीटर प्रति सैकिण्ड"@hi ; + rdfs:label "平方メートル毎秒"@ja ; + rdfs:label "平方米每秒"@zh . + +unit:M2-PER-SEC-BAR + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Bar}$ typically refers to a measure of fluid permeability in the + context of materials science or engineering. + It is the volume of fluid (in square metres) that can pass through a material in one second under a pressure difference of one bar. + This unit is particularly important in fields such as petrophysics, hydrogeology, and materials engineering, + where understanding the flow of fluids through porous media is crucial. + A $Bar$ is not an SI unit but is a unit of pressure that is widely used in various scientific and engineering contexts. + A bar is equal to $100,000\\ pascals$, (symbol $Pa$), approximately equal to the atmospheric pressure on Earth at sea level. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB493" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB493"^^xsd:anyURI ; + qudt:symbol "m²/(s·bar)" ; + qudt:ucumCode "m2.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G41" ; + rdfs:isDefinedBy ; + rdfs:label "Square Meter per Second Bar"@en-US ; + rdfs:label "Square Metre per Second Bar" ; + rdfs:label "Square Metre per Second Bar"@en . + +unit:M2-PER-SEC-K + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Kelvin}$ is a heat transfer coefficient that is area-dependent + and varies with time and temperature difference. + Heat transfer is typically defined in terms of watts per square meter per kelvin ($W/m^{2}K$), + representing the rate of heat transfer across a surface per unit area per unit temperature difference. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA753" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA753"^^xsd:anyURI ; + qudt:symbol "m²/(s·K)" ; + qudt:ucumCode "m2.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G09" ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Sekunda Kelvin"@sl ; + rdfs:label "Meter Persegi per Saat Kelvin"@ms ; + rdfs:label "Metr Kwadratowy na Sekunda Kelwin"@pl ; + rdfs:label "Metrekare per Saniye Kelvin"@tr ; + rdfs:label "Metro Cuadrado por Segundo Kelvin"@es ; + rdfs:label "Metro Quadrado por Segundo Kelvin"@pt ; + rdfs:label "Metro Quadrato per Secondo Kelvin"@it ; + rdfs:label "Metru Pătrat pe Secundă Kelvin"@ro ; + rdfs:label "Metrum Quadratum per Secundum Kelvin"@la ; + rdfs:label "Mètre Carré par Seconde Kelvin"@fr ; + rdfs:label "Quadratmeter pro Sekunde Kelvin"@de ; + rdfs:label "Square Meter per Second Kelvin"@en-US ; + rdfs:label "Square Metre per Second Kelvin" ; + rdfs:label "Square Metre per Second Kelvin"@en ; + rdfs:label "Čtvereční Metr na Sekunda Kelvin"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο Κέλβιν"@el ; + rdfs:label "Квадратен Метър на Секунда Келвин"@bg ; + rdfs:label "Квадратный Метр на Секунда Кельвин"@ru . + +unit:M2-PER-SEC-PA + a qudt:Unit ; + dcterms:description """ + The unit $\\textit{Square Metre per Second Pascal}$, symbol $m^{2}/s\\cdot Pa$, is a measure of permeability, which describes the ability + of a material to allow fluids to pass through it under a pressure gradient. + It's particularly relevant in fields like hydrogeology, petroleum engineering, and civil engineering, + where understanding fluid flow through porous materials is essential. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB460" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB460"^^xsd:anyURI ; + qudt:symbol "m²/(s·Pa)" ; + qudt:ucumCode "m2.s-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M82" ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Sekunda Pascal"@sl ; + rdfs:label "Meter Persegi per Saat Pascal"@ms ; + rdfs:label "Metr Kwadratowy na Sekunda Paskal"@pl ; + rdfs:label "Metrekare per Saniye Pascal"@tr ; + rdfs:label "Metro Cuadrado por Segundo Pascal"@es ; + rdfs:label "Metro Quadrado por Segundo Pascal"@pt ; + rdfs:label "Metro Quadrato per Secondo Pascal"@it ; + rdfs:label "Metru Pătrat pe Secundă Pascal"@ro ; + rdfs:label "Metrum Quadratum per Secundum Pascalium"@la ; + rdfs:label "Mètre Carré par Seconde Pascal"@fr ; + rdfs:label "Quadratmeter pro Sekunde Pascal"@de ; + rdfs:label "Square Meter per Second Pascal"@en-US ; + rdfs:label "Square Metre per Second Pascal" ; + rdfs:label "Square Metre per Second Pascal"@en ; + rdfs:label "Čtvereční Metr na Sekunda Pascal"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο Πασκάλ"@el ; + rdfs:label "Квадратен Метър на Секунда Паскал"@bg ; + rdfs:label "Квадратный Метр на Секунда Паскаль"@ru . + +unit:M2-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificModulus ; + qudt:iec61360Code "0112/2///62720#UAD501" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD501"^^xsd:anyURI ; + qudt:symbol "m²/s²" ; + qudt:ucumCode "m2.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Kvadratni Sekunda"@sl ; + rdfs:label "Meter Persegi per Saat Persegi"@ms ; + rdfs:label "Metr Kwadratowy na Sekunda Kwadratowy"@pl ; + rdfs:label "Metrekare per Saniyekare"@tr ; + rdfs:label "Metro Cuadrado por Segundo Cuadrado"@es ; + rdfs:label "Metro Quadrado por Segundo Quadrado"@pt ; + rdfs:label "Metro Quadrato per Secondo Quadrato"@it ; + rdfs:label "Metru Pătrat pe Secundă Pătrat"@ro ; + rdfs:label "Metrum Quadratum per Secundum Quadratum"@la ; + rdfs:label "Mètre Carré par Seconde Carré"@fr ; + rdfs:label "Quadratmeter pro Quadratsekunde"@de ; + rdfs:label "Square Meter per Square Second"@en-US ; + rdfs:label "Square Metre per Square Second" ; + rdfs:label "Square Metre per Square Second"@en ; + rdfs:label "Čtvereční Metr na Čtvereční Sekunda"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Метър на Квадратен Секунда"@bg ; + rdfs:label "Квадратный Метр на Квадратный Секунда"@ru . + +unit:M2-PER-SEC2-K + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificHeatCapacity ; + qudt:plainTextDescription "Unit for expressing the specific heat capacity." ; + qudt:symbol "m²/(s²·K)" ; + qudt:ucumCode "m2.s-2.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Kvadratni Sekunda Kelvin"@sl ; + rdfs:label "Meter Persegi per Saat Persegi Kelvin"@ms ; + rdfs:label "Metr Kwadratowy na Sekunda Kwadratowy Kelwin"@pl ; + rdfs:label "Metrekare per Saniyekare Kelvin"@tr ; + rdfs:label "Metro Cuadrado por Segundo Cuadrado Kelvin"@es ; + rdfs:label "Metro Quadrado por Segundo Quadrado Kelvin"@pt ; + rdfs:label "Metro Quadrato per Secondo Quadrato Kelvin"@it ; + rdfs:label "Metru Pătrat pe Secundă Pătrat Kelvin"@ro ; + rdfs:label "Metrum Quadratum per Secundum Quadratum Kelvin"@la ; + rdfs:label "Mètre Carré par Seconde Carré Kelvin"@fr ; + rdfs:label "Quadratmeter pro Quadratsekunde Kelvin"@de ; + rdfs:label "Square Meter per Square Second Kelvin"@en-US ; + rdfs:label "Square Metre per Square Second Kelvin" ; + rdfs:label "Square Metre per Square Second Kelvin"@en ; + rdfs:label "Čtvereční Metr na Čtvereční Sekunda Kelvin"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο Κέλβιν"@el ; + rdfs:label "Квадратен Метър на Квадратен Секунда Келвин"@bg ; + rdfs:label "Квадратный Метр на Квадратный Секунда Кельвин"@ru . + +unit:M2-PER-SR + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:expression "$m^2/sr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AngularCrossSection ; + qudt:iec61360Code "0112/2///62720#UAA755" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA755"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/sr" ; + qudt:ucumCode "m2.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D24" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Steradian"@sl ; + rdfs:label "Meter Persegi per Steradian"@ms ; + rdfs:label "Metr Kwadratowy na Steradian"@pl ; + rdfs:label "Metrekare per Steradyan"@tr ; + rdfs:label "Metro Cuadrado por Estereorradián"@es ; + rdfs:label "Metro Quadrado por Esterradiano"@pt ; + rdfs:label "Metro Quadrato per Steradiante"@it ; + rdfs:label "Metru Pătrat pe Steradian"@ro ; + rdfs:label "Metrum Quadratum per Steradian"@la ; + rdfs:label "Mètre Carré par Stéradian"@fr ; + rdfs:label "Quadratmeter pro Steradiant"@de ; + rdfs:label "Square Meter per Steradian"@en-US ; + rdfs:label "Square Metre per Steradian" ; + rdfs:label "Square Metre per Steradian"@en ; + rdfs:label "Čtvereční Metr na Steradián"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Στερακτίνιο"@el ; + rdfs:label "Квадратен Метър на Стерадиан"@bg ; + rdfs:label "Квадратный Метр на Стерадиан"@ru . + +unit:M2-PER-SR-J + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:expression "$m^2/sr-j$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralAngularCrossSection ; + qudt:iec61360Code "0112/2///62720#UAA756" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA756"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/(sr·J)" ; + qudt:ucumCode "m2.sr-1.J-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D25" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Steradian Joule"@sl ; + rdfs:label "Meter Persegi per Steradian Joule"@ms ; + rdfs:label "Metr Kwadratowy na Steradian Dżul"@pl ; + rdfs:label "Metrekare per Steradyan Joule"@tr ; + rdfs:label "Metro Cuadrado por Estereorradián Julio"@es ; + rdfs:label "Metro Quadrado por Esterradiano Joule"@pt ; + rdfs:label "Metro Quadrato per Steradiante Joule"@it ; + rdfs:label "Metru Pătrat pe Steradian Joule"@ro ; + rdfs:label "Metrum Quadratum per Steradian Joulium"@la ; + rdfs:label "Mètre Carré par Stéradian Joule"@fr ; + rdfs:label "Quadratmeter pro Steradiant Joule"@de ; + rdfs:label "Square Meter per Steradian Joule"@en-US ; + rdfs:label "Square Metre per Steradian Joule" ; + rdfs:label "Square Metre per Steradian Joule"@en ; + rdfs:label "Čtvereční Metr na Steradián Joule"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Στερακτίνιο Τζάουλ"@el ; + rdfs:label "Квадратен Метър на Стерадиан Джаул"@bg ; + rdfs:label "Квадратный Метр на Стерадиан Джоуль"@ru . + +unit:M2-PER-V-SEC + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^2/v-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:Mobility ; + qudt:iec61360Code "0112/2///62720#UAA748" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA748"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "m²/(V·s)" ; + qudt:ucumCode "m2.V-1.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D26" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Volt Sekunda"@sl ; + rdfs:label "Meter Persegi per Volt Saat"@ms ; + rdfs:label "Metr Kwadratowy na Wolt Sekunda"@pl ; + rdfs:label "Metrekare per Volt Saniye"@tr ; + rdfs:label "Metro Cuadrado por Voltio Segundo"@es ; + rdfs:label "Metro Quadrado por Volt Segundo"@pt ; + rdfs:label "Metro Quadrato per Volt Secondo"@it ; + rdfs:label "Metru Pătrat pe Volt Secundă"@ro ; + rdfs:label "Metrum Quadratum per Voltium Secundum"@la ; + rdfs:label "Mètre Carré par Volt Seconde"@fr ; + rdfs:label "Quadratmeter pro Volt Sekunde"@de ; + rdfs:label "Square Meter per Volt Second"@en-US ; + rdfs:label "Square Metre per Volt Second" ; + rdfs:label "Square Metre per Volt Second"@en ; + rdfs:label "Čtvereční Metr na Volt Sekunda"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Βολτ Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Метър на Волт Секунда"@bg ; + rdfs:label "Квадратный Метр на Вольт Секунда"@ru . + +unit:M2-PER-W + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerPower ; + qudt:hasReciprocalUnit unit:W-PER-M2 ; + qudt:plainTextDescription "A common unit for measuring area per power" ; + qudt:symbol "m²/W" ; + qudt:ucumCode "m2.W-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter na Watt"@sl ; + rdfs:label "Meter Persegi per Watt"@ms ; + rdfs:label "Metr Kwadratowy na Wat"@pl ; + rdfs:label "Metrekare per Watt"@tr ; + rdfs:label "Metro Cuadrado por Vatio"@es ; + rdfs:label "Metro Quadrado por Watt"@pt ; + rdfs:label "Metro Quadrato per Watt"@it ; + rdfs:label "Metru Pătrat pe Watt"@ro ; + rdfs:label "Metrum Quadratum per Wattium"@la ; + rdfs:label "Mètre Carré par Watt"@fr ; + rdfs:label "Quadratmeter pro Watt"@de ; + rdfs:label "Square Meter per Watt"@en-US ; + rdfs:label "Square Metre per Watt" ; + rdfs:label "Square Metre per Watt"@en ; + rdfs:label "Čtvereční Metr na Watt"@cs ; + rdfs:label "Τετραγωνικό Μέτρο ανά Βατ"@el ; + rdfs:label "Квадратен Метър на Ват"@bg ; + rdfs:label "Квадратный Метр на Ватт"@ru . + +unit:M2-SEC-PER-RAD + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m²·s/rad" ; + qudt:ucumCode "m2.s.rad-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter Sekunda na Radian"@sl ; + rdfs:label "Meter Persegi Saat per Radian"@ms ; + rdfs:label "Metr Kwadratowy Sekunda na Radian"@pl ; + rdfs:label "Metrekare Saniye per Radyan"@tr ; + rdfs:label "Metro Cuadrado Segundo por Radián"@es ; + rdfs:label "Metro Quadrado Segundo por Radiano"@pt ; + rdfs:label "Metro Quadrato Secondo per Radiante"@it ; + rdfs:label "Metru Pătrat Secundă pe Radian"@ro ; + rdfs:label "Metrum Quadratum Secundum per Radian"@la ; + rdfs:label "Mètre Carré Seconde par Radian"@fr ; + rdfs:label "Quadratmeter Sekunde pro Radiant"@de ; + rdfs:label "Square Meter Second per Radian"@en-US ; + rdfs:label "Square Metre Second per Radian" ; + rdfs:label "Square Metre Second per Radian"@en ; + rdfs:label "Čtvereční Metr Sekunda na Radián"@cs ; + rdfs:label "Τετραγωνικό Μέτρο Δευτερόλεπτο ανά Ακτίνιο"@el ; + rdfs:label "Квадратен Метър Секунда на Радиан"@bg ; + rdfs:label "Квадратный Метр Секунда на Радиан"@ru . + +unit:M2-SR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Square Meter Steradian\" is a unit for 'Area Angle' expressed as $m^{2}-sr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{2}-sr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:AreaAngle ; + qudt:symbol "m²·sr" ; + qudt:ucumCode "m2.sr"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Meter Steradian"@sl ; + rdfs:label "Meter Persegi Steradian"@ms ; + rdfs:label "Metr Kwadratowy Steradian"@pl ; + rdfs:label "Metrekare Steradyan"@tr ; + rdfs:label "Metro Cuadrado Estereorradián"@es ; + rdfs:label "Metro Quadrado Esterradiano"@pt ; + rdfs:label "Metro Quadrato Steradiante"@it ; + rdfs:label "Metru Pătrat Steradian"@ro ; + rdfs:label "Metrum Quadratum Steradian"@la ; + rdfs:label "Mètre Carré Stéradian"@fr ; + rdfs:label "Quadratmeter Steradiant"@de ; + rdfs:label "Square Meter Steradian"@en-US ; + rdfs:label "Square Metre Steradian" ; + rdfs:label "Square Metre Steradian"@en ; + rdfs:label "Čtvereční Metr Steradián"@cs ; + rdfs:label "Τετραγωνικό Μέτρο Στερακτίνιο"@el ; + rdfs:label "Квадратен Метър Стерадиан"@bg ; + rdfs:label "Квадратный Метр Стерадиан"@ru . + +unit:M3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Cubic_metre"^^xsd:anyURI ; + qudt:expression "$m^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SectionModulus ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:hasReciprocalUnit unit:PER-M3 ; + qudt:iec61360Code "0112/2///62720#UAA757" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA757"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678"^^xsd:anyURI ; + qudt:symbol "m³" ; + qudt:ucumCode "m3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MTQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter"@en-US ; + rdfs:label "Cubic Metre" ; + rdfs:label "Cubic Metre"@en ; + rdfs:label "Kubikmeter"@de ; + rdfs:label "Kubični Meter"@sl ; + rdfs:label "Meter Kubik"@ms ; + rdfs:label "Metr Krychlový"@cs ; + rdfs:label "Metr Sześcienny"@pl ; + rdfs:label "Metreküp"@tr ; + rdfs:label "Metro Cubo"@it ; + rdfs:label "Metro Cúbico"@es ; + rdfs:label "Metro Cúbico"@pt ; + rdfs:label "Metru Cub"@ro ; + rdfs:label "Metrum Cubicum"@la ; + rdfs:label "Mètre Cube"@fr ; + rdfs:label "Κυβικό Μέτρο"@el ; + rdfs:label "Кубичен Метър"@bg ; + rdfs:label "Кубический Метр"@ru ; + rdfs:label "מטר מעוקב"@he ; + rdfs:label "متر مكعب"@ar ; + rdfs:label "متر مکعب"@fa ; + rdfs:label "घन मीटर"@hi ; + rdfs:label "立方メートル"@ja ; + rdfs:label "立方米"@zh . + +unit:M3-PER-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA759" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA759"^^xsd:anyURI ; + qudt:symbol "m³/bar" ; + qudt:ucumCode "m3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G96" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Bar"@en-US ; + rdfs:label "Cubic Metre per Bar" ; + rdfs:label "Cubic Metre per Bar"@en . + +unit:M3-PER-C + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^3/c$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:HallCoefficient ; + qudt:hasReciprocalUnit unit:C-PER-M3 ; + qudt:iec61360Code "0112/2///62720#UAB143" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB143"^^xsd:anyURI ; + qudt:symbol "m³/C" ; + qudt:ucumCode "m3.C-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A38" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Coulomb"@en-US ; + rdfs:label "Cubic Metre per Coulomb" ; + rdfs:label "Cubic Metre per Coulomb"@en ; + rdfs:label "Kubikmeter pro Coulomb"@de ; + rdfs:label "Kubični Meter na Coulomb"@sl ; + rdfs:label "Meter Kubik per Coulomb"@ms ; + rdfs:label "Metr Krychlový na Coulomb"@cs ; + rdfs:label "Metr Sześcienny na Kulomb"@pl ; + rdfs:label "Metreküp per Coulomb"@tr ; + rdfs:label "Metro Cubo per Coulomb"@it ; + rdfs:label "Metro Cúbico por Coulomb"@pt ; + rdfs:label "Metro Cúbico por Culombio"@es ; + rdfs:label "Metru Cub pe Coulomb"@ro ; + rdfs:label "Metrum Cubicum per Coulombium"@la ; + rdfs:label "Mètre Cube par Coulomb"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Κουλόμπ"@el ; + rdfs:label "Кубичен Метър на Кулон"@bg ; + rdfs:label "Кубический Метр на Кулон"@ru . + +unit:M3-PER-DAY + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA760" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA760"^^xsd:anyURI ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit day" ; + qudt:symbol "m³/d" ; + qudt:ucumCode "m3.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G52" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Day"@en-US ; + rdfs:label "Cubic Metre per Day" ; + rdfs:label "Cubic Metre per Day"@en . + +unit:M3-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-10 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA762" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA762"^^xsd:anyURI ; + qudt:symbol "m³/(d·bar)" ; + qudt:ucumCode "m3.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G86" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Day Bar"@en-US ; + rdfs:label "Cubic Metre per Day Bar" ; + rdfs:label "Cubic Metre per Day Bar"@en . + +unit:M3-PER-DAY-K + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA761" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA761"^^xsd:anyURI ; + qudt:symbol "m³/(d·K)" ; + qudt:ucumCode "m3.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G69" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Day Kelvin"@en-US ; + rdfs:label "Cubic Metre per Day Kelvin" ; + rdfs:label "Cubic Metre per Day Kelvin"@en . + +unit:M3-PER-HA + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumePerArea ; + qudt:symbol "m³/ha" ; + qudt:ucumCode "m3.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Hectare"@en-US ; + rdfs:label "Cubic Metre per Hectare" ; + rdfs:label "Cubic Metre per Hectare"@en . + +unit:M3-PER-HA-YR + a qudt:Unit ; + qudt:conversionMultiplier 0.000000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-12 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SurfaceRelatedVolumeFlow ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit hectare and by the unit year" ; + qudt:symbol "m³/(ha·a)" ; + qudt:ucumCode "m3.har-1.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Hectare Year"@en-US ; + rdfs:label "Cubic Metre per Hectare Year" ; + rdfs:label "Cubic Metre per Hectare Year"@en . + +unit:M3-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/h, cubic metre/h, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$m^{3}/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA763" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA763"^^xsd:anyURI ; + qudt:symbol "m³/h" ; + qudt:ucumCode "m3.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MQH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Hour"@en-US ; + rdfs:label "Cubic Metre per Hour" ; + rdfs:label "Cubic Metre per Hour"@en . + +unit:M3-PER-HR-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 diveded by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-9 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA765" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA765"^^xsd:anyURI ; + qudt:symbol "m³/(h·bar)" ; + qudt:ucumCode "m3.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G87" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Hour Bar"@en-US ; + rdfs:label "Cubic Metre per Hour Bar" ; + rdfs:label "Cubic Metre per Hour Bar"@en . + +unit:M3-PER-HR-K + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA764" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA764"^^xsd:anyURI ; + qudt:symbol "m³/(h·K)" ; + qudt:ucumCode "m3.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G70" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Hour Kelvin"@en-US ; + rdfs:label "Cubic Metre per Hour Kelvin" ; + rdfs:label "Cubic Metre per Hour Kelvin"@en . + +unit:M3-PER-K + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m3-per-k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA758" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA758"^^xsd:anyURI ; + qudt:symbol "m³/K" ; + qudt:ucumCode "m3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G29" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Kelvin"@en-US ; + rdfs:label "Cubic Metre per Kelvin" ; + rdfs:label "Cubic Metre per Kelvin"@en ; + rdfs:label "Kubikmeter pro Kelvin"@de ; + rdfs:label "Kubični Meter na Kelvin"@sl ; + rdfs:label "Meter Kubik per Kelvin"@ms ; + rdfs:label "Metr Krychlový na Kelvin"@cs ; + rdfs:label "Metr Sześcienny na Kelwin"@pl ; + rdfs:label "Metreküp per Kelvin"@tr ; + rdfs:label "Metro Cubo per Kelvin"@it ; + rdfs:label "Metro Cúbico por Kelvin"@es ; + rdfs:label "Metro Cúbico por Kelvin"@pt ; + rdfs:label "Metru Cub pe Kelvin"@ro ; + rdfs:label "Metrum Cubicum per Kelvin"@la ; + rdfs:label "Mètre Cube par Kelvin"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Κέλβιν"@el ; + rdfs:label "Кубичен Метър на Келвин"@bg ; + rdfs:label "Кубический Метр на Кельвин"@ru . + +unit:M3-PER-KiloGM + a qudt:Unit ; + dcterms:description "Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{3}/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:hasReciprocalUnit unit:KiloGM-PER-M3 ; + qudt:iec61360Code "0112/2///62720#UAA766" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA766"^^xsd:anyURI ; + qudt:symbol "m³/kg" ; + qudt:ucumCode "m3.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A39" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Kilogram"@en-US ; + rdfs:label "Cubic Metre per Kilogram" ; + rdfs:label "Cubic Metre per Kilogram"@en ; + rdfs:label "Kubikmeter pro Kilogramm"@de ; + rdfs:label "Kubični Meter na Kilogram"@sl ; + rdfs:label "Meter Kubik per Kilogram"@ms ; + rdfs:label "Metr Krychlový na Kilogram"@cs ; + rdfs:label "Metr Sześcienny na Kilogram"@pl ; + rdfs:label "Metreküp per Kilogram"@tr ; + rdfs:label "Metro Cubo per Chilogrammo"@it ; + rdfs:label "Metro Cúbico por Kilogramo"@es ; + rdfs:label "Metro Cúbico por Quilograma"@pt ; + rdfs:label "Metru Cub pe Kilogram"@ro ; + rdfs:label "Metrum Cubicum per Chiliogramma"@la ; + rdfs:label "Mètre Cube par Kilogramme"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Χιλιόγραμμο"@el ; + rdfs:label "Кубичен Метър на Килограм"@bg ; + rdfs:label "Кубический Метр на Килограмм"@ru . + +unit:M3-PER-KiloGM-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{3} kg^{-1} s^{-2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m³/(kg·s²)" ; + qudt:ucumCode "m3.kg-1.s-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Kilogram Square Second"@en-US ; + rdfs:label "Cubic Metre per Kilogram Square Second" ; + rdfs:label "Cubic Metre per Kilogram Square Second"@en ; + rdfs:label "Kubikmeter pro Kilogramm Quadratsekunde"@de ; + rdfs:label "Kubični Meter na Kilogram Kvadratni Sekunda"@sl ; + rdfs:label "Meter Kubik per Kilogram Saat Persegi"@ms ; + rdfs:label "Metr Krychlový na Kilogram Čtvereční Sekunda"@cs ; + rdfs:label "Metr Sześcienny na Kilogram Sekunda Kwadratowy"@pl ; + rdfs:label "Metreküp per Kilogram Saniyekare"@tr ; + rdfs:label "Metro Cubo per Chilogrammo Secondo Quadrato"@it ; + rdfs:label "Metro Cúbico por Kilogramo Segundo Cuadrado"@es ; + rdfs:label "Metro Cúbico por Quilograma Segundo Quadrado"@pt ; + rdfs:label "Metru Cub pe Kilogram Secundă Pătrat"@ro ; + rdfs:label "Metrum Cubicum per Chiliogramma Secundum Quadratum"@la ; + rdfs:label "Mètre Cube par Kilogramme Seconde Carré"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Χιλιόγραμμο Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Кубичен Метър на Килограм Квадратен Секунда"@bg ; + rdfs:label "Кубический Метр на Килограмм Квадратный Секунда"@ru . + +unit:M3-PER-M2 + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumePerArea ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "m³/m²" ; + qudt:ucumCode "m3.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H60" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Square Meter"@en-US ; + rdfs:label "Cubic Metre per Square Metre" ; + rdfs:label "Cubic Metre per Square Metre"@en ; + rdfs:label "Kubikmeter pro Quadratmeter"@de ; + rdfs:label "Kubični Meter na Kvadratni Meter"@sl ; + rdfs:label "Meter Kubik per Meter Persegi"@ms ; + rdfs:label "Metr Krychlový na Čtvereční Metr"@cs ; + rdfs:label "Metr Sześcienny na Metr Kwadratowy"@pl ; + rdfs:label "Metreküp per Metrekare"@tr ; + rdfs:label "Metro Cubo per Metro Quadrato"@it ; + rdfs:label "Metro Cúbico por Metro Cuadrado"@es ; + rdfs:label "Metro Cúbico por Metro Quadrado"@pt ; + rdfs:label "Metru Cub pe Metru Pătrat"@ro ; + rdfs:label "Metrum Cubicum per Metrum Quadratum"@la ; + rdfs:label "Mètre Cube par Mètre Carré"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Кубичен Метър на Квадратен Метър"@bg ; + rdfs:label "Кубический Метр на Квадратный Метр"@ru . + +unit:M3-PER-M3 + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA767" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA767"^^xsd:anyURI ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "m³/m³" ; + qudt:ucumCode "m3.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H60" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Cubic Meter"@en-US ; + rdfs:label "Cubic Metre per Cubic Metre" ; + rdfs:label "Cubic Metre per Cubic Metre"@en ; + rdfs:label "Kubikmeter pro Kubikmeter"@de ; + rdfs:label "Kubični Meter na Kubični Meter"@sl ; + rdfs:label "Meter Kubik per Meter Kubik"@ms ; + rdfs:label "Metr Krychlový na Metr Krychlový"@cs ; + rdfs:label "Metr Sześcienny na Metr Sześcienny"@pl ; + rdfs:label "Metreküp per Metreküp"@tr ; + rdfs:label "Metro Cubo per Metro Cubo"@it ; + rdfs:label "Metro Cúbico por Metro Cúbico"@es ; + rdfs:label "Metro Cúbico por Metro Cúbico"@pt ; + rdfs:label "Metru Cub pe Metru Cub"@ro ; + rdfs:label "Metrum Cubicum per Metrum Cubicum"@la ; + rdfs:label "Mètre Cube par Mètre Cube"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Κυβικό Μέτρο"@el ; + rdfs:label "Кубичен Метър на Кубичен Метър"@bg ; + rdfs:label "Кубический Метр на Кубический Метр"@ru . + +unit:M3-PER-MIN + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA768" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA768"^^xsd:anyURI ; + qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit minute" ; + qudt:symbol "m³/min" ; + qudt:ucumCode "m3.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G53" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Minute"@en-US ; + rdfs:label "Cubic Metre per Minute" ; + rdfs:label "Cubic Metre per Minute"@en . + +unit:M3-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-7 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA770" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA770"^^xsd:anyURI ; + qudt:symbol "m³/(min·bar)" ; + qudt:ucumCode "m3.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G88" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Minute Bar"@en-US ; + rdfs:label "Cubic Metre per Minute Bar" ; + rdfs:label "Cubic Metre per Minute Bar"@en . + +unit:M3-PER-MIN-K + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA769" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA769"^^xsd:anyURI ; + qudt:symbol "m³/(min·K)" ; + qudt:ucumCode "m3.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G71" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Minute Kelvin"@en-US ; + rdfs:label "Cubic Metre per Minute Kelvin" ; + rdfs:label "Cubic Metre per Minute Kelvin"@en . + +unit:M3-PER-MOL + a qudt:Unit ; + dcterms:description "

The molar volume, symbol $Vm$, 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. It has the SI unit cubic metres per mole $m3/mol$, although it is more practical to use the units cubic decimetres per mole $dm3/mol$ for gases and cubic centimetres per mole $cm3/mol$ for liquids and solids

."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{3} mol^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MolarRefractivity ; + qudt:hasQuantityKind quantitykind:MolarVolume ; + qudt:hasReciprocalUnit unit:MOL-PER-M3 ; + qudt:iec61360Code "0112/2///62720#UAA771" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA771"^^xsd:anyURI ; + qudt:symbol "m³/mol" ; + qudt:ucumCode "m3.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "A40" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Mole"@en-US ; + rdfs:label "Cubic Metre per Mole" ; + rdfs:label "Cubic Metre per Mole"@en ; + rdfs:label "Kubikmeter pro Mol"@de ; + rdfs:label "Kubični Meter na Mol"@sl ; + rdfs:label "Meter Kubik per Mole"@ms ; + rdfs:label "Metr Krychlový na Mol"@cs ; + rdfs:label "Metr Sześcienny na Mol"@pl ; + rdfs:label "Metreküp per Mol"@tr ; + rdfs:label "Metro Cubo per Mole"@it ; + rdfs:label "Metro Cúbico por Mol"@es ; + rdfs:label "Metro Cúbico por Mol"@pt ; + rdfs:label "Metru Cub pe Mol"@ro ; + rdfs:label "Metrum Cubicum per Moles"@la ; + rdfs:label "Mètre Cube par Mole"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Μολ"@el ; + rdfs:label "Кубичен Метър на Мол"@bg ; + rdfs:label "Кубический Метр на Моль"@ru ; + rdfs:label "متر مكعب لكل مول"@ar ; + rdfs:label "متر مکعب بر مول"@fa ; + rdfs:label "घन मीटर प्रति मोल (इकाई)"@hi ; + rdfs:label "立方メートル 毎立方メートル"@ja ; + rdfs:label "立方米每摩尔"@zh . + +unit:M3-PER-MOL-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AtmosphericHydroxylationRate ; + qudt:hasQuantityKind quantitykind:SecondOrderReactionRateConstant ; + qudt:symbol "m³/(mol·s)" ; + qudt:ucumCode "m3.mol-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Mole Second"@en-US ; + rdfs:label "Cubic Metre per Mole Second" ; + rdfs:label "Cubic Metre per Mole Second"@en ; + rdfs:label "Kubikmeter pro Mol Sekunde"@de ; + rdfs:label "Kubični Meter na Mol Sekunda"@sl ; + rdfs:label "Meter Kubik per Mole Saat"@ms ; + rdfs:label "Metr Krychlový na Mol Sekunda"@cs ; + rdfs:label "Metr Sześcienny na Mol Sekunda"@pl ; + rdfs:label "Metreküp per Mol Saniye"@tr ; + rdfs:label "Metro Cubo per Mole Secondo"@it ; + rdfs:label "Metro Cúbico por Mol Segundo"@es ; + rdfs:label "Metro Cúbico por Mol Segundo"@pt ; + rdfs:label "Metru Cub pe Mol Secundă"@ro ; + rdfs:label "Metrum Cubicum per Moles Secundum"@la ; + rdfs:label "Mètre Cube par Mole Seconde"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Μολ Δευτερόλεπτο"@el ; + rdfs:label "Кубичен Метър на Мол Секунда"@bg ; + rdfs:label "Кубический Метр на Моль Секунда"@ru . + +unit:M3-PER-PA + a qudt:Unit ; + dcterms:description "power of the SI base unit meter by exponent 3 divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB323" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB323"^^xsd:anyURI ; + qudt:symbol "m³/Pa" ; + qudt:ucumCode "m3.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M71" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Pascal"@en-US ; + rdfs:label "Cubic Metre per Pascal" ; + rdfs:label "Cubic Metre per Pascal"@en ; + rdfs:label "Kubikmeter pro Pascal"@de ; + rdfs:label "Kubični Meter na Pascal"@sl ; + rdfs:label "Meter Kubik per Pascal"@ms ; + rdfs:label "Metr Krychlový na Pascal"@cs ; + rdfs:label "Metr Sześcienny na Paskal"@pl ; + rdfs:label "Metreküp per Pascal"@tr ; + rdfs:label "Metro Cubo per Pascal"@it ; + rdfs:label "Metro Cúbico por Pascal"@es ; + rdfs:label "Metro Cúbico por Pascal"@pt ; + rdfs:label "Metru Cub pe Pascal"@ro ; + rdfs:label "Metrum Cubicum per Pascalium"@la ; + rdfs:label "Mètre Cube par Pascal"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Πασκάλ"@el ; + rdfs:label "Кубичен Метър на Паскал"@bg ; + rdfs:label "Кубический Метр на Паскаль"@ru . + +unit:M3-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A cubic metre per second ($m^{3}s^{-1}, m^{3}/s$), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$m^{3}/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:RecombinationCoefficient ; + qudt:hasQuantityKind quantitykind:SoundVolumeVelocity ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA772" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA772"^^xsd:anyURI ; + qudt:symbol "m³/s" ; + qudt:ucumCode "m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MQS" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Second"@en-US ; + rdfs:label "Cubic Metre per Second" ; + rdfs:label "Cubic Metre per Second"@en ; + rdfs:label "Kubikmeter pro Sekunde"@de ; + rdfs:label "Kubični Meter na Sekunda"@sl ; + rdfs:label "Meter Kubik per Saat"@ms ; + rdfs:label "Metr Krychlový na Sekunda"@cs ; + rdfs:label "Metr Sześcienny na Sekunda"@pl ; + rdfs:label "Metreküp per Saniye"@tr ; + rdfs:label "Metro Cubo per Secondo"@it ; + rdfs:label "Metro Cúbico por Segundo"@es ; + rdfs:label "Metro Cúbico por Segundo"@pt ; + rdfs:label "Metru Cub pe Secundă"@ro ; + rdfs:label "Metrum Cubicum per Secundum"@la ; + rdfs:label "Mètre Cube par Seconde"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο"@el ; + rdfs:label "Кубичен Метър на Секунда"@bg ; + rdfs:label "Кубический Метр на Секунда"@ru . + +unit:M3-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA774" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA774"^^xsd:anyURI ; + qudt:symbol "m³/(s·bar)" ; + qudt:ucumCode "m3.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G89" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Second Bar"@en-US ; + rdfs:label "Cubic Metre per Second Bar" ; + rdfs:label "Cubic Metre per Second Bar"@en . + +unit:M3-PER-SEC-K + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the expontent 3 divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA773" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA773"^^xsd:anyURI ; + qudt:symbol "m³/(s·K)" ; + qudt:ucumCode "m3.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G72" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Second Kelvin"@en-US ; + rdfs:label "Cubic Metre per Second Kelvin" ; + rdfs:label "Cubic Metre per Second Kelvin"@en ; + rdfs:label "Kubikmeter pro Sekunde Kelvin"@de ; + rdfs:label "Kubični Meter na Sekunda Kelvin"@sl ; + rdfs:label "Meter Kubik per Saat Kelvin"@ms ; + rdfs:label "Metr Krychlový na Sekunda Kelvin"@cs ; + rdfs:label "Metr Sześcienny na Sekunda Kelwin"@pl ; + rdfs:label "Metreküp per Saniye Kelvin"@tr ; + rdfs:label "Metro Cubo per Secondo Kelvin"@it ; + rdfs:label "Metro Cúbico por Segundo Kelvin"@es ; + rdfs:label "Metro Cúbico por Segundo Kelvin"@pt ; + rdfs:label "Metru Cub pe Secundă Kelvin"@ro ; + rdfs:label "Metrum Cubicum per Secundum Kelvin"@la ; + rdfs:label "Mètre Cube par Seconde Kelvin"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο Κέλβιν"@el ; + rdfs:label "Кубичен Метър на Секунда Келвин"@bg ; + rdfs:label "Кубический Метр на Секунда Кельвин"@ru . + +unit:M3-PER-SEC-M2 + a qudt:Unit ; + dcterms:description "unit of volume flow cubic meters by the SI base unit second related to the transmission surface in square metres" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:SurfaceRelatedVolumeFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB325" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB325"^^xsd:anyURI ; + qudt:symbol "m³/(s·m²)" ; + qudt:ucumCode "m3.s-1.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P87" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Second Square Meter"@en-US ; + rdfs:label "Cubic Metre per Second Square Metre" ; + rdfs:label "Cubic Metre per Second Square Metre"@en ; + rdfs:label "Kubikmeter pro Sekunde Quadratmeter"@de ; + rdfs:label "Kubični Meter na Sekunda Kvadratni Meter"@sl ; + rdfs:label "Meter Kubik per Saat Meter Persegi"@ms ; + rdfs:label "Metr Krychlový na Sekunda Čtvereční Metr"@cs ; + rdfs:label "Metr Sześcienny na Sekunda Metr Kwadratowy"@pl ; + rdfs:label "Metreküp per Saniye Metrekare"@tr ; + rdfs:label "Metro Cubo per Secondo Metro Quadrato"@it ; + rdfs:label "Metro Cúbico por Segundo Metro Cuadrado"@es ; + rdfs:label "Metro Cúbico por Segundo Metro Quadrado"@pt ; + rdfs:label "Metru Cub pe Secundă Metru Pătrat"@ro ; + rdfs:label "Metrum Cubicum per Secundum Metrum Quadratum"@la ; + rdfs:label "Mètre Cube par Seconde Mètre Carré"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο Τετραγωνικό Μέτρο"@el ; + rdfs:label "Кубичен Метър на Секунда Квадратен Метър"@bg ; + rdfs:label "Кубический Метр на Секунда Квадратный Метр"@ru . + +unit:M3-PER-SEC-PA + a qudt:Unit ; + dcterms:description "power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:PA-SEC-PER-M3 ; + qudt:iec61360Code "0112/2///62720#UAB322" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB322"^^xsd:anyURI ; + qudt:symbol "m³/(s·Pa)" ; + qudt:ucumCode "m3.s-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N45" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Second Pascal"@en-US ; + rdfs:label "Cubic Metre per Second Pascal" ; + rdfs:label "Cubic Metre per Second Pascal"@en ; + rdfs:label "Kubikmeter pro Sekunde Pascal"@de ; + rdfs:label "Kubični Meter na Sekunda Pascal"@sl ; + rdfs:label "Meter Kubik per Saat Pascal"@ms ; + rdfs:label "Metr Krychlový na Sekunda Pascal"@cs ; + rdfs:label "Metr Sześcienny na Sekunda Paskal"@pl ; + rdfs:label "Metreküp per Saniye Pascal"@tr ; + rdfs:label "Metro Cubo per Secondo Pascal"@it ; + rdfs:label "Metro Cúbico por Segundo Pascal"@es ; + rdfs:label "Metro Cúbico por Segundo Pascal"@pt ; + rdfs:label "Metru Cub pe Secundă Pascal"@ro ; + rdfs:label "Metrum Cubicum per Secundum Pascalium"@la ; + rdfs:label "Mètre Cube par Seconde Pascal"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο Πασκάλ"@el ; + rdfs:label "Кубичен Метър на Секунда Паскал"@bg ; + rdfs:label "Кубический Метр на Секунда Паскаль"@ru . + +unit:M3-PER-SEC2 + a qudt:Unit ; + dcterms:description "$\\textit{Cubic Meter per Square Second}$ is a C.G.S System unit for $\\textit{Standard Gravitational Parameter}$ expressed as $m^3/s^2$"^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^3/s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:StandardGravitationalParameter ; + qudt:symbol "m³/s²" ; + qudt:ucumCode "m3.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Square Second"@en-US ; + rdfs:label "Cubic Metre per Square Second" ; + rdfs:label "Cubic Metre per Square Second"@en ; + rdfs:label "Kubikmeter pro Quadratsekunde"@de ; + rdfs:label "Kubični Meter na Kvadratni Sekunda"@sl ; + rdfs:label "Meter Kubik per Saat Persegi"@ms ; + rdfs:label "Metr Krychlový na Čtvereční Sekunda"@cs ; + rdfs:label "Metr Sześcienny na Sekunda Kwadratowy"@pl ; + rdfs:label "Metreküp per Saniyekare"@tr ; + rdfs:label "Metro Cubo per Secondo Quadrato"@it ; + rdfs:label "Metro Cúbico por Segundo Cuadrado"@es ; + rdfs:label "Metro Cúbico por Segundo Quadrado"@pt ; + rdfs:label "Metru Cub pe Secundă Pătrat"@ro ; + rdfs:label "Metrum Cubicum per Secundum Quadratum"@la ; + rdfs:label "Mètre Cube par Seconde Carré"@fr ; + rdfs:label "Κυβικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Кубичен Метър на Квадратен Секунда"@bg ; + rdfs:label "Кубический Метр на Квадратный Секунда"@ru . + +unit:M3-PER-YR + a qudt:Unit ; + dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:plainTextDescription "cubic meter divided by the unit year with 365 days" ; + qudt:symbol "m³/a" ; + qudt:ucumCode "m3.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Meter per Year"@en-US ; + rdfs:label "Cubic Metre per Year" ; + rdfs:label "Cubic Metre per Year"@en ; + rdfs:label "Kubieke Meter per Jaar"@nl . + +unit:M4 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit associated with area moments of inertia."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quartic_metre"^^xsd:anyURI ; + qudt:expression "$m^{4}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAA737" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA737"^^xsd:anyURI ; + qudt:symbol "m⁴" ; + qudt:ucumCode "m4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B83" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meter hoch vier"@de ; + rdfs:label "Quartic Meter"@en-US ; + rdfs:label "Quartic Metre" ; + rdfs:label "Quartic Metre"@en . + +unit:M4-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "m⁴/s" ; + qudt:ucumCode "m4.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter hoch vier pro Sekunde"@de ; + rdfs:label "Quartic Meter per Second"@en-US ; + rdfs:label "Quartic Metre per Second" ; + rdfs:label "Quartic Metre per Second"@en . + +unit:M5 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^{5}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L5I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 5 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SectionAreaIntegral ; + qudt:symbol "m⁵" ; + qudt:ucumCode "m5"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter hoch fünf"@de ; + rdfs:label "Quintic Meter"@en-US ; + rdfs:label "Quintic Metre" ; + rdfs:label "Quintic Metre"@en . + +unit:M6 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^{6}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L6I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 6 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:WarpingConstant ; + qudt:symbol "m⁶" ; + qudt:ucumCode "m6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meter hoch sechs"@de ; + rdfs:label "Sextic Meter"@en-US ; + rdfs:label "Sextic Metre" ; + rdfs:label "Sextic Metre"@en . + +unit:MACH + a qudt:DimensionlessUnit, qudt:Unit ; + dcterms:description "\"Mach\" is a unit for speed as a multiple of the ambient speed of sound, expressed as $mach$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mach"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:MachNumber ; + qudt:iec61360Code "0112/2///62720#UAB595" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB595"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mach?oldid=492058934"^^xsd:anyURI ; + qudt:symbol "Mach" ; + rdfs:isDefinedBy ; + rdfs:label "Mach" ; + rdfs:label "Mach"@en . + +unit:MESH + a qudt:Unit ; + dcterms:description "\"Mesh\" is a measure of particle size or fineness of a woven product."@en ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mesh_(scale)"^^xsd:anyURI ; + qudt:symbol "mesh" ; + qudt:ucumCode "[mesh_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "57" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mesh" ; + rdfs:label "Mesh"@en . + +unit:MHO + a qudt:Unit ; + dcterms:description "\"Mho\" is a C.G.S System unit for 'Electric Conductivity' expressed as $mho$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Siemens_%28unit%29"^^xsd:anyURI ; + qudt:exactMatch unit:S ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAB200" ; + qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB200"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:S ; + qudt:symbol "℧" ; + qudt:ucumCode "mho"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mho" ; + rdfs:label "Mho"@en . + +unit:MHO_Stat + a qudt:Unit ; + dcterms:description "\"StatMHO\" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One $statmho$ is the conductance between two points in a conductor when a constant potential difference of $1 \\; statvolt$ applied between the points produces in the conductor a current of $1 \\; statampere$, the conductor not being the source of any electromotive force, approximately $1.1126 \\times 10^{-12} mho$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000011126500561 ; + qudt:conversionMultiplierSN 1.1126500561E-12 ; + qudt:exactMatch unit:S_Stat ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:informativeReference "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:S-PER-M ; + qudt:symbol "stat℧" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Statmho" ; + rdfs:label "Statmho"@en . + +unit:MI + a qudt:Unit ; + dcterms:description "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile)."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1609.344 ; + qudt:conversionMultiplierSN 1.609344E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:MI_UK ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Distance ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA839" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA839"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "mi" ; + qudt:ucumCode "[mi_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "mi" ; + qudt:uneceCommonCode "SMI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "International Mile" ; + rdfs:label "International Mile"@en . + +unit:MI-PER-HR + a qudt:Unit ; + dcterms:description "Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH."^^rdf:HTML ; + qudt:altSymbol "mph" ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.44704 ; + qudt:conversionMultiplierSN 4.4704E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Miles_per_hour"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$mi/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB111" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB111"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548"^^xsd:anyURI ; + qudt:symbol "mi/h" ; + qudt:ucumCode "[mi_i].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "International Mile per Hour" ; + rdfs:label "International Mile per Hour"@en . + +unit:MI-PER-MIN + a qudt:Unit ; + dcterms:description "Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 26.82240000000000000000000000000001 ; + qudt:conversionMultiplierSN 2.682240000000000000000000000000001E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$mi/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MI ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:hasReciprocalUnit unit:MIN-PER-MI ; + qudt:iec61360Code "0112/2///62720#UAB229" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB229"^^xsd:anyURI ; + qudt:symbol "mi/min" ; + qudt:ucumCode "[mi_i].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M57" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "International Mile per Minute" ; + rdfs:label "International Mile per Minute"@en . + +unit:MI-PER-SEC + a qudt:Unit ; + dcterms:description "Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1609.344 ; + qudt:conversionMultiplierSN 1.609344E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$mi/sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MI ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB230" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB230"^^xsd:anyURI ; + qudt:symbol "mi/s" ; + qudt:ucumCode "[mi_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M58" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "International Mile per Second" ; + rdfs:label "International Mile per Second"@en . + +unit:MI2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2589988.110336 ; + qudt:conversionMultiplierSN 2.589988110336E6 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$square-mile$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:MI ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB050" ; + qudt:iec61360Code "0112/2///62720#UAB208" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB050"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB208"^^xsd:anyURI ; + qudt:symbol "mi²" ; + qudt:ucumCode "[mi_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M48" ; + qudt:uneceCommonCode "MIK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Square International Mile" ; + rdfs:label "Square International Mile"@en . + +unit:MI3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length. "^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4168181825.440579584 ; + qudt:conversionMultiplierSN 4.168181825440579584E9 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:exactMatch unit:MI_UK3 ; + qudt:expression "$mi^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MI ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "mi³" ; + qudt:ucumCode "[mi_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M69" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic International Mile" ; + rdfs:label "Cubic International Mile"@en . + +unit:MIL + a qudt:Unit ; + dcterms:description "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle."^^rdf:HTML ; + dcterms:isReplacedBy unit:MIL_Angle ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00098174770424681038701957605727484 ; + qudt:conversionMultiplierSN 9.8174770424681038701957605727484E-4 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.7" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAB205" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB205"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:symbol "mil{NATO}" ; + rdfs:isDefinedBy ; + rdfs:label "Mil Angle (nato)" ; + rdfs:label "Mil Angle (nato)"@en . + +unit:MILLION + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "Counting unit for a count of one million" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:scalingOf unit:ONE ; + qudt:symbol "1000000" ; + rdfs:isDefinedBy ; + rdfs:label "Million" ; + rdfs:label "Million"@en . + +unit:MIL_Angle + a qudt:Unit ; + dcterms:description "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00098174770424681038701957605727484 ; + qudt:conversionMultiplierSN 9.8174770424681038701957605727484E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAB205" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB205"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:symbol "mil" ; + rdfs:isDefinedBy ; + rdfs:label "Mil Angle" ; + rdfs:label "Mil Angle"@en . + +unit:MIL_Circ + a qudt:Unit ; + dcterms:description "A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi ($\\pi$). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC. "^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000000005067075 ; + qudt:conversionMultiplierSN 5.067075E-10 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAB207" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB207"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M2 ; + qudt:symbol "cmil" ; + qudt:ucumCode "[cml_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M47" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Circular Mil" ; + rdfs:label "Circular Mil"@en . + +unit:MIL_Length + a qudt:Unit ; + dcterms:description "One thousandth of an inch"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000254 ; + qudt:conversionMultiplierSN 2.54E-5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Distance ; + qudt:scalingOf unit:IN ; + qudt:symbol "mil" ; + rdfs:isDefinedBy ; + rdfs:label "Mil" ; + rdfs:label "Mil"@en . + +unit:MIN + a qudt:Unit ; + dcterms:description """ + A minute is a unit of measurement of time, equal to 1/60 (the first sexagesimal fraction) of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. + The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min. + Not to be confused with the arcminute (unit:ARCMIN, i.e. unit:MIN_Angle), which is a unit of measurement of angle, equal to 1/60 of a degree. + The usage of the ' symbol, though sometimes applied to the minute, should be limited to the arcminute to avoid confusion. + """^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA842" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA842"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:SEC ; + qudt:siExactMatch si-unit:minute ; + qudt:symbol "min" ; + qudt:ucumCode "min"^^qudt:UCUMcs ; + qudt:udunitsCode "min" ; + qudt:uneceCommonCode "MIN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Minute" ; + rdfs:label "Minute"@en . + +unit:MIN-PER-KiloM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.06 ; + qudt:conversionMultiplierSN 6.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Pace ; + qudt:iec61360Code "0112/2///62720#UAD709" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709"^^xsd:anyURI ; + qudt:symbol "min/km" ; + qudt:ucumCode "min.km-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Minute per Kilometer"@en-US ; + rdfs:label "Minute per Kilometre" ; + rdfs:label "Minute per Kilometre"@en . + +unit:MIN-PER-MI + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.03728227153424003817704605106179909 ; + qudt:conversionMultiplierSN 3.728227153424003817704605106179909E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Pace ; + qudt:hasReciprocalUnit unit:MI-PER-MIN ; + qudt:iec61360Code "0112/2///62720#UAD709" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709"^^xsd:anyURI ; + qudt:symbol "min/mi" ; + qudt:ucumCode "min.[mi_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Minute per International Mile" ; + rdfs:label "Minute per International Mile"@en . + +unit:MIN-PER-NUM + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:TimePerCount ; + qudt:hasReciprocalUnit unit:NUM-PER-MIN ; + qudt:symbol "min/#" ; + qudt:ucumCode "min.{#}-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Minute per Number" ; + rdfs:label "Minute per Number"@en . + +unit:MIN_Angle + a qudt:Unit ; + dcterms:description """ + An arcminute, minute of arc, or minute arc (MOA), is a unit of angle equal to one sixtieth (1/60) of one degree, or 1/21600 of a turn, or $\\pi /10800$ radians, or 60 arcseconds. + The SI symbol for arcminute is '. + Not to be confused with the time minute (unit:MIN), which is a unit of measurement of time, equal to 60 seconds or to 1/60 of a hour. + """^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000290888209 ; + qudt:conversionMultiplierSN 2.90888209E-4 ; + qudt:exactMatch unit:ARCMIN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA097" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA097"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:symbol "'" ; + qudt:ucumCode "'"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D61" ; + rdfs:isDefinedBy ; + rdfs:label "Minute Angle" ; + rdfs:label "Minute Angle"@en . + +unit:MIN_Sidereal + a qudt:Unit ; + dcterms:description "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about $23 h 56 m 4.1 s$ in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is $1/60^{th}$ of a Sidereal Hour, which is $1/24^{th}$ of a Sidereal Day."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 59.83617 ; + qudt:conversionMultiplierSN 5.983617E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "min{sidereal}" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Sidereal Minute" ; + rdfs:label "Sidereal Minute"@en . + +unit:MI_N + a qudt:Unit ; + dcterms:description "A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.)"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1852.0 ; + qudt:conversionMultiplierSN 1.852E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB065" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB065"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "nmi" ; + qudt:ucumCode "[nmi_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NMI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nautical Mile" ; + rdfs:label "Nautical Mile"@en . + +unit:MI_N-PER-HR + a qudt:Unit ; + dcterms:description "The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. "^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.5144444444444444444444444444444445 ; + qudt:conversionMultiplierSN 5.144444444444444444444444444444445E-1 ; + qudt:exactMatch unit:KN ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MI_N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "nmi/h" ; + qudt:ucumCode "[nmi_i].h-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nautical Mile per Hour" ; + rdfs:label "Nautical Mile per Hour"@en . + +unit:MI_N-PER-MIN + a qudt:Unit ; + dcterms:description """The SI derived unit for speed is the meter/second. +1 meter/second is equal to 0.0323974082073 nautical mile per minute. """^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 30.86666666666666666666666666666667 ; + qudt:conversionMultiplierSN 3.086666666666666666666666666666667E1 ; + qudt:expression "$nmi/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MI_N ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "nmi/min" ; + qudt:ucumCode "[nmi_i].min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nautical Mile per Minute" ; + rdfs:label "Nautical Mile per Minute"@en . + +unit:MI_UK + a qudt:Unit ; + dcterms:description "The Imperial Mile is exactly the same as today's International Mile."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1609.344 ; + qudt:conversionMultiplierSN 1.609344E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:MI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Distance ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA839" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA839"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "mi" ; + qudt:ucumCode "[mi_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "mi" ; + qudt:uneceCommonCode "SMI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Mile" ; + rdfs:label "Imperial Mile"@en . + +unit:MI_UK3 + a qudt:Unit ; + dcterms:description "unit of volume according to the Imperial system of units" ; + qudt:conversionMultiplier 4168181825.440579584 ; + qudt:conversionMultiplierSN 4.168181825440579584E9 ; + qudt:exactMatch unit:MI3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MI_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB290" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB290"^^xsd:anyURI ; + qudt:symbol "mi³" ; + qudt:ucumCode "[mi_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M69" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Imperial Mile" ; + rdfs:label "Cubic Imperial Mile"@en . + +unit:MI_US + a qudt:Unit ; + dcterms:description "The U.S. survey mile was historically used in mapping and property surveys, but the National Geodetic Survey officially deprecated it in 2023, aligning everything with the international mile."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1609.347219 ; + qudt:conversionMultiplierSN 1.609347219E3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB287" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB287"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "mi{US}" ; + qudt:ucumCode "[mi_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M52" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Survey Mile" ; + rdfs:label "Us Survey Mile"@en . + +unit:MI_US-PER-SEC2 + a qudt:Unit ; + dcterms:description "US Survey Mile divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 1609.347219 ; + qudt:conversionMultiplierSN 1.609347219E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MI_US ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB401" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB401"^^xsd:anyURI ; + qudt:symbol "mi{US}/s²" ; + qudt:ucumCode "[mi_us].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M42" ; + rdfs:isDefinedBy ; + rdfs:label "Us Survey Mile per Square Second" ; + rdfs:label "Us Survey Mile per Square Second"@en . + +unit:MI_US2 + a qudt:Unit ; + dcterms:description "US Survey Mile, squared."^^rdf:HTML ; + qudt:conversionMultiplier 2589998.471303033961 ; + qudt:conversionMultiplierSN 2.589998471303033961E6 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$square-mile$" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:MI_US ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB208" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB208"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; + qudt:symbol "mi{US}²" ; + qudt:ucumCode "[mi_us]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "208" ; + rdfs:isDefinedBy ; + rdfs:label "Square Us Survey Mile" ; + rdfs:label "Square Us Survey Mile"@en . + +unit:MO + a qudt:Unit ; + dcterms:description "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 2551442.976 ; + qudt:conversionMultiplierSN 2.551442976E6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Month"^^xsd:anyURI ; + qudt:exactMatch unit:MO_Synodic ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA880" ; + qudt:informativeReference "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA880"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Month"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:SEC ; + qudt:symbol "mo" ; + qudt:ucumCode "mo"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MON" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Month" ; + rdfs:label "Month"@en . + +unit:MO-PER-NUM + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 2551442.976 ; + qudt:conversionMultiplierSN 2.551442976E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MO ; + ] ; + qudt:hasQuantityKind quantitykind:TimePerCount ; + qudt:symbol "mo/#" ; + qudt:ucumCode "mo.{#}-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Month per Number" ; + rdfs:label "Month per Number"@en . + +unit:MOHM + a qudt:Unit ; + dcterms:description """ + The $\\textit{Mohm}$ is a unit of mechanical mobility for sound waves, being the reciprocal of the mechanical $ohm$ unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. + The mechanical ohm is defined as: + $$Mohm \\equiv 1\\,dyn\\cdot\\,s\\cdot cm^{-1} \\text{ or } 10^{-3} N\\cdot s\\cdot m^{-1}$$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:expression "$mohm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:MechanicalMobility ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-914"^^xsd:anyURI ; + qudt:latexDefinition "$1\\:{mohm_{cgs}} = 1\\:\\frac {cm} {dyn.s}\\: (=\\:1\\:\\frac s g \\:in\\:base\\:c.g.s.\\:terms)$"^^qudt:LatexString ; + qudt:latexDefinition "$1\\:{mohm_{mks}} = 10^{3}\\:\\frac m {N.s}\\:(=\\:10^{3}\\: \\frac s {kg}\\:in\\:base\\:m.k.s.\\:terms)$"^^qudt:LatexString ; + qudt:scalingOf unit:SEC-PER-KiloGM ; + qudt:symbol "mohm" ; + rdfs:isDefinedBy ; + rdfs:label "Mohm" ; + rdfs:label "Mohm"@en . + +unit:MOL + a qudt:Unit ; + dcterms:description """ + The $\\textit{mole}$ is a unit of measurement used in chemistry to express amounts of a chemical substance. + The official definition, adopted as part of the SI system in 1971, is that one mole of a substance contains just as many elementary entities (atoms, molecules, ions, or other kinds of particles) as there are atoms in 12 grams of carbon-12 (carbon-12 is the most common atomic form of carbon, consisting of atoms having 6 protons and 6 neutrons). + This corresponds to a value of $6.02214076 \\times 10^{23}$ elementary entities of the substance. + It is one of the base units in the International System of Units, and has the unit symbol $mol$. + A Mole is the SI base unit of the amount of a substance (as distinct from its mass or weight). + Moles measure the actual number of atoms or molecules in an object. + An earlier name is gram molecular weight, because one mole of a chemical compound is the same number of grams as the molecular weight of a molecule of that compound measured in atomic mass units. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Mole_%28unit%29"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:iec61360Code "0112/2///62720#UAA882" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA882"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Mole_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:mole ; + qudt:symbol "mol" ; + qudt:ucumCode "mol"^^qudt:UCUMcs ; + qudt:udunitsCode "mol" ; + qudt:uneceCommonCode "C34" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mol"@cs ; + rdfs:label "Mol"@de ; + rdfs:label "Mol"@es ; + rdfs:label "Mol"@pl ; + rdfs:label "Mol"@pt ; + rdfs:label "Mol"@ro ; + rdfs:label "Mol"@sl ; + rdfs:label "Mol"@tr ; + rdfs:label "Mole" ; + rdfs:label "Mole"@en ; + rdfs:label "Mole"@fr ; + rdfs:label "Mole"@it ; + rdfs:label "Mole"@ms ; + rdfs:label "Moles"@la ; + rdfs:label "Mól"@hu ; + rdfs:label "Μολ"@el ; + rdfs:label "Мол"@bg ; + rdfs:label "Моль"@ru ; + rdfs:label "מול"@he ; + rdfs:label "مول"@ar ; + rdfs:label "مول"@fa ; + rdfs:label "मोल (इकाई)"@hi ; + rdfs:label "モル"@ja ; + rdfs:label "摩尔"@zh . + +unit:MOL-DEG_C + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Mole Degree Celsius}$ is a C.G.S System unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-degC$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$mol-deg-c$"^^qudt:LatexString ; + qudt:expression "$mol-degC$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureAmountOfSubstance ; + qudt:symbol "mol·°C" ; + qudt:ucumCode "mol.Cel"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol Celsius"@tr ; + rdfs:label "Mol Grad Celsius"@de ; + rdfs:label "Mol Grad Celsius"@ro ; + rdfs:label "Mol Grado Celsius"@es ; + rdfs:label "Mol Grau Celsius"@pt ; + rdfs:label "Mol Stopień Celsjusza"@pl ; + rdfs:label "Mol Stopinja Celzija"@sl ; + rdfs:label "Mol Stupně Celsia"@cs ; + rdfs:label "Mole Darjah Celsius"@ms ; + rdfs:label "Mole Degree Celsius" ; + rdfs:label "Mole Degree Celsius"@en ; + rdfs:label "Mole Degré Celsius"@fr ; + rdfs:label "Mole Grado Celsius"@it ; + rdfs:label "Moles Gradus Celsii"@la ; + rdfs:label "Μολ Βαθμός Κελσίου"@el ; + rdfs:label "Мол Градус Целзий"@bg ; + rdfs:label "Моль Градус Цельсия"@ru . + +unit:MOL-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{Mole Kelvin}$ is a unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-K$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureAmountOfSubstance ; + qudt:symbol "mol·K" ; + qudt:ucumCode "mol.K"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol Kelvin"@cs ; + rdfs:label "Mol Kelvin"@de ; + rdfs:label "Mol Kelvin"@es ; + rdfs:label "Mol Kelvin"@pt ; + rdfs:label "Mol Kelvin"@ro ; + rdfs:label "Mol Kelvin"@sl ; + rdfs:label "Mol Kelvin"@tr ; + rdfs:label "Mol Kelwin"@pl ; + rdfs:label "Mole Kelvin" ; + rdfs:label "Mole Kelvin"@en ; + rdfs:label "Mole Kelvin"@fr ; + rdfs:label "Mole Kelvin"@it ; + rdfs:label "Mole Kelvin"@ms ; + rdfs:label "Moles Kelvin"@la ; + rdfs:label "Μολ Κέλβιν"@el ; + rdfs:label "Мол Келвин"@bg ; + rdfs:label "Моль Кельвин"@ru . + +unit:MOL-PER-DeciM3 + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:hasReciprocalUnit unit:DeciM3-PER-MOL ; + qudt:iec61360Code "0112/2///62720#UAA883" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA883"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mol/dm³" ; + qudt:ucumCode "mol.dm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C35" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Decimetr Krychlový"@cs ; + rdfs:label "Mol na Decimetr Sześcienny"@pl ; + rdfs:label "Mol na Kubični Decimeter"@sl ; + rdfs:label "Mol pe Decimetru Cub"@ro ; + rdfs:label "Mol per Decimetreküp"@tr ; + rdfs:label "Mol por Decimetro Cúbico"@es ; + rdfs:label "Mol pro Kubikdecimeter"@de ; + rdfs:label "Mole par Decimètre Cube"@fr ; + rdfs:label "Mole per Cubic Decimeter"@en-US ; + rdfs:label "Mole per Cubic Decimetre" ; + rdfs:label "Mole per Cubic Decimetre"@en ; + rdfs:label "Mole per Decimeter Kubik"@ms ; + rdfs:label "Mole per Decimetro Cubo"@it . + +unit:MOL-PER-GM-HR + a qudt:Unit ; + dcterms:description "SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:BiogeochemicalRate ; + qudt:symbol "mol/(g·h)" ; + qudt:ucumCode "mol.g-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Gram Hour" ; + rdfs:label "Mole per Gram Hour"@en . + +unit:MOL-PER-HR + a qudt:Unit ; + dcterms:description "SI base unit mole divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA884" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA884"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit mole divided by the unit for time hour" ; + qudt:symbol "mol/h" ; + qudt:ucumCode "mol.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L23" ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Hour" ; + rdfs:label "Mole per Hour"@en . + +unit:MOL-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Mole Per Kilogram ($mol/kg$) is a unit of Molality"^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$mol/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:hasReciprocalUnit unit:KiloGM-PER-MOL ; + qudt:iec61360Code "0112/2///62720#UAA885" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA885"^^xsd:anyURI ; + qudt:symbol "mol/kg" ; + qudt:ucumCode "mol.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C19" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kilogram"@cs ; + rdfs:label "Mol na Kilogram"@pl ; + rdfs:label "Mol na Kilogram"@sl ; + rdfs:label "Mol pe Kilogram"@ro ; + rdfs:label "Mol per Kilogram"@tr ; + rdfs:label "Mol por Kilogramo"@es ; + rdfs:label "Mol por Quilograma"@pt ; + rdfs:label "Mol pro Kilogramm"@de ; + rdfs:label "Mole par Kilogramme"@fr ; + rdfs:label "Mole per Chilogrammo"@it ; + rdfs:label "Mole per Kilogram" ; + rdfs:label "Mole per Kilogram"@en ; + rdfs:label "Mole per Kilogram"@ms ; + rdfs:label "Moles per Chiliogramma"@la ; + rdfs:label "Μολ ανά Χιλιόγραμμο"@el ; + rdfs:label "Мол на Килограм"@bg ; + rdfs:label "Моль на Килограмм"@ru . + +unit:MOL-PER-KiloGM-BAR + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the SI base unit kilogram and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A1E0L1I0M-2H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMassPressure ; + qudt:iec61360Code "0112/2///62720#UAA887" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA887"^^xsd:anyURI ; + qudt:symbol "mol/(kg·bar)" ; + qudt:ucumCode "mol.kg-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L25" ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Kilogram Bar" ; + rdfs:label "Mole per Kilogram Bar"@en . + +unit:MOL-PER-KiloGM-K + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the SI base unit kilogram and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA886" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA886"^^xsd:anyURI ; + qudt:symbol "mol/(kg·K)" ; + qudt:ucumCode "mol.kg-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L24" ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kilogram Kelvin"@cs ; + rdfs:label "Mol na Kilogram Kelvin"@sl ; + rdfs:label "Mol na Kilogram Kelwin"@pl ; + rdfs:label "Mol pe Kilogram Kelvin"@ro ; + rdfs:label "Mol per Kilogram Kelvin"@tr ; + rdfs:label "Mol por Kilogramo Kelvin"@es ; + rdfs:label "Mol por Quilograma Kelvin"@pt ; + rdfs:label "Mol pro Kilogramm Kelvin"@de ; + rdfs:label "Mole par Kilogramme Kelvin"@fr ; + rdfs:label "Mole per Chilogrammo Kelvin"@it ; + rdfs:label "Mole per Kilogram Kelvin" ; + rdfs:label "Mole per Kilogram Kelvin"@en ; + rdfs:label "Mole per Kilogram Kelvin"@ms ; + rdfs:label "Moles per Chiliogramma Kelvin"@la ; + rdfs:label "Μολ ανά Χιλιόγραμμο Κέλβιν"@el ; + rdfs:label "Мол на Килограм Келвин"@bg ; + rdfs:label "Моль на Килограмм Кельвин"@ru . + +unit:MOL-PER-KiloGM-PA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Mole Per Kilogram Pascal ($mol/kg-pa$) is a unit of Molar Mass variation due to Pressure."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$mol/(kg.pa)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L1I0M-2H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMassPressure ; + qudt:iec61360Code "0112/2///62720#UAB317" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB317"^^xsd:anyURI ; + qudt:symbol "mol/(kg·Pa)" ; + qudt:ucumCode "mol.kg-1.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P51" ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kilogram Pascal"@cs ; + rdfs:label "Mol na Kilogram Pascal"@sl ; + rdfs:label "Mol na Kilogram Paskal"@pl ; + rdfs:label "Mol pe Kilogram Pascal"@ro ; + rdfs:label "Mol per Kilogram Pascal"@tr ; + rdfs:label "Mol por Kilogramo Pascal"@es ; + rdfs:label "Mol por Quilograma Pascal"@pt ; + rdfs:label "Mol pro Kilogramm Pascal"@de ; + rdfs:label "Mole par Kilogramme Pascal"@fr ; + rdfs:label "Mole per Chilogrammo Pascal"@it ; + rdfs:label "Mole per Kilogram Pascal" ; + rdfs:label "Mole per Kilogram Pascal"@en ; + rdfs:label "Mole per Kilogram Pascal"@ms ; + rdfs:label "Moles per Chiliogramma Pascalium"@la ; + rdfs:label "Μολ ανά Χιλιόγραμμο Πασκάλ"@el ; + rdfs:label "Мол на Килограм Паскал"@bg ; + rdfs:label "Моль на Килограмм Паскаль"@ru . + +unit:MOL-PER-L + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:hasReciprocalUnit unit:L-PER-MOL ; + qudt:iec61360Code "0112/2///62720#UAA888" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA888"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit mol divided by the unit litre" ; + qudt:symbol "mol/L" ; + qudt:ucumCode "mol.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C38" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Liter"@en-US ; + rdfs:label "Mole per Litre" ; + rdfs:label "Mole per Litre"@en . + +unit:MOL-PER-L-BAR + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the unit litre and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA890" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA890"^^xsd:anyURI ; + qudt:symbol "mol/(L·bar)" ; + qudt:ucumCode "mol.L-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L27" ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Liter Bar"@en-US ; + rdfs:label "Mole per Litre Bar" ; + rdfs:label "Mole per Litre Bar"@en . + +unit:MOL-PER-L-K + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the unit litre and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA889" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA889"^^xsd:anyURI ; + qudt:symbol "mol/(L·K)" ; + qudt:ucumCode "mol.L-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L26" ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Liter Kelvin"@en-US ; + rdfs:label "Mole per Litre Kelvin" ; + rdfs:label "Mole per Litre Kelvin"@en . + +unit:MOL-PER-M2 + a qudt:Unit ; + dcterms:description "SI unit of quantity of matter per SI unit area."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:M2-PER-MOL ; + qudt:symbol "mol/m²" ; + qudt:ucumCode "mol.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kvadratni Meter"@sl ; + rdfs:label "Mol na Metr Kwadratowy"@pl ; + rdfs:label "Mol na Čtvereční Metr"@cs ; + rdfs:label "Mol pe Metru Pătrat"@ro ; + rdfs:label "Mol per Metrekare"@tr ; + rdfs:label "Mol por Metro Cuadrado"@es ; + rdfs:label "Mol por Metro Quadrado"@pt ; + rdfs:label "Mol pro Quadratmeter"@de ; + rdfs:label "Mole par Mètre Carré"@fr ; + rdfs:label "Mole per Meter Persegi"@ms ; + rdfs:label "Mole per Metro Quadrato"@it ; + rdfs:label "Mole per Square Meter"@en-US ; + rdfs:label "Mole per Square Metre" ; + rdfs:label "Mole per Square Metre"@en ; + rdfs:label "Moles per Metrum Quadratum"@la ; + rdfs:label "Μολ ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Мол на Квадратен Метър"@bg ; + rdfs:label "Моль на Квадратный Метр"@ru . + +unit:MOL-PER-M2-DAY + a qudt:Unit ; + dcterms:description "quantity of matter per unit area per unit of time."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "mol/(m²·d)" ; + qudt:ucumCode "mol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Square Meter Day"@en-US ; + rdfs:label "Mole per Square Metre Day" ; + rdfs:label "Mole per Square Metre Day"@en . + +unit:MOL-PER-M2-SEC + a qudt:Unit ; + dcterms:description "SI unit of quantity of matter per SI unit area per SI unit of time."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "mol/(m²·s)" ; + qudt:ucumCode "mol.m-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kvadratni Meter Sekunda"@sl ; + rdfs:label "Mol na Metr Kwadratowy Sekunda"@pl ; + rdfs:label "Mol na Čtvereční Metr Sekunda"@cs ; + rdfs:label "Mol pe Metru Pătrat Secundă"@ro ; + rdfs:label "Mol per Metrekare Saniye"@tr ; + rdfs:label "Mol por Metro Cuadrado Segundo"@es ; + rdfs:label "Mol por Metro Quadrado Segundo"@pt ; + rdfs:label "Mol pro Quadratmeter Sekunde"@de ; + rdfs:label "Mole par Mètre Carré Seconde"@fr ; + rdfs:label "Mole per Meter Persegi Saat"@ms ; + rdfs:label "Mole per Metro Quadrato Secondo"@it ; + rdfs:label "Mole per Square Meter Second"@en-US ; + rdfs:label "Mole per Square Metre Second" ; + rdfs:label "Mole per Square Metre Second"@en ; + rdfs:label "Moles per Metrum Quadratum Secundum"@la ; + rdfs:label "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Мол на Квадратен Метър Секунда"@bg ; + rdfs:label "Моль на Квадратный Метр Секунда"@ru . + +unit:MOL-PER-M2-SEC-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "mol/(m²·s·m)" ; + qudt:ucumCode "mol.m-2.s-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kvadratni Meter Sekunda Meter"@sl ; + rdfs:label "Mol na Metr Kwadratowy Sekunda Metr"@pl ; + rdfs:label "Mol na Čtvereční Metr Sekunda Metr"@cs ; + rdfs:label "Mol pe Metru Pătrat Secundă Metru"@ro ; + rdfs:label "Mol per Metrekare Saniye Metre"@tr ; + rdfs:label "Mol por Metro Cuadrado Segundo Metro"@es ; + rdfs:label "Mol por Metro Quadrado Segundo Metro"@pt ; + rdfs:label "Mol pro Quadratmeter Sekunde Meter"@de ; + rdfs:label "Mole par Mètre Carré Seconde Mètre"@fr ; + rdfs:label "Mole per Meter Persegi Saat Meter"@ms ; + rdfs:label "Mole per Metro Quadrato Secondo Metro"@it ; + rdfs:label "Mole per Square Meter Second Meter"@en-US ; + rdfs:label "Mole per Square Metre Second Metre" ; + rdfs:label "Mole per Square Metre Second Metre"@en ; + rdfs:label "Moles per Metrum Quadratum Secundum Metrum"@la ; + rdfs:label "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Μέτρο"@el ; + rdfs:label "Мол на Квадратен Метър Секунда Метър"@bg ; + rdfs:label "Моль на Квадратный Метр Секунда Метр"@ru . + +unit:MOL-PER-M2-SEC-M-SR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mol/(m²·s·m·sr)" ; + qudt:ucumCode "mol.m-2.s-1.m-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kvadratni Meter Sekunda Meter Steradian"@sl ; + rdfs:label "Mol na Metr Kwadratowy Sekunda Metr Steradian"@pl ; + rdfs:label "Mol na Čtvereční Metr Sekunda Metr Steradián"@cs ; + rdfs:label "Mol pe Metru Pătrat Secundă Metru Steradian"@ro ; + rdfs:label "Mol per Metrekare Saniye Metre Steradyan"@tr ; + rdfs:label "Mol por Metro Cuadrado Segundo Metro Estereorradián"@es ; + rdfs:label "Mol por Metro Quadrado Segundo Metro Esterradiano"@pt ; + rdfs:label "Mol pro Quadratmeter Sekunde Meter Steradiant"@de ; + rdfs:label "Mole par Mètre Carré Seconde Mètre Stéradian"@fr ; + rdfs:label "Mole per Meter Persegi Saat Meter Steradian"@ms ; + rdfs:label "Mole per Metro Quadrato Secondo Metro Steradiante"@it ; + rdfs:label "Mole per Square Meter Second Meter Steradian"@en-US ; + rdfs:label "Mole per Square Metre Second Metre Steradian" ; + rdfs:label "Mole per Square Metre Second Metre Steradian"@en ; + rdfs:label "Moles per Metrum Quadratum Secundum Metrum Steradian"@la ; + rdfs:label "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Μέτρο Στερακτίνιο"@el ; + rdfs:label "Мол на Квадратен Метър Секунда Метър Стерадиан"@bg ; + rdfs:label "Моль на Квадратный Метр Секунда Метр Стерадиан"@ru . + +unit:MOL-PER-M2-SEC-SR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mol/(m²·s·sr)" ; + qudt:ucumCode "mol.m-2.s-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kvadratni Meter Sekunda Steradian"@sl ; + rdfs:label "Mol na Metr Kwadratowy Sekunda Steradian"@pl ; + rdfs:label "Mol na Čtvereční Metr Sekunda Steradián"@cs ; + rdfs:label "Mol pe Metru Pătrat Secundă Steradian"@ro ; + rdfs:label "Mol per Metrekare Saniye Steradyan"@tr ; + rdfs:label "Mol por Metro Cuadrado Segundo Estereorradián"@es ; + rdfs:label "Mol por Metro Quadrado Segundo Esterradiano"@pt ; + rdfs:label "Mol pro Quadratmeter Sekunde Steradiant"@de ; + rdfs:label "Mole par Mètre Carré Seconde Stéradian"@fr ; + rdfs:label "Mole per Meter Persegi Saat Steradian"@ms ; + rdfs:label "Mole per Metro Quadrato Secondo Steradiante"@it ; + rdfs:label "Mole per Square Meter Second Steradian"@en-US ; + rdfs:label "Mole per Square Metre Second Steradian" ; + rdfs:label "Mole per Square Metre Second Steradian"@en ; + rdfs:label "Moles per Metrum Quadratum Secundum Steradian"@la ; + rdfs:label "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Στερακτίνιο"@el ; + rdfs:label "Мол на Квадратен Метър Секунда Стерадиан"@bg ; + rdfs:label "Моль на Квадратный Метр Секунда Стерадиан"@ru . + +unit:MOL-PER-M3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI derived unit for amount-of-substance concentration is the mole/cubic meter."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$mol/m^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:hasReciprocalUnit unit:M3-PER-MOL ; + qudt:iec61360Code "0112/2///62720#UAA891" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA891"^^xsd:anyURI ; + qudt:symbol "mol/m³" ; + qudt:ucumCode "mol.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C36" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kubični Meter"@sl ; + rdfs:label "Mol na Metr Krychlový"@cs ; + rdfs:label "Mol na Metr Sześcienny"@pl ; + rdfs:label "Mol pe Metru Cub"@ro ; + rdfs:label "Mol per Metreküp"@tr ; + rdfs:label "Mol por Metro Cúbico"@es ; + rdfs:label "Mol por Metro Cúbico"@pt ; + rdfs:label "Mol pro Kubikmeter"@de ; + rdfs:label "Mole par Mètre Cube"@fr ; + rdfs:label "Mole per Cubic Meter"@en-US ; + rdfs:label "Mole per Cubic Metre" ; + rdfs:label "Mole per Cubic Metre"@en ; + rdfs:label "Mole per Meter Kubik"@ms ; + rdfs:label "Mole per Metro Cubo"@it ; + rdfs:label "Moles per Metrum Cubicum"@la ; + rdfs:label "Μολ ανά Κυβικό Μέτρο"@el ; + rdfs:label "Мол на Кубичен Метър"@bg ; + rdfs:label "Моль на Кубический Метр"@ru . + +unit:MOL-PER-M3-BAR + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA893" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA893"^^xsd:anyURI ; + qudt:symbol "mol/(m³·bar)" ; + qudt:ucumCode "mol.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L29" ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Cubic Meter Bar"@en-US ; + rdfs:label "Mole per Cubic Metre Bar" ; + rdfs:label "Mole per Cubic Metre Bar"@en . + +unit:MOL-PER-M3-K + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA892" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA892"^^xsd:anyURI ; + qudt:symbol "mol/(m³·K)" ; + qudt:ucumCode "mol.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L28" ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kubični Meter Kelvin"@sl ; + rdfs:label "Mol na Metr Krychlový Kelvin"@cs ; + rdfs:label "Mol na Metr Sześcienny Kelwin"@pl ; + rdfs:label "Mol pe Metru Cub Kelvin"@ro ; + rdfs:label "Mol per Metreküp Kelvin"@tr ; + rdfs:label "Mol por Metro Cúbico Kelvin"@es ; + rdfs:label "Mol por Metro Cúbico Kelvin"@pt ; + rdfs:label "Mol pro Kubikmeter Kelvin"@de ; + rdfs:label "Mole par Mètre Cube Kelvin"@fr ; + rdfs:label "Mole per Cubic Meter Kelvin"@en-US ; + rdfs:label "Mole per Cubic Metre Kelvin" ; + rdfs:label "Mole per Cubic Metre Kelvin"@en ; + rdfs:label "Mole per Meter Kubik Kelvin"@ms ; + rdfs:label "Mole per Metro Cubo Kelvin"@it ; + rdfs:label "Moles per Metrum Cubicum Kelvin"@la ; + rdfs:label "Μολ ανά Κυβικό Μέτρο Κέλβιν"@el ; + rdfs:label "Мол на Кубичен Метър Келвин"@bg ; + rdfs:label "Моль на Кубический Метр Кельвин"@ru . + +unit:MOL-PER-M3-PA + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB318" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB318"^^xsd:anyURI ; + qudt:symbol "mol/(m³·Pa)" ; + qudt:ucumCode "mol.m-3.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P52" ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kubični Meter Pascal"@sl ; + rdfs:label "Mol na Metr Krychlový Pascal"@cs ; + rdfs:label "Mol na Metr Sześcienny Paskal"@pl ; + rdfs:label "Mol pe Metru Cub Pascal"@ro ; + rdfs:label "Mol per Metreküp Pascal"@tr ; + rdfs:label "Mol por Metro Cúbico Pascal"@es ; + rdfs:label "Mol por Metro Cúbico Pascal"@pt ; + rdfs:label "Mol pro Kubikmeter Pascal"@de ; + rdfs:label "Mole par Mètre Cube Pascal"@fr ; + rdfs:label "Mole per Cubic Meter Pascal"@en-US ; + rdfs:label "Mole per Cubic Metre Pascal" ; + rdfs:label "Mole per Cubic Metre Pascal"@en ; + rdfs:label "Mole per Meter Kubik Pascal"@ms ; + rdfs:label "Mole per Metro Cubo Pascal"@it ; + rdfs:label "Moles per Metrum Cubicum Pascalium"@la ; + rdfs:label "Μολ ανά Κυβικό Μέτρο Πασκάλ"@el ; + rdfs:label "Мол на Кубичен Метър Паскал"@bg ; + rdfs:label "Моль на Кубический Метр Паскаль"@ru . + +unit:MOL-PER-M3-SEC + a qudt:Unit ; + dcterms:description "SI unit of quantity of matter per SI unit volume per SI unit of time."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "mol/(m³·s)" ; + qudt:ucumCode "mol.m-3.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Kubični Meter Sekunda"@sl ; + rdfs:label "Mol na Metr Krychlový Sekunda"@cs ; + rdfs:label "Mol na Metr Sześcienny Sekunda"@pl ; + rdfs:label "Mol pe Metru Cub Secundă"@ro ; + rdfs:label "Mol per Metreküp Saniye"@tr ; + rdfs:label "Mol por Metro Cúbico Segundo"@es ; + rdfs:label "Mol por Metro Cúbico Segundo"@pt ; + rdfs:label "Mol pro Kubikmeter Sekunde"@de ; + rdfs:label "Mole par Mètre Cube Seconde"@fr ; + rdfs:label "Mole per Cubic Meter Second"@en-US ; + rdfs:label "Mole per Cubic Metre Second" ; + rdfs:label "Mole per Cubic Metre Second"@en ; + rdfs:label "Mole per Meter Kubik Saat"@ms ; + rdfs:label "Mole per Metro Cubo Secondo"@it ; + rdfs:label "Moles per Metrum Cubicum Secundum"@la ; + rdfs:label "Μολ ανά Κυβικό Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Мол на Кубичен Метър Секунда"@bg ; + rdfs:label "Моль на Кубический Метр Секунда"@ru . + +unit:MOL-PER-MIN + a qudt:Unit ; + dcterms:description "SI base unit mole divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA894" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA894"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit mole divided by the unit for time minute" ; + qudt:symbol "mol/min" ; + qudt:ucumCode "mol.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L30" ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Minute" ; + rdfs:label "Mole per Minute"@en . + +unit:MOL-PER-MOL + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:symbol "mol/mol" ; + qudt:ucumCode "mol.mol-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Mol"@cs ; + rdfs:label "Mol na Mol"@pl ; + rdfs:label "Mol na Mol"@sl ; + rdfs:label "Mol pe Mol"@ro ; + rdfs:label "Mol per Mol"@tr ; + rdfs:label "Mol por Mol"@es ; + rdfs:label "Mol por Mol"@pt ; + rdfs:label "Mol pro Mol"@de ; + rdfs:label "Mole par Mole"@fr ; + rdfs:label "Mole per Mole" ; + rdfs:label "Mole per Mole"@en ; + rdfs:label "Mole per Mole"@it ; + rdfs:label "Mole per Mole"@ms ; + rdfs:label "Moles per Moles"@la ; + rdfs:label "Μολ ανά Μολ"@el ; + rdfs:label "Мол на Мол"@bg ; + rdfs:label "Моль на Моль"@ru . + +unit:MOL-PER-SEC + a qudt:Unit ; + dcterms:description "SI base unit mol divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA895" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA895"^^xsd:anyURI ; + qudt:plainTextDescription "SI base unit mol divided by the SI base unit second" ; + qudt:symbol "mol/s" ; + qudt:ucumCode "mol.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E95" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mol na Sekunda"@cs ; + rdfs:label "Mol na Sekunda"@pl ; + rdfs:label "Mol na Sekunda"@sl ; + rdfs:label "Mol pe Secundă"@ro ; + rdfs:label "Mol per Saniye"@tr ; + rdfs:label "Mol por Segundo"@es ; + rdfs:label "Mol por Segundo"@pt ; + rdfs:label "Mol pro Sekunde"@de ; + rdfs:label "Mole par Seconde"@fr ; + rdfs:label "Mole per Saat"@ms ; + rdfs:label "Mole per Second" ; + rdfs:label "Mole per Second"@en ; + rdfs:label "Mole per Secondo"@it ; + rdfs:label "Moles per Secundum"@la ; + rdfs:label "Μολ ανά Δευτερόλεπτο"@el ; + rdfs:label "Мол на Секунда"@bg ; + rdfs:label "Моль на Секунда"@ru . + +unit:MOL-PER-TONNE + a qudt:Unit ; + dcterms:description "Mole Per Tonne (mol/t) is a unit of Molality"^^rdf:HTML ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:plainTextDescription "Mole Per Tonne (mol/t) is a unit of Molality" ; + qudt:symbol "mol/t" ; + qudt:ucumCode "mol.t-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mole per Tonne" ; + rdfs:label "Mole per Tonne"@en . + +unit:MOL_LB + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{Pound Mole}$ is a unit for $\\textit{Mass Amount Of Substance}$, + expressed as $lb-mol$. + """^^qudt:LatexString ; + qudt:conversionMultiplier 453.59237 ; + qudt:conversionMultiplierSN 4.5359237E2 ; + qudt:expression "$lb-mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference ""^^xsd:anyURI ; + qudt:scalingOf unit:MOL ; + qudt:symbol "lb-mol" ; + qudt:ucumCode "[mol_lb]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole" ; + rdfs:label "Pound Mole"@en . + +unit:MOL_LB-DEG_F + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Pound Mole Degree Fahrenheit}$ is a unit for 'Mass Amount Of Substance Temperature' expressed as $lb-mol-degF$."^^qudt:LatexString ; + qudt:conversionMultiplier 251.9957611111111111111111111111111 ; + qudt:conversionMultiplierSN 2.519957611111111111111111111111111E2 ; + qudt:expression "$lb-mol-degF$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL_LB ; + ] ; + qudt:hasQuantityKind quantitykind:MassAmountOfSubstanceTemperature ; + qudt:symbol "lb-mol·°F" ; + qudt:ucumCode "[mol_lb].[degF]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole Degree Fahrenheit" ; + rdfs:label "Pound Mole Degree Fahrenheit"@en . + +unit:MOL_LB-PER-LB + a qudt:Unit ; + dcterms:description "non SI-conform unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system" ; + qudt:conversionMultiplier 999.9999999999999999999999999999998 ; + qudt:conversionMultiplierSN 9.999999999999999999999999999999998E2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL_LB ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:iec61360Code "0112/2///62720#UAB405" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB405"^^xsd:anyURI ; + qudt:symbol "lb-mol/lbm" ; + qudt:ucumCode "[mol_lb].[lb_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P48" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole per Pound Mass" ; + rdfs:label "Pound Mole per Pound Mass"@en . + +unit:MOL_LB-PER-MIN + a qudt:Unit ; + dcterms:description "non SI-conform unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units" ; + qudt:conversionMultiplier 7.559872833333333333333333333333335 ; + qudt:conversionMultiplierSN 7.559872833333333333333333333333335E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL_LB ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAB452" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB452"^^xsd:anyURI ; + qudt:symbol "lb-mol/min" ; + qudt:ucumCode "[mol_lb].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P46" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole per Minute" ; + rdfs:label "Pound Mole per Minute"@en . + +unit:MOL_LB-PER-SEC + a qudt:Unit ; + dcterms:description "non SI-conformunit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units" ; + qudt:conversionMultiplier 453.59237 ; + qudt:conversionMultiplierSN 4.5359237E2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MOL_LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:iec61360Code "0112/2///62720#UAB451" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB451"^^xsd:anyURI ; + qudt:symbol "lb-mol/s" ; + qudt:ucumCode "[mol_lb].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P45" ; + rdfs:isDefinedBy ; + rdfs:label "Pound Mole per Second" ; + rdfs:label "Pound Mole per Second"@en . + +unit:MOMME_Pearl + a qudt:Unit ; + dcterms:description "unit momme (pearl) specifically expresses the mass of cultured pearls" ; + qudt:conversionMultiplier 3.750 ; + qudt:conversionMultiplierSN 3.750E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB598" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB598"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pearl#Momme_weight"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "momme (pearl)" ; + rdfs:isDefinedBy ; + rdfs:label "Momme (pearl)" ; + rdfs:label "Momme (pearl)"@en . + +unit:MOMME_Textile + a qudt:Unit ; + dcterms:description "unit momme (textile) specifically express the weight of one square metre of silk" ; + qudt:conversionMultiplier 0.004340 ; + qudt:conversionMultiplierSN 4.340E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB599" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB599"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "momme (textile)" ; + rdfs:isDefinedBy ; + rdfs:label "Momme (textile)" ; + rdfs:label "Momme (textile)"@en . + +unit:MO_MeanGREGORIAN + a qudt:Unit ; + qudt:conversionMultiplier 2629746.0 ; + qudt:conversionMultiplierSN 2.629746E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://conversion.org/time/month-gregorian-average/"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "mo{Gregorian}" ; + qudt:ucumCode "mo_g"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MON" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mean Gregorian Month" ; + rdfs:label "Mean Gregorian Month"@en . + +unit:MO_MeanJulian + a qudt:Unit ; + qudt:conversionMultiplier 2629800.0 ; + qudt:conversionMultiplierSN 2.6298E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://www.convertunits.com/info/Julian+month"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "mo{mean Julian}" ; + qudt:ucumCode "mo_j"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mean Julian Month" ; + rdfs:label "Mean Julian Month"@en . + +unit:MO_Synodic + a qudt:Unit ; + dcterms:description "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days."^^rdf:HTML ; + qudt:conversionMultiplier 2551442.976 ; + qudt:conversionMultiplierSN 2.551442976E6 ; + qudt:exactMatch unit:MO ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "mo{synodic}" ; + qudt:ucumCode "mo_s"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Synodic Month" ; + rdfs:label "Synodic Month"@en . + +unit:MX + a qudt:Unit ; + dcterms:description "\"Maxwell\" is a C.G.S System unit for 'Magnetic Flux' expressed as $Mx$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Maxwell"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB155" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB155"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Maxwell?oldid=478391976"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:WB ; + qudt:symbol "Mx" ; + qudt:ucumCode "Mx"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B65" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Maxwell" ; + rdfs:label "Maxwell"@en . + +unit:M_H2O + a qudt:Unit ; + dcterms:description "not SI-conforming unit of pressure, whereas a value of 1 mH₂O is equivalent to the static pressure produced by one metre high watercolumn" ; + qudt:conversionMultiplier 9806.65 ; + qudt:conversionMultiplierSN 9.80665E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB362" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB362"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "mH₂0" ; + qudt:uneceCommonCode "N23" ; + rdfs:isDefinedBy ; + rdfs:label "Conventional Metre of Water" ; + rdfs:label "Conventional Metre of Water"@en . + +unit:MebiBIT + a qudt:Unit ; + dcterms:description "1,048,576-fold of the unit bit" ; + qudt:conversionMultiplier 726817.4980028252127674835889901326 ; + qudt:conversionMultiplierSN 7.268174980028252127674835889901326E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB167" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB167"^^xsd:anyURI ; + qudt:prefix prefix:Mebi ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Mib" ; + qudt:ucumCode "Mibit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D11" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mebibit" ; + rdfs:label "Mebibit"@en . + +unit:MebiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,048,576-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 726817.4980028252127674835889901326 ; + qudt:conversionMultiplierSN 7.268174980028252127674835889901326E5 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MebiBIT ; + ] ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA230" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA230"^^xsd:anyURI ; + qudt:symbol "Mib/m" ; + qudt:ucumCode "Mibit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E75" ; + rdfs:isDefinedBy ; + rdfs:label "Mebibit per Meter"@en-US ; + rdfs:label "Mebibit per Metre" ; + rdfs:label "Mebibit per Metre"@en . + +unit:MebiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 726817.4980028252127674835889901326 ; + qudt:conversionMultiplierSN 7.268174980028252127674835889901326E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MebiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA231" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA231"^^xsd:anyURI ; + qudt:symbol "Mib/m²" ; + qudt:ucumCode "Mibit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E76" ; + rdfs:isDefinedBy ; + rdfs:label "Mebibit per Square Meter"@en-US ; + rdfs:label "Mebibit per Square Metre" ; + rdfs:label "Mebibit per Square Metre"@en . + +unit:MebiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 726817.4980028252127674835889901326 ; + qudt:conversionMultiplierSN 7.268174980028252127674835889901326E5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MebiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA232" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA232"^^xsd:anyURI ; + qudt:symbol "Mib/m³" ; + qudt:ucumCode "Mibit.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E77" ; + rdfs:isDefinedBy ; + rdfs:label "Mebibit per Cubic Meter"@en-US ; + rdfs:label "Mebibit per Cubic Metre" ; + rdfs:label "Mebibit per Cubic Metre"@en . + +unit:MebiBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The mebibyte is a multiple of the unit byte for digital information equivalent to $1024^{2} bytes$ or $2^{20} bytes$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5814539.98402260170213986871192106 ; + qudt:conversionMultiplierSN 5.81453998402260170213986871192106E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA233" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA233"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Mebi ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "MiB" ; + qudt:ucumCode "MiBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E63" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mebibyte" ; + rdfs:label "Mebibyte"@en . + +unit:MegaA + a qudt:Unit ; + dcterms:description "1 000 000-fold of the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA202" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA202"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI base unit ampere" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:A ; + qudt:symbol "MA" ; + qudt:ucumCode "MA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H38" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megaamper"@hu ; + rdfs:label "Megaamper"@pl ; + rdfs:label "Megaamper"@ro ; + rdfs:label "Megaamper"@sl ; + rdfs:label "Megaamper"@tr ; + rdfs:label "Megaampere" ; + rdfs:label "Megaampere"@de ; + rdfs:label "Megaampere"@en ; + rdfs:label "Megaampere"@it ; + rdfs:label "Megaampere"@ms ; + rdfs:label "Megaamperio"@es ; + rdfs:label "Megaampère"@fr ; + rdfs:label "Megaampér"@cs . + +unit:MegaA-PER-M2 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaA ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:iec61360Code "0112/2///62720#UAA203" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA203"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "MA/m²" ; + qudt:ucumCode "MA.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B66" ; + rdfs:isDefinedBy ; + rdfs:label "Megaamper na Kvadratni Meter"@sl ; + rdfs:label "Megaamper na Metr Kwadratowy"@pl ; + rdfs:label "Megaamper pe Metru Pătrat"@ro ; + rdfs:label "Megaamper per Metrekare"@tr ; + rdfs:label "Megaampere per Meter Persegi"@ms ; + rdfs:label "Megaampere per Metro Quadrato"@it ; + rdfs:label "Megaampere per Square Meter"@en-US ; + rdfs:label "Megaampere per Square Metre" ; + rdfs:label "Megaampere per Square Metre"@en ; + rdfs:label "Megaampere pro Quadratmeter"@de ; + rdfs:label "Megaamperio por Metro Cuadrado"@es ; + rdfs:label "Megaampère par Mètre Carré"@fr ; + rdfs:label "Megaampér na Čtvereční Metr"@cs . + +unit:MegaBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100000000000.0 ; + qudt:conversionMultiplierSN 1.0E11 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:BAR ; + qudt:symbol "Mbar" ; + qudt:ucumCode "Mbar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megabar" ; + rdfs:label "Megabar"@en . + +unit:MegaBAUD + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DigitRate ; + qudt:iec61360Code "0112/2///62720#UAA204" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA204"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:BAUD ; + qudt:symbol "MBd" ; + qudt:uneceCommonCode "J54" ; + rdfs:isDefinedBy ; + rdfs:label "Megabaud" ; + rdfs:label "Megabaud"@en . + +unit:MegaBIT + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit bit" ; + qudt:conversionMultiplier 693147.18055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB171" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB171"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Mb" ; + qudt:ucumCode "Mbit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D36" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megabit" ; + rdfs:label "Megabit"@en . + +unit:MegaBIT-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second."^^rdf:HTML ; + qudt:conversionMultiplier 693147.18055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA226" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA226"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Data_rate_units"^^xsd:anyURI ; + qudt:symbol "Mb/s" ; + qudt:ucumCode "Mbit.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E20" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megabit per Second" ; + rdfs:label "Megabit per Second"@en . + +unit:MegaBQ + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit becquerel"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA205" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA205"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the derived unit becquerel" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:BQ ; + qudt:symbol "MBq" ; + qudt:ucumCode "MBq"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4N" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megabecquerel" ; + rdfs:label "Megabecquerel"@cs ; + rdfs:label "Megabecquerel"@de ; + rdfs:label "Megabecquerel"@en ; + rdfs:label "Megabecquerel"@es ; + rdfs:label "Megabecquerel"@fr ; + rdfs:label "Megabecquerel"@hu ; + rdfs:label "Megabecquerel"@it ; + rdfs:label "Megabecquerel"@ms ; + rdfs:label "Megabecquerel"@ro ; + rdfs:label "Megabecquerel"@sl ; + rdfs:label "Megabekerel"@pl ; + rdfs:label "Megabekerel"@tr . + +unit:MegaBQ-PER-KiloGM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaBQ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassicActivity ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:iec61360Code "0112/2///62720#UAB092" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB092"^^xsd:anyURI ; + qudt:symbol "MBq/kg" ; + qudt:ucumCode "MBq.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B67" ; + rdfs:isDefinedBy ; + rdfs:label "Megabecquerel na Kilogram"@cs ; + rdfs:label "Megabecquerel na Kilogram"@sl ; + rdfs:label "Megabecquerel par Kilogramme"@fr ; + rdfs:label "Megabecquerel pe Kilogram"@ro ; + rdfs:label "Megabecquerel per Chilogrammo"@it ; + rdfs:label "Megabecquerel per Kilogram" ; + rdfs:label "Megabecquerel per Kilogram"@en ; + rdfs:label "Megabecquerel per Kilogram"@ms ; + rdfs:label "Megabecquerel por Kilogramo"@es ; + rdfs:label "Megabecquerel pro Kilogramm"@de ; + rdfs:label "Megabekerel na Kilogram"@pl ; + rdfs:label "Megabekerel per Kilogram"@tr . + +unit:MegaBTU_IT + a qudt:Unit ; + qudt:conversionMultiplier 1055055852.62 ; + qudt:conversionMultiplierSN 1.05505585262E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:BTU_IT ; + qudt:symbol "MBtu{IT}" ; + qudt:ucumCode "M[Btu_IT]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega British Thermal Unit (international Definition)" ; + rdfs:label "Mega British Thermal Unit (international Definition)"@en . + +unit:MegaBTU_IT-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 293071.0701722222222222222222222222 ; + qudt:conversionMultiplierSN 2.930710701722222222222222222222222E5 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$MBtu/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaBTU_IT ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:symbol "MBtu{IT}/h" ; + qudt:ucumCode "M[Btu_IT].h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega British Thermal Unit (international Definition) per Hour" ; + rdfs:label "Mega British Thermal Unit (international Definition) per Hour"@en . + +unit:MegaBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177.44447956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Megabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB131" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB131"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Megabyte?oldid=487094486"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "MB" ; + qudt:ucumCode "MBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4L" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megabyte" ; + rdfs:label "Megabyte"@en . + +unit:MegaBYTE-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit byte devided by the SI base unit second" ; + qudt:conversionMultiplier 5545177.44447956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaBYTE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ByteRate ; + qudt:iec61360Code "0112/2///62720#UAB307" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB307"^^xsd:anyURI ; + qudt:symbol "MB/s" ; + qudt:ucumCode "MBy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P95" ; + rdfs:isDefinedBy ; + rdfs:label "Megabyte per Second" ; + rdfs:label "Megabyte per Second"@en . + +unit:MegaC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A MegaCoulomb is $10^{6} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA206" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA206"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:C ; + qudt:symbol "MC" ; + qudt:ucumCode "MC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D77" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megacoulomb" ; + rdfs:label "Megacoulomb"@cs ; + rdfs:label "Megacoulomb"@de ; + rdfs:label "Megacoulomb"@en ; + rdfs:label "Megacoulomb"@fr ; + rdfs:label "Megacoulomb"@hu ; + rdfs:label "Megacoulomb"@it ; + rdfs:label "Megacoulomb"@ms ; + rdfs:label "Megacoulomb"@ro ; + rdfs:label "Megacoulomb"@sl ; + rdfs:label "Megacoulomb"@tr ; + rdfs:label "Megaculombio"@es ; + rdfs:label "Megakulomb"@pl . + +unit:MegaC-PER-M2 + a qudt:Unit ; + dcterms:description "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAA207" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA207"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "MC/m²" ; + qudt:ucumCode "MC.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B70" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megacoulomb na Kvadratni Meter"@sl ; + rdfs:label "Megacoulomb na Čtvereční Metr"@cs ; + rdfs:label "Megacoulomb par Mètre Carré"@fr ; + rdfs:label "Megacoulomb pe Metru Pătrat"@ro ; + rdfs:label "Megacoulomb per Meter Persegi"@ms ; + rdfs:label "Megacoulomb per Metrekare"@tr ; + rdfs:label "Megacoulomb per Metro Quadrato"@it ; + rdfs:label "Megacoulomb per Square Meter"@en-US ; + rdfs:label "Megacoulomb per Square Metre" ; + rdfs:label "Megacoulomb per Square Metre"@en ; + rdfs:label "Megacoulomb pro Quadratmeter"@de ; + rdfs:label "Megaculombio por Metro Cuadrado"@es ; + rdfs:label "Megakulomb na Metr Kwadratowy"@pl . + +unit:MegaC-PER-M3 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:iec61360Code "0112/2///62720#UAA208" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA208"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "MC/m³" ; + qudt:ucumCode "MC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B69" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megacoulomb na Kubični Meter"@sl ; + rdfs:label "Megacoulomb na Metr Krychlový"@cs ; + rdfs:label "Megacoulomb par Mètre Cube"@fr ; + rdfs:label "Megacoulomb pe Metru Cub"@ro ; + rdfs:label "Megacoulomb per Cubic Meter"@en-US ; + rdfs:label "Megacoulomb per Cubic Metre" ; + rdfs:label "Megacoulomb per Cubic Metre"@en ; + rdfs:label "Megacoulomb per Meter Kubik"@ms ; + rdfs:label "Megacoulomb per Metreküp"@tr ; + rdfs:label "Megacoulomb per Metro Cubo"@it ; + rdfs:label "Megacoulomb pro Kubikmeter"@de ; + rdfs:label "Megaculombio por Metro Cúbico"@es ; + rdfs:label "Megakulomb na Metr Sześcienny"@pl . + +unit:MegaCCY_USD + a qudt:CurrencyUnit, qudt:DerivedUnit, qudt:Unit ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Currency ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:CCY_USD ; + qudt:symbol "M$" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Us Dollar" ; + rdfs:label "Mega Us Dollar"@en . + +unit:MegaCCY_USD-PER-FLIGHT + a qudt:ContextualUnit, qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$M\\$/Flight$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaCCY_USD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FLIGHT ; + ] ; + qudt:hasQuantityKind quantitykind:CurrencyPerFlight ; + qudt:symbol "M$/flight" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Us Dollar per Flight" ; + rdfs:label "Mega Us Dollar per Flight"@en . + +unit:MegaCCY_USD-PER-YR + a qudt:DerivedUnit, qudt:Unit ; + qudt:conversionMultiplier 0.03168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-2 ; + qudt:expression "$M\\$/yr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaCCY_USD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "M$/a" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Us Dollar per Year" ; + rdfs:label "Mega Us Dollar per Year"@en . + +unit:MegaDOLLAR_US-PER-FLIGHT + a qudt:ContextualUnit, qudt:DerivedUnit, qudt:Unit ; + dcterms:isReplacedBy unit:MegaCCY_USD-PER-FLIGHT ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:expression "$M\\$/Flight$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FLIGHT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaDOLLAR_US ; + ] ; + qudt:hasQuantityKind quantitykind:CurrencyPerFlight ; + qudt:symbol "$M/flight" ; + rdfs:isDefinedBy ; + rdfs:label "Million Us Dollars per Flight" ; + rdfs:label "Million Us Dollars per Flight"@en . + +unit:MegaEV + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Mega Electron Volt}$ is a unit for 'Energy And Work' expressed as $MeV$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-13 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA227" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA227"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:EV ; + qudt:symbol "MeV" ; + qudt:ucumCode "MeV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B71" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mega Electron Volt" ; + rdfs:label "Mega Electron Volt"@en . + +unit:MegaEV-FemtoM + a qudt:Unit ; + dcterms:description "$\\textit{Mega Electron Volt Femtometer}$ is a unit for 'Length Energy' expressed as $MeV fm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000000000000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-28 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FemtoM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaEV ; + ] ; + qudt:hasQuantityKind quantitykind:LengthEnergy ; + qudt:symbol "MeV·fm" ; + qudt:ucumCode "MeV.fm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Electron Volt Femtometer"@en-US ; + rdfs:label "Mega Electron Volt Femtometre" ; + rdfs:label "Mega Electron Volt Femtometre"@en . + +unit:MegaEV-PER-CentiM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Mega Electron Volt per Centimeter\" is a unit for 'Linear Energy Transfer' expressed as $MeV/cm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001602176634 ; + qudt:conversionMultiplierSN 1.602176634E-11 ; + qudt:expression "$MeV/cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaEV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearEnergyTransfer ; + qudt:symbol "MeV/cm" ; + qudt:ucumCode "MeV.cm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Electron Volt per Centimeter"@en-US ; + rdfs:label "Mega Electron Volt per Centimetre" ; + rdfs:label "Mega Electron Volt per Centimetre"@en . + +unit:MegaEV-PER-SpeedOfLight + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV/c$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:expression "$MeV/c$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaEV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SpeedOfLight ; + ] ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:symbol "MeV/c" ; + qudt:ucumCode "MeV.[c]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Electron Volt per Speed of Light" ; + rdfs:label "Mega Electron Volt per Speed of Light"@en ; + rdfs:label "Mega Electron Volt per Speed of Light"@en-US . + +unit:MegaFLOPS + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit floating point operations divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB591" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB591"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:FLOPS ; + qudt:symbol "MFLOPS" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Floating Point Operations per Second" ; + rdfs:label "Mega Floating Point Operations per Second"@en . + +unit:MegaGM + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA228" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA228"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:GM ; + qudt:symbol "Mg" ; + qudt:ucumCode "Mg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2U" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megagram" ; + rdfs:label "Megagram"@cs ; + rdfs:label "Megagram"@en ; + rdfs:label "Megagram"@ms ; + rdfs:label "Megagram"@pl ; + rdfs:label "Megagram"@ro ; + rdfs:label "Megagram"@sl ; + rdfs:label "Megagram"@tr ; + rdfs:label "Megagramm"@de ; + rdfs:label "Megagramm"@hu ; + rdfs:label "Megagramme"@fr ; + rdfs:label "Megagrammo"@it ; + rdfs:label "Megagramo"@es . + +unit:MegaGM-PER-HA + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:exactMatch unit:TONNE-PER-HA ; + qudt:exactMatch unit:TON_Metric-PER-HA ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "Mg/ha" ; + qudt:ucumCode "Mg.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megagram per Hectare" ; + rdfs:label "Megagram per Hectare"@en . + +unit:MegaGM-PER-HA-YR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-9 ; + qudt:exactMatch unit:TONNE-PER-HA-YR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield." ; + qudt:symbol "Mg/(ha·a)" ; + qudt:ucumCode "Mg.har-1.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megagram per Hectare Year" ; + rdfs:label "Megagram per Hectare Year"@en . + +unit:MegaGM-PER-M3 + a qudt:Unit ; + dcterms:description "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA229" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA229"^^xsd:anyURI ; + qudt:plainTextDescription "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "Mg/m³" ; + qudt:ucumCode "Mg.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B72" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megagram na Kubični Meter"@sl ; + rdfs:label "Megagram na Metr Krychlový"@cs ; + rdfs:label "Megagram na Metr Sześcienny"@pl ; + rdfs:label "Megagram pe Metru Cub"@ro ; + rdfs:label "Megagram per Cubic Meter"@en-US ; + rdfs:label "Megagram per Cubic Metre" ; + rdfs:label "Megagram per Cubic Metre"@en ; + rdfs:label "Megagram per Meter Kubik"@ms ; + rdfs:label "Megagram per Metreküp"@tr ; + rdfs:label "Megagramm pro Kubikmeter"@de ; + rdfs:label "Megagramme par Mètre Cube"@fr ; + rdfs:label "Megagrammo per Metro Cubo"@it ; + rdfs:label "Megagramo por Metro Cúbico"@es . + +unit:MegaGRAY + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit gray" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:iec61360Code "0112/2///62720#UAB505" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB505"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:GRAY ; + qudt:symbol "MGy" ; + qudt:ucumCode "MGy"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megagray" ; + rdfs:label "Megagray"@cs ; + rdfs:label "Megagray"@de ; + rdfs:label "Megagray"@en ; + rdfs:label "Megagray"@es ; + rdfs:label "Megagray"@fr ; + rdfs:label "Megagray"@hu ; + rdfs:label "Megagray"@it ; + rdfs:label "Megagray"@ms ; + rdfs:label "Megagray"@ro ; + rdfs:label "Megagray"@sl ; + rdfs:label "Megagray"@tr ; + rdfs:label "Megagrej"@pl . + +unit:MegaHZ + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Megahertz\" is a C.G.S System unit for 'Frequency' expressed as $MHz$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA209" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA209"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:HZ ; + qudt:symbol "MHz" ; + qudt:ucumCode "MHz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MHZ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megaherc"@pl ; + rdfs:label "Megahercio"@es ; + rdfs:label "Megahertz" ; + rdfs:label "Megahertz"@cs ; + rdfs:label "Megahertz"@de ; + rdfs:label "Megahertz"@en ; + rdfs:label "Megahertz"@fr ; + rdfs:label "Megahertz"@hu ; + rdfs:label "Megahertz"@it ; + rdfs:label "Megahertz"@ms ; + rdfs:label "Megahertz"@ro ; + rdfs:label "Megahertz"@sl ; + rdfs:label "Megahertz"@tr . + +unit:MegaHZ-KiloM + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaHZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD911" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD911"^^xsd:anyURI ; + qudt:symbol "MHz·km" ; + qudt:ucumCode "MHz.km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H39" ; + rdfs:isDefinedBy ; + rdfs:label "Megaherc Kilometr"@pl ; + rdfs:label "Megahercio Kilometro"@es ; + rdfs:label "Megahertz Chilometro"@it ; + rdfs:label "Megahertz Kilometer"@de ; + rdfs:label "Megahertz Kilometer"@en-US ; + rdfs:label "Megahertz Kilometer"@ms ; + rdfs:label "Megahertz Kilometer"@sl ; + rdfs:label "Megahertz Kilometr"@cs ; + rdfs:label "Megahertz Kilometre" ; + rdfs:label "Megahertz Kilometre"@en ; + rdfs:label "Megahertz Kilometre"@tr ; + rdfs:label "Megahertz Kilometru"@ro ; + rdfs:label "Megahertz Kilomètre"@fr . + +unit:MegaHZ-M + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaHZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:iec61360Code "0112/2///62720#UAA210" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA210"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1,000,000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre" ; + qudt:symbol "MHz·m" ; + qudt:ucumCode "MHz.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H39" ; + rdfs:isDefinedBy ; + rdfs:label "Megaherc Metr"@pl ; + rdfs:label "Megahercio Metro"@es ; + rdfs:label "Megahertz Meter"@de ; + rdfs:label "Megahertz Meter"@en-US ; + rdfs:label "Megahertz Meter"@ms ; + rdfs:label "Megahertz Meter"@sl ; + rdfs:label "Megahertz Metr"@cs ; + rdfs:label "Megahertz Metre" ; + rdfs:label "Megahertz Metre"@en ; + rdfs:label "Megahertz Metre"@tr ; + rdfs:label "Megahertz Metro"@it ; + rdfs:label "Megahertz Metru"@ro ; + rdfs:label "Megahertz Mètre"@fr . + +unit:MegaHZ-PER-K + a qudt:Unit ; + dcterms:description "$\\textit{Mega Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $MHz K^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$MHz K^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaHZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:InverseTimeTemperature ; + qudt:symbol "MHz/K" ; + qudt:ucumCode "MHz.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megaherc na Kelwin"@pl ; + rdfs:label "Megahercio por Kelvin"@es ; + rdfs:label "Megahertz na Kelvin"@cs ; + rdfs:label "Megahertz na Kelvin"@sl ; + rdfs:label "Megahertz par Kelvin"@fr ; + rdfs:label "Megahertz pe Kelvin"@ro ; + rdfs:label "Megahertz per Kelvin" ; + rdfs:label "Megahertz per Kelvin"@en ; + rdfs:label "Megahertz per Kelvin"@it ; + rdfs:label "Megahertz per Kelvin"@ms ; + rdfs:label "Megahertz per Kelvin"@tr ; + rdfs:label "Megahertz pro Kelvin"@de . + +unit:MegaHZ-PER-T + a qudt:Unit ; + dcterms:description "\"Mega Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $MHz T^{-1}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$MHz T^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaHZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:symbol "MHz/T" ; + qudt:ucumCode "MHz.T-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megaherc na Tesla"@pl ; + rdfs:label "Megahercio por Tesla"@es ; + rdfs:label "Megahertz na Tesla"@cs ; + rdfs:label "Megahertz na Tesla"@sl ; + rdfs:label "Megahertz par Tesla"@fr ; + rdfs:label "Megahertz pe Tesla"@ro ; + rdfs:label "Megahertz per Tesla" ; + rdfs:label "Megahertz per Tesla"@en ; + rdfs:label "Megahertz per Tesla"@it ; + rdfs:label "Megahertz per Tesla"@ms ; + rdfs:label "Megahertz per Tesla"@tr ; + rdfs:label "Megahertz pro Tesla"@de . + +unit:MegaINDIV + a qudt:ContextualUnit, qudt:Unit ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:scalingOf unit:INDIV ; + rdfs:isDefinedBy ; + rdfs:label "Million Individuals" ; + rdfs:label "Million Individuals"@en . + +unit:MegaJ + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAA211" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA211"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the derived unit joule" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:J ; + qudt:symbol "MJ" ; + qudt:ucumCode "MJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "3B" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megadżul"@pl ; + rdfs:label "Megajoule" ; + rdfs:label "Megajoule"@cs ; + rdfs:label "Megajoule"@de ; + rdfs:label "Megajoule"@en ; + rdfs:label "Megajoule"@fr ; + rdfs:label "Megajoule"@hu ; + rdfs:label "Megajoule"@it ; + rdfs:label "Megajoule"@ms ; + rdfs:label "Megajoule"@ro ; + rdfs:label "Megajoule"@sl ; + rdfs:label "Megajoule"@tr ; + rdfs:label "Megajulio"@es . + +unit:MegaJ-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit MegaJoule divided by the 3600 times the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 277.7777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:plainTextDescription "SI derived unit Megajoule divided by the 3600 times the SI base unit second" ; + qudt:symbol "MJ/h" ; + qudt:ucumCode "MJ.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P16" ; + rdfs:isDefinedBy ; + rdfs:label "Megajoule per Hour" ; + rdfs:label "Megajoule per Hour"@en . + +unit:MegaJ-PER-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$MegaJ/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:HeatCapacity ; + qudt:symbol "MJ/K" ; + qudt:ucumCode "MJ.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megadżul na Kelwin"@pl ; + rdfs:label "Megajoule na Kelvin"@cs ; + rdfs:label "Megajoule na Kelvin"@sl ; + rdfs:label "Megajoule par Kelvin"@fr ; + rdfs:label "Megajoule pe Kelvin"@ro ; + rdfs:label "Megajoule per Kelvin" ; + rdfs:label "Megajoule per Kelvin"@en ; + rdfs:label "Megajoule per Kelvin"@it ; + rdfs:label "Megajoule per Kelvin"@ms ; + rdfs:label "Megajoule per Kelvin"@tr ; + rdfs:label "Megajoule pro Kelvin"@de ; + rdfs:label "Megajulio por Kelvin"@es . + +unit:MegaJ-PER-KiloGM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaJ ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB093" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB093"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram" ; + qudt:symbol "MJ/kg" ; + qudt:ucumCode "MJ.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "JK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megadżul na Kilogram"@pl ; + rdfs:label "Megajoule na Kilogram"@cs ; + rdfs:label "Megajoule na Kilogram"@sl ; + rdfs:label "Megajoule par Kilogramme"@fr ; + rdfs:label "Megajoule pe Kilogram"@ro ; + rdfs:label "Megajoule per Chilogrammo"@it ; + rdfs:label "Megajoule per Kilogram" ; + rdfs:label "Megajoule per Kilogram"@en ; + rdfs:label "Megajoule per Kilogram"@ms ; + rdfs:label "Megajoule per Kilogram"@tr ; + rdfs:label "Megajoule pro Kilogramm"@de ; + rdfs:label "Megajulio por Kilogramo"@es . + +unit:MegaJ-PER-M2 + a qudt:Unit ; + dcterms:description "MegaJoule Per Square Meter ($MegaJ/m^2$) is a unit in the category of Energy density."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaJ ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:StrainEnergyReleaseRate ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "MJ/m²" ; + qudt:ucumCode "MJ.m-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megadżul na Metr Kwadratowy"@pl ; + rdfs:label "Megajoule na Kvadratni Meter"@sl ; + rdfs:label "Megajoule na Čtvereční Metr"@cs ; + rdfs:label "Megajoule par Mètre Carré"@fr ; + rdfs:label "Megajoule pe Metru Pătrat"@ro ; + rdfs:label "Megajoule per Meter Persegi"@ms ; + rdfs:label "Megajoule per Metrekare"@tr ; + rdfs:label "Megajoule per Metro Quadrato"@it ; + rdfs:label "Megajoule per Square Meter"@en-US ; + rdfs:label "Megajoule per Square Metre" ; + rdfs:label "Megajoule per Square Metre"@en ; + rdfs:label "Megajoule pro Quadratmeter"@de ; + rdfs:label "Megajulio por Metro Cuadrado"@es . + +unit:MegaJ-PER-M2-DAY + a qudt:Unit ; + dcterms:description "MegaJoule Per Square Meter Per Day (\\(MegaJ/m^2/day\\)) is a unit in the category of Energy density over time."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 11.57407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Irradiance ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "MJ/(m²·d)" ; + qudt:ucumCode "MJ.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megajoule per Square Meter Day"@en-US ; + rdfs:label "Megajoule per Square Metre Day" ; + rdfs:label "Megajoule per Square Metre Day"@en . + +unit:MegaJ-PER-M3 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAA212" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA212"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "MJ/m³" ; + qudt:ucumCode "MJ.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "JM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megadżul na Metr Sześcienny"@pl ; + rdfs:label "Megajoule na Kubični Meter"@sl ; + rdfs:label "Megajoule na Metr Krychlový"@cs ; + rdfs:label "Megajoule par Mètre Cube"@fr ; + rdfs:label "Megajoule pe Metru Cub"@ro ; + rdfs:label "Megajoule per Cubic Meter"@en-US ; + rdfs:label "Megajoule per Cubic Metre" ; + rdfs:label "Megajoule per Cubic Metre"@en ; + rdfs:label "Megajoule per Meter Kubik"@ms ; + rdfs:label "Megajoule per Metreküp"@tr ; + rdfs:label "Megajoule per Metro Cubo"@it ; + rdfs:label "Megajoule pro Kubikmeter"@de ; + rdfs:label "Megajulio por Metro Cúbico"@es . + +unit:MegaJ-PER-SEC + a qudt:Unit ; + dcterms:description "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaJ ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB177" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB177"^^xsd:anyURI ; + qudt:plainTextDescription "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second" ; + qudt:symbol "MJ/s" ; + qudt:ucumCode "MJ.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D78" ; + rdfs:isDefinedBy ; + rdfs:label "Megadżul na Sekunda"@pl ; + rdfs:label "Megajoule na Sekunda"@cs ; + rdfs:label "Megajoule na Sekunda"@sl ; + rdfs:label "Megajoule par Seconde"@fr ; + rdfs:label "Megajoule pe Secundă"@ro ; + rdfs:label "Megajoule per Saat"@ms ; + rdfs:label "Megajoule per Saniye"@tr ; + rdfs:label "Megajoule per Second" ; + rdfs:label "Megajoule per Second"@en ; + rdfs:label "Megajoule per Secondo"@it ; + rdfs:label "Megajoule pro Sekunde"@de ; + rdfs:label "Megajulio por Segundo"@es . + +unit:MegaK + a qudt:Unit ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:CorrelatedColorTemperature ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:K ; + qudt:symbol "MK" ; + qudt:ucumCode "MK"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megakelvin" ; + rdfs:label "Megakelvin"@cs ; + rdfs:label "Megakelvin"@de ; + rdfs:label "Megakelvin"@en ; + rdfs:label "Megakelvin"@es ; + rdfs:label "Megakelvin"@fr ; + rdfs:label "Megakelvin"@hu ; + rdfs:label "Megakelvin"@it ; + rdfs:label "Megakelvin"@ms ; + rdfs:label "Megakelvin"@ro ; + rdfs:label "Megakelvin"@sl ; + rdfs:label "Megakelvin"@tr ; + rdfs:label "Megakelwin"@pl . + +unit:MegaL + a qudt:Unit ; + dcterms:description "1 000 000-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB112" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB112"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000-fold of the unit litre" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:L ; + qudt:symbol "ML" ; + qudt:ucumCode "ML"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megaliter"@en-US ; + rdfs:label "Megalitre" ; + rdfs:label "Megalitre"@en . + +unit:MegaLB_F + a qudt:Unit ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 4448221.615260499999999999999999998 ; + qudt:conversionMultiplierSN 4.448221615260499999999999999999998E6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:LB_F ; + qudt:symbol "Mlbf" ; + qudt:ucumCode "M[lbf_av]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Pound Force" ; + rdfs:label "Mega Pound Force"@en . + +unit:MegaN + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA213" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA213"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit newton" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:N ; + qudt:symbol "MN" ; + qudt:ucumCode "MN"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B73" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meganewton" ; + rdfs:label "Meganewton"@cs ; + rdfs:label "Meganewton"@de ; + rdfs:label "Meganewton"@en ; + rdfs:label "Meganewton"@es ; + rdfs:label "Meganewton"@fr ; + rdfs:label "Meganewton"@hu ; + rdfs:label "Meganewton"@it ; + rdfs:label "Meganewton"@ms ; + rdfs:label "Meganewton"@ro ; + rdfs:label "Meganewton"@sl ; + rdfs:label "Meganewton"@tr ; + rdfs:label "Meganiuton"@pl . + +unit:MegaN-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA214" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA214"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre" ; + qudt:symbol "MN·m" ; + qudt:ucumCode "MN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B74" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Meganewton Meter"@de ; + rdfs:label "Meganewton Meter"@en-US ; + rdfs:label "Meganewton Meter"@ms ; + rdfs:label "Meganewton Meter"@sl ; + rdfs:label "Meganewton Metr"@cs ; + rdfs:label "Meganewton Metre" ; + rdfs:label "Meganewton Metre"@en ; + rdfs:label "Meganewton Metre"@tr ; + rdfs:label "Meganewton Metro"@es ; + rdfs:label "Meganewton Metro"@it ; + rdfs:label "Meganewton Metru"@ro ; + rdfs:label "Meganewton Mètre"@fr ; + rdfs:label "Meganiuton Metr"@pl . + +unit:MegaN-M-PER-M2 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB553" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB553"^^xsd:anyURI ; + qudt:symbol "MN·m/m²" ; + qudt:ucumCode "MN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meganewton Meter na Kvadratni Meter"@sl ; + rdfs:label "Meganewton Meter per Meter Persegi"@ms ; + rdfs:label "Meganewton Meter per Square Meter"@en-US ; + rdfs:label "Meganewton Meter pro Quadratmeter"@de ; + rdfs:label "Meganewton Metr na Čtvereční Metr"@cs ; + rdfs:label "Meganewton Metre per Metrekare"@tr ; + rdfs:label "Meganewton Metre per Square Metre" ; + rdfs:label "Meganewton Metre per Square Metre"@en ; + rdfs:label "Meganewton Metro per Metro Quadrato"@it ; + rdfs:label "Meganewton Metro por Metro Cuadrado"@es ; + rdfs:label "Meganewton Metru pe Metru Pătrat"@ro ; + rdfs:label "Meganewton Mètre par Mètre Carré"@fr ; + rdfs:label "Meganiuton Metr na Metr Kwadratowy"@pl . + +unit:MegaN-PER-M2 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit newton divided by the square of the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaN ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:symbol "MN/m²" ; + qudt:ucumCode "MN.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meganewton na Kvadratni Meter"@sl ; + rdfs:label "Meganewton na Čtvereční Metr"@cs ; + rdfs:label "Meganewton par Mètre Carré"@fr ; + rdfs:label "Meganewton pe Metru Pătrat"@ro ; + rdfs:label "Meganewton per Meter Persegi"@ms ; + rdfs:label "Meganewton per Metrekare"@tr ; + rdfs:label "Meganewton per Metro Quadrato"@it ; + rdfs:label "Meganewton per Square Meter"@en-US ; + rdfs:label "Meganewton per Square Metre" ; + rdfs:label "Meganewton per Square Metre"@en ; + rdfs:label "Meganewton por Metro Cuadrado"@es ; + rdfs:label "Meganewton pro Quadratmeter"@de ; + rdfs:label "Meganiuton na Metr Kwadratowy"@pl . + +unit:MegaN-PER-M3 + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ModulusOfSubgradeReaction ; + qudt:hasQuantityKind quantitykind:SpecificWeight ; + qudt:symbol "MN/m³" ; + qudt:ucumCode "MN.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Meganewton na Kubični Meter"@sl ; + rdfs:label "Meganewton na Metr Krychlový"@cs ; + rdfs:label "Meganewton par Mètre Cube"@fr ; + rdfs:label "Meganewton pe Metru Cub"@ro ; + rdfs:label "Meganewton per Cubic Meter"@en-US ; + rdfs:label "Meganewton per Cubic Metre" ; + rdfs:label "Meganewton per Cubic Metre"@en ; + rdfs:label "Meganewton per Meter Kubik"@ms ; + rdfs:label "Meganewton per Metreküp"@tr ; + rdfs:label "Meganewton per Metro Cubo"@it ; + rdfs:label "Meganewton por Metro Cúbico"@es ; + rdfs:label "Meganewton pro Kubikmeter"@de ; + rdfs:label "Meganiuton na Metr Sześcienny"@pl . + +unit:MegaOHM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA198" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA198"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the derived unit ohm" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:OHM ; + qudt:symbol "MΩ" ; + qudt:ucumCode "MOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B75" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megaohm" ; + rdfs:label "Megaohm"@cs ; + rdfs:label "Megaohm"@de ; + rdfs:label "Megaohm"@en ; + rdfs:label "Megaohm"@fr ; + rdfs:label "Megaohm"@hu ; + rdfs:label "Megaohm"@it ; + rdfs:label "Megaohm"@ms ; + rdfs:label "Megaohm"@ro ; + rdfs:label "Megaohm"@sl ; + rdfs:label "Megaohm"@tr ; + rdfs:label "Megaohmio"@es ; + rdfs:label "Megaom"@pl . + +unit:MegaOHM-KiloM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:ResidualResistivity ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAB406" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB406"^^xsd:anyURI ; + qudt:symbol "MΩ·km" ; + qudt:ucumCode "MOhm.km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H88" ; + rdfs:isDefinedBy ; + rdfs:label "Megaohm Chilometro"@it ; + rdfs:label "Megaohm Kilometer"@de ; + rdfs:label "Megaohm Kilometer"@en-US ; + rdfs:label "Megaohm Kilometer"@ms ; + rdfs:label "Megaohm Kilometer"@sl ; + rdfs:label "Megaohm Kilometr"@cs ; + rdfs:label "Megaohm Kilometre" ; + rdfs:label "Megaohm Kilometre"@en ; + rdfs:label "Megaohm Kilometre"@tr ; + rdfs:label "Megaohm Kilometru"@ro ; + rdfs:label "Megaohm Kilomètre"@fr ; + rdfs:label "Megaohmio Kilometro"@es ; + rdfs:label "Megaom Kilometr"@pl . + +unit:MegaOHM-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit ohm and the SI unit metre" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaOHM ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA200" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA200"^^xsd:anyURI ; + qudt:symbol "MΩ·m" ; + qudt:ucumCode "MOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B76" ; + rdfs:isDefinedBy ; + rdfs:label "Megaohm Meter"@de ; + rdfs:label "Megaohm Meter"@en-US ; + rdfs:label "Megaohm Meter"@ms ; + rdfs:label "Megaohm Meter"@sl ; + rdfs:label "Megaohm Metr"@cs ; + rdfs:label "Megaohm Metre" ; + rdfs:label "Megaohm Metre"@en ; + rdfs:label "Megaohm Metre"@tr ; + rdfs:label "Megaohm Metro"@it ; + rdfs:label "Megaohm Metru"@ro ; + rdfs:label "Megaohm Mètre"@fr ; + rdfs:label "Megaohmio Metro"@es ; + rdfs:label "Megaom Metr"@pl . + +unit:MegaOHM-PER-BAR + a qudt:Unit ; + dcterms:description "1,000,000-fold of SI derived unit ohm per metrical non SI unit bar" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD881" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD881"^^xsd:anyURI ; + qudt:symbol "MΩ/bar" ; + qudt:ucumCode "MOhm.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megaohm per Bar" ; + rdfs:label "Megaohm per Bar"@en . + +unit:MegaOHM-PER-K + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit ohm per SI base unit kelvin" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD877" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD877"^^xsd:anyURI ; + qudt:symbol "MΩ/K" ; + qudt:ucumCode "MOhm.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megaohm na Kelvin"@cs ; + rdfs:label "Megaohm na Kelvin"@sl ; + rdfs:label "Megaohm par Kelvin"@fr ; + rdfs:label "Megaohm pe Kelvin"@ro ; + rdfs:label "Megaohm per Kelvin" ; + rdfs:label "Megaohm per Kelvin"@en ; + rdfs:label "Megaohm per Kelvin"@it ; + rdfs:label "Megaohm per Kelvin"@ms ; + rdfs:label "Megaohm per Kelvin"@tr ; + rdfs:label "Megaohm pro Kelvin"@de ; + rdfs:label "Megaohmio por Kelvin"@es ; + rdfs:label "Megaom na Kelwin"@pl . + +unit:MegaOHM-PER-KiloM + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit ohm divided by the 1,000-fold of the SI base unit metre."^^rdf:HTML ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA199" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA199"^^xsd:anyURI ; + qudt:symbol "MΩ/km" ; + qudt:ucumCode "MOhm.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H36" ; + rdfs:isDefinedBy ; + rdfs:label "Megaohm na Kilometer"@sl ; + rdfs:label "Megaohm na Kilometr"@cs ; + rdfs:label "Megaohm par Kilomètre"@fr ; + rdfs:label "Megaohm pe Kilometru"@ro ; + rdfs:label "Megaohm per Chilometro"@it ; + rdfs:label "Megaohm per Kilometer"@en-US ; + rdfs:label "Megaohm per Kilometer"@ms ; + rdfs:label "Megaohm per Kilometre" ; + rdfs:label "Megaohm per Kilometre"@en ; + rdfs:label "Megaohm per Kilometre"@tr ; + rdfs:label "Megaohm pro Kilometer"@de ; + rdfs:label "Megaohmio por Kilometro"@es ; + rdfs:label "Megaom na Kilometr"@pl . + +unit:MegaOHM-PER-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit ohm divided by the SI base unit metre" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA201" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA201"^^xsd:anyURI ; + qudt:symbol "MΩ/m" ; + qudt:ucumCode "MOhm.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H37" ; + rdfs:isDefinedBy ; + rdfs:label "Megaohm na Meter"@sl ; + rdfs:label "Megaohm na Metr"@cs ; + rdfs:label "Megaohm par Mètre"@fr ; + rdfs:label "Megaohm pe Metru"@ro ; + rdfs:label "Megaohm per Meter"@en-US ; + rdfs:label "Megaohm per Meter"@ms ; + rdfs:label "Megaohm per Metre" ; + rdfs:label "Megaohm per Metre"@en ; + rdfs:label "Megaohm per Metre"@tr ; + rdfs:label "Megaohm per Metro"@it ; + rdfs:label "Megaohm pro Meter"@de ; + rdfs:label "Megaohmio por Metro"@es ; + rdfs:label "Megaom na Metr"@pl . + +unit:MegaPA + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA215" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA215"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the derived unit pascal" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:PA ; + qudt:symbol "MPa" ; + qudt:ucumCode "MPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MPA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal" ; + rdfs:label "Megapascal"@cs ; + rdfs:label "Megapascal"@de ; + rdfs:label "Megapascal"@en ; + rdfs:label "Megapascal"@es ; + rdfs:label "Megapascal"@fr ; + rdfs:label "Megapascal"@hu ; + rdfs:label "Megapascal"@it ; + rdfs:label "Megapascal"@ms ; + rdfs:label "Megapascal"@ro ; + rdfs:label "Megapascal"@sl ; + rdfs:label "Megapascal"@tr ; + rdfs:label "Megapaskal"@pl . + +unit:MegaPA-L-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaPA ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA218" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA218"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; + qudt:symbol "MPa·L/s" ; + qudt:ucumCode "MPa.L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F97" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Liter per Second"@en-US ; + rdfs:label "Megapascal Litre per Second" ; + rdfs:label "Megapascal Litre per Second"@en . + +unit:MegaPA-M0dot5 + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit Pascal Square Root Meter"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 0.5 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaPA ; + ] ; + qudt:hasQuantityKind quantitykind:StressIntensityFactor ; + qudt:plainTextDescription "1,000,000-fold of the derived unit Pascal Square Root Meter" ; + qudt:symbol "MPa√m" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Square Root Meter"@en-US . + +unit:MegaPA-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA219" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA219"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "MPa·m³/s" ; + qudt:ucumCode "MPa.m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F98" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal Cubic Meter per Second"@en-US ; + rdfs:label "Megapascal Cubic Metre per Second" ; + rdfs:label "Megapascal Cubic Metre per Second"@en ; + rdfs:label "Megapascal Kubikmeter pro Sekunde"@de ; + rdfs:label "Megapascal Kubični Meter na Sekunda"@sl ; + rdfs:label "Megapascal Meter Kubik per Saat"@ms ; + rdfs:label "Megapascal Metr Krychlový na Sekunda"@cs ; + rdfs:label "Megapascal Metreküp per Saniye"@tr ; + rdfs:label "Megapascal Metro Cubo per Secondo"@it ; + rdfs:label "Megapascal Metro Cúbico por Segundo"@es ; + rdfs:label "Megapascal Metru Cub pe Secundă"@ro ; + rdfs:label "Megapascal Mètre Cube par Seconde"@fr ; + rdfs:label "Megapaskal Metr Sześcienny na Sekunda"@pl . + +unit:MegaPA-PER-BAR + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaPA ; + ] ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA217" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA217"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit pascal divided by the unit bar" ; + qudt:symbol "MPa/bar" ; + qudt:ucumCode "MPa.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F05" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal per Bar" ; + rdfs:label "Megapascal per Bar"@en . + +unit:MegaPA-PER-K + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA216" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA216"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; + qudt:symbol "MPa/K" ; + qudt:ucumCode "MPa.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F85" ; + rdfs:isDefinedBy ; + rdfs:label "Megapascal na Kelvin"@cs ; + rdfs:label "Megapascal na Kelvin"@sl ; + rdfs:label "Megapascal par Kelvin"@fr ; + rdfs:label "Megapascal pe Kelvin"@ro ; + rdfs:label "Megapascal per Kelvin" ; + rdfs:label "Megapascal per Kelvin"@en ; + rdfs:label "Megapascal per Kelvin"@it ; + rdfs:label "Megapascal per Kelvin"@ms ; + rdfs:label "Megapascal per Kelvin"@tr ; + rdfs:label "Megapascal por Kelvin"@es ; + rdfs:label "Megapascal pro Kelvin"@de ; + rdfs:label "Megapaskal na Kelwin"@pl . + +unit:MegaPSI + a qudt:Unit ; + dcterms:description "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units." ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894757293.168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E9 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:plainTextDescription "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units." ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:PSI ; + qudt:symbol "Mpsi" ; + qudt:ucumCode "M[psi]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megapsi" ; + rdfs:label "Megapsi"@en . + +unit:MegaS + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:S ; + qudt:symbol "MS" ; + qudt:ucumCode "MS"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megasiemens" ; + rdfs:label "Megasiemens"@cs ; + rdfs:label "Megasiemens"@de ; + rdfs:label "Megasiemens"@en ; + rdfs:label "Megasiemens"@es ; + rdfs:label "Megasiemens"@fr ; + rdfs:label "Megasiemens"@hu ; + rdfs:label "Megasiemens"@it ; + rdfs:label "Megasiemens"@ms ; + rdfs:label "Megasiemens"@ro ; + rdfs:label "Megasiemens"@sl ; + rdfs:label "Megasiemens"@tr ; + rdfs:label "Megasimens"@pl . + +unit:MegaS-PER-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaS ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:iec61360Code "0112/2///62720#UAA220" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA220"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre" ; + qudt:symbol "MS/m" ; + qudt:ucumCode "MS.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B77" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megasiemens na Meter"@sl ; + rdfs:label "Megasiemens na Metr"@cs ; + rdfs:label "Megasiemens par Mètre"@fr ; + rdfs:label "Megasiemens pe Metru"@ro ; + rdfs:label "Megasiemens per Meter"@en-US ; + rdfs:label "Megasiemens per Meter"@ms ; + rdfs:label "Megasiemens per Metre" ; + rdfs:label "Megasiemens per Metre"@en ; + rdfs:label "Megasiemens per Metre"@tr ; + rdfs:label "Megasiemens per Metro"@it ; + rdfs:label "Megasiemens por Metro"@es ; + rdfs:label "Megasiemens pro Meter"@de ; + rdfs:label "Megasimens na Metr"@pl . + +unit:MegaSEC + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit second" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Period ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAC698" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC698"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:SEC ; + qudt:symbol "Ms" ; + qudt:ucumCode "Ms"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megamásodperc"@hu ; + rdfs:label "Megasaat"@ms ; + rdfs:label "Megasaniye"@tr ; + rdfs:label "Megasecond" ; + rdfs:label "Megasecond"@en ; + rdfs:label "Megaseconde"@fr ; + rdfs:label "Megasecondo"@it ; + rdfs:label "Megasecundă"@ro ; + rdfs:label "Megasegundo"@es ; + rdfs:label "Megasekunda"@cs ; + rdfs:label "Megasekunda"@pl ; + rdfs:label "Megasekunda"@sl ; + rdfs:label "Megasekunde"@de . + +unit:MegaTOE + a qudt:Unit ; + dcterms:description """

The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).

+

Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).

"""^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41868000000000000.0 ; + qudt:conversionMultiplierSN 4.1868E16 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:TOE ; + qudt:symbol "Mtoe" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Ton of Oil Equivalent" ; + rdfs:label "Mega Ton of Oil Equivalent"@en . + +unit:MegaTON + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit ton" ; + qudt:conversionMultiplier 907184740.0 ; + qudt:conversionMultiplierSN 9.0718474E8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:TON ; + qudt:symbol "Mtn" ; + qudt:ucumCode "Mston_av"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megaton" ; + rdfs:label "Megaton"@en . + +unit:MegaTONNE + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit tonne" ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB833" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB833"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:TONNE ; + qudt:symbol "Mt" ; + qudt:ucumCode "Mt"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megatonne" ; + rdfs:label "Megatonne"@en . + +unit:MegaTONNE-PER-YR + a qudt:Unit ; + dcterms:description "1,000,000,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 31.68808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaTONNE ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:plainTextDescription "1,000,000 metric tonne divided by the unit year with 365 days" ; + qudt:symbol "Mt/a" ; + qudt:ucumCode "Mt.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megatonne per Year" ; + rdfs:label "Megatonne per Year"@en ; + rdfs:label "Megatonne pro Jahr"@de ; + rdfs:label "Mégatonne par An"@fr . + +unit:MegaV + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit volt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA221" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA221"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the derived unit volt" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:V ; + qudt:symbol "MV" ; + qudt:ucumCode "MV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B78" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt" ; + rdfs:label "Megavolt"@cs ; + rdfs:label "Megavolt"@de ; + rdfs:label "Megavolt"@en ; + rdfs:label "Megavolt"@fr ; + rdfs:label "Megavolt"@hu ; + rdfs:label "Megavolt"@it ; + rdfs:label "Megavolt"@ms ; + rdfs:label "Megavolt"@ro ; + rdfs:label "Megavolt"@sl ; + rdfs:label "Megavolt"@tr ; + rdfs:label "Megavoltio"@es ; + rdfs:label "Megawolt"@pl . + +unit:MegaV-A + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + dcterms:isReplacedBy unit:MegaVA ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaV ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAA222" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA222"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; + qudt:symbol "MV·A" ; + qudt:ucumCode "MV.A"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MVA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt Amper"@ro ; + rdfs:label "Megavolt Amper"@sl ; + rdfs:label "Megavolt Amper"@tr ; + rdfs:label "Megavolt Ampere" ; + rdfs:label "Megavolt Ampere"@de ; + rdfs:label "Megavolt Ampere"@en ; + rdfs:label "Megavolt Ampere"@it ; + rdfs:label "Megavolt Ampere"@ms ; + rdfs:label "Megavolt Ampère"@fr ; + rdfs:label "Megavolt Ampér"@cs ; + rdfs:label "Megavoltio Amperio"@es ; + rdfs:label "Megawolt Amper"@pl . + +unit:MegaV-A-HR + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + dcterms:isReplacedBy unit:MegaVA-HR ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:plainTextDescription "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour" ; + qudt:symbol "MV·A·h" ; + qudt:ucumCode "MV.A.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt Ampere Hour" ; + rdfs:label "Megavolt Ampere Hour"@en . + +unit:MegaV-A_Reactive + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ; + dcterms:isReplacedBy unit:MegaVAR ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAB199" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB199"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the unit volt ampere reactive" ; + qudt:symbol "MV·A{Reactive}" ; + qudt:ucumCode "MV.A{reactive}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "MegaVolt Ampere Reactive" ; + rdfs:label "MegaVolt Ampere Reactive"@en . + +unit:MegaV-A_Reactive-HR + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + dcterms:isReplacedBy unit:MegaVAR-HR ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:ReactiveEnergy ; + qudt:iec61360Code "0112/2///62720#UAB198" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB198"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "MV·A{Reactive}·h" ; + qudt:ucumCode "MV.A{reactive}.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAH" ; + rdfs:isDefinedBy ; + rdfs:label "MegaVolt Ampere Reactive Hour" ; + rdfs:label "MegaVolt Ampere Reactive Hour"@en . + +unit:MegaV-PER-M + a qudt:Unit ; + dcterms:description "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA223" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA223"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre" ; + qudt:symbol "MV/m" ; + qudt:ucumCode "MV.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B79" ; + rdfs:isDefinedBy ; + rdfs:label "Megavolt na Meter"@sl ; + rdfs:label "Megavolt na Metr"@cs ; + rdfs:label "Megavolt par Mètre"@fr ; + rdfs:label "Megavolt pe Metru"@ro ; + rdfs:label "Megavolt per Meter"@en-US ; + rdfs:label "Megavolt per Meter"@ms ; + rdfs:label "Megavolt per Metre" ; + rdfs:label "Megavolt per Metre"@en ; + rdfs:label "Megavolt per Metre"@tr ; + rdfs:label "Megavolt per Metro"@it ; + rdfs:label "Megavolt pro Meter"@de ; + rdfs:label "Megavoltio por Metro"@es ; + rdfs:label "Megawolt na Metr"@pl . + +unit:MegaVA + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAA222" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA222"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:VA ; + qudt:symbol "MVA" ; + qudt:ucumCode "MVA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MVA" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Volt Ampere" ; + rdfs:label "Mega Volt Ampere"@en ; + rdfs:label "Mega Volt Ampere"@it ; + rdfs:label "Megavoltampere"@de ; + rdfs:label "Megavoltampère"@fr ; + rdfs:label "Megavoltiamperio"@es . + +unit:MegaVA-HR + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaVA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:plainTextDescription "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour" ; + qudt:symbol "MVA·h" ; + qudt:ucumCode "MVA.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Mega Volt Ampere Hour" ; + rdfs:label "Mega Volt Ampere Hour"@en . + +unit:MegaVAR + a qudt:Unit ; + dcterms:description "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAB199" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB199"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the unit volt ampere reactive" ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:VAR ; + qudt:symbol "Mvar" ; + qudt:ucumCode "Mvar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAR" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Volt Ampere Reactive" ; + rdfs:label "Mega Volt Ampere Reactive"@en . + +unit:MegaVAR-HR + a qudt:Unit ; + dcterms:description "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaVAR ; + ] ; + qudt:hasQuantityKind quantitykind:ReactiveEnergy ; + qudt:iec61360Code "0112/2///62720#UAB198" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB198"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "Mvar·h" ; + qudt:ucumCode "Mvar.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAH" ; + rdfs:isDefinedBy ; + rdfs:label "Mega Volt Ampere Reactive Hour" ; + rdfs:label "Mega Volt Ampere Reactive Hour"@en . + +unit:MegaW + a qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit watt" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA224" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA224"^^xsd:anyURI ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:W ; + qudt:symbol "MW" ; + qudt:ucumCode "MW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MAW" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megavatio"@es ; + rdfs:label "Megawat"@pl ; + rdfs:label "Megawatt" ; + rdfs:label "Megawatt"@cs ; + rdfs:label "Megawatt"@de ; + rdfs:label "Megawatt"@en ; + rdfs:label "Megawatt"@fr ; + rdfs:label "Megawatt"@hu ; + rdfs:label "Megawatt"@it ; + rdfs:label "Megawatt"@ms ; + rdfs:label "Megawatt"@ro ; + rdfs:label "Megawatt"@sl ; + rdfs:label "Megawatt"@tr . + +unit:MegaW-HR + a qudt:Unit ; + dcterms:description "1,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000.0 ; + qudt:conversionMultiplierSN 3.6E9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MegaW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA225" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA225"^^xsd:anyURI ; + qudt:plainTextDescription "1 000 000-fold of the product of the SI derived unit watt and the unit hour" ; + qudt:symbol "MW·h" ; + qudt:ucumCode "MW.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MWH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megawatt Hour" ; + rdfs:label "Megawatt Hour"@en . + +unit:MegaYR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "1,000,000-fold of the derived unit year."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31557600000000.0 ; + qudt:conversionMultiplierSN 3.15576E13 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://en.wiktionary.org/wiki/megayear"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000-fold of the derived unit year." ; + qudt:prefix prefix:Mega ; + qudt:scalingOf unit:YR ; + qudt:symbol "Ma" ; + qudt:ucumCode "Ma"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Megayear" ; + rdfs:label "Megayear"@en ; + skos:altLabel "Ma" ; + skos:altLabel "Mega Year"@en ; + skos:altLabel "megannum"@la . + +unit:MicroA + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA057" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA057"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu A$"^^qudt:LatexString ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:A ; + qudt:symbol "μA" ; + qudt:ucumCode "uA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B84" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microamper"@hu ; + rdfs:label "Microamper"@pl ; + rdfs:label "Microamper"@ro ; + rdfs:label "Microamper"@sl ; + rdfs:label "Microamper"@tr ; + rdfs:label "Microampere" ; + rdfs:label "Microampere"@de ; + rdfs:label "Microampere"@en ; + rdfs:label "Microampere"@it ; + rdfs:label "Microampere"@ms ; + rdfs:label "Microamperio"@es ; + rdfs:label "Microampère"@fr ; + rdfs:label "Microampér"@cs . + +unit:MicroA-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroA ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerTemperature ; + qudt:iec61360Code "0112/2///62720#UAD898" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD898"^^xsd:anyURI ; + qudt:symbol "μA/K" ; + qudt:ucumCode "uA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microamper na Kelvin"@sl ; + rdfs:label "Microamper na Kelwin"@pl ; + rdfs:label "Microamper pe Kelvin"@ro ; + rdfs:label "Microamper per Kelvin"@tr ; + rdfs:label "Microampere per Kelvin" ; + rdfs:label "Microampere per Kelvin"@en ; + rdfs:label "Microampere per Kelvin"@it ; + rdfs:label "Microampere per Kelvin"@ms ; + rdfs:label "Microampere pro Kelvin"@de ; + rdfs:label "Microamperio por Kelvin"@es ; + rdfs:label "Microampère par Kelvin"@fr ; + rdfs:label "Microampér na Kelvin"@cs . + +unit:MicroATM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.101325 ; + qudt:conversionMultiplierSN 1.01325E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:ATM ; + qudt:symbol "μatm" ; + qudt:ucumCode "uatm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micro Standard Atmosphere" ; + rdfs:label "Micro Standard Atmosphere"@en . + +unit:MicroBAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB089" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB089"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the unit bar" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:BAR ; + qudt:symbol "μbar" ; + qudt:ucumCode "ubar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B85" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microbar" ; + rdfs:label "Microbar"@en . + +unit:MicroBQ + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit becquerel"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA058" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA058"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit becquerel" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:BQ ; + qudt:symbol "μBq" ; + qudt:ucumCode "uBq"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H08" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microbecquerel" ; + rdfs:label "Microbecquerel"@cs ; + rdfs:label "Microbecquerel"@de ; + rdfs:label "Microbecquerel"@en ; + rdfs:label "Microbecquerel"@es ; + rdfs:label "Microbecquerel"@fr ; + rdfs:label "Microbecquerel"@hu ; + rdfs:label "Microbecquerel"@it ; + rdfs:label "Microbecquerel"@ms ; + rdfs:label "Microbecquerel"@ro ; + rdfs:label "Microbecquerel"@sl ; + rdfs:label "Microbekerel"@pl ; + rdfs:label "Microbekerel"@tr . + +unit:MicroBQ-PER-KiloGM + a qudt:Unit ; + dcterms:description "One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroBQ ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:symbol "μBq/kg" ; + qudt:ucumCode "uBq.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microbecquerel na Kilogram"@cs ; + rdfs:label "Microbecquerel na Kilogram"@sl ; + rdfs:label "Microbecquerel par Kilogramme"@fr ; + rdfs:label "Microbecquerel pe Kilogram"@ro ; + rdfs:label "Microbecquerel per Chilogrammo"@it ; + rdfs:label "Microbecquerel per Kilogram" ; + rdfs:label "Microbecquerel per Kilogram"@en ; + rdfs:label "Microbecquerel per Kilogram"@ms ; + rdfs:label "Microbecquerel por Kilogramo"@es ; + rdfs:label "Microbecquerel pro Kilogramm"@de ; + rdfs:label "Microbekerel na Kilogram"@pl ; + rdfs:label "Microbekerel per Kilogram"@tr . + +unit:MicroBQ-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroBQ ; + ] ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "μBq/L" ; + qudt:ucumCode "uBq.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microbecquerel per Liter"@en-US ; + rdfs:label "Microbecquerel per Litre" ; + rdfs:label "Microbecquerel per Litre"@en . + +unit:MicroC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A MicroCoulomb is $10^{-6} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA059" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA059"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:C ; + qudt:symbol "μC" ; + qudt:ucumCode "uC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B86" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microcoulomb" ; + rdfs:label "Microcoulomb"@cs ; + rdfs:label "Microcoulomb"@de ; + rdfs:label "Microcoulomb"@en ; + rdfs:label "Microcoulomb"@fr ; + rdfs:label "Microcoulomb"@hu ; + rdfs:label "Microcoulomb"@it ; + rdfs:label "Microcoulomb"@ms ; + rdfs:label "Microcoulomb"@ro ; + rdfs:label "Microcoulomb"@sl ; + rdfs:label "Microcoulomb"@tr ; + rdfs:label "Microculombio"@es ; + rdfs:label "Microkulomb"@pl . + +unit:MicroC-PER-M2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAA060" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA060"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "μC/m²" ; + qudt:ucumCode "uC.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B88" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microcoulomb na Kvadratni Meter"@sl ; + rdfs:label "Microcoulomb na Čtvereční Metr"@cs ; + rdfs:label "Microcoulomb par Mètre Carré"@fr ; + rdfs:label "Microcoulomb pe Metru Pătrat"@ro ; + rdfs:label "Microcoulomb per Meter Persegi"@ms ; + rdfs:label "Microcoulomb per Metrekare"@tr ; + rdfs:label "Microcoulomb per Metro Quadrato"@it ; + rdfs:label "Microcoulomb per Square Meter"@en-US ; + rdfs:label "Microcoulomb per Square Metre" ; + rdfs:label "Microcoulomb per Square Metre"@en ; + rdfs:label "Microcoulomb pro Quadratmeter"@de ; + rdfs:label "Microculombio por Metro Cuadrado"@es ; + rdfs:label "Microkulomb na Metr Kwadratowy"@pl . + +unit:MicroC-PER-M3 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeDensity ; + qudt:iec61360Code "0112/2///62720#UAA061" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA061"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "μC/m³" ; + qudt:ucumCode "uC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B87" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microcoulomb na Kubični Meter"@sl ; + rdfs:label "Microcoulomb na Metr Krychlový"@cs ; + rdfs:label "Microcoulomb par Mètre Cube"@fr ; + rdfs:label "Microcoulomb pe Metru Cub"@ro ; + rdfs:label "Microcoulomb per Cubic Meter"@en-US ; + rdfs:label "Microcoulomb per Cubic Metre" ; + rdfs:label "Microcoulomb per Cubic Metre"@en ; + rdfs:label "Microcoulomb per Meter Kubik"@ms ; + rdfs:label "Microcoulomb per Metreküp"@tr ; + rdfs:label "Microcoulomb per Metro Cubo"@it ; + rdfs:label "Microcoulomb pro Kubikmeter"@de ; + rdfs:label "Microculombio por Metro Cúbico"@es ; + rdfs:label "Microkulomb na Metr Sześcienny"@pl . + +unit:MicroCI + a qudt:Unit ; + dcterms:description "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000.0 ; + qudt:conversionMultiplierSN 3.7E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA062" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA062"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:CI ; + qudt:symbol "μCi" ; + qudt:ucumCode "uCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M5" ; + rdfs:isDefinedBy ; + rdfs:label "Microcurie" ; + rdfs:label "Microcurie"@en . + +unit:MicroCi + a qudt:Unit ; + dcterms:description "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "^^qudt:LatexString ; + dcterms:isReplacedBy unit:MicroCI ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000.0 ; + qudt:conversionMultiplierSN 3.7E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA062" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA062"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:CI ; + qudt:symbol "μCi" ; + qudt:ucumCode "uCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M5" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microcurie" ; + rdfs:label "Microcurie"@en . + +unit:MicroFARAD + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The \"microfarad\" (symbolized $\\mu F$) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of $1 \\mu F$ or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA063" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA063"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "μF" ; + qudt:ucumCode "uF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4O" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microfarad" ; + rdfs:label "Microfarad"@cs ; + rdfs:label "Microfarad"@de ; + rdfs:label "Microfarad"@en ; + rdfs:label "Microfarad"@fr ; + rdfs:label "Microfarad"@hu ; + rdfs:label "Microfarad"@it ; + rdfs:label "Microfarad"@ms ; + rdfs:label "Microfarad"@pl ; + rdfs:label "Microfarad"@ro ; + rdfs:label "Microfarad"@sl ; + rdfs:label "Microfarad"@tr ; + rdfs:label "Microfaradio"@es . + +unit:MicroFARAD-PER-KiloM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroFARAD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA064" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA064"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre" ; + qudt:symbol "μF/km" ; + qudt:ucumCode "uF.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H28" ; + rdfs:isDefinedBy ; + rdfs:label "Microfarad na Kilometer"@sl ; + rdfs:label "Microfarad na Kilometr"@cs ; + rdfs:label "Microfarad na Kilometr"@pl ; + rdfs:label "Microfarad par Kilomètre"@fr ; + rdfs:label "Microfarad pe Kilometru"@ro ; + rdfs:label "Microfarad per Chilometro"@it ; + rdfs:label "Microfarad per Kilometer"@en-US ; + rdfs:label "Microfarad per Kilometer"@ms ; + rdfs:label "Microfarad per Kilometre" ; + rdfs:label "Microfarad per Kilometre"@en ; + rdfs:label "Microfarad per Kilometre"@tr ; + rdfs:label "Microfarad pro Kilometer"@de ; + rdfs:label "Microfaradio por Kilometro"@es . + +unit:MicroFARAD-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroFARAD ; + ] ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA065" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA065"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit farad divided by the SI base unit metre" ; + qudt:symbol "μF/m" ; + qudt:ucumCode "uF.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B89" ; + rdfs:isDefinedBy ; + rdfs:label "Microfarad na Meter"@sl ; + rdfs:label "Microfarad na Metr"@cs ; + rdfs:label "Microfarad na Metr"@pl ; + rdfs:label "Microfarad par Mètre"@fr ; + rdfs:label "Microfarad pe Metru"@ro ; + rdfs:label "Microfarad per Meter"@en-US ; + rdfs:label "Microfarad per Meter"@ms ; + rdfs:label "Microfarad per Metre" ; + rdfs:label "Microfarad per Metre"@en ; + rdfs:label "Microfarad per Metre"@tr ; + rdfs:label "Microfarad per Metro"@it ; + rdfs:label "Microfarad pro Meter"@de ; + rdfs:label "Microfaradio por Metro"@es . + +unit:MicroG + a qudt:Unit ; + dcterms:description "\"Microgravity\" is a unit for 'Linear Acceleration' expressed as $microG$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00000980665 ; + qudt:conversionMultiplierSN 9.80665E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:latexSymbol "$\\mu G$"^^qudt:LatexString ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:G ; + qudt:symbol "μG" ; + qudt:ucumCode "u[g]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgravity" ; + rdfs:label "Microgravity"@en . + +unit:MicroGAL-PER-M + a qudt:Unit ; + dcterms:description "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."@en ; + dcterms:isReplacedBy unit:MicroGALILEO-PER-M ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGAL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "µGal/m" ; + qudt:ucumCode "uGal.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "MicroGals per Metre" ; + rdfs:label "MicroGals per Metre"@en . + +unit:MicroGALILEO + a qudt:Unit ; + dcterms:description "0.000001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:plainTextDescription "0.000001-fold of the unit of acceleration called gal according to the CGS system of units" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:GALILEO ; + qudt:symbol "μGal" ; + qudt:ucumCode "uGal"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgalileo" ; + rdfs:label "Microgalileo"@en . + +unit:MicroGALILEO-PER-M + a qudt:Unit ; + dcterms:description "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."@en ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGALILEO ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μGal/m" ; + qudt:ucumCode "uGal.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgalileo per Meter"@en-US ; + rdfs:label "Microgalileo per Metre" ; + rdfs:label "Microgalileo per Metre"@en . + +unit:MicroGM + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA082" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA082"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:GM ; + qudt:symbol "μg" ; + qudt:ucumCode "ug"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MC" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microgram" ; + rdfs:label "Microgram"@cs ; + rdfs:label "Microgram"@en ; + rdfs:label "Microgram"@ms ; + rdfs:label "Microgram"@pl ; + rdfs:label "Microgram"@ro ; + rdfs:label "Microgram"@sl ; + rdfs:label "Microgram"@tr ; + rdfs:label "Microgramm"@de ; + rdfs:label "Microgramm"@hu ; + rdfs:label "Microgramme"@fr ; + rdfs:label "Microgrammo"@it ; + rdfs:label "Microgramo"@es . + +unit:MicroGM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^rdf:HTML ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "A unit of mass per area, equivalent to 0.01 grammes per square metre" ; + qudt:symbol "μg/cm²" ; + qudt:ucumCode "ug.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram na Centimetr Kwadratowy"@pl ; + rdfs:label "Microgram na Kvadratni Centimeter"@sl ; + rdfs:label "Microgram na Čtvereční Centimetr"@cs ; + rdfs:label "Microgram pe Centimetru Pătrat"@ro ; + rdfs:label "Microgram per Centimeter Persegi"@ms ; + rdfs:label "Microgram per Centimetrekare"@tr ; + rdfs:label "Microgram per Square Centimeter"@en-US ; + rdfs:label "Microgram per Square Centimetre" ; + rdfs:label "Microgram per Square Centimetre"@en ; + rdfs:label "Microgramm pro Quadratcentimeter"@de ; + rdfs:label "Microgramme par Centimètre Carré"@fr ; + rdfs:label "Microgrammo per Centimetro Quadrato"@it ; + rdfs:label "Microgramo por Centimetro Cuadrado"@es . + +unit:MicroGM-PER-CentiM2-WK + a qudt:Unit ; + dcterms:description "A rate of change of 1e-9 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one calendar week."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001653439153439153439153439153439153 ; + qudt:conversionMultiplierSN 1.653439153439153439153439153439153E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:WK ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "μg/(cm²·wk)" ; + qudt:ucumCode "ug.cm-2.wk-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Square Centimeter Week"@en-US ; + rdfs:label "Microgram per Square Centimetre Week" ; + rdfs:label "Microgram per Square Centimetre Week"@en . + +unit:MicroGM-PER-DeciL + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DeciL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "0.0000000001-fold of the SI base unit kilogram divided by the unit decilitre" ; + qudt:symbol "μg/dL" ; + qudt:ucumCode "ug.dL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Deciliter"@en-US ; + rdfs:label "Microgram per Decilitre" ; + rdfs:label "Microgram per Decilitre"@en . + +unit:MicroGM-PER-GM + a qudt:Unit ; + dcterms:description "One part per 10**6 (million) by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "μg/g" ; + qudt:ucumCode "ug.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram na Gram"@cs ; + rdfs:label "Microgram na Gram"@pl ; + rdfs:label "Microgram na Gram"@sl ; + rdfs:label "Microgram pe Gram"@ro ; + rdfs:label "Microgram per Gram" ; + rdfs:label "Microgram per Gram"@en ; + rdfs:label "Microgram per Gram"@ms ; + rdfs:label "Microgram per Gram"@tr ; + rdfs:label "Microgramm pro Gramm"@de ; + rdfs:label "Microgramme par Gramme"@fr ; + rdfs:label "Microgrammo per Grammo"@it ; + rdfs:label "Microgramo por Gramo"@es . + +unit:MicroGM-PER-GM-DAY + a qudt:Unit ; + dcterms:description "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of SI base unit kilogram per day "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassSpecificBiogeochemicalRate ; + qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "μg/(g·d)" ; + qudt:ucumCode "ug.g-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Gram Day" ; + rdfs:label "Microgram per Gram Day"@en . + +unit:MicroGM-PER-GM-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour "@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassSpecificBiogeochemicalRate ; + qudt:plainTextDescription "0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour " ; + qudt:symbol "μg/(g·h)" ; + qudt:ucumCode "ug.g-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Gram Hour" ; + rdfs:label "Microgram per Gram Hour"@en . + +unit:MicroGM-PER-IN2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Microgram Per Square Inch (µg/in²) is a unit in the category of surface density."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000015500031000062000124000248000496 ; + qudt:conversionMultiplierSN 1.5500031000062000124000248000496E-6 ; + qudt:expression "$µg/in^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:symbol "μg/in²" ; + qudt:ucumCode "ug.[in_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Square Inch" ; + rdfs:label "Microgram per Square Inch"@en . + +unit:MicroGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA083" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA083"^^xsd:anyURI ; + qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "μg/kg" ; + qudt:ucumCode "ug.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J33" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microgram na Kilogram"@cs ; + rdfs:label "Microgram na Kilogram"@pl ; + rdfs:label "Microgram na Kilogram"@sl ; + rdfs:label "Microgram pe Kilogram"@ro ; + rdfs:label "Microgram per Kilogram" ; + rdfs:label "Microgram per Kilogram"@en ; + rdfs:label "Microgram per Kilogram"@ms ; + rdfs:label "Microgram per Kilogram"@tr ; + rdfs:label "Microgramm pro Kilogramm"@de ; + rdfs:label "Microgramme par Kilogramme"@fr ; + rdfs:label "Microgrammo per Chilogrammo"@it ; + rdfs:label "Microgramo por Kilogramo"@es . + +unit:MicroGM-PER-L + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA084" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA084"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the unit litre" ; + qudt:symbol "μg/L" ; + qudt:ucumCode "ug.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H29" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Liter"@en-US ; + rdfs:label "Microgram per Liter"@nl ; + rdfs:label "Microgram per Litre" ; + rdfs:label "Microgram per Litre"@en . + +unit:MicroGM-PER-L-DAY + a qudt:Unit ; + dcterms:description "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 day."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:MassConcentrationRateOfChange ; + qudt:symbol "μg/(L·d)" ; + qudt:ucumCode "ug.L-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Liter Day"@en-US ; + rdfs:label "Microgram per Litre Day" ; + rdfs:label "Microgram per Litre Day"@en . + +unit:MicroGM-PER-L-HR + a qudt:Unit ; + dcterms:description "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μg/(L·h)" ; + qudt:ucumCode "ug.L-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Liter Hour"@en-US ; + rdfs:label "Microgram per Litre Hour" ; + rdfs:label "Microgram per Litre Hour"@en . + +unit:MicroGM-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-14 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "μg/(m²·d)" ; + qudt:ucumCode "ug.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Square Meter Day"@en-US ; + rdfs:label "Microgram per Square Metre Day" ; + rdfs:label "Microgram per Square Metre Day"@en . + +unit:MicroGM-PER-M3 + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA085" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA085"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "μg/m³" ; + qudt:ucumCode "ug.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microgram na Kubični Meter"@sl ; + rdfs:label "Microgram na Metr Krychlový"@cs ; + rdfs:label "Microgram na Metr Sześcienny"@pl ; + rdfs:label "Microgram pe Metru Cub"@ro ; + rdfs:label "Microgram per Cubic Meter"@en-US ; + rdfs:label "Microgram per Cubic Metre" ; + rdfs:label "Microgram per Cubic Metre"@en ; + rdfs:label "Microgram per Meter Kubik"@ms ; + rdfs:label "Microgram per Metreküp"@tr ; + rdfs:label "Microgramm pro Kubikmeter"@de ; + rdfs:label "Microgramme par Mètre Cube"@fr ; + rdfs:label "Microgrammo per Metro Cubo"@it ; + rdfs:label "Microgramo por Metro Cúbico"@es . + +unit:MicroGM-PER-M3-BAR + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00000000000001 ; + qudt:conversionMultiplierSN 1.0E-14 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA087" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA087"^^xsd:anyURI ; + qudt:symbol "μg/(m³·bar)" ; + qudt:ucumCode "ug.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J35" ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Cubic Meter Bar"@en-US ; + rdfs:label "Microgram per Cubic Metre Bar" ; + rdfs:label "Microgram per Cubic Metre Bar"@en . + +unit:MicroGM-PER-M3-HR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-13 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μg/(m³·h)" ; + qudt:ucumCode "ug.m-3.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Cubic Meter Hour"@en-US ; + rdfs:label "Microgram per Cubic Metre Hour" ; + rdfs:label "Microgram per Cubic Metre Hour"@en . + +unit:MicroGM-PER-M3-K + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA086" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA086"^^xsd:anyURI ; + qudt:symbol "μg/(m³·K)" ; + qudt:ucumCode "ug.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J34" ; + rdfs:isDefinedBy ; + rdfs:label "Microgram na Kubični Meter Kelvin"@sl ; + rdfs:label "Microgram na Metr Krychlový Kelvin"@cs ; + rdfs:label "Microgram na Metr Sześcienny Kelwin"@pl ; + rdfs:label "Microgram pe Metru Cub Kelvin"@ro ; + rdfs:label "Microgram per Cubic Meter Kelvin"@en-US ; + rdfs:label "Microgram per Cubic Metre Kelvin" ; + rdfs:label "Microgram per Cubic Metre Kelvin"@en ; + rdfs:label "Microgram per Meter Kubik Kelvin"@ms ; + rdfs:label "Microgram per Metreküp Kelvin"@tr ; + rdfs:label "Microgramm pro Kubikmeter Kelvin"@de ; + rdfs:label "Microgramme par Mètre Cube Kelvin"@fr ; + rdfs:label "Microgrammo per Metro Cubo Kelvin"@it ; + rdfs:label "Microgramo por Metro Cúbico Kelvin"@es . + +unit:MicroGM-PER-MilliGM + a qudt:Unit ; + dcterms:description "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "μg/mg" ; + qudt:ucumCode "ug.mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram na Milligram"@cs ; + rdfs:label "Microgram na Milligram"@pl ; + rdfs:label "Microgram na Milligram"@sl ; + rdfs:label "Microgram pe Milligram"@ro ; + rdfs:label "Microgram per Milligram" ; + rdfs:label "Microgram per Milligram"@en ; + rdfs:label "Microgram per Milligram"@ms ; + rdfs:label "Microgram per Milligram"@tr ; + rdfs:label "Microgramm pro Milligramm"@de ; + rdfs:label "Microgramme par Milligramme"@fr ; + rdfs:label "Microgrammo per Milligrammo"@it ; + rdfs:label "Microgramo por Milligramo"@es . + +unit:MicroGM-PER-MilliL + a qudt:Unit ; + dcterms:description "One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "0.000000000001-fold of the SI base unit kilogram divided by the unit microlitre" ; + qudt:symbol "μg/mL" ; + qudt:ucumCode "ug.mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microgram per Milliliter"@en-US ; + rdfs:label "Microgram per Millilitre" ; + rdfs:label "Microgram per Millilitre"@en . + +unit:MicroGRAY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; + qudt:omUnit ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:GRAY ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "μGy" ; + qudt:ucumCode "uGy"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microgray" ; + rdfs:label "Microgray"@cs ; + rdfs:label "Microgray"@de ; + rdfs:label "Microgray"@en ; + rdfs:label "Microgray"@es ; + rdfs:label "Microgray"@fr ; + rdfs:label "Microgray"@hu ; + rdfs:label "Microgray"@it ; + rdfs:label "Microgray"@ms ; + rdfs:label "Microgray"@ro ; + rdfs:label "Microgray"@sl ; + rdfs:label "Microgray"@tr ; + rdfs:label "Microgrej"@pl . + +unit:MicroGRAY-PER-HR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the unit hour" ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGRAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB478" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB478"^^xsd:anyURI ; + qudt:symbol "μGy/h" ; + qudt:ucumCode "uGy.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P63" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microgray per Hour" ; + rdfs:label "Microgray per Hour"@en . + +unit:MicroGRAY-PER-MIN + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the unit minute" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGRAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB474" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB474"^^xsd:anyURI ; + qudt:symbol "μGy/min" ; + qudt:ucumCode "uGy.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P59" ; + rdfs:isDefinedBy ; + rdfs:label "Microgray per Minute" ; + rdfs:label "Microgray per Minute"@en . + +unit:MicroGRAY-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit gray divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroGRAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB299" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB299"^^xsd:anyURI ; + qudt:symbol "μGy/s" ; + qudt:ucumCode "uGy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P55" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microgray na Sekunda"@cs ; + rdfs:label "Microgray na Sekunda"@sl ; + rdfs:label "Microgray par Seconde"@fr ; + rdfs:label "Microgray pe Secundă"@ro ; + rdfs:label "Microgray per Saat"@ms ; + rdfs:label "Microgray per Saniye"@tr ; + rdfs:label "Microgray per Second" ; + rdfs:label "Microgray per Second"@en ; + rdfs:label "Microgray per Secondo"@it ; + rdfs:label "Microgray por Segundo"@es ; + rdfs:label "Microgray pro Sekunde"@de ; + rdfs:label "Microgrej na Sekunda"@pl . + +unit:MicroH + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAA066" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA066"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:H ; + qudt:symbol "μH" ; + qudt:ucumCode "uH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B90" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microhenr"@pl ; + rdfs:label "Microhenrio"@es ; + rdfs:label "Microhenry" ; + rdfs:label "Microhenry"@cs ; + rdfs:label "Microhenry"@de ; + rdfs:label "Microhenry"@en ; + rdfs:label "Microhenry"@fr ; + rdfs:label "Microhenry"@hu ; + rdfs:label "Microhenry"@it ; + rdfs:label "Microhenry"@ms ; + rdfs:label "Microhenry"@ro ; + rdfs:label "Microhenry"@sl ; + rdfs:label "Microhenry"@tr . + +unit:MicroH-PER-KiloOHM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroH ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA068" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA068"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm" ; + qudt:symbol "μH/kΩ" ; + qudt:ucumCode "uH.kOhm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G98" ; + rdfs:isDefinedBy ; + rdfs:label "Microhenr na Kiloom"@pl ; + rdfs:label "Microhenrio por Kiloohmio"@es ; + rdfs:label "Microhenry na Kiloohm"@cs ; + rdfs:label "Microhenry na Kiloohm"@sl ; + rdfs:label "Microhenry par Kiloohm"@fr ; + rdfs:label "Microhenry pe Kiloohm"@ro ; + rdfs:label "Microhenry per Chiloohm"@it ; + rdfs:label "Microhenry per Kiloohm" ; + rdfs:label "Microhenry per Kiloohm"@en ; + rdfs:label "Microhenry per Kiloohm"@ms ; + rdfs:label "Microhenry per Kiloohm"@tr ; + rdfs:label "Microhenry pro Kiloohm"@de . + +unit:MicroH-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:hasQuantityKind quantitykind:Permeability ; + qudt:iec61360Code "0112/2///62720#UAA069" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA069"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI base unit metre" ; + qudt:symbol "μH/m" ; + qudt:ucumCode "uH.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B91" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microhenr na Metr"@pl ; + rdfs:label "Microhenrio por Metro"@es ; + rdfs:label "Microhenry na Meter"@sl ; + rdfs:label "Microhenry na Metr"@cs ; + rdfs:label "Microhenry par Mètre"@fr ; + rdfs:label "Microhenry pe Metru"@ro ; + rdfs:label "Microhenry per Meter"@en-US ; + rdfs:label "Microhenry per Meter"@ms ; + rdfs:label "Microhenry per Metre" ; + rdfs:label "Microhenry per Metre"@en ; + rdfs:label "Microhenry per Metre"@tr ; + rdfs:label "Microhenry per Metro"@it ; + rdfs:label "Microhenry pro Meter"@de . + +unit:MicroH-PER-OHM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA067" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA067"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm" ; + qudt:symbol "μH/Ω" ; + qudt:ucumCode "uH.Ohm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G99" ; + rdfs:isDefinedBy ; + rdfs:label "Microhenr na Om"@pl ; + rdfs:label "Microhenrio por Ohmio"@es ; + rdfs:label "Microhenry na Ohm"@cs ; + rdfs:label "Microhenry na Ohm"@sl ; + rdfs:label "Microhenry par Ohm"@fr ; + rdfs:label "Microhenry pe Ohm"@ro ; + rdfs:label "Microhenry per Ohm" ; + rdfs:label "Microhenry per Ohm"@en ; + rdfs:label "Microhenry per Ohm"@it ; + rdfs:label "Microhenry per Ohm"@ms ; + rdfs:label "Microhenry per Ohm"@tr ; + rdfs:label "Microhenry pro Ohm"@de . + +unit:MicroIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Microinch\" is an Imperial unit for 'Length' expressed as $in^{-6}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000000254 ; + qudt:conversionMultiplierSN 2.54E-8 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Distance ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA840" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA840"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu in$"^^qudt:LatexString ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:IN ; + qudt:symbol "μin" ; + qudt:ucumCode "u[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M7" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microinch" ; + rdfs:label "Microinch"@en . + +unit:MicroJ + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB740" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB740"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit joule" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:J ; + qudt:symbol "μJ" ; + qudt:ucumCode "uJ"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micro Joule"@en-US ; + rdfs:label "Microdżul"@pl ; + rdfs:label "Microjoule" ; + rdfs:label "Microjoule"@cs ; + rdfs:label "Microjoule"@de ; + rdfs:label "Microjoule"@en ; + rdfs:label "Microjoule"@fr ; + rdfs:label "Microjoule"@hu ; + rdfs:label "Microjoule"@it ; + rdfs:label "Microjoule"@ms ; + rdfs:label "Microjoule"@ro ; + rdfs:label "Microjoule"@sl ; + rdfs:label "Microjoule"@tr ; + rdfs:label "Microjulio"@es . + +unit:MicroJ-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroJ ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB510" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB510"^^xsd:anyURI ; + qudt:symbol "μJ/s" ; + qudt:ucumCode "uJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micro Joule per Second"@en-US ; + rdfs:label "Microdżul na Sekunda"@pl ; + rdfs:label "Microjoule na Sekunda"@cs ; + rdfs:label "Microjoule na Sekunda"@sl ; + rdfs:label "Microjoule par Seconde"@fr ; + rdfs:label "Microjoule pe Secundă"@ro ; + rdfs:label "Microjoule per Saat"@ms ; + rdfs:label "Microjoule per Saniye"@tr ; + rdfs:label "Microjoule per Second" ; + rdfs:label "Microjoule per Second"@en ; + rdfs:label "Microjoule per Secondo"@it ; + rdfs:label "Microjoule pro Sekunde"@de ; + rdfs:label "Microjulio por Segundo"@es . + +unit:MicroKAT + a qudt:Unit ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:KAT ; + qudt:symbol "μkat" ; + qudt:ucumCode "ukat"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microkatal" ; + rdfs:label "Microkatal"@cs ; + rdfs:label "Microkatal"@de ; + rdfs:label "Microkatal"@en ; + rdfs:label "Microkatal"@es ; + rdfs:label "Microkatal"@fr ; + rdfs:label "Microkatal"@hu ; + rdfs:label "Microkatal"@it ; + rdfs:label "Microkatal"@ms ; + rdfs:label "Microkatal"@pl ; + rdfs:label "Microkatal"@ro ; + rdfs:label "Microkatal"@sl ; + rdfs:label "Microkatal"@tr . + +unit:MicroKAT-PER-L + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroKAT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; + qudt:symbol "μkat/L" ; + qudt:ucumCode "ukat.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microkatal per Liter"@en-US ; + rdfs:label "Microkatal per Litre" ; + rdfs:label "Microkatal per Litre"@en . + +unit:MicroL + a qudt:Unit ; + dcterms:description "0.000001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA088" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA088"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the unit litre" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:L ; + qudt:symbol "μL" ; + qudt:ucumCode "uL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4G" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microliter"@en-US ; + rdfs:label "Microlitre" ; + rdfs:label "Microlitre"@en . + +unit:MicroL-PER-L + a qudt:Unit ; + dcterms:description "volume ratio as 0.000001-fold of the unit litre divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroL ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA089" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA089"^^xsd:anyURI ; + qudt:plainTextDescription "volume ratio as 0.000001-fold of the unit litre divided by the unit litre" ; + qudt:symbol "μL/L" ; + qudt:ucumCode "uL.L-1"^^qudt:UCUMcs ; + qudt:udunitsCode "ppmv" ; + qudt:uneceCommonCode "J36" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microliter per Liter"@en-US ; + rdfs:label "Microlitre per Litre" ; + rdfs:label "Microlitre per Litre"@en . + +unit:MicroM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Micrometer\" is a unit for 'Length' expressed as $microm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Micrometer"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA090" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA090"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Micrometer?oldid=491270437"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:M ; + qudt:symbol "μm" ; + qudt:ucumCode "um"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4H" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer"@de ; + rdfs:label "Micrometer"@en-US ; + rdfs:label "Micrometer"@ms ; + rdfs:label "Micrometer"@sl ; + rdfs:label "Micrometr"@cs ; + rdfs:label "Micrometr"@pl ; + rdfs:label "Micrometre" ; + rdfs:label "Micrometre"@en ; + rdfs:label "Micrometre"@tr ; + rdfs:label "Micrometro"@es ; + rdfs:label "Micrometro"@it ; + rdfs:label "Micrometru"@ro ; + rdfs:label "Micromètre"@fr ; + rdfs:label "Microméter"@hu . + +unit:MicroM-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA091" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA091"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin" ; + qudt:symbol "μm/K" ; + qudt:ucumCode "um.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F50" ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer na Kelvin"@sl ; + rdfs:label "Micrometer per Kelvin"@en-US ; + rdfs:label "Micrometer per Kelvin"@ms ; + rdfs:label "Micrometer pro Kelvin"@de ; + rdfs:label "Micrometr na Kelvin"@cs ; + rdfs:label "Micrometr na Kelwin"@pl ; + rdfs:label "Micrometre per Kelvin" ; + rdfs:label "Micrometre per Kelvin"@en ; + rdfs:label "Micrometre per Kelvin"@tr ; + rdfs:label "Micrometro per Kelvin"@it ; + rdfs:label "Micrometro por Kelvin"@es ; + rdfs:label "Micrometru pe Kelvin"@ro ; + rdfs:label "Micromètre par Kelvin"@fr . + +unit:MicroM-PER-L-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:hasQuantityKind quantitykind:ParticleFluenceRate ; + qudt:symbol "μm/(L·d)" ; + qudt:ucumCode "um.L-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer per Liter Day"@en-US ; + rdfs:label "Micrometre per Litre Day" ; + rdfs:label "Micrometre per Litre Day"@en . + +unit:MicroM-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit metre divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:Gradient ; + qudt:iec61360Code "0112/2///62720#UAC002" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC002"^^xsd:anyURI ; + qudt:symbol "μm/m" ; + qudt:ucumCode "um.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer na Meter"@sl ; + rdfs:label "Micrometer per Meter"@en-US ; + rdfs:label "Micrometer per Meter"@ms ; + rdfs:label "Micrometer pro Meter"@de ; + rdfs:label "Micrometr na Metr"@cs ; + rdfs:label "Micrometr na Metr"@pl ; + rdfs:label "Micrometre per Metre" ; + rdfs:label "Micrometre per Metre"@en ; + rdfs:label "Micrometre per Metre"@tr ; + rdfs:label "Micrometro per Metro"@it ; + rdfs:label "Micrometro por Metro"@es ; + rdfs:label "Micrometru pe Metru"@ro ; + rdfs:label "Micromètre par Mètre"@fr . + +unit:MicroM-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Micrometre per minute is a derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in micronmeters divided by time in minutes."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:expression "$\\frac{\\mu m}{min}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "μm/min" ; + qudt:ucumCode "um.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer per Minute"@en-US ; + rdfs:label "Micrometre per Minute" ; + rdfs:label "Micrometre per Minute"@en ; + skos:altLabel "Micron per Minute"@en ; + skos:altLabel "micron per minute"@en . + +unit:MicroM-PER-MilliL + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μm/mL" ; + qudt:ucumCode "um.mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer per Milliliter"@en-US ; + rdfs:label "Micrometre per Millilitre" ; + rdfs:label "Micrometre per Millilitre"@en . + +unit:MicroM-PER-N + a qudt:Unit ; + dcterms:description "Micro metres measured per Newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:LinearCompressibility ; + qudt:plainTextDescription "Micro metres measured per Newton" ; + qudt:symbol "μm/N" ; + qudt:ucumCode "um.N-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer na Newton"@sl ; + rdfs:label "Micrometer per Newton"@en-US ; + rdfs:label "Micrometer per Newton"@ms ; + rdfs:label "Micrometer pro Newton"@de ; + rdfs:label "Micrometr na Newton"@cs ; + rdfs:label "Micrometr na Niuton"@pl ; + rdfs:label "Micrometre per Newton" ; + rdfs:label "Micrometre per Newton"@en ; + rdfs:label "Micrometre per Newton"@tr ; + rdfs:label "Micrometro per Newton"@it ; + rdfs:label "Micrometro por Newton"@es ; + rdfs:label "Micrometru pe Newton"@ro ; + rdfs:label "Micromètre par Newton"@fr . + +unit:MicroM-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Micrometre per second is anderived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:expression "$\\frac{\\mu m}{s}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:symbol "μm/s" ; + qudt:ucumCode "um.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer na Sekunda"@sl ; + rdfs:label "Micrometer per Saat"@ms ; + rdfs:label "Micrometer per Second"@en-US ; + rdfs:label "Micrometer pro Sekunde"@de ; + rdfs:label "Micrometr na Sekunda"@cs ; + rdfs:label "Micrometr na Sekunda"@pl ; + rdfs:label "Micrometre per Saniye"@tr ; + rdfs:label "Micrometre per Second" ; + rdfs:label "Micrometre per Second"@en ; + rdfs:label "Micrometro per Secondo"@it ; + rdfs:label "Micrometro por Segundo"@es ; + rdfs:label "Micrometru pe Secundă"@ro ; + rdfs:label "Micromètre par Seconde"@fr . + +unit:MicroM-PER-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\\(\\textit{Micrometre per Square Second}\\) is a unit for \\(\\textit{Linear Acceleration}\\) expressed as \\(um/s^2\\)."^^qudt:LatexString ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:conversionOffset 0.0 ; + qudt:expression "\\(um/s^2\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:plainTextDescription "Micro metres measured per second squared" ; + qudt:symbol "μm/s²" ; + qudt:ucumCode "um.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micrometer na Kvadratni Sekunda"@sl ; + rdfs:label "Micrometer per Saat Persegi"@ms ; + rdfs:label "Micrometer per Square Second"@en-US ; + rdfs:label "Micrometer pro Quadratsekunde"@de ; + rdfs:label "Micrometr na Sekunda Kwadratowy"@pl ; + rdfs:label "Micrometr na Čtvereční Sekunda"@cs ; + rdfs:label "Micrometre per Saniyekare"@tr ; + rdfs:label "Micrometre per Square Second" ; + rdfs:label "Micrometre per Square Second"@en ; + rdfs:label "Micrometro per Secondo Quadrato"@it ; + rdfs:label "Micrometro por Segundo Cuadrado"@es ; + rdfs:label "Micrometru pe Secundă Pătrat"@ro ; + rdfs:label "Micromètre par Seconde Carré"@fr . + +unit:MicroM2 + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA092" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA092"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "μm²" ; + qudt:ucumCode "um2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H30" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Micrometer"@sl ; + rdfs:label "Micrometer Persegi"@ms ; + rdfs:label "Micrometr Kwadratowy"@pl ; + rdfs:label "Micrometrekare"@tr ; + rdfs:label "Micrometro Cuadrado"@es ; + rdfs:label "Micrometro Quadrato"@it ; + rdfs:label "Micrometru Pătrat"@ro ; + rdfs:label "Micromètre Carré"@fr ; + rdfs:label "Quadratmicrometer"@de ; + rdfs:label "Square Micrometer"@en-US ; + rdfs:label "Square Micrometre" ; + rdfs:label "Square Micrometre"@en ; + rdfs:label "Čtvereční Micrometr"@cs . + +unit:MicroM3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:symbol "μm³" ; + qudt:ucumCode "um3"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Micrometer"@en-US ; + rdfs:label "Cubic Micrometre" ; + rdfs:label "Cubic Micrometre"@en ; + rdfs:label "Kubikmicrometer"@de ; + rdfs:label "Kubični Micrometer"@sl ; + rdfs:label "Micrometer Kubik"@ms ; + rdfs:label "Micrometr Krychlový"@cs ; + rdfs:label "Micrometr Sześcienny"@pl ; + rdfs:label "Micrometreküp"@tr ; + rdfs:label "Micrometro Cubo"@it ; + rdfs:label "Micrometro Cúbico"@es ; + rdfs:label "Micrometru Cub"@ro ; + rdfs:label "Micromètre Cube"@fr . + +unit:MicroM3-PER-M3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:symbol "μm³/m³" ; + qudt:ucumCode "um3.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Micrometer per Cubic Meter"@en-US ; + rdfs:label "Cubic Micrometre per Cubic Metre" ; + rdfs:label "Cubic Micrometre per Cubic Metre"@en ; + rdfs:label "Kubikmicrometer pro Kubikmeter"@de ; + rdfs:label "Kubični Micrometer na Kubični Meter"@sl ; + rdfs:label "Micrometer Kubik per Meter Kubik"@ms ; + rdfs:label "Micrometr Krychlový na Metr Krychlový"@cs ; + rdfs:label "Micrometr Sześcienny na Metr Sześcienny"@pl ; + rdfs:label "Micrometreküp per Metreküp"@tr ; + rdfs:label "Micrometro Cubo per Metro Cubo"@it ; + rdfs:label "Micrometro Cúbico por Metro Cúbico"@es ; + rdfs:label "Micrometru Cub pe Metru Cub"@ro ; + rdfs:label "Micromètre Cube par Mètre Cube"@fr . + +unit:MicroM3-PER-MilliL + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:qkdvDenominator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L3I0M0H0T0D0 ; + qudt:symbol "μm³/mL" ; + qudt:ucumCode "um3.mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Micrometer per Milliliter"@en-US ; + rdfs:label "Cubic Micrometre per Millilitre" ; + rdfs:label "Cubic Micrometre per Millilitre"@en . + +unit:MicroMHO + a qudt:Unit ; + dcterms:description "0.000001-fold of the obsolete unit mho of the electric conductance"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAB201" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB201"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the obsolete unit mho of the electric conductance" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:MHO ; + qudt:symbol "μ℧" ; + qudt:ucumCode "umho"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Micromho" ; + rdfs:label "Micromho"@en . + +unit:MicroMOL + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAA093" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA093"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit mol" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:MOL ; + qudt:symbol "μmol" ; + qudt:ucumCode "umol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FH" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Micromol"@cs ; + rdfs:label "Micromol"@de ; + rdfs:label "Micromol"@es ; + rdfs:label "Micromol"@pl ; + rdfs:label "Micromol"@ro ; + rdfs:label "Micromol"@sl ; + rdfs:label "Micromol"@tr ; + rdfs:label "Micromole" ; + rdfs:label "Micromole"@en ; + rdfs:label "Micromole"@fr ; + rdfs:label "Micromole"@it ; + rdfs:label "Micromole"@ms ; + rdfs:label "Micromól"@hu . + +unit:MicroMOL-PER-GM + a qudt:Unit ; + dcterms:description "Micromole Per Gram ($umol/g$) is a unit of Molality"^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:plainTextDescription "0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "μmol/g" ; + qudt:ucumCode "umol.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromol na Gram"@cs ; + rdfs:label "Micromol na Gram"@pl ; + rdfs:label "Micromol na Gram"@sl ; + rdfs:label "Micromol pe Gram"@ro ; + rdfs:label "Micromol per Gram"@tr ; + rdfs:label "Micromol por Gramo"@es ; + rdfs:label "Micromol pro Gramm"@de ; + rdfs:label "Micromole par Gramme"@fr ; + rdfs:label "Micromole per Gram" ; + rdfs:label "Micromole per Gram"@en ; + rdfs:label "Micromole per Gram"@ms ; + rdfs:label "Micromole per Grammo"@it . + +unit:MicroMOL-PER-GM-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:BiogeochemicalRate ; + qudt:symbol "μmol/(g·h)" ; + qudt:ucumCode "umol.g-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromole per Gram Hour" ; + rdfs:label "Micromole per Gram Hour"@en . + +unit:MicroMOL-PER-GM-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:BiogeochemicalRate ; + qudt:symbol "μmol/(g·s)" ; + qudt:ucumCode "umol.g-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromol na Gram Sekunda"@cs ; + rdfs:label "Micromol na Gram Sekunda"@pl ; + rdfs:label "Micromol na Gram Sekunda"@sl ; + rdfs:label "Micromol pe Gram Secundă"@ro ; + rdfs:label "Micromol per Gram Saniye"@tr ; + rdfs:label "Micromol por Gramo Segundo"@es ; + rdfs:label "Micromol pro Gramm Sekunde"@de ; + rdfs:label "Micromole par Gramme Seconde"@fr ; + rdfs:label "Micromole per Gram Saat"@ms ; + rdfs:label "Micromole per Gram Second" ; + rdfs:label "Micromole per Gram Second"@en ; + rdfs:label "Micromole per Grammo Secondo"@it . + +unit:MicroMOL-PER-KiloGM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:symbol "μmol/kg" ; + qudt:ucumCode "umol.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromol na Kilogram"@cs ; + rdfs:label "Micromol na Kilogram"@pl ; + rdfs:label "Micromol na Kilogram"@sl ; + rdfs:label "Micromol pe Kilogram"@ro ; + rdfs:label "Micromol per Kilogram"@tr ; + rdfs:label "Micromol por Kilogramo"@es ; + rdfs:label "Micromol pro Kilogramm"@de ; + rdfs:label "Micromole par Kilogramme"@fr ; + rdfs:label "Micromole per Chilogrammo"@it ; + rdfs:label "Micromole per Kilogram" ; + rdfs:label "Micromole per Kilogram"@en ; + rdfs:label "Micromole per Kilogram"@ms . + +unit:MicroMOL-PER-KiloGM-YR + a qudt:Unit ; + dcterms:description "A rate of change of one part in 10^3 of the SI unit of quantity of matter (mole) in an SI unit of mass (kilogram) in a period of an average calendar year (365.25 days)." ; + qudt:conversionMultiplier 0.00000000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-14 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:BiogeochemicalRate ; + qudt:symbol "μmol/(kg·a)" ; + qudt:ucumCode "umol.kg-1.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromole per Kilogram Year" ; + rdfs:label "Micromole per Kilogram Year"@en . + +unit:MicroMOL-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:hasReciprocalUnit unit:L-PER-MicroMOL ; + qudt:symbol "μmol/L" ; + qudt:ucumCode "umol.L-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Micromole per Liter"@en-US ; + rdfs:label "Micromole per Litre" ; + rdfs:label "Micromole per Litre"@en . + +unit:MicroMOL-PER-L-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "μmol/(L·h)" ; + qudt:ucumCode "umol.L-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromole per Liter Hour"@en-US ; + rdfs:label "Micromole per Litre Hour" ; + rdfs:label "Micromole per Litre Hour"@en . + +unit:MicroMOL-PER-M2 + a qudt:Unit ; + dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μmol/m²" ; + qudt:ucumCode "umol.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromol na Kvadratni Meter"@sl ; + rdfs:label "Micromol na Metr Kwadratowy"@pl ; + rdfs:label "Micromol na Čtvereční Metr"@cs ; + rdfs:label "Micromol pe Metru Pătrat"@ro ; + rdfs:label "Micromol per Metrekare"@tr ; + rdfs:label "Micromol por Metro Cuadrado"@es ; + rdfs:label "Micromol pro Quadratmeter"@de ; + rdfs:label "Micromole par Mètre Carré"@fr ; + rdfs:label "Micromole per Meter Persegi"@ms ; + rdfs:label "Micromole per Metro Quadrato"@it ; + rdfs:label "Micromole per Square Meter"@en-US ; + rdfs:label "Micromole per Square Metre" ; + rdfs:label "Micromole per Square Metre"@en . + +unit:MicroMOL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "μmol/(m²·d)" ; + qudt:ucumCode "umol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromole per Square Meter Day"@en-US ; + rdfs:label "Micromole per Square Metre Day" ; + rdfs:label "Micromole per Square Metre Day"@en . + +unit:MicroMOL-PER-M2-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "μmol/(m²·h)" ; + qudt:ucumCode "umol.m-2.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromole per Square Meter Hour"@en-US ; + rdfs:label "Micromole per Square Metre Hour" ; + rdfs:label "Micromole per Square Metre Hour"@en . + +unit:MicroMOL-PER-M2-SEC + a qudt:Unit ; + dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time. This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "μmol/(m²·s)" ; + qudt:ucumCode "umol.m-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromol na Kvadratni Meter Sekunda"@sl ; + rdfs:label "Micromol na Metr Kwadratowy Sekunda"@pl ; + rdfs:label "Micromol na Čtvereční Metr Sekunda"@cs ; + rdfs:label "Micromol pe Metru Pătrat Secundă"@ro ; + rdfs:label "Micromol per Metrekare Saniye"@tr ; + rdfs:label "Micromol por Metro Cuadrado Segundo"@es ; + rdfs:label "Micromol pro Quadratmeter Sekunde"@de ; + rdfs:label "Micromole par Mètre Carré Seconde"@fr ; + rdfs:label "Micromole per Meter Persegi Saat"@ms ; + rdfs:label "Micromole per Metro Quadrato Secondo"@it ; + rdfs:label "Micromole per Square Meter Second"@en-US ; + rdfs:label "Micromole per Square Metre Second" ; + rdfs:label "Micromole per Square Metre Second"@en . + +unit:MicroMOL-PER-M2-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:plainTextDescription "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared." ; + qudt:symbol "μmol/(m²·s²)" ; + qudt:ucumCode "umol.m-2.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromol na Kvadratni Meter Kvadratni Sekunda"@sl ; + rdfs:label "Micromol na Metr Kwadratowy Sekunda Kwadratowy"@pl ; + rdfs:label "Micromol na Čtvereční Metr Čtvereční Sekunda"@cs ; + rdfs:label "Micromol pe Metru Pătrat Secundă Pătrat"@ro ; + rdfs:label "Micromol per Metrekare Saniyekare"@tr ; + rdfs:label "Micromol por Metro Cuadrado Segundo Cuadrado"@es ; + rdfs:label "Micromol pro Quadratmeter Quadratsekunde"@de ; + rdfs:label "Micromole par Mètre Carré Seconde Carré"@fr ; + rdfs:label "Micromole per Meter Persegi Saat Persegi"@ms ; + rdfs:label "Micromole per Metro Quadrato Secondo Quadrato"@it ; + rdfs:label "Micromole per Square Meter Square Second"@en-US ; + rdfs:label "Micromole per Square Metre Square Second" ; + rdfs:label "Micromole per Square Metre Square Second"@en . + +unit:MicroMOL-PER-MOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:symbol "μmol/mol" ; + qudt:ucumCode "umol.mol-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromol na Mol"@cs ; + rdfs:label "Micromol na Mol"@pl ; + rdfs:label "Micromol na Mol"@sl ; + rdfs:label "Micromol pe Mol"@ro ; + rdfs:label "Micromol per Mol"@tr ; + rdfs:label "Micromol por Mol"@es ; + rdfs:label "Micromol pro Mol"@de ; + rdfs:label "Micromole par Mole"@fr ; + rdfs:label "Micromole per Mole" ; + rdfs:label "Micromole per Mole"@en ; + rdfs:label "Micromole per Mole"@it ; + rdfs:label "Micromole per Mole"@ms . + +unit:MicroMOL-PER-MicroMOL-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "μmol/(μmol·d)" ; + qudt:ucumCode "umol.umol-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromole per Micromole Day" ; + rdfs:label "Micromole per Micromole Day"@en . + +unit:MicroMOL-PER-SEC + a qudt:Unit ; + dcterms:description " This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range. "@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFlux ; + qudt:symbol "μmol/s" ; + qudt:ucumCode "umol.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micromol na Sekunda"@cs ; + rdfs:label "Micromol na Sekunda"@pl ; + rdfs:label "Micromol na Sekunda"@sl ; + rdfs:label "Micromol pe Secundă"@ro ; + rdfs:label "Micromol per Saniye"@tr ; + rdfs:label "Micromol por Segundo"@es ; + rdfs:label "Micromol pro Sekunde"@de ; + rdfs:label "Micromole par Seconde"@fr ; + rdfs:label "Micromole per Saat"@ms ; + rdfs:label "Micromole per Second" ; + rdfs:label "Micromole per Second"@en ; + rdfs:label "Micromole per Secondo"@it . + +unit:MicroMOL2-PER-M4-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Variance for a molar flux density, (uM/m^2/s)^2 ."@en ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A2E0L-4I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -4 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFluxDensityVariance ; + qudt:plainTextDescription "Variance for a molar flux density, (uM/m^2/s)^2 ."@en ; + qudt:symbol "μmol²/(m⁴·s²)" ; + qudt:ucumCode "umol2.m-4.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Quadratmicromol pro Meter hoch vier Quadratsekunde"@de ; + rdfs:label "Square Micromole per Quartic Meter Square Second"@en-US ; + rdfs:label "Square Micromole per Quartic Metre Square Second" ; + rdfs:label "Square Micromole per Quartic Metre Square Second"@en . + +unit:MicroN + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA070" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA070"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit newton" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:N ; + qudt:symbol "μN" ; + qudt:ucumCode "uN"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B92" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Micronewton" ; + rdfs:label "Micronewton"@cs ; + rdfs:label "Micronewton"@de ; + rdfs:label "Micronewton"@en ; + rdfs:label "Micronewton"@es ; + rdfs:label "Micronewton"@fr ; + rdfs:label "Micronewton"@hu ; + rdfs:label "Micronewton"@it ; + rdfs:label "Micronewton"@ms ; + rdfs:label "Micronewton"@ro ; + rdfs:label "Micronewton"@sl ; + rdfs:label "Micronewton"@tr ; + rdfs:label "Microniuton"@pl . + +unit:MicroN-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the product out of the derived SI newton and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA071" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA071"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the product out of the derived SI newton and the SI base unit metre" ; + qudt:symbol "μN·m" ; + qudt:ucumCode "uN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B93" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Micronewton Meter"@de ; + rdfs:label "Micronewton Meter"@en-US ; + rdfs:label "Micronewton Meter"@ms ; + rdfs:label "Micronewton Meter"@sl ; + rdfs:label "Micronewton Metr"@cs ; + rdfs:label "Micronewton Metre" ; + rdfs:label "Micronewton Metre"@en ; + rdfs:label "Micronewton Metre"@tr ; + rdfs:label "Micronewton Metro"@es ; + rdfs:label "Micronewton Metro"@it ; + rdfs:label "Micronewton Metru"@ro ; + rdfs:label "Micronewton Mètre"@fr ; + rdfs:label "Microniuton Metr"@pl . + +unit:MicroN-M-PER-M2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB548" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB548"^^xsd:anyURI ; + qudt:symbol "μN·m/m²" ; + qudt:ucumCode "uN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micronewton Meter na Kvadratni Meter"@sl ; + rdfs:label "Micronewton Meter per Meter Persegi"@ms ; + rdfs:label "Micronewton Meter per Square Meter"@en-US ; + rdfs:label "Micronewton Meter pro Quadratmeter"@de ; + rdfs:label "Micronewton Metr na Čtvereční Metr"@cs ; + rdfs:label "Micronewton Metre per Metrekare"@tr ; + rdfs:label "Micronewton Metre per Square Metre" ; + rdfs:label "Micronewton Metre per Square Metre"@en ; + rdfs:label "Micronewton Metro per Metro Quadrato"@it ; + rdfs:label "Micronewton Metro por Metro Cuadrado"@es ; + rdfs:label "Micronewton Metru pe Metru Pătrat"@ro ; + rdfs:label "Micronewton Mètre par Mètre Carré"@fr ; + rdfs:label "Microniuton Metr na Metr Kwadratowy"@pl . + +unit:MicroOHM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA055" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA055"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:OHM ; + qudt:symbol "μΩ" ; + qudt:ucumCode "uOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B94" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microohm" ; + rdfs:label "Microohm"@cs ; + rdfs:label "Microohm"@de ; + rdfs:label "Microohm"@en ; + rdfs:label "Microohm"@fr ; + rdfs:label "Microohm"@hu ; + rdfs:label "Microohm"@it ; + rdfs:label "Microohm"@ms ; + rdfs:label "Microohm"@ro ; + rdfs:label "Microohm"@sl ; + rdfs:label "Microohm"@tr ; + rdfs:label "Microohmio"@es ; + rdfs:label "Microom"@pl . + +unit:MicroOHM-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the product out of the SI derived unit ohm and the SI base unit metre" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA056" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA056"^^xsd:anyURI ; + qudt:symbol "μΩ·m" ; + qudt:ucumCode "uOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B95" ; + rdfs:isDefinedBy ; + rdfs:label "Microohm Meter"@de ; + rdfs:label "Microohm Meter"@en-US ; + rdfs:label "Microohm Meter"@ms ; + rdfs:label "Microohm Meter"@sl ; + rdfs:label "Microohm Metr"@cs ; + rdfs:label "Microohm Metre" ; + rdfs:label "Microohm Metre"@en ; + rdfs:label "Microohm Metre"@tr ; + rdfs:label "Microohm Metro"@it ; + rdfs:label "Microohm Metru"@ro ; + rdfs:label "Microohm Mètre"@fr ; + rdfs:label "Microohmio Metro"@es ; + rdfs:label "Microom Metr"@pl . + +unit:MicroPA + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA073" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA073"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit pascal" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:PA ; + qudt:symbol "μPa" ; + qudt:ucumCode "uPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B96" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Micropascal" ; + rdfs:label "Micropascal"@cs ; + rdfs:label "Micropascal"@de ; + rdfs:label "Micropascal"@en ; + rdfs:label "Micropascal"@es ; + rdfs:label "Micropascal"@fr ; + rdfs:label "Micropascal"@hu ; + rdfs:label "Micropascal"@it ; + rdfs:label "Micropascal"@ms ; + rdfs:label "Micropascal"@ro ; + rdfs:label "Micropascal"@sl ; + rdfs:label "Micropascal"@tr ; + rdfs:label "Micropaskal"@pl . + +unit:MicroPOISE + a qudt:Unit ; + dcterms:description "0.000001-fold of the CGS unit of the dynamic viscosity poise"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA072" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA072"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:POISE ; + qudt:symbol "μP" ; + qudt:ucumCode "uP"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J32" ; + rdfs:isDefinedBy ; + rdfs:label "Micropoise" ; + rdfs:label "Micropoise"@en . + +unit:MicroRAD + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA094" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA094"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:symbol "μrad" ; + qudt:ucumCode "urad"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B97" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microradian" ; + rdfs:label "Microradian"@en ; + rdfs:label "Microradian"@fr ; + rdfs:label "Microradian"@ms ; + rdfs:label "Microradian"@pl ; + rdfs:label "Microradian"@ro ; + rdfs:label "Microradian"@sl ; + rdfs:label "Microradiant"@de ; + rdfs:label "Microradiante"@it ; + rdfs:label "Microradián"@cs ; + rdfs:label "Microradián"@es ; + rdfs:label "Microradián"@hu ; + rdfs:label "Microradyan"@tr . + +unit:MicroS + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit siemens"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAA074" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA074"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit siemens" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:S ; + qudt:symbol "μS" ; + qudt:ucumCode "uS"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B99" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microsiemens" ; + rdfs:label "Microsiemens"@cs ; + rdfs:label "Microsiemens"@de ; + rdfs:label "Microsiemens"@en ; + rdfs:label "Microsiemens"@es ; + rdfs:label "Microsiemens"@fr ; + rdfs:label "Microsiemens"@hu ; + rdfs:label "Microsiemens"@it ; + rdfs:label "Microsiemens"@ms ; + rdfs:label "Microsiemens"@ro ; + rdfs:label "Microsiemens"@sl ; + rdfs:label "Microsiemens"@tr ; + rdfs:label "Microsimens"@pl . + +unit:MicroS-PER-CentiM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:expression "\\(uS-cm^{-1}\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroS ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:hasQuantityKind quantitykind:ElectrolyticConductivity ; + qudt:iec61360Code "0112/2///62720#UAA075" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA075"^^xsd:anyURI ; + qudt:plainTextDescription "Unit of electrical conductivity equal to 0.000001-fold of the SI derived unit siemens divided by 0,01-fold of the SI base unit meter" ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:symbol "μS/cm" ; + qudt:ucumCode "uS.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G42" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microsiemens na Centimeter"@sl ; + rdfs:label "Microsiemens na Centimetr"@cs ; + rdfs:label "Microsiemens par Centimètre"@fr ; + rdfs:label "Microsiemens pe Centimetru"@ro ; + rdfs:label "Microsiemens per Centimeter"@en-US ; + rdfs:label "Microsiemens per Centimeter"@ms ; + rdfs:label "Microsiemens per Centimetre" ; + rdfs:label "Microsiemens per Centimetre"@en ; + rdfs:label "Microsiemens per Centimetre"@tr ; + rdfs:label "Microsiemens per Centimetro"@it ; + rdfs:label "Microsiemens por Centimetro"@es ; + rdfs:label "Microsiemens pro Centimeter"@de ; + rdfs:label "Microsimens na Centimetr"@pl . + +unit:MicroS-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroS ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:iec61360Code "0112/2///62720#UAA076" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA076"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; + qudt:symbol "μS/m" ; + qudt:ucumCode "uS.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microsiemens na Meter"@sl ; + rdfs:label "Microsiemens na Metr"@cs ; + rdfs:label "Microsiemens par Mètre"@fr ; + rdfs:label "Microsiemens pe Metru"@ro ; + rdfs:label "Microsiemens per Meter"@en-US ; + rdfs:label "Microsiemens per Meter"@ms ; + rdfs:label "Microsiemens per Metre" ; + rdfs:label "Microsiemens per Metre"@en ; + rdfs:label "Microsiemens per Metre"@tr ; + rdfs:label "Microsiemens per Metro"@it ; + rdfs:label "Microsiemens por Metro"@es ; + rdfs:label "Microsiemens pro Meter"@de ; + rdfs:label "Microsimens na Metr"@pl . + +unit:MicroS2-PER-CentiM2 + a qudt:Unit ; + dcterms:description "Conductivity variance, or (MicroS-PER-CentiM)2" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:expression "\\(uS{2}-cm^{-2}\\)"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E4L-6I0M-2H0T6D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:MicroS ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ConductivityVariance ; + qudt:plainTextDescription "Conductivity variance, or (MicroS-PER-CentiM)2" ; + qudt:symbol "μS²/cm²" ; + qudt:ucumCode "uS2.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Microsiemens na Kvadratni Centimeter"@sl ; + rdfs:label "Microsiemens Carré par Centimètre Carré"@fr ; + rdfs:label "Microsiemens Cuadrado por Centimetro Cuadrado"@es ; + rdfs:label "Microsiemens Persegi per Centimeter Persegi"@ms ; + rdfs:label "Microsiemens Pătrat pe Centimetru Pătrat"@ro ; + rdfs:label "Microsiemens Quadrato per Centimetro Quadrato"@it ; + rdfs:label "Microsiemenskare per Centimetrekare"@tr ; + rdfs:label "Microsimens Kwadratowy na Centimetr Kwadratowy"@pl ; + rdfs:label "Quadratmicrosiemens pro Quadratcentimeter"@de ; + rdfs:label "Square Microsiemens per Square Centimeter"@en-US ; + rdfs:label "Square Microsiemens per Square Centimetre" ; + rdfs:label "Square Microsiemens per Square Centimetre"@en ; + rdfs:label "Čtvereční Microsiemens na Čtvereční Centimetr"@cs . + +unit:MicroSEC + a qudt:Unit ; + dcterms:description "\"Microsecond\" is a unit for 'Time' expressed as $microsec$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA095" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA095"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:SEC ; + qudt:symbol "μs" ; + qudt:ucumCode "us"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B98" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Micromásodperc"@hu ; + rdfs:label "Microsaat"@ms ; + rdfs:label "Microsaniye"@tr ; + rdfs:label "Microsecond" ; + rdfs:label "Microsecond"@en ; + rdfs:label "Microseconde"@fr ; + rdfs:label "Microsecondo"@it ; + rdfs:label "Microsecundă"@ro ; + rdfs:label "Microsegundo"@es ; + rdfs:label "Microsekunda"@cs ; + rdfs:label "Microsekunda"@pl ; + rdfs:label "Microsekunda"@sl ; + rdfs:label "Microsekunde"@de . + +unit:MicroSV + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-1284"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; + qudt:omUnit ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:SV ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "μSv" ; + qudt:ucumCode "uSv"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microsievert" ; + rdfs:label "Microsievert"@cs ; + rdfs:label "Microsievert"@de ; + rdfs:label "Microsievert"@en ; + rdfs:label "Microsievert"@es ; + rdfs:label "Microsievert"@fr ; + rdfs:label "Microsievert"@hu ; + rdfs:label "Microsievert"@it ; + rdfs:label "Microsievert"@ms ; + rdfs:label "Microsievert"@ro ; + rdfs:label "Microsievert"@sl ; + rdfs:label "Microsievert"@tr ; + rdfs:label "Microsiwert"@pl . + +unit:MicroSV-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "0.000001-fold of the derived SI unit sievert divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroSV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:iec61360Code "0112/2///62720#UAB466" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-1284"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB466"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "μSv/h" ; + qudt:ucumCode "uSv.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P72" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microsievert per Hour" ; + rdfs:label "Microsievert per Hour"@en . + +unit:MicroSV-PER-MIN + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit sievert divided by the unit minute" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroSV ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB470" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB470"^^xsd:anyURI ; + qudt:symbol "μSv/min" ; + qudt:ucumCode "uSv.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P76" ; + rdfs:isDefinedBy ; + rdfs:label "Microsievert per Minute" ; + rdfs:label "Microsievert per Minute"@en . + +unit:MicroSV-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit sievert devided by the SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroSV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB303" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB303"^^xsd:anyURI ; + qudt:symbol "μSv/s" ; + qudt:ucumCode "uSv.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P67" ; + rdfs:isDefinedBy ; + rdfs:label "Microsievert na Sekunda"@cs ; + rdfs:label "Microsievert na Sekunda"@sl ; + rdfs:label "Microsievert par Seconde"@fr ; + rdfs:label "Microsievert pe Secundă"@ro ; + rdfs:label "Microsievert per Saat"@ms ; + rdfs:label "Microsievert per Saniye"@tr ; + rdfs:label "Microsievert per Second" ; + rdfs:label "Microsievert per Second"@en ; + rdfs:label "Microsievert per Secondo"@it ; + rdfs:label "Microsievert por Segundo"@es ; + rdfs:label "Microsievert pro Sekunde"@de ; + rdfs:label "Microsiwert na Sekunda"@pl . + +unit:MicroT + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit tesla"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAA077" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA077"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit tesla" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:T ; + qudt:symbol "μT" ; + qudt:ucumCode "uT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D81" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microtesla" ; + rdfs:label "Microtesla"@cs ; + rdfs:label "Microtesla"@de ; + rdfs:label "Microtesla"@en ; + rdfs:label "Microtesla"@es ; + rdfs:label "Microtesla"@fr ; + rdfs:label "Microtesla"@hu ; + rdfs:label "Microtesla"@it ; + rdfs:label "Microtesla"@ms ; + rdfs:label "Microtesla"@pl ; + rdfs:label "Microtesla"@ro ; + rdfs:label "Microtesla"@sl ; + rdfs:label "Microtesla"@tr . + +unit:MicroTORR + a qudt:Unit ; + dcterms:description "\"MicroTorr\" is a unit for 'Force Per Area' expressed as $microtorr$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.000133322368421052631578947 ; + qudt:conversionMultiplierSN 1.33322368421052631578947E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:TORR ; + qudt:symbol "μTorr" ; + rdfs:isDefinedBy ; + rdfs:label "Microtorr" ; + rdfs:label "Microtorr"@en . + +unit:MicroV + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit volt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA078" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA078"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit volt" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:V ; + qudt:symbol "μV" ; + qudt:ucumCode "uV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D82" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microvolt" ; + rdfs:label "Microvolt"@cs ; + rdfs:label "Microvolt"@de ; + rdfs:label "Microvolt"@en ; + rdfs:label "Microvolt"@fr ; + rdfs:label "Microvolt"@hu ; + rdfs:label "Microvolt"@it ; + rdfs:label "Microvolt"@ms ; + rdfs:label "Microvolt"@ro ; + rdfs:label "Microvolt"@sl ; + rdfs:label "Microvolt"@tr ; + rdfs:label "Microvoltio"@es ; + rdfs:label "Microwolt"@pl . + +unit:MicroV-A + a qudt:Unit ; + dcterms:description "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + dcterms:isReplacedBy unit:MicroVA ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB532" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB532"^^xsd:anyURI ; + qudt:symbol "μV·A" ; + qudt:ucumCode "uV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microvolt Amper"@ro ; + rdfs:label "Microvolt Amper"@sl ; + rdfs:label "Microvolt Amper"@tr ; + rdfs:label "Microvolt Ampere" ; + rdfs:label "Microvolt Ampere"@de ; + rdfs:label "Microvolt Ampere"@en ; + rdfs:label "Microvolt Ampere"@it ; + rdfs:label "Microvolt Ampere"@ms ; + rdfs:label "Microvolt Ampère"@fr ; + rdfs:label "Microvolt Ampér"@cs ; + rdfs:label "Microvoltio Amperio"@es ; + rdfs:label "Microwolt Amper"@pl . + +unit:MicroV-A-PER-K + a qudt:Unit ; + dcterms:description "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + dcterms:isReplacedBy unit:MicroVA-PER-K ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD907" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD907"^^xsd:anyURI ; + qudt:symbol "μV·A/K" ; + qudt:ucumCode "uV.A.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microvolt Amper na Kelvin"@sl ; + rdfs:label "Microvolt Amper pe Kelvin"@ro ; + rdfs:label "Microvolt Amper per Kelvin"@tr ; + rdfs:label "Microvolt Ampere per Kelvin" ; + rdfs:label "Microvolt Ampere per Kelvin"@en ; + rdfs:label "Microvolt Ampere per Kelvin"@it ; + rdfs:label "Microvolt Ampere per Kelvin"@ms ; + rdfs:label "Microvolt Ampere pro Kelvin"@de ; + rdfs:label "Microvolt Ampère par Kelvin"@fr ; + rdfs:label "Microvolt Ampér na Kelvin"@cs ; + rdfs:label "Microvoltio Amperio por Kelvin"@es ; + rdfs:label "Microwolt Amper na Kelwin"@pl . + +unit:MicroV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000001 of the unit volt ampere reactive" ; + dcterms:isReplacedBy unit:MicroVAR ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC506" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC506"^^xsd:anyURI ; + qudt:symbol "µV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "MicroVolt Ampere Reactive" ; + rdfs:label "MicroVolt Ampere Reactive"@en . + +unit:MicroV-A_Reactive-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + dcterms:isReplacedBy unit:MicroVAR-PER-K ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD903" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD903"^^xsd:anyURI ; + qudt:symbol "µvar/K" ; + rdfs:isDefinedBy ; + rdfs:label "MicroVolt Ampere Reactive per Kelvin" ; + rdfs:label "MicroVolt Ampere Reactive per Kelvin"@en . + +unit:MicroV-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroV ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA079" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA079"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit volt divided by the SI base unit metre" ; + qudt:symbol "μV/m" ; + qudt:ucumCode "uV.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C3" ; + rdfs:isDefinedBy ; + rdfs:label "Microvolt na Meter"@sl ; + rdfs:label "Microvolt na Metr"@cs ; + rdfs:label "Microvolt par Mètre"@fr ; + rdfs:label "Microvolt pe Metru"@ro ; + rdfs:label "Microvolt per Meter"@en-US ; + rdfs:label "Microvolt per Meter"@ms ; + rdfs:label "Microvolt per Metre" ; + rdfs:label "Microvolt per Metre"@en ; + rdfs:label "Microvolt per Metre"@tr ; + rdfs:label "Microvolt per Metro"@it ; + rdfs:label "Microvolt pro Meter"@de ; + rdfs:label "Microvoltio por Metro"@es ; + rdfs:label "Microwolt na Metr"@pl . + +unit:MicroVA + a qudt:Unit ; + dcterms:description "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB532" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB532"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:VA ; + qudt:symbol "μVA" ; + qudt:ucumCode "uVA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micro Volt Ampere" ; + rdfs:label "Micro Volt Ampere"@en ; + rdfs:label "Micro Volt Ampere"@it ; + rdfs:label "Microvoltampere"@de ; + rdfs:label "Microvoltampère"@fr ; + rdfs:label "Microvoltiamperio"@es . + +unit:MicroVA-PER-K + a qudt:Unit ; + dcterms:description "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroVA ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD907" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD907"^^xsd:anyURI ; + qudt:symbol "μVA/K" ; + qudt:ucumCode "uVA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micro Volt Ampere per Kelvin" ; + rdfs:label "Micro Volt Ampere per Kelvin"@en ; + rdfs:label "Micro Volt Ampere per Kelvin"@it ; + rdfs:label "Microvoltampere pro Kelvin"@de ; + rdfs:label "Microvoltampère par Kelvin"@fr ; + rdfs:label "Microvoltiamperio por Kelvin"@es . + +unit:MicroVAR + a qudt:Unit ; + dcterms:description "0.000001 of the unit volt ampere reactive" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC506" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC506"^^xsd:anyURI ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:VAR ; + qudt:symbol "μvar" ; + qudt:ucumCode "uvar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micro Volt Ampere Reactive" ; + rdfs:label "Micro Volt Ampere Reactive"@en . + +unit:MicroVAR-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroVAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD903" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD903"^^xsd:anyURI ; + qudt:symbol "μvar/K" ; + qudt:ucumCode "uvar.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Micro Volt Ampere Reactive per Kelvin" ; + rdfs:label "Micro Volt Ampere Reactive per Kelvin"@en . + +unit:MicroW + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA080" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA080"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit watt" ; + qudt:prefix prefix:Micro ; + qudt:scalingOf unit:W ; + qudt:symbol "μW" ; + qudt:ucumCode "uW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D80" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microvatio"@es ; + rdfs:label "Microwat"@pl ; + rdfs:label "Microwatt" ; + rdfs:label "Microwatt"@cs ; + rdfs:label "Microwatt"@de ; + rdfs:label "Microwatt"@en ; + rdfs:label "Microwatt"@fr ; + rdfs:label "Microwatt"@hu ; + rdfs:label "Microwatt"@it ; + rdfs:label "Microwatt"@ms ; + rdfs:label "Microwatt"@ro ; + rdfs:label "Microwatt"@sl ; + rdfs:label "Microwatt"@tr . + +unit:MicroW-PER-CentiM2-MicroM-SR + a qudt:Unit ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroW ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiance ; + qudt:plainTextDescription "A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per centimeter squared per micrometer per steradian" ; + qudt:symbol "μW/(cm²·μm·sr)" ; + qudt:ucumCode "uW.cm-2.um-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Microvatio por Centimetro Cuadrado Micrometro Estereorradián"@es ; + rdfs:label "Microwat na Centimetr Kwadratowy Micrometr Steradian"@pl ; + rdfs:label "Microwatt na Kvadratni Centimeter Micrometer Steradian"@sl ; + rdfs:label "Microwatt na Čtvereční Centimetr Micrometr Steradián"@cs ; + rdfs:label "Microwatt par Centimètre Carré Micromètre Stéradian"@fr ; + rdfs:label "Microwatt pe Centimetru Pătrat Micrometru Steradian"@ro ; + rdfs:label "Microwatt per Centimeter Persegi Micrometer Steradian"@ms ; + rdfs:label "Microwatt per Centimetrekare Micrometre Steradyan"@tr ; + rdfs:label "Microwatt per Centimetro Quadrato Micrometro Steradiante"@it ; + rdfs:label "Microwatt per Square Centimeter Micrometer Steradian"@en-US ; + rdfs:label "Microwatt per Square Centimetre Micrometre Steradian" ; + rdfs:label "Microwatt per Square Centimetre Micrometre Steradian"@en ; + rdfs:label "Microwatt pro Quadratcentimeter Micrometer Steradiant"@de . + +unit:MicroW-PER-M2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MicroW ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAA081" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA081"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "μW/m²" ; + qudt:ucumCode "uW.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D85" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Microvatio por Metro Cuadrado"@es ; + rdfs:label "Microwat na Metr Kwadratowy"@pl ; + rdfs:label "Microwatt na Kvadratni Meter"@sl ; + rdfs:label "Microwatt na Čtvereční Metr"@cs ; + rdfs:label "Microwatt par Mètre Carré"@fr ; + rdfs:label "Microwatt pe Metru Pătrat"@ro ; + rdfs:label "Microwatt per Meter Persegi"@ms ; + rdfs:label "Microwatt per Metrekare"@tr ; + rdfs:label "Microwatt per Metro Quadrato"@it ; + rdfs:label "Microwatt per Square Meter"@en-US ; + rdfs:label "Microwatt per Square Metre" ; + rdfs:label "Microwatt per Square Metre"@en ; + rdfs:label "Microwatt pro Quadratmeter"@de . + +unit:MilLength + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Mil Length\" is a C.G.S System unit for 'Length' expressed as $mil$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000254 ; + qudt:conversionMultiplierSN 2.54E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:scalingOf unit:M ; + qudt:symbol "mil" ; + qudt:ucumCode "[mil_i]"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Mil Length" ; + rdfs:label "Mil Length"@en . + +unit:MilliA + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA775" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA775"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:A ; + qudt:symbol "mA" ; + qudt:ucumCode "mA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4K" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliamper"@hu ; + rdfs:label "Milliamper"@pl ; + rdfs:label "Milliamper"@ro ; + rdfs:label "Milliamper"@sl ; + rdfs:label "Milliamper"@tr ; + rdfs:label "Milliampere" ; + rdfs:label "Milliampere"@de ; + rdfs:label "Milliampere"@en ; + rdfs:label "Milliampere"@it ; + rdfs:label "Milliampere"@ms ; + rdfs:label "Milliamperio"@es ; + rdfs:label "Milliampère"@fr ; + rdfs:label "Milliampér"@cs . + +unit:MilliA-HR + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3.6 ; + qudt:conversionMultiplierSN 3.6E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:BatteryCapacity ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA777" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA777"^^xsd:anyURI ; + qudt:plainTextDescription "product of the 0.001-fold of the SI base unit ampere and the unit hour" ; + qudt:symbol "mA·h" ; + qudt:ucumCode "mA.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E09" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere Hour" ; + rdfs:label "Milliampere Hour"@en . + +unit:MilliA-HR-PER-GM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Milliampere hour per gram}$ is a practical unit of electric charge relative to the mass of the (active) parts. + 1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. + The unit is often used in electrochemistry to describe the properties of active components like electrodes. + """^^qudt:LatexString ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificElectricCharge ; + qudt:symbol "mA·h/g" ; + qudt:ucumCode "mA.h.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere Hour per Gram" ; + rdfs:label "Milliampere Hour per Gram"@en . + +unit:MilliA-IN2-PER-LB_F + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere and the unit inch according to the Anglo-American and Imperial system of units with the exponent 2 according to the quotient of the unit pound-force according to the Anglo-American system of units" ; + qudt:conversionMultiplier 0.0000001450377377302092151542410279511941 ; + qudt:conversionMultiplierSN 1.450377377302092151542410279511941E-7 ; + qudt:hasDimensionVector qkdv:A0E1L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB494" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB494"^^xsd:anyURI ; + qudt:symbol "mA·in²/lbf" ; + qudt:ucumCode "mA.[in_i]2.[lbf_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F57" ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere Square Inch per Pound Force" ; + rdfs:label "Milliampere Square Inch per Pound Force"@en . + +unit:MilliA-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E1L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA776" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA776"^^xsd:anyURI ; + qudt:symbol "mA/bar" ; + qudt:ucumCode "mA.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F59" ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere per Bar" ; + rdfs:label "Milliampere per Bar"@en . + +unit:MilliA-PER-IN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + qudt:conversionMultiplier 0.03937007874015748031496062992125984 ; + qudt:conversionMultiplierSN 3.937007874015748031496062992125984E-2 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA778" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA778"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units" ; + qudt:symbol "mA/in" ; + qudt:ucumCode "mA.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F08" ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere per Inch" ; + rdfs:label "Milliampere per Inch"@en . + +unit:MilliA-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerTemperature ; + qudt:iec61360Code "0112/2///62720#UAD897" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD897"^^xsd:anyURI ; + qudt:symbol "mA/K" ; + qudt:ucumCode "mA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliamper na Kelvin"@sl ; + rdfs:label "Milliamper na Kelwin"@pl ; + rdfs:label "Milliamper pe Kelvin"@ro ; + rdfs:label "Milliamper per Kelvin"@tr ; + rdfs:label "Milliampere per Kelvin" ; + rdfs:label "Milliampere per Kelvin"@en ; + rdfs:label "Milliampere per Kelvin"@it ; + rdfs:label "Milliampere per Kelvin"@ms ; + rdfs:label "Milliampere pro Kelvin"@de ; + rdfs:label "Milliamperio por Kelvin"@es ; + rdfs:label "Milliampère par Kelvin"@fr ; + rdfs:label "Milliampér na Kelvin"@cs . + +unit:MilliA-PER-L-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the product of the unit litre and the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD910" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD910"^^xsd:anyURI ; + qudt:symbol "mA/(L·min)" ; + qudt:ucumCode "mA.L-1.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G59" ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere per Liter Minute"@en-US ; + rdfs:label "Milliampere per Litre Minute" ; + rdfs:label "Milliampere per Litre Minute"@en . + +unit:MilliA-PER-LB_F-IN2 + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.3484545587136686758479127866004985 ; + qudt:conversionMultiplierSN 3.484545587136686758479127866004985E-1 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mA/(lbf·in²)" ; + qudt:ucumCode "mA.[lbf_av]-1.[in_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliampere per Pound Force Square Inch" ; + rdfs:label "Milliampere per Pound Force Square Inch"@en . + +unit:MilliA-PER-MilliM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasQuantityKind quantitykind:LinearElectricCurrentDensity ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA781" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA781"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "mA/mm" ; + qudt:ucumCode "mA.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F76" ; + rdfs:isDefinedBy ; + rdfs:label "Milliamper na Millimeter"@sl ; + rdfs:label "Milliamper na Millimetr"@pl ; + rdfs:label "Milliamper pe Millimetru"@ro ; + rdfs:label "Milliamper per Millimetre"@tr ; + rdfs:label "Milliampere per Millimeter"@en-US ; + rdfs:label "Milliampere per Millimeter"@ms ; + rdfs:label "Milliampere per Millimetre" ; + rdfs:label "Milliampere per Millimetre"@en ; + rdfs:label "Milliampere per Millimetro"@it ; + rdfs:label "Milliampere pro Millimeter"@de ; + rdfs:label "Milliamperio por Millimetro"@es ; + rdfs:label "Milliampère par Millimètre"@fr ; + rdfs:label "Milliampér na Millimetr"@cs . + +unit:MilliA-SEC + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI base unit ampere and the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliA ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAD919" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD919"^^xsd:anyURI ; + qudt:symbol "mA·s" ; + qudt:ucumCode "mA.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliamper Saniye"@tr ; + rdfs:label "Milliamper Secundă"@ro ; + rdfs:label "Milliamper Sekunda"@pl ; + rdfs:label "Milliamper Sekunda"@sl ; + rdfs:label "Milliampere Saat"@ms ; + rdfs:label "Milliampere Second" ; + rdfs:label "Milliampere Second"@en ; + rdfs:label "Milliampere Secondo"@it ; + rdfs:label "Milliampere Sekunde"@de ; + rdfs:label "Milliamperio Segundo"@es ; + rdfs:label "Milliampère Seconde"@fr ; + rdfs:label "Milliampér Sekunda"@cs . + +unit:MilliARCSEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000000484813681 ; + qudt:conversionMultiplierSN 4.84813681E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:ARCSEC ; + qudt:symbol "mas" ; + qudt:ucumCode "m''"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliarcsecond" ; + rdfs:label "Milliarcsecond"@en . + +unit:MilliBAR + a qudt:Unit ; + dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:HectoPA ; + qudt:exactMatch unit:MilliBAR_A ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA810" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA810"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:BAR ; + qudt:symbol "mbar" ; + qudt:ucumCode "mbar"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MBR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millibar" ; + rdfs:label "Millibar"@en . + +unit:MilliBAR-L-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliBAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA813" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA813"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second" ; + qudt:symbol "mbar·L/s" ; + qudt:ucumCode "mbar.L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F95" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar Liter per Second"@en-US ; + rdfs:label "Millibar Litre per Second" ; + rdfs:label "Millibar Litre per Second"@en . + +unit:MilliBAR-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliBAR ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA327" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA327"^^xsd:anyURI ; + qudt:plainTextDescription "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "mbar·m³/s" ; + qudt:ucumCode "mbar.m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F96" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar Cubic Meter per Second"@en-US ; + rdfs:label "Millibar Cubic Metre per Second" ; + rdfs:label "Millibar Cubic Metre per Second"@en . + +unit:MilliBAR-PER-BAR + a qudt:Unit ; + dcterms:description "0.01-fold of the unit bar divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliBAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA812" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA812"^^xsd:anyURI ; + qudt:plainTextDescription "0.01-fold of the unit bar divided by the unit bar" ; + qudt:symbol "mbar/bar" ; + qudt:ucumCode "mbar.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F04" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar per Bar" ; + rdfs:label "Millibar per Bar"@en . + +unit:MilliBAR-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit bar divided by the unit temperature kelvin"^^rdf:HTML ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliBAR ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricHeatCapacity ; + qudt:iec61360Code "0112/2///62720#UAA811" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA811"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit bar divided by the unit temperature kelvin" ; + qudt:symbol "mbar/K" ; + qudt:ucumCode "mbar.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F84" ; + rdfs:isDefinedBy ; + rdfs:label "Millibar per Kelvin" ; + rdfs:label "Millibar per Kelvin"@en . + +unit:MilliBAR_A + a qudt:Unit ; + dcterms:description "The same as a Millibar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction"^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:exactMatch unit:MilliBAR ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA810" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA810"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:BAR_A ; + qudt:symbol "mbar abs" ; + rdfs:isDefinedBy ; + rdfs:label "Milli Bar Absolute" ; + rdfs:label "Milli Bar Absolute"@en . + +unit:MilliBQ + a qudt:Unit ; + dcterms:description "0.001-fold of the unit becquerel" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAC503" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC503"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:BQ ; + qudt:symbol "mBq" ; + qudt:ucumCode "mBq"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerel" ; + rdfs:label "Millibecquerel"@cs ; + rdfs:label "Millibecquerel"@de ; + rdfs:label "Millibecquerel"@en ; + rdfs:label "Millibecquerel"@es ; + rdfs:label "Millibecquerel"@fr ; + rdfs:label "Millibecquerel"@hu ; + rdfs:label "Millibecquerel"@it ; + rdfs:label "Millibecquerel"@ms ; + rdfs:label "Millibecquerel"@ro ; + rdfs:label "Millibecquerel"@sl ; + rdfs:label "Millibekerel"@pl ; + rdfs:label "Millibekerel"@tr . + +unit:MilliBQ-PER-GM + a qudt:Unit ; + dcterms:description "One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliBQ ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:symbol "mBq/g" ; + qudt:ucumCode "mBq.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerel na Gram"@cs ; + rdfs:label "Millibecquerel na Gram"@sl ; + rdfs:label "Millibecquerel par Gramme"@fr ; + rdfs:label "Millibecquerel pe Gram"@ro ; + rdfs:label "Millibecquerel per Gram" ; + rdfs:label "Millibecquerel per Gram"@en ; + rdfs:label "Millibecquerel per Gram"@ms ; + rdfs:label "Millibecquerel per Grammo"@it ; + rdfs:label "Millibecquerel por Gramo"@es ; + rdfs:label "Millibecquerel pro Gramm"@de ; + rdfs:label "Millibekerel na Gram"@pl ; + rdfs:label "Millibekerel per Gram"@tr . + +unit:MilliBQ-PER-KiloGM + a qudt:Unit ; + dcterms:description "One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliBQ ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificActivity ; + qudt:symbol "mBq/kg" ; + qudt:ucumCode "mBq.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerel na Kilogram"@cs ; + rdfs:label "Millibecquerel na Kilogram"@sl ; + rdfs:label "Millibecquerel par Kilogramme"@fr ; + rdfs:label "Millibecquerel pe Kilogram"@ro ; + rdfs:label "Millibecquerel per Chilogrammo"@it ; + rdfs:label "Millibecquerel per Kilogram" ; + rdfs:label "Millibecquerel per Kilogram"@en ; + rdfs:label "Millibecquerel per Kilogram"@ms ; + rdfs:label "Millibecquerel por Kilogramo"@es ; + rdfs:label "Millibecquerel pro Kilogramm"@de ; + rdfs:label "Millibekerel na Kilogram"@pl ; + rdfs:label "Millibekerel per Kilogram"@tr . + +unit:MilliBQ-PER-L + a qudt:Unit ; + dcterms:description "One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliBQ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "mBq/L" ; + qudt:ucumCode "mBq.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerel per Liter"@en-US ; + rdfs:label "Millibecquerel per Litre" ; + rdfs:label "Millibecquerel per Litre"@en . + +unit:MilliBQ-PER-M2-DAY + a qudt:Unit ; + dcterms:description "One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliBQ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mBq/(m²·d)" ; + qudt:ucumCode "mBq.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millibecquerel per Square Meter Day"@en-US ; + rdfs:label "Millibecquerel per Square Metre Day" ; + rdfs:label "Millibecquerel per Square Metre Day"@en . + +unit:MilliC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A MilliCoulomb is $10^{-3} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA782" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA782"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:C ; + qudt:symbol "mC" ; + qudt:ucumCode "mC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D86" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millicoulomb" ; + rdfs:label "Millicoulomb"@cs ; + rdfs:label "Millicoulomb"@de ; + rdfs:label "Millicoulomb"@en ; + rdfs:label "Millicoulomb"@fr ; + rdfs:label "Millicoulomb"@hu ; + rdfs:label "Millicoulomb"@it ; + rdfs:label "Millicoulomb"@ms ; + rdfs:label "Millicoulomb"@ro ; + rdfs:label "Millicoulomb"@sl ; + rdfs:label "Millicoulomb"@tr ; + rdfs:label "Milliculombio"@es ; + rdfs:label "Millikulomb"@pl . + +unit:MilliC-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAA783" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA783"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram" ; + qudt:symbol "mC/kg" ; + qudt:ucumCode "mC.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C8" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millicoulomb na Kilogram"@cs ; + rdfs:label "Millicoulomb na Kilogram"@sl ; + rdfs:label "Millicoulomb par Kilogramme"@fr ; + rdfs:label "Millicoulomb pe Kilogram"@ro ; + rdfs:label "Millicoulomb per Chilogrammo"@it ; + rdfs:label "Millicoulomb per Kilogram" ; + rdfs:label "Millicoulomb per Kilogram"@en ; + rdfs:label "Millicoulomb per Kilogram"@ms ; + rdfs:label "Millicoulomb per Kilogram"@tr ; + rdfs:label "Millicoulomb pro Kilogramm"@de ; + rdfs:label "Milliculombio por Kilogramo"@es ; + rdfs:label "Millikulomb na Kilogram"@pl . + +unit:MilliC-PER-M2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerArea ; + qudt:iec61360Code "0112/2///62720#UAA784" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA784"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mC/m²" ; + qudt:ucumCode "mC.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D89" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millicoulomb na Kvadratni Meter"@sl ; + rdfs:label "Millicoulomb na Čtvereční Metr"@cs ; + rdfs:label "Millicoulomb par Mètre Carré"@fr ; + rdfs:label "Millicoulomb pe Metru Pătrat"@ro ; + rdfs:label "Millicoulomb per Meter Persegi"@ms ; + rdfs:label "Millicoulomb per Metrekare"@tr ; + rdfs:label "Millicoulomb per Metro Quadrato"@it ; + rdfs:label "Millicoulomb per Square Meter"@en-US ; + rdfs:label "Millicoulomb per Square Metre" ; + rdfs:label "Millicoulomb per Square Metre"@en ; + rdfs:label "Millicoulomb pro Quadratmeter"@de ; + rdfs:label "Milliculombio por Metro Cuadrado"@es ; + rdfs:label "Millikulomb na Metr Kwadratowy"@pl . + +unit:MilliC-PER-M3 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E1L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargeVolumeDensity ; + qudt:iec61360Code "0112/2///62720#UAA785" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA785"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mC/m³" ; + qudt:ucumCode "mC.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D88" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millicoulomb na Kubični Meter"@sl ; + rdfs:label "Millicoulomb na Metr Krychlový"@cs ; + rdfs:label "Millicoulomb par Mètre Cube"@fr ; + rdfs:label "Millicoulomb pe Metru Cub"@ro ; + rdfs:label "Millicoulomb per Cubic Meter"@en-US ; + rdfs:label "Millicoulomb per Cubic Metre" ; + rdfs:label "Millicoulomb per Cubic Metre"@en ; + rdfs:label "Millicoulomb per Meter Kubik"@ms ; + rdfs:label "Millicoulomb per Metreküp"@tr ; + rdfs:label "Millicoulomb per Metro Cubo"@it ; + rdfs:label "Millicoulomb pro Kubikmeter"@de ; + rdfs:label "Milliculombio por Metro Cúbico"@es ; + rdfs:label "Millikulomb na Metr Sześcienny"@pl . + +unit:MilliCD + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit candela" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousIntensity ; + qudt:iec61360Code "0112/2///62720#UAB369" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB369"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:CD ; + qudt:symbol "mcd" ; + qudt:ucumCode "mcd"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P34" ; + rdfs:isDefinedBy ; + rdfs:label "Millicandela" ; + rdfs:label "Millicandela"@de ; + rdfs:label "Millicandela"@en ; + rdfs:label "Millicandela"@es ; + rdfs:label "Millicandela"@fr ; + rdfs:label "Millicandela"@it ; + rdfs:label "Millicandela"@tr ; + rdfs:label "Millicandelă"@ro ; + rdfs:label "Millikandela"@cs ; + rdfs:label "Millikandela"@hu ; + rdfs:label "Millikandela"@ms ; + rdfs:label "Millikandela"@pl ; + rdfs:label "Millikandela"@sl . + +unit:MilliCI + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit curie"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000.0 ; + qudt:conversionMultiplierSN 3.7E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA786" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA786"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit curie" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:CI ; + qudt:symbol "mCi" ; + qudt:ucumCode "mCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MCU" ; + rdfs:isDefinedBy ; + rdfs:label "Millicurie" ; + rdfs:label "Millicurie"@en . + +unit:MilliCi + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit curie"^^rdf:HTML ; + dcterms:isReplacedBy unit:MilliCI ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 37000000.0 ; + qudt:conversionMultiplierSN 3.7E7 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAA786" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA786"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit curie" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:CI ; + qudt:symbol "mCi" ; + qudt:ucumCode "mCi"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MCU" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millicurie" ; + rdfs:label "Millicurie"@en . + +unit:MilliDARCY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. + It is not an SI unit, but it is widely used in petroleum engineering and geology. + The unit has also been used in biophysics and biomechanics, where the flow of fluids such as + blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. + A millidarcy has dimensional units of $length^2$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000000009869233 ; + qudt:conversionMultiplierSN 9.869233E-16 ; + qudt:expression "$d$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ; + qudt:plainTextDescription "The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length²." ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:DARCY ; + qudt:symbol "md" ; + rdfs:isDefinedBy ; + rdfs:label "Millidarcy" ; + rdfs:label "Millidarcy"@en . + +unit:MilliDEG_C + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:conversionOffset 273150.0 ; + qudt:conversionOffsetSN 2.7315E5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ; + qudt:guidance "

See NIST section SP811 section 4.2.1.1

"^^rdf:HTML ; + qudt:guidance "

See NIST section SP811 section 6.2.8

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ; + qudt:latexDefinition "millieDegree Celsius"^^qudt:LatexString ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:DEG_C ; + qudt:symbol "m°C" ; + qudt:ucumCode "mCel"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milli Darjah Celsius"@ms ; + rdfs:label "Milli Degree Celsius" ; + rdfs:label "Milli Degree Celsius"@en ; + rdfs:label "Milli Degré Celsius"@fr ; + rdfs:label "Milli Grad Celsius"@de ; + rdfs:label "Milli Grad Celsius"@ro ; + rdfs:label "Milli Grado Celsius"@es ; + rdfs:label "Milli Grado Celsius"@it ; + rdfs:label "Milli Stopień Celsjusza"@pl ; + rdfs:label "Milli Stopinja Celzija"@sl ; + rdfs:label "Milli Stupně Celsia"@cs ; + rdfs:label "Millicelsius-fok"@hu ; + rdfs:label "Millicelsius"@tr . + +unit:MilliEQ + a qudt:Unit ; + dcterms:description "One-thousandth of an equivalent."@en ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ReactiveCharge ; + qudt:plainTextDescription "One-thousandth of an equivalent."@en ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:EQ ; + qudt:symbol "mEq" ; + qudt:ucumCode "mEQ"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliequivalent" ; + rdfs:label "Milliequivalent"@en . + +unit:MilliEQ-PER-HectoGM + a qudt:Unit ; + dcterms:description "Milliequivalents of stoichiometric charge capacity per 100 grams of material."@en ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HectoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliEQ ; + ] ; + qudt:hasQuantityKind quantitykind:ReactiveChargePerMass ; + qudt:plainTextDescription "Milliequivalents of stoichiometric charge capacity per 100 grams of material."@en ; + qudt:symbol "mEq/hg" ; + qudt:ucumCode "mEQ.hg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliequivalent per Hectogram" ; + rdfs:label "Milliequivalent per Hectogram"@en . + +unit:MilliFARAD + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit farad"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA787" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA787"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit farad" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "mF" ; + qudt:ucumCode "mF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C10" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millifarad" ; + rdfs:label "Millifarad"@cs ; + rdfs:label "Millifarad"@de ; + rdfs:label "Millifarad"@en ; + rdfs:label "Millifarad"@fr ; + rdfs:label "Millifarad"@hu ; + rdfs:label "Millifarad"@it ; + rdfs:label "Millifarad"@ms ; + rdfs:label "Millifarad"@pl ; + rdfs:label "Millifarad"@ro ; + rdfs:label "Millifarad"@sl ; + rdfs:label "Millifarad"@tr ; + rdfs:label "Millifaradio"@es . + +unit:MilliG + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Milligravity\" is a unit for 'Linear Acceleration' expressed as $mG$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00980665 ; + qudt:conversionMultiplierSN 9.80665E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:G ; + qudt:symbol "mG" ; + qudt:ucumCode "m[g]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligravity" ; + rdfs:label "Milligravity"@en . + +unit:MilliGAL + a qudt:Unit ; + dcterms:description "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ; + dcterms:isReplacedBy unit:MilliGALILEO ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB043" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB043"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit of acceleration called gal according to the CGS system of units" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:GALILEO ; + qudt:symbol "mgal" ; + qudt:ucumCode "mGal"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C11" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligalileo" ; + rdfs:label "Milligalileo"@en . + +unit:MilliGAL-PER-MO + a qudt:Unit ; + dcterms:description "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."@en ; + dcterms:isReplacedBy unit:MilliGALILEO-PER-MO ; + qudt:conversionMultiplier 0.000000000003919350772901616281311709002114104 ; + qudt:conversionMultiplierSN 3.919350772901616281311709002114104E-12 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.4" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MO ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGALILEO ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mgal/mo" ; + qudt:ucumCode "mGal.mo-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligalileo per Month" ; + rdfs:label "Milligalileo per Month"@en . + +unit:MilliGALILEO + a qudt:Unit ; + dcterms:description "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB043" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB043"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit of acceleration called gal according to the CGS system of units" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:GALILEO ; + qudt:symbol "mGal" ; + qudt:ucumCode "mGal"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C11" ; + rdfs:isDefinedBy ; + rdfs:label "Milligalileo" ; + rdfs:label "Milligalileo"@en . + +unit:MilliGALILEO-PER-MO + a qudt:Unit ; + dcterms:description "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."@en ; + qudt:conversionMultiplier 0.000000000003919350772901616281311709002114104 ; + qudt:conversionMultiplierSN 3.919350772901616281311709002114104E-12 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGALILEO ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MO ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mGal/mo" ; + qudt:ucumCode "mGal.mo-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligalileo per Month" ; + rdfs:label "Milligalileo per Month"@en . + +unit:MilliGM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA815" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA815"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:GM ; + qudt:symbol "mg" ; + qudt:ucumCode "mg"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MGM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram" ; + rdfs:label "Milligram"@cs ; + rdfs:label "Milligram"@en ; + rdfs:label "Milligram"@ms ; + rdfs:label "Milligram"@pl ; + rdfs:label "Milligram"@ro ; + rdfs:label "Milligram"@sl ; + rdfs:label "Milligram"@tr ; + rdfs:label "Milligramm"@de ; + rdfs:label "Milligramm"@hu ; + rdfs:label "Milligramme"@fr ; + rdfs:label "Milligrammo"@it ; + rdfs:label "Milligramo"@es . + +unit:MilliGM-HR-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC837" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC837"^^xsd:anyURI ; + qudt:symbol "mg·h/(L·cm³)" ; + qudt:ucumCode "mg.h.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Hour per Liter Cubic Centimeter"@en-US ; + rdfs:label "Milligram Hour per Litre Cubic Centimetre" ; + rdfs:label "Milligram Hour per Litre Cubic Centimetre"@en . + +unit:MilliGM-HR-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3.6 ; + qudt:conversionMultiplierSN 3.6E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC836" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC836"^^xsd:anyURI ; + qudt:symbol "mg·h/(L·m³)" ; + qudt:ucumCode "mg.h.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Hour per Liter Cubic Meter"@en-US ; + rdfs:label "Milligram Hour per Litre Cubic Metre" ; + rdfs:label "Milligram Hour per Litre Cubic Metre"@en . + +unit:MilliGM-HR-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC838" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC838"^^xsd:anyURI ; + qudt:symbol "mg·h/L²" ; + qudt:ucumCode "mg.h.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Hour per Square Liter"@en-US ; + rdfs:label "Milligram Hour per Square Litre" ; + rdfs:label "Milligram Hour per Square Litre"@en . + +unit:MilliGM-HR-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC831" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC831"^^xsd:anyURI ; + qudt:symbol "mg·h/(m³·cm³)" ; + qudt:ucumCode "mg.h.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Hour per Cubic Meter Cubic Centimeter"@en-US ; + rdfs:label "Milligram Hour per Cubic Metre Cubic Centimetre" ; + rdfs:label "Milligram Hour per Cubic Metre Cubic Centimetre"@en . + +unit:MilliGM-HR-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour" ; + qudt:conversionMultiplier 3.6 ; + qudt:conversionMultiplierSN 3.6E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC832" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC832"^^xsd:anyURI ; + qudt:symbol "mg·h/(m³·L)" ; + qudt:ucumCode "mg.h.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Hour per Cubic Meter Liter"@en-US ; + rdfs:label "Milligram Hour per Cubic Metre Litre" ; + rdfs:label "Milligram Hour per Cubic Metre Litre"@en . + +unit:MilliGM-HR-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour" ; + qudt:conversionMultiplier 0.0036 ; + qudt:conversionMultiplierSN 3.6E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC830" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC830"^^xsd:anyURI ; + qudt:symbol "mg·h/m⁶" ; + qudt:ucumCode "mg.h.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Hour per Sextic Meter"@en-US ; + rdfs:label "Milligram Hour per Sextic Metre" ; + rdfs:label "Milligram Hour per Sextic Metre"@en . + +unit:MilliGM-MIN-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60000.0 ; + qudt:conversionMultiplierSN 6.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC840" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC840"^^xsd:anyURI ; + qudt:symbol "mg·min/(L·cm³)" ; + qudt:ucumCode "mg.min.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Minute per Liter Cubic Centimeter"@en-US ; + rdfs:label "Milligram Minute per Litre Cubic Centimetre" ; + rdfs:label "Milligram Minute per Litre Cubic Centimetre"@en . + +unit:MilliGM-MIN-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 0.06 ; + qudt:conversionMultiplierSN 6.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC839" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC839"^^xsd:anyURI ; + qudt:symbol "mg·min/(L·m³)" ; + qudt:ucumCode "mg.min.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Minute per Liter Cubic Meter"@en-US ; + rdfs:label "Milligram Minute per Litre Cubic Metre" ; + rdfs:label "Milligram Minute per Litre Cubic Metre"@en . + +unit:MilliGM-MIN-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC841" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC841"^^xsd:anyURI ; + qudt:symbol "mg·min/L²" ; + qudt:ucumCode "mg.min.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Minute per Square Liter"@en-US ; + rdfs:label "Milligram Minute per Square Litre" ; + rdfs:label "Milligram Minute per Square Litre"@en . + +unit:MilliGM-MIN-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 60.0 ; + qudt:conversionMultiplierSN 6.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC834" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC834"^^xsd:anyURI ; + qudt:symbol "mg·min/(m³·cm³)" ; + qudt:ucumCode "mg.min.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Minute per Cubic Meter Cubic Centimeter"@en-US ; + rdfs:label "Milligram Minute per Cubic Metre Cubic Centimetre" ; + rdfs:label "Milligram Minute per Cubic Metre Cubic Centimetre"@en . + +unit:MilliGM-MIN-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute" ; + qudt:conversionMultiplier 0.06 ; + qudt:conversionMultiplierSN 6.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD870" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD870"^^xsd:anyURI ; + qudt:symbol "mg·min/(m³·L)" ; + qudt:ucumCode "mg.min.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Minute per Cubic Meter Liter"@en-US ; + rdfs:label "Milligram Minute per Cubic Metre Litre" ; + rdfs:label "Milligram Minute per Cubic Metre Litre"@en . + +unit:MilliGM-MIN-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute" ; + qudt:conversionMultiplier 0.00006 ; + qudt:conversionMultiplierSN 6.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC833" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC833"^^xsd:anyURI ; + qudt:symbol "mg·min/m⁶" ; + qudt:ucumCode "mg.min.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Minute per Sextic Meter"@en-US ; + rdfs:label "Milligram Minute per Sextic Metre" ; + rdfs:label "Milligram Minute per Sextic Metre"@en . + +unit:MilliGM-PER-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA817" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA817"^^xsd:anyURI ; + qudt:symbol "mg/bar" ; + qudt:ucumCode "mg.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F75" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Bar" ; + rdfs:label "Milligram per Bar"@en . + +unit:MilliGM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAA818" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA818"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mg/cm²" ; + qudt:ucumCode "mg.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H63" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Centimetr Kwadratowy"@pl ; + rdfs:label "Milligram na Kvadratni Centimeter"@sl ; + rdfs:label "Milligram na Čtvereční Centimetr"@cs ; + rdfs:label "Milligram pe Centimetru Pătrat"@ro ; + rdfs:label "Milligram per Centimeter Persegi"@ms ; + rdfs:label "Milligram per Centimetrekare"@tr ; + rdfs:label "Milligram per Square Centimeter"@en-US ; + rdfs:label "Milligram per Square Centimetre" ; + rdfs:label "Milligram per Square Centimetre"@en ; + rdfs:label "Milligramm pro Quadratcentimeter"@de ; + rdfs:label "Milligramme par Centimètre Carré"@fr ; + rdfs:label "Milligrammo per Centimetro Quadrato"@it ; + rdfs:label "Milligramo por Centimetro Cuadrado"@es . + +unit:MilliGM-PER-DAY + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA819" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA819"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit day" ; + qudt:symbol "mg/d" ; + qudt:ucumCode "mg.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F32" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Day" ; + rdfs:label "Milligram per Day"@en . + +unit:MilliGM-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-16 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA821" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA821"^^xsd:anyURI ; + qudt:symbol "mg/(d·bar)" ; + qudt:ucumCode "mg.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F70" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Day Bar" ; + rdfs:label "Milligram per Day Bar"@en . + +unit:MilliGM-PER-DAY-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA820" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA820"^^xsd:anyURI ; + qudt:symbol "mg/(d·K)" ; + qudt:ucumCode "mg.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F43" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Day Kelvin" ; + rdfs:label "Milligram per Day Kelvin"@en . + +unit:MilliGM-PER-DeciL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A derived unit for amount-of-substance concentration measured in mg/dL."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:expression "$mg/dL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DeciL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassBasedBloodGlucoseLevel ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "mg/dL" ; + qudt:ucumCode "mg.dL-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Deciliter"@en-US ; + rdfs:label "Milligram per Decilitre" ; + rdfs:label "Milligram per Decilitre"@en . + +unit:MilliGM-PER-DeciM2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:DeciM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mg/dm²" ; + qudt:ucumCode "mg.dm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Decimetr Kwadratowy"@pl ; + rdfs:label "Milligram na Kvadratni Decimeter"@sl ; + rdfs:label "Milligram na Čtvereční Decimetr"@cs ; + rdfs:label "Milligram pe Decimetru Pătrat"@ro ; + rdfs:label "Milligram per Decimeter Persegi"@ms ; + rdfs:label "Milligram per Decimetrekare"@tr ; + rdfs:label "Milligram per Square Decimeter"@en-US ; + rdfs:label "Milligram per Square Decimetre" ; + rdfs:label "Milligram per Square Decimetre"@en ; + rdfs:label "Milligramm pro Quadratdecimeter"@de ; + rdfs:label "Milligramme par Decimètre Carré"@fr ; + rdfs:label "Milligrammo per Decimetro Quadrato"@it ; + rdfs:label "Milligramo por Decimetro Cuadrado"@es . + +unit:MilliGM-PER-GM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA822" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA822"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "mg/g" ; + qudt:ucumCode "mg.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H64" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Gram"@cs ; + rdfs:label "Milligram na Gram"@pl ; + rdfs:label "Milligram na Gram"@sl ; + rdfs:label "Milligram pe Gram"@ro ; + rdfs:label "Milligram per Gram" ; + rdfs:label "Milligram per Gram"@en ; + rdfs:label "Milligram per Gram"@ms ; + rdfs:label "Milligram per Gram"@tr ; + rdfs:label "Milligramm pro Gramm"@de ; + rdfs:label "Milligramme par Gramme"@fr ; + rdfs:label "Milligrammo per Grammo"@it ; + rdfs:label "Milligramo por Gramo"@es . + +unit:MilliGM-PER-GM-HR + a qudt:Unit ; + dcterms:description "mass-specific rate, e.g., uptake or emission"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:MassSpecificBiogeochemicalRate ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram, divided by 3600-fold of the SI base unit second" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T1D0 ; + qudt:symbol "mg/(g·h)" ; + qudt:ucumCode "mg.g-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Gram Hour" ; + rdfs:label "Milligram per Gram Hour"@en . + +unit:MilliGM-PER-HA + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000001 ; + qudt:conversionMultiplierSN 1.0E-10 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mg/ha" ; + qudt:ucumCode "mg.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Hectare" ; + rdfs:label "Milligram per Hectare"@en . + +unit:MilliGM-PER-HR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA823" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA823"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit hour" ; + qudt:symbol "mg/h" ; + qudt:ucumCode "mg.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4M" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Hour" ; + rdfs:label "Milligram per Hour"@en . + +unit:MilliGM-PER-HR-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-15 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA825" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA825"^^xsd:anyURI ; + qudt:symbol "mg/(h·bar)" ; + qudt:ucumCode "mg.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F71" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Hour Bar" ; + rdfs:label "Milligram per Hour Bar"@en . + +unit:MilliGM-PER-HR-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA824" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA824"^^xsd:anyURI ; + qudt:symbol "mg/(h·K)" ; + qudt:ucumCode "mg.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F44" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Hour Kelvin" ; + rdfs:label "Milligram per Hour Kelvin"@en . + +unit:MilliGM-PER-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA816" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA816"^^xsd:anyURI ; + qudt:symbol "mg/K" ; + qudt:ucumCode "mg.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F16" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kelvin"@cs ; + rdfs:label "Milligram na Kelvin"@sl ; + rdfs:label "Milligram na Kelwin"@pl ; + rdfs:label "Milligram pe Kelvin"@ro ; + rdfs:label "Milligram per Kelvin" ; + rdfs:label "Milligram per Kelvin"@en ; + rdfs:label "Milligram per Kelvin"@ms ; + rdfs:label "Milligram per Kelvin"@tr ; + rdfs:label "Milligramm pro Kelvin"@de ; + rdfs:label "Milligramme par Kelvin"@fr ; + rdfs:label "Milligrammo per Kelvin"@it ; + rdfs:label "Milligramo por Kelvin"@es . + +unit:MilliGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA826" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA826"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "mg/kg" ; + qudt:ucumCode "mg.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kilogram"@cs ; + rdfs:label "Milligram na Kilogram"@pl ; + rdfs:label "Milligram na Kilogram"@sl ; + rdfs:label "Milligram pe Kilogram"@ro ; + rdfs:label "Milligram per Kilogram" ; + rdfs:label "Milligram per Kilogram"@en ; + rdfs:label "Milligram per Kilogram"@ms ; + rdfs:label "Milligram per Kilogram"@tr ; + rdfs:label "Milligramm pro Kilogramm"@de ; + rdfs:label "Milligramme par Kilogramme"@fr ; + rdfs:label "Milligrammo per Chilogrammo"@it ; + rdfs:label "Milligramo por Kilogramo"@es . + +unit:MilliGM-PER-KiloGM-DAY + a qudt:Unit ; + dcterms:description "mass ratio as 0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram per day "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassSpecificBiogeochemicalRate ; + qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T1D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "mg/(kg·d)" ; + qudt:ucumCode "mg.kg-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Kilogram Day" ; + rdfs:label "Milligram per Kilogram Day"@en . + +unit:MilliGM-PER-L + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA827" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA827"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit litre" ; + qudt:symbol "mg/L" ; + qudt:ucumCode "mg.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M1" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Liter"@en-US ; + rdfs:label "Milligram per Liter"@nl ; + rdfs:label "Milligram per Litre" ; + rdfs:label "Milligram per Litre"@en . + +unit:MilliGM-PER-L-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiPOISE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD841" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD841"^^xsd:anyURI ; + qudt:symbol "mg/(L·cP)" ; + qudt:ucumCode "mg.L-1.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Liter Centipoise"@en-US ; + rdfs:label "Milligram per Litre Centipoise" ; + rdfs:label "Milligram per Litre Centipoise"@en . + +unit:MilliGM-PER-L-MilliPA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD869" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD869"^^xsd:anyURI ; + qudt:symbol "mg/(L·mPa·s)" ; + qudt:ucumCode "mg.L-1.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Liter Millipascal Second"@en-US ; + rdfs:label "Milligram per Litre Millipascal Second" ; + rdfs:label "Milligram per Litre Millipascal Second"@en . + +unit:MilliGM-PER-L-PA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD839" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD839"^^xsd:anyURI ; + qudt:symbol "mg/(L·Pa·s)" ; + qudt:ucumCode "mg.L-1.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Liter Pascal Second"@en-US ; + rdfs:label "Milligram per Litre Pascal Second" ; + rdfs:label "Milligram per Litre Pascal Second"@en . + +unit:MilliGM-PER-L-POISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:POISE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD840" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD840"^^xsd:anyURI ; + qudt:symbol "mg/(L·P)" ; + qudt:ucumCode "mg.L-1.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Liter Poise"@en-US ; + rdfs:label "Milligram per Litre Poise" ; + rdfs:label "Milligram per Litre Poise"@en . + +unit:MilliGM-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAA828" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA828"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre" ; + qudt:symbol "mg/m" ; + qudt:ucumCode "mg.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C12" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Meter"@sl ; + rdfs:label "Milligram na Metr"@cs ; + rdfs:label "Milligram na Metr"@pl ; + rdfs:label "Milligram pe Metru"@ro ; + rdfs:label "Milligram per Meter"@en-US ; + rdfs:label "Milligram per Meter"@ms ; + rdfs:label "Milligram per Metre" ; + rdfs:label "Milligram per Metre"@en ; + rdfs:label "Milligram per Metre"@tr ; + rdfs:label "Milligramm pro Meter"@de ; + rdfs:label "Milligramme par Mètre"@fr ; + rdfs:label "Milligrammo per Metro"@it ; + rdfs:label "Milligramo por Metro"@es . + +unit:MilliGM-PER-M2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAA829" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA829"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mg/m²" ; + qudt:ucumCode "mg.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GO" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kvadratni Meter"@sl ; + rdfs:label "Milligram na Metr Kwadratowy"@pl ; + rdfs:label "Milligram na Čtvereční Metr"@cs ; + rdfs:label "Milligram pe Metru Pătrat"@ro ; + rdfs:label "Milligram per Meter Persegi"@ms ; + rdfs:label "Milligram per Metrekare"@tr ; + rdfs:label "Milligram per Square Meter"@en-US ; + rdfs:label "Milligram per Square Metre" ; + rdfs:label "Milligram per Square Metre"@en ; + rdfs:label "Milligramm pro Quadratmeter"@de ; + rdfs:label "Milligramme par Mètre Carré"@fr ; + rdfs:label "Milligrammo per Metro Quadrato"@it ; + rdfs:label "Milligramo por Metro Cuadrado"@es . + +unit:MilliGM-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "mg/(m²·d)" ; + qudt:ucumCode "mg.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Square Meter Day"@en-US ; + rdfs:label "Milligram per Square Metre Day" ; + rdfs:label "Milligram per Square Metre Day"@en . + +unit:MilliGM-PER-M2-HR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "mg/(m²·h)" ; + qudt:ucumCode "mg.m-2.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Square Meter Hour"@en-US ; + rdfs:label "Milligram per Square Metre Hour" ; + rdfs:label "Milligram per Square Metre Hour"@en . + +unit:MilliGM-PER-M2-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "mg/(m²·s)" ; + qudt:ucumCode "mg.m-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kvadratni Meter Sekunda"@sl ; + rdfs:label "Milligram na Metr Kwadratowy Sekunda"@pl ; + rdfs:label "Milligram na Čtvereční Metr Sekunda"@cs ; + rdfs:label "Milligram pe Metru Pătrat Secundă"@ro ; + rdfs:label "Milligram per Meter Persegi Saat"@ms ; + rdfs:label "Milligram per Metrekare Saniye"@tr ; + rdfs:label "Milligram per Square Meter Second"@en-US ; + rdfs:label "Milligram per Square Metre Second" ; + rdfs:label "Milligram per Square Metre Second"@en ; + rdfs:label "Milligramm pro Quadratmeter Sekunde"@de ; + rdfs:label "Milligramme par Mètre Carré Seconde"@fr ; + rdfs:label "Milligrammo per Metro Quadrato Secondo"@it ; + rdfs:label "Milligramo por Metro Cuadrado Segundo"@es . + +unit:MilliGM-PER-M3 + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA830" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA830"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mg/m³" ; + qudt:ucumCode "mg.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "GP" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kubični Meter"@sl ; + rdfs:label "Milligram na Metr Krychlový"@cs ; + rdfs:label "Milligram na Metr Sześcienny"@pl ; + rdfs:label "Milligram pe Metru Cub"@ro ; + rdfs:label "Milligram per Cubic Meter"@en-US ; + rdfs:label "Milligram per Cubic Metre" ; + rdfs:label "Milligram per Cubic Metre"@en ; + rdfs:label "Milligram per Kubieke Meter"@nl ; + rdfs:label "Milligram per Meter Kubik"@ms ; + rdfs:label "Milligram per Metreküp"@tr ; + rdfs:label "Milligramm pro Kubikmeter"@de ; + rdfs:label "Milligramme par Mètre Cube"@fr ; + rdfs:label "Milligrammo per Metro Cubo"@it ; + rdfs:label "Milligramo por Metro Cúbico"@es . + +unit:MilliGM-PER-M3-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA832" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA832"^^xsd:anyURI ; + qudt:symbol "mg/(m³·bar)" ; + qudt:ucumCode "mg.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L18" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Cubic Meter Bar"@en-US ; + rdfs:label "Milligram per Cubic Metre Bar" ; + rdfs:label "Milligram per Cubic Metre Bar"@en . + +unit:MilliGM-PER-M3-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiPOISE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD838" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD838"^^xsd:anyURI ; + qudt:symbol "mg/(m³·cP)" ; + qudt:ucumCode "mg.m-3.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Cubic Meter Centipoise"@en-US ; + rdfs:label "Milligram per Cubic Metre Centipoise" ; + rdfs:label "Milligram per Cubic Metre Centipoise"@en . + +unit:MilliGM-PER-M3-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mg/(m³·d)" ; + qudt:ucumCode "mg.m-3.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Cubic Meter Day"@en-US ; + rdfs:label "Milligram per Cubic Metre Day" ; + rdfs:label "Milligram per Cubic Metre Day"@en . + +unit:MilliGM-PER-M3-HR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mg/(m³·h)" ; + qudt:ucumCode "mg.m-3.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Cubic Meter Hour"@en-US ; + rdfs:label "Milligram per Cubic Metre Hour" ; + rdfs:label "Milligram per Cubic Metre Hour"@en . + +unit:MilliGM-PER-M3-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA831" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA831"^^xsd:anyURI ; + qudt:symbol "mg/(m³·K)" ; + qudt:ucumCode "mg.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L17" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kubični Meter Kelvin"@sl ; + rdfs:label "Milligram na Metr Krychlový Kelvin"@cs ; + rdfs:label "Milligram na Metr Sześcienny Kelwin"@pl ; + rdfs:label "Milligram pe Metru Cub Kelvin"@ro ; + rdfs:label "Milligram per Cubic Meter Kelvin"@en-US ; + rdfs:label "Milligram per Cubic Metre Kelvin" ; + rdfs:label "Milligram per Cubic Metre Kelvin"@en ; + rdfs:label "Milligram per Meter Kubik Kelvin"@ms ; + rdfs:label "Milligram per Metreküp Kelvin"@tr ; + rdfs:label "Milligramm pro Kubikmeter Kelvin"@de ; + rdfs:label "Milligramme par Mètre Cube Kelvin"@fr ; + rdfs:label "Milligrammo per Metro Cubo Kelvin"@it ; + rdfs:label "Milligramo por Metro Cúbico Kelvin"@es . + +unit:MilliGM-PER-M3-MilliPA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD835" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD835"^^xsd:anyURI ; + qudt:symbol "mg/(m³·mPa·s)" ; + qudt:ucumCode "mg.m-3.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kubični Meter Millipascal Sekunda"@sl ; + rdfs:label "Milligram na Metr Krychlový Millipascal Sekunda"@cs ; + rdfs:label "Milligram na Metr Sześcienny Millipaskal Sekunda"@pl ; + rdfs:label "Milligram pe Metru Cub Millipascal Secundă"@ro ; + rdfs:label "Milligram per Cubic Meter Millipascal Second"@en-US ; + rdfs:label "Milligram per Cubic Metre Millipascal Second" ; + rdfs:label "Milligram per Cubic Metre Millipascal Second"@en ; + rdfs:label "Milligram per Meter Kubik Millipascal Saat"@ms ; + rdfs:label "Milligram per Metreküp Millipascal Saniye"@tr ; + rdfs:label "Milligramm pro Kubikmeter Millipascal Sekunde"@de ; + rdfs:label "Milligramme par Mètre Cube Millipascal Seconde"@fr ; + rdfs:label "Milligrammo per Metro Cubo Millipascal Secondo"@it ; + rdfs:label "Milligramo por Metro Cúbico Millipascal Segundo"@es . + +unit:MilliGM-PER-M3-PA-SEC + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD836" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD836"^^xsd:anyURI ; + qudt:symbol "mg/(m³·Pa·s)" ; + qudt:ucumCode "mg.m-3.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kubični Meter Pascal Sekunda"@sl ; + rdfs:label "Milligram na Metr Krychlový Pascal Sekunda"@cs ; + rdfs:label "Milligram na Metr Sześcienny Paskal Sekunda"@pl ; + rdfs:label "Milligram pe Metru Cub Pascal Secundă"@ro ; + rdfs:label "Milligram per Cubic Meter Pascal Second"@en-US ; + rdfs:label "Milligram per Cubic Metre Pascal Second" ; + rdfs:label "Milligram per Cubic Metre Pascal Second"@en ; + rdfs:label "Milligram per Meter Kubik Pascal Saat"@ms ; + rdfs:label "Milligram per Metreküp Pascal Saniye"@tr ; + rdfs:label "Milligramm pro Kubikmeter Pascal Sekunde"@de ; + rdfs:label "Milligramme par Mètre Cube Pascal Seconde"@fr ; + rdfs:label "Milligrammo per Metro Cubo Pascal Secondo"@it ; + rdfs:label "Milligramo por Metro Cúbico Pascal Segundo"@es . + +unit:MilliGM-PER-M3-POISE + a qudt:Unit ; + dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:POISE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD837" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD837"^^xsd:anyURI ; + qudt:symbol "mg/(m³·P)" ; + qudt:ucumCode "mg.m-3.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Cubic Meter Poise"@en-US ; + rdfs:label "Milligram per Cubic Metre Poise" ; + rdfs:label "Milligram per Cubic Metre Poise"@en . + +unit:MilliGM-PER-M3-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mg/(m³·s)" ; + qudt:ucumCode "mg.m-3.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Kubični Meter Sekunda"@sl ; + rdfs:label "Milligram na Metr Krychlový Sekunda"@cs ; + rdfs:label "Milligram na Metr Sześcienny Sekunda"@pl ; + rdfs:label "Milligram pe Metru Cub Secundă"@ro ; + rdfs:label "Milligram per Cubic Meter Second"@en-US ; + rdfs:label "Milligram per Cubic Metre Second" ; + rdfs:label "Milligram per Cubic Metre Second"@en ; + rdfs:label "Milligram per Meter Kubik Saat"@ms ; + rdfs:label "Milligram per Metreküp Saniye"@tr ; + rdfs:label "Milligramm pro Kubikmeter Sekunde"@de ; + rdfs:label "Milligramme par Mètre Cube Seconde"@fr ; + rdfs:label "Milligrammo per Metro Cubo Secondo"@it ; + rdfs:label "Milligramo por Metro Cúbico Segundo"@es . + +unit:MilliGM-PER-MIN + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA833" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA833"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit minute" ; + qudt:symbol "mg/min" ; + qudt:ucumCode "mg.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F33" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Minute" ; + rdfs:label "Milligram per Minute"@en . + +unit:MilliGM-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-13 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA835" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA835"^^xsd:anyURI ; + qudt:symbol "mg/(min·bar)" ; + qudt:ucumCode "mg.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F72" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Minute Bar" ; + rdfs:label "Milligram per Minute Bar"@en . + +unit:MilliGM-PER-MIN-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA834" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA834"^^xsd:anyURI ; + qudt:symbol "mg/(min·K)" ; + qudt:ucumCode "mg.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F45" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Minute Kelvin" ; + rdfs:label "Milligram per Minute Kelvin"@en . + +unit:MilliGM-PER-MilliL + a qudt:Unit ; + dcterms:description "A scaled unit of mass concentration."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit millilitre" ; + qudt:symbol "mg/mL" ; + qudt:ucumCode "mg.mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Milliliter"@en-US ; + rdfs:label "Milligram per Millilitre" ; + rdfs:label "Milligram per Millilitre"@en . + +unit:MilliGM-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA836" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA836"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit second" ; + qudt:symbol "mg/s" ; + qudt:ucumCode "mg.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F34" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Sekunda"@cs ; + rdfs:label "Milligram na Sekunda"@pl ; + rdfs:label "Milligram na Sekunda"@sl ; + rdfs:label "Milligram pe Secundă"@ro ; + rdfs:label "Milligram per Saat"@ms ; + rdfs:label "Milligram per Saniye"@tr ; + rdfs:label "Milligram per Second" ; + rdfs:label "Milligram per Second"@en ; + rdfs:label "Milligramm pro Sekunde"@de ; + rdfs:label "Milligramme par Seconde"@fr ; + rdfs:label "Milligrammo per Secondo"@it ; + rdfs:label "Milligramo por Segundo"@es . + +unit:MilliGM-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA838" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA838"^^xsd:anyURI ; + qudt:symbol "mg/(s·bar)" ; + qudt:ucumCode "mg.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F73" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram per Second Bar" ; + rdfs:label "Milligram per Second Bar"@en . + +unit:MilliGM-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA837" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA837"^^xsd:anyURI ; + qudt:symbol "mg/(s·K)" ; + qudt:ucumCode "mg.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F46" ; + rdfs:isDefinedBy ; + rdfs:label "Milligram na Sekunda Kelvin"@cs ; + rdfs:label "Milligram na Sekunda Kelvin"@sl ; + rdfs:label "Milligram na Sekunda Kelwin"@pl ; + rdfs:label "Milligram pe Secundă Kelvin"@ro ; + rdfs:label "Milligram per Saat Kelvin"@ms ; + rdfs:label "Milligram per Saniye Kelvin"@tr ; + rdfs:label "Milligram per Second Kelvin" ; + rdfs:label "Milligram per Second Kelvin"@en ; + rdfs:label "Milligramm pro Sekunde Kelvin"@de ; + rdfs:label "Milligramme par Seconde Kelvin"@fr ; + rdfs:label "Milligrammo per Secondo Kelvin"@it ; + rdfs:label "Milligramo por Segundo Kelvin"@es . + +unit:MilliGM-SEC-PER-L-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC843" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC843"^^xsd:anyURI ; + qudt:symbol "mg·s/(L·cm³)" ; + qudt:ucumCode "mg.s.L-1.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Second per Liter Cubic Centimeter"@en-US ; + rdfs:label "Milligram Second per Litre Cubic Centimetre" ; + rdfs:label "Milligram Second per Litre Cubic Centimetre"@en . + +unit:MilliGM-SEC-PER-L-M3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC842" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC842"^^xsd:anyURI ; + qudt:symbol "mg·s/(L·m³)" ; + qudt:ucumCode "mg.s.L-1.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Second per Liter Cubic Meter"@en-US ; + rdfs:label "Milligram Second per Litre Cubic Metre" ; + rdfs:label "Milligram Second per Litre Cubic Metre"@en . + +unit:MilliGM-SEC-PER-L2 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC844" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC844"^^xsd:anyURI ; + qudt:symbol "mg·s/L²" ; + qudt:ucumCode "mg.s.L-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Second per Square Liter"@en-US ; + rdfs:label "Milligram Second per Square Litre" ; + rdfs:label "Milligram Second per Square Litre"@en . + +unit:MilliGM-SEC-PER-M3-CentiM3 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD865" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD865"^^xsd:anyURI ; + qudt:symbol "mg·s/(m³·cm³)" ; + qudt:ucumCode "mg.s.m-3.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Saat per Meter Kubik Centimeter Kubik"@ms ; + rdfs:label "Milligram Saniye per Metreküp Centimetreküp"@tr ; + rdfs:label "Milligram Second per Cubic Meter Cubic Centimeter"@en-US ; + rdfs:label "Milligram Second per Cubic Metre Cubic Centimetre" ; + rdfs:label "Milligram Second per Cubic Metre Cubic Centimetre"@en ; + rdfs:label "Milligram Secundă pe Metru Cub Centimetru Cub"@ro ; + rdfs:label "Milligram Sekunda na Kubični Meter Kubični Centimeter"@sl ; + rdfs:label "Milligram Sekunda na Metr Krychlový Centimetr Krychlový"@cs ; + rdfs:label "Milligram Sekunda na Metr Sześcienny Centimetr Sześcienny"@pl ; + rdfs:label "Milligramm Sekunde pro Kubikmeter Kubikcentimeter"@de ; + rdfs:label "Milligramme Seconde par Mètre Cube Centimètre Cube"@fr ; + rdfs:label "Milligrammo Secondo per Metro Cubo Centimetro Cubo"@it ; + rdfs:label "Milligramo Segundo por Metro Cúbico Centimetro Cúbico"@es . + +unit:MilliGM-SEC-PER-M3-L + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC835" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC835"^^xsd:anyURI ; + qudt:symbol "mg·s/(m³·L)" ; + qudt:ucumCode "mg.s.m-3.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Second per Cubic Meter Liter"@en-US ; + rdfs:label "Milligram Second per Cubic Metre Litre" ; + rdfs:label "Milligram Second per Cubic Metre Litre"@en . + +unit:MilliGM-SEC-PER-M6 + a qudt:Unit ; + dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD864" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD864"^^xsd:anyURI ; + qudt:symbol "mg·s/m⁶" ; + qudt:ucumCode "mg.s.m-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milligram Second per Sextic Meter"@en-US ; + rdfs:label "Milligram Second per Sextic Metre" ; + rdfs:label "Milligram Second per Sextic Metre"@en ; + rdfs:label "Milligramm Sekunde pro Meter hoch sechs"@de . + +unit:MilliGRAY + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit gray"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:iec61360Code "0112/2///62720#UAA788" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA788"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit gray" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:GRAY ; + qudt:symbol "mGy" ; + qudt:ucumCode "mGy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C13" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligray" ; + rdfs:label "Milligray"@cs ; + rdfs:label "Milligray"@de ; + rdfs:label "Milligray"@en ; + rdfs:label "Milligray"@es ; + rdfs:label "Milligray"@fr ; + rdfs:label "Milligray"@hu ; + rdfs:label "Milligray"@it ; + rdfs:label "Milligray"@ms ; + rdfs:label "Milligray"@ro ; + rdfs:label "Milligray"@sl ; + rdfs:label "Milligray"@tr ; + rdfs:label "Milligrej"@pl . + +unit:MilliGRAY-PER-HR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the unit hour" ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGRAY ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB477" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB477"^^xsd:anyURI ; + qudt:symbol "mGy/h" ; + qudt:ucumCode "mGy.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P62" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligray per Hour" ; + rdfs:label "Milligray per Hour"@en . + +unit:MilliGRAY-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the unit minute" ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGRAY ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB473" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB473"^^xsd:anyURI ; + qudt:symbol "mGy/min" ; + qudt:ucumCode "mGy.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P58" ; + rdfs:isDefinedBy ; + rdfs:label "Milligray per Minute" ; + rdfs:label "Milligray per Minute"@en . + +unit:MilliGRAY-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit gray divided by the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliGRAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB298" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB298"^^xsd:anyURI ; + qudt:symbol "mGy/s" ; + qudt:ucumCode "mGy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P54" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milligray na Sekunda"@cs ; + rdfs:label "Milligray na Sekunda"@sl ; + rdfs:label "Milligray par Seconde"@fr ; + rdfs:label "Milligray pe Secundă"@ro ; + rdfs:label "Milligray per Saat"@ms ; + rdfs:label "Milligray per Saniye"@tr ; + rdfs:label "Milligray per Second" ; + rdfs:label "Milligray per Second"@en ; + rdfs:label "Milligray per Secondo"@it ; + rdfs:label "Milligray por Segundo"@es ; + rdfs:label "Milligray pro Sekunde"@de ; + rdfs:label "Milligrej na Sekunda"@pl . + +unit:MilliH + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of inductance equal to one thousandth of a henry. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAA789" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA789"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:H ; + qudt:symbol "mH" ; + qudt:ucumCode "mH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C14" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millihenr"@pl ; + rdfs:label "Millihenrio"@es ; + rdfs:label "Millihenry" ; + rdfs:label "Millihenry"@cs ; + rdfs:label "Millihenry"@de ; + rdfs:label "Millihenry"@en ; + rdfs:label "Millihenry"@fr ; + rdfs:label "Millihenry"@hu ; + rdfs:label "Millihenry"@it ; + rdfs:label "Millihenry"@ms ; + rdfs:label "Millihenry"@ro ; + rdfs:label "Millihenry"@sl ; + rdfs:label "Millihenry"@tr . + +unit:MilliH-PER-KiloOHM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliH ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloOHM ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA791" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA791"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm" ; + qudt:symbol "mH/kΩ" ; + qudt:ucumCode "mH.kOhm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H05" ; + rdfs:isDefinedBy ; + rdfs:label "Millihenr na Kiloom"@pl ; + rdfs:label "Millihenrio por Kiloohmio"@es ; + rdfs:label "Millihenry na Kiloohm"@cs ; + rdfs:label "Millihenry na Kiloohm"@sl ; + rdfs:label "Millihenry par Kiloohm"@fr ; + rdfs:label "Millihenry pe Kiloohm"@ro ; + rdfs:label "Millihenry per Chiloohm"@it ; + rdfs:label "Millihenry per Kiloohm" ; + rdfs:label "Millihenry per Kiloohm"@en ; + rdfs:label "Millihenry per Kiloohm"@ms ; + rdfs:label "Millihenry per Kiloohm"@tr ; + rdfs:label "Millihenry pro Kiloohm"@de . + +unit:MilliH-PER-OHM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliH ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA790" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA790"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm" ; + qudt:symbol "mH/Ω" ; + qudt:ucumCode "mH.Ohm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H06" ; + rdfs:isDefinedBy ; + rdfs:label "Millihenr na Om"@pl ; + rdfs:label "Millihenrio por Ohmio"@es ; + rdfs:label "Millihenry na Ohm"@cs ; + rdfs:label "Millihenry na Ohm"@sl ; + rdfs:label "Millihenry par Ohm"@fr ; + rdfs:label "Millihenry pe Ohm"@ro ; + rdfs:label "Millihenry per Ohm" ; + rdfs:label "Millihenry per Ohm"@en ; + rdfs:label "Millihenry per Ohm"@it ; + rdfs:label "Millihenry per Ohm"@ms ; + rdfs:label "Millihenry per Ohm"@tr ; + rdfs:label "Millihenry pro Ohm"@de . + +unit:MilliHZ + a qudt:Unit ; + dcterms:description "0.001-fold of the unit hertz" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB698" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB698"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:HZ ; + qudt:symbol "mHz" ; + qudt:ucumCode "mHz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MTZ" ; + rdfs:isDefinedBy ; + rdfs:label "Milliherc"@pl ; + rdfs:label "Millihercio"@es ; + rdfs:label "Millihertz" ; + rdfs:label "Millihertz"@cs ; + rdfs:label "Millihertz"@de ; + rdfs:label "Millihertz"@en ; + rdfs:label "Millihertz"@fr ; + rdfs:label "Millihertz"@hu ; + rdfs:label "Millihertz"@it ; + rdfs:label "Millihertz"@ms ; + rdfs:label "Millihertz"@ro ; + rdfs:label "Millihertz"@sl ; + rdfs:label "Millihertz"@tr . + +unit:MilliIN + a qudt:Unit ; + dcterms:description "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000254 ; + qudt:conversionMultiplierSN 2.54E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA841" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA841"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:IN ; + qudt:symbol "mil" ; + qudt:ucumCode "m[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "77" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliinch" ; + rdfs:label "Milliinch"@en ; + skos:altLabel "mil"@en-US ; + skos:altLabel "thou"@en-GB . + +unit:MilliJ + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA792" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA792"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit joule" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:J ; + qudt:symbol "mJ" ; + qudt:ucumCode "mJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C15" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millidżul"@pl ; + rdfs:label "Millijoule" ; + rdfs:label "Millijoule"@cs ; + rdfs:label "Millijoule"@de ; + rdfs:label "Millijoule"@en ; + rdfs:label "Millijoule"@fr ; + rdfs:label "Millijoule"@hu ; + rdfs:label "Millijoule"@it ; + rdfs:label "Millijoule"@ms ; + rdfs:label "Millijoule"@ro ; + rdfs:label "Millijoule"@sl ; + rdfs:label "Millijoule"@tr ; + rdfs:label "Millijulio"@es . + +unit:MilliJ-PER-GM + a qudt:Unit ; + dcterms:description "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliJ ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:plainTextDescription "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "mJ/g" ; + qudt:ucumCode "mJ.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millidżul na Gram"@pl ; + rdfs:label "Millijoule na Gram"@cs ; + rdfs:label "Millijoule na Gram"@sl ; + rdfs:label "Millijoule par Gramme"@fr ; + rdfs:label "Millijoule pe Gram"@ro ; + rdfs:label "Millijoule per Gram" ; + rdfs:label "Millijoule per Gram"@en ; + rdfs:label "Millijoule per Gram"@ms ; + rdfs:label "Millijoule per Gram"@tr ; + rdfs:label "Millijoule per Grammo"@it ; + rdfs:label "Millijoule pro Gramm"@de ; + rdfs:label "Millijulio por Gramo"@es . + +unit:MilliJ-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Millijoule Per Square Meter ($mJ/m^2$) is a unit in the category of Energy density. It is also known as millijoules per square meter, millijoule per square metre, millijoule/square meter, millijoule/square metre."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:expression "$mJ/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliJ ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyFluence ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:RadiantFluence ; + qudt:hasQuantityKind quantitykind:StrainEnergyReleaseRate ; + qudt:symbol "mJ/m²" ; + qudt:ucumCode "mJ.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millidżul na Metr Kwadratowy"@pl ; + rdfs:label "Millijoule na Kvadratni Meter"@sl ; + rdfs:label "Millijoule na Čtvereční Metr"@cs ; + rdfs:label "Millijoule par Mètre Carré"@fr ; + rdfs:label "Millijoule pe Metru Pătrat"@ro ; + rdfs:label "Millijoule per Meter Persegi"@ms ; + rdfs:label "Millijoule per Metrekare"@tr ; + rdfs:label "Millijoule per Metro Quadrato"@it ; + rdfs:label "Millijoule per Square Meter"@en-US ; + rdfs:label "Millijoule per Square Metre" ; + rdfs:label "Millijoule per Square Metre"@en ; + rdfs:label "Millijoule pro Quadratmeter"@de ; + rdfs:label "Millijulio por Metro Cuadrado"@es . + +unit:MilliJ-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliJ ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB511" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB511"^^xsd:anyURI ; + qudt:symbol "mJ/s" ; + qudt:ucumCode "mJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millidżul na Sekunda"@pl ; + rdfs:label "Millijoule na Sekunda"@cs ; + rdfs:label "Millijoule na Sekunda"@sl ; + rdfs:label "Millijoule par Seconde"@fr ; + rdfs:label "Millijoule pe Secundă"@ro ; + rdfs:label "Millijoule per Saat"@ms ; + rdfs:label "Millijoule per Saniye"@tr ; + rdfs:label "Millijoule per Second" ; + rdfs:label "Millijoule per Second"@en ; + rdfs:label "Millijoule per Secondo"@it ; + rdfs:label "Millijoule pro Sekunde"@de ; + rdfs:label "Millijulio por Segundo"@es . + +unit:MilliK + a qudt:Unit ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:CorrelatedColorTemperature ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:K ; + qudt:symbol "mK" ; + qudt:ucumCode "mK"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millikelvin" ; + rdfs:label "Millikelvin"@cs ; + rdfs:label "Millikelvin"@de ; + rdfs:label "Millikelvin"@en ; + rdfs:label "Millikelvin"@es ; + rdfs:label "Millikelvin"@fr ; + rdfs:label "Millikelvin"@hu ; + rdfs:label "Millikelvin"@it ; + rdfs:label "Millikelvin"@ms ; + rdfs:label "Millikelvin"@ro ; + rdfs:label "Millikelvin"@sl ; + rdfs:label "Millikelvin"@tr ; + rdfs:label "Millikelwin"@pl . + +unit:MilliK-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of SI base unit kelvin divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H1T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB841" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB841"^^xsd:anyURI ; + qudt:symbol "mK/bar" ; + qudt:ucumCode "mK.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millikelvin per Bar" ; + rdfs:label "Millikelvin per Bar"@en . + +unit:MilliK-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of SI base unit kelvin divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliK ; + ] ; + qudt:hasQuantityKind quantitykind:TemperatureRatio ; + qudt:iec61360Code "0112/2///62720#UAB842" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB842"^^xsd:anyURI ; + qudt:symbol "mK/K" ; + qudt:ucumCode "mK.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millikelvin na Kelvin"@cs ; + rdfs:label "Millikelvin na Kelvin"@sl ; + rdfs:label "Millikelvin par Kelvin"@fr ; + rdfs:label "Millikelvin pe Kelvin"@ro ; + rdfs:label "Millikelvin per Kelvin" ; + rdfs:label "Millikelvin per Kelvin"@en ; + rdfs:label "Millikelvin per Kelvin"@it ; + rdfs:label "Millikelvin per Kelvin"@ms ; + rdfs:label "Millikelvin per Kelvin"@tr ; + rdfs:label "Millikelvin por Kelvin"@es ; + rdfs:label "Millikelvin pro Kelvin"@de ; + rdfs:label "Millikelwin na Kelwin"@pl . + +unit:MilliKAT + a qudt:Unit ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:KAT ; + qudt:symbol "mkat" ; + qudt:ucumCode "mkat"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millikatal" ; + rdfs:label "Millikatal"@cs ; + rdfs:label "Millikatal"@de ; + rdfs:label "Millikatal"@en ; + rdfs:label "Millikatal"@es ; + rdfs:label "Millikatal"@fr ; + rdfs:label "Millikatal"@hu ; + rdfs:label "Millikatal"@it ; + rdfs:label "Millikatal"@ms ; + rdfs:label "Millikatal"@pl ; + rdfs:label "Millikatal"@ro ; + rdfs:label "Millikatal"@sl ; + rdfs:label "Millikatal"@tr . + +unit:MilliKAT-PER-L + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliKAT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; + qudt:symbol "mkat/L" ; + qudt:ucumCode "mkat.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millikatal per Liter"@en-US ; + rdfs:label "Millikatal per Litre" ; + rdfs:label "Millikatal per Litre"@en . + +unit:MilliL + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA844" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA844"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit litre" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:L ; + qudt:symbol "mL" ; + qudt:ucumCode "mL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MLT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter"@en-US ; + rdfs:label "Millilitre" ; + rdfs:label "Millilitre"@en . + +unit:MilliL-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA846" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA846"^^xsd:anyURI ; + qudt:symbol "mL/bar" ; + qudt:ucumCode "mL.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G97" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Bar"@en-US ; + rdfs:label "Millilitre per Bar" ; + rdfs:label "Millilitre per Bar"@en . + +unit:MilliL-PER-CentiM2-MIN + a qudt:Unit ; + dcterms:description "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricFlux ; + qudt:iec61360Code "0112/2///62720#UAA858" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA858"^^xsd:anyURI ; + qudt:plainTextDescription "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mL/(cm²·min)" ; + qudt:ucumCode "mL.cm-2.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "35" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Square Centimeter Minute"@en-US ; + rdfs:label "Millilitre per Square Centimetre Minute" ; + rdfs:label "Millilitre per Square Centimetre Minute"@en . + +unit:MilliL-PER-CentiM2-SEC + a qudt:Unit ; + dcterms:description "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricFlux ; + qudt:iec61360Code "0112/2///62720#UAB085" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB085"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "mL/(cm²·s)" ; + qudt:ucumCode "mL.cm-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "35" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Square Centimeter Second"@en-US ; + rdfs:label "Millilitre per Square Centimetre Second" ; + rdfs:label "Millilitre per Square Centimetre Second"@en . + +unit:MilliL-PER-DAY + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA847" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA847"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit day" ; + qudt:symbol "mL/d" ; + qudt:ucumCode "mL.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G54" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Day"@en-US ; + rdfs:label "Millilitre per Day" ; + rdfs:label "Millilitre per Day"@en . + +unit:MilliL-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-16 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA849" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA849"^^xsd:anyURI ; + qudt:symbol "mL/(d·bar)" ; + qudt:ucumCode "mL.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G90" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Day Bar"@en-US ; + rdfs:label "Millilitre per Day Bar" ; + rdfs:label "Millilitre per Day Bar"@en . + +unit:MilliL-PER-DAY-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit day and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA848" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA848"^^xsd:anyURI ; + qudt:symbol "mL/(d·K)" ; + qudt:ucumCode "mL.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G73" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Day Kelvin"@en-US ; + rdfs:label "Millilitre per Day Kelvin" ; + rdfs:label "Millilitre per Day Kelvin"@en . + +unit:MilliL-PER-GM + a qudt:Unit ; + dcterms:description "Milliliter Per Gram is a unit in the category of Specific Volume. It is also known as milliliters per gram, millilitre per gram, millilitres per gram, milliliter/gram, millilitre/gram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:exactMatch unit:CentiM3-PER-GM ; + qudt:expression "$mL/g$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:hasReciprocalUnit unit:GM-PER-MilliL ; + qudt:symbol "mL/g" ; + qudt:ucumCode "mL.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Gram"@en-US ; + rdfs:label "Millilitre per Gram" ; + rdfs:label "Millilitre per Gram"@en . + +unit:MilliL-PER-HR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA850" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA850"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit hour" ; + qudt:symbol "mL/h" ; + qudt:ucumCode "mL.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G55" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Hour"@en-US ; + rdfs:label "Millilitre per Hour" ; + rdfs:label "Millilitre per Hour"@en . + +unit:MilliL-PER-HR-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-15 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA852" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA852"^^xsd:anyURI ; + qudt:symbol "mL/(h·bar)" ; + qudt:ucumCode "mL.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G91" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Hour Bar"@en-US ; + rdfs:label "Millilitre per Hour Bar" ; + rdfs:label "Millilitre per Hour Bar"@en . + +unit:MilliL-PER-HR-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit hour and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA851" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA851"^^xsd:anyURI ; + qudt:symbol "mL/(h·K)" ; + qudt:ucumCode "mL.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G74" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Hour Kelvin"@en-US ; + rdfs:label "Millilitre per Hour Kelvin" ; + rdfs:label "Millilitre per Hour Kelvin"@en . + +unit:MilliL-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA845" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA845"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit kelvin" ; + qudt:symbol "mL/K" ; + qudt:ucumCode "mL.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G30" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Kelvin"@en-US ; + rdfs:label "Millilitre per Kelvin" ; + rdfs:label "Millilitre per Kelvin"@en . + +unit:MilliL-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:iec61360Code "0112/2///62720#UAB095" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB095"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram" ; + qudt:symbol "mL/kg" ; + qudt:ucumCode "mL.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "KX" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Kilogram"@en-US ; + rdfs:label "Millilitre per Kilogram" ; + rdfs:label "Millilitre per Kilogram"@en . + +unit:MilliL-PER-L + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA853" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA853"^^xsd:anyURI ; + qudt:plainTextDescription "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre" ; + qudt:symbol "mL/L" ; + qudt:ucumCode "mL.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L19" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Liter"@en-US ; + rdfs:label "Millilitre per Litre" ; + rdfs:label "Millilitre per Litre"@en . + +unit:MilliL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mL/(m²·d)" ; + qudt:ucumCode "mL.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Square Meter Day"@en-US ; + rdfs:label "Millilitre per Square Metre Day" ; + rdfs:label "Millilitre per Square Metre Day"@en . + +unit:MilliL-PER-M3 + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA854" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA854"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mL/m³" ; + qudt:ucumCode "mL.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H65" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Cubic Meter"@en-US ; + rdfs:label "Millilitre per Cubic Metre" ; + rdfs:label "Millilitre per Cubic Metre"@en . + +unit:MilliL-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA855" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA855"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit minute" ; + qudt:symbol "mL/min" ; + qudt:ucumCode "mL.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "41" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Minute"@en-US ; + rdfs:label "Millilitre per Minute" ; + rdfs:label "Millilitre per Minute"@en . + +unit:MilliL-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-13 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA857" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA857"^^xsd:anyURI ; + qudt:symbol "mL/(min·bar)" ; + qudt:ucumCode "mL.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G92" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Minute Bar"@en-US ; + rdfs:label "Millilitre per Minute Bar" ; + rdfs:label "Millilitre per Minute Bar"@en . + +unit:MilliL-PER-MIN-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the unit minute and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA856" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA856"^^xsd:anyURI ; + qudt:symbol "mL/(min·K)" ; + qudt:ucumCode "mL.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G75" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Minute Kelvin"@en-US ; + rdfs:label "Millilitre per Minute Kelvin" ; + rdfs:label "Millilitre per Minute Kelvin"@en . + +unit:MilliL-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA859" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA859"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit second" ; + qudt:symbol "mL/s" ; + qudt:ucumCode "mL.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "40" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Second"@en-US ; + rdfs:label "Millilitre per Second" ; + rdfs:label "Millilitre per Second"@en . + +unit:MilliL-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.00000000001 ; + qudt:conversionMultiplierSN 1.0E-11 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA861" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA861"^^xsd:anyURI ; + qudt:symbol "mL/(s·bar)" ; + qudt:ucumCode "mL.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G93" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Second Bar"@en-US ; + rdfs:label "Millilitre per Second Bar" ; + rdfs:label "Millilitre per Second Bar"@en . + +unit:MilliL-PER-SEC-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit litre divided by the product out of the SI base unit second and the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA860" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA860"^^xsd:anyURI ; + qudt:symbol "mL/(s·K)" ; + qudt:ucumCode "mL.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G76" ; + rdfs:isDefinedBy ; + rdfs:label "Milliliter per Second Kelvin"@en-US ; + rdfs:label "Millilitre per Second Kelvin" ; + rdfs:label "Millilitre per Second Kelvin"@en . + +unit:MilliM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Millimetre"^^xsd:anyURI ; + qudt:expression "$mm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA862" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA862"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Millimetre?oldid=493032457"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:M ; + qudt:symbol "mm" ; + qudt:ucumCode "mm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MMT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter"@de ; + rdfs:label "Millimeter"@en-US ; + rdfs:label "Millimeter"@ms ; + rdfs:label "Millimeter"@sl ; + rdfs:label "Millimetr"@cs ; + rdfs:label "Millimetr"@pl ; + rdfs:label "Millimetre" ; + rdfs:label "Millimetre"@en ; + rdfs:label "Millimetre"@tr ; + rdfs:label "Millimetro"@es ; + rdfs:label "Millimetro"@it ; + rdfs:label "Millimetru"@ro ; + rdfs:label "Millimètre"@fr ; + rdfs:label "Milliméter"@hu ; + skos:altLabel "mil"@en-GB . + +unit:MilliM-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA865" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA865"^^xsd:anyURI ; + qudt:symbol "mm/bar" ; + qudt:ucumCode "mm.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G06" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter per Bar"@en-US ; + rdfs:label "Millimetre per Bar" ; + rdfs:label "Millimetre per Bar"@en . + +unit:MilliM-PER-DAY + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Rain#Measurement"^^xsd:anyURI ; + qudt:plainTextDescription "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)" ; + qudt:symbol "mm/d" ; + qudt:ucumCode "mm.d-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter per Day"@en-US ; + rdfs:label "Millimetre per Day" ; + rdfs:label "Millimetre per Day"@en . + +unit:MilliM-PER-DEG_C-M + a qudt:Unit ; + dcterms:description "0.001-fold of the SI unit metre divided by the product of the unit degree Celsius and the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA863" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA863"^^xsd:anyURI ; + qudt:symbol "mm/(°C·m)" ; + qudt:ucumCode "mm.Cel-1.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E97" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter na Stopinja Celzija Meter"@sl ; + rdfs:label "Millimeter per Darjah Celsius Meter"@ms ; + rdfs:label "Millimeter per Degree Celsius Meter"@en-US ; + rdfs:label "Millimeter pro Grad Celsius Meter"@de ; + rdfs:label "Millimetr na Stopień Celsjusza Metr"@pl ; + rdfs:label "Millimetr na Stupně Celsia Metr"@cs ; + rdfs:label "Millimetre per Celsius Metre"@tr ; + rdfs:label "Millimetre per Degree Celsius Metre" ; + rdfs:label "Millimetre per Degree Celsius Metre"@en ; + rdfs:label "Millimetro per Grado Celsius Metro"@it ; + rdfs:label "Millimetro por Grado Celsius Metro"@es ; + rdfs:label "Millimetru pe Grad Celsius Metru"@ro ; + rdfs:label "Millimètre par Degré Celsius Mètre"@fr . + +unit:MilliM-PER-HR + a qudt:Unit ; + dcterms:description "0001-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA866" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA866"^^xsd:anyURI ; + qudt:plainTextDescription "0001-fold of the SI base unit metre divided by the unit hour" ; + qudt:symbol "mm/h" ; + qudt:ucumCode "mm.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H67" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter per Hour"@en-US ; + rdfs:label "Millimetre per Hour" ; + rdfs:label "Millimetre per Hour"@en . + +unit:MilliM-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAA864" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA864"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit kelvin" ; + qudt:symbol "mm/K" ; + qudt:ucumCode "mm.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F53" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter na Kelvin"@sl ; + rdfs:label "Millimeter per Kelvin"@en-US ; + rdfs:label "Millimeter per Kelvin"@ms ; + rdfs:label "Millimeter pro Kelvin"@de ; + rdfs:label "Millimetr na Kelvin"@cs ; + rdfs:label "Millimetr na Kelwin"@pl ; + rdfs:label "Millimetre per Kelvin" ; + rdfs:label "Millimetre per Kelvin"@en ; + rdfs:label "Millimetre per Kelvin"@tr ; + rdfs:label "Millimetro per Kelvin"@it ; + rdfs:label "Millimetro por Kelvin"@es ; + rdfs:label "Millimetru pe Kelvin"@ro ; + rdfs:label "Millimètre par Kelvin"@fr . + +unit:MilliM-PER-M + a qudt:Unit ; + dcterms:description "0.001-fold of SI base unit metre divided by SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Gradient ; + qudt:iec61360Code "0112/2///62720#UAC001" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC001"^^xsd:anyURI ; + qudt:symbol "mm/m" ; + qudt:ucumCode "mm.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter na Meter"@sl ; + rdfs:label "Millimeter per Meter"@en-US ; + rdfs:label "Millimeter per Meter"@ms ; + rdfs:label "Millimeter pro Meter"@de ; + rdfs:label "Millimetr na Metr"@cs ; + rdfs:label "Millimetr na Metr"@pl ; + rdfs:label "Millimetre per Metre" ; + rdfs:label "Millimetre per Metre"@en ; + rdfs:label "Millimetre per Metre"@tr ; + rdfs:label "Millimetro per Metro"@it ; + rdfs:label "Millimetro por Metro"@es ; + rdfs:label "Millimetru pe Metru"@ro ; + rdfs:label "Millimètre par Mètre"@fr . + +unit:MilliM-PER-M2 + a qudt:Unit ; + dcterms:description "0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:plainTextDescription "0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2" ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:symbol "mm/m²" ; + qudt:ucumCode "mm.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter na Kvadratni Meter"@sl ; + rdfs:label "Millimeter per Meter Persegi"@ms ; + rdfs:label "Millimeter per Square Meter"@en-US ; + rdfs:label "Millimeter pro Quadratmeter"@de ; + rdfs:label "Millimetr na Metr Kwadratowy"@pl ; + rdfs:label "Millimetr na Čtvereční Metr"@cs ; + rdfs:label "Millimetre per Metrekare"@tr ; + rdfs:label "Millimetre per Square Metre" ; + rdfs:label "Millimetre per Square Metre"@en ; + rdfs:label "Millimetro per Metro Quadrato"@it ; + rdfs:label "Millimetro por Metro Cuadrado"@es ; + rdfs:label "Millimetru pe Metru Pătrat"@ro ; + rdfs:label "Millimètre par Mètre Carré"@fr . + +unit:MilliM-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB378" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB378"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit minute" ; + qudt:symbol "mm/min" ; + qudt:ucumCode "mm.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H81" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter per Minute"@en-US ; + rdfs:label "Millimetre per Minute" ; + rdfs:label "Millimetre per Minute"@en . + +unit:MilliM-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA867" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA867"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit second" ; + qudt:symbol "mm/s" ; + qudt:ucumCode "mm.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C16" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter na Sekunda"@sl ; + rdfs:label "Millimeter per Saat"@ms ; + rdfs:label "Millimeter per Second"@en-US ; + rdfs:label "Millimeter pro Sekunde"@de ; + rdfs:label "Millimetr na Sekunda"@cs ; + rdfs:label "Millimetr na Sekunda"@pl ; + rdfs:label "Millimetre per Saniye"@tr ; + rdfs:label "Millimetre per Second" ; + rdfs:label "Millimetre per Second"@en ; + rdfs:label "Millimetro per Secondo"@it ; + rdfs:label "Millimetro por Segundo"@es ; + rdfs:label "Millimetru pe Secundă"@ro ; + rdfs:label "Millimètre par Seconde"@fr . + +unit:MilliM-PER-SEC2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB400" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB400"^^xsd:anyURI ; + qudt:symbol "mm/s²" ; + qudt:ucumCode "mm.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M41" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter na Kvadratni Sekunda"@sl ; + rdfs:label "Millimeter per Saat Persegi"@ms ; + rdfs:label "Millimeter per Square Second"@en-US ; + rdfs:label "Millimeter pro Quadratsekunde"@de ; + rdfs:label "Millimetr na Sekunda Kwadratowy"@pl ; + rdfs:label "Millimetr na Čtvereční Sekunda"@cs ; + rdfs:label "Millimetre per Saniyekare"@tr ; + rdfs:label "Millimetre per Square Second" ; + rdfs:label "Millimetre per Square Second"@en ; + rdfs:label "Millimetro per Secondo Quadrato"@it ; + rdfs:label "Millimetro por Segundo Cuadrado"@es ; + rdfs:label "Millimetru pe Secundă Pătrat"@ro ; + rdfs:label "Millimètre par Seconde Carré"@fr . + +unit:MilliM-PER-YR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit metre divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAA868" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA868"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit year" ; + qudt:symbol "mm/a" ; + qudt:ucumCode "mm.a-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H66" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter per Year"@en-US ; + rdfs:label "Millimetre per Year" ; + rdfs:label "Millimetre per Year"@en . + +unit:MilliM2 + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:iec61360Code "0112/2///62720#UAA871" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA871"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mm²" ; + qudt:ucumCode "mm2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MMK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Millimeter"@sl ; + rdfs:label "Millimeter Persegi"@ms ; + rdfs:label "Millimetr Kwadratowy"@pl ; + rdfs:label "Millimetrekare"@tr ; + rdfs:label "Millimetro Cuadrado"@es ; + rdfs:label "Millimetro Quadrato"@it ; + rdfs:label "Millimetru Pătrat"@ro ; + rdfs:label "Millimètre Carré"@fr ; + rdfs:label "Quadratmillimeter"@de ; + rdfs:label "Square Millimeter"@en-US ; + rdfs:label "Square Millimetre" ; + rdfs:label "Square Millimetre"@en ; + rdfs:label "Čtvereční Millimetr"@cs . + +unit:MilliM2-PER-SEC + a qudt:Unit ; + dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AreaPerTime ; + qudt:iec61360Code "0112/2///62720#UAA872" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA872"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second" ; + qudt:symbol "mm²/s" ; + qudt:ucumCode "mm2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C17" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Millimeter na Sekunda"@sl ; + rdfs:label "Millimeter Persegi per Saat"@ms ; + rdfs:label "Millimetr Kwadratowy na Sekunda"@pl ; + rdfs:label "Millimetrekare per Saniye"@tr ; + rdfs:label "Millimetro Cuadrado por Segundo"@es ; + rdfs:label "Millimetro Quadrato per Secondo"@it ; + rdfs:label "Millimetru Pătrat pe Secundă"@ro ; + rdfs:label "Millimètre Carré par Seconde"@fr ; + rdfs:label "Quadratmillimeter pro Sekunde"@de ; + rdfs:label "Square Millimeter per Second"@en-US ; + rdfs:label "Square Millimetre per Second" ; + rdfs:label "Square Millimetre per Second"@en ; + rdfs:label "Čtvereční Millimetr na Sekunda"@cs . + +unit:MilliM3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A metric measure of volume or capacity equal to a cube 1 millimeter on each edge"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$mm^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:hasReciprocalUnit unit:PER-MilliM3 ; + qudt:iec61360Code "0112/2///62720#UAA873" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA873"^^xsd:anyURI ; + qudt:symbol "mm³" ; + qudt:ucumCode "mm3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "MMQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Millimeter"@en-US ; + rdfs:label "Cubic Millimetre" ; + rdfs:label "Cubic Millimetre"@en ; + rdfs:label "Kubikmillimeter"@de ; + rdfs:label "Kubični Millimeter"@sl ; + rdfs:label "Millimeter Kubik"@ms ; + rdfs:label "Millimetr Krychlový"@cs ; + rdfs:label "Millimetr Sześcienny"@pl ; + rdfs:label "Millimetreküp"@tr ; + rdfs:label "Millimetro Cubo"@it ; + rdfs:label "Millimetro Cúbico"@es ; + rdfs:label "Millimetru Cub"@ro ; + rdfs:label "Millimètre Cube"@fr . + +unit:MilliM3-PER-GM + a qudt:Unit ; + dcterms:description "Cubic Millimeter Per Gram (mm3/g) is a unit in the category of Specific Volume. It is also known as cubic millimeters per gram, cubic millimetre per gram, cubic millimetres per gram, cubic millimeter/gram, cubic millimetre/gram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:expression "$mm^{3}/g$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:symbol "mm³/g" ; + qudt:ucumCode "mm3.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Millimeter per Gram"@en-US ; + rdfs:label "Cubic Millimetre per Gram" ; + rdfs:label "Cubic Millimetre per Gram"@en ; + rdfs:label "Kubikmillimeter pro Gramm"@de ; + rdfs:label "Kubični Millimeter na Gram"@sl ; + rdfs:label "Millimeter Kubik per Gram"@ms ; + rdfs:label "Millimetr Krychlový na Gram"@cs ; + rdfs:label "Millimetr Sześcienny na Gram"@pl ; + rdfs:label "Millimetreküp per Gram"@tr ; + rdfs:label "Millimetro Cubo per Grammo"@it ; + rdfs:label "Millimetro Cúbico por Gramo"@es ; + rdfs:label "Millimetru Cub pe Gram"@ro ; + rdfs:label "Millimètre Cube par Gramme"@fr . + +unit:MilliM3-PER-KiloGM + a qudt:Unit ; + dcterms:description "Cubic Millimeter Per Kilogram (mm3/kg) is a unit in the category of Specific Volume. It is also known as cubic millimeters per kilogram, cubic millimetre per kilogram, cubic millimetres per kilogram, cubic millimeter/kilogram, cubic millimetre/kilogram."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:expression "$mm^{3}/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:SoilAdsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:SpecificVolume ; + qudt:symbol "mm³/kg" ; + qudt:ucumCode "mm3.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Millimeter per Kilogram"@en-US ; + rdfs:label "Cubic Millimetre per Kilogram" ; + rdfs:label "Cubic Millimetre per Kilogram"@en ; + rdfs:label "Kubikmillimeter pro Kilogramm"@de ; + rdfs:label "Kubični Millimeter na Kilogram"@sl ; + rdfs:label "Millimeter Kubik per Kilogram"@ms ; + rdfs:label "Millimetr Krychlový na Kilogram"@cs ; + rdfs:label "Millimetr Sześcienny na Kilogram"@pl ; + rdfs:label "Millimetreküp per Kilogram"@tr ; + rdfs:label "Millimetro Cubo per Chilogrammo"@it ; + rdfs:label "Millimetro Cúbico por Kilogramo"@es ; + rdfs:label "Millimetru Cub pe Kilogram"@ro ; + rdfs:label "Millimètre Cube par Kilogramme"@fr . + +unit:MilliM3-PER-M3 + a qudt:Unit ; + dcterms:description "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFraction ; + qudt:iec61360Code "0112/2///62720#UAA874" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA874"^^xsd:anyURI ; + qudt:plainTextDescription "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "mm³/m³" ; + qudt:ucumCode "mm3.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L21" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Millimeter per Cubic Meter"@en-US ; + rdfs:label "Cubic Millimetre per Cubic Metre" ; + rdfs:label "Cubic Millimetre per Cubic Metre"@en ; + rdfs:label "Kubikmillimeter pro Kubikmeter"@de ; + rdfs:label "Kubični Millimeter na Kubični Meter"@sl ; + rdfs:label "Millimeter Kubik per Meter Kubik"@ms ; + rdfs:label "Millimetr Krychlový na Metr Krychlový"@cs ; + rdfs:label "Millimetr Sześcienny na Metr Sześcienny"@pl ; + rdfs:label "Millimetreküp per Metreküp"@tr ; + rdfs:label "Millimetro Cubo per Metro Cubo"@it ; + rdfs:label "Millimetro Cúbico por Metro Cúbico"@es ; + rdfs:label "Millimetru Cub pe Metru Cub"@ro ; + rdfs:label "Millimètre Cube par Mètre Cube"@fr . + +unit:MilliM4 + a qudt:Unit ; + dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 4"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 4 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:SecondAxialMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondMomentOfArea ; + qudt:hasQuantityKind quantitykind:SecondPolarMomentOfArea ; + qudt:iec61360Code "0112/2///62720#UAA869" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA869"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the power of the SI base unit metre with the exponent 4" ; + qudt:symbol "mm⁴" ; + qudt:ucumCode "mm4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G77" ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter hoch vier"@de ; + rdfs:label "Quartic Millimeter"@en-US ; + rdfs:label "Quartic Millimetre" ; + rdfs:label "Quartic Millimetre"@en . + +unit:MilliMOL + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit mol"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAA877" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA877"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit mol" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:MOL ; + qudt:symbol "mmol" ; + qudt:ucumCode "mmol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C18" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimol"@cs ; + rdfs:label "Millimol"@de ; + rdfs:label "Millimol"@es ; + rdfs:label "Millimol"@pl ; + rdfs:label "Millimol"@ro ; + rdfs:label "Millimol"@sl ; + rdfs:label "Millimol"@tr ; + rdfs:label "Millimole" ; + rdfs:label "Millimole"@en ; + rdfs:label "Millimole"@fr ; + rdfs:label "Millimole"@it ; + rdfs:label "Millimole"@ms ; + rdfs:label "Millimól"@hu . + +unit:MilliMOL-PER-GM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:iec61360Code "0112/2///62720#UAA878" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA878"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "mmol/g" ; + qudt:ucumCode "mmol.g-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H68" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimol na Gram"@cs ; + rdfs:label "Millimol na Gram"@pl ; + rdfs:label "Millimol na Gram"@sl ; + rdfs:label "Millimol pe Gram"@ro ; + rdfs:label "Millimol per Gram"@tr ; + rdfs:label "Millimol por Gramo"@es ; + rdfs:label "Millimol pro Gramm"@de ; + rdfs:label "Millimole par Gramme"@fr ; + rdfs:label "Millimole per Gram" ; + rdfs:label "Millimole per Gram"@en ; + rdfs:label "Millimole per Gram"@ms ; + rdfs:label "Millimole per Grammo"@it . + +unit:MilliMOL-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI base unit mol divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:iec61360Code "0112/2///62720#UAA879" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA879"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI base unit mol divided by the SI base unit kilogram" ; + qudt:symbol "mmol/kg" ; + qudt:ucumCode "mmol.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D87" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimol na Kilogram"@cs ; + rdfs:label "Millimol na Kilogram"@pl ; + rdfs:label "Millimol na Kilogram"@sl ; + rdfs:label "Millimol pe Kilogram"@ro ; + rdfs:label "Millimol per Kilogram"@tr ; + rdfs:label "Millimol por Kilogramo"@es ; + rdfs:label "Millimol pro Kilogramm"@de ; + rdfs:label "Millimole par Kilogramme"@fr ; + rdfs:label "Millimole per Chilogrammo"@it ; + rdfs:label "Millimole per Kilogram" ; + rdfs:label "Millimole per Kilogram"@en ; + rdfs:label "Millimole per Kilogram"@ms . + +unit:MilliMOL-PER-L + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI derived unit for amount-of-substance concentration is the mmo/L."^^rdf:HTML ; + qudt:altSymbol "mM" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$mmo/L$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasQuantityKind quantitykind:BloodGlucoseLevel ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:iec61360Code "0112/2///62720#UAB500" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB500"^^xsd:anyURI ; + qudt:symbol "mmol/L" ; + qudt:ucumCode "mmol.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M33" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimole per Liter"@en-US ; + rdfs:label "Millimole per Litre" ; + rdfs:label "Millimole per Litre"@en . + +unit:MilliMOL-PER-M2 + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mmol/m²" ; + qudt:ucumCode "mmol.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimol na Kvadratni Meter"@sl ; + rdfs:label "Millimol na Metr Kwadratowy"@pl ; + rdfs:label "Millimol na Čtvereční Metr"@cs ; + rdfs:label "Millimol pe Metru Pătrat"@ro ; + rdfs:label "Millimol per Metrekare"@tr ; + rdfs:label "Millimol por Metro Cuadrado"@es ; + rdfs:label "Millimol pro Quadratmeter"@de ; + rdfs:label "Millimole par Mètre Carré"@fr ; + rdfs:label "Millimole per Meter Persegi"@ms ; + rdfs:label "Millimole per Metro Quadrato"@it ; + rdfs:label "Millimole per Square Meter"@en-US ; + rdfs:label "Millimole per Square Metre" ; + rdfs:label "Millimole per Square Metre"@en ; + rdfs:seeAlso unit:DU . + +unit:MilliMOL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "mmol/(m²·d)" ; + qudt:ucumCode "mmol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimole per Square Meter Day"@en-US ; + rdfs:label "Millimole per Square Metre Day" ; + rdfs:label "Millimole per Square Metre Day"@en . + +unit:MilliMOL-PER-M2-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean)."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFluxDensity ; + qudt:plainTextDescription "Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean)." ; + qudt:symbol "mmol/(m²·h)" ; + qudt:ucumCode "mmol.m-2.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimole per Square Meter Hour"@en-US ; + rdfs:label "Millimole per Square Metre Hour" ; + rdfs:label "Millimole per Square Metre Hour"@en . + +unit:MilliMOL-PER-M2-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "mmol/(m²·s)" ; + qudt:ucumCode "mmol.m-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimol na Kvadratni Meter Sekunda"@sl ; + rdfs:label "Millimol na Metr Kwadratowy Sekunda"@pl ; + rdfs:label "Millimol na Čtvereční Metr Sekunda"@cs ; + rdfs:label "Millimol pe Metru Pătrat Secundă"@ro ; + rdfs:label "Millimol per Metrekare Saniye"@tr ; + rdfs:label "Millimol por Metro Cuadrado Segundo"@es ; + rdfs:label "Millimol pro Quadratmeter Sekunde"@de ; + rdfs:label "Millimole par Mètre Carré Seconde"@fr ; + rdfs:label "Millimole per Meter Persegi Saat"@ms ; + rdfs:label "Millimole per Metro Quadrato Secondo"@it ; + rdfs:label "Millimole per Square Meter Second"@en-US ; + rdfs:label "Millimole per Square Metre Second" ; + rdfs:label "Millimole per Square Metre Second"@en . + +unit:MilliMOL-PER-M3 + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:symbol "mmol/m³" ; + qudt:ucumCode "mmol.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimol na Kubični Meter"@sl ; + rdfs:label "Millimol na Metr Krychlový"@cs ; + rdfs:label "Millimol na Metr Sześcienny"@pl ; + rdfs:label "Millimol pe Metru Cub"@ro ; + rdfs:label "Millimol per Metreküp"@tr ; + rdfs:label "Millimol por Metro Cúbico"@es ; + rdfs:label "Millimol pro Kubikmeter"@de ; + rdfs:label "Millimole par Mètre Cube"@fr ; + rdfs:label "Millimole per Cubic Meter"@en-US ; + rdfs:label "Millimole per Cubic Metre" ; + rdfs:label "Millimole per Cubic Metre"@en ; + rdfs:label "Millimole per Meter Kubik"@ms ; + rdfs:label "Millimole per Metro Cubo"@it . + +unit:MilliMOL-PER-M3-DAY + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "mmol/(m³·d)" ; + qudt:ucumCode "mmol.m-3.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimole per Cubic Meter Day"@en-US ; + rdfs:label "Millimole per Cubic Metre Day" ; + rdfs:label "Millimole per Cubic Metre Day"@en . + +unit:MilliMOL-PER-MOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:symbol "mmol/mol" ; + qudt:ucumCode "mmol.mol-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimol na Mol"@cs ; + rdfs:label "Millimol na Mol"@pl ; + rdfs:label "Millimol na Mol"@sl ; + rdfs:label "Millimol pe Mol"@ro ; + rdfs:label "Millimol per Mol"@tr ; + rdfs:label "Millimol por Mol"@es ; + rdfs:label "Millimol pro Mol"@de ; + rdfs:label "Millimole par Mole"@fr ; + rdfs:label "Millimole per Mole" ; + rdfs:label "Millimole per Mole"@en ; + rdfs:label "Millimole per Mole"@it ; + rdfs:label "Millimole per Mole"@ms . + +unit:MilliM_H2O + a qudt:Unit ; + dcterms:description "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"^^rdf:HTML ; + qudt:conversionMultiplier 9.80665 ; + qudt:conversionMultiplierSN 9.80665E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA875" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA875"^^xsd:anyURI ; + qudt:plainTextDescription "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm" ; + qudt:scalingOf unit:PA ; + qudt:symbol "mmH₂0" ; + qudt:ucumCode "mm[H2O]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "HP" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Conventional Millimeter of Water"@en-US ; + rdfs:label "Conventional Millimetre of Water" ; + rdfs:label "Conventional Millimetre of Water"@en . + +unit:MilliM_HG + a qudt:Unit ; + dcterms:description "The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly $13.5951 g/cm^{3}$, at a place where the acceleration of gravity is exactly $9.80665 m/s^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 133.322387415 ; + qudt:conversionMultiplierSN 1.33322387415E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA876" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA876"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ; + qudt:scalingOf unit:PA ; + qudt:symbol "mmHg" ; + qudt:ucumCode "mm[Hg]"^^qudt:UCUMcs ; + qudt:udunitsCode "mmHg" ; + qudt:udunitsCode "mm_Hg" ; + qudt:udunitsCode "mm_hg" ; + qudt:udunitsCode "mmhg" ; + qudt:uneceCommonCode "HN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter of Mercury"@en-US ; + rdfs:label "Millimetre of Mercury" ; + rdfs:label "Millimetre of Mercury"@en . + +unit:MilliM_HGA + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "Millimeters of Mercury inclusive of atmospheric pressure"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 133.322387415 ; + qudt:conversionMultiplierSN 1.33322387415E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:scalingOf unit:PA ; + qudt:symbol "mmHgA" ; + qudt:ucumCode "mm[Hg]{absolute}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millimeter of Mercury - Absolute"@en-US ; + rdfs:label "Millimetre of Mercury - Absolute" ; + rdfs:label "Millimetre of Mercury - Absolute"@en ; + skos:broader unit:MilliM_HG . + +unit:MilliN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA793" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA793"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit newton" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:N ; + qudt:symbol "mN" ; + qudt:ucumCode "mN"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C20" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millinewton" ; + rdfs:label "Millinewton"@cs ; + rdfs:label "Millinewton"@de ; + rdfs:label "Millinewton"@en ; + rdfs:label "Millinewton"@es ; + rdfs:label "Millinewton"@fr ; + rdfs:label "Millinewton"@hu ; + rdfs:label "Millinewton"@it ; + rdfs:label "Millinewton"@ms ; + rdfs:label "Millinewton"@ro ; + rdfs:label "Millinewton"@sl ; + rdfs:label "Millinewton"@tr ; + rdfs:label "Milliniuton"@pl . + +unit:MilliN-M + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA794" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA794"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the product of the SI derived unit newton and the SI base unit metre" ; + qudt:symbol "mN·m" ; + qudt:ucumCode "mN.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D83" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millinewton Meter"@de ; + rdfs:label "Millinewton Meter"@en-US ; + rdfs:label "Millinewton Meter"@ms ; + rdfs:label "Millinewton Meter"@sl ; + rdfs:label "Millinewton Metr"@cs ; + rdfs:label "Millinewton Metre" ; + rdfs:label "Millinewton Metre"@en ; + rdfs:label "Millinewton Metre"@tr ; + rdfs:label "Millinewton Metro"@es ; + rdfs:label "Millinewton Metro"@it ; + rdfs:label "Millinewton Metru"@ro ; + rdfs:label "Millinewton Mètre"@fr ; + rdfs:label "Milliniuton Metr"@pl . + +unit:MilliN-M-PER-M2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliN ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB549" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB549"^^xsd:anyURI ; + qudt:symbol "mN·m/m²" ; + qudt:ucumCode "mN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millinewton Meter na Kvadratni Meter"@sl ; + rdfs:label "Millinewton Meter per Meter Persegi"@ms ; + rdfs:label "Millinewton Meter per Square Meter"@en-US ; + rdfs:label "Millinewton Meter pro Quadratmeter"@de ; + rdfs:label "Millinewton Metr na Čtvereční Metr"@cs ; + rdfs:label "Millinewton Metre per Metrekare"@tr ; + rdfs:label "Millinewton Metre per Square Metre" ; + rdfs:label "Millinewton Metre per Square Metre"@en ; + rdfs:label "Millinewton Metro per Metro Quadrato"@it ; + rdfs:label "Millinewton Metro por Metro Cuadrado"@es ; + rdfs:label "Millinewton Metru pe Metru Pătrat"@ro ; + rdfs:label "Millinewton Mètre par Mètre Carré"@fr ; + rdfs:label "Milliniuton Metr na Metr Kwadratowy"@pl . + +unit:MilliN-PER-M + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit newton divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA795" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA795"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit newton divided by the SI base unit metre" ; + qudt:symbol "mN/m" ; + qudt:ucumCode "mN.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C22" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millinewton na Meter"@sl ; + rdfs:label "Millinewton na Metr"@cs ; + rdfs:label "Millinewton par Mètre"@fr ; + rdfs:label "Millinewton pe Metru"@ro ; + rdfs:label "Millinewton per Meter"@en-US ; + rdfs:label "Millinewton per Meter"@ms ; + rdfs:label "Millinewton per Metre" ; + rdfs:label "Millinewton per Metre"@en ; + rdfs:label "Millinewton per Metre"@tr ; + rdfs:label "Millinewton per Metro"@it ; + rdfs:label "Millinewton por Metro"@es ; + rdfs:label "Millinewton pro Meter"@de ; + rdfs:label "Milliniuton na Metr"@pl . + +unit:MilliOHM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA741" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA741"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:OHM ; + qudt:symbol "mΩ" ; + qudt:ucumCode "mOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E45" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliohm" ; + rdfs:label "Milliohm"@cs ; + rdfs:label "Milliohm"@de ; + rdfs:label "Milliohm"@en ; + rdfs:label "Milliohm"@fr ; + rdfs:label "Milliohm"@hu ; + rdfs:label "Milliohm"@it ; + rdfs:label "Milliohm"@ms ; + rdfs:label "Milliohm"@ro ; + rdfs:label "Milliohm"@sl ; + rdfs:label "Milliohm"@tr ; + rdfs:label "Milliohmio"@es ; + rdfs:label "Milliom"@pl . + +unit:MilliOHM-M + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI derived unit ohm and the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA742" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA742"^^xsd:anyURI ; + qudt:symbol "mΩ·m" ; + qudt:ucumCode "mOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C23" ; + rdfs:isDefinedBy ; + rdfs:label "Milliohm Meter"@de ; + rdfs:label "Milliohm Meter"@en-US ; + rdfs:label "Milliohm Meter"@ms ; + rdfs:label "Milliohm Meter"@sl ; + rdfs:label "Milliohm Metr"@cs ; + rdfs:label "Milliohm Metre" ; + rdfs:label "Milliohm Metre"@en ; + rdfs:label "Milliohm Metre"@tr ; + rdfs:label "Milliohm Metro"@it ; + rdfs:label "Milliohm Metru"@ro ; + rdfs:label "Milliohm Mètre"@fr ; + rdfs:label "Milliohmio Metro"@es ; + rdfs:label "Milliom Metr"@pl . + +unit:MilliOHM-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit ohm per metrical non SI unit bar" ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD878" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD878"^^xsd:anyURI ; + qudt:symbol "mΩ/bar" ; + qudt:ucumCode "mOhm.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliohm per Bar" ; + rdfs:label "Milliohm per Bar"@en . + +unit:MilliOHM-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit ohm per SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliOHM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD874" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD874"^^xsd:anyURI ; + qudt:symbol "mΩ/K" ; + qudt:ucumCode "mOhm.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliohm na Kelvin"@cs ; + rdfs:label "Milliohm na Kelvin"@sl ; + rdfs:label "Milliohm par Kelvin"@fr ; + rdfs:label "Milliohm pe Kelvin"@ro ; + rdfs:label "Milliohm per Kelvin" ; + rdfs:label "Milliohm per Kelvin"@en ; + rdfs:label "Milliohm per Kelvin"@it ; + rdfs:label "Milliohm per Kelvin"@ms ; + rdfs:label "Milliohm per Kelvin"@tr ; + rdfs:label "Milliohm pro Kelvin"@de ; + rdfs:label "Milliohmio por Kelvin"@es ; + rdfs:label "Milliom na Kelwin"@pl . + +unit:MilliOHM-PER-M + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit ohm divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA743" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA743"^^xsd:anyURI ; + qudt:symbol "mΩ/m" ; + qudt:ucumCode "mOhm.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F54" ; + rdfs:isDefinedBy ; + rdfs:label "Milliohm na Meter"@sl ; + rdfs:label "Milliohm na Metr"@cs ; + rdfs:label "Milliohm par Mètre"@fr ; + rdfs:label "Milliohm pe Metru"@ro ; + rdfs:label "Milliohm per Meter"@en-US ; + rdfs:label "Milliohm per Meter"@ms ; + rdfs:label "Milliohm per Metre" ; + rdfs:label "Milliohm per Metre"@en ; + rdfs:label "Milliohm per Metre"@tr ; + rdfs:label "Milliohm per Metro"@it ; + rdfs:label "Milliohm pro Meter"@de ; + rdfs:label "Milliohmio por Metro"@es ; + rdfs:label "Milliom na Metr"@pl . + +unit:MilliOSM + a qudt:Unit ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:OSM ; + qudt:symbol "mOsmol" ; + qudt:ucumCode "mOsmol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliosmole" ; + rdfs:label "Milliosmole"@en . + +unit:MilliOSM-PER-KiloGM + a qudt:Unit ; + dcterms:description "0.001-fold of the unit Osmol divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliOSM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:symbol "mOsmol/kg" ; + qudt:ucumCode "mOsmol.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milliosmole per Kilogram" ; + rdfs:label "Milliosmole per Kilogram"@en . + +unit:MilliPA + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit pascal"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA796" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA796"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit pascal" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:PA ; + qudt:symbol "mPa" ; + qudt:ucumCode "mPa"^^qudt:UCUMcs ; + qudt:uneceCommonCode "74" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millipascal" ; + rdfs:label "Millipascal"@cs ; + rdfs:label "Millipascal"@de ; + rdfs:label "Millipascal"@en ; + rdfs:label "Millipascal"@es ; + rdfs:label "Millipascal"@fr ; + rdfs:label "Millipascal"@hu ; + rdfs:label "Millipascal"@it ; + rdfs:label "Millipascal"@ms ; + rdfs:label "Millipascal"@ro ; + rdfs:label "Millipascal"@sl ; + rdfs:label "Millipascal"@tr ; + rdfs:label "Millipaskal"@pl . + +unit:MilliPA-PER-M + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit pascal divided by the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB420" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB420"^^xsd:anyURI ; + qudt:symbol "mPa/m" ; + qudt:ucumCode "mPa.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P80" ; + rdfs:isDefinedBy ; + rdfs:label "Millipascal na Meter"@sl ; + rdfs:label "Millipascal na Metr"@cs ; + rdfs:label "Millipascal par Mètre"@fr ; + rdfs:label "Millipascal pe Metru"@ro ; + rdfs:label "Millipascal per Meter"@en-US ; + rdfs:label "Millipascal per Meter"@ms ; + rdfs:label "Millipascal per Metre" ; + rdfs:label "Millipascal per Metre"@en ; + rdfs:label "Millipascal per Metre"@tr ; + rdfs:label "Millipascal per Metro"@it ; + rdfs:label "Millipascal por Metro"@es ; + rdfs:label "Millipascal pro Meter"@de ; + rdfs:label "Millipaskal na Metr"@pl . + +unit:MilliPA-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI derived unit pascal and the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA797" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA797"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second" ; + qudt:symbol "mPa·s" ; + qudt:ucumCode "mPa.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C24" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millipascal Saat"@ms ; + rdfs:label "Millipascal Saniye"@tr ; + rdfs:label "Millipascal Second" ; + rdfs:label "Millipascal Second"@en ; + rdfs:label "Millipascal Seconde"@fr ; + rdfs:label "Millipascal Secondo"@it ; + rdfs:label "Millipascal Secundă"@ro ; + rdfs:label "Millipascal Segundo"@es ; + rdfs:label "Millipascal Sekunda"@cs ; + rdfs:label "Millipascal Sekunda"@sl ; + rdfs:label "Millipascal Sekunde"@de ; + rdfs:label "Millipaskal Sekunda"@pl . + +unit:MilliPA-SEC-PER-BAR + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA799" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA799"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar" ; + qudt:symbol "mPa·s/bar" ; + qudt:ucumCode "mPa.s.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L16" ; + rdfs:isDefinedBy ; + rdfs:label "Millipascal Second per Bar" ; + rdfs:label "Millipascal Second per Bar"@en . + +unit:MilliPA-SEC-PER-K + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI derived unit pascal and the SI base unit second divided by the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA798" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA798"^^xsd:anyURI ; + qudt:symbol "mPa·s/K" ; + qudt:ucumCode "mPa.s.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L15" ; + rdfs:isDefinedBy ; + rdfs:label "Millipascal Saat per Kelvin"@ms ; + rdfs:label "Millipascal Saniye per Kelvin"@tr ; + rdfs:label "Millipascal Second per Kelvin" ; + rdfs:label "Millipascal Second per Kelvin"@en ; + rdfs:label "Millipascal Seconde par Kelvin"@fr ; + rdfs:label "Millipascal Secondo per Kelvin"@it ; + rdfs:label "Millipascal Secundă pe Kelvin"@ro ; + rdfs:label "Millipascal Segundo por Kelvin"@es ; + rdfs:label "Millipascal Sekunda na Kelvin"@cs ; + rdfs:label "Millipascal Sekunda na Kelvin"@sl ; + rdfs:label "Millipascal Sekunde pro Kelvin"@de ; + rdfs:label "Millipaskal Sekunda na Kelwin"@pl . + +unit:MilliR + a qudt:Unit ; + dcterms:description "0.001-fold of the unit roentgen."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000258 ; + qudt:conversionMultiplierSN 2.58E-7 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAB056" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB056"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen_(unit)"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the unit roentgen." ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:R ; + qudt:symbol "mR" ; + qudt:ucumCode "mR"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2Y" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliroentgen" ; + rdfs:label "Milliroentgen"@en . + +unit:MilliRAD + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA897" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA897"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:symbol "mrad" ; + qudt:ucumCode "mrad"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C25" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliradian" ; + rdfs:label "Milliradian"@en ; + rdfs:label "Milliradian"@fr ; + rdfs:label "Milliradian"@ms ; + rdfs:label "Milliradian"@pl ; + rdfs:label "Milliradian"@ro ; + rdfs:label "Milliradian"@sl ; + rdfs:label "Milliradiant"@de ; + rdfs:label "Milliradiante"@it ; + rdfs:label "Milliradián"@cs ; + rdfs:label "Milliradián"@es ; + rdfs:label "Milliradián"@hu ; + rdfs:label "Milliradyan"@tr . + +unit:MilliRAD_R + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:RAD_R ; + qudt:symbol "mrad" ; + qudt:ucumCode "mRAD"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millirad" ; + rdfs:label "Millirad"@en . + +unit:MilliRAD_R-PER-HR + a qudt:Unit ; + dcterms:description "One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour."@en ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliRAD_R ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:symbol "mrad/h" ; + qudt:ucumCode "mRAD.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millirad per Hour" ; + rdfs:label "Millirad per Hour"@en . + +unit:MilliR_man + a qudt:Unit ; + dcterms:description "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body."^^rdf:HTML ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:iec61360Code "0112/2///62720#UAA898" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA898"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + qudt:plainTextDescription "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body." ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:R_man ; + qudt:symbol "mrem" ; + qudt:ucumCode "mREM"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L31" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milli Roentgen Equivalent Man" ; + rdfs:label "Milli Roentgen Equivalent Man"@en . + +unit:MilliS + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit siemens"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:iec61360Code "0112/2///62720#UAA800" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA800"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit siemens" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:S ; + qudt:symbol "mS" ; + qudt:ucumCode "mS"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C27" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millisiemens" ; + rdfs:label "Millisiemens"@cs ; + rdfs:label "Millisiemens"@de ; + rdfs:label "Millisiemens"@en ; + rdfs:label "Millisiemens"@es ; + rdfs:label "Millisiemens"@fr ; + rdfs:label "Millisiemens"@hu ; + rdfs:label "Millisiemens"@it ; + rdfs:label "Millisiemens"@ms ; + rdfs:label "Millisiemens"@ro ; + rdfs:label "Millisiemens"@sl ; + rdfs:label "Millisiemens"@tr ; + rdfs:label "Millisimens"@pl . + +unit:MilliS-PER-CentiM + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliS ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:iec61360Code "0112/2///62720#UAA801" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA801"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "mS/cm" ; + qudt:ucumCode "mS.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H61" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millisiemens na Centimeter"@sl ; + rdfs:label "Millisiemens na Centimetr"@cs ; + rdfs:label "Millisiemens par Centimètre"@fr ; + rdfs:label "Millisiemens pe Centimetru"@ro ; + rdfs:label "Millisiemens per Centimeter"@en-US ; + rdfs:label "Millisiemens per Centimeter"@ms ; + rdfs:label "Millisiemens per Centimetre" ; + rdfs:label "Millisiemens per Centimetre"@en ; + rdfs:label "Millisiemens per Centimetre"@tr ; + rdfs:label "Millisiemens per Centimetro"@it ; + rdfs:label "Millisiemens por Centimetro"@es ; + rdfs:label "Millisiemens pro Centimeter"@de ; + rdfs:label "Millisimens na Centimetr"@pl . + +unit:MilliS-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliS ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:symbol "mS/m" ; + qudt:ucumCode "mS.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millisiemens na Meter"@sl ; + rdfs:label "Millisiemens na Metr"@cs ; + rdfs:label "Millisiemens par Mètre"@fr ; + rdfs:label "Millisiemens pe Metru"@ro ; + rdfs:label "Millisiemens per Meter"@en-US ; + rdfs:label "Millisiemens per Meter"@ms ; + rdfs:label "Millisiemens per Metre" ; + rdfs:label "Millisiemens per Metre"@en ; + rdfs:label "Millisiemens per Metre"@tr ; + rdfs:label "Millisiemens per Metro"@it ; + rdfs:label "Millisiemens por Metro"@es ; + rdfs:label "Millisiemens pro Meter"@de ; + rdfs:label "Millisimens na Metr"@pl . + +unit:MilliSEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Millisecond\" is an Imperial unit for 'Time' expressed as $ms$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA899" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA899"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:SEC ; + qudt:symbol "ms" ; + qudt:ucumCode "ms"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C26" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millimásodperc"@hu ; + rdfs:label "Millisaat"@ms ; + rdfs:label "Millisaniye"@tr ; + rdfs:label "Millisecond" ; + rdfs:label "Millisecond"@en ; + rdfs:label "Milliseconde"@fr ; + rdfs:label "Millisecondo"@it ; + rdfs:label "Millisecundă"@ro ; + rdfs:label "Millisegundo"@es ; + rdfs:label "Millisekunda"@cs ; + rdfs:label "Millisekunda"@pl ; + rdfs:label "Millisekunda"@sl ; + rdfs:label "Millisekunde"@de . + +unit:MilliSV + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit sievert"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:iec61360Code "0112/2///62720#UAA802" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA802"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit sievert" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:SV ; + qudt:symbol "mSv" ; + qudt:ucumCode "mSv"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C28" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millisievert" ; + rdfs:label "Millisievert"@cs ; + rdfs:label "Millisievert"@de ; + rdfs:label "Millisievert"@en ; + rdfs:label "Millisievert"@es ; + rdfs:label "Millisievert"@fr ; + rdfs:label "Millisievert"@hu ; + rdfs:label "Millisievert"@it ; + rdfs:label "Millisievert"@ms ; + rdfs:label "Millisievert"@ro ; + rdfs:label "Millisievert"@sl ; + rdfs:label "Millisievert"@tr ; + rdfs:label "Millisiwert"@pl . + +unit:MilliSV-PER-HR + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit sievert divided by the unit hour" ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliSV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB465" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB465"^^xsd:anyURI ; + qudt:symbol "mSv/h" ; + qudt:ucumCode "mSv.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P71" ; + rdfs:isDefinedBy ; + rdfs:label "Millisievert per Hour" ; + rdfs:label "Millisievert per Hour"@en . + +unit:MilliSV-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit sievert divided by the unit minute" ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliSV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB469" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB469"^^xsd:anyURI ; + qudt:symbol "mSv/min" ; + qudt:ucumCode "mSv.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P75" ; + rdfs:isDefinedBy ; + rdfs:label "Millisievert per Minute" ; + rdfs:label "Millisievert per Minute"@en . + +unit:MilliSV-PER-SEC + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit sievert devided by the SI base unit second" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliSV ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB302" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB302"^^xsd:anyURI ; + qudt:symbol "mSv/s" ; + qudt:ucumCode "mSv.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P66" ; + rdfs:isDefinedBy ; + rdfs:label "Millisievert na Sekunda"@cs ; + rdfs:label "Millisievert na Sekunda"@sl ; + rdfs:label "Millisievert par Seconde"@fr ; + rdfs:label "Millisievert pe Secundă"@ro ; + rdfs:label "Millisievert per Saat"@ms ; + rdfs:label "Millisievert per Saniye"@tr ; + rdfs:label "Millisievert per Second" ; + rdfs:label "Millisievert per Second"@en ; + rdfs:label "Millisievert per Secondo"@it ; + rdfs:label "Millisievert por Segundo"@es ; + rdfs:label "Millisievert pro Sekunde"@de ; + rdfs:label "Millisiwert na Sekunda"@pl . + +unit:MilliT + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit tesla"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAA803" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA803"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit tesla" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:T ; + qudt:symbol "mT" ; + qudt:ucumCode "mT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C29" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millitesla" ; + rdfs:label "Millitesla"@cs ; + rdfs:label "Millitesla"@de ; + rdfs:label "Millitesla"@en ; + rdfs:label "Millitesla"@es ; + rdfs:label "Millitesla"@fr ; + rdfs:label "Millitesla"@hu ; + rdfs:label "Millitesla"@it ; + rdfs:label "Millitesla"@ms ; + rdfs:label "Millitesla"@pl ; + rdfs:label "Millitesla"@ro ; + rdfs:label "Millitesla"@sl ; + rdfs:label "Millitesla"@tr . + +unit:MilliTORR + a qudt:Unit ; + dcterms:description "\"MilliTorr\" is a unit for 'Force Per Area' expressed as $utorr$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.133322368421052631578947 ; + qudt:conversionMultiplierSN 1.33322368421052631578947E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:TORR ; + qudt:symbol "mTorr" ; + rdfs:isDefinedBy ; + rdfs:label "Millitorr" ; + rdfs:label "Millitorr"@en . + +unit:MilliV + a qudt:Unit ; + dcterms:description "0,001-fold of the SI derived unit volt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA804" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA804"^^xsd:anyURI ; + qudt:plainTextDescription "0,001-fold of the SI derived unit volt" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:V ; + qudt:symbol "mV" ; + qudt:ucumCode "mV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2Z" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt" ; + rdfs:label "Millivolt"@cs ; + rdfs:label "Millivolt"@de ; + rdfs:label "Millivolt"@en ; + rdfs:label "Millivolt"@fr ; + rdfs:label "Millivolt"@hu ; + rdfs:label "Millivolt"@it ; + rdfs:label "Millivolt"@ms ; + rdfs:label "Millivolt"@ro ; + rdfs:label "Millivolt"@sl ; + rdfs:label "Millivolt"@tr ; + rdfs:label "Millivoltio"@es ; + rdfs:label "Milliwolt"@pl . + +unit:MilliV-A + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + dcterms:isReplacedBy unit:MilliVA ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliV ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB533" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB533"^^xsd:anyURI ; + qudt:symbol "mV·A" ; + qudt:ucumCode "mV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt Amper"@ro ; + rdfs:label "Millivolt Amper"@sl ; + rdfs:label "Millivolt Amper"@tr ; + rdfs:label "Millivolt Ampere" ; + rdfs:label "Millivolt Ampere"@de ; + rdfs:label "Millivolt Ampere"@en ; + rdfs:label "Millivolt Ampere"@it ; + rdfs:label "Millivolt Ampere"@ms ; + rdfs:label "Millivolt Ampère"@fr ; + rdfs:label "Millivolt Ampér"@cs ; + rdfs:label "Millivoltio Amperio"@es ; + rdfs:label "Milliwolt Amper"@pl . + +unit:MilliV-A-PER-K + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + dcterms:isReplacedBy unit:MilliVA-PER-K ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliV ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD906" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD906"^^xsd:anyURI ; + qudt:symbol "mV·A/K" ; + qudt:ucumCode "mV.A.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt Amper na Kelvin"@sl ; + rdfs:label "Millivolt Amper pe Kelvin"@ro ; + rdfs:label "Millivolt Amper per Kelvin"@tr ; + rdfs:label "Millivolt Ampere per Kelvin" ; + rdfs:label "Millivolt Ampere per Kelvin"@en ; + rdfs:label "Millivolt Ampere per Kelvin"@it ; + rdfs:label "Millivolt Ampere per Kelvin"@ms ; + rdfs:label "Millivolt Ampere pro Kelvin"@de ; + rdfs:label "Millivolt Ampère par Kelvin"@fr ; + rdfs:label "Millivolt Ampér na Kelvin"@cs ; + rdfs:label "Millivoltio Amperio por Kelvin"@es ; + rdfs:label "Milliwolt Amper na Kelwin"@pl . + +unit:MilliV-A_Reactive + a qudt:Unit ; + dcterms:description "0.001 of the unit volt ampere reactive" ; + dcterms:isReplacedBy unit:MilliVAR ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliV ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC507" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC507"^^xsd:anyURI ; + qudt:symbol "mV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "MilliVolt Ampere Reactive" ; + rdfs:label "MilliVolt Ampere Reactive"@en . + +unit:MilliV-A_Reactive-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + dcterms:isReplacedBy unit:MilliVAR-PER-K ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliV ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD902" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD902"^^xsd:anyURI ; + qudt:symbol "mvar/K" ; + rdfs:isDefinedBy ; + rdfs:label "MilliVolt Ampere Reactive per Kelvin" ; + rdfs:label "MilliVolt Ampere Reactive per Kelvin"@en . + +unit:MilliV-PER-M + a qudt:Unit ; + dcterms:description "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliV ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA805" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA805"^^xsd:anyURI ; + qudt:plainTextDescription "0.000001-fold of the SI derived unit volt divided by the SI base unit metre" ; + qudt:symbol "mV/m" ; + qudt:ucumCode "mV.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C30" ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt na Meter"@sl ; + rdfs:label "Millivolt na Metr"@cs ; + rdfs:label "Millivolt par Mètre"@fr ; + rdfs:label "Millivolt pe Metru"@ro ; + rdfs:label "Millivolt per Meter"@en-US ; + rdfs:label "Millivolt per Meter"@ms ; + rdfs:label "Millivolt per Metre" ; + rdfs:label "Millivolt per Metre"@en ; + rdfs:label "Millivolt per Metre"@tr ; + rdfs:label "Millivolt per Metro"@it ; + rdfs:label "Millivolt pro Meter"@de ; + rdfs:label "Millivoltio por Metro"@es ; + rdfs:label "Milliwolt na Metr"@pl . + +unit:MilliV-PER-MIN + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit volt divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliV ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA806" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA806"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit volt divided by the unit minute" ; + qudt:symbol "mV/min" ; + qudt:ucumCode "mV.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H62" ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt per Minute" ; + rdfs:label "Millivolt per Minute"@en . + +unit:MilliV-PER-V + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit volt per SI derived unit volt" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliV ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD863" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD863"^^xsd:anyURI ; + qudt:symbol "mV/V" ; + qudt:ucumCode "mV.V-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millivolt na Volt"@cs ; + rdfs:label "Millivolt na Volt"@sl ; + rdfs:label "Millivolt par Volt"@fr ; + rdfs:label "Millivolt pe Volt"@ro ; + rdfs:label "Millivolt per Volt" ; + rdfs:label "Millivolt per Volt"@en ; + rdfs:label "Millivolt per Volt"@it ; + rdfs:label "Millivolt per Volt"@ms ; + rdfs:label "Millivolt per Volt"@tr ; + rdfs:label "Millivolt pro Volt"@de ; + rdfs:label "Millivoltio por Voltio"@es ; + rdfs:label "Milliwolt na Wolt"@pl . + +unit:MilliVA + a qudt:Unit ; + dcterms:description "0.001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB533" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB533"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:VA ; + qudt:symbol "mVA" ; + qudt:ucumCode "mVA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milli Volt Ampere" ; + rdfs:label "Milli Volt Ampere"@en ; + rdfs:label "Milli Volt Ampere"@it ; + rdfs:label "Millivoltampere"@de ; + rdfs:label "Millivoltampère"@fr ; + rdfs:label "Millivoltiamperio"@es . + +unit:MilliVA-PER-K + a qudt:Unit ; + dcterms:description "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliVA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD906" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD906"^^xsd:anyURI ; + qudt:symbol "mVA/K" ; + qudt:ucumCode "mVA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milli Volt Ampere per Kelvin" ; + rdfs:label "Milli Volt Ampere per Kelvin"@en ; + rdfs:label "Milli Volt Ampere per Kelvin"@it ; + rdfs:label "Millivoltampere pro Kelvin"@de ; + rdfs:label "Millivoltampère par Kelvin"@fr ; + rdfs:label "Millivoltiamperio por Kelvin"@es . + +unit:MilliVAR + a qudt:Unit ; + dcterms:description "0.001 of the unit volt ampere reactive" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC507" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC507"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:VAR ; + qudt:symbol "mvar" ; + qudt:ucumCode "mvar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milli Volt Ampere Reactive" ; + rdfs:label "Milli Volt Ampere Reactive"@en . + +unit:MilliVAR-PER-K + a qudt:Unit ; + dcterms:description "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliVAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD902" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD902"^^xsd:anyURI ; + qudt:symbol "mvar/K" ; + qudt:ucumCode "mvar.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Milli Volt Ampere Reactive per Kelvin" ; + rdfs:label "Milli Volt Ampere Reactive per Kelvin"@en . + +unit:MilliW + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA807" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA807"^^xsd:anyURI ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:W ; + qudt:symbol "mW" ; + qudt:ucumCode "mW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C31" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millivatio"@es ; + rdfs:label "Milliwat"@pl ; + rdfs:label "Milliwatt" ; + rdfs:label "Milliwatt"@cs ; + rdfs:label "Milliwatt"@de ; + rdfs:label "Milliwatt"@en ; + rdfs:label "Milliwatt"@fr ; + rdfs:label "Milliwatt"@hu ; + rdfs:label "Milliwatt"@it ; + rdfs:label "Milliwatt"@ms ; + rdfs:label "Milliwatt"@ro ; + rdfs:label "Milliwatt"@sl ; + rdfs:label "Milliwatt"@tr . + +unit:MilliW-PER-CentiM2-MicroM-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000000.0 ; + qudt:conversionMultiplierSN 1.0E7 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "mW/(cm²·μm·sr)" ; + qudt:ucumCode "mW.cm-2.um-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millivatio por Centimetro Cuadrado Micrometro Estereorradián"@es ; + rdfs:label "Milliwat na Centimetr Kwadratowy Micrometr Steradian"@pl ; + rdfs:label "Milliwatt na Kvadratni Centimeter Micrometer Steradian"@sl ; + rdfs:label "Milliwatt na Čtvereční Centimetr Micrometr Steradián"@cs ; + rdfs:label "Milliwatt par Centimètre Carré Micromètre Stéradian"@fr ; + rdfs:label "Milliwatt pe Centimetru Pătrat Micrometru Steradian"@ro ; + rdfs:label "Milliwatt per Centimeter Persegi Micrometer Steradian"@ms ; + rdfs:label "Milliwatt per Centimetrekare Micrometre Steradyan"@tr ; + rdfs:label "Milliwatt per Centimetro Quadrato Micrometro Steradiante"@it ; + rdfs:label "Milliwatt per Square Centimeter Micrometer Steradian"@en-US ; + rdfs:label "Milliwatt per Square Centimetre Micrometre Steradian" ; + rdfs:label "Milliwatt per Square Centimetre Micrometre Steradian"@en ; + rdfs:label "Milliwatt pro Quadratcentimeter Micrometer Steradiant"@de . + +unit:MilliW-PER-M2 + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAA808" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA808"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "mW/m²" ; + qudt:ucumCode "mW.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C32" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Millivatio por Metro Cuadrado"@es ; + rdfs:label "Milliwat na Metr Kwadratowy"@pl ; + rdfs:label "Milliwatt na Kvadratni Meter"@sl ; + rdfs:label "Milliwatt na Čtvereční Metr"@cs ; + rdfs:label "Milliwatt par Mètre Carré"@fr ; + rdfs:label "Milliwatt pe Metru Pătrat"@ro ; + rdfs:label "Milliwatt per Meter Persegi"@ms ; + rdfs:label "Milliwatt per Metrekare"@tr ; + rdfs:label "Milliwatt per Metro Quadrato"@it ; + rdfs:label "Milliwatt per Square Meter"@en-US ; + rdfs:label "Milliwatt per Square Metre" ; + rdfs:label "Milliwatt per Square Metre"@en ; + rdfs:label "Milliwatt pro Quadratmeter"@de . + +unit:MilliW-PER-M2-NanoM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "mW/(m²·nm)" ; + qudt:ucumCode "mW.m-2.nm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millivatio por Metro Cuadrado Nanometro"@es ; + rdfs:label "Milliwat na Metr Kwadratowy Nanometr"@pl ; + rdfs:label "Milliwatt na Kvadratni Meter Nanometer"@sl ; + rdfs:label "Milliwatt na Čtvereční Metr Nanometr"@cs ; + rdfs:label "Milliwatt par Mètre Carré Nanomètre"@fr ; + rdfs:label "Milliwatt pe Metru Pătrat Nanometru"@ro ; + rdfs:label "Milliwatt per Meter Persegi Nanometer"@ms ; + rdfs:label "Milliwatt per Metrekare Nanometre"@tr ; + rdfs:label "Milliwatt per Metro Quadrato Nanometro"@it ; + rdfs:label "Milliwatt per Square Meter Nanometer"@en-US ; + rdfs:label "Milliwatt per Square Metre Nanometre" ; + rdfs:label "Milliwatt per Square Metre Nanometre"@en ; + rdfs:label "Milliwatt pro Quadratmeter Nanometer"@de . + +unit:MilliW-PER-M2-NanoM-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliW ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiance ; + qudt:symbol "mW/(m²·nm·sr)" ; + qudt:ucumCode "mW.m-2.nm-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millivatio por Metro Cuadrado Nanometro Estereorradián"@es ; + rdfs:label "Milliwat na Metr Kwadratowy Nanometr Steradian"@pl ; + rdfs:label "Milliwatt na Kvadratni Meter Nanometer Steradian"@sl ; + rdfs:label "Milliwatt na Čtvereční Metr Nanometr Steradián"@cs ; + rdfs:label "Milliwatt par Mètre Carré Nanomètre Stéradian"@fr ; + rdfs:label "Milliwatt pe Metru Pătrat Nanometru Steradian"@ro ; + rdfs:label "Milliwatt per Meter Persegi Nanometer Steradian"@ms ; + rdfs:label "Milliwatt per Metrekare Nanometre Steradyan"@tr ; + rdfs:label "Milliwatt per Metro Quadrato Nanometro Steradiante"@it ; + rdfs:label "Milliwatt per Square Meter Nanometer Steradian"@en-US ; + rdfs:label "Milliwatt per Square Metre Nanometre Steradian" ; + rdfs:label "Milliwatt per Square Metre Nanometre Steradian"@en ; + rdfs:label "Milliwatt pro Quadratmeter Nanometer Steradiant"@de . + +unit:MilliW-PER-MilliGM + a qudt:Unit ; + dcterms:description "SI derived unit milliwatt divided by the SI derived unit milligram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:W-PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MilliW ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:plainTextDescription "SI derived unit milliwatt divided by the SI derived unit milligram" ; + qudt:symbol "mW/mg" ; + qudt:ucumCode "mW.mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Millivatio por Milligramo"@es ; + rdfs:label "Milliwat na Milligram"@pl ; + rdfs:label "Milliwatt na Milligram"@cs ; + rdfs:label "Milliwatt na Milligram"@sl ; + rdfs:label "Milliwatt par Milligramme"@fr ; + rdfs:label "Milliwatt pe Milligram"@ro ; + rdfs:label "Milliwatt per Milligram" ; + rdfs:label "Milliwatt per Milligram"@en ; + rdfs:label "Milliwatt per Milligram"@ms ; + rdfs:label "Milliwatt per Milligram"@tr ; + rdfs:label "Milliwatt per Milligrammo"@it ; + rdfs:label "Milliwatt pro Milligramm"@de . + +unit:MilliWB + a qudt:Unit ; + dcterms:description "0.001-fold of the SI derived unit weber"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAA809" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA809"^^xsd:anyURI ; + qudt:plainTextDescription "0.001-fold of the SI derived unit weber" ; + qudt:prefix prefix:Milli ; + qudt:scalingOf unit:WB ; + qudt:symbol "mWb" ; + qudt:ucumCode "mWb"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C33" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Milliweber" ; + rdfs:label "Milliweber"@cs ; + rdfs:label "Milliweber"@de ; + rdfs:label "Milliweber"@en ; + rdfs:label "Milliweber"@es ; + rdfs:label "Milliweber"@fr ; + rdfs:label "Milliweber"@hu ; + rdfs:label "Milliweber"@it ; + rdfs:label "Milliweber"@ms ; + rdfs:label "Milliweber"@pl ; + rdfs:label "Milliweber"@ro ; + rdfs:label "Milliweber"@sl ; + rdfs:label "Milliweber"@tr . + +unit:MillionUSD-PER-YR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:isReplacedBy unit:MegaCCY_USD-PER-YR ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:expression "$M\\$/yr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MillionUSD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "$M/a" ; + rdfs:isDefinedBy ; + rdfs:label "Million Us Dollars per Year" ; + rdfs:label "Million Us Dollars per Year"@en . + +unit:N + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The \"Newton\" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \\cdot a$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Newton"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:KiloGM-M-PER-SEC2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA235" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA235"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Newton?oldid=488427661"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:newton ; + qudt:symbol "N" ; + qudt:ucumCode "N"^^qudt:UCUMcs ; + qudt:udunitsCode "N" ; + qudt:uneceCommonCode "NEW" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton" ; + rdfs:label "Newton"@cs ; + rdfs:label "Newton"@de ; + rdfs:label "Newton"@en ; + rdfs:label "Newton"@es ; + rdfs:label "Newton"@fr ; + rdfs:label "Newton"@hu ; + rdfs:label "Newton"@it ; + rdfs:label "Newton"@ms ; + rdfs:label "Newton"@pt ; + rdfs:label "Newton"@ro ; + rdfs:label "Newton"@sl ; + rdfs:label "Newton"@tr ; + rdfs:label "Newtonium"@la ; + rdfs:label "Niuton"@pl ; + rdfs:label "Νιούτον"@el ; + rdfs:label "Ньютон"@ru ; + rdfs:label "Нютон"@bg ; + rdfs:label "ניוטון"@he ; + rdfs:label "نيوتن"@ar ; + rdfs:label "نیوتن"@fa ; + rdfs:label "न्यूटन"@hi ; + rdfs:label "ニュートン"@ja ; + rdfs:label "牛顿"@zh . + +unit:N-CentiM + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA237" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA237"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre" ; + qudt:symbol "N·cm" ; + qudt:ucumCode "N.cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F88" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton Centimeter"@de ; + rdfs:label "Newton Centimeter"@en-US ; + rdfs:label "Newton Centimeter"@ms ; + rdfs:label "Newton Centimeter"@sl ; + rdfs:label "Newton Centimetr"@cs ; + rdfs:label "Newton Centimetre" ; + rdfs:label "Newton Centimetre"@en ; + rdfs:label "Newton Centimetre"@tr ; + rdfs:label "Newton Centimetro"@es ; + rdfs:label "Newton Centimetro"@it ; + rdfs:label "Newton Centimetru"@ro ; + rdfs:label "Newton Centimètre"@fr ; + rdfs:label "Niuton Centimetr"@pl . + +unit:N-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:J ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA239" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA239"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Newton_metre?oldid=493923333"^^xsd:anyURI ; + qudt:siUnitsExpression "N.m" ; + qudt:symbol "N·m" ; + qudt:ucumCode "N.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NU" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter"@de ; + rdfs:label "Newton Meter"@en-US ; + rdfs:label "Newton Meter"@ms ; + rdfs:label "Newton Meter"@sl ; + rdfs:label "Newton Metr"@cs ; + rdfs:label "Newton Metre" ; + rdfs:label "Newton Metre"@en ; + rdfs:label "Newton Metre"@tr ; + rdfs:label "Newton Metro"@es ; + rdfs:label "Newton Metro"@it ; + rdfs:label "Newton Metro"@pt ; + rdfs:label "Newton Metru"@ro ; + rdfs:label "Newton Mètre"@fr ; + rdfs:label "Newtonium Metrum"@la ; + rdfs:label "Niuton Metr"@pl ; + rdfs:label "Νιούτον Μέτρο"@el ; + rdfs:label "Ньютон Метр"@ru ; + rdfs:label "Нютон Метър"@bg ; + rdfs:label "نيوتن متر"@ar ; + rdfs:label "نیوتون متر"@fa ; + rdfs:label "न्यूटन मीटर"@hi ; + rdfs:label "ニュートンメートル"@ja ; + rdfs:label "牛米"@zh . + +unit:N-M-PER-A + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAA241" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA241"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere" ; + qudt:symbol "N·m/A" ; + qudt:ucumCode "N.m.A-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F90" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter na Amper"@sl ; + rdfs:label "Newton Meter per Ampere"@en-US ; + rdfs:label "Newton Meter per Ampere"@ms ; + rdfs:label "Newton Meter pro Ampere"@de ; + rdfs:label "Newton Metr na Ampér"@cs ; + rdfs:label "Newton Metre per Amper"@tr ; + rdfs:label "Newton Metre per Ampere" ; + rdfs:label "Newton Metre per Ampere"@en ; + rdfs:label "Newton Metro per Ampere"@it ; + rdfs:label "Newton Metro por Ampere"@pt ; + rdfs:label "Newton Metro por Amperio"@es ; + rdfs:label "Newton Metru pe Amper"@ro ; + rdfs:label "Newton Mètre par Ampère"@fr ; + rdfs:label "Newtonium Metrum per Amperium"@la ; + rdfs:label "Niuton Metr na Amper"@pl ; + rdfs:label "Νιούτον Μέτρο ανά Αμπέρ"@el ; + rdfs:label "Ньютон Метр на Ампер"@ru ; + rdfs:label "Нютон Метър на Ампер"@bg . + +unit:N-M-PER-ARCMIN + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]" ; + qudt:conversionMultiplier 3437.746766834402696604316471280553 ; + qudt:conversionMultiplierSN 3.437746766834402696604316471280553E3 ; + qudt:exactMatch unit:N-M-PER-MIN_Angle ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:ARCMIN ; + ] ; + qudt:hasQuantityKind quantitykind:TorquePerAngle ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:iec61360Code "0112/2///62720#UAD923" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD923"^^xsd:anyURI ; + qudt:symbol "N·m/'" ; + qudt:ucumCode "N.m.'-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter per Arcminute"@en-US ; + rdfs:label "Newton Metre per Arcminute" ; + rdfs:label "Newton Metre per Arcminute"@en . + +unit:N-M-PER-DEG + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit degree" ; + qudt:conversionMultiplier 57.29577951308232087679815481410516 ; + qudt:conversionMultiplierSN 5.729577951308232087679815481410516E1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:TorquePerAngle ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:iec61360Code "0112/2///62720#UAB308" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB308"^^xsd:anyURI ; + qudt:symbol "N·m/°" ; + qudt:ucumCode "N.m.deg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F89" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter per Degree"@en-US ; + rdfs:label "Newton Metre per Degree" ; + rdfs:label "Newton Metre per Degree"@en . + +unit:N-M-PER-DEG-M + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 57.29577951308232087679815481410516 ; + qudt:conversionMultiplierSN 5.729577951308232087679815481410516E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasQuantityKind quantitykind:ModulusOfRotationalSubgradeReaction ; + qudt:plainTextDescription "A common unit for measuring the modulus of rotational subgrade reaction." ; + qudt:symbol "N·m/(°·m)" ; + qudt:ucumCode "N.m.deg-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter per Degree Meter"@en-US ; + rdfs:label "Newton Metre per Degree Metre" ; + rdfs:label "Newton Metre per Degree Metre"@en . + +unit:N-M-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAB490" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB490"^^xsd:anyURI ; + qudt:plainTextDescription "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram" ; + qudt:symbol "N·m/kg" ; + qudt:ucumCode "N.m.kg-1"^^qudt:UCUMcs ; + qudt:udunitsCode "gp" ; + qudt:uneceCommonCode "G19" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter na Kilogram"@sl ; + rdfs:label "Newton Meter per Kilogram"@en-US ; + rdfs:label "Newton Meter per Kilogram"@ms ; + rdfs:label "Newton Meter pro Kilogramm"@de ; + rdfs:label "Newton Metr na Kilogram"@cs ; + rdfs:label "Newton Metre per Kilogram" ; + rdfs:label "Newton Metre per Kilogram"@en ; + rdfs:label "Newton Metre per Kilogram"@tr ; + rdfs:label "Newton Metro per Chilogrammo"@it ; + rdfs:label "Newton Metro por Kilogramo"@es ; + rdfs:label "Newton Metro por Quilograma"@pt ; + rdfs:label "Newton Metru pe Kilogram"@ro ; + rdfs:label "Newton Mètre par Kilogramme"@fr ; + rdfs:label "Newtonium Metrum per Chiliogramma"@la ; + rdfs:label "Niuton Metr na Kilogram"@pl ; + rdfs:label "Νιούτον Μέτρο ανά Χιλιόγραμμο"@el ; + rdfs:label "Ньютон Метр на Килограмм"@ru ; + rdfs:label "Нютон Метър на Килограм"@bg . + +unit:N-M-PER-M + a qudt:Unit ; + dcterms:description "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:TorquePerLength ; + qudt:iec61360Code "0112/2///62720#UAB463" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB463"^^xsd:anyURI ; + qudt:plainTextDescription "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton" ; + qudt:symbol "N·m/m" ; + qudt:ucumCode "N.m.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q27" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter na Meter"@sl ; + rdfs:label "Newton Meter per Meter"@en-US ; + rdfs:label "Newton Meter per Meter"@ms ; + rdfs:label "Newton Meter pro Meter"@de ; + rdfs:label "Newton Metr na Metr"@cs ; + rdfs:label "Newton Metre per Metre" ; + rdfs:label "Newton Metre per Metre"@en ; + rdfs:label "Newton Metre per Metre"@tr ; + rdfs:label "Newton Metro per Metro"@it ; + rdfs:label "Newton Metro por Metro"@es ; + rdfs:label "Newton Metro por Metro"@pt ; + rdfs:label "Newton Metru pe Metru"@ro ; + rdfs:label "Newton Mètre par Mètre"@fr ; + rdfs:label "Newtonium Metrum per Metrum"@la ; + rdfs:label "Niuton Metr na Metr"@pl ; + rdfs:label "Νιούτον Μέτρο ανά Μέτρο"@el ; + rdfs:label "Ньютон Метр на Метр"@ru ; + rdfs:label "Нютон Метър на Метър"@bg . + +unit:N-M-PER-M-RAD + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:N-PER-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:ModulusOfRotationalSubgradeReaction ; + qudt:symbol "N·m/(m·rad)" ; + qudt:ucumCode "N.m.m-1.rad-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter na Meter Radian"@sl ; + rdfs:label "Newton Meter per Meter Radian"@en-US ; + rdfs:label "Newton Meter per Meter Radian"@ms ; + rdfs:label "Newton Meter pro Meter Radiant"@de ; + rdfs:label "Newton Metr na Metr Radián"@cs ; + rdfs:label "Newton Metre per Metre Radian" ; + rdfs:label "Newton Metre per Metre Radian"@en ; + rdfs:label "Newton Metre per Metre Radyan"@tr ; + rdfs:label "Newton Metro per Metro Radiante"@it ; + rdfs:label "Newton Metro por Metro Radiano"@pt ; + rdfs:label "Newton Metro por Metro Radián"@es ; + rdfs:label "Newton Metru pe Metru Radian"@ro ; + rdfs:label "Newton Mètre par Mètre Radian"@fr ; + rdfs:label "Newtonium Metrum per Metrum Radian"@la ; + rdfs:label "Niuton Metr na Metr Radian"@pl ; + rdfs:label "Νιούτον Μέτρο ανά Μέτρο Ακτίνιο"@el ; + rdfs:label "Ньютон Метр на Метр Радиан"@ru ; + rdfs:label "Нютон Метър на Метър Радиан"@bg . + +unit:N-M-PER-M2 + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA244" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA244"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "N·m/m²" ; + qudt:ucumCode "N.m.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H86" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter na Kvadratni Meter"@sl ; + rdfs:label "Newton Meter per Meter Persegi"@ms ; + rdfs:label "Newton Meter per Square Meter"@en-US ; + rdfs:label "Newton Meter pro Quadratmeter"@de ; + rdfs:label "Newton Metr na Čtvereční Metr"@cs ; + rdfs:label "Newton Metre per Metrekare"@tr ; + rdfs:label "Newton Metre per Square Metre" ; + rdfs:label "Newton Metre per Square Metre"@en ; + rdfs:label "Newton Metro per Metro Quadrato"@it ; + rdfs:label "Newton Metro por Metro Cuadrado"@es ; + rdfs:label "Newton Metro por Metro Quadrado"@pt ; + rdfs:label "Newton Metru pe Metru Pătrat"@ro ; + rdfs:label "Newton Mètre par Mètre Carré"@fr ; + rdfs:label "Newtonium Metrum per Metrum Quadratum"@la ; + rdfs:label "Niuton Metr na Metr Kwadratowy"@pl ; + rdfs:label "Νιούτον Μέτρο ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ньютон Метр на Квадратный Метр"@ru ; + rdfs:label "Нютон Метър на Квадратен Метър"@bg . + +unit:N-M-PER-MIN_Angle + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]" ; + qudt:conversionMultiplier 3437.746766834402696604316471280553 ; + qudt:conversionMultiplierSN 3.437746766834402696604316471280553E3 ; + qudt:exactMatch unit:N-M-PER-ARCMIN ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN_Angle ; + ] ; + qudt:hasQuantityKind quantitykind:TorquePerAngle ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:iec61360Code "0112/2///62720#UAD923" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD923"^^xsd:anyURI ; + qudt:symbol "N·m/'" ; + qudt:ucumCode "N.m.'-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter per Minute Angle"@en-US ; + rdfs:label "Newton Metre per Minute Angle" ; + rdfs:label "Newton Metre per Minute Angle"@en . + +unit:N-M-PER-RAD + a qudt:Unit ; + dcterms:description "Newton Meter per Radian is the SI unit for Torsion Constant"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:TorquePerAngle ; + qudt:hasQuantityKind quantitykind:TorsionalSpringConstant ; + qudt:iec61360Code "0112/2///62720#UAB309" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB309"^^xsd:anyURI ; + qudt:plainTextDescription "Newton Meter per Radian is the SI unit for Torsion Constant" ; + qudt:symbol "N·m/rad" ; + qudt:ucumCode "N.m.rad-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M93" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter na Radian"@sl ; + rdfs:label "Newton Meter per Radian"@en-US ; + rdfs:label "Newton Meter per Radian"@ms ; + rdfs:label "Newton Meter pro Radiant"@de ; + rdfs:label "Newton Metr na Radián"@cs ; + rdfs:label "Newton Metre per Radian" ; + rdfs:label "Newton Metre per Radian"@en ; + rdfs:label "Newton Metre per Radyan"@tr ; + rdfs:label "Newton Metro per Radiante"@it ; + rdfs:label "Newton Metro por Radiano"@pt ; + rdfs:label "Newton Metro por Radián"@es ; + rdfs:label "Newton Metru pe Radian"@ro ; + rdfs:label "Newton Mètre par Radian"@fr ; + rdfs:label "Newtonium Metrum per Radian"@la ; + rdfs:label "Niuton Metr na Radian"@pl ; + rdfs:label "Νιούτον Μέτρο ανά Ακτίνιο"@el ; + rdfs:label "Ньютон Метр на Радиан"@ru ; + rdfs:label "Нютон Метър на Радиан"@bg . + +unit:N-M-PER-W0dot5 + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the square root out of the SI derived unit watt" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -0.5 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA242" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA242"^^xsd:anyURI ; + qudt:symbol "N·m/√W" ; + qudt:uneceCommonCode "H41" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Metre per Square Root Watt" ; + rdfs:label "Newton Metre per Square Root Watt"@en . + +unit:N-M-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI derived unit of angular momentum. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:AngularImpulse ; + qudt:hasQuantityKind quantitykind:AngularMomentum ; + qudt:iec61360Code "0112/2///62720#UAA245" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA245"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/SI_derived_unit"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:siUnitsExpression "N.m.sec" ; + qudt:symbol "N·m·s" ; + qudt:ucumCode "N.m.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C53" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter Saat"@ms ; + rdfs:label "Newton Meter Second"@en-US ; + rdfs:label "Newton Meter Sekunda"@sl ; + rdfs:label "Newton Meter Sekunde"@de ; + rdfs:label "Newton Metr Sekunda"@cs ; + rdfs:label "Newton Metre Saniye"@tr ; + rdfs:label "Newton Metre Second" ; + rdfs:label "Newton Metre Second"@en ; + rdfs:label "Newton Metro Secondo"@it ; + rdfs:label "Newton Metro Segundo"@es ; + rdfs:label "Newton Metro Segundo"@pt ; + rdfs:label "Newton Metru Secundă"@ro ; + rdfs:label "Newton Mètre Seconde"@fr ; + rdfs:label "Newtonium Metrum Secundum"@la ; + rdfs:label "Niuton Metr Sekunda"@pl ; + rdfs:label "Νιούτον Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Ньютон Метр Секунда"@ru ; + rdfs:label "Нютон Метър Секунда"@bg ; + rdfs:label "نيوتن متر ثانية"@ar ; + rdfs:label "نیوتون ثانیه"@fa ; + rdfs:label "न्यूटन मीटर सैकण्ड"@hi ; + rdfs:label "ニュートンメートル秒"@ja ; + rdfs:label "牛秒"@zh . + +unit:N-M-SEC-PER-M + a qudt:Unit ; + dcterms:description "Newton metre seconds measured per metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:plainTextDescription "Newton metre seconds measured per metre" ; + qudt:symbol "N·m·s/m" ; + qudt:ucumCode "N.m.s.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter Saat per Meter"@ms ; + rdfs:label "Newton Meter Second per Meter"@en-US ; + rdfs:label "Newton Meter Sekunda na Meter"@sl ; + rdfs:label "Newton Meter Sekunde pro Meter"@de ; + rdfs:label "Newton Metr Sekunda na Metr"@cs ; + rdfs:label "Newton Metre Saniye per Metre"@tr ; + rdfs:label "Newton Metre Second per Metre" ; + rdfs:label "Newton Metre Second per Metre"@en ; + rdfs:label "Newton Metro Secondo per Metro"@it ; + rdfs:label "Newton Metro Segundo por Metro"@es ; + rdfs:label "Newton Metro Segundo por Metro"@pt ; + rdfs:label "Newton Metru Secundă pe Metru"@ro ; + rdfs:label "Newton Mètre Seconde par Mètre"@fr ; + rdfs:label "Newtonium Metrum Secundum per Metrum"@la ; + rdfs:label "Niuton Metr Sekunda na Metr"@pl ; + rdfs:label "Νιούτον Μέτρο Δευτερόλεπτο ανά Μέτρο"@el ; + rdfs:label "Ньютон Метр Секунда на Метр"@ru ; + rdfs:label "Нютон Метър Секунда на Метър"@bg . + +unit:N-M-SEC-PER-RAD + a qudt:Unit ; + dcterms:description "Newton metre seconds measured per radian"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AngularMomentumPerAngle ; + qudt:plainTextDescription "Newton metre seconds measured per radian" ; + qudt:symbol "N·m·s/rad" ; + qudt:ucumCode "N.m.s.rad-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Meter Saat per Radian"@ms ; + rdfs:label "Newton Meter Second per Radian"@en-US ; + rdfs:label "Newton Meter Sekunda na Radian"@sl ; + rdfs:label "Newton Meter Sekunde pro Radiant"@de ; + rdfs:label "Newton Metr Sekunda na Radián"@cs ; + rdfs:label "Newton Metre Saniye per Radyan"@tr ; + rdfs:label "Newton Metre Second per Radian" ; + rdfs:label "Newton Metre Second per Radian"@en ; + rdfs:label "Newton Metro Secondo per Radiante"@it ; + rdfs:label "Newton Metro Segundo por Radiano"@pt ; + rdfs:label "Newton Metro Segundo por Radián"@es ; + rdfs:label "Newton Metru Secundă pe Radian"@ro ; + rdfs:label "Newton Mètre Seconde par Radian"@fr ; + rdfs:label "Newtonium Metrum Secundum per Radian"@la ; + rdfs:label "Niuton Metr Sekunda na Radian"@pl ; + rdfs:label "Νιούτον Μέτρο Δευτερόλεπτο ανά Ακτίνιο"@el ; + rdfs:label "Ньютон Метр Секунда на Радиан"@ru ; + rdfs:label "Нютон Метър Секунда на Радиан"@bg . + +unit:N-M2 + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:WarpingMoment ; + qudt:symbol "N·m²" ; + qudt:ucumCode "N.m2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Kvadratni Meter"@sl ; + rdfs:label "Newton Meter Persegi"@ms ; + rdfs:label "Newton Metrekare"@tr ; + rdfs:label "Newton Metro Cuadrado"@es ; + rdfs:label "Newton Metro Quadrado"@pt ; + rdfs:label "Newton Metro Quadrato"@it ; + rdfs:label "Newton Metru Pătrat"@ro ; + rdfs:label "Newton Mètre Carré"@fr ; + rdfs:label "Newton Quadratmeter"@de ; + rdfs:label "Newton Square Meter"@en-US ; + rdfs:label "Newton Square Metre" ; + rdfs:label "Newton Square Metre"@en ; + rdfs:label "Newton Čtvereční Metr"@cs ; + rdfs:label "Newtonium Metrum Quadratum"@la ; + rdfs:label "Niuton Metr Kwadratowy"@pl ; + rdfs:label "Νιούτον Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ньютон Квадратный Метр"@ru ; + rdfs:label "Нютон Квадратен Метър"@bg . + +unit:N-M2-PER-A + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:WB-M ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticDipoleMoment ; + qudt:iec61360Code "0112/2///62720#UAB332" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB332"^^xsd:anyURI ; + qudt:symbol "N·m²/A" ; + qudt:ucumCode "N.m2.A-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P49" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Kvadratni Meter na Amper"@sl ; + rdfs:label "Newton Meter Persegi per Ampere"@ms ; + rdfs:label "Newton Metrekare per Amper"@tr ; + rdfs:label "Newton Metro Cuadrado por Amperio"@es ; + rdfs:label "Newton Metro Quadrado por Ampere"@pt ; + rdfs:label "Newton Metro Quadrato per Ampere"@it ; + rdfs:label "Newton Metru Pătrat pe Amper"@ro ; + rdfs:label "Newton Mètre Carré par Ampère"@fr ; + rdfs:label "Newton Quadratmeter pro Ampere"@de ; + rdfs:label "Newton Square Meter per Ampere"@en-US ; + rdfs:label "Newton Square Metre per Ampere" ; + rdfs:label "Newton Square Metre per Ampere"@en ; + rdfs:label "Newton Čtvereční Metr na Ampér"@cs ; + rdfs:label "Newtonium Metrum Quadratum per Amperium"@la ; + rdfs:label "Niuton Metr Kwadratowy na Amper"@pl ; + rdfs:label "Νιούτον Τετραγωνικό Μέτρο ανά Αμπέρ"@el ; + rdfs:label "Ньютон Квадратный Метр на Ампер"@ru ; + rdfs:label "Нютон Квадратен Метър на Ампер"@bg . + +unit:N-M2-PER-KiloGM2 + a qudt:Unit ; + dcterms:description "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB491" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB491"^^xsd:anyURI ; + qudt:plainTextDescription "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2" ; + qudt:symbol "N·m²/kg²" ; + qudt:ucumCode "N.m2.kg-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C54" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton Kvadratni Meter na Kvadratni Kilogram"@sl ; + rdfs:label "Newton Meter Persegi per Kilogram Persegi"@ms ; + rdfs:label "Newton Metrekare per Kilogramkare"@tr ; + rdfs:label "Newton Metro Cuadrado por Kilogramo Cuadrado"@es ; + rdfs:label "Newton Metro Quadrado por Quilograma Quadrado"@pt ; + rdfs:label "Newton Metro Quadrato per Chilogrammo Quadrato"@it ; + rdfs:label "Newton Metru Pătrat pe Kilogram Pătrat"@ro ; + rdfs:label "Newton Mètre Carré par Kilogramme Carré"@fr ; + rdfs:label "Newton Quadratmeter pro Quadratkilogramm"@de ; + rdfs:label "Newton Square Meter per Square Kilogram"@en-US ; + rdfs:label "Newton Square Metre per Square Kilogram" ; + rdfs:label "Newton Square Metre per Square Kilogram"@en ; + rdfs:label "Newton Čtvereční Metr na Čtvereční Kilogram"@cs ; + rdfs:label "Newtonium Metrum Quadratum per Chiliogramma Quadratum"@la ; + rdfs:label "Niuton Metr Kwadratowy na Kilogram Kwadratowy"@pl ; + rdfs:label "Νιούτον Τετραγωνικό Μέτρο ανά Τετραγωνικό Χιλιόγραμμο"@el ; + rdfs:label "Ньютон Квадратный Метр на Квадратный Килограмм"@ru ; + rdfs:label "Нютон Квадратен Метър на Квадратен Килограм"@bg . + +unit:N-PER-A + a qudt:Unit ; + dcterms:description "SI derived unit newton divided by the SI base unit ampere"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFluxPerLength ; + qudt:iec61360Code "0112/2///62720#UAA236" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA236"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit newton divided by the SI base unit ampere" ; + qudt:symbol "N/A" ; + qudt:ucumCode "N.A-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H40" ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Amper"@sl ; + rdfs:label "Newton na Ampér"@cs ; + rdfs:label "Newton par Ampère"@fr ; + rdfs:label "Newton pe Amper"@ro ; + rdfs:label "Newton per Amper"@tr ; + rdfs:label "Newton per Ampere" ; + rdfs:label "Newton per Ampere"@en ; + rdfs:label "Newton per Ampere"@it ; + rdfs:label "Newton per Ampere"@ms ; + rdfs:label "Newton por Ampere"@pt ; + rdfs:label "Newton por Amperio"@es ; + rdfs:label "Newton pro Ampere"@de ; + rdfs:label "Newtonium per Amperium"@la ; + rdfs:label "Niuton na Amper"@pl ; + rdfs:label "Νιούτον ανά Αμπέρ"@el ; + rdfs:label "Ньютон на Ампер"@ru ; + rdfs:label "Нютон на Ампер"@bg . + +unit:N-PER-C + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It essentially the same as the corresponding standard SI unit V/m."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$N/C$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerElectricCharge ; + qudt:symbol "N/C" ; + qudt:ucumCode "N.C-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Coulomb"@cs ; + rdfs:label "Newton na Coulomb"@sl ; + rdfs:label "Newton par Coulomb"@fr ; + rdfs:label "Newton pe Coulomb"@ro ; + rdfs:label "Newton per Coulomb" ; + rdfs:label "Newton per Coulomb"@en ; + rdfs:label "Newton per Coulomb"@it ; + rdfs:label "Newton per Coulomb"@ms ; + rdfs:label "Newton per Coulomb"@tr ; + rdfs:label "Newton por Coulomb"@pt ; + rdfs:label "Newton por Culombio"@es ; + rdfs:label "Newton pro Coulomb"@de ; + rdfs:label "Newtonium per Coulombium"@la ; + rdfs:label "Niuton na Kulomb"@pl ; + rdfs:label "Νιούτον ανά Κουλόμπ"@el ; + rdfs:label "Ньютон на Кулон"@ru ; + rdfs:label "Нютон на Кулон"@bg . + +unit:N-PER-CentiM + a qudt:Unit ; + dcterms:description "SI derived unit newton divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA238" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA238"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit newton divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "N/cm" ; + qudt:ucumCode "N.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M23" ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Centimeter"@sl ; + rdfs:label "Newton na Centimetr"@cs ; + rdfs:label "Newton par Centimètre"@fr ; + rdfs:label "Newton pe Centimetru"@ro ; + rdfs:label "Newton per Centimeter"@en-US ; + rdfs:label "Newton per Centimeter"@ms ; + rdfs:label "Newton per Centimetre" ; + rdfs:label "Newton per Centimetre"@en ; + rdfs:label "Newton per Centimetre"@tr ; + rdfs:label "Newton per Centimetro"@it ; + rdfs:label "Newton por Centimetro"@es ; + rdfs:label "Newton pro Centimeter"@de ; + rdfs:label "Niuton na Centimetr"@pl . + +unit:N-PER-CentiM2 + a qudt:Unit ; + dcterms:description "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB183" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB183"^^xsd:anyURI ; + qudt:plainTextDescription "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; + qudt:symbol "N/cm²" ; + qudt:ucumCode "N.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E01" ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Kvadratni Centimeter"@sl ; + rdfs:label "Newton na Čtvereční Centimetr"@cs ; + rdfs:label "Newton par Centimètre Carré"@fr ; + rdfs:label "Newton pe Centimetru Pătrat"@ro ; + rdfs:label "Newton per Centimeter Persegi"@ms ; + rdfs:label "Newton per Centimetrekare"@tr ; + rdfs:label "Newton per Centimetro Quadrato"@it ; + rdfs:label "Newton per Square Centimeter"@en-US ; + rdfs:label "Newton per Square Centimetre" ; + rdfs:label "Newton per Square Centimetre"@en ; + rdfs:label "Newton por Centimetro Cuadrado"@es ; + rdfs:label "Newton pro Quadratcentimeter"@de ; + rdfs:label "Niuton na Centimetr Kwadratowy"@pl . + +unit:N-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$N/kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:ThrustToMassRatio ; + qudt:symbol "N/kg" ; + qudt:ucumCode "N.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Kilogram"@cs ; + rdfs:label "Newton na Kilogram"@sl ; + rdfs:label "Newton par Kilogramme"@fr ; + rdfs:label "Newton pe Kilogram"@ro ; + rdfs:label "Newton per Chilogrammo"@it ; + rdfs:label "Newton per Kilogram" ; + rdfs:label "Newton per Kilogram"@en ; + rdfs:label "Newton per Kilogram"@ms ; + rdfs:label "Newton per Kilogram"@tr ; + rdfs:label "Newton por Kilogramo"@es ; + rdfs:label "Newton por Quilograma"@pt ; + rdfs:label "Newton pro Kilogramm"@de ; + rdfs:label "Newtonium per Chiliogramma"@la ; + rdfs:label "Niuton na Kilogram"@pl ; + rdfs:label "Νιούτον ανά Χιλιόγραμμο"@el ; + rdfs:label "Ньютон на Килограмм"@ru ; + rdfs:label "Нютон на Килограм"@bg . + +unit:N-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$N/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA246" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA246"^^xsd:anyURI ; + qudt:symbol "N/m" ; + qudt:ucumCode "N.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4P" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Meter"@sl ; + rdfs:label "Newton na Metr"@cs ; + rdfs:label "Newton par Mètre"@fr ; + rdfs:label "Newton pe Metru"@ro ; + rdfs:label "Newton per Meter"@en-US ; + rdfs:label "Newton per Meter"@ms ; + rdfs:label "Newton per Metre" ; + rdfs:label "Newton per Metre"@en ; + rdfs:label "Newton per Metre"@tr ; + rdfs:label "Newton per Metro"@it ; + rdfs:label "Newton por Metro"@es ; + rdfs:label "Newton por Metro"@pt ; + rdfs:label "Newton pro Meter"@de ; + rdfs:label "Newtonium per Metrum"@la ; + rdfs:label "Niuton na Metr"@pl ; + rdfs:label "Νιούτον ανά Μέτρο"@el ; + rdfs:label "Ньютон на Метр"@ru ; + rdfs:label "Нютон на Метър"@bg ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "نیوتن بر متر"@fa ; + rdfs:label "प्रति मीटर न्यूटन"@hi ; + rdfs:label "ニュートン毎メートル"@ja ; + rdfs:label "牛顿每米"@zh . + +unit:N-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + qudt:exactMatch unit:KiloGM-PER-M-SEC2 ; + qudt:exactMatch unit:PA ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfLinearSubgradeReaction ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:hasReciprocalUnit unit:M2-PER-N ; + qudt:iec61360Code "0112/2///62720#UAA247" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA247"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; + qudt:siUnitsExpression "N/m^2" ; + qudt:symbol "N/m²" ; + qudt:ucumCode "N.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C55" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Kvadratni Meter"@sl ; + rdfs:label "Newton na Čtvereční Metr"@cs ; + rdfs:label "Newton par Mètre Carré"@fr ; + rdfs:label "Newton pe Metru Pătrat"@ro ; + rdfs:label "Newton per Meter Persegi"@ms ; + rdfs:label "Newton per Metrekare"@tr ; + rdfs:label "Newton per Metro Quadrato"@it ; + rdfs:label "Newton per Square Meter"@en-US ; + rdfs:label "Newton per Square Metre" ; + rdfs:label "Newton per Square Metre"@en ; + rdfs:label "Newton por Metro Cuadrado"@es ; + rdfs:label "Newton por Metro Quadrado"@pt ; + rdfs:label "Newton pro Quadratmeter"@de ; + rdfs:label "Newtonium per Metrum Quadratum"@la ; + rdfs:label "Niuton na Metr Kwadratowy"@pl ; + rdfs:label "Νιούτον ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ньютон на Квадратный Метр"@ru ; + rdfs:label "Нютон на Квадратен Метър"@bg . + +unit:N-PER-M3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:ModulusOfSubgradeReaction ; + qudt:hasQuantityKind quantitykind:SpecificWeight ; + qudt:symbol "N/m³" ; + qudt:ucumCode "N.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Kubični Meter"@sl ; + rdfs:label "Newton na Metr Krychlový"@cs ; + rdfs:label "Newton par Mètre Cube"@fr ; + rdfs:label "Newton pe Metru Cub"@ro ; + rdfs:label "Newton per Cubic Meter"@en-US ; + rdfs:label "Newton per Cubic Metre" ; + rdfs:label "Newton per Cubic Metre"@en ; + rdfs:label "Newton per Meter Kubik"@ms ; + rdfs:label "Newton per Metreküp"@tr ; + rdfs:label "Newton per Metro Cubo"@it ; + rdfs:label "Newton por Metro Cúbico"@es ; + rdfs:label "Newton por Metro Cúbico"@pt ; + rdfs:label "Newton pro Kubikmeter"@de ; + rdfs:label "Newtonium per Metrum Cubicum"@la ; + rdfs:label "Niuton na Metr Sześcienny"@pl ; + rdfs:label "Νιούτον ανά Κυβικό Μέτρο"@el ; + rdfs:label "Ньютон на Кубический Метр"@ru ; + rdfs:label "Нютон на Кубичен Метър"@bg . + +unit:N-PER-MilliM + a qudt:Unit ; + dcterms:description "SI derived unit newton divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAA249" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA249"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit newton divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "N/mm" ; + qudt:ucumCode "N.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F47" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Millimeter"@sl ; + rdfs:label "Newton na Millimetr"@cs ; + rdfs:label "Newton par Millimètre"@fr ; + rdfs:label "Newton pe Millimetru"@ro ; + rdfs:label "Newton per Millimeter"@en-US ; + rdfs:label "Newton per Millimeter"@ms ; + rdfs:label "Newton per Millimetre" ; + rdfs:label "Newton per Millimetre"@en ; + rdfs:label "Newton per Millimetre"@tr ; + rdfs:label "Newton per Millimetro"@it ; + rdfs:label "Newton por Millimetro"@es ; + rdfs:label "Newton pro Millimeter"@de ; + rdfs:label "Niuton na Millimetr"@pl . + +unit:N-PER-MilliM2 + a qudt:Unit ; + dcterms:description "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAA250" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA250"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "N/mm²" ; + qudt:ucumCode "N.mm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C56" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Kvadratni Millimeter"@sl ; + rdfs:label "Newton na Čtvereční Millimetr"@cs ; + rdfs:label "Newton par Millimètre Carré"@fr ; + rdfs:label "Newton pe Millimetru Pătrat"@ro ; + rdfs:label "Newton per Millimeter Persegi"@ms ; + rdfs:label "Newton per Millimetrekare"@tr ; + rdfs:label "Newton per Millimetro Quadrato"@it ; + rdfs:label "Newton per Square Millimeter"@en-US ; + rdfs:label "Newton per Square Millimetre" ; + rdfs:label "Newton per Square Millimetre"@en ; + rdfs:label "Newton por Millimetro Cuadrado"@es ; + rdfs:label "Newton pro Quadratmillimeter"@de ; + rdfs:label "Niuton na Millimetr Kwadratowy"@pl . + +unit:N-PER-RAD + a qudt:Unit ; + dcterms:description "A one-newton force applied for one angle/torsional torque"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:exactMatch unit:N-M-PER-M-RAD ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerAngle ; + qudt:plainTextDescription "A one-newton force applied for one angle/torsional torque" ; + qudt:symbol "N/rad" ; + qudt:ucumCode "N.rad-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton na Radian"@sl ; + rdfs:label "Newton na Radián"@cs ; + rdfs:label "Newton par Radian"@fr ; + rdfs:label "Newton pe Radian"@ro ; + rdfs:label "Newton per Radian" ; + rdfs:label "Newton per Radian"@en ; + rdfs:label "Newton per Radian"@en-US ; + rdfs:label "Newton per Radian"@ms ; + rdfs:label "Newton per Radiante"@it ; + rdfs:label "Newton per Radyan"@tr ; + rdfs:label "Newton por Radiano"@pt ; + rdfs:label "Newton por Radián"@es ; + rdfs:label "Newton pro Radiant"@de ; + rdfs:label "Newtonium per Radian"@la ; + rdfs:label "Niuton na Radian"@pl ; + rdfs:label "Νιούτον ανά Ακτίνιο"@el ; + rdfs:label "Ньютон на Радиан"@ru ; + rdfs:label "Нютон на Радиан"@bg . + +unit:N-SEC + a qudt:Unit ; + dcterms:description "product of the SI derived unit newton and the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:iec61360Code "0112/2///62720#UAA251" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA251"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit second" ; + qudt:symbol "N·s" ; + qudt:ucumCode "N.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C57" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton Saat"@ms ; + rdfs:label "Newton Saniye"@tr ; + rdfs:label "Newton Second" ; + rdfs:label "Newton Second"@en ; + rdfs:label "Newton Seconde"@fr ; + rdfs:label "Newton Secondo"@it ; + rdfs:label "Newton Secundă"@ro ; + rdfs:label "Newton Segundo"@es ; + rdfs:label "Newton Segundo"@pt ; + rdfs:label "Newton Sekunda"@cs ; + rdfs:label "Newton Sekunda"@sl ; + rdfs:label "Newton Sekunde"@de ; + rdfs:label "Newtonium Secundum"@la ; + rdfs:label "Niuton Sekunda"@pl ; + rdfs:label "Νιούτον Δευτερόλεπτο"@el ; + rdfs:label "Ньютон Секунда"@ru ; + rdfs:label "Нютон Секунда"@bg ; + rdfs:label "نيوتن ثانية"@ar ; + rdfs:label "نیوتون ثانیه"@fa ; + rdfs:label "न्यूटन सैकण्ड"@hi ; + rdfs:label "ニュートン秒"@ja ; + rdfs:label "牛秒"@zh . + +unit:N-SEC-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Newton second measured per metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:expression "$N-s/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA252" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA252"^^xsd:anyURI ; + qudt:plainTextDescription "Newton second measured per metre" ; + qudt:symbol "N·s/m" ; + qudt:ucumCode "N.s.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C58" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Newton Saat per Meter"@ms ; + rdfs:label "Newton Saniye per Metre"@tr ; + rdfs:label "Newton Second per Meter"@en-US ; + rdfs:label "Newton Second per Metre" ; + rdfs:label "Newton Second per Metre"@en ; + rdfs:label "Newton Seconde par Mètre"@fr ; + rdfs:label "Newton Secondo per Metro"@it ; + rdfs:label "Newton Secundă pe Metru"@ro ; + rdfs:label "Newton Segundo por Metro"@es ; + rdfs:label "Newton Segundo por Metro"@pt ; + rdfs:label "Newton Sekunda na Meter"@sl ; + rdfs:label "Newton Sekunda na Metr"@cs ; + rdfs:label "Newton Sekunde pro Meter"@de ; + rdfs:label "Newtonium Secundum per Metrum"@la ; + rdfs:label "Niuton Sekunda na Metr"@pl ; + rdfs:label "Νιούτον Δευτερόλεπτο ανά Μέτρο"@el ; + rdfs:label "Ньютон Секунда на Метр"@ru ; + rdfs:label "Нютон Секунда на Метър"@bg . + +unit:N-SEC-PER-M2 + a qudt:Unit ; + dcterms:description "unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB428" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB428"^^xsd:anyURI ; + qudt:symbol "N·s/m²" ; + qudt:ucumCode "N.s.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N36" ; + rdfs:isDefinedBy ; + rdfs:label "Newton Saat per Meter Persegi"@ms ; + rdfs:label "Newton Saniye per Metrekare"@tr ; + rdfs:label "Newton Second per Square Meter"@en-US ; + rdfs:label "Newton Second per Square Metre" ; + rdfs:label "Newton Second per Square Metre"@en ; + rdfs:label "Newton Seconde par Mètre Carré"@fr ; + rdfs:label "Newton Secondo per Metro Quadrato"@it ; + rdfs:label "Newton Secundă pe Metru Pătrat"@ro ; + rdfs:label "Newton Segundo por Metro Cuadrado"@es ; + rdfs:label "Newton Segundo por Metro Quadrado"@pt ; + rdfs:label "Newton Sekunda na Kvadratni Meter"@sl ; + rdfs:label "Newton Sekunda na Čtvereční Metr"@cs ; + rdfs:label "Newton Sekunde pro Quadratmeter"@de ; + rdfs:label "Newtonium Secundum per Metrum Quadratum"@la ; + rdfs:label "Niuton Sekunda na Metr Kwadratowy"@pl ; + rdfs:label "Νιούτον Δευτερόλεπτο ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ньютон Секунда на Квадратный Метр"@ru ; + rdfs:label "Нютон Секунда на Квадратен Метър"@bg . + +unit:N-SEC-PER-M3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The SI unit of specific acoustic impedance. + When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. + The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. + The specific impedance is $1 N \\cdot s \\cdot m^{-3}$ if unit pressure produces unit velocity. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:expression "$N \\cdot s \\cdot m^{-3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificAcousticImpedance ; + qudt:latexSymbol "$N \\cdot s \\cdot m^{-3}$"^^qudt:LatexString ; + qudt:symbol "N·s/m³" ; + qudt:ucumCode "N.s.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Saat per Meter Kubik"@ms ; + rdfs:label "Newton Saniye per Metreküp"@tr ; + rdfs:label "Newton Second per Cubic Meter"@en-US ; + rdfs:label "Newton Second per Cubic Metre" ; + rdfs:label "Newton Second per Cubic Metre"@en ; + rdfs:label "Newton Seconde par Mètre Cube"@fr ; + rdfs:label "Newton Secondo per Metro Cubo"@it ; + rdfs:label "Newton Secundă pe Metru Cub"@ro ; + rdfs:label "Newton Segundo por Metro Cúbico"@es ; + rdfs:label "Newton Segundo por Metro Cúbico"@pt ; + rdfs:label "Newton Sekunda na Kubični Meter"@sl ; + rdfs:label "Newton Sekunda na Metr Krychlový"@cs ; + rdfs:label "Newton Sekunde pro Kubikmeter"@de ; + rdfs:label "Newtonium Secundum per Metrum Cubicum"@la ; + rdfs:label "Niuton Sekunda na Metr Sześcienny"@pl ; + rdfs:label "Νιούτον Δευτερόλεπτο ανά Κυβικό Μέτρο"@el ; + rdfs:label "Ньютон Секунда на Кубический Метр"@ru ; + rdfs:label "Нютон Секунда на Кубичен Метър"@bg . + +unit:N-SEC-PER-RAD + a qudt:Unit ; + dcterms:description "Newton seconds measured per radian"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:MomentumPerAngle ; + qudt:plainTextDescription "Newton seconds measured per radian" ; + qudt:symbol "N·s/rad" ; + qudt:ucumCode "N.s.rad-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Newton Saat per Radian"@ms ; + rdfs:label "Newton Saniye per Radyan"@tr ; + rdfs:label "Newton Second per Radian" ; + rdfs:label "Newton Second per Radian"@en ; + rdfs:label "Newton Seconde par Radian"@fr ; + rdfs:label "Newton Secondo per Radiante"@it ; + rdfs:label "Newton Seconds per Radian"@en-US ; + rdfs:label "Newton Secundă pe Radian"@ro ; + rdfs:label "Newton Segundo por Radiano"@pt ; + rdfs:label "Newton Segundo por Radián"@es ; + rdfs:label "Newton Sekunda na Radian"@sl ; + rdfs:label "Newton Sekunda na Radián"@cs ; + rdfs:label "Newton Sekunde pro Radiant"@de ; + rdfs:label "Newtonium Secundum per Radian"@la ; + rdfs:label "Niuton Sekunda na Radian"@pl ; + rdfs:label "Νιούτον Δευτερόλεπτο ανά Ακτίνιο"@el ; + rdfs:label "Ньютон Секунда на Радиан"@ru ; + rdfs:label "Нютон Секунда на Радиан"@bg . + +unit:NAT + a qudt:Unit ; + dcterms:description "A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nat"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB345" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB345"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI ; + qudt:symbol "nat" ; + qudt:uneceCommonCode "Q16" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nat" ; + rdfs:label "Nat"@en . + +unit:NAT-PER-SEC + a qudt:Unit ; + dcterms:description "\"Nat per Second\" is information rate in natural units."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$nat-per-sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NAT ; + ] ; + qudt:hasQuantityKind quantitykind:InformationFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB348" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB348"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:symbol "nat/s" ; + qudt:uneceCommonCode "Q19" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nat per Second" ; + rdfs:label "Nat per Second"@en . + +unit:NCM + a qudt:Unit ; + dcterms:description """ +The $\\textit{normal cubic metre}$ is a unit representing the amount of a product contained in a volume of one cubic metre at reference 'normal' temperature and pressure conditions. As such, it is a measure of the actual amount of product, most commonly referring to oil, not the volume of the product. The reference conditions for normal cubic metre vary depending on purpose and application. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference "https://www.wikidata.org/entity/Q350023"^^xsd:anyURI ; + qudt:scalingOf unit:MOL ; + rdfs:isDefinedBy ; + rdfs:label "Normal Cubic Meter"@en-US ; + rdfs:label "Normal Cubic Metre" ; + rdfs:label "Normal Cubic Metre"@en ; + rdfs:label "Normkubikmeter"@de ; + rdfs:seeAlso unit:SCM . + +unit:NCM_1ATM_0DEG_C_NL + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description """ +The $\\textit{normal cubic metre}$ is a unit for liquid products conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting in the Dutch oil and gas industry, and used predominantly for crude oil. As such, it is a measure of the actual amount of oil, not the volume of the oil. The reference conditions for a Dutch normal cubic metre are 0 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference "http://wetten.overheid.nl/jci1.3:c:BWBR0014468&hoofdstuk=11¶graaf=11.3&artikel=11.3.1"^^xsd:anyURI ; + qudt:informativeReference "https://nl.wikipedia.org/wiki/Normaal_kubieke_meter"^^xsd:anyURI ; + qudt:informativeReference "https://open.overheid.nl/Details/fefb9108-c56d-453a-badb-c2ad144da3a1/2"^^xsd:anyURI ; + qudt:scalingOf unit:MOL ; + qudt:symbol "Nm³" ; + rdfs:isDefinedBy ; + rdfs:label "Normaal Kubieke Meter"@nl ; + rdfs:label "Normal Cubic Metre" ; + rdfs:label "Normal Cubic Metre"@en ; + rdfs:seeAlso unit:SCM . + +unit:NP + a qudt:DimensionlessUnit, qudt:LogarithmicUnit, qudt:Unit ; + dcterms:description "The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number"^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Neper"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:iec61360Code "0112/2///62720#UAA253" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA253"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Neper"^^xsd:anyURI ; + qudt:siExactMatch si-unit:neper ; + qudt:symbol "Np" ; + qudt:ucumCode "Np"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C50" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Neper" ; + rdfs:label "Neper"@en . + +unit:NP-PER-SEC + a qudt:Unit ; + dcterms:description "unit neper divided by the SI base unit second" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NP ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA254" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA254"^^xsd:anyURI ; + qudt:symbol "Np/s" ; + qudt:ucumCode "Np.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C51" ; + rdfs:isDefinedBy ; + rdfs:label "Neper per Second" ; + rdfs:label "Neper per Second"@en . + +unit:NT + a qudt:Unit ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.1" ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Net_tonnage"^^xsd:anyURI ; + qudt:plainTextDescription """Net tonnage is used in the United States to determine eligibility for registering boats with + the federal government. It is a nonlinear unit derived from the total volume of a ship's cargo space as well as some + dimensionless factors. Net tonnage is not a measure of the weight of the ship or its cargo, and should not be confused + with terms such as deadweight tonnage or displacement. Net tonnage is also used to determine the amount of money that + can be charged to a ship for using a port's facilities.""" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "NT" ; + rdfs:isDefinedBy ; + rdfs:label "Net Tonnage" ; + rdfs:label "Net Tonnage"@en ; + rdfs:seeAlso unit:TON_Register . + +unit:NTU + a qudt:Unit ; + dcterms:description "\"Nephelometry Turbidity Unit\" is a C.G.S System unit for 'Turbidity' expressed as $NTU$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Turbidity ; + qudt:symbol "NTU" ; + rdfs:isDefinedBy ; + rdfs:label "Nephelometry Turbidity Unit" ; + rdfs:label "Nephelometry Turbidity Unit"@en . + +unit:NUM + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "\"Number\" is a unit for 'Dimensionless' expressed as (\\#$."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:COUNT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:ChargeNumber ; + qudt:hasQuantityKind quantitykind:CoefficientOfPerformance ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:FrictionCoefficient ; + qudt:hasQuantityKind quantitykind:HyperfineStructureQuantumNumber ; + qudt:hasQuantityKind quantitykind:IonTransportNumber ; + qudt:hasQuantityKind quantitykind:LandauGinzburgNumber ; + qudt:hasQuantityKind quantitykind:MagneticQuantumNumber ; + qudt:hasQuantityKind quantitykind:MassNumber ; + qudt:hasQuantityKind quantitykind:NeutronNumber ; + qudt:hasQuantityKind quantitykind:NuclearSpinQuantumNumber ; + qudt:hasQuantityKind quantitykind:NucleonNumber ; + qudt:hasQuantityKind quantitykind:NumberOfElectricalPhases ; + qudt:hasQuantityKind quantitykind:OpeningRatio ; + qudt:hasQuantityKind quantitykind:OrbitalAngularMomentumQuantumNumber ; + qudt:hasQuantityKind quantitykind:Population ; + qudt:hasQuantityKind quantitykind:PrincipalQuantumNumber ; + qudt:hasQuantityKind quantitykind:QuantumNumber ; + qudt:hasQuantityKind quantitykind:ReynoldsNumber ; + qudt:hasQuantityKind quantitykind:SpinQuantumNumber ; + qudt:hasQuantityKind quantitykind:StoichiometricNumber ; + qudt:hasQuantityKind quantitykind:TotalAngularMomentumQuantumNumber ; + qudt:symbol "#" ; + qudt:ucumCode "{#}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number" ; + rdfs:label "Number"@en . + +unit:NUM-PER-CentiM-KiloYR + a qudt:Unit ; + qudt:conversionMultiplier 0.000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloYR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "#/(cm·ka)" ; + qudt:ucumCode "{#}.cm-1.ka-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Centimeter Kiloyear"@en-US ; + rdfs:label "Number per Centimetre Kiloyear" ; + rdfs:label "Number per Centimetre Kiloyear"@en . + +unit:NUM-PER-GM + a qudt:Unit ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "#/g" ; + qudt:ucumCode "{#}.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Gram" ; + rdfs:label "Number per Gram"@en . + +unit:NUM-PER-HA + a qudt:Unit ; + dcterms:description "Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."@en ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:symbol "#/ha" ; + qudt:ucumCode "{#}.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Hectare" ; + rdfs:label "Number per Hectare"@en . + +unit:NUM-PER-HA-YR + a qudt:Unit ; + qudt:conversionMultiplier 0.000000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:plainTextDescription "number divided by the unit hectare and by the unit year" ; + qudt:symbol "#/(ha·a)" ; + qudt:ucumCode "{#}.har-1.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Hectare Year" ; + rdfs:label "Number per Hectare Year"@en . + +unit:NUM-PER-HR + a qudt:Unit ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:exactMatch unit:PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:CountRate ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:hasReciprocalUnit unit:HR-PER-NUM ; + qudt:symbol "#/h" ; + qudt:ucumCode "{#}.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Hour" ; + rdfs:label "Number per Hour"@en . + +unit:NUM-PER-HectoGM + a qudt:Unit ; + dcterms:description "Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram)."@en ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HectoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "#/hg" ; + qudt:ucumCode "{#}.hg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Hectogram" ; + rdfs:label "Number per Hectogram"@en . + +unit:NUM-PER-KiloGM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"@en ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:plainTextDescription "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram" ; + qudt:symbol "#/kg" ; + qudt:ucumCode "{#}.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Kilogram" ; + rdfs:label "Number per Kilogram"@en . + +unit:NUM-PER-KiloM2 + a qudt:Unit ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:symbol "#/km²" ; + qudt:ucumCode "{#}.km-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Square Kilometer"@en-US ; + rdfs:label "Number per Square Kilometre" ; + rdfs:label "Number per Square Kilometre"@en . + +unit:NUM-PER-L + a qudt:Unit ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:PER-L ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "#/L" ; + qudt:ucumCode "{#}.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Liter"@en-US ; + rdfs:label "Number per Litre" ; + rdfs:label "Number per Litre"@en . + +unit:NUM-PER-M + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-M ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:symbol "#/m" ; + qudt:ucumCode "{#}.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Meter"@en-US ; + rdfs:label "Number per Metre" ; + rdfs:label "Number per Metre"@en . + +unit:NUM-PER-M2 + a qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:symbol "#/m²" ; + qudt:ucumCode "{#}.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Square Meter"@en-US ; + rdfs:label "Number per Square Metre" ; + rdfs:label "Number per Square Metre"@en . + +unit:NUM-PER-M2-DAY + a qudt:Unit ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:symbol "#/(m²·d)" ; + qudt:ucumCode "{#}.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Square Meter Day"@en-US ; + rdfs:label "Number per Square Metre Day" ; + rdfs:label "Number per Square Metre Day"@en . + +unit:NUM-PER-M3 + a qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "#/m³" ; + qudt:ucumCode "{#}.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Cubic Meter"@en-US ; + rdfs:label "Number per Cubic Metre" ; + rdfs:label "Number per Cubic Metre"@en . + +unit:NUM-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit for count rate."^^qudt:LatexString ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:CountRate ; + qudt:hasReciprocalUnit unit:MIN-PER-NUM ; + qudt:symbol "#/min" ; + qudt:ucumCode "{#}.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Minute" ; + rdfs:label "Number per Minute"@en . + +unit:NUM-PER-MicroL + a qudt:Unit ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "#/μL" ; + qudt:ucumCode "{#}.uL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Microliter"@en-US ; + rdfs:label "Number per Microlitre" ; + rdfs:label "Number per Microlitre"@en . + +unit:NUM-PER-MilliGM + a qudt:Unit ; + dcterms:description "Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."@en ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "#/mg" ; + qudt:ucumCode "{#}.mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Milligram" ; + rdfs:label "Number per Milligram"@en . + +unit:NUM-PER-MilliL + a qudt:Unit ; + dcterms:description "Count of an entity or phenomenon occurrence in one thousandth of the SI unit of volume (litre)."@en ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "#/mL" ; + qudt:ucumCode "{#}.mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Milliliter"@en-US ; + rdfs:label "Number per Millilitre" ; + rdfs:label "Number per Millilitre"@en . + +unit:NUM-PER-MilliM3 + a qudt:Unit ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:exactMatch unit:PER-MilliM3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "#/mm³" ; + qudt:ucumCode "{#}.mm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Cubic Millimeter"@en-US ; + rdfs:label "Number per Cubic Millimetre" ; + rdfs:label "Number per Cubic Millimetre"@en . + +unit:NUM-PER-NanoL + a qudt:Unit ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NanoL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "#/nL" ; + qudt:ucumCode "{#}.nL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Nanoliter"@en-US ; + rdfs:label "Number per Nanolitre" ; + rdfs:label "Number per Nanolitre"@en . + +unit:NUM-PER-PicoL + a qudt:Unit ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PicoL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:NumberDensity ; + qudt:symbol "#/pL" ; + qudt:ucumCode "{#}.pL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Picoliter"@en-US ; + rdfs:label "Number per Picolitre" ; + rdfs:label "Number per Picolitre"@en . + +unit:NUM-PER-SEC + a qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:CountRate ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:hasReciprocalUnit unit:SEC-PER-NUM ; + qudt:symbol "#/s" ; + qudt:ucumCode "{#}.s-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Number per Second" ; + rdfs:label "Number per Second"@en . + +unit:NUM-PER-YR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Number per Year\" is a unit for 'Frequency' expressed as $\\#/yr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-8 ; + qudt:exactMatch unit:PER-YR ; + qudt:expression "$\\#/yr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:CountRate ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:hasReciprocalUnit unit:YR-PER-NUM ; + qudt:symbol "#/a" ; + qudt:ucumCode "{#}.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Number per Year" ; + rdfs:label "Number per Year"@en . + +unit:NanoA + a qudt:Unit ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA901" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA901"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:A ; + qudt:symbol "nA" ; + qudt:ucumCode "nA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C39" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanoamper"@hu ; + rdfs:label "Nanoamper"@pl ; + rdfs:label "Nanoamper"@ro ; + rdfs:label "Nanoamper"@sl ; + rdfs:label "Nanoamper"@tr ; + rdfs:label "Nanoampere" ; + rdfs:label "Nanoampere"@de ; + rdfs:label "Nanoampere"@en ; + rdfs:label "Nanoampere"@it ; + rdfs:label "Nanoampere"@ms ; + rdfs:label "Nanoamperio"@es ; + rdfs:label "Nanoampère"@fr ; + rdfs:label "Nanoampér"@cs . + +unit:NanoA-PER-K + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoA ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPerTemperature ; + qudt:iec61360Code "0112/2///62720#UAD899" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD899"^^xsd:anyURI ; + qudt:symbol "nA/K" ; + qudt:ucumCode "nA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanoamper na Kelvin"@sl ; + rdfs:label "Nanoamper na Kelwin"@pl ; + rdfs:label "Nanoamper pe Kelvin"@ro ; + rdfs:label "Nanoamper per Kelvin"@tr ; + rdfs:label "Nanoampere per Kelvin" ; + rdfs:label "Nanoampere per Kelvin"@en ; + rdfs:label "Nanoampere per Kelvin"@it ; + rdfs:label "Nanoampere per Kelvin"@ms ; + rdfs:label "Nanoampere pro Kelvin"@de ; + rdfs:label "Nanoamperio por Kelvin"@es ; + rdfs:label "Nanoampère par Kelvin"@fr ; + rdfs:label "Nanoampér na Kelvin"@cs . + +unit:NanoBQ + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:BQ ; + qudt:symbol "nBq" ; + qudt:ucumCode "nBq"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanobecquerel" ; + rdfs:label "Nanobecquerel"@cs ; + rdfs:label "Nanobecquerel"@de ; + rdfs:label "Nanobecquerel"@en ; + rdfs:label "Nanobecquerel"@es ; + rdfs:label "Nanobecquerel"@fr ; + rdfs:label "Nanobecquerel"@hu ; + rdfs:label "Nanobecquerel"@it ; + rdfs:label "Nanobecquerel"@ms ; + rdfs:label "Nanobecquerel"@ro ; + rdfs:label "Nanobecquerel"@sl ; + rdfs:label "Nanobekerel"@pl ; + rdfs:label "Nanobekerel"@tr . + +unit:NanoBQ-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoBQ ; + ] ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "nBq/L" ; + qudt:ucumCode "nBq.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanobecquerel per Liter"@en-US ; + rdfs:label "Nanobecquerel per Litre" ; + rdfs:label "Nanobecquerel per Litre"@en . + +unit:NanoC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A NanoCoulomb is $10^{-9} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA902" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA902"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:C ; + qudt:symbol "nC" ; + qudt:ucumCode "nC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C40" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanocoulomb" ; + rdfs:label "Nanocoulomb"@cs ; + rdfs:label "Nanocoulomb"@de ; + rdfs:label "Nanocoulomb"@en ; + rdfs:label "Nanocoulomb"@fr ; + rdfs:label "Nanocoulomb"@hu ; + rdfs:label "Nanocoulomb"@it ; + rdfs:label "Nanocoulomb"@ms ; + rdfs:label "Nanocoulomb"@ro ; + rdfs:label "Nanocoulomb"@sl ; + rdfs:label "Nanocoulomb"@tr ; + rdfs:label "Nanoculombio"@es ; + rdfs:label "Nanokulomb"@pl . + +unit:NanoFARAD + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A common metric unit of electric capacitance equal to $10^{-9} farad$. This unit was previously called the $millimicrofarad$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA903" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA903"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "nF" ; + qudt:ucumCode "nF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C41" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanofarad" ; + rdfs:label "Nanofarad"@cs ; + rdfs:label "Nanofarad"@de ; + rdfs:label "Nanofarad"@en ; + rdfs:label "Nanofarad"@fr ; + rdfs:label "Nanofarad"@hu ; + rdfs:label "Nanofarad"@it ; + rdfs:label "Nanofarad"@ms ; + rdfs:label "Nanofarad"@pl ; + rdfs:label "Nanofarad"@ro ; + rdfs:label "Nanofarad"@sl ; + rdfs:label "Nanofarad"@tr ; + rdfs:label "Nanofaradio"@es . + +unit:NanoFARAD-PER-M + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoFARAD ; + ] ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA904" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA904"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre" ; + qudt:symbol "nF/m" ; + qudt:ucumCode "nF.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C42" ; + rdfs:isDefinedBy ; + rdfs:label "Nanofarad na Meter"@sl ; + rdfs:label "Nanofarad na Metr"@cs ; + rdfs:label "Nanofarad na Metr"@pl ; + rdfs:label "Nanofarad par Mètre"@fr ; + rdfs:label "Nanofarad pe Metru"@ro ; + rdfs:label "Nanofarad per Meter"@en-US ; + rdfs:label "Nanofarad per Meter"@ms ; + rdfs:label "Nanofarad per Metre" ; + rdfs:label "Nanofarad per Metre"@en ; + rdfs:label "Nanofarad per Metre"@tr ; + rdfs:label "Nanofarad per Metro"@it ; + rdfs:label "Nanofarad pro Meter"@de ; + rdfs:label "Nanofaradio por Metro"@es . + +unit:NanoGM + a qudt:Unit ; + dcterms:description "10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB836" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB836"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:GM ; + qudt:symbol "ng" ; + qudt:ucumCode "ng"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram" ; + rdfs:label "Nanogram"@cs ; + rdfs:label "Nanogram"@en ; + rdfs:label "Nanogram"@ms ; + rdfs:label "Nanogram"@pl ; + rdfs:label "Nanogram"@ro ; + rdfs:label "Nanogram"@sl ; + rdfs:label "Nanogram"@tr ; + rdfs:label "Nanogramm"@de ; + rdfs:label "Nanogramm"@hu ; + rdfs:label "Nanogramme"@fr ; + rdfs:label "Nanogrammo"@it ; + rdfs:label "Nanogramo"@es . + +unit:NanoGM-PER-CentiM2 + a qudt:Unit ; + dcterms:description "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2" ; + qudt:symbol "ng/cm²" ; + qudt:ucumCode "ng.cm-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram na Centimetr Kwadratowy"@pl ; + rdfs:label "Nanogram na Kvadratni Centimeter"@sl ; + rdfs:label "Nanogram na Čtvereční Centimetr"@cs ; + rdfs:label "Nanogram pe Centimetru Pătrat"@ro ; + rdfs:label "Nanogram per Centimeter Persegi"@ms ; + rdfs:label "Nanogram per Centimetrekare"@tr ; + rdfs:label "Nanogram per Square Centimeter"@en-US ; + rdfs:label "Nanogram per Square Centimetre" ; + rdfs:label "Nanogram per Square Centimetre"@en ; + rdfs:label "Nanogramm pro Quadratcentimeter"@de ; + rdfs:label "Nanogramme par Centimètre Carré"@fr ; + rdfs:label "Nanogrammo per Centimetro Quadrato"@it ; + rdfs:label "Nanogramo por Centimetro Cuadrado"@es . + +unit:NanoGM-PER-CentiM2-DAY + a qudt:Unit ; + dcterms:description "A rate of change of 1e-12 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one day."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-13 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:symbol "ng/(cm²·d)" ; + qudt:ucumCode "ng.cm-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram per Square Centimeter Day"@en-US ; + rdfs:label "Nanogram per Square Centimetre Day" ; + rdfs:label "Nanogram per Square Centimetre Day"@en . + +unit:NanoGM-PER-DAY + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-17 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:symbol "ng/d" ; + qudt:ucumCode "ng.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram per Day" ; + rdfs:label "Nanogram per Day"@en . + +unit:NanoGM-PER-DeciL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A derived unit for amount-of-substance concentration measured in ng/dL."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:expression "$ng/dL$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DeciL ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/dL" ; + qudt:ucumCode "ng.dL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram per Deciliter"@en-US ; + rdfs:label "Nanogram per Decilitre" ; + rdfs:label "Nanogram per Decilitre"@en . + +unit:NanoGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:iec61360Code "0112/2///62720#UAA911" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA911"^^xsd:anyURI ; + qudt:plainTextDescription "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "ng/kg" ; + qudt:ucumCode "ng.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L32" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram na Kilogram"@cs ; + rdfs:label "Nanogram na Kilogram"@pl ; + rdfs:label "Nanogram na Kilogram"@sl ; + rdfs:label "Nanogram pe Kilogram"@ro ; + rdfs:label "Nanogram per Kilogram" ; + rdfs:label "Nanogram per Kilogram"@en ; + rdfs:label "Nanogram per Kilogram"@ms ; + rdfs:label "Nanogram per Kilogram"@tr ; + rdfs:label "Nanogramm pro Kilogramm"@de ; + rdfs:label "Nanogramme par Kilogramme"@fr ; + rdfs:label "Nanogrammo per Chilogrammo"@it ; + rdfs:label "Nanogramo por Kilogramo"@es . + +unit:NanoGM-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/L" ; + qudt:ucumCode "ng.L-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram per Liter"@en-US ; + rdfs:label "Nanogram per Liter"@nl ; + rdfs:label "Nanogram per Litre" ; + rdfs:label "Nanogram per Litre"@en . + +unit:NanoGM-PER-M2-PA-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VapourPermeance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + qudt:symbol "ng/(m²·Pa·s)" ; + qudt:ucumCode "ng.m-2.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram na Kvadratni Meter Pascal Sekunda"@sl ; + rdfs:label "Nanogram na Metr Kwadratowy Paskal Sekunda"@pl ; + rdfs:label "Nanogram na Čtvereční Metr Pascal Sekunda"@cs ; + rdfs:label "Nanogram pe Metru Pătrat Pascal Secundă"@ro ; + rdfs:label "Nanogram per Meter Persegi Pascal Saat"@ms ; + rdfs:label "Nanogram per Metrekare Pascal Saniye"@tr ; + rdfs:label "Nanogram per Square Meter Pascal Second"@en-US ; + rdfs:label "Nanogram per Square Metre Pascal Second" ; + rdfs:label "Nanogram per Square Metre Pascal Second"@en ; + rdfs:label "Nanogramm pro Quadratmeter Pascal Sekunde"@de ; + rdfs:label "Nanogramme par Mètre Carré Pascal Seconde"@fr ; + rdfs:label "Nanogrammo per Metro Quadrato Pascal Secondo"@it ; + rdfs:label "Nanogramo por Metro Cuadrado Pascal Segundo"@es . + +unit:NanoGM-PER-M3 + a qudt:Unit ; + dcterms:description "\"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3\""^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:plainTextDescription "0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "ng/m³" ; + qudt:ucumCode "ng.m-3"^^qudt:UCUMcs ; + rdfs:comment "\"Derived from GM-PER-M3 which exists in QUDT\"" ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram na Kubični Meter"@sl ; + rdfs:label "Nanogram na Metr Krychlový"@cs ; + rdfs:label "Nanogram na Metr Sześcienny"@pl ; + rdfs:label "Nanogram pe Metru Cub"@ro ; + rdfs:label "Nanogram per Cubic Meter"@en-US ; + rdfs:label "Nanogram per Cubic Metre" ; + rdfs:label "Nanogram per Cubic Metre"@en ; + rdfs:label "Nanogram per Meter Kubik"@ms ; + rdfs:label "Nanogram per Metreküp"@tr ; + rdfs:label "Nanogramm pro Kubikmeter"@de ; + rdfs:label "Nanogramme par Mètre Cube"@fr ; + rdfs:label "Nanogrammo per Metro Cubo"@it ; + rdfs:label "Nanogramo por Metro Cúbico"@es . + +unit:NanoGM-PER-MicroL + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroL ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/μL" ; + qudt:ucumCode "ng.uL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram per Microliter"@en-US ; + rdfs:label "Nanogram per Microlitre" ; + rdfs:label "Nanogram per Microlitre"@en . + +unit:NanoGM-PER-MilliGM + a qudt:Unit ; + dcterms:description "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:plainTextDescription "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the milligram" ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "ng/mg" ; + qudt:ucumCode "ng.mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram na Milligram"@cs ; + rdfs:label "Nanogram na Milligram"@pl ; + rdfs:label "Nanogram na Milligram"@sl ; + rdfs:label "Nanogram pe Milligram"@ro ; + rdfs:label "Nanogram per Milligram" ; + rdfs:label "Nanogram per Milligram"@en ; + rdfs:label "Nanogram per Milligram"@ms ; + rdfs:label "Nanogram per Milligram"@tr ; + rdfs:label "Nanogramm pro Milligramm"@de ; + rdfs:label "Nanogramme par Milligramme"@fr ; + rdfs:label "Nanogrammo per Milligrammo"@it ; + rdfs:label "Nanogramo por Milligramo"@es . + +unit:NanoGM-PER-MilliL + a qudt:Unit ; + dcterms:description "One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGM ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ng/mL" ; + qudt:ucumCode "ng.mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanogram per Milliliter"@en-US ; + rdfs:label "Nanogram per Millilitre" ; + rdfs:label "Nanogram per Millilitre"@en . + +unit:NanoGRAY + a qudt:Unit ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:hasQuantityKind quantitykind:Kerma ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:GRAY ; + qudt:symbol "nGy" ; + qudt:ucumCode "nGy"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanogray" ; + rdfs:label "Nanogray"@cs ; + rdfs:label "Nanogray"@de ; + rdfs:label "Nanogray"@en ; + rdfs:label "Nanogray"@es ; + rdfs:label "Nanogray"@fr ; + rdfs:label "Nanogray"@hu ; + rdfs:label "Nanogray"@it ; + rdfs:label "Nanogray"@ms ; + rdfs:label "Nanogray"@ro ; + rdfs:label "Nanogray"@sl ; + rdfs:label "Nanogray"@tr ; + rdfs:label "Nanogrej"@pl . + +unit:NanoGRAY-PER-HR + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the unit hour" ; + qudt:conversionMultiplier 0.0000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-13 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGRAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB479" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB479"^^xsd:anyURI ; + qudt:symbol "nGy/h" ; + qudt:ucumCode "nGy.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P64" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanogray per Hour" ; + rdfs:label "Nanogray per Hour"@en . + +unit:NanoGRAY-PER-MIN + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the unit minute" ; + qudt:conversionMultiplier 0.00000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-11 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGRAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB475" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB475"^^xsd:anyURI ; + qudt:symbol "nGy/min" ; + qudt:ucumCode "nGy.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P60" ; + rdfs:isDefinedBy ; + rdfs:label "Nanogray per Minute" ; + rdfs:label "Nanogray per Minute"@en . + +unit:NanoGRAY-PER-SEC + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit gray divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoGRAY ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB300" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB300"^^xsd:anyURI ; + qudt:symbol "nGy/s" ; + qudt:ucumCode "nGy.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P56" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanogray na Sekunda"@cs ; + rdfs:label "Nanogray na Sekunda"@sl ; + rdfs:label "Nanogray par Seconde"@fr ; + rdfs:label "Nanogray pe Secundă"@ro ; + rdfs:label "Nanogray per Saat"@ms ; + rdfs:label "Nanogray per Saniye"@tr ; + rdfs:label "Nanogray per Second" ; + rdfs:label "Nanogray per Second"@en ; + rdfs:label "Nanogray per Secondo"@it ; + rdfs:label "Nanogray por Segundo"@es ; + rdfs:label "Nanogray pro Sekunde"@de ; + rdfs:label "Nanogrej na Sekunda"@pl . + +unit:NanoH + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit henry"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:exactMatch unit:H_Ab ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:hasQuantityKind quantitykind:Permeance ; + qudt:iec61360Code "0112/2///62720#UAA905" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA905"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit henry" ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:H ; + qudt:symbol "nH" ; + qudt:ucumCode "nH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanohenr"@pl ; + rdfs:label "Nanohenrio"@es ; + rdfs:label "Nanohenry" ; + rdfs:label "Nanohenry"@cs ; + rdfs:label "Nanohenry"@de ; + rdfs:label "Nanohenry"@en ; + rdfs:label "Nanohenry"@fr ; + rdfs:label "Nanohenry"@hu ; + rdfs:label "Nanohenry"@it ; + rdfs:label "Nanohenry"@ms ; + rdfs:label "Nanohenry"@ro ; + rdfs:label "Nanohenry"@sl ; + rdfs:label "Nanohenry"@tr . + +unit:NanoH-PER-M + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoH ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeability ; + qudt:hasQuantityKind quantitykind:Permeability ; + qudt:iec61360Code "0112/2///62720#UAA906" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA906"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre" ; + qudt:symbol "nH/m" ; + qudt:ucumCode "nH.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C44" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanohenr na Metr"@pl ; + rdfs:label "Nanohenrio por Metro"@es ; + rdfs:label "Nanohenry na Meter"@sl ; + rdfs:label "Nanohenry na Metr"@cs ; + rdfs:label "Nanohenry par Mètre"@fr ; + rdfs:label "Nanohenry pe Metru"@ro ; + rdfs:label "Nanohenry per Meter"@en-US ; + rdfs:label "Nanohenry per Meter"@ms ; + rdfs:label "Nanohenry per Metre" ; + rdfs:label "Nanohenry per Metre"@en ; + rdfs:label "Nanohenry per Metre"@tr ; + rdfs:label "Nanohenry per Metro"@it ; + rdfs:label "Nanohenry pro Meter"@de . + +unit:NanoJ + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit joule" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ExchangeIntegral ; + qudt:hasQuantityKind quantitykind:HamiltonFunction ; + qudt:hasQuantityKind quantitykind:LagrangeFunction ; + qudt:hasQuantityKind quantitykind:LevelWidth ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB739" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB739"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:J ; + qudt:symbol "nJ" ; + qudt:ucumCode "nJ"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanodżul"@pl ; + rdfs:label "Nanojoule" ; + rdfs:label "Nanojoule"@cs ; + rdfs:label "Nanojoule"@de ; + rdfs:label "Nanojoule"@en ; + rdfs:label "Nanojoule"@fr ; + rdfs:label "Nanojoule"@hu ; + rdfs:label "Nanojoule"@it ; + rdfs:label "Nanojoule"@ms ; + rdfs:label "Nanojoule"@ro ; + rdfs:label "Nanojoule"@sl ; + rdfs:label "Nanojoule"@tr ; + rdfs:label "Nanojulio"@es . + +unit:NanoJ-PER-SEC + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoJ ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB509" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB509"^^xsd:anyURI ; + qudt:symbol "nJ/s" ; + qudt:ucumCode "nJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanodżul na Sekunda"@pl ; + rdfs:label "Nanojoule na Sekunda"@cs ; + rdfs:label "Nanojoule na Sekunda"@sl ; + rdfs:label "Nanojoule par Seconde"@fr ; + rdfs:label "Nanojoule pe Secundă"@ro ; + rdfs:label "Nanojoule per Saat"@ms ; + rdfs:label "Nanojoule per Saniye"@tr ; + rdfs:label "Nanojoule per Second" ; + rdfs:label "Nanojoule per Second"@en ; + rdfs:label "Nanojoule per Secondo"@it ; + rdfs:label "Nanojoule pro Sekunde"@de ; + rdfs:label "Nanojulio por Segundo"@es . + +unit:NanoKAT + a qudt:Unit ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:KAT ; + qudt:symbol "nkat" ; + qudt:ucumCode "nkat"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanokatal" ; + rdfs:label "Nanokatal"@cs ; + rdfs:label "Nanokatal"@de ; + rdfs:label "Nanokatal"@en ; + rdfs:label "Nanokatal"@es ; + rdfs:label "Nanokatal"@fr ; + rdfs:label "Nanokatal"@hu ; + rdfs:label "Nanokatal"@it ; + rdfs:label "Nanokatal"@ms ; + rdfs:label "Nanokatal"@pl ; + rdfs:label "Nanokatal"@ro ; + rdfs:label "Nanokatal"@sl ; + rdfs:label "Nanokatal"@tr . + +unit:NanoKAT-PER-L + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoKAT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nkat/L" ; + qudt:ucumCode "nkat.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanokatal per Liter"@en-US ; + rdfs:label "Nanokatal per Litre" ; + rdfs:label "Nanokatal per Litre"@en . + +unit:NanoL + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:plainTextDescription "0.000000001-fold of the unit litre" ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:L ; + qudt:symbol "nL" ; + qudt:ucumCode "nL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q34" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanoliter"@en-US ; + rdfs:label "Nanolitre" ; + rdfs:label "Nanolitre"@en . + +unit:NanoM + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA912" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA912"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit metre" ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:M ; + qudt:symbol "nm" ; + qudt:ucumCode "nm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C45" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanometer"@de ; + rdfs:label "Nanometer"@en-US ; + rdfs:label "Nanometer"@ms ; + rdfs:label "Nanometer"@sl ; + rdfs:label "Nanometr"@cs ; + rdfs:label "Nanometr"@pl ; + rdfs:label "Nanometre" ; + rdfs:label "Nanometre"@en ; + rdfs:label "Nanometre"@tr ; + rdfs:label "Nanometro"@es ; + rdfs:label "Nanometro"@it ; + rdfs:label "Nanometru"@ro ; + rdfs:label "Nanomètre"@fr ; + rdfs:label "Nanométer"@hu . + +unit:NanoM-PER-CentiM-MegaPA + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000001 ; + qudt:conversionMultiplierSN 1.0E-13 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MegaPA ; + ] ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siUnitsExpression "nm/cm/MPa" ; + qudt:symbol "nm/(cm·MPa)" ; + qudt:ucumCode "nm.cm-1.MPa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanometer na Centimeter Megapascal"@sl ; + rdfs:label "Nanometer per Centimeter Megapascal"@en-US ; + rdfs:label "Nanometer per Centimeter Megapascal"@ms ; + rdfs:label "Nanometer pro Centimeter Megapascal"@de ; + rdfs:label "Nanometr na Centimetr Megapascal"@cs ; + rdfs:label "Nanometr na Centimetr Megapaskal"@pl ; + rdfs:label "Nanometre per Centimetre Megapascal" ; + rdfs:label "Nanometre per Centimetre Megapascal"@en ; + rdfs:label "Nanometre per Centimetre Megapascal"@tr ; + rdfs:label "Nanometro per Centimetro Megapascal"@it ; + rdfs:label "Nanometro por Centimetro Megapascal"@es ; + rdfs:label "Nanometru pe Centimetru Megapascal"@ro ; + rdfs:label "Nanomètre par Centimètre Megapascal"@fr . + +unit:NanoM-PER-CentiM-PSI + a qudt:DerivedUnit, qudt:Unit ; + qudt:conversionMultiplier 0.00000000001450377377302092151542410279511941 ; + qudt:conversionMultiplierSN 1.450377377302092151542410279511941E-11 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siUnitsExpression "nm/cm/PSI" ; + qudt:symbol "nm/(cm·psi)" ; + qudt:ucumCode "nm.cm-1.[psi]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanometer per Centimeter Psi"@en-US ; + rdfs:label "Nanometre per Centimetre Psi" ; + rdfs:label "Nanometre per Centimetre Psi"@en . + +unit:NanoM-PER-MilliM-MegaPA + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:exactMatch unit:BREWSTER ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MegaPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siUnitsExpression "nm/mm/MPa" ; + qudt:symbol "nm/(mm·MPa)" ; + qudt:ucumCode "nm.mm-1.MPa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanometer na Millimeter Megapascal"@sl ; + rdfs:label "Nanometer per Millimeter Megapascal"@en-US ; + rdfs:label "Nanometer per Millimeter Megapascal"@ms ; + rdfs:label "Nanometer pro Millimeter Megapascal"@de ; + rdfs:label "Nanometr na Millimetr Megapascal"@cs ; + rdfs:label "Nanometr na Millimetr Megapaskal"@pl ; + rdfs:label "Nanometre per Millimetre Megapascal" ; + rdfs:label "Nanometre per Millimetre Megapascal"@en ; + rdfs:label "Nanometre per Millimetre Megapascal"@tr ; + rdfs:label "Nanometro per Millimetro Megapascal"@it ; + rdfs:label "Nanometro por Millimetro Megapascal"@es ; + rdfs:label "Nanometru pe Millimetru Megapascal"@ro ; + rdfs:label "Nanomètre par Millimètre Megapascal"@fr . + +unit:NanoM2 + a qudt:Unit ; + dcterms:description "A unit of area equal to that of a square, of sides 1nm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-18 ; + qudt:expression "$sqnm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:hasQuantityKind quantitykind:HydraulicPermeability ; + qudt:hasQuantityKind quantitykind:NuclearQuadrupoleMoment ; + qudt:plainTextDescription "A unit of area equal to that of a square, of sides 1nm" ; + qudt:symbol "nm²" ; + qudt:ucumCode "nm2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Nanometer"@sl ; + rdfs:label "Nanometer Persegi"@ms ; + rdfs:label "Nanometr Kwadratowy"@pl ; + rdfs:label "Nanometrekare"@tr ; + rdfs:label "Nanometro Cuadrado"@es ; + rdfs:label "Nanometro Quadrato"@it ; + rdfs:label "Nanometru Pătrat"@ro ; + rdfs:label "Nanomètre Carré"@fr ; + rdfs:label "Quadratnanometer"@de ; + rdfs:label "Square Nanometer"@en-US ; + rdfs:label "Square Nanometre" ; + rdfs:label "Square Nanometre"@en ; + rdfs:label "Čtvereční Nanometr"@cs . + +unit:NanoMOL + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit mole" ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:iec61360Code "0112/2///62720#UAB523" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB523"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:MOL ; + qudt:symbol "nmol" ; + qudt:ucumCode "nmol"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Z9" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanomol"@cs ; + rdfs:label "Nanomol"@de ; + rdfs:label "Nanomol"@es ; + rdfs:label "Nanomol"@pl ; + rdfs:label "Nanomol"@ro ; + rdfs:label "Nanomol"@sl ; + rdfs:label "Nanomol"@tr ; + rdfs:label "Nanomole" ; + rdfs:label "Nanomole"@en ; + rdfs:label "Nanomole"@fr ; + rdfs:label "Nanomole"@it ; + rdfs:label "Nanomole"@ms ; + rdfs:label "Nanomól"@hu . + +unit:NanoMOL-PER-CentiM3-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nmol/(cm³·h)" ; + qudt:ucumCode "nmol.cm-3.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomole per Cubic Centimeter Hour"@en-US ; + rdfs:label "Nanomole per Cubic Centimetre Hour" ; + rdfs:label "Nanomole per Cubic Centimetre Hour"@en . + +unit:NanoMOL-PER-GM + a qudt:Unit ; + dcterms:description "Nanomole Per Gram (\\(nanomol/g\\)) is a unit of Molality"^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:hasQuantityKind quantitykind:IonicStrength ; + qudt:hasQuantityKind quantitykind:MolalityOfSolute ; + qudt:plainTextDescription "0.000000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; + qudt:symbol "nmol/g" ; + qudt:ucumCode "nmol.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomol na Gram"@cs ; + rdfs:label "Nanomol na Gram"@pl ; + rdfs:label "Nanomol na Gram"@sl ; + rdfs:label "Nanomol pe Gram"@ro ; + rdfs:label "Nanomol per Gram"@tr ; + rdfs:label "Nanomol por Gramo"@es ; + rdfs:label "Nanomol pro Gramm"@de ; + rdfs:label "Nanomole par Gramme"@fr ; + rdfs:label "Nanomole per Gram" ; + rdfs:label "Nanomole per Gram"@en ; + rdfs:label "Nanomole per Gram"@ms ; + rdfs:label "Nanomole per Grammo"@it . + +unit:NanoMOL-PER-GM-HR + a qudt:Unit ; + dcterms:description "10^-9 SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour (3,600 seconds)."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:BiogeochemicalRate ; + qudt:symbol "nmol/(g·h)" ; + qudt:ucumCode "nmol.g-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomole per Gram Hour" ; + rdfs:label "Nanomole per Gram Hour"@en . + +unit:NanoMOL-PER-GM-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:BiogeochemicalRate ; + qudt:symbol "nmol/(g·s)" ; + qudt:ucumCode "nmol.g-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomol na Gram Sekunda"@cs ; + rdfs:label "Nanomol na Gram Sekunda"@pl ; + rdfs:label "Nanomol na Gram Sekunda"@sl ; + rdfs:label "Nanomol pe Gram Secundă"@ro ; + rdfs:label "Nanomol per Gram Saniye"@tr ; + rdfs:label "Nanomol por Gramo Segundo"@es ; + rdfs:label "Nanomol pro Gramm Sekunde"@de ; + rdfs:label "Nanomole par Gramme Seconde"@fr ; + rdfs:label "Nanomole per Gram Saat"@ms ; + rdfs:label "Nanomole per Gram Second" ; + rdfs:label "Nanomole per Gram Second"@en ; + rdfs:label "Nanomole per Grammo Secondo"@it . + +unit:NanoMOL-PER-KiloGM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:symbol "nmol/kg" ; + qudt:ucumCode "nmol.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomol na Kilogram"@cs ; + rdfs:label "Nanomol na Kilogram"@pl ; + rdfs:label "Nanomol na Kilogram"@sl ; + rdfs:label "Nanomol pe Kilogram"@ro ; + rdfs:label "Nanomol per Kilogram"@tr ; + rdfs:label "Nanomol por Kilogramo"@es ; + rdfs:label "Nanomol pro Kilogramm"@de ; + rdfs:label "Nanomole par Kilogramme"@fr ; + rdfs:label "Nanomole per Chilogrammo"@it ; + rdfs:label "Nanomole per Kilogram" ; + rdfs:label "Nanomole per Kilogram"@en ; + rdfs:label "Nanomole per Kilogram"@ms . + +unit:NanoMOL-PER-L + a qudt:Unit ; + dcterms:description "A scaled unit of amount-of-substance concentration."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:symbol "nmol/L" ; + qudt:ucumCode "nmol.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomole per Liter"@en-US ; + rdfs:label "Nanomole per Litre" ; + rdfs:label "Nanomole per Litre"@en . + +unit:NanoMOL-PER-L-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-11 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nmol/(L·d)" ; + qudt:ucumCode "nmol.L-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomole per Liter Day"@en-US ; + rdfs:label "Nanomole per Litre Day" ; + rdfs:label "Nanomole per Litre Day"@en . + +unit:NanoMOL-PER-L-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-10 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "nmol/(L·h)" ; + qudt:ucumCode "nmol.L-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomole per Liter Hour"@en-US ; + rdfs:label "Nanomole per Litre Hour" ; + rdfs:label "Nanomole per Litre Hour"@en . + +unit:NanoMOL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-14 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "nmol/(m²·d)" ; + qudt:ucumCode "nmol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomole per Square Meter Day"@en-US ; + rdfs:label "Nanomole per Square Metre Day" ; + rdfs:label "Nanomole per Square Metre Day"@en . + +unit:NanoMOL-PER-M2-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Molar flux equivalent to 1e-9 moles per meter squared per sec."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFluxDensity ; + qudt:plainTextDescription "Molar flux equivalent to 1e-9 moles per meter squared per sec." ; + qudt:symbol "nmol/(m²·s)" ; + qudt:ucumCode "nmol.m-2.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomol na Kvadratni Meter Sekunda"@sl ; + rdfs:label "Nanomol na Metr Kwadratowy Sekunda"@pl ; + rdfs:label "Nanomol na Čtvereční Metr Sekunda"@cs ; + rdfs:label "Nanomol pe Metru Pătrat Secundă"@ro ; + rdfs:label "Nanomol per Metrekare Saniye"@tr ; + rdfs:label "Nanomol por Metro Cuadrado Segundo"@es ; + rdfs:label "Nanomol pro Quadratmeter Sekunde"@de ; + rdfs:label "Nanomole par Mètre Carré Seconde"@fr ; + rdfs:label "Nanomole per Meter Persegi Saat"@ms ; + rdfs:label "Nanomole per Metro Quadrato Secondo"@it ; + rdfs:label "Nanomole per Square Meter Second"@en-US ; + rdfs:label "Nanomole per Square Metre Second" ; + rdfs:label "Nanomole per Square Metre Second"@en . + +unit:NanoMOL-PER-MicroGM-HR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroGM ; + ] ; + qudt:hasQuantityKind quantitykind:BiogeochemicalRate ; + qudt:symbol "nmol/(μg·h)" ; + qudt:ucumCode "nmol.ug-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomole per Microgram Hour" ; + rdfs:label "Nanomole per Microgram Hour"@en . + +unit:NanoMOL-PER-MicroMOL + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:qkdvDenominator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A1E0L0I0M0H0T0D0 ; + qudt:symbol "nmol/μmol" ; + qudt:ucumCode "nmol.umol-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomol na Micromol"@cs ; + rdfs:label "Nanomol na Micromol"@pl ; + rdfs:label "Nanomol na Micromol"@sl ; + rdfs:label "Nanomol pe Micromol"@ro ; + rdfs:label "Nanomol per Micromol"@tr ; + rdfs:label "Nanomol por Micromol"@es ; + rdfs:label "Nanomol pro Micromol"@de ; + rdfs:label "Nanomole par Micromole"@fr ; + rdfs:label "Nanomole per Micromole" ; + rdfs:label "Nanomole per Micromole"@en ; + rdfs:label "Nanomole per Micromole"@it ; + rdfs:label "Nanomole per Micromole"@ms . + +unit:NanoMOL-PER-MicroMOL-DAY + a qudt:Unit ; + dcterms:description "Unavailable."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "nmol/(μmol·d)" ; + qudt:ucumCode "nmol.umol-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanomole per Micromole Day" ; + rdfs:label "Nanomole per Micromole Day"@en . + +unit:NanoN + a qudt:Unit ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:N ; + qudt:symbol "nN" ; + qudt:ucumCode "nN"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanonewton" ; + rdfs:label "Nanonewton"@cs ; + rdfs:label "Nanonewton"@de ; + rdfs:label "Nanonewton"@en ; + rdfs:label "Nanonewton"@es ; + rdfs:label "Nanonewton"@fr ; + rdfs:label "Nanonewton"@hu ; + rdfs:label "Nanonewton"@it ; + rdfs:label "Nanonewton"@ms ; + rdfs:label "Nanonewton"@ro ; + rdfs:label "Nanonewton"@sl ; + rdfs:label "Nanonewton"@tr ; + rdfs:label "Nanoniuton"@pl . + +unit:NanoN-M-PER-M2 + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB547" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB547"^^xsd:anyURI ; + qudt:symbol "nN·m/m²" ; + qudt:ucumCode "nN.m.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanonewton Meter na Kvadratni Meter"@sl ; + rdfs:label "Nanonewton Meter per Meter Persegi"@ms ; + rdfs:label "Nanonewton Meter per Square Meter"@en-US ; + rdfs:label "Nanonewton Meter pro Quadratmeter"@de ; + rdfs:label "Nanonewton Metr na Čtvereční Metr"@cs ; + rdfs:label "Nanonewton Metre per Metrekare"@tr ; + rdfs:label "Nanonewton Metre per Square Metre" ; + rdfs:label "Nanonewton Metre per Square Metre"@en ; + rdfs:label "Nanonewton Metro per Metro Quadrato"@it ; + rdfs:label "Nanonewton Metro por Metro Cuadrado"@es ; + rdfs:label "Nanonewton Metru pe Metru Pătrat"@ro ; + rdfs:label "Nanonewton Mètre par Mètre Carré"@fr ; + rdfs:label "Nanoniuton Metr na Metr Kwadratowy"@pl . + +unit:NanoOHM + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit ohm" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricalResistance ; + qudt:iec61360Code "0112/2///62720#UAB359" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB359"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:OHM ; + qudt:symbol "nΩ" ; + qudt:ucumCode "nOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P22" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanoohm" ; + rdfs:label "Nanoohm"@cs ; + rdfs:label "Nanoohm"@de ; + rdfs:label "Nanoohm"@en ; + rdfs:label "Nanoohm"@fr ; + rdfs:label "Nanoohm"@hu ; + rdfs:label "Nanoohm"@it ; + rdfs:label "Nanoohm"@ms ; + rdfs:label "Nanoohm"@ro ; + rdfs:label "Nanoohm"@sl ; + rdfs:label "Nanoohm"@tr ; + rdfs:label "Nanoohmio"@es ; + rdfs:label "Nanoom"@pl . + +unit:NanoOHM-M + a qudt:Unit ; + dcterms:description "0.000000001-fold of the product of the SI derived unit ohm and the SI base unit metre" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoOHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA900" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA900"^^xsd:anyURI ; + qudt:symbol "nΩ·m" ; + qudt:ucumCode "nOhm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C46" ; + rdfs:isDefinedBy ; + rdfs:label "Nanoohm Meter"@de ; + rdfs:label "Nanoohm Meter"@en-US ; + rdfs:label "Nanoohm Meter"@ms ; + rdfs:label "Nanoohm Meter"@sl ; + rdfs:label "Nanoohm Metr"@cs ; + rdfs:label "Nanoohm Metre" ; + rdfs:label "Nanoohm Metre"@en ; + rdfs:label "Nanoohm Metre"@tr ; + rdfs:label "Nanoohm Metro"@it ; + rdfs:label "Nanoohm Metru"@ro ; + rdfs:label "Nanoohm Mètre"@fr ; + rdfs:label "Nanoohmio Metro"@es ; + rdfs:label "Nanoom Metr"@pl . + +unit:NanoS + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:S ; + qudt:symbol "nS" ; + qudt:ucumCode "nS"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanosiemens" ; + rdfs:label "Nanosiemens"@cs ; + rdfs:label "Nanosiemens"@de ; + rdfs:label "Nanosiemens"@en ; + rdfs:label "Nanosiemens"@es ; + rdfs:label "Nanosiemens"@fr ; + rdfs:label "Nanosiemens"@hu ; + rdfs:label "Nanosiemens"@it ; + rdfs:label "Nanosiemens"@ms ; + rdfs:label "Nanosiemens"@ro ; + rdfs:label "Nanosiemens"@sl ; + rdfs:label "Nanosiemens"@tr ; + rdfs:label "Nanosimens"@pl . + +unit:NanoS-PER-CentiM + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoS ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:iec61360Code "0112/2///62720#UAA907" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA907"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre" ; + qudt:symbol "nS/cm" ; + qudt:ucumCode "nS.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G44" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanosiemens na Centimeter"@sl ; + rdfs:label "Nanosiemens na Centimetr"@cs ; + rdfs:label "Nanosiemens par Centimètre"@fr ; + rdfs:label "Nanosiemens pe Centimetru"@ro ; + rdfs:label "Nanosiemens per Centimeter"@en-US ; + rdfs:label "Nanosiemens per Centimeter"@ms ; + rdfs:label "Nanosiemens per Centimetre" ; + rdfs:label "Nanosiemens per Centimetre"@en ; + rdfs:label "Nanosiemens per Centimetre"@tr ; + rdfs:label "Nanosiemens per Centimetro"@it ; + rdfs:label "Nanosiemens por Centimetro"@es ; + rdfs:label "Nanosiemens pro Centimeter"@de ; + rdfs:label "Nanosimens na Centimetr"@pl . + +unit:NanoS-PER-M + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoS ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:iec61360Code "0112/2///62720#UAA908" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA908"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; + qudt:symbol "nS/m" ; + qudt:ucumCode "nS.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G45" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanosiemens na Meter"@sl ; + rdfs:label "Nanosiemens na Metr"@cs ; + rdfs:label "Nanosiemens par Mètre"@fr ; + rdfs:label "Nanosiemens pe Metru"@ro ; + rdfs:label "Nanosiemens per Meter"@en-US ; + rdfs:label "Nanosiemens per Meter"@ms ; + rdfs:label "Nanosiemens per Metre" ; + rdfs:label "Nanosiemens per Metre"@en ; + rdfs:label "Nanosiemens per Metre"@tr ; + rdfs:label "Nanosiemens per Metro"@it ; + rdfs:label "Nanosiemens por Metro"@es ; + rdfs:label "Nanosiemens pro Meter"@de ; + rdfs:label "Nanosimens na Metr"@pl . + +unit:NanoSEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Nanosecond"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA913" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA913"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Nanosecond?oldid=919778950"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:SEC ; + qudt:symbol "ns" ; + qudt:ucumCode "ns"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C47" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanomásodperc"@hu ; + rdfs:label "Nanosaat"@ms ; + rdfs:label "Nanosaniye"@tr ; + rdfs:label "Nanosecond" ; + rdfs:label "Nanosecond"@en ; + rdfs:label "Nanoseconde"@fr ; + rdfs:label "Nanosecondo"@it ; + rdfs:label "Nanosecundă"@ro ; + rdfs:label "Nanosegundo"@es ; + rdfs:label "Nanosekunda"@cs ; + rdfs:label "Nanosekunda"@pl ; + rdfs:label "Nanosekunda"@sl ; + rdfs:label "Nanosekunde"@de . + +unit:NanoSV + a qudt:Unit ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:SV ; + qudt:symbol "nSv" ; + qudt:ucumCode "nSv"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanosievert" ; + rdfs:label "Nanosievert"@cs ; + rdfs:label "Nanosievert"@de ; + rdfs:label "Nanosievert"@en ; + rdfs:label "Nanosievert"@es ; + rdfs:label "Nanosievert"@fr ; + rdfs:label "Nanosievert"@hu ; + rdfs:label "Nanosievert"@it ; + rdfs:label "Nanosievert"@ms ; + rdfs:label "Nanosievert"@ro ; + rdfs:label "Nanosievert"@sl ; + rdfs:label "Nanosievert"@tr ; + rdfs:label "Nanosiwert"@pl . + +unit:NanoSV-PER-HR + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit sievert divided by the unit hour" ; + qudt:conversionMultiplier 0.0000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-13 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoSV ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB467" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB467"^^xsd:anyURI ; + qudt:symbol "nSv/h" ; + qudt:ucumCode "nSv.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P73" ; + rdfs:isDefinedBy ; + rdfs:label "Nanosievert per Hour" ; + rdfs:label "Nanosievert per Hour"@en . + +unit:NanoSV-PER-MIN + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit sievert divided by the unit minute" ; + qudt:conversionMultiplier 0.00000000001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-11 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoSV ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB471" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB471"^^xsd:anyURI ; + qudt:symbol "nSv/min" ; + qudt:ucumCode "nSv.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P77" ; + rdfs:isDefinedBy ; + rdfs:label "Nanosievert per Minute" ; + rdfs:label "Nanosievert per Minute"@en . + +unit:NanoSV-PER-SEC + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit sievert devided by the SI base unit second" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoSV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB304" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB304"^^xsd:anyURI ; + qudt:symbol "nSv/s" ; + qudt:ucumCode "nSv.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P68" ; + rdfs:isDefinedBy ; + rdfs:label "Nanosievert na Sekunda"@cs ; + rdfs:label "Nanosievert na Sekunda"@sl ; + rdfs:label "Nanosievert par Seconde"@fr ; + rdfs:label "Nanosievert pe Secundă"@ro ; + rdfs:label "Nanosievert per Saat"@ms ; + rdfs:label "Nanosievert per Saniye"@tr ; + rdfs:label "Nanosievert per Second" ; + rdfs:label "Nanosievert per Second"@en ; + rdfs:label "Nanosievert per Secondo"@it ; + rdfs:label "Nanosievert por Segundo"@es ; + rdfs:label "Nanosievert pro Sekunde"@de ; + rdfs:label "Nanosiwert na Sekunda"@pl . + +unit:NanoT + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit tesla"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAA909" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA909"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit tesla" ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:T ; + qudt:symbol "nT" ; + qudt:ucumCode "nT"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C48" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanotesla" ; + rdfs:label "Nanotesla"@cs ; + rdfs:label "Nanotesla"@de ; + rdfs:label "Nanotesla"@en ; + rdfs:label "Nanotesla"@es ; + rdfs:label "Nanotesla"@fr ; + rdfs:label "Nanotesla"@hu ; + rdfs:label "Nanotesla"@it ; + rdfs:label "Nanotesla"@ms ; + rdfs:label "Nanotesla"@pl ; + rdfs:label "Nanotesla"@ro ; + rdfs:label "Nanotesla"@sl ; + rdfs:label "Nanotesla"@tr . + +unit:NanoV + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAC771" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC771"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:V ; + qudt:symbol "nV" ; + qudt:ucumCode "nV"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanovolt" ; + rdfs:label "Nanovolt"@cs ; + rdfs:label "Nanovolt"@de ; + rdfs:label "Nanovolt"@en ; + rdfs:label "Nanovolt"@fr ; + rdfs:label "Nanovolt"@hu ; + rdfs:label "Nanovolt"@it ; + rdfs:label "Nanovolt"@ms ; + rdfs:label "Nanovolt"@ro ; + rdfs:label "Nanovolt"@sl ; + rdfs:label "Nanovolt"@tr ; + rdfs:label "Nanovoltio"@es ; + rdfs:label "Nanowolt"@pl . + +unit:NanoV-A + a qudt:Unit ; + dcterms:description "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + dcterms:isReplacedBy unit:NanoVA ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoV ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB531" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB531"^^xsd:anyURI ; + qudt:symbol "nV·A" ; + qudt:ucumCode "nV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanovolt Amper"@ro ; + rdfs:label "Nanovolt Amper"@sl ; + rdfs:label "Nanovolt Amper"@tr ; + rdfs:label "Nanovolt Ampere" ; + rdfs:label "Nanovolt Ampere"@de ; + rdfs:label "Nanovolt Ampere"@en ; + rdfs:label "Nanovolt Ampere"@it ; + rdfs:label "Nanovolt Ampere"@ms ; + rdfs:label "Nanovolt Ampère"@fr ; + rdfs:label "Nanovolt Ampér"@cs ; + rdfs:label "Nanovoltio Amperio"@es ; + rdfs:label "Nanowolt Amper"@pl . + +unit:NanoV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit volt ampere reactive" ; + dcterms:isReplacedBy unit:NanoVAR ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoV ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC505" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC505"^^xsd:anyURI ; + qudt:symbol "nV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "NanoVolt Ampere Reactive" ; + rdfs:label "NanoVolt Ampere Reactive"@en . + +unit:NanoVA + a qudt:Unit ; + dcterms:description "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB531" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB531"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:VA ; + qudt:symbol "nVA" ; + qudt:ucumCode "nVA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nano Volt Ampere" ; + rdfs:label "Nano Volt Ampere"@en ; + rdfs:label "Nano Volt Ampere"@it ; + rdfs:label "Nanovoltampere"@de ; + rdfs:label "Nanovoltampère"@fr ; + rdfs:label "Nanovoltiamperio"@es . + +unit:NanoVAR + a qudt:Unit ; + dcterms:description "0.000000001-fold of the unit volt ampere reactive" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC505" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC505"^^xsd:anyURI ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:VAR ; + qudt:symbol "nvar" ; + qudt:ucumCode "nvar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nano Volt Ampere Reactive" ; + rdfs:label "Nano Volt Ampere Reactive"@en . + +unit:NanoW + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA910" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA910"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000001-fold of the SI derived unit watt" ; + qudt:prefix prefix:Nano ; + qudt:scalingOf unit:W ; + qudt:symbol "nW" ; + qudt:ucumCode "nW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C49" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Nanovatio"@es ; + rdfs:label "Nanowat"@pl ; + rdfs:label "Nanowatt" ; + rdfs:label "Nanowatt"@cs ; + rdfs:label "Nanowatt"@de ; + rdfs:label "Nanowatt"@en ; + rdfs:label "Nanowatt"@fr ; + rdfs:label "Nanowatt"@hu ; + rdfs:label "Nanowatt"@it ; + rdfs:label "Nanowatt"@ms ; + rdfs:label "Nanowatt"@ro ; + rdfs:label "Nanowatt"@sl ; + rdfs:label "Nanowatt"@tr . + +unit:NanoW-PER-M2 + a qudt:Unit ; + dcterms:description "0.000000001-fold of the SI derived unit watt divided by the SI base unit metre to the power two" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:NanoW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:hasQuantityKind quantitykind:PoyntingVector ; + qudt:iec61360Code "0112/2///62720#UAB539" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB539"^^xsd:anyURI ; + qudt:symbol "nW/m²" ; + qudt:ucumCode "nW.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Nanovatio por Metro Cuadrado"@es ; + rdfs:label "Nanowat na Metr Kwadratowy"@pl ; + rdfs:label "Nanowatt na Kvadratni Meter"@sl ; + rdfs:label "Nanowatt na Čtvereční Metr"@cs ; + rdfs:label "Nanowatt par Mètre Carré"@fr ; + rdfs:label "Nanowatt pe Metru Pătrat"@ro ; + rdfs:label "Nanowatt per Meter Persegi"@ms ; + rdfs:label "Nanowatt per Metrekare"@tr ; + rdfs:label "Nanowatt per Metro Quadrato"@it ; + rdfs:label "Nanowatt per Square Meter"@en-US ; + rdfs:label "Nanowatt per Square Metre" ; + rdfs:label "Nanowatt per Square Metre"@en ; + rdfs:label "Nanowatt pro Quadratmeter"@de . + +unit:OCT + a qudt:DimensionlessUnit, qudt:LogarithmicUnit, qudt:Unit ; + dcterms:description "An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between $f1$ and $f2$ when $f2/f1 = 2$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Octave"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:hasQuantityKind quantitykind:LogarithmicFrequencyInterval ; + qudt:iec61360Code "0112/2///62720#UAA914" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA914"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Octave_(electronics)"^^xsd:anyURI ; + qudt:symbol "octave" ; + qudt:uneceCommonCode "C59" ; + rdfs:isDefinedBy ; + rdfs:label "Oct" ; + rdfs:label "Oct"@en . + +unit:OCTET + a qudt:Unit ; + dcterms:description "synonym for byte: 1 octet = 8 bit = 1 byte" ; + qudt:conversionMultiplier 5.54517744447956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E0 ; + qudt:exactMatch unit:BYTE ; + qudt:factorUnitScalar 8.0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:BIT ; + ] ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB341" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB341"^^xsd:anyURI ; + qudt:symbol "o" ; + qudt:uneceCommonCode "Q12" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Octet" ; + rdfs:label "Octet"@en . + +unit:OCTET-PER-SEC + a qudt:Unit ; + dcterms:description "unit octet divided by the SI base unit second" ; + qudt:conversionMultiplier 5.54517744447956247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OCTET ; + ] ; + qudt:hasQuantityKind quantitykind:BitRate ; + qudt:iec61360Code "0112/2///62720#UAB342" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB342"^^xsd:anyURI ; + qudt:symbol "o/s" ; + qudt:uneceCommonCode "Q13" ; + rdfs:isDefinedBy ; + rdfs:label "Octet per Second" ; + rdfs:label "Octet per Second"@en . + +unit:OERSTED + a qudt:Unit ; + dcterms:description "Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units."^^rdf:HTML ; + prov:wasDerivedFrom unit:GAUSS ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 79.5774715 ; + qudt:conversionMultiplierSN 7.95774715E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Oersted"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:MagneticFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAB134" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB134"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Oersted?oldid=491396460"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:A-PER-M ; + qudt:symbol "Oe" ; + qudt:ucumCode "Oe"^^qudt:UCUMcs ; + qudt:udunitsCode "Oe" ; + qudt:uneceCommonCode "66" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Oersted" ; + rdfs:label "Oersted"@en . + +unit:OERSTED-CentiM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.795774715 ; + qudt:conversionMultiplierSN 7.95774715E-1 ; + qudt:expression "$Oe-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OERSTED ; + ] ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:symbol "Oe·cm" ; + qudt:ucumCode "Oe.cm"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Oersted Centimeter"@en-US ; + rdfs:label "Oersted Centimetre" ; + rdfs:label "Oersted Centimetre"@en . + +unit:OHM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The $\\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. + + It is defined as: + + $$\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}$$ + + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ohm"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:Impedance ; + qudt:hasQuantityKind quantitykind:ModulusOfImpedance ; + qudt:hasQuantityKind quantitykind:Reactance ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:hasReciprocalUnit unit:S ; + qudt:iec61360Code "0112/2///62720#UAA017" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA017"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ohm?oldid=494685555"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:ohm ; + qudt:siUnitsExpression "V/A" ; + qudt:symbol "Ω" ; + qudt:ucumCode "Ohm"^^qudt:UCUMcs ; + qudt:udunitsCode "Ω" ; + qudt:uneceCommonCode "OHM" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ohm" ; + rdfs:label "Ohm"@cs ; + rdfs:label "Ohm"@de ; + rdfs:label "Ohm"@en ; + rdfs:label "Ohm"@fr ; + rdfs:label "Ohm"@hu ; + rdfs:label "Ohm"@it ; + rdfs:label "Ohm"@ms ; + rdfs:label "Ohm"@pt ; + rdfs:label "Ohm"@ro ; + rdfs:label "Ohm"@sl ; + rdfs:label "Ohm"@tr ; + rdfs:label "Ohmio"@es ; + rdfs:label "Ohmium"@la ; + rdfs:label "Om"@pl ; + rdfs:label "Ωμ"@el ; + rdfs:label "Ом"@bg ; + rdfs:label "Ом"@ru ; + rdfs:label "אוהם"@he ; + rdfs:label "أوم"@ar ; + rdfs:label "اهم"@fa ; + rdfs:label "ओह्म"@hi ; + rdfs:label "オーム"@ja ; + rdfs:label "欧姆"@zh . + +unit:OHM-CentiM + a qudt:Unit ; + dcterms:description "product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"@en ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAB090" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB090"^^xsd:anyURI ; + qudt:symbol "Ω·cm" ; + qudt:ucumCode "Ohm.cm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C60" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Centimeter"@de ; + rdfs:label "Ohm Centimeter"@en-US ; + rdfs:label "Ohm Centimeter"@ms ; + rdfs:label "Ohm Centimeter"@sl ; + rdfs:label "Ohm Centimetr"@cs ; + rdfs:label "Ohm Centimetre" ; + rdfs:label "Ohm Centimetre"@en ; + rdfs:label "Ohm Centimetre"@tr ; + rdfs:label "Ohm Centimetro"@it ; + rdfs:label "Ohm Centimetru"@ro ; + rdfs:label "Ohm Centimètre"@fr ; + rdfs:label "Ohmio Centimetro"@es ; + rdfs:label "Om Centimetr"@pl . + +unit:OHM-KiloM + a qudt:Unit ; + dcterms:description "product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:ResidualResistivity ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA018" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA018"^^xsd:anyURI ; + qudt:symbol "Ω·km" ; + qudt:ucumCode "Ohm.km"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M24" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Chilometro"@it ; + rdfs:label "Ohm Kilometer"@de ; + rdfs:label "Ohm Kilometer"@en-US ; + rdfs:label "Ohm Kilometer"@ms ; + rdfs:label "Ohm Kilometer"@sl ; + rdfs:label "Ohm Kilometr"@cs ; + rdfs:label "Ohm Kilometre" ; + rdfs:label "Ohm Kilometre"@en ; + rdfs:label "Ohm Kilometre"@tr ; + rdfs:label "Ohm Kilometru"@ro ; + rdfs:label "Ohm Kilomètre"@fr ; + rdfs:label "Ohmio Kilometro"@es ; + rdfs:label "Om Kilometr"@pl . + +unit:OHM-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasQuantityKind quantitykind:ResidualResistivity ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAA020" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA020"^^xsd:anyURI ; + qudt:symbol "Ω·m" ; + qudt:ucumCode "Ohm.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C61" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Meter"@de ; + rdfs:label "Ohm Meter"@en-US ; + rdfs:label "Ohm Meter"@ms ; + rdfs:label "Ohm Meter"@sl ; + rdfs:label "Ohm Metr"@cs ; + rdfs:label "Ohm Metre" ; + rdfs:label "Ohm Metre"@en ; + rdfs:label "Ohm Metre"@tr ; + rdfs:label "Ohm Metro"@it ; + rdfs:label "Ohm Metro"@pt ; + rdfs:label "Ohm Metru"@ro ; + rdfs:label "Ohm Mètre"@fr ; + rdfs:label "Ohmio Metro"@es ; + rdfs:label "Ohmium Metrum"@la ; + rdfs:label "Om Metr"@pl ; + rdfs:label "Ωμ Μέτρο"@el ; + rdfs:label "Ом Метр"@ru ; + rdfs:label "Ом Метър"@bg ; + rdfs:label "أوم متر"@ar ; + rdfs:label "اهم متر"@fa ; + rdfs:label "ओह्म मीटर"@hi ; + rdfs:label "オームメートル"@ja ; + rdfs:label "欧姆米"@zh . + +unit:OHM-M2-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:symbol "Ω·m²/m" ; + qudt:ucumCode "Ohm.m2.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Kvadratni Meter na Meter"@sl ; + rdfs:label "Ohm Meter Persegi per Meter"@ms ; + rdfs:label "Ohm Metrekare per Metre"@tr ; + rdfs:label "Ohm Metro Quadrado por Metro"@pt ; + rdfs:label "Ohm Metro Quadrato per Metro"@it ; + rdfs:label "Ohm Metru Pătrat pe Metru"@ro ; + rdfs:label "Ohm Mètre Carré par Mètre"@fr ; + rdfs:label "Ohm Quadratmeter pro Meter"@de ; + rdfs:label "Ohm Square Meter per Meter"@en-US ; + rdfs:label "Ohm Square Metre per Metre" ; + rdfs:label "Ohm Square Metre per Metre"@en ; + rdfs:label "Ohm Čtvereční Metr na Metr"@cs ; + rdfs:label "Ohmio Metro Cuadrado por Metro"@es ; + rdfs:label "Ohmium Metrum Quadratum per Metrum"@la ; + rdfs:label "Om Metr Kwadratowy na Metr"@pl ; + rdfs:label "Ωμ Τετραγωνικό Μέτρο ανά Μέτρο"@el ; + rdfs:label "Ом Квадратен Метър на Метър"@bg ; + rdfs:label "Ом Квадратный Метр на Метр"@ru . + +unit:OHM-MIL_Circ-PER-FT + a qudt:Unit ; + dcterms:description "unit of resistivity" ; + qudt:conversionMultiplier 0.000000001662426181102362204724409448818898 ; + qudt:conversionMultiplierSN 1.662426181102362204724409448818898E-9 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIL_Circ ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAB215" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB215"^^xsd:anyURI ; + qudt:symbol "Ω·cmil/ft" ; + qudt:ucumCode "Ohm.[cml_i].[ft_i]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Circular Mil per Foot" ; + rdfs:label "Ohm Circular Mil per Foot"@en . + +unit:OHM-PER-BAR + a qudt:Unit ; + dcterms:description "SI derived unit ohm per metrical non SI unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD879" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD879"^^xsd:anyURI ; + qudt:symbol "Ω/bar" ; + qudt:ucumCode "Ohm.bar-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ohm per Bar" ; + rdfs:label "Ohm per Bar"@en . + +unit:OHM-PER-K + a qudt:Unit ; + dcterms:description "SI derived unit ohm per SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD875" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD875"^^xsd:anyURI ; + qudt:symbol "Ω/K" ; + qudt:ucumCode "Ohm.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ohm na Kelvin"@cs ; + rdfs:label "Ohm na Kelvin"@sl ; + rdfs:label "Ohm par Kelvin"@fr ; + rdfs:label "Ohm pe Kelvin"@ro ; + rdfs:label "Ohm per Kelvin" ; + rdfs:label "Ohm per Kelvin"@en ; + rdfs:label "Ohm per Kelvin"@it ; + rdfs:label "Ohm per Kelvin"@ms ; + rdfs:label "Ohm per Kelvin"@tr ; + rdfs:label "Ohm por Kelvin"@pt ; + rdfs:label "Ohm pro Kelvin"@de ; + rdfs:label "Ohmio por Kelvin"@es ; + rdfs:label "Ohmium per Kelvin"@la ; + rdfs:label "Om na Kelwin"@pl ; + rdfs:label "Ωμ ανά Κέλβιν"@el ; + rdfs:label "Ом на Келвин"@bg ; + rdfs:label "Ом на Кельвин"@ru . + +unit:OHM-PER-KiloM + a qudt:Unit ; + dcterms:description "SI derived unit ohm divided by the 1,000-fold of the SI base unit metre" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA019" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA019"^^xsd:anyURI ; + qudt:symbol "Ω/km" ; + qudt:ucumCode "Ohm.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F56" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm na Kilometer"@sl ; + rdfs:label "Ohm na Kilometr"@cs ; + rdfs:label "Ohm par Kilomètre"@fr ; + rdfs:label "Ohm pe Kilometru"@ro ; + rdfs:label "Ohm per Chilometro"@it ; + rdfs:label "Ohm per Kilometer"@en-US ; + rdfs:label "Ohm per Kilometer"@ms ; + rdfs:label "Ohm per Kilometre" ; + rdfs:label "Ohm per Kilometre"@en ; + rdfs:label "Ohm per Kilometre"@tr ; + rdfs:label "Ohm pro Kilometer"@de ; + rdfs:label "Ohmio por Kilometro"@es ; + rdfs:label "Om na Kilometr"@pl . + +unit:OHM-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit ohm divided by the SI base unit metre" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA021" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA021"^^xsd:anyURI ; + qudt:symbol "Ω/m" ; + qudt:ucumCode "Ohm.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H26" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm na Meter"@sl ; + rdfs:label "Ohm na Metr"@cs ; + rdfs:label "Ohm par Mètre"@fr ; + rdfs:label "Ohm pe Metru"@ro ; + rdfs:label "Ohm per Meter"@en-US ; + rdfs:label "Ohm per Meter"@ms ; + rdfs:label "Ohm per Metre" ; + rdfs:label "Ohm per Metre"@en ; + rdfs:label "Ohm per Metre"@tr ; + rdfs:label "Ohm per Metro"@it ; + rdfs:label "Ohm por Metro"@pt ; + rdfs:label "Ohm pro Meter"@de ; + rdfs:label "Ohmio por Metro"@es ; + rdfs:label "Ohmium per Metrum"@la ; + rdfs:label "Om na Metr"@pl ; + rdfs:label "Ωμ ανά Μέτρο"@el ; + rdfs:label "Ом на Метр"@ru ; + rdfs:label "Ом на Метър"@bg . + +unit:OHM-PER-MI + a qudt:Unit ; + dcterms:description "unit ohm divided by the unit mile according to the Anglo-American system of units" ; + qudt:conversionMultiplier 0.0006213711922373339696174341843633182 ; + qudt:conversionMultiplierSN 6.213711922373339696174341843633182E-4 ; + qudt:hasDimensionVector qkdv:A0E-2L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasQuantityKind quantitykind:LinearResistance ; + qudt:iec61360Code "0112/2///62720#UAA022" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA022"^^xsd:anyURI ; + qudt:symbol "Ω/mi" ; + qudt:ucumCode "Ohm.[mi_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F55" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm per International Mile" ; + rdfs:label "Ohm per International Mile"@en . + +unit:OHM_Ab + a qudt:Unit ; + dcterms:description "$\\textit{abohm}$ is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to $10^{-9} ohms$ in the SI system of units; one abohm is a nano ohm."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abohm"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abohm?oldid=480725336"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:OHM ; + qudt:symbol "abΩ" ; + qudt:ucumCode "nOhm"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abohm" ; + rdfs:label "Abohm"@en . + +unit:OHM_CIRC-MIL-PER-FT + a qudt:Unit ; + dcterms:description "unit of resistivity" ; + dcterms:isReplacedBy unit:OHM-MIL_Circ-PER-FT ; + qudt:conversionMultiplier 0.000000001662426113 ; + qudt:conversionMultiplierSN 1.662426113E-9 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.7" ; + qudt:hasDimensionVector qkdv:A0E-2L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIL_Angle ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OHM_CIRC ; + ] ; + qudt:hasQuantityKind quantitykind:Resistivity ; + qudt:iec61360Code "0112/2///62720#UAB215" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB215"^^xsd:anyURI ; + qudt:symbol "Ω·cmil/ft" ; + rdfs:isDefinedBy ; + rdfs:label "Ohm Circular Mil per Foot" ; + rdfs:label "Ohm Circular Mil per Foot"@en . + +unit:OHM_Stat + a qudt:Unit ; + dcterms:description "\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 898755179000.0 ; + qudt:conversionMultiplierSN 8.98755179E11 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:informativeReference "http://whatis.techtarget.com/definition/statohm-stat-W"^^xsd:anyURI ; + qudt:latexSymbol "$stat\\Omega$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:scalingOf unit:OHM ; + qudt:symbol "statΩ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Statohm" ; + rdfs:label "Statohm"@en . + +unit:OKTA + a qudt:Unit ; + dcterms:description """ + "Okta" is the unit of measurement to describe the amount of cloud cover. + Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent: + 0: 0/8, the complete absence of cloud; + 1: 1/8 or less, but not zero; + 2: 2/8; + 3: 3/8; + 4: 4/8, half of the sky is covered; + 5: 5/8; + 6: 6/8; + 7: 7/8 or more, but not 8/8; + 8: 8/8, sky is completely covered; + 9: Sky obscured by fog and/or other meteorological phenomena; + /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made. + """^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AmountOfCloudCover ; + qudt:informativeReference "https://windy.app/blog/okta-cloud-cover.html"^^xsd:anyURI ; + qudt:isoNormativeReference "https://library.wmo.int/viewer/68695/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q="^^xsd:anyURI ; + qudt:plainTextDescription "\"Okta\" is the unit of measurement to describe the amount of cloud cover. Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent: 0: 0/8, the complete absence of cloud; 1: 1/8 or less, but not zero; 2: 2/8; 3: 3/8; 4: 4/8, half of the sky is covered; 5: 5/8; 6: 6/8; 7: 7/8 or more, but not 8/8; 8: 8/8, sky is completely covered; 9: Sky obscured by fog and/or other meteorological phenomena; /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made." ; + rdfs:isDefinedBy ; + rdfs:label "Okta" ; + rdfs:label "Okta"@en . + +unit:ONE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "Counting unit for a count of one" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:iec61360Code "0112/2///62720#UAA915" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA915"^^xsd:anyURI ; + qudt:symbol "one" ; + qudt:uneceCommonCode "C62" ; + rdfs:isDefinedBy ; + rdfs:label "One" ; + rdfs:label "One"@en . + +unit:ONE-PER-ONE + a qudt:Unit ; + dcterms:description "value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:ONE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ONE ; + ] ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:Ratio ; + qudt:iec61360Code "0112/2///62720#UAB443" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB443"^^xsd:anyURI ; + qudt:symbol "one/one" ; + qudt:uneceCommonCode "Q26" ; + rdfs:isDefinedBy ; + rdfs:label "One per One" ; + rdfs:label "One per One"@en . + +unit:OSM + a qudt:Unit ; + dcterms:description "One osmole is the amount of osmotically active material that when dissolved in 22.4L of solvent at 0 degrees celsius exerts an osmotic pressure of 1 atmosphere." ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:symbol "Osmol" ; + qudt:ucumCode "Osmol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Osmole" ; + rdfs:label "Osmole"@en . + +unit:OZ + a qudt:Unit ; + dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028349523125 ; + qudt:conversionMultiplierSN 2.8349523125E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:OZ_M ; + qudt:factorUnitScalar 0.0625 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA917" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA917"^^xsd:anyURI ; + qudt:symbol "oz" ; + qudt:ucumCode "[oz_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "ONZ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass" ; + rdfs:label "Ounce Mass"@en . + +unit:OZ-FT + a qudt:Unit ; + dcterms:description "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0086409346485 ; + qudt:conversionMultiplierSN 8.6409346485E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAB133" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB133"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units" ; + qudt:symbol "oz·ft" ; + qudt:ucumCode "[oz_av].[ft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4R" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Foot" ; + rdfs:label "Ounce Mass Foot"@en . + +unit:OZ-FT-HR-PER-IN3-LB + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; + qudt:conversionMultiplier 4185008.37001674003348006696013392 ; + qudt:conversionMultiplierSN 4.18500837001674003348006696013392E6 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD858" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD858"^^xsd:anyURI ; + qudt:symbol "oz·ft·h/(in³·lbm)" ; + qudt:ucumCode "[oz_av].[ft_i].h.[in_i]-3.[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Foot Hour per Cubic Inch Pound Mass" ; + rdfs:label "Ounce Mass Foot Hour per Cubic Inch Pound Mass"@en . + +unit:OZ-FT-SEC-PER-IN3-LB + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 1162.5023250046500093000186000372 ; + qudt:conversionMultiplierSN 1.1625023250046500093000186000372E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD859" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD859"^^xsd:anyURI ; + qudt:symbol "oz·ft·s/(in³·lbm)" ; + qudt:ucumCode "[oz_av].[ft_i].s.[in_i]-3.[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Foot Second per Cubic Inch Pound Mass" ; + rdfs:label "Ounce Mass Foot Second per Cubic Inch Pound Mass"@en . + +unit:OZ-FT2-PER-IN3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 36.13167683780060702020013656970921 ; + qudt:conversionMultiplierSN 3.613167683780060702020013656970921E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD860" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD860"^^xsd:anyURI ; + qudt:symbol "oz·ft²/(in³·lbf·s)" ; + qudt:ucumCode "[oz_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Square Foot per Cubic Inch Pound Force Second" ; + rdfs:label "Ounce Mass Square Foot per Cubic Inch Pound Force Second"@en . + +unit:OZ-HR-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 219938987.1877617250669424917895746 ; + qudt:conversionMultiplierSN 2.199389871877617250669424917895746E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC868" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC868"^^xsd:anyURI ; + qudt:symbol "oz·h/(in³·ft³)" ; + qudt:ucumCode "[oz_av].h.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Hour per Cubic Inch Cubic Foot" ; + rdfs:label "Ounce Mass Hour per Cubic Inch Cubic Foot"@en . + +unit:OZ-HR-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ; + qudt:conversionMultiplier 1369963762.221095989865992857706645 ; + qudt:conversionMultiplierSN 1.369963762221095989865992857706645E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC866" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC866"^^xsd:anyURI ; + qudt:symbol "oz·h/(in³·gal{UK})" ; + qudt:ucumCode "[oz_av].h.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Hour per Cubic Inch Gallon (UK)" ; + rdfs:label "Ounce Mass Hour per Cubic Inch Gallon (UK)"@en . + +unit:OZ-HR-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ; + qudt:conversionMultiplier 1645257878.183776021279985393127207 ; + qudt:conversionMultiplierSN 1.645257878183776021279985393127207E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC865" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC865"^^xsd:anyURI ; + qudt:symbol "oz·h/(in³·gal{US})" ; + qudt:ucumCode "[oz_av].h.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Hour per Cubic Inch Us Gallon" ; + rdfs:label "Ounce Mass Hour per Cubic Inch Us Gallon"@en . + +unit:OZ-HR-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 8145888.414361545372849721918132388 ; + qudt:conversionMultiplierSN 8.145888414361545372849721918132388E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC869" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC869"^^xsd:anyURI ; + qudt:symbol "oz·h/(in³·yd³)" ; + qudt:ucumCode "[oz_av].h.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Hour per Cubic Inch Cubic Yard" ; + rdfs:label "Ounce Mass Hour per Cubic Inch Cubic Yard"@en . + +unit:OZ-HR-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; + qudt:conversionMultiplier 380054569860.4522609156766258123849 ; + qudt:conversionMultiplierSN 3.800545698604522609156766258123849E11 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC867" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC867"^^xsd:anyURI ; + qudt:symbol "oz·h/in⁶" ; + qudt:ucumCode "[oz_av].h.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Hour per Sextic Inch" ; + rdfs:label "Ounce Mass Hour per Sextic Inch"@en . + +unit:OZ-IN + a qudt:Unit ; + dcterms:description "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000720077887375 ; + qudt:conversionMultiplierSN 7.20077887375E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:LengthMass ; + qudt:iec61360Code "0112/2///62720#UAB132" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB132"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units" ; + qudt:symbol "oz·in" ; + qudt:ucumCode "[oz_av].[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4Q" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Inch" ; + rdfs:label "Ounce Mass Inch"@en . + +unit:OZ-IN2-PER-IN3-LB_F-SEC + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.2509144224847264376402787261785362 ; + qudt:conversionMultiplierSN 2.509144224847264376402787261785362E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD861" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD861"^^xsd:anyURI ; + qudt:symbol "oz·in²/(in³·lbf·s)" ; + qudt:ucumCode "[oz_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Square Inch per Cubic Inch Pound Force Second" ; + rdfs:label "Ounce Mass Square Inch per Cubic Inch Pound Force Second"@en . + +unit:OZ-MIN-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 3665649.786462695417782374863159576 ; + qudt:conversionMultiplierSN 3.665649786462695417782374863159576E6 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD801" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD801"^^xsd:anyURI ; + qudt:symbol "oz·min/(in³·ft³)" ; + qudt:ucumCode "[oz_av].min.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Minute per Cubic Inch Cubic Foot" ; + rdfs:label "Ounce Mass Minute per Cubic Inch Cubic Foot"@en . + +unit:OZ-MIN-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ; + qudt:conversionMultiplier 22832729.37035159983109988096177742 ; + qudt:conversionMultiplierSN 2.283272937035159983109988096177742E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD867" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD867"^^xsd:anyURI ; + qudt:symbol "oz·min/(in³·gal{UK})" ; + qudt:ucumCode "[oz_av].min.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Minute per Cubic Inch Gallon (UK)" ; + rdfs:label "Ounce Mass Minute per Cubic Inch Gallon (UK)"@en . + +unit:OZ-MIN-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ; + qudt:conversionMultiplier 27420964.63639626702133308988545345 ; + qudt:conversionMultiplierSN 2.742096463639626702133308988545345E7 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD866" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD866"^^xsd:anyURI ; + qudt:symbol "oz·min/(in³·gal{US})" ; + qudt:ucumCode "[oz_av].min.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Minute per Cubic Inch Us Gallon" ; + rdfs:label "Ounce Mass Minute per Cubic Inch Us Gallon"@en . + +unit:OZ-MIN-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 135764.8069060257562141620319688731 ; + qudt:conversionMultiplierSN 1.357648069060257562141620319688731E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD802" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD802"^^xsd:anyURI ; + qudt:symbol "oz·min/(in³·yd³)" ; + qudt:ucumCode "[oz_av].min.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Minute per Cubic Inch Cubic Yard" ; + rdfs:label "Ounce Mass Minute per Cubic Inch Cubic Yard"@en . + +unit:OZ-MIN-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; + qudt:conversionMultiplier 6334242831.007537681927943763539748 ; + qudt:conversionMultiplierSN 6.334242831007537681927943763539748E9 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD800" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD800"^^xsd:anyURI ; + qudt:symbol "oz·min/in⁶" ; + qudt:ucumCode "[oz_av].min.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Minute per Sextic Inch" ; + rdfs:label "Ounce Mass Minute per Sextic Inch"@en . + +unit:OZ-PER-DAY + a qudt:Unit ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000003281194806134259259259259259259258 ; + qudt:conversionMultiplierSN 3.281194806134259259259259259259258E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA919" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA919"^^xsd:anyURI ; + qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day" ; + qudt:symbol "oz/d" ; + qudt:ucumCode "[oz_av].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L33" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Day" ; + rdfs:label "Ounce Mass per Day"@en . + +unit:OZ-PER-FT2 + a qudt:Unit ; + dcterms:description "\"Ounce per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $oz/ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.305151727273940658992429095969303 ; + qudt:conversionMultiplierSN 3.05151727273940658992429095969303E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "oz/ft^{2}" ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB105" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB105"^^xsd:anyURI ; + qudt:symbol "oz/ft²" ; + qudt:ucumCode "[oz_av].[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "37" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Square Foot" ; + rdfs:label "Ounce Mass per Square Foot"@en . + +unit:OZ-PER-GAL_IMP + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Ounce per Gallon\" is an Imperial unit for 'Density' expressed as $oz/gal$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 6.236023291443856148910382328550469 ; + qudt:conversionMultiplierSN 6.236023291443856148910382328550469E0 ; + qudt:exactMatch unit:OZ-PER-GAL_UK ; + qudt:expression "oz/gal" ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_IMP ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "oz/gal{Imp}" ; + qudt:ucumCode "[oz_av].[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Imperial Gallon" ; + rdfs:label "Ounce Mass per Imperial Gallon"@en . + +unit:OZ-PER-GAL_UK + a qudt:Unit ; + dcterms:description "unit of the density according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 6.236023291443856148910382328550469 ; + qudt:conversionMultiplierSN 6.236023291443856148910382328550469E0 ; + qudt:exactMatch unit:OZ-PER-GAL_IMP ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA923" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA923"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the density according to the Imperial system of units" ; + qudt:symbol "oz/gal{UK}" ; + qudt:ucumCode "[oz_av].[gal_br]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L37" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Gallon (UK)" ; + rdfs:label "Ounce Mass per Gallon (UK)"@en . + +unit:OZ-PER-GAL_US + a qudt:Unit ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 7.48915170730603928399457848784464 ; + qudt:conversionMultiplierSN 7.48915170730603928399457848784464E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA924" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA924"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Density"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the density according to the Anglo-American system of units" ; + qudt:symbol "oz/gal{US}" ; + qudt:ucumCode "[oz_av].[gal_us]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L38" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Us Gallon" ; + rdfs:label "Ounce Mass per Us Gallon"@en . + +unit:OZ-PER-HR + a qudt:Unit ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000007874867534722222222222222222222223 ; + qudt:conversionMultiplierSN 7.874867534722222222222222222222223E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA920" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA920"^^xsd:anyURI ; + qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour" ; + qudt:symbol "oz/h" ; + qudt:ucumCode "[oz_av].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L34" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Hour" ; + rdfs:label "Ounce Mass per Hour"@en . + +unit:OZ-PER-IN2 + a qudt:Unit ; + dcterms:description "unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)" ; + qudt:conversionMultiplier 43.94184872744745489490978981957964 ; + qudt:conversionMultiplierSN 4.394184872744745489490978981957964E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:BodyMassIndex ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:hasQuantityKind quantitykind:MeanMassRange ; + qudt:hasQuantityKind quantitykind:SurfaceDensity ; + qudt:iec61360Code "0112/2///62720#UAB261" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB261"^^xsd:anyURI ; + qudt:symbol "oz/in²" ; + qudt:ucumCode "[oz_av].[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N22" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Square Inch" ; + rdfs:label "Ounce Mass per Square Inch"@en . + +unit:OZ-PER-IN3 + a qudt:Unit ; + dcterms:description "\"Ounce per Cubic Inch\" is an Imperial unit for 'Density' expressed as $oz/in^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1729.994044387695074602747630692112 ; + qudt:conversionMultiplierSN 1.729994044387695074602747630692112E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "oz/in^{3}" ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "oz/in³" ; + qudt:ucumCode "[oz_av].[in_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L39" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Cubic Inch" ; + rdfs:label "Ounce Mass per Cubic Inch"@en . + +unit:OZ-PER-MIN + a qudt:Unit ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0004724920520833333333333333333333334 ; + qudt:conversionMultiplierSN 4.724920520833333333333333333333334E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA921" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA921"^^xsd:anyURI ; + qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute" ; + qudt:symbol "oz/min" ; + qudt:ucumCode "[oz_av].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L35" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Minute" ; + rdfs:label "Ounce Mass per Minute"@en . + +unit:OZ-PER-SEC + a qudt:Unit ; + dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028349523125 ; + qudt:conversionMultiplierSN 2.8349523125E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA922" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA922"^^xsd:anyURI ; + qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second" ; + qudt:symbol "oz/s" ; + qudt:ucumCode "[oz_av].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L36" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Second" ; + rdfs:label "Ounce Mass per Second"@en . + +unit:OZ-PER-YD2 + a qudt:Unit ; + dcterms:description "\"Ounce per Square Yard\" is an Imperial unit for 'Mass Per Area' expressed as $oz/yd^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03390574747488229544360323288547811 ; + qudt:conversionMultiplierSN 3.390574747488229544360323288547811E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "oz/yd²" ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:iec61360Code "0112/2///62720#UAB104" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB104"^^xsd:anyURI ; + qudt:symbol "oz/yd²" ; + qudt:ucumCode "[oz_av].[yd_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "ON" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Square Yard" ; + rdfs:label "Ounce Mass per Square Yard"@en . + +unit:OZ-PER-YD3 + a qudt:Unit ; + dcterms:description "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.03707977632861143421216451540406617 ; + qudt:conversionMultiplierSN 3.707977632861143421216451540406617E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA918" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA918"^^xsd:anyURI ; + qudt:plainTextDescription "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3" ; + qudt:symbol "oz/yd³" ; + qudt:ucumCode "[oz_av].[yd_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G32" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass per Cubic Yard" ; + rdfs:label "Ounce Mass per Cubic Yard"@en . + +unit:OZ-SEC-PER-IN3-FT3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 61094.16310771159029637291438599294 ; + qudt:conversionMultiplierSN 6.109416310771159029637291438599294E4 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD826" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD826"^^xsd:anyURI ; + qudt:symbol "oz·s/(in³·ft³)" ; + qudt:ucumCode "[oz_av].s.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Second per Cubic Inch Cubic Foot" ; + rdfs:label "Ounce Mass Second per Cubic Inch Cubic Foot"@en . + +unit:OZ-SEC-PER-IN3-GAL_UK + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second" ; + qudt:conversionMultiplier 380545.4895058599971849980160296237 ; + qudt:conversionMultiplierSN 3.805454895058599971849980160296237E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD824" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD824"^^xsd:anyURI ; + qudt:symbol "oz·s/(in³·gal{UK})" ; + qudt:ucumCode "[oz_av].s.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Second per Cubic Inch Gallon (UK)" ; + rdfs:label "Ounce Mass Second per Cubic Inch Gallon (UK)"@en . + +unit:OZ-SEC-PER-IN3-GAL_US + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ; + qudt:conversionMultiplier 457016.0772732711170222181647575575 ; + qudt:conversionMultiplierSN 4.570160772732711170222181647575575E5 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD823" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD823"^^xsd:anyURI ; + qudt:symbol "oz·s/(in³·gal{US})" ; + qudt:ucumCode "[oz_av].s.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Second per Cubic Inch Us Gallon" ; + rdfs:label "Ounce Mass Second per Cubic Inch Us Gallon"@en . + +unit:OZ-SEC-PER-IN3-YD3 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 2262.746781767095936902700532814552 ; + qudt:conversionMultiplierSN 2.262746781767095936902700532814552E3 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD827" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD827"^^xsd:anyURI ; + qudt:symbol "oz·s/(in³·yd³)" ; + qudt:ucumCode "[oz_av].s.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Second per Cubic Inch Cubic Yard" ; + rdfs:label "Ounce Mass Second per Cubic Inch Cubic Yard"@en . + +unit:OZ-SEC-PER-IN6 + a qudt:Unit ; + dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; + qudt:conversionMultiplier 105570713.8501256280321323960589958 ; + qudt:conversionMultiplierSN 1.055707138501256280321323960589958E8 ; + qudt:hasDimensionVector qkdv:A0E0L-6I0M1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -6 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD825" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD825"^^xsd:anyURI ; + qudt:symbol "oz·s/in⁶" ; + qudt:ucumCode "[oz_av].s.[in_i]-6"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass Second per Sextic Inch" ; + rdfs:label "Ounce Mass Second per Sextic Inch"@en . + +unit:OZ_F + a qudt:Unit ; + dcterms:description "\"Ounce Force\" is an Imperial unit for 'Force' expressed as $ozf$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.278013850954 ; + qudt:conversionMultiplierSN 2.78013850954E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAA926" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA926"^^xsd:anyURI ; + qudt:scalingOf unit:N ; + qudt:symbol "ozf" ; + qudt:ucumCode "[ozf_av]"^^qudt:UCUMcs ; + qudt:udunitsCode "ozf" ; + qudt:uneceCommonCode "L40" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Ounce Force" ; + rdfs:label "Imperial Ounce Force"@en . + +unit:OZ_F-IN + a qudt:Unit ; + dcterms:description "\"Ounce Force Inch\" is an Imperial unit for 'Torque' expressed as $ozf-in$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0070615518142316 ; + qudt:conversionMultiplierSN 7.0615518142316E-3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAA927" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA927"^^xsd:anyURI ; + qudt:symbol "ozf·in" ; + qudt:ucumCode "[ozf_av].[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L41" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Ounce Force Inch" ; + rdfs:label "Imperial Ounce Force Inch"@en . + +unit:OZ_F-PER-IN3 + a qudt:Unit ; + dcterms:description "unit of specific weight according to the Anglo-American system of units" ; + qudt:conversionMultiplier 16965.44609540793884737375773964146 ; + qudt:conversionMultiplierSN 1.696544609540793884737375773964146E4 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificWeight ; + qudt:iec61360Code "0112/2///62720#UAA925" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA925"^^xsd:anyURI ; + qudt:symbol "ozf/in³" ; + qudt:ucumCode "[ozf_av].[in_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L39" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Ounce Force per Cubic Inch" ; + rdfs:label "Imperial Ounce Force per Cubic Inch"@en . + +unit:OZ_M + a qudt:Unit ; + dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.028349523125 ; + qudt:conversionMultiplierSN 2.8349523125E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:OZ ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "oz" ; + qudt:ucumCode "[oz_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "ONZ" ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Mass" ; + rdfs:label "Ounce Mass"@en . + +unit:OZ_TROY + a qudt:Unit ; + dcterms:description "An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0311034768 ; + qudt:conversionMultiplierSN 3.11034768E-2 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB082" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB082"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "oz{Troy}" ; + qudt:ucumCode "[oz_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "APZ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ounce Troy" ; + rdfs:label "Ounce Troy"@en . + +unit:OZ_VOL_UK + a qudt:Unit ; + dcterms:description "$\\textit{Imperial Ounce}$ is an Imperial unit for 'Liquid Volume' expressed as $oz$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000284130625 ; + qudt:conversionMultiplierSN 2.84130625E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA431" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA431"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "oz{UK}" ; + qudt:ucumCode "[foz_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "OZI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Fluid Ounce (UK)" ; + rdfs:label "Fluid Ounce (UK)"@en . + +unit:OZ_VOL_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000000003288548900462962962962962962962962 ; + qudt:conversionMultiplierSN 3.288548900462962962962962962962962E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_VOL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA432" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA432"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "oz{UK}/d" ; + qudt:ucumCode "[foz_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J95" ; + rdfs:isDefinedBy ; + rdfs:label "Fluid Ounce (UK) per Day" ; + rdfs:label "Fluid Ounce (UK) per Day"@en . + +unit:OZ_VOL_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000000007892517361111111111111111111111112 ; + qudt:conversionMultiplierSN 7.892517361111111111111111111111112E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_VOL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA433" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA433"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "oz{UK}/h" ; + qudt:ucumCode "[foz_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J96" ; + rdfs:isDefinedBy ; + rdfs:label "Fluid Ounce (UK) per Hour" ; + rdfs:label "Fluid Ounce (UK) per Hour"@en . + +unit:OZ_VOL_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000004735510416666666666666666666666668 ; + qudt:conversionMultiplierSN 4.735510416666666666666666666666668E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_VOL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA434" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA434"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "oz{UK}/min" ; + qudt:ucumCode "[foz_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J97" ; + rdfs:isDefinedBy ; + rdfs:label "Fluid Ounce (UK) per Minute" ; + rdfs:label "Fluid Ounce (UK) per Minute"@en . + +unit:OZ_VOL_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000284130625 ; + qudt:conversionMultiplierSN 2.84130625E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_VOL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA435" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA435"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "oz{UK}/s" ; + qudt:ucumCode "[foz_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J98" ; + rdfs:isDefinedBy ; + rdfs:label "Fluid Ounce (UK) per Second" ; + rdfs:label "Fluid Ounce (UK) per Second"@en . + +unit:OZ_VOL_US + a qudt:Unit ; + dcterms:description "\"US Liquid Ounce\" is a unit for 'Liquid Volume' expressed as $oz$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000295735296 ; + qudt:conversionMultiplierSN 2.95735296E-5 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA916" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA916"^^xsd:anyURI ; + qudt:scalingOf unit:M3 ; + qudt:symbol "fl oz{US}" ; + qudt:ucumCode "[foz_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "fl oz" ; + qudt:uneceCommonCode "OZA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Ounce" ; + rdfs:label "Us Liquid Ounce"@en . + +unit:OZ_VOL_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000000003422862222222222222222222222222221 ; + qudt:conversionMultiplierSN 3.422862222222222222222222222222221E-10 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_VOL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA436" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA436"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day" ; + qudt:symbol "fl oz{US}/d" ; + qudt:ucumCode "[foz_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J99" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Ounce per Day" ; + rdfs:label "Us Liquid Ounce per Day"@en . + +unit:OZ_VOL_US-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000008214869333333333333333333333333334 ; + qudt:conversionMultiplierSN 8.214869333333333333333333333333334E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_VOL_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA437" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA437"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "fl oz{US}/h" ; + qudt:ucumCode "[foz_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K10" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Ounce per Hour" ; + rdfs:label "Us Liquid Ounce per Hour"@en . + +unit:OZ_VOL_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000004928921600000000000000000000000001 ; + qudt:conversionMultiplierSN 4.928921600000000000000000000000001E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_VOL_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA438" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA438"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "fl oz{US}/min" ; + qudt:ucumCode "[foz_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K11" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Ounce per Minute" ; + rdfs:label "Us Liquid Ounce per Minute"@en . + +unit:OZ_VOL_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000295735296 ; + qudt:conversionMultiplierSN 2.95735296E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:OZ_VOL_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA439" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA439"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "fl oz{US}/s" ; + qudt:ucumCode "[foz_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K12" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Ounce per Second" ; + rdfs:label "Us Liquid Ounce per Second"@en . + +unit:PA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + qudt:exactMatch unit:KiloGM-PER-M-SEC2 ; + qudt:exactMatch unit:N-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:BulkModulus ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:Fugacity ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:hasReciprocalUnit unit:M2-PER-N ; + qudt:iec61360Code "0112/2///62720#UAA258" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA258"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:pascal ; + qudt:siUnitsExpression "N/m^2" ; + qudt:symbol "Pa" ; + qudt:ucumCode "Pa"^^qudt:UCUMcs ; + qudt:udunitsCode "Pa" ; + qudt:uneceCommonCode "PAL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pascal" ; + rdfs:label "Pascal"@cs ; + rdfs:label "Pascal"@de ; + rdfs:label "Pascal"@en ; + rdfs:label "Pascal"@es ; + rdfs:label "Pascal"@fr ; + rdfs:label "Pascal"@hu ; + rdfs:label "Pascal"@it ; + rdfs:label "Pascal"@ms ; + rdfs:label "Pascal"@pt ; + rdfs:label "Pascal"@ro ; + rdfs:label "Pascal"@sl ; + rdfs:label "Pascal"@tr ; + rdfs:label "Pascalium"@la ; + rdfs:label "Paskal"@pl ; + rdfs:label "Πασκάλ"@el ; + rdfs:label "Паскал"@bg ; + rdfs:label "Паскаль"@ru ; + rdfs:label "פסקל"@he ; + rdfs:label "باسكال"@ar ; + rdfs:label "پاسگال"@fa ; + rdfs:label "पास्कल"@hi ; + rdfs:label "パスカル"@ja ; + rdfs:label "帕斯卡"@zh . + +unit:PA-L-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA261" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA261"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; + qudt:symbol "Pa·L/s" ; + qudt:ucumCode "Pa.L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F99" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Liter per Second"@en-US ; + rdfs:label "Pascal Litre per Second" ; + rdfs:label "Pascal Litre per Second"@en . + +unit:PA-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Pa·m" ; + qudt:ucumCode "Pa.m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Meter"@de ; + rdfs:label "Pascal Meter"@en-US ; + rdfs:label "Pascal Meter"@ms ; + rdfs:label "Pascal Meter"@sl ; + rdfs:label "Pascal Metr"@cs ; + rdfs:label "Pascal Metre" ; + rdfs:label "Pascal Metre"@en ; + rdfs:label "Pascal Metre"@tr ; + rdfs:label "Pascal Metro"@es ; + rdfs:label "Pascal Metro"@it ; + rdfs:label "Pascal Metro"@pt ; + rdfs:label "Pascal Metru"@ro ; + rdfs:label "Pascal Mètre"@fr ; + rdfs:label "Pascalium Metrum"@la ; + rdfs:label "Paskal Metr"@pl ; + rdfs:label "Πασκάλ Μέτρο"@el ; + rdfs:label "Паскал Метър"@bg ; + rdfs:label "Паскаль Метр"@ru . + +unit:PA-M-PER-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Pa·m/s" ; + qudt:ucumCode "Pa.m.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Meter na Sekunda"@sl ; + rdfs:label "Pascal Meter per Saat"@ms ; + rdfs:label "Pascal Meter per Second"@en-US ; + rdfs:label "Pascal Meter pro Sekunde"@de ; + rdfs:label "Pascal Metr na Sekunda"@cs ; + rdfs:label "Pascal Metre per Saniye"@tr ; + rdfs:label "Pascal Metre per Second" ; + rdfs:label "Pascal Metre per Second"@en ; + rdfs:label "Pascal Metro per Secondo"@it ; + rdfs:label "Pascal Metro por Segundo"@es ; + rdfs:label "Pascal Metro por Segundo"@pt ; + rdfs:label "Pascal Metru pe Secundă"@ro ; + rdfs:label "Pascal Mètre par Seconde"@fr ; + rdfs:label "Pascalium Metrum per Secundum"@la ; + rdfs:label "Paskal Metr na Sekunda"@pl ; + rdfs:label "Πασκάλ Μέτρο ανά Δευτερόλεπτο"@el ; + rdfs:label "Паскал Метър на Секунда"@bg ; + rdfs:label "Паскаль Метр на Секунда"@ru . + +unit:PA-M-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Pa·m/s²" ; + qudt:ucumCode "Pa.m.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Meter na Kvadratni Sekunda"@sl ; + rdfs:label "Pascal Meter per Saat Persegi"@ms ; + rdfs:label "Pascal Meter per Square Second"@en-US ; + rdfs:label "Pascal Meter pro Quadratsekunde"@de ; + rdfs:label "Pascal Metr na Čtvereční Sekunda"@cs ; + rdfs:label "Pascal Metre per Saniyekare"@tr ; + rdfs:label "Pascal Metre per Square Second" ; + rdfs:label "Pascal Metre per Square Second"@en ; + rdfs:label "Pascal Metro per Secondo Quadrato"@it ; + rdfs:label "Pascal Metro por Segundo Cuadrado"@es ; + rdfs:label "Pascal Metro por Segundo Quadrado"@pt ; + rdfs:label "Pascal Metru pe Secundă Pătrat"@ro ; + rdfs:label "Pascal Mètre par Seconde Carré"@fr ; + rdfs:label "Pascalium Metrum per Secundum Quadratum"@la ; + rdfs:label "Paskal Metr na Sekunda Kwadratowy"@pl ; + rdfs:label "Πασκάλ Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Паскал Метър на Квадратен Секунда"@bg ; + rdfs:label "Паскаль Метр на Квадратный Секунда"@ru . + +unit:PA-M0dot5 + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "A metric unit for stress intensity factor and fracture toughness."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-0dot5I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 0.5 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:StressIntensityFactor ; + qudt:plainTextDescription "A metric unit for stress intensity factor and fracture toughness." ; + qudt:symbol "Pa√m" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Square Root Meter"@en-US . + +unit:PA-M2-PER-KiloGM + a qudt:Unit ; + dcterms:description "unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:BurstFactor ; + qudt:iec61360Code "0112/2///62720#UAB462" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB462"^^xsd:anyURI ; + qudt:symbol "Pa·m²/kg" ; + qudt:ucumCode "Pa.m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P79" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Kvadratni Meter na Kilogram"@sl ; + rdfs:label "Pascal Meter Persegi per Kilogram"@ms ; + rdfs:label "Pascal Metrekare per Kilogram"@tr ; + rdfs:label "Pascal Metro Cuadrado por Kilogramo"@es ; + rdfs:label "Pascal Metro Quadrado por Quilograma"@pt ; + rdfs:label "Pascal Metro Quadrato per Chilogrammo"@it ; + rdfs:label "Pascal Metru Pătrat pe Kilogram"@ro ; + rdfs:label "Pascal Mètre Carré par Kilogramme"@fr ; + rdfs:label "Pascal Quadratmeter pro Kilogramm"@de ; + rdfs:label "Pascal Square Meter per Kilogram"@en-US ; + rdfs:label "Pascal Square Metre per Kilogram" ; + rdfs:label "Pascal Square Metre per Kilogram"@en ; + rdfs:label "Pascal Čtvereční Metr na Kilogram"@cs ; + rdfs:label "Pascalium Metrum Quadratum per Chiliogramma"@la ; + rdfs:label "Paskal Metr Kwadratowy na Kilogram"@pl ; + rdfs:label "Πασκάλ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; + rdfs:label "Паскал Квадратен Метър на Килограм"@bg ; + rdfs:label "Паскаль Квадратный Метр на Килограмм"@ru . + +unit:PA-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA264" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA264"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "Pa·m³/s" ; + qudt:ucumCode "Pa.m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G01" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Cubic Meter per Second"@en-US ; + rdfs:label "Pascal Cubic Metre per Second" ; + rdfs:label "Pascal Cubic Metre per Second"@en ; + rdfs:label "Pascal Kubikmeter pro Sekunde"@de ; + rdfs:label "Pascal Kubični Meter na Sekunda"@sl ; + rdfs:label "Pascal Meter Kubik per Saat"@ms ; + rdfs:label "Pascal Metr Krychlový na Sekunda"@cs ; + rdfs:label "Pascal Metreküp per Saniye"@tr ; + rdfs:label "Pascal Metro Cubo per Secondo"@it ; + rdfs:label "Pascal Metro Cúbico por Segundo"@es ; + rdfs:label "Pascal Metro Cúbico por Segundo"@pt ; + rdfs:label "Pascal Metru Cub pe Secundă"@ro ; + rdfs:label "Pascal Mètre Cube par Seconde"@fr ; + rdfs:label "Pascalium Metrum Cubicum per Secundum"@la ; + rdfs:label "Paskal Metr Sześcienny na Sekunda"@pl ; + rdfs:label "Πασκάλ Κυβικό Μέτρο ανά Δευτερόλεπτο"@el ; + rdfs:label "Паскал Кубичен Метър на Секунда"@bg ; + rdfs:label "Паскаль Кубический Метр на Секунда"@ru . + +unit:PA-PER-BAR + a qudt:Unit ; + dcterms:description "SI derived unit pascal divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA260" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA260"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit pascal divided by the unit bar" ; + qudt:symbol "Pa/bar" ; + qudt:ucumCode "Pa.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F07" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal per Bar" ; + rdfs:label "Pascal per Bar"@en . + +unit:PA-PER-HR + a qudt:Unit ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one hour."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$P / h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "Pa/h" ; + qudt:ucumCode "Pa.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal per Hour" ; + rdfs:label "Pascal per Hour"@en . + +unit:PA-PER-K + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$pascal-per-kelvin$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:PressureCoefficient ; + qudt:hasReciprocalUnit unit:K-PER-PA ; + qudt:iec61360Code "0112/2///62720#UAA259" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA259"^^xsd:anyURI ; + qudt:symbol "Pa/K" ; + qudt:ucumCode "Pa.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C64" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pascal na Kelvin"@cs ; + rdfs:label "Pascal na Kelvin"@sl ; + rdfs:label "Pascal par Kelvin"@fr ; + rdfs:label "Pascal pe Kelvin"@ro ; + rdfs:label "Pascal per Kelvin" ; + rdfs:label "Pascal per Kelvin"@en ; + rdfs:label "Pascal per Kelvin"@it ; + rdfs:label "Pascal per Kelvin"@ms ; + rdfs:label "Pascal per Kelvin"@tr ; + rdfs:label "Pascal por Kelvin"@es ; + rdfs:label "Pascal por Kelvin"@pt ; + rdfs:label "Pascal pro Kelvin"@de ; + rdfs:label "Pascalium per Kelvin"@la ; + rdfs:label "Paskal na Kelwin"@pl ; + rdfs:label "Πασκάλ ανά Κέλβιν"@el ; + rdfs:label "Паскал на Келвин"@bg ; + rdfs:label "Паскаль на Кельвин"@ru . + +unit:PA-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit pascal divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:hasReciprocalUnit unit:M-PER-PA ; + qudt:iec61360Code "0112/2///62720#UAA262" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA262"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit pascal divided by the SI base unit metre" ; + qudt:symbol "Pa/m" ; + qudt:ucumCode "Pa.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H42" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal na Meter"@sl ; + rdfs:label "Pascal na Metr"@cs ; + rdfs:label "Pascal par Mètre"@fr ; + rdfs:label "Pascal pe Metru"@ro ; + rdfs:label "Pascal per Meter"@en-US ; + rdfs:label "Pascal per Meter"@ms ; + rdfs:label "Pascal per Metre" ; + rdfs:label "Pascal per Metre"@en ; + rdfs:label "Pascal per Metre"@tr ; + rdfs:label "Pascal per Metro"@it ; + rdfs:label "Pascal por Metro"@es ; + rdfs:label "Pascal por Metro"@pt ; + rdfs:label "Pascal pro Meter"@de ; + rdfs:label "Pascalium per Metrum"@la ; + rdfs:label "Paskal na Metr"@pl ; + rdfs:label "Πασκάλ ανά Μέτρο"@el ; + rdfs:label "Паскал на Метър"@bg ; + rdfs:label "Паскаль на Метр"@ru . + +unit:PA-PER-MIN + a qudt:Unit ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one minute."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$P / min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "Pa/min" ; + qudt:ucumCode "Pa.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal per Minute" ; + rdfs:label "Pascal per Minute"@en . + +unit:PA-PER-SEC + a qudt:Unit ; + dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one second."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$P / s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerAreaTime ; + qudt:symbol "Pa/s" ; + qudt:ucumCode "Pa.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pascal na Sekunda"@cs ; + rdfs:label "Pascal na Sekunda"@sl ; + rdfs:label "Pascal par Seconde"@fr ; + rdfs:label "Pascal pe Secundă"@ro ; + rdfs:label "Pascal per Saat"@ms ; + rdfs:label "Pascal per Saniye"@tr ; + rdfs:label "Pascal per Second" ; + rdfs:label "Pascal per Second"@en ; + rdfs:label "Pascal per Secondo"@it ; + rdfs:label "Pascal por Segundo"@es ; + rdfs:label "Pascal por Segundo"@pt ; + rdfs:label "Pascal pro Sekunde"@de ; + rdfs:label "Pascalium per Secundum"@la ; + rdfs:label "Paskal na Sekunda"@pl ; + rdfs:label "Πασκάλ ανά Δευτερόλεπτο"@el ; + rdfs:label "Паскал на Секунда"@bg ; + rdfs:label "Паскаль на Секунда"@ru . + +unit:PA-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$Pa-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:hasReciprocalUnit unit:PER-PA-SEC ; + qudt:iec61360Code "0112/2///62720#UAA265" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA265"^^xsd:anyURI ; + qudt:siUnitsExpression "Pa.s" ; + qudt:symbol "Pa·s" ; + qudt:ucumCode "Pa.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C65" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Saat"@ms ; + rdfs:label "Pascal Saniye"@tr ; + rdfs:label "Pascal Second" ; + rdfs:label "Pascal Second"@en ; + rdfs:label "Pascal Seconde"@fr ; + rdfs:label "Pascal Secondo"@it ; + rdfs:label "Pascal Secundă"@ro ; + rdfs:label "Pascal Segundo"@es ; + rdfs:label "Pascal Segundo"@pt ; + rdfs:label "Pascal Sekunda"@cs ; + rdfs:label "Pascal Sekunda"@sl ; + rdfs:label "Pascal Sekunde"@de ; + rdfs:label "Pascalium Secundum"@la ; + rdfs:label "Paskal Sekunda"@pl ; + rdfs:label "Πασκάλ Δευτερόλεπτο"@el ; + rdfs:label "Паскал Секунда"@bg ; + rdfs:label "Паскаль Секунда"@ru ; + rdfs:label "باسكال ثانية"@ar ; + rdfs:label "نیوتون ثانیه"@fa ; + rdfs:label "पास्कल सैकण्ड"@hi ; + rdfs:label "パスカル秒"@ja ; + rdfs:label "帕斯卡秒"@zh . + +unit:PA-SEC-PER-BAR + a qudt:Unit ; + dcterms:description "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA267" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA267"^^xsd:anyURI ; + qudt:plainTextDescription "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar" ; + qudt:symbol "Pa·s/bar" ; + qudt:ucumCode "Pa.s.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H07" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Second per Bar" ; + rdfs:label "Pascal Second per Bar"@en . + +unit:PA-SEC-PER-K + a qudt:Unit ; + dcterms:description "product out of the SI derived unit pascal and the SI base unit second divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA266" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA266"^^xsd:anyURI ; + qudt:symbol "Pa·s/K" ; + qudt:ucumCode "Pa.s.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F77" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Saat per Kelvin"@ms ; + rdfs:label "Pascal Saniye per Kelvin"@tr ; + rdfs:label "Pascal Second per Kelvin" ; + rdfs:label "Pascal Second per Kelvin"@en ; + rdfs:label "Pascal Seconde par Kelvin"@fr ; + rdfs:label "Pascal Secondo per Kelvin"@it ; + rdfs:label "Pascal Secundă pe Kelvin"@ro ; + rdfs:label "Pascal Segundo por Kelvin"@es ; + rdfs:label "Pascal Segundo por Kelvin"@pt ; + rdfs:label "Pascal Sekunda na Kelvin"@cs ; + rdfs:label "Pascal Sekunda na Kelvin"@sl ; + rdfs:label "Pascal Sekunde pro Kelvin"@de ; + rdfs:label "Pascalium Secundum per Kelvin"@la ; + rdfs:label "Paskal Sekunda na Kelwin"@pl ; + rdfs:label "Πασκάλ Δευτερόλεπτο ανά Κέλβιν"@el ; + rdfs:label "Паскал Секунда на Келвин"@bg ; + rdfs:label "Паскаль Секунда на Кельвин"@ru . + +unit:PA-SEC-PER-L + a qudt:Unit ; + dcterms:description "product of the SI derived unit pascal and the SI base unit second divided by the unit litre" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:PressureInRelationToVolumeFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB499" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB499"^^xsd:anyURI ; + qudt:symbol "Pa·s/L" ; + qudt:ucumCode "Pa.s.L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M32" ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Second per Liter"@en-US ; + rdfs:label "Pascal Second per Litre" ; + rdfs:label "Pascal Second per Litre"@en . + +unit:PA-SEC-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Pascal Second Per Meter ($Pa-s/m$) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of $ML^2T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $kg/m2\\cdot s$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Pa-s/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AcousticImpedance ; + qudt:hasReciprocalUnit unit:M-PER-SEC-PA ; + qudt:iec61360Code "0112/2///62720#UAA268" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA268"^^xsd:anyURI ; + qudt:siUnitsExpression "Pa.s/m" ; + qudt:symbol "Pa·s/m" ; + qudt:ucumCode "Pa.s.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C67" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Saat per Meter"@ms ; + rdfs:label "Pascal Saniye per Metre"@tr ; + rdfs:label "Pascal Second per Meter"@en-US ; + rdfs:label "Pascal Second per Metre" ; + rdfs:label "Pascal Second per Metre"@en ; + rdfs:label "Pascal Seconde par Mètre"@fr ; + rdfs:label "Pascal Secondo per Metro"@it ; + rdfs:label "Pascal Secundă pe Metru"@ro ; + rdfs:label "Pascal Segundo por Metro"@es ; + rdfs:label "Pascal Segundo por Metro"@pt ; + rdfs:label "Pascal Sekunda na Meter"@sl ; + rdfs:label "Pascal Sekunda na Metr"@cs ; + rdfs:label "Pascal Sekunde pro Meter"@de ; + rdfs:label "Pascalium Secundum per Metrum"@la ; + rdfs:label "Paskal Sekunda na Metr"@pl ; + rdfs:label "Πασκάλ Δευτερόλεπτο ανά Μέτρο"@el ; + rdfs:label "Паскал Секунда на Метър"@bg ; + rdfs:label "Паскаль Секунда на Метр"@ru . + +unit:PA-SEC-PER-M3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Pascal Second Per Cubic Meter}$ ($Pa-s/m^3$) is a unit in the category of Acoustic impedance. It is also known as $\\textit{pascal-second/cubic meter}$. It has a dimension of $ML^{-4}T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Pa-s/m3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:PressureInRelationToVolumeFlowRate ; + qudt:hasReciprocalUnit unit:M3-PER-SEC-PA ; + qudt:iec61360Code "0112/2///62720#UAA263" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA263"^^xsd:anyURI ; + qudt:siUnitsExpression "Pa.s/m3" ; + qudt:symbol "Pa·s/m³" ; + qudt:ucumCode "Pa.s.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C66" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pascal Saat per Meter Kubik"@ms ; + rdfs:label "Pascal Saniye per Metreküp"@tr ; + rdfs:label "Pascal Second per Cubic Meter"@en-US ; + rdfs:label "Pascal Second per Cubic Metre" ; + rdfs:label "Pascal Second per Cubic Metre"@en ; + rdfs:label "Pascal Seconde par Mètre Cube"@fr ; + rdfs:label "Pascal Secondo per Metro Cubo"@it ; + rdfs:label "Pascal Secundă pe Metru Cub"@ro ; + rdfs:label "Pascal Segundo por Metro Cúbico"@es ; + rdfs:label "Pascal Segundo por Metro Cúbico"@pt ; + rdfs:label "Pascal Sekunda na Kubični Meter"@sl ; + rdfs:label "Pascal Sekunda na Metr Krychlový"@cs ; + rdfs:label "Pascal Sekunde pro Kubikmeter"@de ; + rdfs:label "Pascalium Secundum per Metrum Cubicum"@la ; + rdfs:label "Paskal Sekunda na Metr Sześcienny"@pl ; + rdfs:label "Πασκάλ Δευτερόλεπτο ανά Κυβικό Μέτρο"@el ; + rdfs:label "Паскал Секунда на Кубичен Метър"@bg ; + rdfs:label "Паскаль Секунда на Кубический Метр"@ru ; + rdfs:label "باسكال ثانية لكل متر مكعب"@ar ; + rdfs:label "نیوتون ثانیه بر متر مکعب"@fa ; + rdfs:label "पास्कल सैकण्ड प्रति घन मीटर"@hi ; + rdfs:label "パスカル秒毎立方メートル"@ja . + +unit:PA2-PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M2H0T-6D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Pa²/s²" ; + qudt:ucumCode "Pa2.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Pascal na Kvadratni Sekunda"@sl ; + rdfs:label "Pascal Carré par Seconde Carré"@fr ; + rdfs:label "Pascal Cuadrado por Segundo Cuadrado"@es ; + rdfs:label "Pascal Persegi per Saat Persegi"@ms ; + rdfs:label "Pascal Pătrat pe Secundă Pătrat"@ro ; + rdfs:label "Pascal Quadrado por Segundo Quadrado"@pt ; + rdfs:label "Pascal Quadrato per Secondo Quadrato"@it ; + rdfs:label "Pascalium Quadratum per Secundum Quadratum"@la ; + rdfs:label "Pascalkare per Saniyekare"@tr ; + rdfs:label "Paskal Kwadratowy na Sekunda Kwadratowy"@pl ; + rdfs:label "Quadratpascal pro Quadratsekunde"@de ; + rdfs:label "Square Pascal per Square Second" ; + rdfs:label "Square Pascal per Square Second"@en ; + rdfs:label "Čtvereční Pascal na Čtvereční Sekunda"@cs ; + rdfs:label "Τετραγωνικό Πασκάλ ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Паскал на Квадратен Секунда"@bg ; + rdfs:label "Квадратный Паскаль на Квадратный Секунда"@ru . + +unit:PA2-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Square Pascal Second ($Pa^2\\cdot s$) is a unit in the category of sound exposure."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Pa2-s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M2H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:SoundExposure ; + qudt:iec61360Code "0112/2///62720#UAB339" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB339"^^xsd:anyURI ; + qudt:siUnitsExpression "Pa2.s" ; + qudt:symbol "Pa²·s" ; + qudt:ucumCode "Pa2.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P42" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Pascal Sekunda"@sl ; + rdfs:label "Pascal Carré Seconde"@fr ; + rdfs:label "Pascal Cuadrado Segundo"@es ; + rdfs:label "Pascal Persegi Saat"@ms ; + rdfs:label "Pascal Pătrat Secundă"@ro ; + rdfs:label "Pascal Quadrado Segundo"@pt ; + rdfs:label "Pascal Quadrato Secondo"@it ; + rdfs:label "Pascalium Quadratum Secundum"@la ; + rdfs:label "Pascalkare Saniye"@tr ; + rdfs:label "Paskal Kwadratowy Sekunda"@pl ; + rdfs:label "Quadratpascal Sekunde"@de ; + rdfs:label "Square Pascal Second" ; + rdfs:label "Square Pascal Second"@en ; + rdfs:label "Čtvereční Pascal Sekunda"@cs ; + rdfs:label "Τετραγωνικό Πασκάλ Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Паскал Секунда"@bg ; + rdfs:label "Квадратный Паскаль Секунда"@ru . + +unit:PARSEC + a qudt:Unit ; + dcterms:description "The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion ($31 \\times 10^{12}$) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found."^^qudt:LatexString ; + qudt:conversionMultiplier 30856780000000000.0 ; + qudt:conversionMultiplierSN 3.085678E16 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB067" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB067"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M ; + qudt:symbol "pc" ; + qudt:ucumCode "pc"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C63" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Parsec" ; + rdfs:label "Parsec"@en . + +unit:PCA + a qudt:Unit ; + dcterms:description "A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch."^^rdf:HTML ; + qudt:conversionMultiplier 0.0042333 ; + qudt:conversionMultiplierSN 4.2333E-3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pica"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB606" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB606"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pica?oldid=458102937"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "pc" ; + qudt:ucumCode "[pca]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "R1" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pica" ; + rdfs:label "Pica"@en . + +unit:PDL + a qudt:Unit ; + dcterms:description "The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. $1 pdl = 0.138254954376 N$ exactly."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.138254954376 ; + qudt:conversionMultiplierSN 1.38254954376E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Poundal"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB233" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB233"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Poundal?oldid=494626458"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:N ; + qudt:symbol "pdl" ; + qudt:ucumCode "[lb_av].[ft_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M76" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Poundal" ; + rdfs:label "Poundal"@en . + +unit:PDL-FT + a qudt:Unit ; + dcterms:description "product from the non SI-conform unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 0.0421401100938048 ; + qudt:conversionMultiplierSN 4.21401100938048E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB417" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB417"^^xsd:anyURI ; + qudt:symbol "pdl·ft" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[ft_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M95" ; + rdfs:isDefinedBy ; + rdfs:label "Poundal Foot" ; + rdfs:label "Poundal Foot"@en . + +unit:PDL-IN + a qudt:Unit ; + dcterms:description "product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 0.0035116758411504 ; + qudt:conversionMultiplierSN 3.5116758411504E-3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:MomentOfForce ; + qudt:hasQuantityKind quantitykind:Torque ; + qudt:iec61360Code "0112/2///62720#UAB418" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB418"^^xsd:anyURI ; + qudt:symbol "pdl·in" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M96" ; + rdfs:isDefinedBy ; + rdfs:label "Poundal Inch" ; + rdfs:label "Poundal Inch"@en . + +unit:PDL-PER-FT2 + a qudt:Unit ; + dcterms:description """ + A $\\textit{Poundal Per Square Foot}$, ($pdl/ft^2$), is a unit in the category of Pressure. + It is also known as poundals per square foot, poundal/square foot. + This unit is commonly used in the UK, US unit systems. + A $\\textit{Poundal Per Square Foot}$ has a dimension of $ML^{-1}T^{-2}$, + where $M$ is mass, $L$ is length, and $T$ is time. + It can be converted to the corresponding standard SI unit $\\textit{Pa}$ by multiplying its value + by a factor of 1.488163944. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.488163943569553805774278215223097 ; + qudt:conversionMultiplierSN 1.488163943569553805774278215223097E0 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$pdl/ft^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB243" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--pressure--poundal_per_square_foot.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB243"^^xsd:anyURI ; + qudt:symbol "pdl/ft²" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[ft_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N21" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Poundal per Square Foot" ; + rdfs:label "Poundal per Square Foot"@en . + +unit:PDL-PER-IN + a qudt:Unit ; + dcterms:description "non SI-conform unit of the surface tension according to the Imperial unit system as quotient poundal by inch" ; + qudt:conversionMultiplier 5.44310844 ; + qudt:conversionMultiplierSN 5.44310844E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerLength ; + qudt:iec61360Code "0112/2///62720#UAB453" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB453"^^xsd:anyURI ; + qudt:symbol "pdl/in" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N32" ; + rdfs:isDefinedBy ; + rdfs:label "Poundal per Inch" ; + rdfs:label "Poundal per Inch"@en . + +unit:PDL-PER-IN2 + a qudt:Unit ; + dcterms:description "non SI-conform unit of the pressure according to the Imperial system of units (poundal by square inch)" ; + qudt:conversionMultiplier 214.295607874015748031496062992126 ; + qudt:conversionMultiplierSN 2.14295607874015748031496062992126E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfLinearSubgradeReaction ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB427" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB427"^^xsd:anyURI ; + qudt:symbol "pdl/in²" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N26" ; + rdfs:isDefinedBy ; + rdfs:label "Poundal per Square Inch" ; + rdfs:label "Poundal per Square Inch"@en . + +unit:PDL-SEC-PER-FT2 + a qudt:Unit ; + dcterms:description "non SI-conform unit of viscosity" ; + qudt:conversionMultiplier 1.488163943569553805774278215223097 ; + qudt:conversionMultiplierSN 1.488163943569553805774278215223097E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB227" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB227"^^xsd:anyURI ; + qudt:symbol "pdl·s/ft²" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.s.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Poundal Second per Square Foot" ; + rdfs:label "Poundal Second per Square Foot"@en . + +unit:PDL-SEC-PER-IN2 + a qudt:Unit ; + dcterms:description "non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second" ; + qudt:conversionMultiplier 214.295607874015748031496062992126 ; + qudt:conversionMultiplierSN 2.14295607874015748031496062992126E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PDL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAB434" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB434"^^xsd:anyURI ; + qudt:symbol "pdl·s/in²" ; + qudt:ucumCode "[lb_av].[ft_i].s-2.s.[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N42" ; + rdfs:isDefinedBy ; + rdfs:label "Poundal Second per Square Inch" ; + rdfs:label "Poundal Second per Square Inch"@en . + +unit:PENNYWEIGHT + a qudt:Unit ; + dcterms:description "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^-3 kg"^^rdf:HTML ; + qudt:conversionMultiplier 0.00155517384 ; + qudt:conversionMultiplierSN 1.55517384E-3 ; + qudt:exactMatch unit:DWT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB182" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB182"^^xsd:anyURI ; + qudt:plainTextDescription "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^-3 kg" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "dwt" ; + qudt:ucumCode "[pwt_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DWT" ; + rdfs:isDefinedBy ; + rdfs:label "Pennyweight" ; + rdfs:label "Pennyweight"@en . + +unit:PER-ANGSTROM + a qudt:Unit ; + dcterms:description "reciprocal of the unit angstrom"^^rdf:HTML ; + qudt:conversionMultiplier 10000000000.0 ; + qudt:conversionMultiplierSN 1.0E10 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:ANGSTROM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:iec61360Code "0112/2///62720#UAB058" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB058"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the unit angstrom" ; + qudt:symbol "/Å" ; + qudt:ucumCode "Ao-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C85" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Angstrom" ; + rdfs:label "Reciprocal Angstrom"@en . + +unit:PER-BAR + a qudt:Unit ; + dcterms:description "reciprocal of the metrical unit with the name bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:iec61360Code "0112/2///62720#UAA328" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA328"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the metrical unit with the name bar" ; + qudt:symbol "/bar" ; + qudt:ucumCode "bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F58" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Bar" ; + rdfs:label "Reciprocal Bar"@en . + +unit:PER-CentiM + a qudt:Unit ; + dcterms:description "reciprocal of the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:iec61360Code "0112/2///62720#UAA382" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA382"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the 0.01-fold of the SI base unit metre" ; + qudt:symbol "/cm" ; + qudt:ucumCode "cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E90" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Na Centimeter"@sl ; + rdfs:label "Na Centimetr"@cs ; + rdfs:label "Na Centimetr"@pl ; + rdfs:label "Par Centimètre"@fr ; + rdfs:label "Pe Centimetru"@ro ; + rdfs:label "Per Centimeter"@ms ; + rdfs:label "Per Centimetre"@tr ; + rdfs:label "Per Centimetro"@it ; + rdfs:label "Por Centimetro"@es ; + rdfs:label "Pro Centimeter"@de ; + rdfs:label "Reciprocal Centimeter"@en-US ; + rdfs:label "Reciprocal Centimetre" ; + rdfs:label "Reciprocal Centimetre"@en . + +unit:PER-CentiM3 + a qudt:Unit ; + dcterms:description "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:hasReciprocalUnit unit:CentiM3 ; + qudt:iec61360Code "0112/2///62720#UAA383" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA383"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "/cm³" ; + qudt:ucumCode "cm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H50" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Na Centimetr Krychlový"@cs ; + rdfs:label "Na Centimetr Sześcienny"@pl ; + rdfs:label "Na Kubični Centimeter"@sl ; + rdfs:label "Par Centimètre Cube"@fr ; + rdfs:label "Pe Centimetru Cub"@ro ; + rdfs:label "Per Centimeter Kubik"@ms ; + rdfs:label "Per Centimetreküp"@tr ; + rdfs:label "Per Centimetro Cubo"@it ; + rdfs:label "Por Centimetro Cúbico"@es ; + rdfs:label "Pro Kubikcentimeter"@de ; + rdfs:label "Reciprocal Cubic Centimeter"@en-US ; + rdfs:label "Reciprocal Cubic Centimetre" ; + rdfs:label "Reciprocal Cubic Centimetre"@en . + +unit:PER-DAY + a qudt:Unit ; + dcterms:description "reciprocal of the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA408" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA408"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the unit day" ; + qudt:symbol "/d" ; + qudt:ucumCode "d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E91" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Day" ; + rdfs:label "Reciprocal Day"@en . + +unit:PER-DEG_C + a qudt:Unit ; + dcterms:description "reciprocal of the unit degree Celsius" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB840" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB840"^^xsd:anyURI ; + qudt:plainTextDescription "Unit for expressing the change of some quantity relative to a unit change in temperature." ; + qudt:symbol "/°C" ; + qudt:ucumCode "Cel-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Βαθμός Κελσίου"@el ; + rdfs:label "Na Stopień Celsjusza"@pl ; + rdfs:label "Na Stopinja Celzija"@sl ; + rdfs:label "Na Stupně Celsia"@cs ; + rdfs:label "Par Degré Celsius"@fr ; + rdfs:label "Pe Grad Celsius"@ro ; + rdfs:label "Per Celsius"@tr ; + rdfs:label "Per Darjah Celsius"@ms ; + rdfs:label "Per Grado Celsius"@it ; + rdfs:label "Per Gradus Celsii"@la ; + rdfs:label "Por Grado Celsius"@es ; + rdfs:label "Por Grau Celsius"@pt ; + rdfs:label "Pro Grad Celsius"@de ; + rdfs:label "Reciprocal Degree Celsius" ; + rdfs:label "Reciprocal Degree Celsius"@en ; + rdfs:label "На Градус Целзий"@bg ; + rdfs:label "На Градус Цельсия"@ru . + +unit:PER-DEG_F + a qudt:Unit ; + dcterms:description "reciprocal of the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 1.8 ; + qudt:conversionMultiplierSN 1.8E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:InverseTemperature ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:hasQuantityKind quantitykind:RelativePressureCoefficient ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA047" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA047"^^xsd:anyURI ; + qudt:symbol "/°F" ; + qudt:ucumCode "[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J26" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Degree Fahrenheit" ; + rdfs:label "Reciprocal Degree Fahrenheit"@en . + +unit:PER-EV-M3 + a qudt:Unit ; + dcterms:description "complement of the unit for atomic energy electronvolt related to the power of the SI base unit metre by exponent 3" ; + qudt:conversionMultiplier 6241509074460762607.776240980930446 ; + qudt:conversionMultiplierSN 6.241509074460762607776240980930446E18 ; + qudt:hasDimensionVector qkdv:A0E0L-5I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyDensityOfStates ; + qudt:iec61360Code "0112/2///62720#UAB164" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB164"^^xsd:anyURI ; + qudt:symbol "/(eV·m³)" ; + qudt:ucumCode "eV-1.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C88" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Electron Volt Cubic Meter"@en-US ; + rdfs:label "Reciprocal Electron Volt Cubic Metre" ; + rdfs:label "Reciprocal Electron Volt Cubic Metre"@en . + +unit:PER-EV2 + a qudt:Unit ; + dcterms:description "Per Square Electron Volt is a denominator unit with dimensions $/eV^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 38956435526576045471002924268900840000.0 ; + qudt:conversionMultiplierSN 3.8956435526576045471002924268900840000E37 ; + qudt:expression "$/eV^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:EV ; + ] ; + qudt:hasQuantityKind quantitykind:InverseSquareEnergy ; + qudt:symbol "/eV²" ; + qudt:ucumCode "eV-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Electron Volt" ; + rdfs:label "Reciprocal Square Electron Volt"@en . + +unit:PER-FT3 + a qudt:Unit ; + dcterms:description "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 35.31466672148859025043801035400263 ; + qudt:conversionMultiplierSN 3.531466672148859025043801035400263E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:hasReciprocalUnit unit:FT3 ; + qudt:iec61360Code "0112/2///62720#UAA453" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA453"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3" ; + qudt:symbol "/ft³" ; + qudt:ucumCode "[ft_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K20" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Foot" ; + rdfs:label "Reciprocal Cubic Foot"@en . + +unit:PER-GM + a qudt:Unit ; + dcterms:description "reciprocal of the 0.001-fold of the SI base unit kilogram" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:NUM-PER-GM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:hasReciprocalUnit unit:GM_Carbon ; + qudt:hasReciprocalUnit unit:GM_DRY ; + qudt:hasReciprocalUnit unit:GM_Nitrogen ; + qudt:iec61360Code "0112/2///62720#UAC004" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC004"^^xsd:anyURI ; + qudt:symbol "/g" ; + qudt:ucumCode "g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Gram"@cs ; + rdfs:label "Na Gram"@pl ; + rdfs:label "Na Gram"@sl ; + rdfs:label "Par Gramme"@fr ; + rdfs:label "Pe Gram"@ro ; + rdfs:label "Per Gram"@ms ; + rdfs:label "Per Gram"@tr ; + rdfs:label "Per Gramma"@la ; + rdfs:label "Per Grammo"@it ; + rdfs:label "Por Grama"@pt ; + rdfs:label "Por Gramo"@es ; + rdfs:label "Pro Gramm"@de ; + rdfs:label "Reciprocal Gram" ; + rdfs:label "Reciprocal Gram"@en . + +unit:PER-GigaEV2 + a qudt:Unit ; + dcterms:description "Per Square Giga Electron Volt Unit is a denominator unit with dimensions $/GeV^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 38956435526576045471.00292426890084 ; + qudt:conversionMultiplierSN 3.895643552657604547100292426890084E19 ; + qudt:expression "$/GeV^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:GigaEV ; + ] ; + qudt:hasQuantityKind quantitykind:InverseSquareEnergy ; + qudt:symbol "/GeV²" ; + qudt:ucumCode "GeV-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Giga Electron Volt" ; + rdfs:label "Reciprocal Square Giga Electron Volt"@en . + +unit:PER-H + a qudt:Unit ; + dcterms:description "reciprocal of the SI derived unit henry" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:H ; + ] ; + qudt:hasQuantityKind quantitykind:Reluctance ; + qudt:iec61360Code "0112/2///62720#UAA169" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA169"^^xsd:anyURI ; + qudt:symbol "/H" ; + qudt:ucumCode "H-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C89" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Χένρι"@el ; + rdfs:label "Na Henr"@pl ; + rdfs:label "Na Henry"@cs ; + rdfs:label "Na Henry"@sl ; + rdfs:label "Par Henry"@fr ; + rdfs:label "Pe Henry"@ro ; + rdfs:label "Per Henrium"@la ; + rdfs:label "Per Henry"@it ; + rdfs:label "Per Henry"@ms ; + rdfs:label "Per Henry"@tr ; + rdfs:label "Por Henrio"@es ; + rdfs:label "Por Henry"@pt ; + rdfs:label "Pro Henry"@de ; + rdfs:label "Reciprocal Henry" ; + rdfs:label "Reciprocal Henry"@en ; + rdfs:label "На Генри"@ru ; + rdfs:label "На Хенри"@bg . + +unit:PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A reciprocal unit of time for $\\textit{reciprocal hour}$ or \"inverse hour\"."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:exactMatch unit:NUM-PER-HR ; + qudt:expression "$m^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA526" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA526"^^xsd:anyURI ; + qudt:symbol "/h" ; + qudt:ucumCode "h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H10" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Hour" ; + rdfs:label "Reciprocal Hour"@en . + +unit:PER-IN + a qudt:Unit ; + dcterms:description "complement of the unit inch according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 39.37007874015748031496062992125984 ; + qudt:conversionMultiplierSN 3.937007874015748031496062992125984E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Repetency ; + qudt:iec61360Code "0112/2///62720#UAB360" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB360"^^xsd:anyURI ; + qudt:symbol "/in" ; + qudt:ucumCode "[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q24" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Inch" ; + rdfs:label "Reciprocal Inch"@en . + +unit:PER-IN2 + a qudt:Unit ; + dcterms:description "complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:conversionMultiplier 1550.0031000062000124000248000496 ; + qudt:conversionMultiplierSN 1.5500031000062000124000248000496E3 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:hasReciprocalUnit unit:IN2 ; + qudt:iec61360Code "0112/2///62720#UAB361" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB361"^^xsd:anyURI ; + qudt:symbol "/in²" ; + qudt:ucumCode "[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P78" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Inch" ; + rdfs:label "Reciprocal Square Inch"@en . + +unit:PER-IN3 + a qudt:Unit ; + dcterms:description "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 61023.74409473228395275688189171654 ; + qudt:conversionMultiplierSN 6.102374409473228395275688189171654E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:hasReciprocalUnit unit:IN3 ; + qudt:iec61360Code "0112/2///62720#UAA546" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA546"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3" ; + qudt:symbol "/in³" ; + qudt:ucumCode "[in_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K49" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Inch" ; + rdfs:label "Reciprocal Cubic Inch"@en . + +unit:PER-J + a qudt:Unit ; + dcterms:description "reciprocal of the SI derived unit joule" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:InverseEnergy ; + qudt:iec61360Code "0112/2///62720#UAB324" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB324"^^xsd:anyURI ; + qudt:symbol "/J" ; + qudt:ucumCode "J-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N91" ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τζάουλ"@el ; + rdfs:label "Na Dżul"@pl ; + rdfs:label "Na Joule"@cs ; + rdfs:label "Na Joule"@sl ; + rdfs:label "Par Joule"@fr ; + rdfs:label "Pe Joule"@ro ; + rdfs:label "Per Joule"@it ; + rdfs:label "Per Joule"@ms ; + rdfs:label "Per Joule"@tr ; + rdfs:label "Per Joulium"@la ; + rdfs:label "Por Joule"@pt ; + rdfs:label "Por Julio"@es ; + rdfs:label "Pro Joule"@de ; + rdfs:label "Reciprocal Joule" ; + rdfs:label "Reciprocal Joule"@en ; + rdfs:label "На Джаул"@bg ; + rdfs:label "На Джоуль"@ru . + +unit:PER-J-M3 + a qudt:Unit ; + dcterms:description "unit of the density of states as a reciprocal of the derived unit joule related to the power of the SI base unit metre by exponent 3" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$j^{-1}-m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-5I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyDensityOfStates ; + qudt:iec61360Code "0112/2///62720#UAB165" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB165"^^xsd:anyURI ; + qudt:symbol "/(J·m³)" ; + qudt:ucumCode "J-1.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C90" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τζάουλ Κυβικό Μέτρο"@el ; + rdfs:label "Na Dżul Metr Sześcienny"@pl ; + rdfs:label "Na Joule Kubični Meter"@sl ; + rdfs:label "Na Joule Metr Krychlový"@cs ; + rdfs:label "Par Joule Mètre Cube"@fr ; + rdfs:label "Pe Joule Metru Cub"@ro ; + rdfs:label "Per Joule Meter Kubik"@ms ; + rdfs:label "Per Joule Metreküp"@tr ; + rdfs:label "Per Joule Metro Cubo"@it ; + rdfs:label "Per Joulium Metrum Cubicum"@la ; + rdfs:label "Por Joule Metro Cúbico"@pt ; + rdfs:label "Por Julio Metro Cúbico"@es ; + rdfs:label "Pro Joule Kubikmeter"@de ; + rdfs:label "Reciprocal Joule Cubic Meter"@en-US ; + rdfs:label "Reciprocal Joule Cubic Metre" ; + rdfs:label "Reciprocal Joule Cubic Metre"@en ; + rdfs:label "На Джаул Кубичен Метър"@bg ; + rdfs:label "На Джоуль Кубический Метр"@ru . + +unit:PER-J2 + a qudt:Unit ; + dcterms:description "Per Square Joule is a denominator unit with dimensions $/eV^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/J^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-4I0M-2H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:InverseSquareEnergy ; + qudt:symbol "/J²" ; + qudt:ucumCode "J-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τετραγωνικό Τζάουλ"@el ; + rdfs:label "Na Dżul Kwadratowy"@pl ; + rdfs:label "Na Kvadratni Joule"@sl ; + rdfs:label "Na Čtvereční Joule"@cs ; + rdfs:label "Par Joule Carré"@fr ; + rdfs:label "Pe Joule Pătrat"@ro ; + rdfs:label "Per Joule Persegi"@ms ; + rdfs:label "Per Joule Quadrato"@it ; + rdfs:label "Per Joulekare"@tr ; + rdfs:label "Per Joulium Quadratum"@la ; + rdfs:label "Por Joule Quadrado"@pt ; + rdfs:label "Por Julio Cuadrado"@es ; + rdfs:label "Pro Quadratjoule"@de ; + rdfs:label "Reciprocal Square Joule" ; + rdfs:label "Reciprocal Square Joule"@en ; + rdfs:label "На Квадратен Джаул"@bg ; + rdfs:label "На Квадратный Джоуль"@ru . + +unit:PER-K + a qudt:Unit ; + dcterms:description "Per Kelvin Unit is a denominator unit with dimensions $/k$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentThermalInertia ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:InverseTemperature ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:hasQuantityKind quantitykind:RelativePressureCoefficient ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA193" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA193"^^xsd:anyURI ; + qudt:symbol "/K" ; + qudt:ucumCode "K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C91" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Κέλβιν"@el ; + rdfs:label "Na Kelvin"@cs ; + rdfs:label "Na Kelvin"@sl ; + rdfs:label "Na Kelwin"@pl ; + rdfs:label "Par Kelvin"@fr ; + rdfs:label "Pe Kelvin"@ro ; + rdfs:label "Per Kelvin"@it ; + rdfs:label "Per Kelvin"@la ; + rdfs:label "Per Kelvin"@ms ; + rdfs:label "Per Kelvin"@tr ; + rdfs:label "Por Kelvin"@es ; + rdfs:label "Por Kelvin"@pt ; + rdfs:label "Pro Kelvin"@de ; + rdfs:label "Reciprocal Kelvin" ; + rdfs:label "Reciprocal Kelvin"@en ; + rdfs:label "На Келвин"@bg ; + rdfs:label "На Кельвин"@ru . + +unit:PER-KiloGM + a qudt:Unit ; + dcterms:description "reciprocal of the SI base unit kilogram" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC003" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC003"^^xsd:anyURI ; + qudt:symbol "/kg" ; + qudt:ucumCode "kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Χιλιόγραμμο"@el ; + rdfs:label "Na Kilogram"@cs ; + rdfs:label "Na Kilogram"@pl ; + rdfs:label "Na Kilogram"@sl ; + rdfs:label "Par Kilogramme"@fr ; + rdfs:label "Pe Kilogram"@ro ; + rdfs:label "Per Chiliogramma"@la ; + rdfs:label "Per Chilogrammo"@it ; + rdfs:label "Per Kilogram"@ms ; + rdfs:label "Per Kilogram"@tr ; + rdfs:label "Por Kilogramo"@es ; + rdfs:label "Por Quilograma"@pt ; + rdfs:label "Pro Kilogramm"@de ; + rdfs:label "Reciprocal Kilogram" ; + rdfs:label "Reciprocal Kilogram"@en ; + rdfs:label "На Килограм"@bg ; + rdfs:label "На Килограмм"@ru . + +unit:PER-KiloGM-SEC + a qudt:Unit ; + dcterms:description "product of SI base units kilogram to the power of minus one and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD591" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD591"^^xsd:anyURI ; + qudt:symbol "/(kg·s)" ; + qudt:ucumCode "kg-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Χιλιόγραμμο Δευτερόλεπτο"@el ; + rdfs:label "Na Kilogram Sekunda"@cs ; + rdfs:label "Na Kilogram Sekunda"@pl ; + rdfs:label "Na Kilogram Sekunda"@sl ; + rdfs:label "Par Kilogramme Seconde"@fr ; + rdfs:label "Pe Kilogram Secundă"@ro ; + rdfs:label "Per Chiliogramma Secundum"@la ; + rdfs:label "Per Chilogrammo Secondo"@it ; + rdfs:label "Per Kilogram Saat"@ms ; + rdfs:label "Per Kilogram Saniye"@tr ; + rdfs:label "Por Kilogramo Segundo"@es ; + rdfs:label "Por Quilograma Segundo"@pt ; + rdfs:label "Pro Kilogramm Sekunde"@de ; + rdfs:label "Reciprocal Kilogram Second" ; + rdfs:label "Reciprocal Kilogram Second"@en ; + rdfs:label "На Килограм Секунда"@bg ; + rdfs:label "На Килограмм Секунда"@ru . + +unit:PER-KiloGM2 + a qudt:Unit ; + dcterms:description "Per Square Kilogram is a denominator unit with dimensions $/kg^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/kg^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseSquareMass ; + qudt:symbol "/kg²" ; + qudt:ucumCode "kg-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τετραγωνικό Χιλιόγραμμο"@el ; + rdfs:label "Na Kilogram Kwadratowy"@pl ; + rdfs:label "Na Kvadratni Kilogram"@sl ; + rdfs:label "Na Čtvereční Kilogram"@cs ; + rdfs:label "Par Kilogramme Carré"@fr ; + rdfs:label "Pe Kilogram Pătrat"@ro ; + rdfs:label "Per Chiliogramma Quadratum"@la ; + rdfs:label "Per Chilogrammo Quadrato"@it ; + rdfs:label "Per Kilogram Persegi"@ms ; + rdfs:label "Per Kilogramkare"@tr ; + rdfs:label "Por Kilogramo Cuadrado"@es ; + rdfs:label "Por Quilograma Quadrado"@pt ; + rdfs:label "Pro Quadratkilogramm"@de ; + rdfs:label "Reciprocal Square Kilogram" ; + rdfs:label "Reciprocal Square Kilogram"@en ; + rdfs:label "На Квадратен Килограм"@bg ; + rdfs:label "На Квадратный Килограмм"@ru . + +unit:PER-KiloM + a qudt:Unit ; + dcterms:description "Per Kilometer Unit is a denominator unit with dimensions $/km$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:expression "$per-kilometer$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/km" ; + qudt:ucumCode "km-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Na Kilometer"@sl ; + rdfs:label "Na Kilometr"@cs ; + rdfs:label "Na Kilometr"@pl ; + rdfs:label "Par Kilomètre"@fr ; + rdfs:label "Pe Kilometru"@ro ; + rdfs:label "Per Chilometro"@it ; + rdfs:label "Per Kilometer"@ms ; + rdfs:label "Per Kilometre"@tr ; + rdfs:label "Por Kilometro"@es ; + rdfs:label "Pro Kilometer"@de ; + rdfs:label "Reciprocal Kilometer"@en-US ; + rdfs:label "Reciprocal Kilometre" ; + rdfs:label "Reciprocal Kilometre"@en . + +unit:PER-KiloV-A-HR + a qudt:Unit ; + dcterms:description "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"^^rdf:HTML ; + dcterms:isReplacedBy unit:PER-KiloVA-HR ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloV ; + ] ; + qudt:hasQuantityKind quantitykind:InverseEnergy ; + qudt:hasReciprocalUnit unit:KiloVA-HR ; + qudt:iec61360Code "0112/2///62720#UAA098" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA098"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour" ; + qudt:symbol "/(kV·A·h)" ; + qudt:ucumCode "kV-1.A-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Kilovolt Ampere Hour" ; + rdfs:label "Reciprocal Kilovolt Ampere Hour"@en . + +unit:PER-KiloVA-HR + a qudt:Unit ; + dcterms:description "reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloVA ; + ] ; + qudt:hasQuantityKind quantitykind:InverseEnergy ; + qudt:hasReciprocalUnit unit:KiloVA-HR ; + qudt:iec61360Code "0112/2///62720#UAA098" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA098"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour" ; + qudt:symbol "/(kVA·h)" ; + qudt:ucumCode "kVA-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Kilo Volt Ampere Hour" ; + rdfs:label "Reciprocal Kilo Volt Ampere Hour"@en . + +unit:PER-L + a qudt:Unit ; + dcterms:description "reciprocal value of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:NUM-PER-L ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:iec61360Code "0112/2///62720#UAA667" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA667"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal value of the unit litre" ; + qudt:symbol "/L" ; + qudt:ucumCode "L-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K63" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Liter"@en-US ; + rdfs:label "Reciprocal Litre" ; + rdfs:label "Reciprocal Litre"@en . + +unit:PER-LB + a qudt:Unit ; + dcterms:description "reciprocal of the unit pound (avoirdupois)" ; + qudt:conversionMultiplier 2.20462262184877580722973801345027 ; + qudt:conversionMultiplierSN 2.20462262184877580722973801345027E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC008" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC008"^^xsd:anyURI ; + qudt:symbol "/lbm" ; + qudt:ucumCode "[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Pound Mass" ; + rdfs:label "Reciprocal Pound Mass"@en . + +unit:PER-M + a qudt:Unit ; + dcterms:description "Per Meter Unit is a denominator unit with dimensions $/m$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:NUM-PER-M ; + qudt:expression "$per-meter$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA738" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA738"^^xsd:anyURI ; + qudt:symbol "/m" ; + qudt:ucumCode "m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C92" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Μέτρο"@el ; + rdfs:label "Na Meter"@sl ; + rdfs:label "Na Metr"@cs ; + rdfs:label "Na Metr"@pl ; + rdfs:label "Par Mètre"@fr ; + rdfs:label "Pe Metru"@ro ; + rdfs:label "Per Meter"@ms ; + rdfs:label "Per Metre"@tr ; + rdfs:label "Per Metro"@it ; + rdfs:label "Per Metrum"@la ; + rdfs:label "Por Metro"@es ; + rdfs:label "Por Metro"@pt ; + rdfs:label "Pro Meter"@de ; + rdfs:label "Reciprocal Meter"@en-US ; + rdfs:label "Reciprocal Metre" ; + rdfs:label "Reciprocal Metre"@en ; + rdfs:label "На Метр"@ru ; + rdfs:label "На Метър"@bg . + +unit:PER-M-K + a qudt:Unit ; + dcterms:description "Per Meter Kelvin Unit is a denominator unit with dimensions $/m.k$."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$/m.k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:InverseLengthTemperature ; + qudt:hasReciprocalUnit unit:K-M ; + qudt:hasReciprocalUnit unit:M-K ; + qudt:symbol "/(m·K)" ; + qudt:ucumCode "m-1.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Μέτρο Κέλβιν"@el ; + rdfs:label "Na Meter Kelvin"@sl ; + rdfs:label "Na Metr Kelvin"@cs ; + rdfs:label "Na Metr Kelwin"@pl ; + rdfs:label "Par Mètre Kelvin"@fr ; + rdfs:label "Pe Metru Kelvin"@ro ; + rdfs:label "Per Meter Kelvin"@ms ; + rdfs:label "Per Metre Kelvin"@tr ; + rdfs:label "Per Metro Kelvin"@it ; + rdfs:label "Per Metrum Kelvin"@la ; + rdfs:label "Por Metro Kelvin"@es ; + rdfs:label "Por Metro Kelvin"@pt ; + rdfs:label "Pro Meter Kelvin"@de ; + rdfs:label "Reciprocal Meter Kelvin"@en-US ; + rdfs:label "Reciprocal Metre Kelvin" ; + rdfs:label "Reciprocal Metre Kelvin"@en ; + rdfs:label "На Метр Кельвин"@ru ; + rdfs:label "На Метър Келвин"@bg . + +unit:PER-M-NanoM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:symbol "/(m·nm)" ; + qudt:ucumCode "m-1.nm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Meter Nanometer"@sl ; + rdfs:label "Na Metr Nanometr"@cs ; + rdfs:label "Na Metr Nanometr"@pl ; + rdfs:label "Par Mètre Nanomètre"@fr ; + rdfs:label "Pe Metru Nanometru"@ro ; + rdfs:label "Per Meter Nanometer"@ms ; + rdfs:label "Per Metre Nanometre"@tr ; + rdfs:label "Per Metro Nanometro"@it ; + rdfs:label "Por Metro Nanometro"@es ; + rdfs:label "Pro Meter Nanometer"@de ; + rdfs:label "Reciprocal Meter Nanometer"@en-US ; + rdfs:label "Reciprocal Metre Nanometre" ; + rdfs:label "Reciprocal Metre Nanometre"@en . + +unit:PER-M-NanoM-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(m·nm·sr)" ; + qudt:ucumCode "m-1.nm-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Meter Nanometer Steradian"@sl ; + rdfs:label "Na Metr Nanometr Steradian"@pl ; + rdfs:label "Na Metr Nanometr Steradián"@cs ; + rdfs:label "Par Mètre Nanomètre Stéradian"@fr ; + rdfs:label "Pe Metru Nanometru Steradian"@ro ; + rdfs:label "Per Meter Nanometer Steradian"@ms ; + rdfs:label "Per Metre Nanometre Steradyan"@tr ; + rdfs:label "Per Metro Nanometro Steradiante"@it ; + rdfs:label "Por Metro Nanometro Estereorradián"@es ; + rdfs:label "Pro Meter Nanometer Steradiant"@de ; + rdfs:label "Reciprocal Meter Nanometer Steradian"@en-US ; + rdfs:label "Reciprocal Metre Nanometre Steradian" ; + rdfs:label "Reciprocal Metre Nanometre Steradian"@en . + +unit:PER-M-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:M-SEC ; + qudt:symbol "/(m·s)" ; + qudt:ucumCode "m-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Na Meter Sekunda"@sl ; + rdfs:label "Na Metr Sekunda"@cs ; + rdfs:label "Na Metr Sekunda"@pl ; + rdfs:label "Par Mètre Seconde"@fr ; + rdfs:label "Pe Metru Secundă"@ro ; + rdfs:label "Per Meter Saat"@ms ; + rdfs:label "Per Metre Saniye"@tr ; + rdfs:label "Per Metro Secondo"@it ; + rdfs:label "Per Metrum Secundum"@la ; + rdfs:label "Por Metro Segundo"@es ; + rdfs:label "Por Metro Segundo"@pt ; + rdfs:label "Pro Meter Sekunde"@de ; + rdfs:label "Reciprocal Meter Second"@en-US ; + rdfs:label "Reciprocal Metre Second" ; + rdfs:label "Reciprocal Metre Second"@en ; + rdfs:label "На Метр Секунда"@ru ; + rdfs:label "На Метър Секунда"@bg . + +unit:PER-M-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(m·sr)" ; + qudt:ucumCode "m-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Μέτρο Στερακτίνιο"@el ; + rdfs:label "Na Meter Steradian"@sl ; + rdfs:label "Na Metr Steradian"@pl ; + rdfs:label "Na Metr Steradián"@cs ; + rdfs:label "Par Mètre Stéradian"@fr ; + rdfs:label "Pe Metru Steradian"@ro ; + rdfs:label "Per Meter Steradian"@ms ; + rdfs:label "Per Metre Steradyan"@tr ; + rdfs:label "Per Metro Steradiante"@it ; + rdfs:label "Per Metrum Steradian"@la ; + rdfs:label "Por Metro Estereorradián"@es ; + rdfs:label "Por Metro Esterradiano"@pt ; + rdfs:label "Pro Meter Steradiant"@de ; + rdfs:label "Reciprocal Meter Steradian"@en-US ; + rdfs:label "Reciprocal Metre Steradian" ; + rdfs:label "Reciprocal Metre Steradian"@en ; + rdfs:label "На Метр Стерадиан"@ru ; + rdfs:label "На Метър Стерадиан"@bg . + +unit:PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Per Square Meter\" is a denominator unit with dimensions $/m^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:exactMatch unit:NUM-PER-M2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ParticleFluence ; + qudt:hasReciprocalUnit unit:M2 ; + qudt:iec61360Code "0112/2///62720#UAD611" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD611"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "/m²" ; + qudt:ucumCode "m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C93" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Na Kvadratni Meter"@sl ; + rdfs:label "Na Metr Kwadratowy"@pl ; + rdfs:label "Na Čtvereční Metr"@cs ; + rdfs:label "Par Mètre Carré"@fr ; + rdfs:label "Pe Metru Pătrat"@ro ; + rdfs:label "Per Meter Persegi"@ms ; + rdfs:label "Per Metrekare"@tr ; + rdfs:label "Per Metro Quadrato"@it ; + rdfs:label "Per Metrum Quadratum"@la ; + rdfs:label "Por Metro Cuadrado"@es ; + rdfs:label "Por Metro Quadrado"@pt ; + rdfs:label "Pro Quadratmeter"@de ; + rdfs:label "Reciprocal Square Meter"@en-US ; + rdfs:label "Reciprocal Square Metre" ; + rdfs:label "Reciprocal Square Metre"@en ; + rdfs:label "На Квадратен Метър"@bg ; + rdfs:label "На Квадратный Метр"@ru . + +unit:PER-M2-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "unit of the particle current density" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^{-2}-s^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:hasQuantityKind quantitykind:ParticleFluenceRate ; + qudt:iec61360Code "0112/2///62720#UAB157" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB157"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "/(m²·s)" ; + qudt:ucumCode "m-2.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "B81" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τετραγωνικό Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Na Kvadratni Meter Sekunda"@sl ; + rdfs:label "Na Metr Kwadratowy Sekunda"@pl ; + rdfs:label "Na Čtvereční Metr Sekunda"@cs ; + rdfs:label "Par Mètre Carré Seconde"@fr ; + rdfs:label "Pe Metru Pătrat Secundă"@ro ; + rdfs:label "Per Meter Persegi Saat"@ms ; + rdfs:label "Per Metrekare Saniye"@tr ; + rdfs:label "Per Metro Quadrato Secondo"@it ; + rdfs:label "Per Metrum Quadratum Secundum"@la ; + rdfs:label "Por Metro Cuadrado Segundo"@es ; + rdfs:label "Por Metro Quadrado Segundo"@pt ; + rdfs:label "Pro Quadratmeter Sekunde"@de ; + rdfs:label "Reciprocal Square Meter Second"@en-US ; + rdfs:label "Reciprocal Square Metre Second" ; + rdfs:label "Reciprocal Square Metre Second"@en ; + rdfs:label "На Квадратен Метър Секунда"@bg ; + rdfs:label "На Квадратный Метр Секунда"@ru ; + skos:altLabel "Reciprocal square metre per second"@en . + +unit:PER-M3 + a qudt:Unit ; + dcterms:description "\"Per Cubic Meter\" is a denominator unit with dimensions $/m^3$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:NUM-PER-M3 ; + qudt:expression "$/m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:hasReciprocalUnit unit:M3 ; + qudt:iec61360Code "0112/2///62720#UAA740" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA740"^^xsd:anyURI ; + qudt:symbol "/m³" ; + qudt:ucumCode "m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C86" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Κυβικό Μέτρο"@el ; + rdfs:label "Na Kubični Meter"@sl ; + rdfs:label "Na Metr Krychlový"@cs ; + rdfs:label "Na Metr Sześcienny"@pl ; + rdfs:label "Par Mètre Cube"@fr ; + rdfs:label "Pe Metru Cub"@ro ; + rdfs:label "Per Meter Kubik"@ms ; + rdfs:label "Per Metreküp"@tr ; + rdfs:label "Per Metro Cubo"@it ; + rdfs:label "Per Metrum Cubicum"@la ; + rdfs:label "Por Metro Cúbico"@es ; + rdfs:label "Por Metro Cúbico"@pt ; + rdfs:label "Pro Kubikmeter"@de ; + rdfs:label "Reciprocal Cubic Meter"@en-US ; + rdfs:label "Reciprocal Cubic Metre" ; + rdfs:label "Reciprocal Cubic Metre"@en ; + rdfs:label "На Кубичен Метър"@bg ; + rdfs:label "На Кубический Метр"@ru . + +unit:PER-M3-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$m^{-3}-s^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ParticleSourceDensity ; + qudt:hasQuantityKind quantitykind:SlowingDownDensity ; + qudt:iec61360Code "0112/2///62720#UAB163" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB163"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; + qudt:symbol "/(m³·s)" ; + qudt:ucumCode "m-3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C87" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Κυβικό Μέτρο Δευτερόλεπτο"@el ; + rdfs:label "Na Kubični Meter Sekunda"@sl ; + rdfs:label "Na Metr Krychlový Sekunda"@cs ; + rdfs:label "Na Metr Sześcienny Sekunda"@pl ; + rdfs:label "Par Mètre Cube Seconde"@fr ; + rdfs:label "Pe Metru Cub Secundă"@ro ; + rdfs:label "Per Meter Kubik Saat"@ms ; + rdfs:label "Per Metreküp Saniye"@tr ; + rdfs:label "Per Metro Cubo Secondo"@it ; + rdfs:label "Per Metrum Cubicum Secundum"@la ; + rdfs:label "Por Metro Cúbico Segundo"@es ; + rdfs:label "Por Metro Cúbico Segundo"@pt ; + rdfs:label "Pro Kubikmeter Sekunde"@de ; + rdfs:label "Reciprocal Cubic Meter Second"@en-US ; + rdfs:label "Reciprocal Cubic Metre Second" ; + rdfs:label "Reciprocal Cubic Metre Second"@en ; + rdfs:label "На Кубичен Метър Секунда"@bg ; + rdfs:label "На Кубический Метр Секунда"@ru ; + skos:altLabel "Reciprocal cubic metre per second"@en . + +unit:PER-MILLE-PSI + a qudt:Unit ; + dcterms:description "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + dcterms:isReplacedBy unit:PERMILLE-PER-PSI ; + qudt:conversionMultiplier 0.0000001450377 ; + qudt:conversionMultiplierSN 1.450377E-7 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.7" ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MILLE ; + ] ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:iec61360Code "0112/2///62720#UAA016" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA016"^^xsd:anyURI ; + qudt:plainTextDescription "thousandth divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:symbol "/ksi" ; + qudt:uneceCommonCode "J12" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Mille Psi" ; + rdfs:label "Reciprocal Mille Psi"@en . + +unit:PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A reciprocal unit of time for $\\textit{reciprocal minute}$ or $\\textit{inverse minute}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$m^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA843" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA843"^^xsd:anyURI ; + qudt:symbol "/min" ; + qudt:ucumCode "min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C94" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Minute" ; + rdfs:label "Reciprocal Minute"@en . + +unit:PER-MO + a qudt:Unit ; + dcterms:description "reciprocal of the unit month"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000003919350772901616281311709002114104 ; + qudt:conversionMultiplierSN 3.919350772901616281311709002114104E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MO ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA881" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA881"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the unit month" ; + qudt:symbol "/mo" ; + qudt:ucumCode "mo-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H11" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Month" ; + rdfs:label "Reciprocal Month"@en . + +unit:PER-MOL + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "

The $\\textit{Per Mole Unit}$ is a denominator unit with dimensions $mol^{-1}$

."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$/mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L0I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:InverseAmountOfSubstance ; + qudt:iec61360Code "0112/2///62720#UAD514" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD514"^^xsd:anyURI ; + qudt:symbol "/mol" ; + qudt:ucumCode "mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C95" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Μολ"@el ; + rdfs:label "Na Mol"@cs ; + rdfs:label "Na Mol"@pl ; + rdfs:label "Na Mol"@sl ; + rdfs:label "Par Mole"@fr ; + rdfs:label "Pe Mol"@ro ; + rdfs:label "Per Mol"@tr ; + rdfs:label "Per Mole"@it ; + rdfs:label "Per Mole"@ms ; + rdfs:label "Per Moles"@la ; + rdfs:label "Por Mol"@es ; + rdfs:label "Por Mol"@pt ; + rdfs:label "Pro Mol"@de ; + rdfs:label "Reciprocal Mole" ; + rdfs:label "Reciprocal Mole"@en ; + rdfs:label "На Мол"@bg ; + rdfs:label "На Моль"@ru . + +unit:PER-MegaK + a qudt:Unit ; + dcterms:description "0.000001-fold of reciprocal of the SI base unit kelvin" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MegaK ; + ] ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:InverseTemperature ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:hasQuantityKind quantitykind:RelativePressureCoefficient ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA100" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA100"^^xsd:anyURI ; + qudt:symbol "/MK" ; + qudt:ucumCode "MK-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M20" ; + rdfs:isDefinedBy ; + rdfs:label "Na Megakelvin"@cs ; + rdfs:label "Na Megakelvin"@sl ; + rdfs:label "Na Megakelwin"@pl ; + rdfs:label "Par Megakelvin"@fr ; + rdfs:label "Pe Megakelvin"@ro ; + rdfs:label "Per Megakelvin"@it ; + rdfs:label "Per Megakelvin"@ms ; + rdfs:label "Per Megakelvin"@tr ; + rdfs:label "Por Megakelvin"@es ; + rdfs:label "Pro Megakelvin"@de ; + rdfs:label "Reciprocal Megakelvin" ; + rdfs:label "Reciprocal Megakelvin"@en . + +unit:PER-MegaPA + a qudt:Unit ; + dcterms:description "reciprocal of the 1,000,000-fold of the derived unit pascal" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MegaPA ; + ] ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsentropicCompressibility ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:iec61360Code "0112/2///62720#UAD929" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD929"^^xsd:anyURI ; + qudt:symbol "/MPa" ; + qudt:ucumCode "MPa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Megapascal"@cs ; + rdfs:label "Na Megapascal"@sl ; + rdfs:label "Na Megapaskal"@pl ; + rdfs:label "Par Megapascal"@fr ; + rdfs:label "Pe Megapascal"@ro ; + rdfs:label "Per Megapascal"@it ; + rdfs:label "Per Megapascal"@ms ; + rdfs:label "Per Megapascal"@tr ; + rdfs:label "Por Megapascal"@es ; + rdfs:label "Pro Megapascal"@de ; + rdfs:label "Reciprocal Megapascal" ; + rdfs:label "Reciprocal Megapascal"@en . + +unit:PER-MicroM + a qudt:Unit ; + dcterms:description "Per Micrometer Unit is a denominator unit with dimensions $/microm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:expression "$per-micrometer$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/μm" ; + qudt:ucumCode "um-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Micrometer"@sl ; + rdfs:label "Na Micrometr"@cs ; + rdfs:label "Na Micrometr"@pl ; + rdfs:label "Par Micromètre"@fr ; + rdfs:label "Pe Micrometru"@ro ; + rdfs:label "Per Micrometer"@ms ; + rdfs:label "Per Micrometre"@tr ; + rdfs:label "Per Micrometro"@it ; + rdfs:label "Por Micrometro"@es ; + rdfs:label "Pro Micrometer"@de ; + rdfs:label "Reciprocal Micrometer"@en-US ; + rdfs:label "Reciprocal Micrometre" ; + rdfs:label "Reciprocal Micrometre"@en . + +unit:PER-MicroMOL-L + a qudt:Unit ; + dcterms:description "Units used to describe the sensitivity of detection of a spectrophotometer."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A-1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/(μmol·L)" ; + qudt:ucumCode "umol-1.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Micromole Liter"@en-US ; + rdfs:label "Reciprocal Micromole Litre" ; + rdfs:label "Reciprocal Micromole Litre"@en . + +unit:PER-MilliGM + a qudt:Unit ; + dcterms:description "reciprocal of the 0.000001-fold of the SI base unit kilogram" ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:exactMatch unit:NUM-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC005" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC005"^^xsd:anyURI ; + qudt:symbol "/mg" ; + qudt:ucumCode "mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Milligram"@cs ; + rdfs:label "Na Milligram"@pl ; + rdfs:label "Na Milligram"@sl ; + rdfs:label "Par Milligramme"@fr ; + rdfs:label "Pe Milligram"@ro ; + rdfs:label "Per Milligram"@ms ; + rdfs:label "Per Milligram"@tr ; + rdfs:label "Per Milligrammo"@it ; + rdfs:label "Por Milligramo"@es ; + rdfs:label "Pro Milligramm"@de ; + rdfs:label "Reciprocal Milligram" ; + rdfs:label "Reciprocal Milligram"@en . + +unit:PER-MilliL + a qudt:Unit ; + dcterms:description "reciprocal value of the unit Millilitre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:plainTextDescription "reciprocal value of the unit millilitre" ; + qudt:symbol "/mL" ; + qudt:ucumCode "mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Milliliter"@en-US ; + rdfs:label "Reciprocal Millilitre" ; + rdfs:label "Reciprocal Millilitre"@en . + +unit:PER-MilliM + a qudt:Unit ; + dcterms:description "Per Millimeter Unit is a denominator unit with dimensions $/mm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:expression "$per-millimeter$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/mm" ; + qudt:ucumCode "mm-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Na Millimeter"@sl ; + rdfs:label "Na Millimetr"@cs ; + rdfs:label "Na Millimetr"@pl ; + rdfs:label "Par Millimètre"@fr ; + rdfs:label "Pe Millimetru"@ro ; + rdfs:label "Per Millimeter"@ms ; + rdfs:label "Per Millimetre"@tr ; + rdfs:label "Per Millimetro"@it ; + rdfs:label "Por Millimetro"@es ; + rdfs:label "Pro Millimeter"@de ; + rdfs:label "Reciprocal Millimeter"@en-US ; + rdfs:label "Reciprocal Millimetre" ; + rdfs:label "Reciprocal Millimetre"@en . + +unit:PER-MilliM3 + a qudt:Unit ; + dcterms:description "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:exactMatch unit:NUM-PER-MilliM3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:hasReciprocalUnit unit:MilliM3 ; + qudt:iec61360Code "0112/2///62720#UAA870" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA870"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "/mm³" ; + qudt:ucumCode "mm-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L20" ; + rdfs:isDefinedBy ; + rdfs:label "Na Kubični Millimeter"@sl ; + rdfs:label "Na Millimetr Krychlový"@cs ; + rdfs:label "Na Millimetr Sześcienny"@pl ; + rdfs:label "Par Millimètre Cube"@fr ; + rdfs:label "Pe Millimetru Cub"@ro ; + rdfs:label "Per Millimeter Kubik"@ms ; + rdfs:label "Per Millimetreküp"@tr ; + rdfs:label "Per Millimetro Cubo"@it ; + rdfs:label "Por Millimetro Cúbico"@es ; + rdfs:label "Pro Kubikmillimeter"@de ; + rdfs:label "Reciprocal Cubic Millimeter"@en-US ; + rdfs:label "Reciprocal Cubic Millimetre" ; + rdfs:label "Reciprocal Cubic Millimetre"@en . + +unit:PER-MilliSEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliSEC ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "/ms" ; + qudt:ucumCode "ms-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Millisekunda"@cs ; + rdfs:label "Na Millisekunda"@pl ; + rdfs:label "Na Millisekunda"@sl ; + rdfs:label "Par Milliseconde"@fr ; + rdfs:label "Pe Millisecundă"@ro ; + rdfs:label "Per Millisaat"@ms ; + rdfs:label "Per Millisaniye"@tr ; + rdfs:label "Per Millisecondo"@it ; + rdfs:label "Por Millisegundo"@es ; + rdfs:label "Pro Millisekunde"@de ; + rdfs:label "Reciprocal Millisecond" ; + rdfs:label "Reciprocal Millisecond"@en . + +unit:PER-NanoM + a qudt:Unit ; + dcterms:description "Per Nanometer Unit is a denominator unit with dimensions $/nm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:expression "$per-nanometer$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/nm" ; + qudt:ucumCode "nm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Nanometer"@sl ; + rdfs:label "Na Nanometr"@cs ; + rdfs:label "Na Nanometr"@pl ; + rdfs:label "Par Nanomètre"@fr ; + rdfs:label "Pe Nanometru"@ro ; + rdfs:label "Per Nanometer"@ms ; + rdfs:label "Per Nanometre"@tr ; + rdfs:label "Per Nanometro"@it ; + rdfs:label "Por Nanometro"@es ; + rdfs:label "Pro Nanometer"@de ; + rdfs:label "Reciprocal Nanometer"@en-US ; + rdfs:label "Reciprocal Nanometre" ; + rdfs:label "Reciprocal Nanometre"@en . + +unit:PER-OZ + a qudt:Unit ; + dcterms:description "reciprocal of the unit ounce (avoirdupois)" ; + qudt:conversionMultiplier 35.27396194958041291567580821520433 ; + qudt:conversionMultiplierSN 3.527396194958041291567580821520433E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:OZ ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC007" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC007"^^xsd:anyURI ; + qudt:symbol "/oz" ; + qudt:ucumCode "[oz_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Ounce Mass" ; + rdfs:label "Reciprocal Ounce Mass"@en . + +unit:PER-PA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "reciprocal of the SI derived unit pascal" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; + qudt:expression "$/Pa$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsentropicCompressibility ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA269" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA269"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; + qudt:siUnitsExpression "m^2/N" ; + qudt:symbol "/Pa" ; + qudt:ucumCode "Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C96" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Πασκάλ"@el ; + rdfs:label "Na Pascal"@cs ; + rdfs:label "Na Pascal"@sl ; + rdfs:label "Na Paskal"@pl ; + rdfs:label "Par Pascal"@fr ; + rdfs:label "Pe Pascal"@ro ; + rdfs:label "Per Pascal"@it ; + rdfs:label "Per Pascal"@ms ; + rdfs:label "Per Pascal"@tr ; + rdfs:label "Per Pascalium"@la ; + rdfs:label "Por Pascal"@es ; + rdfs:label "Por Pascal"@pt ; + rdfs:label "Pro Pascal"@de ; + rdfs:label "Reciprocal Pascal" ; + rdfs:label "Reciprocal Pascal"@en ; + rdfs:label "На Паскал"@bg ; + rdfs:label "На Паскаль"@ru . + +unit:PER-PA-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:PA-SEC ; + qudt:symbol "/(Pa·s)" ; + qudt:ucumCode "Pa-1.s-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Πασκάλ Δευτερόλεπτο"@el ; + rdfs:label "Na Pascal Sekunda"@cs ; + rdfs:label "Na Pascal Sekunda"@sl ; + rdfs:label "Na Paskal Sekunda"@pl ; + rdfs:label "Par Pascal Seconde"@fr ; + rdfs:label "Pe Pascal Secundă"@ro ; + rdfs:label "Per Pascal Saat"@ms ; + rdfs:label "Per Pascal Saniye"@tr ; + rdfs:label "Per Pascal Secondo"@it ; + rdfs:label "Per Pascalium Secundum"@la ; + rdfs:label "Por Pascal Segundo"@es ; + rdfs:label "Por Pascal Segundo"@pt ; + rdfs:label "Pro Pascal Sekunde"@de ; + rdfs:label "Reciprocal Pascal Second" ; + rdfs:label "Reciprocal Pascal Second"@en ; + rdfs:label "На Паскал Секунда"@bg ; + rdfs:label "На Паскаль Секунда"@ru . + +unit:PER-PERCENT + a qudt:Unit ; + dcterms:description "reciprocal of one hundredth" ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD873" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD873"^^xsd:anyURI ; + qudt:symbol "/%" ; + qudt:ucumCode "%-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Percent" ; + rdfs:label "Reciprocal Percent"@en . + +unit:PER-PSI + a qudt:Unit ; + dcterms:description "reciprocal value of the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0001450377377302092151542410279511941 ; + qudt:conversionMultiplierSN 1.450377377302092151542410279511941E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:hasQuantityKind quantitykind:StressOpticCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA709" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA709"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal value of the composed unit for pressure (pound-force per square inch)" ; + qudt:symbol "/psi" ; + qudt:ucumCode "[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K93" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Psi" ; + rdfs:label "Reciprocal Psi"@en . + +unit:PER-PicoM + a qudt:Unit ; + dcterms:description "Per Picoometer Unit is a denominator unit with dimensions $/pm$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:expression "$per-picoometer$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PicoM ; + ] ; + qudt:hasQuantityKind quantitykind:AngularReciprocalLatticeVector ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:CurvatureFromRadius ; + qudt:hasQuantityKind quantitykind:InverseLength ; + qudt:hasQuantityKind quantitykind:LinearAbsorptionCoefficient ; + qudt:hasQuantityKind quantitykind:LinearAttenuationCoefficient ; + qudt:hasQuantityKind quantitykind:LinearIonization ; + qudt:hasQuantityKind quantitykind:PhaseCoefficient ; + qudt:hasQuantityKind quantitykind:PropagationCoefficient ; + qudt:symbol "/pm" ; + qudt:ucumCode "pm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Na Picometer"@sl ; + rdfs:label "Na Picometr"@cs ; + rdfs:label "Na Picometr"@pl ; + rdfs:label "Par Picomètre"@fr ; + rdfs:label "Pe Picometru"@ro ; + rdfs:label "Per Picometer"@ms ; + rdfs:label "Per Picometre"@tr ; + rdfs:label "Per Picometro"@it ; + rdfs:label "Por Picometro"@es ; + rdfs:label "Pro Picometer"@de ; + rdfs:label "Reciprocal Picometer"@en-US ; + rdfs:label "Reciprocal Picometre" ; + rdfs:label "Reciprocal Picometre"@en . + +unit:PER-PlanckMass2 + a qudt:Unit ; + dcterms:description "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 2111089287176721.707084516481080014 ; + qudt:conversionMultiplierSN 2.111089287176721707084516481080014E15 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-2H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:PlanckMass ; + ] ; + qudt:hasQuantityKind quantitykind:InverseSquareMass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexDefinition "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ; + qudt:symbol "/planckmass²" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Square Planck Mass" ; + rdfs:label "Reciprocal Square Planck Mass"@en . + +unit:PER-RAD + a qudt:Unit ; + dcterms:description "reciprocal of the unit radian" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB327" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB327"^^xsd:anyURI ; + qudt:symbol "/rad" ; + qudt:ucumCode "rad-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P97" ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Ακτίνιο"@el ; + rdfs:label "Na Radian"@pl ; + rdfs:label "Na Radian"@sl ; + rdfs:label "Na Radián"@cs ; + rdfs:label "Par Radian"@fr ; + rdfs:label "Pe Radian"@ro ; + rdfs:label "Per Radian"@la ; + rdfs:label "Per Radian"@ms ; + rdfs:label "Per Radiante"@it ; + rdfs:label "Per Radyan"@tr ; + rdfs:label "Por Radiano"@pt ; + rdfs:label "Por Radián"@es ; + rdfs:label "Pro Radiant"@de ; + rdfs:label "Reciprocal Radian" ; + rdfs:label "Reciprocal Radian"@en ; + rdfs:label "На Радиан"@bg ; + rdfs:label "На Радиан"@ru . + +unit:PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A reciprical unit of time for $\\textit{reciprocal second}$ or $\\textit{inverse second}$. The $\\textit{Per Second}$ is a unit of rate."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:HZ ; + qudt:exactMatch unit:NUM-PER-SEC ; + qudt:exactMatch unit:SAMPLE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAD544" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD544"^^xsd:anyURI ; + qudt:symbol "/s" ; + qudt:ucumCode "s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C97" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Δευτερόλεπτο"@el ; + rdfs:label "Na Sekunda"@cs ; + rdfs:label "Na Sekunda"@pl ; + rdfs:label "Na Sekunda"@sl ; + rdfs:label "Par Seconde"@fr ; + rdfs:label "Pe Secundă"@ro ; + rdfs:label "Per Saat"@ms ; + rdfs:label "Per Saniye"@tr ; + rdfs:label "Per Secondo"@it ; + rdfs:label "Per Secundum"@la ; + rdfs:label "Por Segundo"@es ; + rdfs:label "Por Segundo"@pt ; + rdfs:label "Pro Sekunde"@de ; + rdfs:label "Reciprocal Second" ; + rdfs:label "Reciprocal Second"@en ; + rdfs:label "На Секунда"@bg ; + rdfs:label "На Секунда"@ru . + +unit:PER-SEC-M2 + a qudt:Unit ; + dcterms:description "$\\textit{Per Second Square Meter}$ is a measure of flux with dimensions $/sec-m^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$per-sec-m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Flux ; + qudt:iec61360Code "0112/2///62720#UAA974" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA974"^^xsd:anyURI ; + qudt:symbol "/(s·m²)" ; + qudt:ucumCode "s-1.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C99" ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Δευτερόλεπτο Τετραγωνικό Μέτρο"@el ; + rdfs:label "Na Sekunda Kvadratni Meter"@sl ; + rdfs:label "Na Sekunda Metr Kwadratowy"@pl ; + rdfs:label "Na Sekunda Čtvereční Metr"@cs ; + rdfs:label "Par Seconde Mètre Carré"@fr ; + rdfs:label "Pe Secundă Metru Pătrat"@ro ; + rdfs:label "Per Saat Meter Persegi"@ms ; + rdfs:label "Per Saniye Metrekare"@tr ; + rdfs:label "Per Secondo Metro Quadrato"@it ; + rdfs:label "Per Secundum Metrum Quadratum"@la ; + rdfs:label "Por Segundo Metro Cuadrado"@es ; + rdfs:label "Por Segundo Metro Quadrado"@pt ; + rdfs:label "Pro Sekunde Quadratmeter"@de ; + rdfs:label "Reciprocal Second Square Meter"@en-US ; + rdfs:label "Reciprocal Second Square Metre" ; + rdfs:label "Reciprocal Second Square Metre"@en ; + rdfs:label "На Секунда Квадратен Метър"@bg ; + rdfs:label "На Секунда Квадратный Метр"@ru . + +unit:PER-SEC-M2-SR + a qudt:Unit ; + dcterms:description "Per Second Square Meter Steradian is a denominator unit with dimensions $/sec-m^2-sr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/sec-m^2-sr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:PhotonRadiance ; + qudt:symbol "/(s·m²·sr)" ; + qudt:ucumCode "s-1.m-2.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D2" ; + qudt:wikidataMatch ; + rdfs:comment "It is not clear this unit is ever used. [Editor]" ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Δευτερόλεπτο Τετραγωνικό Μέτρο Στερακτίνιο"@el ; + rdfs:label "Na Sekunda Kvadratni Meter Steradian"@sl ; + rdfs:label "Na Sekunda Metr Kwadratowy Steradian"@pl ; + rdfs:label "Na Sekunda Čtvereční Metr Steradián"@cs ; + rdfs:label "Par Seconde Mètre Carré Stéradian"@fr ; + rdfs:label "Pe Secundă Metru Pătrat Steradian"@ro ; + rdfs:label "Per Saat Meter Persegi Steradian"@ms ; + rdfs:label "Per Saniye Metrekare Steradyan"@tr ; + rdfs:label "Per Secondo Metro Quadrato Steradiante"@it ; + rdfs:label "Per Secundum Metrum Quadratum Steradian"@la ; + rdfs:label "Por Segundo Metro Cuadrado Estereorradián"@es ; + rdfs:label "Por Segundo Metro Quadrado Esterradiano"@pt ; + rdfs:label "Pro Sekunde Quadratmeter Steradiant"@de ; + rdfs:label "Reciprocal Second Square Meter Steradian"@en-US ; + rdfs:label "Reciprocal Second Square Metre Steradian" ; + rdfs:label "Reciprocal Second Square Metre Steradian"@en ; + rdfs:label "На Секунда Квадратен Метър Стерадиан"@bg ; + rdfs:label "На Секунда Квадратный Метр Стерадиан"@ru . + +unit:PER-SEC-M3 + a qudt:Unit ; + dcterms:description "reciprocal of the SI base unit second divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SlowingDownDensity ; + qudt:iec61360Code "0112/2///62720#UAA975" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA975"^^xsd:anyURI ; + qudt:symbol "/(s·m³)" ; + qudt:ucumCode "s-1.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C98" ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Δευτερόλεπτο Κυβικό Μέτρο"@el ; + rdfs:label "Na Sekunda Kubični Meter"@sl ; + rdfs:label "Na Sekunda Metr Krychlový"@cs ; + rdfs:label "Na Sekunda Metr Sześcienny"@pl ; + rdfs:label "Par Seconde Mètre Cube"@fr ; + rdfs:label "Pe Secundă Metru Cub"@ro ; + rdfs:label "Per Saat Meter Kubik"@ms ; + rdfs:label "Per Saniye Metreküp"@tr ; + rdfs:label "Per Secondo Metro Cubo"@it ; + rdfs:label "Per Secundum Metrum Cubicum"@la ; + rdfs:label "Por Segundo Metro Cúbico"@es ; + rdfs:label "Por Segundo Metro Cúbico"@pt ; + rdfs:label "Pro Sekunde Kubikmeter"@de ; + rdfs:label "Reciprocal Second Cubic Meter"@en-US ; + rdfs:label "Reciprocal Second Cubic Metre" ; + rdfs:label "Reciprocal Second Cubic Metre"@en ; + rdfs:label "На Секунда Кубичен Метър"@bg ; + rdfs:label "На Секунда Кубический Метр"@ru . + +unit:PER-SEC-SR + a qudt:Unit ; + dcterms:description "Per Second Steradian Unit is a denominator unit with dimensions $/sec-sr$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$/sec-sr$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:PhotonIntensity ; + qudt:hasQuantityKind quantitykind:TemporalSummationFunction ; + qudt:iec61360Code "0112/2///62720#UAA976" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA976"^^xsd:anyURI ; + qudt:symbol "/(s·sr)" ; + qudt:ucumCode "s-1.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D1" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Δευτερόλεπτο Στερακτίνιο"@el ; + rdfs:label "Na Sekunda Steradian"@pl ; + rdfs:label "Na Sekunda Steradian"@sl ; + rdfs:label "Na Sekunda Steradián"@cs ; + rdfs:label "Par Seconde Stéradian"@fr ; + rdfs:label "Pe Secundă Steradian"@ro ; + rdfs:label "Per Saat Steradian"@ms ; + rdfs:label "Per Saniye Steradyan"@tr ; + rdfs:label "Per Secondo Steradiante"@it ; + rdfs:label "Per Secundum Steradian"@la ; + rdfs:label "Por Segundo Estereorradián"@es ; + rdfs:label "Por Segundo Esterradiano"@pt ; + rdfs:label "Pro Sekunde Steradiant"@de ; + rdfs:label "Reciprocal Second Steradian" ; + rdfs:label "Reciprocal Second Steradian"@en ; + rdfs:label "На Секунда Стерадиан"@bg ; + rdfs:label "На Секунда Стерадиан"@ru . + +unit:PER-SEC-SR-M2 + a qudt:Unit ; + dcterms:description "reciprocal of the SI base unit second divided by the product of the SI derived unit steradian and the power of the SI base unit metre and te exponent 2" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA977" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA977"^^xsd:anyURI ; + qudt:symbol "/(s·sr·m²)" ; + qudt:ucumCode "s-1.sr-1.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D2" ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Δευτερόλεπτο Στερακτίνιο Τετραγωνικό Μέτρο"@el ; + rdfs:label "Na Sekunda Steradian Kvadratni Meter"@sl ; + rdfs:label "Na Sekunda Steradian Metr Kwadratowy"@pl ; + rdfs:label "Na Sekunda Steradián Čtvereční Metr"@cs ; + rdfs:label "Par Seconde Stéradian Mètre Carré"@fr ; + rdfs:label "Pe Secundă Steradian Metru Pătrat"@ro ; + rdfs:label "Per Saat Steradian Meter Persegi"@ms ; + rdfs:label "Per Saniye Steradyan Metrekare"@tr ; + rdfs:label "Per Secondo Steradiante Metro Quadrato"@it ; + rdfs:label "Per Secundum Steradian Metrum Quadratum"@la ; + rdfs:label "Por Segundo Estereorradián Metro Cuadrado"@es ; + rdfs:label "Por Segundo Esterradiano Metro Quadrado"@pt ; + rdfs:label "Pro Sekunde Steradiant Quadratmeter"@de ; + rdfs:label "Reciprocal Second Steradian Square Meter"@en-US ; + rdfs:label "Reciprocal Second Steradian Square Metre" ; + rdfs:label "Reciprocal Second Steradian Square Metre"@en ; + rdfs:label "На Секунда Стерадиан Квадратен Метър"@bg ; + rdfs:label "На Секунда Стерадиан Квадратный Метр"@ru . + +unit:PER-SEC2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:InverseSquareTime ; + qudt:hasReciprocalUnit unit:SEC2 ; + qudt:symbol "/s²" ; + qudt:ucumCode "s-2"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Na Kvadratni Sekunda"@sl ; + rdfs:label "Na Sekunda Kwadratowy"@pl ; + rdfs:label "Na Čtvereční Sekunda"@cs ; + rdfs:label "Par Seconde Carré"@fr ; + rdfs:label "Pe Secundă Pătrat"@ro ; + rdfs:label "Per Saat Persegi"@ms ; + rdfs:label "Per Saniyekare"@tr ; + rdfs:label "Per Secondo Quadrato"@it ; + rdfs:label "Per Secundum Quadratum"@la ; + rdfs:label "Por Segundo Cuadrado"@es ; + rdfs:label "Por Segundo Quadrado"@pt ; + rdfs:label "Pro Quadratsekunde"@de ; + rdfs:label "Reciprocal Square Second" ; + rdfs:label "Reciprocal Square Second"@en ; + rdfs:label "На Квадратен Секунда"@bg ; + rdfs:label "На Квадратный Секунда"@ru . + +unit:PER-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "/sr" ; + qudt:ucumCode "sr-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Στερακτίνιο"@el ; + rdfs:label "Na Steradian"@pl ; + rdfs:label "Na Steradian"@sl ; + rdfs:label "Na Steradián"@cs ; + rdfs:label "Par Stéradian"@fr ; + rdfs:label "Pe Steradian"@ro ; + rdfs:label "Per Steradian"@la ; + rdfs:label "Per Steradian"@ms ; + rdfs:label "Per Steradiante"@it ; + rdfs:label "Per Steradyan"@tr ; + rdfs:label "Por Estereorradián"@es ; + rdfs:label "Por Esterradiano"@pt ; + rdfs:label "Pro Steradiant"@de ; + rdfs:label "Reciprocal Steradian" ; + rdfs:label "Reciprocal Steradian"@en ; + rdfs:label "На Стерадиан"@bg ; + rdfs:label "На Стерадиан"@ru . + +unit:PER-T-M + a qudt:Unit ; + dcterms:description """ + A $\\textit{Per Tesla Meter Unit}$ is a denominator unit with dimensions $/m .\\cdot T$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L-1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticReluctivity ; + qudt:hasReciprocalUnit unit:T-M ; + qudt:latexSymbol "$m^{-1} \\cdot T^{-1}$"^^qudt:LatexString ; + qudt:symbol "/(T·m)" ; + qudt:ucumCode "T-1.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τέσλα Μέτρο"@el ; + rdfs:label "Na Tesla Meter"@sl ; + rdfs:label "Na Tesla Metr"@cs ; + rdfs:label "Na Tesla Metr"@pl ; + rdfs:label "Par Tesla Mètre"@fr ; + rdfs:label "Pe Tesla Metru"@ro ; + rdfs:label "Per Tesla Meter"@ms ; + rdfs:label "Per Tesla Metre"@tr ; + rdfs:label "Per Tesla Metro"@it ; + rdfs:label "Per Tesla Metrum"@la ; + rdfs:label "Por Tesla Metro"@es ; + rdfs:label "Por Tesla Metro"@pt ; + rdfs:label "Pro Tesla Meter"@de ; + rdfs:label "Reciprocal Tesla Meter"@en-US ; + rdfs:label "Reciprocal Tesla Metre" ; + rdfs:label "Reciprocal Tesla Metre"@en ; + rdfs:label "На Тесла Метр"@ru ; + rdfs:label "На Тесла Метър"@bg . + +unit:PER-T-SEC + a qudt:Unit ; + dcterms:description "Per Tesla Second Unit is a denominator unit with dimensions $/s . T$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$/s . T$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:hasReciprocalUnit unit:T-SEC ; + qudt:symbol "/(T·s)" ; + qudt:ucumCode "T-1.s-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Τέσλα Δευτερόλεπτο"@el ; + rdfs:label "Na Tesla Sekunda"@cs ; + rdfs:label "Na Tesla Sekunda"@pl ; + rdfs:label "Na Tesla Sekunda"@sl ; + rdfs:label "Par Tesla Seconde"@fr ; + rdfs:label "Pe Tesla Secundă"@ro ; + rdfs:label "Per Tesla Saat"@ms ; + rdfs:label "Per Tesla Saniye"@tr ; + rdfs:label "Per Tesla Secondo"@it ; + rdfs:label "Per Tesla Secundum"@la ; + rdfs:label "Por Tesla Segundo"@es ; + rdfs:label "Por Tesla Segundo"@pt ; + rdfs:label "Pro Tesla Sekunde"@de ; + rdfs:label "Reciprocal Tesla Second" ; + rdfs:label "Reciprocal Tesla Second"@en ; + rdfs:label "На Тесла Секунда"@bg ; + rdfs:label "На Тесла Секунда"@ru . + +unit:PER-TON + a qudt:Unit ; + dcterms:description "reciprocal of the 2,000-fold of the SI base unit pound" ; + qudt:conversionMultiplier 0.001102311310924387903614869006725135 ; + qudt:conversionMultiplierSN 1.102311310924387903614869006725135E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:TON ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:symbol "/tn" ; + qudt:ucumCode "ston_av-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Ton" ; + rdfs:label "Reciprocal Ton"@en . + +unit:PER-TONNE + a qudt:Unit ; + dcterms:description "reciprocal of the 1,000-fold of the SI base unit kilogram" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMass ; + qudt:iec61360Code "0112/2///62720#UAC006" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC006"^^xsd:anyURI ; + qudt:symbol "/t" ; + qudt:ucumCode "t-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Tonne" ; + rdfs:label "Reciprocal Tonne"@en . + +unit:PER-V + a qudt:Unit ; + dcterms:description "reciprocal of the SI derived unit volt" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:ReciprocalVoltage ; + qudt:iec61360Code "0112/2///62720#UAB326" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB326"^^xsd:anyURI ; + qudt:symbol "/V" ; + qudt:ucumCode "V-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P96" ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Βολτ"@el ; + rdfs:label "Na Volt"@cs ; + rdfs:label "Na Volt"@sl ; + rdfs:label "Na Wolt"@pl ; + rdfs:label "Par Volt"@fr ; + rdfs:label "Pe Volt"@ro ; + rdfs:label "Per Volt"@it ; + rdfs:label "Per Volt"@ms ; + rdfs:label "Per Volt"@tr ; + rdfs:label "Per Voltium"@la ; + rdfs:label "Por Volt"@pt ; + rdfs:label "Por Voltio"@es ; + rdfs:label "Pro Volt"@de ; + rdfs:label "Reciprocal Volt" ; + rdfs:label "Reciprocal Volt"@en ; + rdfs:label "На Волт"@bg ; + rdfs:label "На Вольт"@ru . + +unit:PER-V-A-SEC + a qudt:Unit ; + dcterms:description "reciprocal of the product of the SI derived unit volt, the SI base unit ampere and the SI base unit second" ; + dcterms:isReplacedBy unit:PER-VA-SEC ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:InverseEnergy ; + qudt:iec61360Code "0112/2///62720#UAB498" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB498"^^xsd:anyURI ; + qudt:symbol "/(V·A·s)" ; + qudt:ucumCode "V-1.A-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Βολτ Αμπέρ Δευτερόλεπτο"@el ; + rdfs:label "Na Volt Amper Sekunda"@sl ; + rdfs:label "Na Volt Ampér Sekunda"@cs ; + rdfs:label "Na Wolt Amper Sekunda"@pl ; + rdfs:label "Par Volt Ampère Seconde"@fr ; + rdfs:label "Pe Volt Amper Secundă"@ro ; + rdfs:label "Per Volt Amper Saniye"@tr ; + rdfs:label "Per Volt Ampere Saat"@ms ; + rdfs:label "Per Volt Ampere Secondo"@it ; + rdfs:label "Per Voltium Amperium Secundum"@la ; + rdfs:label "Por Volt Ampere Segundo"@pt ; + rdfs:label "Por Voltio Amperio Segundo"@es ; + rdfs:label "Pro Volt Ampere Sekunde"@de ; + rdfs:label "Reciprocal Volt Ampere Second" ; + rdfs:label "Reciprocal Volt Ampere Second"@en ; + rdfs:label "На Волт Ампер Секунда"@bg ; + rdfs:label "На Вольт Ампер Секунда"@ru . + +unit:PER-VA-SEC + a qudt:Unit ; + dcterms:description "reciprocal of the product of the SI derived unit volt ampere and the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:VA ; + ] ; + qudt:hasQuantityKind quantitykind:InverseEnergy ; + qudt:iec61360Code "0112/2///62720#UAB498" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB498"^^xsd:anyURI ; + qudt:symbol "/(VA·s)" ; + qudt:ucumCode "VA-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Par Voltampère Seconde"@fr ; + rdfs:label "Per Volt Ampere Secondo"@it ; + rdfs:label "Por Volt-ampere Segundo"@pt ; + rdfs:label "Por Voltiamperio Segundo"@es ; + rdfs:label "Pro Voltampere Sekunde"@de ; + rdfs:label "Reciprocal Volt Ampere Second" ; + rdfs:label "Reciprocal Volt Ampere Second"@en ; + rdfs:label "На Вольт-ампер Секунда"@ru . + +unit:PER-WB + a qudt:Unit ; + dcterms:description "complement of the SI derived unit weber as unit of the Josephson constant, which value is equal to the 384,597,891-fold of the reference value gigahertz divided by volt" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$Wb^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:WB ; + ] ; + qudt:hasQuantityKind quantitykind:InverseMagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB354" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB354"^^xsd:anyURI ; + qudt:symbol "/Wb" ; + qudt:ucumCode "Wb-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q23" ; + rdfs:isDefinedBy ; + rdfs:label "Aνά Βέμπερ"@el ; + rdfs:label "Na Weber"@cs ; + rdfs:label "Na Weber"@pl ; + rdfs:label "Na Weber"@sl ; + rdfs:label "Par Weber"@fr ; + rdfs:label "Pe Weber"@ro ; + rdfs:label "Per Weber"@it ; + rdfs:label "Per Weber"@ms ; + rdfs:label "Per Weber"@tr ; + rdfs:label "Per Weberium"@la ; + rdfs:label "Por Weber"@es ; + rdfs:label "Por Weber"@pt ; + rdfs:label "Pro Weber"@de ; + rdfs:label "Reciprocal Weber" ; + rdfs:label "Reciprocal Weber"@en ; + rdfs:label "На Вебер"@bg ; + rdfs:label "На Вебер"@ru . + +unit:PER-WK + a qudt:Unit ; + dcterms:description "reciprocal of the unit week"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000001653439153439153439153439153439153 ; + qudt:conversionMultiplierSN 1.653439153439153439153439153439153E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:WK ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA099" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA099"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the unit week" ; + qudt:symbol "/wk" ; + qudt:ucumCode "wk-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H85" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Week" ; + rdfs:label "Reciprocal Week"@en . + +unit:PER-YD3 + a qudt:Unit ; + dcterms:description "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.307950619314392231497704087185282 ; + qudt:conversionMultiplierSN 1.307950619314392231497704087185282E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:InverseVolume ; + qudt:hasReciprocalUnit unit:YD3 ; + qudt:iec61360Code "0112/2///62720#UAB033" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB033"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3" ; + qudt:symbol "/yd³" ; + qudt:ucumCode "[yd_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M10" ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Cubic Yard" ; + rdfs:label "Reciprocal Cubic Yard"@en . + +unit:PER-YR + a qudt:Unit ; + dcterms:description "reciprocal of the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-8 ; + qudt:exactMatch unit:NUM-PER-YR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB027" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB027"^^xsd:anyURI ; + qudt:plainTextDescription "reciprocal of the unit year" ; + qudt:symbol "/a" ; + qudt:ucumCode "a-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H09" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Reciprocal Year" ; + rdfs:label "Reciprocal Year"@en . + +unit:PERCENT + a qudt:Unit ; + dcterms:description "\"Percent\" is a unit for 'Dimensionless Ratio' expressed as $\\%$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Percentage"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:DutyCycle ; + qudt:hasQuantityKind quantitykind:Emissivity ; + qudt:hasQuantityKind quantitykind:LengthRatio ; + qudt:hasQuantityKind quantitykind:LuminousFluxRatio ; + qudt:hasQuantityKind quantitykind:OpeningRatio ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:hasQuantityKind quantitykind:Prevalence ; + qudt:hasQuantityKind quantitykind:Reflectance ; + qudt:hasQuantityKind quantitykind:RelativeHumidity ; + qudt:hasQuantityKind quantitykind:RelativePartialPressure ; + qudt:hasQuantityKind quantitykind:ResistanceRatio ; + qudt:hasQuantityKind quantitykind:ServiceFactor ; + qudt:hasQuantityKind quantitykind:StateOfCharge ; + qudt:hasQuantityKind quantitykind:TimeRatio ; + qudt:hasQuantityKind quantitykind:VoltageRatio ; + qudt:iec61360Code "0112/2///62720#UAA000" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA000"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Percentage?oldid=495284540"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:NUM ; + qudt:symbol "%" ; + qudt:ucumCode "%"^^qudt:UCUMcs ; + qudt:udunitsCode "%" ; + qudt:uneceCommonCode "P1" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Percent" ; + rdfs:label "Percent"@en . + +unit:PERCENT-FT-HR-PER-LB + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and unit for time hour" ; + qudt:conversionMultiplier 24.19088310502224717757046927398712 ; + qudt:conversionMultiplierSN 2.419088310502224717757046927398712E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC808" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC808"^^xsd:anyURI ; + qudt:symbol "%·ft·h/lbm" ; + qudt:ucumCode "%.[ft_i].h.[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Foot Hour per Pound Mass" ; + rdfs:label "Percent Foot Hour per Pound Mass"@en . + +unit:PERCENT-FT-SEC-PER-LB + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and SI base unit second" ; + qudt:conversionMultiplier 0.006719689751395068660436241464996423 ; + qudt:conversionMultiplierSN 6.719689751395068660436241464996423E-3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC809" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC809"^^xsd:anyURI ; + qudt:symbol "%·ft·s/lbm" ; + qudt:ucumCode "%.[ft_i].s.[lb_av]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Foot Second per Pound Mass" ; + rdfs:label "Percent Foot Second per Pound Mass"@en . + +unit:PERCENT-FT2-PER-LB_F-SEC + a qudt:Unit ; + dcterms:description "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.0002088543423315012698221070802497194 ; + qudt:conversionMultiplierSN 2.088543423315012698221070802497194E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Fluidity ; + qudt:iec61360Code "0112/2///62720#UAC810" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC810"^^xsd:anyURI ; + qudt:symbol "%·ft²/(lbf·s)" ; + qudt:ucumCode "%.[ft_i]2.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Square Foot per Pound Force Second" ; + rdfs:label "Percent Square Foot per Pound Force Second"@en . + +unit:PERCENT-HR-PER-CentiM3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 36000000.0 ; + qudt:conversionMultiplierSN 3.6E7 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC781" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC781"^^xsd:anyURI ; + qudt:symbol "%·h/cm³" ; + qudt:ucumCode "%.h.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Hour per Cubic Centimeter"@en-US ; + rdfs:label "Percent Hour per Cubic Centimetre" ; + rdfs:label "Percent Hour per Cubic Centimetre"@en . + +unit:PERCENT-HR-PER-FT3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 1271.328001973589249015768372744095 ; + qudt:conversionMultiplierSN 1.271328001973589249015768372744095E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC786" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC786"^^xsd:anyURI ; + qudt:symbol "%·h/ft³" ; + qudt:ucumCode "%.h.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Hour per Cubic Foot" ; + rdfs:label "Percent Hour per Cubic Foot"@en . + +unit:PERCENT-HR-PER-GAL_UK + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time hour" ; + qudt:conversionMultiplier 7918.892938767160350982932586024475 ; + qudt:conversionMultiplierSN 7.918892938767160350982932586024475E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC784" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC784"^^xsd:anyURI ; + qudt:symbol "%·h/gal{UK}" ; + qudt:ucumCode "%.h.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Hour per Gallon (UK)" ; + rdfs:label "Percent Hour per Gallon (UK)"@en . + +unit:PERCENT-HR-PER-GAL_US + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time hour" ; + qudt:conversionMultiplier 9510.19388489334295367639717792985 ; + qudt:conversionMultiplierSN 9.51019388489334295367639717792985E3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC783" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC783"^^xsd:anyURI ; + qudt:symbol "%·h/gal{US}" ; + qudt:ucumCode "%.h.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Hour per Us Gallon" ; + rdfs:label "Percent Hour per Us Gallon"@en . + +unit:PERCENT-HR-PER-IN3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 2196854.787410362222299247748101795 ; + qudt:conversionMultiplierSN 2.196854787410362222299247748101795E6 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC785" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC785"^^xsd:anyURI ; + qudt:symbol "%·h/in³" ; + qudt:ucumCode "%.h.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Hour per Cubic Inch" ; + rdfs:label "Percent Hour per Cubic Inch"@en . + +unit:PERCENT-HR-PER-L + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit litre and the unit for time hour" ; + qudt:conversionMultiplier 36000.0 ; + qudt:conversionMultiplierSN 3.6E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC782" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC782"^^xsd:anyURI ; + qudt:symbol "%·h/L" ; + qudt:ucumCode "%.h.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Hour per Liter"@en-US ; + rdfs:label "Percent Hour per Litre" ; + rdfs:label "Percent Hour per Litre"@en . + +unit:PERCENT-HR-PER-M3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 36.0 ; + qudt:conversionMultiplierSN 3.6E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC780" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC780"^^xsd:anyURI ; + qudt:symbol "%·h/m³" ; + qudt:ucumCode "%.h.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Hour per Cubic Meter"@en-US ; + rdfs:label "Percent Hour per Cubic Metre" ; + rdfs:label "Percent Hour per Cubic Metre"@en . + +unit:PERCENT-HR-PER-YD3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; + qudt:conversionMultiplier 47.08622229531812033391734713867015 ; + qudt:conversionMultiplierSN 4.708622229531812033391734713867015E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC787" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC787"^^xsd:anyURI ; + qudt:symbol "%·h/yd³" ; + qudt:ucumCode "%.h.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Hour per Cubic Yard" ; + rdfs:label "Percent Hour per Cubic Yard"@en . + +unit:PERCENT-IN2-PER-LB_F-SEC + a qudt:Unit ; + dcterms:description "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; + qudt:conversionMultiplier 0.000001450377377302092151542410279511941 ; + qudt:conversionMultiplierSN 1.450377377302092151542410279511941E-6 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Fluidity ; + qudt:iec61360Code "0112/2///62720#UAC811" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC811"^^xsd:anyURI ; + qudt:symbol "%·in²/(lbf·s)" ; + qudt:ucumCode "%.[in_i]2.[lbf_av]-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Square Inch per Pound Force Second" ; + rdfs:label "Percent Square Inch per Pound Force Second"@en . + +unit:PERCENT-MIN-PER-CentiM3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 600000.0 ; + qudt:conversionMultiplierSN 6.0E5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC789" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC789"^^xsd:anyURI ; + qudt:symbol "%·min/cm³" ; + qudt:ucumCode "%.min.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Minute per Cubic Centimeter"@en-US ; + rdfs:label "Percent Minute per Cubic Centimetre" ; + rdfs:label "Percent Minute per Cubic Centimetre"@en . + +unit:PERCENT-MIN-PER-FT3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 21.18880003289315415026280621240158 ; + qudt:conversionMultiplierSN 2.118880003289315415026280621240158E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC794" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC794"^^xsd:anyURI ; + qudt:symbol "%·min/ft³" ; + qudt:ucumCode "%.min.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Minute per Cubic Foot" ; + rdfs:label "Percent Minute per Cubic Foot"@en . + +unit:PERCENT-MIN-PER-GAL_UK + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time minute" ; + qudt:conversionMultiplier 131.9815489794526725163822097670746 ; + qudt:conversionMultiplierSN 1.319815489794526725163822097670746E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC792" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC792"^^xsd:anyURI ; + qudt:symbol "%·min/gal{UK}" ; + qudt:ucumCode "%.min.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Minute per Gallon (UK)" ; + rdfs:label "Percent Minute per Gallon (UK)"@en . + +unit:PERCENT-MIN-PER-GAL_US + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time minute" ; + qudt:conversionMultiplier 158.5032314148890492279399529654975 ; + qudt:conversionMultiplierSN 1.585032314148890492279399529654975E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC791" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC791"^^xsd:anyURI ; + qudt:symbol "%·min/gal{US}" ; + qudt:ucumCode "%.min.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Minute per Us Gallon" ; + rdfs:label "Percent Minute per Us Gallon"@en . + +unit:PERCENT-MIN-PER-IN3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 36614.24645683937037165412913502992 ; + qudt:conversionMultiplierSN 3.661424645683937037165412913502992E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC793" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC793"^^xsd:anyURI ; + qudt:symbol "%·min/in³" ; + qudt:ucumCode "%.min.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Minute per Cubic Inch" ; + rdfs:label "Percent Minute per Cubic Inch"@en . + +unit:PERCENT-MIN-PER-L + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit litre and the unit for time minute" ; + qudt:conversionMultiplier 600.0 ; + qudt:conversionMultiplierSN 6.0E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC790" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC790"^^xsd:anyURI ; + qudt:symbol "%·min/L" ; + qudt:ucumCode "%.min.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Minute per Liter"@en-US ; + rdfs:label "Percent Minute per Litre" ; + rdfs:label "Percent Minute per Litre"@en . + +unit:PERCENT-MIN-PER-M3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 0.6 ; + qudt:conversionMultiplierSN 6.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC788" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC788"^^xsd:anyURI ; + qudt:symbol "%·min/m³" ; + qudt:ucumCode "%.min.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Minute per Cubic Meter"@en-US ; + rdfs:label "Percent Minute per Cubic Metre" ; + rdfs:label "Percent Minute per Cubic Metre"@en . + +unit:PERCENT-MIN-PER-YD3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; + qudt:conversionMultiplier 0.7847703715886353388986224523111692 ; + qudt:conversionMultiplierSN 7.847703715886353388986224523111692E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC795" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC795"^^xsd:anyURI ; + qudt:symbol "%·min/yd³" ; + qudt:ucumCode "%.min.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Minute per Cubic Yard" ; + rdfs:label "Percent Minute per Cubic Yard"@en . + +unit:PERCENT-PER-100KiloCount + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 100,000" ; + dcterms:isReplacedBy unit:PERCENT-PER-HUNDRED-THOUSAND ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:100KiloCount ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "%/100k" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per One Hundred Thousand" ; + rdfs:label "Percent per One Hundred Thousand"@en . + +unit:PERCENT-PER-10KiloCount + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 10,000" ; + dcterms:isReplacedBy unit:PERCENT-PER-TEN-THOUSAND ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:10KiloCount ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA004" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004"^^xsd:anyURI ; + qudt:symbol "%/10k" ; + qudt:uneceCommonCode "H91" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Ten Thousand" ; + rdfs:label "Percent per Ten Thousand"@en . + +unit:PERCENT-PER-BAR + a qudt:Unit ; + dcterms:description "hundredth relating to the unit bar" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:iec61360Code "0112/2///62720#UAA010" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA010"^^xsd:anyURI ; + qudt:symbol "%/bar" ; + qudt:ucumCode "%.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H96" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Bar" ; + rdfs:label "Percent per Bar"@en . + +unit:PERCENT-PER-CentiPOISE + a qudt:Unit ; + dcterms:description "[CGS] hundredth relating to the 0.01-fold of the unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiPOISE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC807" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC807"^^xsd:anyURI ; + qudt:symbol "%/cP" ; + qudt:ucumCode "%.cP-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Centipoise" ; + rdfs:label "Percent per Centipoise"@en . + +unit:PERCENT-PER-DAY + a qudt:Unit ; + qudt:conversionMultiplier 0.0000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "%/d" ; + qudt:ucumCode "%.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Day" ; + rdfs:label "Percent per Day"@en . + +unit:PERCENT-PER-DEG + a qudt:Unit ; + dcterms:description "hundredth relating to the unit degree" ; + qudt:conversionMultiplier 0.5729577951308232087679815481410516 ; + qudt:conversionMultiplierSN 5.729577951308232087679815481410516E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA002" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA002"^^xsd:anyURI ; + qudt:symbol "%/°" ; + qudt:ucumCode "%.deg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H90" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Degree" ; + rdfs:label "Percent per Degree"@en . + +unit:PERCENT-PER-DEG_C + a qudt:Unit ; + dcterms:description "hundredth divided by the unit degree Celsius" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA003" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA003"^^xsd:anyURI ; + qudt:symbol "%/°C" ; + qudt:ucumCode "%.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M25" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Degree Celsius" ; + rdfs:label "Percent per Degree Celsius"@en . + +unit:PERCENT-PER-DecaK + a qudt:Unit ; + dcterms:description "hundredth relating to the 10-fold of the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DecaK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA011" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA011"^^xsd:anyURI ; + qudt:symbol "%/daK" ; + qudt:ucumCode "%.daK-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H73" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Decakelvin" ; + rdfs:label "Percent per Decakelvin"@en . + +unit:PERCENT-PER-DecaKiloCOUNT + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 10,000" ; + dcterms:isReplacedBy unit:PERCENT-PER-TEN-THOUSAND ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.1" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DecaKiloCOUNT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA005" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA005"^^xsd:anyURI ; + qudt:symbol "%/10000" ; + qudt:uneceCommonCode "H92" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Ten Thousand" ; + rdfs:label "Percent per Ten Thousand"@en . + +unit:PERCENT-PER-HR + a qudt:Unit ; + qudt:conversionMultiplier 0.000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "%/h" ; + qudt:ucumCode "%.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Hour" ; + rdfs:label "Percent per Hour"@en . + +unit:PERCENT-PER-HUNDRED + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 100" ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HUNDRED ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA006" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA006"^^xsd:anyURI ; + qudt:symbol "%/100" ; + qudt:uneceCommonCode "H93" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Hundred" ; + rdfs:label "Percent per Hundred"@en . + +unit:PERCENT-PER-HUNDRED-THOUSAND + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 100,000" ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:THOUSAND ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HUNDRED ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "%/100k" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Hundred Thousand" ; + rdfs:label "Percent per Hundred Thousand"@en . + +unit:PERCENT-PER-HectoBAR + a qudt:Unit ; + dcterms:description "hundredths relating to the 100-fold of unit bar" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HectoBAR ; + ] ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:iec61360Code "0112/2///62720#UAB373" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB373"^^xsd:anyURI ; + qudt:symbol "%/hbar" ; + qudt:ucumCode "%.hbar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H72" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Hectobar" ; + rdfs:label "Percent per Hectobar"@en . + +unit:PERCENT-PER-HectoCOUNT + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 100" ; + dcterms:isReplacedBy unit:PERCENT-PER-HUNDRED ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.1" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HectoCOUNT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA006" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA006"^^xsd:anyURI ; + qudt:symbol "%/100" ; + qudt:uneceCommonCode "H93" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Hundred" ; + rdfs:label "Percent per Hundred"@en . + +unit:PERCENT-PER-HectoKiloCOUNT + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 100,000" ; + dcterms:isReplacedBy unit:PERCENT-PER-HUNDRED-THOUSAND ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.1" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HectoKiloCOUNT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "%/100k" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per One Hundred Thousand" ; + rdfs:label "Percent per One Hundred Thousand"@en . + +unit:PERCENT-PER-IN + a qudt:Unit ; + dcterms:description "hundredth divided by the unit inch according to the Anglo-American and the Imperial system of units" ; + qudt:conversionMultiplier 0.3937007874015748031496062992125984 ; + qudt:conversionMultiplierSN 3.937007874015748031496062992125984E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:Repetency ; + qudt:iec61360Code "0112/2///62720#UAA012" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA012"^^xsd:anyURI ; + qudt:symbol "%/in" ; + qudt:ucumCode "%.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H98" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Inch" ; + rdfs:label "Percent per Inch"@en . + +unit:PERCENT-PER-K + a qudt:Unit ; + dcterms:description "hundredth divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:LinearExpansionCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA008" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA008"^^xsd:anyURI ; + qudt:symbol "%/K" ; + qudt:ucumCode "%.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H25" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Kelvin" ; + rdfs:label "Percent per Kelvin"@en . + +unit:PERCENT-PER-KiloCOUNT + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 1,000" ; + dcterms:isReplacedBy unit:PERCENT-PER-THOUSAND ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.1" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloCOUNT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA007" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA007"^^xsd:anyURI ; + qudt:symbol "%/1000" ; + qudt:uneceCommonCode "H94" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Thousand" ; + rdfs:label "Percent per Thousand"@en . + +unit:PERCENT-PER-M + a qudt:Unit ; + dcterms:description "hundredth relating to the SI base unit metre" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AttenuationCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA013" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA013"^^xsd:anyURI ; + qudt:symbol "%/m" ; + qudt:ucumCode "%.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H99" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Meter"@en-US ; + rdfs:label "Percent per Metre" ; + rdfs:label "Percent per Metre"@en . + +unit:PERCENT-PER-MO + a qudt:Unit ; + dcterms:description "hundredths relating to the unit month" ; + qudt:conversionMultiplier 0.000000003919350772901616281311709002114104 ; + qudt:conversionMultiplierSN 3.919350772901616281311709002114104E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MO ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB372" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB372"^^xsd:anyURI ; + qudt:symbol "%/mo" ; + qudt:ucumCode "%.mo-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H71" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Month" ; + rdfs:label "Percent per Month"@en . + +unit:PERCENT-PER-MilliM + a qudt:Unit ; + dcterms:description "hundredth relating to the 0.001-fold of the SI base unit metre" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Repetency ; + qudt:iec61360Code "0112/2///62720#UAA014" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA014"^^xsd:anyURI ; + qudt:symbol "%/mm" ; + qudt:ucumCode "%.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J10" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Millimeter"@en-US ; + rdfs:label "Percent per Millimetre" ; + rdfs:label "Percent per Millimetre"@en . + +unit:PERCENT-PER-MilliPA-SEC + a qudt:Unit ; + dcterms:description "hundredth relating to the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliPA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC804" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC804"^^xsd:anyURI ; + qudt:symbol "%/(mPa·s)" ; + qudt:ucumCode "%.mPa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Millipascal Second" ; + rdfs:label "Percent per Millipascal Second"@en . + +unit:PERCENT-PER-OHM + a qudt:Unit ; + dcterms:description "hundredth relating to the SI unit ohm" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:OHM ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA001" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA001"^^xsd:anyURI ; + qudt:symbol "%/Ω" ; + qudt:ucumCode "%.Ohm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H89" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Ohm" ; + rdfs:label "Percent per Ohm"@en . + +unit:PERCENT-PER-PA-SEC + a qudt:Unit ; + dcterms:description "hundredth relating to the product of the SI derived unit pascal and the SI base unit second" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC805" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC805"^^xsd:anyURI ; + qudt:symbol "%/(Pa·s)" ; + qudt:ucumCode "%.Pa-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Pascal Second" ; + rdfs:label "Percent per Pascal Second"@en . + +unit:PERCENT-PER-PERCENT + a qudt:Unit ; + dcterms:description "hundredth relating to a hundreth" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD871" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD871"^^xsd:anyURI ; + qudt:symbol "%/%" ; + qudt:ucumCode "%.%-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Percent" ; + rdfs:label "Percent per Percent"@en . + +unit:PERCENT-PER-POISE + a qudt:Unit ; + dcterms:description "[CGS] hundredth relating to the unit of the dynamic viscosity poise" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:POISE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC806" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC806"^^xsd:anyURI ; + qudt:symbol "%/P" ; + qudt:ucumCode "%.P-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Poise" ; + rdfs:label "Percent per Poise"@en . + +unit:PERCENT-PER-SEC + a qudt:Unit ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:RateOfChange ; + qudt:plainTextDescription "percent divided by the unit second" ; + qudt:symbol "%/s" ; + qudt:ucumCode "%.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Second" ; + rdfs:label "Percent per Second"@en . + +unit:PERCENT-PER-TEN-THOUSAND + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 10,000" ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:THOUSAND ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:TEN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA004" ; + qudt:iec61360Code "0112/2///62720#UAA005" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA005"^^xsd:anyURI ; + qudt:symbol "%/10000" ; + qudt:uneceCommonCode "H91" ; + qudt:uneceCommonCode "H92" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Ten Thousand" ; + rdfs:label "Percent per Ten Thousand"@en . + +unit:PERCENT-PER-THOUSAND + a qudt:Unit ; + dcterms:description "hundredth relating to the co-efficient 1,000" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:THOUSAND ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA007" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA007"^^xsd:anyURI ; + qudt:symbol "%/1000" ; + qudt:uneceCommonCode "H94" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Thousand" ; + rdfs:label "Percent per Thousand"@en . + +unit:PERCENT-PER-V + a qudt:Unit ; + dcterms:description "hundredth relating to the SI unit volt" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA009" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA009"^^xsd:anyURI ; + qudt:symbol "%/V" ; + qudt:ucumCode "%.V-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H95" ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Volt" ; + rdfs:label "Percent per Volt"@en . + +unit:PERCENT-PER-WK + a qudt:Unit ; + dcterms:description "A rate of change in percent over a period of 7 days"@en ; + qudt:conversionMultiplier 0.00000001653439153439153439153439153439153 ; + qudt:conversionMultiplierSN 1.653439153439153439153439153439153E-8 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:WK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:RateOfChange ; + qudt:symbol "%/wk" ; + qudt:ucumCode "%.wk-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Week" ; + rdfs:label "Percent per Week"@en . + +unit:PERCENT-PER-YR + a qudt:Unit ; + qudt:conversionMultiplier 0.0000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655e-10 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:RateOfChange ; + qudt:plainTextDescription "percent divided by the unit year" ; + qudt:symbol "%/a" ; + qudt:ucumCode "%.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent per Year" ; + rdfs:label "Percent per Year"@en . + +unit:PERCENT-SEC-PER-CentiM3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC797" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC797"^^xsd:anyURI ; + qudt:symbol "%·s/cm³" ; + qudt:ucumCode "%.s.cm-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Second per Cubic Centimeter"@en-US ; + rdfs:label "Percent Second per Cubic Centimetre" ; + rdfs:label "Percent Second per Cubic Centimetre"@en . + +unit:PERCENT-SEC-PER-FT3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 0.3531466672148859025043801035400263 ; + qudt:conversionMultiplierSN 3.531466672148859025043801035400263E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC802" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC802"^^xsd:anyURI ; + qudt:symbol "%·s/ft³" ; + qudt:ucumCode "%.s.[ft_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Second per Cubic Foot" ; + rdfs:label "Percent Second per Cubic Foot"@en . + +unit:PERCENT-SEC-PER-GAL_UK + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the SI base unit second" ; + qudt:conversionMultiplier 2.199692482990877875273036829451243 ; + qudt:conversionMultiplierSN 2.199692482990877875273036829451243E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC800" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC800"^^xsd:anyURI ; + qudt:symbol "%·s/gal{UK}" ; + qudt:ucumCode "%.s.[gal_br]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Second per Gallon (UK)" ; + rdfs:label "Percent Second per Gallon (UK)"@en . + +unit:PERCENT-SEC-PER-GAL_US + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the SI base unit second" ; + qudt:conversionMultiplier 2.641720523581484153798999216091625 ; + qudt:conversionMultiplierSN 2.641720523581484153798999216091625E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC799" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC799"^^xsd:anyURI ; + qudt:symbol "%·s/gal{US}" ; + qudt:ucumCode "%.s.[gal_us]-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Second per Us Gallon" ; + rdfs:label "Percent Second per Us Gallon"@en . + +unit:PERCENT-SEC-PER-IN3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 610.2374409473228395275688189171654 ; + qudt:conversionMultiplierSN 6.102374409473228395275688189171654E2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC801" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC801"^^xsd:anyURI ; + qudt:symbol "%·s/in³" ; + qudt:ucumCode "%.s.[in_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Second per Cubic Inch" ; + rdfs:label "Percent Second per Cubic Inch"@en . + +unit:PERCENT-SEC-PER-L + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the unit litre and the SI base unit second" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC798" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC798"^^xsd:anyURI ; + qudt:symbol "%·s/L" ; + qudt:ucumCode "%.s.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Second per Liter"@en-US ; + rdfs:label "Percent Second per Litre" ; + rdfs:label "Percent Second per Litre"@en . + +unit:PERCENT-SEC-PER-M3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC796" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC796"^^xsd:anyURI ; + qudt:symbol "%·s/m³" ; + qudt:ucumCode "%.s.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Second per Cubic Meter"@en-US ; + rdfs:label "Percent Second per Cubic Metre" ; + rdfs:label "Percent Second per Cubic Metre"@en . + +unit:PERCENT-SEC-PER-YD3 + a qudt:Unit ; + dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; + qudt:conversionMultiplier 0.01307950619314392231497704087185282 ; + qudt:conversionMultiplierSN 1.307950619314392231497704087185282E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERCENT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAC803" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC803"^^xsd:anyURI ; + qudt:symbol "%·s/yd³" ; + qudt:ucumCode "%.s.[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Percent Second per Cubic Yard" ; + rdfs:label "Percent Second per Cubic Yard"@en . + +unit:PERCENT_RH + a qudt:Unit ; + dcterms:description "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:RelativeHumidity ; + qudt:plainTextDescription "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage." ; + qudt:scalingOf unit:NUM ; + qudt:symbol "%RH" ; + rdfs:isDefinedBy ; + rdfs:label "Percent Relative Humidity" ; + rdfs:label "Percent Relative Humidity"@en . + +unit:PERMEABILITY_EM_REL + a qudt:Unit ; + dcterms:description "Relative permeability, denoted by the symbol $\\mu _T$, is the ratio of the permeability of a specific medium to the permeability of free space $\\mu _0$"^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:ElectromagneticPermeabilityRatio ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + qudt:latexSymbol "$\\mu\\,T$"^^qudt:LatexString ; + qudt:symbol "μₜ" ; + qudt:ucumCode "[mu_0]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Relative Electromagnetic Permeability" ; + rdfs:label "Relative Electromagnetic Permeability"@en . + +unit:PERMEABILITY_REL + a qudt:Unit ; + dcterms:description "In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.00000125663706 ; + qudt:conversionMultiplierSN 1.25663706E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PermeabilityRatio ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; + qudt:scalingOf unit:NUM ; + qudt:symbol "kᵣ" ; + rdfs:isDefinedBy ; + rdfs:label "Relative Permeability" ; + rdfs:label "Relative Permeability"@en . + +unit:PERMILLE + a qudt:Unit ; + dcterms:description "\"Permille\" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Per_mille"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:NUM ; + qudt:symbol "‰" ; + qudt:udunitsCode "permille" ; + qudt:uneceCommonCode "J13" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Permille" ; + rdfs:label "Permille"@en . + +unit:PERMILLE-PER-PSI + a qudt:Unit ; + dcterms:description "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + qudt:conversionMultiplier 0.0000001450377377302092151542410279511941 ; + qudt:conversionMultiplierSN 1.450377377302092151542410279511941E-7 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PERMILLE ; + ] ; + qudt:hasQuantityKind quantitykind:Compressibility ; + qudt:hasQuantityKind quantitykind:InversePressure ; + qudt:hasQuantityKind quantitykind:IsothermalCompressibility ; + qudt:iec61360Code "0112/2///62720#UAA016" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA016"^^xsd:anyURI ; + qudt:plainTextDescription "thousandth divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:symbol "‰/psi" ; + qudt:ucumCode "‰.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J12" ; + rdfs:isDefinedBy ; + rdfs:label "Permille per Psi" ; + rdfs:label "Permille per Psi"@en . + +unit:PERMITTIVITY_REL + a qudt:Unit ; + dcterms:description """ + The $\\textit{relative permittivity}$ of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. + In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, + relative to that stored in a vacuum. + Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. + Relative permittivity is a dimensionless number that is in general complex. + The imaginary portion of the permittivity corresponds to a phase shift of the polarization $P$ relative to $E$ and leads to the attenuation of electromagnetic waves passing through the medium. + $$\\epsilon_r(w) = \\frac{\\epsilon(w)}{\\epsilon_O}$$, + where $\\epsilon_r(w)$ is the complex frequency-dependent absolute permittivity of the material, + and $\\epsilon_O$ is the vacuum permittivity. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000000000008854187817 ; + qudt:conversionMultiplierSN 8.854187817E-12 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_static_permittivity"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_permittivity?oldid=489664437"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492"^^xsd:anyURI ; + qudt:qkdvDenominator qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:qkdvNumerator qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:scalingOf unit:NUM ; + qudt:symbol "εᵣ" ; + qudt:ucumCode "[eps_0]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Relative Permittivity" ; + rdfs:label "Relative Permittivity"@en . + +unit:PERM_0DEG_C + a qudt:Unit ; + dcterms:description "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness." ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VapourPermeance ; + qudt:iec61360Code "0112/2///62720#UAB294" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB294"^^xsd:anyURI ; + qudt:symbol "perm (0 °C)" ; + qudt:uneceCommonCode "P91" ; + rdfs:isDefinedBy ; + rdfs:label "Perm (0 °C)" ; + rdfs:label "Perm (0 °C)"@en . + +unit:PERM_23DEG_C + a qudt:Unit ; + dcterms:description "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness." ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VapourPermeance ; + qudt:iec61360Code "0112/2///62720#UAB295" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB295"^^xsd:anyURI ; + qudt:symbol "perm (23 °C)" ; + qudt:uneceCommonCode "P92" ; + rdfs:isDefinedBy ; + rdfs:label "Perm (23 °C)" ; + rdfs:label "Perm (23 °C)"@en . + +unit:PERM_Metric + a qudt:Unit ; + dcterms:description "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness." ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VapourPermeance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + qudt:latexDefinition "\\frac{ng}{s \\cdot m^2 \\cdot Pa}"^^qudt:LatexString ; + qudt:scalingOf unit:SEC-PER-M ; + qudt:symbol "perm{Metric}" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Perm" ; + rdfs:label "Metric Perm"@en . + +unit:PERM_Metric_0DEG_C + a qudt:Unit ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VapourPermeance ; + qudt:iec61360Code "0112/2///62720#UAB294" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB294"^^xsd:anyURI ; + qudt:symbol "perm (0 °C)" ; + qudt:uneceCommonCode "P91" ; + rdfs:isDefinedBy ; + rdfs:label "Perm (0 °C)" ; + rdfs:label "Perm (0 °C)"@en . + +unit:PERM_Metric_23DEG_C + a qudt:Unit ; + dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.3" ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VapourPermeance ; + qudt:iec61360Code "0112/2///62720#UAB295" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB295"^^xsd:anyURI ; + qudt:symbol "perm (23 °C)" ; + qudt:uneceCommonCode "P92" ; + rdfs:isDefinedBy ; + rdfs:label "Perm (23 °C)" ; + rdfs:label "Perm (23 °C)"@en . + +unit:PERM_US + a qudt:Unit ; + dcterms:description "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness." ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000000000572135 ; + qudt:conversionMultiplierSN 5.72135E-11 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:VapourPermeance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; + qudt:latexDefinition "\\frac{grain}{hour \\cdot ft^2 \\cdot in\\,Hg}"^^qudt:LatexString ; + qudt:scalingOf unit:SEC-PER-M ; + qudt:symbol "perm{US}" ; + rdfs:isDefinedBy ; + rdfs:label "U.s. Perm" ; + rdfs:label "U.s. Perm"@en . + +unit:PFERDESTAERKE + a qudt:Unit ; + dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; + qudt:conversionMultiplier 735.49875 ; + qudt:conversionMultiplierSN 7.3549875E2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB438" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB438"^^xsd:anyURI ; + qudt:scalingOf unit:W ; + qudt:symbol "PS" ; + qudt:uneceCommonCode "N12" ; + rdfs:isDefinedBy ; + rdfs:label "Pferdestaerke" ; + rdfs:label "Pferdestaerke"@en ; + rdfs:seeAlso unit:HP_Metric . + +unit:PFUND + a qudt:Unit ; + dcterms:description "outdated unit of the mass in Germany" ; + qudt:conversionMultiplier 0.5 ; + qudt:conversionMultiplierSN 5.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB387" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB387"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "pfd" ; + qudt:uneceCommonCode "M86" ; + rdfs:isDefinedBy ; + rdfs:label "Pfund" ; + rdfs:label "Pfund"@en . + +unit:PH + a qudt:Unit ; + dcterms:description """ + In chemistry the unit $\\textit{pH}$, also referred to as $\\textit{acidity}$ or $\\textit{basicity}$, + is the negative logarithm (base 10) of the concentration of free protons (or hydronium ions). + The definition of $pH$ in terms of hydrogen ions in solution is: + + $$\\text{pH}=-\\log_{10}(a_{H^+})\\equiv-\\log_{10}\\left(\\left[H^+\\right]\\right)$$ + + Where $a_{H^+}$ is the equilibrium molar concentration of $H^+$ in the solution, the activity of + the hydrogen ion in the solution. + $$$$ + This definition is appropriate for concentrations equal to, or less than $1\\ mol/l$, + where $aH+ \\equiv [H+]$, that is, $1\\ mol/L\\ HCl$ has a $pH$ of zero. + $$$$ + To relate this to standard molality ($b^\\circ$), typically taken as $1 \\ mol/kg$, + consideration is given to the activity ($a_{H^+}$) of the hydrogen ions. + $$$$ + The activity can be expressed as: + + $$a_{H^+} = \\gamma_{H^+} \\times m_{H^+}$$ + + Where, $\\gamma_{H^+}$ is the activity coefficient, which adjusts the molality to account for + non-ideal behavior due to interactions between ions in the solution. + $m_{H^+}$ is the molality of hydrogen ions in the solution relative to the standard molality, + expressed in $mol/kg$. + $$$$ + The expansion of $pH$ then becomes: + + $$\\text{pH} = -log_{10}\\left(m_{H+}\\times\\gamma_{H^+}\\right)$$ + + $$$$ + This definition is relevant in more concentrated solutions or when precise thermodynamic calculations are required. + It reflects how the properties of the solution deviate from ideal behavior and provides a more accurate understanding of the $pH$ under various conditions. + $$$$ + While $pH$ is a universally recognized scale for expressing hydrogen ion activity, + its appropriateness and accuracy can diminish under conditions of extremely high + ionic strength, non-aqueous environments, high temperatures, or very high or low $pH$ values. + In such cases, alternative measurement strategies might be required to obtain meaningful and accurate descriptions of acidity or basicity. + """^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Acidity ; + qudt:hasQuantityKind quantitykind:Basicity ; + qudt:informativeReference "https://iupac.org/wp-content/uploads/2019/05/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf"^^xsd:anyURI ; + qudt:symbol "pH" ; + qudt:ucumCode "[pH]"^^qudt:UCUMcs ; + rdfs:comment "Unsure about dimensionality of pH; conversion requires a log function not just a multiplier"@en ; + rdfs:isDefinedBy ; + rdfs:label "Acidity" ; + rdfs:label "Acidity"@en . + +unit:PHON + a qudt:Unit ; + dcterms:description "psychoacoustical unit for the loudness level, to describe the emotionally sense of the sound level, with which a human will understand an acoustic noise event as an hearing event" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SoundPressureLevel ; + qudt:iec61360Code "0112/2///62720#UAA937" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA937"^^xsd:anyURI ; + qudt:symbol "phon" ; + qudt:uneceCommonCode "C69" ; + rdfs:isDefinedBy ; + rdfs:label "Phon" ; + rdfs:label "Phon"@en . + +unit:PHOT + a qudt:Unit ; + dcterms:description "A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: $illuminance = luminous intensity \\times solid angle / length$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Phot"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:LuminousFluxPerArea ; + qudt:iec61360Code "0112/2///62720#UAB255" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB255"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Phot?oldid=477198725"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:CD-PER-M2 ; + qudt:symbol "ph" ; + qudt:ucumCode "ph"^^qudt:UCUMcs ; + qudt:udunitsCode "ph" ; + qudt:uneceCommonCode "P26" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Phot" ; + rdfs:label "Phot"@en . + +unit:PINT + a qudt:Unit ; + dcterms:description "\"Imperial Pint\" is an Imperial unit for 'Volume' expressed as $pint$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00056826125 ; + qudt:conversionMultiplierSN 5.6826125E-4 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:exactMatch unit:PINT_UK ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:scalingOf unit:M3 ; + qudt:symbol "pt" ; + qudt:ucumCode "[pt_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "PTI" ; + rdfs:isDefinedBy ; + rdfs:label "Imperial Pint" ; + rdfs:label "Imperial Pint"@en . + +unit:PINT_UK + a qudt:Unit ; + dcterms:description "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00056826125 ; + qudt:conversionMultiplierSN 5.6826125E-4 ; + qudt:exactMatch unit:PINT ; + qudt:factorUnitScalar 0.5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA952" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA952"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units" ; + qudt:symbol "pt{UK}" ; + qudt:ucumCode "[pt_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "PTI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK)" ; + rdfs:label "Pint (UK)"@en . + +unit:PINT_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000000006577097800925925925925925925925924 ; + qudt:conversionMultiplierSN 6.577097800925925925925925925925924E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PINT_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA953" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA953"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "pt{UK}/d" ; + qudt:ucumCode "[pt_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L53" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK) per Day" ; + rdfs:label "Pint (UK) per Day"@en . + +unit:PINT_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000001578503472222222222222222222222222 ; + qudt:conversionMultiplierSN 1.578503472222222222222222222222222E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PINT_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA954" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA954"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "pt{UK}/h" ; + qudt:ucumCode "[pt_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L54" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK) per Hour" ; + rdfs:label "Pint (UK) per Hour"@en . + +unit:PINT_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000009471020833333333333333333333333335 ; + qudt:conversionMultiplierSN 9.471020833333333333333333333333335E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PINT_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA955" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA955"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "pt{UK}/min" ; + qudt:ucumCode "[pt_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L55" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK) per Minute" ; + rdfs:label "Pint (UK) per Minute"@en . + +unit:PINT_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00056826125 ; + qudt:conversionMultiplierSN 5.6826125E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PINT_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA956" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA956"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "pt{UK}/s" ; + qudt:ucumCode "[pt_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L56" ; + rdfs:isDefinedBy ; + rdfs:label "Pint (UK) per Second" ; + rdfs:label "Pint (UK) per Second"@en . + +unit:PINT_US + a qudt:Unit ; + dcterms:description "\"US Liquid Pint\" is a unit for 'Liquid Volume' expressed as $pt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000473176473 ; + qudt:conversionMultiplierSN 4.73176473E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:factorUnitScalar 0.5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_US ; + ] ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:iec61360Code "0112/2///62720#UAA957" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA957"^^xsd:anyURI ; + qudt:symbol "pt{US}" ; + qudt:ucumCode "[pt_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "pt" ; + qudt:uneceCommonCode "PT" ; + qudt:uneceCommonCode "PTL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Pint" ; + rdfs:label "Us Liquid Pint"@en . + +unit:PINT_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000005476579548611111111111111111111109 ; + qudt:conversionMultiplierSN 5.476579548611111111111111111111109E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PINT_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA958" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA958"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "pt{US}/d" ; + qudt:ucumCode "[pt_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L57" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Pint per Day" ; + rdfs:label "Us Liquid Pint per Day"@en . + +unit:PINT_US-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000001314379091666666666666666666666667 ; + qudt:conversionMultiplierSN 1.314379091666666666666666666666667E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PINT_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA959" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA959"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "pt{US}/h" ; + qudt:ucumCode "[pt_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L58" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Pint per Hour" ; + rdfs:label "Us Liquid Pint per Hour"@en . + +unit:PINT_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000007886274550000000000000000000000002 ; + qudt:conversionMultiplierSN 7.886274550000000000000000000000002E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PINT_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA960" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA960"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "pt{US}/min" ; + qudt:ucumCode "[pt_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L59" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Pint per Minute" ; + rdfs:label "Us Liquid Pint per Minute"@en . + +unit:PINT_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000473176473 ; + qudt:conversionMultiplierSN 4.73176473E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PINT_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA961" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA961"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "pt{US}/s" ; + qudt:ucumCode "[pt_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L60" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Pint per Second" ; + rdfs:label "Us Liquid Pint per Second"@en . + +unit:PINT_US_DRY + a qudt:Unit ; + dcterms:description "\"US Dry Pint\" is a C.G.S System unit for 'Dry Volume' expressed as $dry_pt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000550610471 ; + qudt:conversionMultiplierSN 5.50610471E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA962" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA962"^^xsd:anyURI ; + qudt:scalingOf unit:M3 ; + qudt:symbol "pt{US Dry}" ; + qudt:ucumCode "[dpt_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L61" ; + qudt:uneceCommonCode "PTD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Dry Pint" ; + rdfs:label "Us Dry Pint"@en . + +unit:PIXEL + a qudt:Unit ; + dcterms:description "both, the smallest unit of a digital raster graphic as well as the display on a screen with raster control" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.2" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:PictureElement ; + qudt:iec61360Code "0112/2///62720#UAA938" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA938"^^xsd:anyURI ; + qudt:symbol "pixel" ; + qudt:uneceCommonCode "E37" ; + rdfs:isDefinedBy ; + rdfs:label "Pixel" ; + rdfs:label "Pixel"@en ; + rdfs:seeAlso unit:PIXEL_AREA ; + rdfs:seeAlso unit:PIXEL_COUNT . + +unit:PIXEL_AREA + a qudt:Unit ; + dcterms:description """$\\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used + in image processing. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pixel"^^xsd:anyURI ; + qudt:plainTextDescription "Pixel Area is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing." ; + rdfs:isDefinedBy ; + rdfs:label "Pixel (area)" ; + rdfs:label "Pixel (area)"@en . + +unit:PIXEL_COUNT + a qudt:Unit ; + dcterms:description """$\\textit{Pixel Count}$ is a unit of measure for the number of pixels, sometimes used + as a measure of resolution. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pixel"^^xsd:anyURI ; + qudt:plainTextDescription "Pixel Count is a unit of measure for the number of pixels, sometimes used as a measure of resolution." ; + rdfs:isDefinedBy ; + rdfs:label "Pixel (count)" ; + rdfs:label "Pixel (count)"@en . + +unit:PK_UK + a qudt:Unit ; + dcterms:description "unit of the volume according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.009092181 ; + qudt:conversionMultiplierSN 9.092181E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA939" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA939"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume according to the Imperial system of units" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "peck{UK}" ; + qudt:ucumCode "[pk_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK)" ; + rdfs:label "Peck (UK)"@en . + +unit:PK_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000001052335763888888888888888888888889 ; + qudt:conversionMultiplierSN 1.052335763888888888888888888888889E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PK_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA940" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA940"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "peck{UK}/d" ; + qudt:ucumCode "[pk_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L44" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK) per Day" ; + rdfs:label "Peck (UK) per Day"@en . + +unit:PK_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.000002525605833333333333333333333333334 ; + qudt:conversionMultiplierSN 2.525605833333333333333333333333334E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PK_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA941" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA941"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "peck{UK}/h" ; + qudt:ucumCode "[pk_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L45" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK) per Hour" ; + rdfs:label "Peck (UK) per Hour"@en . + +unit:PK_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00015153635 ; + qudt:conversionMultiplierSN 1.5153635E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PK_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA942" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA942"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "peck{UK}/min" ; + qudt:ucumCode "[pk_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L46" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK) per Minute" ; + rdfs:label "Peck (UK) per Minute"@en . + +unit:PK_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.009092181 ; + qudt:conversionMultiplierSN 9.092181E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PK_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA943" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA943"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "peck{UK}/s" ; + qudt:ucumCode "[pk_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L47" ; + rdfs:isDefinedBy ; + rdfs:label "Peck (UK) per Second" ; + rdfs:label "Peck (UK) per Second"@en . + +unit:PK_US_DRY + a qudt:Unit ; + dcterms:description "A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets. "^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00880976754 ; + qudt:conversionMultiplierSN 8.80976754E-3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA948" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA948"^^xsd:anyURI ; + qudt:scalingOf unit:M3 ; + qudt:symbol "peck{US Dry}" ; + qudt:ucumCode "[pk_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "pk" ; + qudt:uneceCommonCode "G23" ; + qudt:uneceCommonCode "PY" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Peck" ; + rdfs:label "Us Peck"@en . + +unit:PK_US_DRY-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000001019649020833333333333333333333333 ; + qudt:conversionMultiplierSN 1.019649020833333333333333333333333E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PK_US_DRY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA944" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA944"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "peck{US Dry}/d" ; + qudt:ucumCode "[pk_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L48" ; + rdfs:isDefinedBy ; + rdfs:label "Us Peck per Day" ; + rdfs:label "Us Peck per Day"@en . + +unit:PK_US_DRY-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000244715765 ; + qudt:conversionMultiplierSN 2.44715765E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PK_US_DRY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA945" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA945"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "peck{US Dry}/h" ; + qudt:ucumCode "[pk_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L49" ; + rdfs:isDefinedBy ; + rdfs:label "Us Peck per Hour" ; + rdfs:label "Us Peck per Hour"@en . + +unit:PK_US_DRY-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000146829459 ; + qudt:conversionMultiplierSN 1.46829459E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PK_US_DRY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA946" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA946"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "peck{US Dry}/min" ; + qudt:ucumCode "[pk_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L50" ; + rdfs:isDefinedBy ; + rdfs:label "Us Peck per Minute" ; + rdfs:label "Us Peck per Minute"@en . + +unit:PK_US_DRY-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00880976754 ; + qudt:conversionMultiplierSN 8.80976754E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PK_US_DRY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA947" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA947"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "peck{US Dry}/s" ; + qudt:ucumCode "[pk_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L51" ; + rdfs:isDefinedBy ; + rdfs:label "Us Peck per Second" ; + rdfs:label "Us Peck per Second"@en . + +unit:POISE + a qudt:Unit ; + dcterms:description "The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Poise"^^xsd:anyURI ; + qudt:derivedCoherentUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:derivedUnitOfSystem sou:CGS-GAUSS ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA255" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA255"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Poise?oldid=487835641"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:KiloGM-PER-M-SEC ; + qudt:symbol "P" ; + qudt:ucumCode "P"^^qudt:UCUMcs ; + qudt:uneceCommonCode "89" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Poise" ; + rdfs:label "Poise"@en . + +unit:POISE-PER-BAR + a qudt:Unit ; + dcterms:description "CGS unit poise divided by the unit bar"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:POISE ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA257" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA257"^^xsd:anyURI ; + qudt:plainTextDescription "CGS unit poise divided by the unit bar" ; + qudt:symbol "P/bar" ; + qudt:ucumCode "P.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F06" ; + rdfs:isDefinedBy ; + rdfs:label "Poise per Bar" ; + rdfs:label "Poise per Bar"@en . + +unit:POISE-PER-K + a qudt:Unit ; + dcterms:description "[CGS] unit poise divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:POISE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA256" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA256"^^xsd:anyURI ; + qudt:symbol "P/K" ; + qudt:ucumCode "P.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F86" ; + rdfs:isDefinedBy ; + rdfs:label "Poise per Kelvin" ; + rdfs:label "Poise per Kelvin"@en . + +unit:POISE-PER-PA + a qudt:Unit ; + dcterms:description "[CGS] unit poise divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:POISE ; + ] ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB311" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB311"^^xsd:anyURI ; + qudt:symbol "P/Pa" ; + qudt:ucumCode "P.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N35" ; + rdfs:isDefinedBy ; + rdfs:label "Poise per Pascal" ; + rdfs:label "Poise per Pascal"@en . + +unit:POND + a qudt:Unit ; + dcterms:description "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton" ; + qudt:conversionMultiplier 0.00980665 ; + qudt:conversionMultiplierSN 9.80665E-3 ; + qudt:factorUnitScalar 0.00980665 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:N ; + ] ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB412" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB412"^^xsd:anyURI ; + qudt:symbol "p" ; + qudt:uneceCommonCode "M78" ; + rdfs:isDefinedBy ; + rdfs:label "Pond" ; + rdfs:label "Pond"@en . + +unit:PPB + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceFraction ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD926" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD926"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ; + qudt:scalingOf unit:NUM ; + qudt:symbol "PPB" ; + qudt:ucumCode "[ppb]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "61" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Billion" ; + rdfs:label "Parts per Billion"@en . + +unit:PPM + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceFraction ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD925" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD925"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:NUM ; + qudt:symbol "PPM" ; + qudt:ucumCode "[ppm]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "59" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Million" ; + rdfs:label "Parts per Million"@en . + +unit:PPM-PER-K + a qudt:Unit ; + dcterms:description "Unit for expansion ratios expressed as parts per million per Kelvin."^^qudt:LatexString ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:expression "$PPM/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PPM ; + ] ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:symbol "PPM/K" ; + qudt:ucumCode "[ppm].K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Million per Kelvin" ; + rdfs:label "Parts per Million per Kelvin"@en . + +unit:PPQ + a qudt:Unit ; + dcterms:description "unit of proportion equal to 10⁻¹⁶" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceFraction ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD928" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD928"^^xsd:anyURI ; + qudt:scalingOf unit:NUM ; + qudt:symbol "ppq" ; + qudt:ucumCode "[ppq]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Part per Quadrillion" ; + rdfs:label "Part per Quadrillion"@en . + +unit:PPT + a qudt:Unit ; + dcterms:description "trillionth of a quantity, unit of proportion equal to 10⁻¹²" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceFraction ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAD927" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD927"^^xsd:anyURI ; + qudt:scalingOf unit:NUM ; + qudt:symbol "ppt" ; + qudt:ucumCode "[ppt]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NX" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Part per Trillion" ; + rdfs:label "Part per Trillion"@en . + +unit:PPTH + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceFraction ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:iec61360Code "0112/2///62720#UAA015" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA015"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ; + qudt:scalingOf unit:NUM ; + qudt:symbol "‰" ; + qudt:ucumCode "[ppth]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "NX" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Thousand" ; + rdfs:label "Parts per Thousand"@en ; + skos:altLabel "per mil" . + +unit:PPTH-PER-HR + a qudt:Unit ; + qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PPTH ; + ] ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:symbol "‰/h" ; + qudt:ucumCode "[ppth].h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Thousand per Hour" ; + rdfs:label "Parts per Thousand per Hour"@en . + +unit:PPTM + a qudt:Unit ; + dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstanceFraction ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:scalingOf unit:NUM ; + qudt:symbol "PPTM" ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Ten Million" ; + rdfs:label "Parts per Ten Million"@en . + +unit:PPTM-PER-K + a qudt:Unit ; + dcterms:description "Unit for expansion ratios expressed as parts per ten million per Kelvin."^^qudt:LatexString ; + qudt:conversionMultiplier 0.0000001 ; + qudt:conversionMultiplierSN 1.0E-7 ; + qudt:expression "$PPTM/K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PPTM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ExpansionRatio ; + qudt:hasQuantityKind quantitykind:ThermalExpansionCoefficient ; + qudt:symbol "PPTM/K" ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Ten Million per Kelvin" ; + rdfs:label "Parts per Ten Million per Kelvin"@en . + +unit:PPTR_VOL + a qudt:Unit ; + dcterms:isReplacedBy unit:PPT_VOL ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:scalingOf unit:NUM ; + qudt:symbol "pptr" ; + qudt:ucumCode "[pptr]{vol}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Trillion by Volume" ; + rdfs:label "Parts per Trillion by Volume"@en . + +unit:PPT_VOL + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "Dimensionless unit for concentration by volume. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:scalingOf unit:NUM ; + qudt:symbol "ppt (volume)" ; + qudt:ucumCode "[pptr]{vol}"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Parts per Trillion by Volume" ; + rdfs:label "Parts per Trillion by Volume"@en ; + skos:broader unit:PPT . + +unit:PSI + a qudt:Unit ; + dcterms:description "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 6894.757293168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:LB_F-PER-IN2 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:plainTextDescription "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2" ; + qudt:symbol "psi" ; + qudt:ucumCode "[psi]"^^qudt:UCUMcs ; + qudt:udunitsCode "psi" ; + qudt:uneceCommonCode "PS" ; + rdfs:isDefinedBy ; + rdfs:label "Psi" ; + rdfs:label "Psi"@en . + +unit:PSI-IN3-PER-SEC + a qudt:Unit ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.1129848290276166999999999999999999 ; + qudt:conversionMultiplierSN 1.129848290276166999999999999999999E-1 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA703" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA703"^^xsd:anyURI ; + qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)" ; + qudt:symbol "psi·in³/s" ; + qudt:ucumCode "[psi].[in_i]3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K87" ; + rdfs:isDefinedBy ; + rdfs:label "Psi Cubic Inch per Second" ; + rdfs:label "Psi Cubic Inch per Second"@en . + +unit:PSI-L-PER-SEC + a qudt:Unit ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"^^rdf:HTML ; + qudt:conversionMultiplier 6.894757293168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA704" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA704"^^xsd:anyURI ; + qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)" ; + qudt:symbol "psi·L/s" ; + qudt:ucumCode "[psi].L.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K88" ; + rdfs:isDefinedBy ; + rdfs:label "Psi Liter per Second"@en-US ; + rdfs:label "Psi Litre per Second" ; + rdfs:label "Psi Litre per Second"@en . + +unit:PSI-M3-PER-SEC + a qudt:Unit ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"^^rdf:HTML ; + qudt:conversionMultiplier 6894.757293168361336722673445346887 ; + qudt:conversionMultiplierSN 6.894757293168361336722673445346887E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA705" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA705"^^xsd:anyURI ; + qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)" ; + qudt:symbol "psi·m³/s" ; + qudt:ucumCode "[psi].m3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K89" ; + rdfs:isDefinedBy ; + rdfs:label "Psi Cubic Meter per Second"@en-US ; + rdfs:label "Psi Cubic Metre per Second" ; + rdfs:label "Psi Cubic Metre per Second"@en . + +unit:PSI-PER-IN + a qudt:Unit ; + dcterms:description "compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units" ; + qudt:conversionMultiplier 271447.1375263134384536485608404286 ; + qudt:conversionMultiplierSN 2.714471375263134384536485608404286E5 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:hasReciprocalUnit unit:IN-PER-PSI ; + qudt:iec61360Code "0112/2///62720#UAB426" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB426"^^xsd:anyURI ; + qudt:symbol "psi/in" ; + qudt:ucumCode "[psi].[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P86" ; + rdfs:isDefinedBy ; + rdfs:label "Psi per Inch" ; + rdfs:label "Psi per Inch"@en . + +unit:PSI-PER-PSI + a qudt:Unit ; + dcterms:description "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:PressureRatio ; + qudt:iec61360Code "0112/2///62720#UAA951" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA951"^^xsd:anyURI ; + qudt:plainTextDescription "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:symbol "psi/psi" ; + qudt:ucumCode "[psi].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L52" ; + rdfs:isDefinedBy ; + rdfs:label "Psi per Psi" ; + rdfs:label "Psi per Psi"@en . + +unit:PSI-YD3-PER-SEC + a qudt:Unit ; + dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 5271.420183112484755199999999999997 ; + qudt:conversionMultiplierSN 5.271420183112484755199999999999997E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA706" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA706"^^xsd:anyURI ; + qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)" ; + qudt:symbol "psi·yd³/s" ; + qudt:ucumCode "[psi].[yd_i]3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K90" ; + rdfs:isDefinedBy ; + rdfs:label "Psi Cubic Yard per Second" ; + rdfs:label "Psi Cubic Yard per Second"@en . + +unit:PSU + a qudt:Unit ; + dcterms:description "Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is \"formally incorrect and strongly discouraged\"."^^rdf:HTML ; + dcterms:source ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Salinity#PSU"^^xsd:anyURI ; + qudt:symbol "PSU" ; + rdfs:isDefinedBy ; + rdfs:label "Practical Salinity Unit" ; + rdfs:label "Practical Salinity Unit"@en ; + rdfs:seeAlso unit:PPTH . + +unit:PT + a qudt:Unit ; + dcterms:description "In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page."^^rdf:HTML ; + qudt:conversionMultiplier 0.000351460 ; + qudt:conversionMultiplierSN 3.51460E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB605" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB605"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "pt" ; + qudt:ucumCode "[pnt]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N3" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Point" ; + rdfs:label "Point"@en . + +unit:PT_BIG + a qudt:Unit ; + dcterms:description "unit for the type size correspondening to: 1 bp = 1/72 in" ; + qudt:conversionMultiplier 0.0003527778 ; + qudt:conversionMultiplierSN 3.527778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Distance ; + qudt:iec61360Code "0112/2///62720#UAB379" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB379"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "pb" ; + qudt:uneceCommonCode "H82" ; + rdfs:isDefinedBy ; + rdfs:label "Big Point" ; + rdfs:label "Big Point"@en . + +unit:PebiBIT + a qudt:Unit ; + qudt:conversionMultiplier 780414346020669.9011101459167323312 ; + qudt:conversionMultiplierSN 7.804143460206699011101459167323312E14 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:prefix prefix:Pebi ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Pib" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pebibit" ; + rdfs:label "Pebibit"@en . + +unit:PebiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 780414346020669.9011101459167323312 ; + qudt:conversionMultiplierSN 7.804143460206699011101459167323312E14 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PebiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA271" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA271"^^xsd:anyURI ; + qudt:symbol "Pib/m" ; + qudt:uneceCommonCode "E80" ; + rdfs:isDefinedBy ; + rdfs:label "Pebibit per Meter"@en-US ; + rdfs:label "Pebibit per Metre" ; + rdfs:label "Pebibit per Metre"@en . + +unit:PebiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 780414346020669.9011101459167323312 ; + qudt:conversionMultiplierSN 7.804143460206699011101459167323312E14 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PebiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA272" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA272"^^xsd:anyURI ; + qudt:symbol "Pib/m²" ; + qudt:uneceCommonCode "E81" ; + rdfs:isDefinedBy ; + rdfs:label "Pebibit per Square Meter"@en-US ; + rdfs:label "Pebibit per Square Metre" ; + rdfs:label "Pebibit per Square Metre"@en . + +unit:PebiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 780414346020669.9011101459167323312 ; + qudt:conversionMultiplierSN 7.804143460206699011101459167323312E14 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PebiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA273" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA273"^^xsd:anyURI ; + qudt:symbol "Pib/m³" ; + qudt:uneceCommonCode "E82" ; + rdfs:isDefinedBy ; + rdfs:label "Pebibit per Cubic Meter"@en-US ; + rdfs:label "Pebibit per Cubic Metre" ; + rdfs:label "Pebibit per Cubic Metre"@en . + +unit:PebiBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte = 1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as $10^{15} bytes = 1,000,000,000,000,000 bytes$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 6243314768165359.208881167333858650 ; + qudt:conversionMultiplierSN 6.243314768165359208881167333858650E15 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Pebibyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA274" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA274"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Pebibyte?oldid=492685015"^^xsd:anyURI ; + qudt:prefix prefix:Pebi ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "PiB" ; + qudt:uneceCommonCode "E60" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pebibyte" ; + rdfs:label "Pebibyte"@en . + +unit:Pennyweight + a qudt:Unit ; + dcterms:description "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^rdf:HTML ; + dcterms:isReplacedBy unit:PENNYWEIGHT ; + qudt:conversionMultiplier 0.00155517384 ; + qudt:conversionMultiplierSN 1.55517384E-3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:exactMatch unit:DWT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB182" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB182"^^xsd:anyURI ; + qudt:plainTextDescription "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "dwt" ; + qudt:ucumCode "[pwt_tr]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "DWT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Pennyweight" ; + rdfs:label "Pennyweight"@en . + +unit:PetaA + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit ampere" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB641" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB641"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:A ; + qudt:symbol "PA" ; + qudt:ucumCode "PA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Petaamper"@hu ; + rdfs:label "Petaamper"@pl ; + rdfs:label "Petaamper"@ro ; + rdfs:label "Petaamper"@sl ; + rdfs:label "Petaamper"@tr ; + rdfs:label "Petaampere" ; + rdfs:label "Petaampere"@de ; + rdfs:label "Petaampere"@en ; + rdfs:label "Petaampere"@it ; + rdfs:label "Petaampere"@ms ; + rdfs:label "Petaamperio"@es ; + rdfs:label "Petaampère"@fr ; + rdfs:label "Petaampér"@cs . + +unit:PetaBIT + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit bit" ; + qudt:conversionMultiplier 693147180559945.30941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E14 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB190" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB190"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Pb" ; + qudt:ucumCode "Pbit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E78" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Petabit" ; + rdfs:label "Petabit"@en . + +unit:PetaBIT-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; + qudt:conversionMultiplier 693147180559945.30941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E14 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PetaBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA270" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA270"^^xsd:anyURI ; + qudt:symbol "Pb/s" ; + qudt:ucumCode "Pbit.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E79" ; + rdfs:isDefinedBy ; + rdfs:label "Petabit per Second" ; + rdfs:label "Petabit per Second"@en . + +unit:PetaBQ + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit becquerel" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAB590" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB590"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:BQ ; + qudt:symbol "PBq" ; + qudt:ucumCode "PBq"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Petabecquerel" ; + rdfs:label "Petabecquerel"@cs ; + rdfs:label "Petabecquerel"@de ; + rdfs:label "Petabecquerel"@en ; + rdfs:label "Petabecquerel"@es ; + rdfs:label "Petabecquerel"@fr ; + rdfs:label "Petabecquerel"@hu ; + rdfs:label "Petabecquerel"@it ; + rdfs:label "Petabecquerel"@ms ; + rdfs:label "Petabecquerel"@ro ; + rdfs:label "Petabecquerel"@sl ; + rdfs:label "Petabekerel"@pl ; + rdfs:label "Petabekerel"@tr . + +unit:PetaBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than $12\\% $greater ($2^{50} bytes = 1,125,899,906,842,624 bytes$)."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177444479562.47533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E15 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Petabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB187" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB187"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Petabyte?oldid=494735969"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "PB" ; + qudt:ucumCode "PBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E36" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Petabyte" ; + rdfs:label "Petabyte"@en . + +unit:PetaC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A PetaCoulomb is $10^{15} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:C ; + qudt:symbol "PC" ; + qudt:ucumCode "PC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Petacoulomb" ; + rdfs:label "Petacoulomb"@cs ; + rdfs:label "Petacoulomb"@de ; + rdfs:label "Petacoulomb"@en ; + rdfs:label "Petacoulomb"@fr ; + rdfs:label "Petacoulomb"@hu ; + rdfs:label "Petacoulomb"@it ; + rdfs:label "Petacoulomb"@ms ; + rdfs:label "Petacoulomb"@ro ; + rdfs:label "Petacoulomb"@sl ; + rdfs:label "Petacoulomb"@tr ; + rdfs:label "Petaculombio"@es ; + rdfs:label "Petakulomb"@pl . + +unit:PetaFLOPS + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB594" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB594"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:FLOPS ; + qudt:symbol "PFLOPS" ; + rdfs:isDefinedBy ; + rdfs:label "Peta Floating Point Operations per Second" ; + rdfs:label "Peta Floating Point Operations per Second"@en . + +unit:PetaHZ + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit hertz" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB699" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB699"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:HZ ; + qudt:symbol "PHz" ; + qudt:ucumCode "PHz"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Petaherc"@pl ; + rdfs:label "Petahercio"@es ; + rdfs:label "Petahertz" ; + rdfs:label "Petahertz"@cs ; + rdfs:label "Petahertz"@de ; + rdfs:label "Petahertz"@en ; + rdfs:label "Petahertz"@fr ; + rdfs:label "Petahertz"@hu ; + rdfs:label "Petahertz"@it ; + rdfs:label "Petahertz"@ms ; + rdfs:label "Petahertz"@ro ; + rdfs:label "Petahertz"@sl ; + rdfs:label "Petahertz"@tr . + +unit:PetaJ + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the derived SI unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB123" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB123"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000,000,000,000-fold of the derived SI unit joule" ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:J ; + qudt:symbol "PJ" ; + qudt:ucumCode "PJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C68" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Petadżul"@pl ; + rdfs:label "Petajoule" ; + rdfs:label "Petajoule"@cs ; + rdfs:label "Petajoule"@de ; + rdfs:label "Petajoule"@en ; + rdfs:label "Petajoule"@fr ; + rdfs:label "Petajoule"@hu ; + rdfs:label "Petajoule"@it ; + rdfs:label "Petajoule"@ms ; + rdfs:label "Petajoule"@ro ; + rdfs:label "Petajoule"@sl ; + rdfs:label "Petajoule"@tr ; + rdfs:label "Petajulio"@es . + +unit:PetaJ-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PetaJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB514" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB514"^^xsd:anyURI ; + qudt:symbol "PJ/s" ; + qudt:ucumCode "PJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Petadżul na Sekunda"@pl ; + rdfs:label "Petajoule na Sekunda"@cs ; + rdfs:label "Petajoule na Sekunda"@sl ; + rdfs:label "Petajoule par Seconde"@fr ; + rdfs:label "Petajoule pe Secundă"@ro ; + rdfs:label "Petajoule per Saat"@ms ; + rdfs:label "Petajoule per Saniye"@tr ; + rdfs:label "Petajoule per Second" ; + rdfs:label "Petajoule per Second"@en ; + rdfs:label "Petajoule per Secondo"@it ; + rdfs:label "Petajoule pro Sekunde"@de ; + rdfs:label "Petajulio por Segundo"@es . + +unit:PetaV + a qudt:Unit ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:V ; + qudt:symbol "PV" ; + qudt:ucumCode "PV"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Petavolt" ; + rdfs:label "Petavolt"@cs ; + rdfs:label "Petavolt"@de ; + rdfs:label "Petavolt"@en ; + rdfs:label "Petavolt"@fr ; + rdfs:label "Petavolt"@hu ; + rdfs:label "Petavolt"@it ; + rdfs:label "Petavolt"@ms ; + rdfs:label "Petavolt"@ro ; + rdfs:label "Petavolt"@sl ; + rdfs:label "Petavolt"@tr ; + rdfs:label "Petavoltio"@es ; + rdfs:label "Petawolt"@pl . + +unit:PetaV-A + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + dcterms:isReplacedBy unit:PetaVA ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PetaV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB536" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB536"^^xsd:anyURI ; + qudt:symbol "PV·A" ; + qudt:ucumCode "PV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Petavolt Amper"@ro ; + rdfs:label "Petavolt Amper"@sl ; + rdfs:label "Petavolt Amper"@tr ; + rdfs:label "Petavolt Ampere" ; + rdfs:label "Petavolt Ampere"@de ; + rdfs:label "Petavolt Ampere"@en ; + rdfs:label "Petavolt Ampere"@it ; + rdfs:label "Petavolt Ampere"@ms ; + rdfs:label "Petavolt Ampère"@fr ; + rdfs:label "Petavolt Ampér"@cs ; + rdfs:label "Petavoltio Amperio"@es ; + rdfs:label "Petawolt Amper"@pl . + +unit:PetaVA + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the SI derived unit ampere" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB536" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB536"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:VA ; + qudt:symbol "PVA" ; + qudt:ucumCode "PVA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Peta Volt Ampere" ; + rdfs:label "Peta Volt Ampere"@en ; + rdfs:label "Peta Volt Ampere"@it ; + rdfs:label "Petavoltampere"@de ; + rdfs:label "Petavoltampère"@fr ; + rdfs:label "Petavoltiamperio"@es . + +unit:PetaW + a qudt:Unit ; + dcterms:description "1,000,000,000,000,000-fold of the unit watt" ; + qudt:conversionMultiplier 1000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB506" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB506"^^xsd:anyURI ; + qudt:prefix prefix:Peta ; + qudt:scalingOf unit:W ; + qudt:symbol "PW" ; + qudt:ucumCode "PW"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Petavatio"@es ; + rdfs:label "Petawat"@pl ; + rdfs:label "Petawatt" ; + rdfs:label "Petawatt"@cs ; + rdfs:label "Petawatt"@de ; + rdfs:label "Petawatt"@en ; + rdfs:label "Petawatt"@fr ; + rdfs:label "Petawatt"@hu ; + rdfs:label "Petawatt"@it ; + rdfs:label "Petawatt"@ms ; + rdfs:label "Petawatt"@ro ; + rdfs:label "Petawatt"@sl ; + rdfs:label "Petawatt"@tr . + +unit:PicoA + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:iec61360Code "0112/2///62720#UAA928" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA928"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:A ; + qudt:symbol "pA" ; + qudt:ucumCode "pA"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C70" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picoamper"@hu ; + rdfs:label "Picoamper"@pl ; + rdfs:label "Picoamper"@ro ; + rdfs:label "Picoamper"@sl ; + rdfs:label "Picoamper"@tr ; + rdfs:label "Picoampere" ; + rdfs:label "Picoampere"@de ; + rdfs:label "Picoampere"@en ; + rdfs:label "Picoampere"@it ; + rdfs:label "Picoampere"@ms ; + rdfs:label "Picoamperio"@es ; + rdfs:label "Picoampère"@fr ; + rdfs:label "Picoampér"@cs . + +unit:PicoA-PER-HectoPA + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI base unit ampere divided by the 100-fold of the SI derived unit pascal" ; + qudt:conversionMultiplier 0.00000000000001 ; + qudt:conversionMultiplierSN 1.0E-14 ; + qudt:hasDimensionVector qkdv:A0E1L1I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HectoPA ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD930" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD930"^^xsd:anyURI ; + qudt:symbol "pA/hPa" ; + qudt:ucumCode "pA.hPa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picoamper na Hectopascal"@sl ; + rdfs:label "Picoamper na Hectopaskal"@pl ; + rdfs:label "Picoamper pe Hectopascal"@ro ; + rdfs:label "Picoamper per Hectopascal"@tr ; + rdfs:label "Picoampere per Ettopascal"@it ; + rdfs:label "Picoampere per Hectopascal" ; + rdfs:label "Picoampere per Hectopascal"@en ; + rdfs:label "Picoampere per Hectopascal"@ms ; + rdfs:label "Picoampere pro Hectopascal"@de ; + rdfs:label "Picoamperio por Hectopascal"@es ; + rdfs:label "Picoampère par Hectopascal"@fr ; + rdfs:label "Picoampér na Hectopascal"@cs . + +unit:PicoA-PER-MicroMOL-L + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.001 ; + qudt:conversionMultiplierSN 1.0E-3 ; + qudt:hasDimensionVector qkdv:A-1E1L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "pA/(μmol·L)" ; + qudt:ucumCode "pA.umol-1.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picoampere per Micromole Liter"@en-US ; + rdfs:label "Picoampere per Micromole Litre" ; + rdfs:label "Picoampere per Micromole Litre"@en . + +unit:PicoC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A PicoCoulomb is $10^{-12} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA929" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA929"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:C ; + qudt:symbol "pC" ; + qudt:ucumCode "pC"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C71" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picocoulomb" ; + rdfs:label "Picocoulomb"@cs ; + rdfs:label "Picocoulomb"@de ; + rdfs:label "Picocoulomb"@en ; + rdfs:label "Picocoulomb"@fr ; + rdfs:label "Picocoulomb"@hu ; + rdfs:label "Picocoulomb"@it ; + rdfs:label "Picocoulomb"@ms ; + rdfs:label "Picocoulomb"@ro ; + rdfs:label "Picocoulomb"@sl ; + rdfs:label "Picocoulomb"@tr ; + rdfs:label "Picoculombio"@es ; + rdfs:label "Picokulomb"@pl . + +unit:PicoCI + a qudt:Unit ; + dcterms:description "The picocurie (pCi) is $10^{-12}$ of the curie, a non-SI unit of radioactivity. $1\\,\\text{pCi} = 3.7 \\times 10^{-2}\\,\\text{Bq} = 0.037$ radioactive disintegrations per second. It is commonly used in environmental monitoring, particularly for radon activity in air and water."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.037 ; + qudt:conversionMultiplierSN 3.7E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; + qudt:scalingOf unit:CI ; + qudt:symbol "pCi" ; + qudt:ucumCode "pCi"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picocurie" ; + rdfs:label "Picocurie"@en . + +unit:PicoCI-PER-L + a qudt:Unit ; + dcterms:description "Picocuries per litre is a unit of radioactivity concentration equal to $10^{-12}$ curie per litre, or equivalently 37 becquerels per cubic metre ($\\text{Bq/m}^3$). It is the standard unit used in the United States for reporting radon activity concentration in air and water."^^qudt:LatexString ; + qudt:conversionMultiplier 37.0 ; + qudt:conversionMultiplierSN 3.7E1 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoCI ; + ] ; + qudt:hasQuantityKind quantitykind:ActivityConcentration ; + qudt:symbol "pCi/L" ; + qudt:ucumCode "pCi.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picocurie per Liter"@en-US ; + rdfs:label "Picocurie per Litre" ; + rdfs:label "Picocurie per Litre"@en . + +unit:PicoFARAD + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"PicoF\" is a common unit of electric capacitance equal to $10^{-12} farad$. This unit was formerly called the micromicrofarad."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T4D0 ; + qudt:hasQuantityKind quantitykind:Capacitance ; + qudt:iec61360Code "0112/2///62720#UAA930" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA930"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:FARAD ; + qudt:symbol "pF" ; + qudt:ucumCode "pF"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4T" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picofarad" ; + rdfs:label "Picofarad"@cs ; + rdfs:label "Picofarad"@de ; + rdfs:label "Picofarad"@en ; + rdfs:label "Picofarad"@fr ; + rdfs:label "Picofarad"@hu ; + rdfs:label "Picofarad"@it ; + rdfs:label "Picofarad"@ms ; + rdfs:label "Picofarad"@pl ; + rdfs:label "Picofarad"@ro ; + rdfs:label "Picofarad"@sl ; + rdfs:label "Picofarad"@tr ; + rdfs:label "Picofaradio"@es . + +unit:PicoFARAD-PER-M + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoFARAD ; + ] ; + qudt:hasQuantityKind quantitykind:Permittivity ; + qudt:iec61360Code "0112/2///62720#UAA931" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA931"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre" ; + qudt:symbol "pF/m" ; + qudt:ucumCode "pF.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C72" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picofarad na Meter"@sl ; + rdfs:label "Picofarad na Metr"@cs ; + rdfs:label "Picofarad na Metr"@pl ; + rdfs:label "Picofarad par Mètre"@fr ; + rdfs:label "Picofarad pe Metru"@ro ; + rdfs:label "Picofarad per Meter"@en-US ; + rdfs:label "Picofarad per Meter"@ms ; + rdfs:label "Picofarad per Metre" ; + rdfs:label "Picofarad per Metre"@en ; + rdfs:label "Picofarad per Metre"@tr ; + rdfs:label "Picofarad per Metro"@it ; + rdfs:label "Picofarad pro Meter"@de ; + rdfs:label "Picofaradio por Metro"@es . + +unit:PicoGM + a qudt:Unit ; + dcterms:description "10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB835" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB835"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:GM ; + qudt:symbol "pg" ; + qudt:ucumCode "pg"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picogram" ; + rdfs:label "Picogram"@cs ; + rdfs:label "Picogram"@en ; + rdfs:label "Picogram"@ms ; + rdfs:label "Picogram"@pl ; + rdfs:label "Picogram"@ro ; + rdfs:label "Picogram"@sl ; + rdfs:label "Picogram"@tr ; + rdfs:label "Picogramm"@de ; + rdfs:label "Picogramm"@hu ; + rdfs:label "Picogramme"@fr ; + rdfs:label "Picogrammo"@it ; + rdfs:label "Picogramo"@es . + +unit:PicoGM-PER-GM + a qudt:Unit ; + dcterms:description "One part per 10**12 (trillion) by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "pg/g" ; + qudt:ucumCode "pg.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picogram na Gram"@cs ; + rdfs:label "Picogram na Gram"@pl ; + rdfs:label "Picogram na Gram"@sl ; + rdfs:label "Picogram pe Gram"@ro ; + rdfs:label "Picogram per Gram" ; + rdfs:label "Picogram per Gram"@en ; + rdfs:label "Picogram per Gram"@ms ; + rdfs:label "Picogram per Gram"@tr ; + rdfs:label "Picogramm pro Gramm"@de ; + rdfs:label "Picogramme par Gramme"@fr ; + rdfs:label "Picogrammo per Grammo"@it ; + rdfs:label "Picogramo por Gramo"@es . + +unit:PicoGM-PER-KiloGM + a qudt:Unit ; + dcterms:description "One part per 10**15 by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "pg/kg" ; + qudt:ucumCode "pg.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picogram na Kilogram"@cs ; + rdfs:label "Picogram na Kilogram"@pl ; + rdfs:label "Picogram na Kilogram"@sl ; + rdfs:label "Picogram pe Kilogram"@ro ; + rdfs:label "Picogram per Kilogram" ; + rdfs:label "Picogram per Kilogram"@en ; + rdfs:label "Picogram per Kilogram"@ms ; + rdfs:label "Picogram per Kilogram"@tr ; + rdfs:label "Picogramm pro Kilogramm"@de ; + rdfs:label "Picogramme par Kilogramme"@fr ; + rdfs:label "Picogrammo per Chilogrammo"@it ; + rdfs:label "Picogramo por Kilogramo"@es . + +unit:PicoGM-PER-L + a qudt:Unit ; + dcterms:description "One 10**15 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "pg/L" ; + qudt:ucumCode "pg.L-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picogram per Liter"@en-US ; + rdfs:label "Picogram per Litre" ; + rdfs:label "Picogram per Litre"@en . + +unit:PicoGM-PER-MilliGM + a qudt:Unit ; + dcterms:description "One part per 10**9 (billion) by mass of the measurand in the matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoGM ; + ] ; + qudt:hasQuantityKind quantitykind:MassRatio ; + qudt:qkdvDenominator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M1H0T0D0 ; + qudt:symbol "pg/mg" ; + qudt:ucumCode "pg.mg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picogram na Milligram"@cs ; + rdfs:label "Picogram na Milligram"@pl ; + rdfs:label "Picogram na Milligram"@sl ; + rdfs:label "Picogram pe Milligram"@ro ; + rdfs:label "Picogram per Milligram" ; + rdfs:label "Picogram per Milligram"@en ; + rdfs:label "Picogram per Milligram"@ms ; + rdfs:label "Picogram per Milligram"@tr ; + rdfs:label "Picogramm pro Milligramm"@de ; + rdfs:label "Picogramme par Milligramme"@fr ; + rdfs:label "Picogrammo per Milligrammo"@it ; + rdfs:label "Picogramo por Milligramo"@es . + +unit:PicoGM-PER-MilliL + a qudt:Unit ; + dcterms:description "One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliL ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassConcentration ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "pg/mL" ; + qudt:ucumCode "pg.mL-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picogram per Milliliter"@en-US ; + rdfs:label "Picogram per Millilitre" ; + rdfs:label "Picogram per Millilitre"@en . + +unit:PicoH + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit henry"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Inductance ; + qudt:iec61360Code "0112/2///62720#UAA932" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA932"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit henry" ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:H ; + qudt:symbol "pH" ; + qudt:ucumCode "pH"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C73" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picohenr"@pl ; + rdfs:label "Picohenrio"@es ; + rdfs:label "Picohenry" ; + rdfs:label "Picohenry"@cs ; + rdfs:label "Picohenry"@de ; + rdfs:label "Picohenry"@en ; + rdfs:label "Picohenry"@fr ; + rdfs:label "Picohenry"@hu ; + rdfs:label "Picohenry"@it ; + rdfs:label "Picohenry"@ms ; + rdfs:label "Picohenry"@ro ; + rdfs:label "Picohenry"@sl ; + rdfs:label "Picohenry"@tr . + +unit:PicoJ + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the unit joule" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ExchangeIntegral ; + qudt:hasQuantityKind quantitykind:HamiltonFunction ; + qudt:hasQuantityKind quantitykind:LagrangeFunction ; + qudt:hasQuantityKind quantitykind:LevelWidth ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB738" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB738"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:J ; + qudt:symbol "pJ" ; + qudt:ucumCode "pJ"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picodżul"@pl ; + rdfs:label "Picojoule" ; + rdfs:label "Picojoule"@cs ; + rdfs:label "Picojoule"@de ; + rdfs:label "Picojoule"@en ; + rdfs:label "Picojoule"@fr ; + rdfs:label "Picojoule"@hu ; + rdfs:label "Picojoule"@it ; + rdfs:label "Picojoule"@ms ; + rdfs:label "Picojoule"@ro ; + rdfs:label "Picojoule"@sl ; + rdfs:label "Picojoule"@tr ; + rdfs:label "Picojulio"@es . + +unit:PicoJ-PER-SEC + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB508" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB508"^^xsd:anyURI ; + qudt:symbol "pJ/s" ; + qudt:ucumCode "pJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picodżul na Sekunda"@pl ; + rdfs:label "Picojoule na Sekunda"@cs ; + rdfs:label "Picojoule na Sekunda"@sl ; + rdfs:label "Picojoule par Seconde"@fr ; + rdfs:label "Picojoule pe Secundă"@ro ; + rdfs:label "Picojoule per Saat"@ms ; + rdfs:label "Picojoule per Saniye"@tr ; + rdfs:label "Picojoule per Second" ; + rdfs:label "Picojoule per Second"@en ; + rdfs:label "Picojoule per Secondo"@it ; + rdfs:label "Picojoule pro Sekunde"@de ; + rdfs:label "Picojulio por Segundo"@es . + +unit:PicoKAT + a qudt:Unit ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:CatalyticActivity ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:KAT ; + qudt:symbol "pkat" ; + qudt:ucumCode "pkat"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picokatal" ; + rdfs:label "Picokatal"@cs ; + rdfs:label "Picokatal"@de ; + rdfs:label "Picokatal"@en ; + rdfs:label "Picokatal"@es ; + rdfs:label "Picokatal"@fr ; + rdfs:label "Picokatal"@hu ; + rdfs:label "Picokatal"@it ; + rdfs:label "Picokatal"@ms ; + rdfs:label "Picokatal"@pl ; + rdfs:label "Picokatal"@ro ; + rdfs:label "Picokatal"@sl ; + rdfs:label "Picokatal"@tr . + +unit:PicoKAT-PER-L + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoKAT ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pkat/L" ; + qudt:ucumCode "pkat.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picokatal per Liter"@en-US ; + rdfs:label "Picokatal per Litre" ; + rdfs:label "Picokatal per Litre"@en . + +unit:PicoL + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the unit litre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:plainTextDescription "0.000000000001-fold of the unit litre" ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:L ; + qudt:symbol "pL" ; + qudt:ucumCode "pL"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q33" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picoliter"@en-US ; + rdfs:label "Picolitre" ; + rdfs:label "Picolitre"@en . + +unit:PicoM + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA949" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA949"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the SI base unit metre" ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:M ; + qudt:symbol "pm" ; + qudt:ucumCode "pm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C52" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picometer"@de ; + rdfs:label "Picometer"@en-US ; + rdfs:label "Picometer"@ms ; + rdfs:label "Picometer"@sl ; + rdfs:label "Picometr"@cs ; + rdfs:label "Picometr"@pl ; + rdfs:label "Picometre" ; + rdfs:label "Picometre"@en ; + rdfs:label "Picometre"@tr ; + rdfs:label "Picometro"@es ; + rdfs:label "Picometro"@it ; + rdfs:label "Picometru"@ro ; + rdfs:label "Picomètre"@fr ; + rdfs:label "Picométer"@hu . + +unit:PicoMOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:hasQuantityKind quantitykind:ExtentOfReaction ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:MOL ; + qudt:symbol "pmol" ; + qudt:ucumCode "pmol"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picomol"@cs ; + rdfs:label "Picomol"@de ; + rdfs:label "Picomol"@es ; + rdfs:label "Picomol"@pl ; + rdfs:label "Picomol"@ro ; + rdfs:label "Picomol"@sl ; + rdfs:label "Picomol"@tr ; + rdfs:label "Picomole" ; + rdfs:label "Picomole"@en ; + rdfs:label "Picomole"@fr ; + rdfs:label "Picomole"@it ; + rdfs:label "Picomole"@ms ; + rdfs:label "Picomól"@hu . + +unit:PicoMOL-PER-KiloGM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; + qudt:symbol "pmol/kg" ; + qudt:ucumCode "pmol.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomol na Kilogram"@cs ; + rdfs:label "Picomol na Kilogram"@pl ; + rdfs:label "Picomol na Kilogram"@sl ; + rdfs:label "Picomol pe Kilogram"@ro ; + rdfs:label "Picomol per Kilogram"@tr ; + rdfs:label "Picomol por Kilogramo"@es ; + rdfs:label "Picomol pro Kilogramm"@de ; + rdfs:label "Picomole par Kilogramme"@fr ; + rdfs:label "Picomole per Chilogrammo"@it ; + rdfs:label "Picomole per Kilogram" ; + rdfs:label "Picomole per Kilogram"@en ; + rdfs:label "Picomole per Kilogram"@ms . + +unit:PicoMOL-PER-L + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:symbol "pmol/L" ; + qudt:ucumCode "pmol.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomole per Liter"@en-US ; + rdfs:label "Picomole per Litre" ; + rdfs:label "Picomole per Litre"@en . + +unit:PicoMOL-PER-L-DAY + a qudt:Unit ; + dcterms:description "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 86400 seconds."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-14 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pmol/(L·d)" ; + qudt:ucumCode "pmol.L-1.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomole per Liter Day"@en-US ; + rdfs:label "Picomole per Litre Day" ; + rdfs:label "Picomole per Litre Day"@en . + +unit:PicoMOL-PER-L-HR + a qudt:Unit ; + dcterms:description "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 3600 seconds."@en ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0000000000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-13 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pmol/(L·h)" ; + qudt:ucumCode "pmol.L-1.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomole per Liter Hour"@en-US ; + rdfs:label "Picomole per Litre Hour" ; + rdfs:label "Picomole per Litre Hour"@en . + +unit:PicoMOL-PER-M-W-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "pmol/(m·W·s)" ; + qudt:ucumCode "pmol.m-1.W-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomol na Meter Watt Sekunda"@sl ; + rdfs:label "Picomol na Metr Wat Sekunda"@pl ; + rdfs:label "Picomol na Metr Watt Sekunda"@cs ; + rdfs:label "Picomol pe Metru Watt Secundă"@ro ; + rdfs:label "Picomol per Metre Watt Saniye"@tr ; + rdfs:label "Picomol por Metro Vatio Segundo"@es ; + rdfs:label "Picomol pro Meter Watt Sekunde"@de ; + rdfs:label "Picomole par Mètre Watt Seconde"@fr ; + rdfs:label "Picomole per Meter Watt Saat"@ms ; + rdfs:label "Picomole per Meter Watt Second"@en-US ; + rdfs:label "Picomole per Metre Watt Second" ; + rdfs:label "Picomole per Metre Watt Second"@en ; + rdfs:label "Picomole per Metro Watt Secondo"@it . + +unit:PicoMOL-PER-M2-DAY + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00000000000000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-17 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; + qudt:symbol "pmol/(m²·d)" ; + qudt:ucumCode "pmol.m-2.d-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomole per Square Meter Day"@en-US ; + rdfs:label "Picomole per Square Metre Day" ; + rdfs:label "Picomole per Square Metre Day"@en . + +unit:PicoMOL-PER-M3 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoMOL ; + ] ; + qudt:hasQuantityKind quantitykind:Concentration ; + qudt:hasQuantityKind quantitykind:WaterSolubility ; + qudt:symbol "pmol/m³" ; + qudt:ucumCode "pmol.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomol na Kubični Meter"@sl ; + rdfs:label "Picomol na Metr Krychlový"@cs ; + rdfs:label "Picomol na Metr Sześcienny"@pl ; + rdfs:label "Picomol pe Metru Cub"@ro ; + rdfs:label "Picomol per Metreküp"@tr ; + rdfs:label "Picomol por Metro Cúbico"@es ; + rdfs:label "Picomol pro Kubikmeter"@de ; + rdfs:label "Picomole par Mètre Cube"@fr ; + rdfs:label "Picomole per Cubic Meter"@en-US ; + rdfs:label "Picomole per Cubic Metre" ; + rdfs:label "Picomole per Cubic Metre"@en ; + rdfs:label "Picomole per Meter Kubik"@ms ; + rdfs:label "Picomole per Metro Cubo"@it . + +unit:PicoMOL-PER-M3-SEC + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoMOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:CatalyticActivityConcentration ; + qudt:symbol "pmol/(m³·s)" ; + qudt:ucumCode "pmol.m-3.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picomol na Kubični Meter Sekunda"@sl ; + rdfs:label "Picomol na Metr Krychlový Sekunda"@cs ; + rdfs:label "Picomol na Metr Sześcienny Sekunda"@pl ; + rdfs:label "Picomol pe Metru Cub Secundă"@ro ; + rdfs:label "Picomol per Metreküp Saniye"@tr ; + rdfs:label "Picomol por Metro Cúbico Segundo"@es ; + rdfs:label "Picomol pro Kubikmeter Sekunde"@de ; + rdfs:label "Picomole par Mètre Cube Seconde"@fr ; + rdfs:label "Picomole per Cubic Meter Second"@en-US ; + rdfs:label "Picomole per Cubic Metre Second" ; + rdfs:label "Picomole per Cubic Metre Second"@en ; + rdfs:label "Picomole per Meter Kubik Saat"@ms ; + rdfs:label "Picomole per Metro Cubo Secondo"@it . + +unit:PicoPA + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:BulkModulus ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:Fugacity ; + qudt:hasQuantityKind quantitykind:ModulusOfElasticity ; + qudt:hasQuantityKind quantitykind:ShearModulus ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:PA ; + qudt:symbol "pPa" ; + qudt:ucumCode "pPa"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picopascal" ; + rdfs:label "Picopascal"@cs ; + rdfs:label "Picopascal"@de ; + rdfs:label "Picopascal"@en ; + rdfs:label "Picopascal"@es ; + rdfs:label "Picopascal"@fr ; + rdfs:label "Picopascal"@hu ; + rdfs:label "Picopascal"@it ; + rdfs:label "Picopascal"@ms ; + rdfs:label "Picopascal"@ro ; + rdfs:label "Picopascal"@sl ; + rdfs:label "Picopascal"@tr ; + rdfs:label "Picopaskal"@pl . + +unit:PicoPA-PER-KiloM + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000001 ; + qudt:conversionMultiplierSN 1.0E-15 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoPA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloM ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiantEnergyDensity ; + qudt:iec61360Code "0112/2///62720#UAA933" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA933"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre" ; + qudt:symbol "pPa/km" ; + qudt:ucumCode "pPa.km-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H69" ; + rdfs:isDefinedBy ; + rdfs:label "Picopascal na Kilometer"@sl ; + rdfs:label "Picopascal na Kilometr"@cs ; + rdfs:label "Picopascal par Kilomètre"@fr ; + rdfs:label "Picopascal pe Kilometru"@ro ; + rdfs:label "Picopascal per Chilometro"@it ; + rdfs:label "Picopascal per Kilometer"@en-US ; + rdfs:label "Picopascal per Kilometer"@ms ; + rdfs:label "Picopascal per Kilometre" ; + rdfs:label "Picopascal per Kilometre"@en ; + rdfs:label "Picopascal per Kilometre"@tr ; + rdfs:label "Picopascal por Kilometro"@es ; + rdfs:label "Picopascal pro Kilometer"@de ; + rdfs:label "Picopaskal na Kilometr"@pl . + +unit:PicoS + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit siemens" ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:hasQuantityKind quantitykind:ElectricalConductance ; + qudt:iec61360Code "0112/2///62720#UAB357" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB357"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:S ; + qudt:symbol "pS" ; + qudt:ucumCode "pS"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N92" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picosiemens" ; + rdfs:label "Picosiemens"@cs ; + rdfs:label "Picosiemens"@de ; + rdfs:label "Picosiemens"@en ; + rdfs:label "Picosiemens"@es ; + rdfs:label "Picosiemens"@fr ; + rdfs:label "Picosiemens"@hu ; + rdfs:label "Picosiemens"@it ; + rdfs:label "Picosiemens"@ms ; + rdfs:label "Picosiemens"@ro ; + rdfs:label "Picosiemens"@sl ; + rdfs:label "Picosiemens"@tr ; + rdfs:label "Picosimens"@pl . + +unit:PicoS-PER-M + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoS ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:iec61360Code "0112/2///62720#UAA934" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA934"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; + qudt:symbol "pS/m" ; + qudt:ucumCode "pS.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L42" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picosiemens na Meter"@sl ; + rdfs:label "Picosiemens na Metr"@cs ; + rdfs:label "Picosiemens par Mètre"@fr ; + rdfs:label "Picosiemens pe Metru"@ro ; + rdfs:label "Picosiemens per Meter"@en-US ; + rdfs:label "Picosiemens per Meter"@ms ; + rdfs:label "Picosiemens per Metre" ; + rdfs:label "Picosiemens per Metre"@en ; + rdfs:label "Picosiemens per Metre"@tr ; + rdfs:label "Picosiemens per Metro"@it ; + rdfs:label "Picosiemens por Metro"@es ; + rdfs:label "Picosiemens pro Meter"@de ; + rdfs:label "Picosimens na Metr"@pl . + +unit:PicoSEC + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA950" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA950"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the SI base unit second" ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:SEC ; + qudt:symbol "ps" ; + qudt:ucumCode "ps"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H70" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picomásodperc"@hu ; + rdfs:label "Picosaat"@ms ; + rdfs:label "Picosaniye"@tr ; + rdfs:label "Picosecond" ; + rdfs:label "Picosecond"@en ; + rdfs:label "Picoseconde"@fr ; + rdfs:label "Picosecondo"@it ; + rdfs:label "Picosecundă"@ro ; + rdfs:label "Picosegundo"@es ; + rdfs:label "Picosekunda"@cs ; + rdfs:label "Picosekunda"@pl ; + rdfs:label "Picosekunda"@sl ; + rdfs:label "Picosekunde"@de . + +unit:PicoV + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAB363" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB363"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:V ; + qudt:symbol "pV" ; + qudt:ucumCode "pV"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N99" ; + rdfs:isDefinedBy ; + rdfs:label "Picovolt" ; + rdfs:label "Picovolt"@cs ; + rdfs:label "Picovolt"@de ; + rdfs:label "Picovolt"@en ; + rdfs:label "Picovolt"@fr ; + rdfs:label "Picovolt"@hu ; + rdfs:label "Picovolt"@it ; + rdfs:label "Picovolt"@ms ; + rdfs:label "Picovolt"@ro ; + rdfs:label "Picovolt"@sl ; + rdfs:label "Picovolt"@tr ; + rdfs:label "Picovoltio"@es ; + rdfs:label "Picowolt"@pl . + +unit:PicoV-A + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + dcterms:isReplacedBy unit:PicoVA ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoV ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB530" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB530"^^xsd:anyURI ; + qudt:symbol "pV·A" ; + qudt:ucumCode "pV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picovolt Amper"@ro ; + rdfs:label "Picovolt Amper"@sl ; + rdfs:label "Picovolt Amper"@tr ; + rdfs:label "Picovolt Ampere" ; + rdfs:label "Picovolt Ampere"@de ; + rdfs:label "Picovolt Ampere"@en ; + rdfs:label "Picovolt Ampere"@it ; + rdfs:label "Picovolt Ampere"@ms ; + rdfs:label "Picovolt Ampère"@fr ; + rdfs:label "Picovolt Ampér"@cs ; + rdfs:label "Picovoltio Amperio"@es ; + rdfs:label "Picowolt Amper"@pl . + +unit:PicoV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the unit volt ampere reactive" ; + dcterms:isReplacedBy unit:PicoVAR ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoV ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC504" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC504"^^xsd:anyURI ; + qudt:symbol "pV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "PicoVolt Ampere Reactive" ; + rdfs:label "PicoVolt Ampere Reactive"@en . + +unit:PicoVA + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB530" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB530"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:VA ; + qudt:symbol "pVA" ; + qudt:ucumCode "pVA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pico Volt Ampere" ; + rdfs:label "Pico Volt Ampere"@en ; + rdfs:label "Pico Volt Ampere"@it ; + rdfs:label "Picovoltampere"@de ; + rdfs:label "Picovoltampère"@fr ; + rdfs:label "Picovoltiamperio"@es . + +unit:PicoVAR + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the unit volt ampere reactive" ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC504" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC504"^^xsd:anyURI ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:VAR ; + qudt:symbol "pvar" ; + qudt:ucumCode "pvar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Pico Volt Ampere Reactive" ; + rdfs:label "Pico Volt Ampere Reactive"@en . + +unit:PicoW + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA935" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA935"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit watt" ; + qudt:prefix prefix:Pico ; + qudt:scalingOf unit:W ; + qudt:symbol "pW" ; + qudt:ucumCode "pW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C75" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picovatio"@es ; + rdfs:label "Picowat"@pl ; + rdfs:label "Picowatt" ; + rdfs:label "Picowatt"@cs ; + rdfs:label "Picowatt"@de ; + rdfs:label "Picowatt"@en ; + rdfs:label "Picowatt"@fr ; + rdfs:label "Picowatt"@hu ; + rdfs:label "Picowatt"@it ; + rdfs:label "Picowatt"@ms ; + rdfs:label "Picowatt"@ro ; + rdfs:label "Picowatt"@sl ; + rdfs:label "Picowatt"@tr . + +unit:PicoW-PER-CentiM2-L + a qudt:Unit ; + dcterms:description "The power (scaled by 10^-12) per SI unit of area (scaled by 10^-4) produced per SI unit of volume (scaled by 10^-3)."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoW ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "pW/(cm²·L)" ; + qudt:ucumCode "pW.cm-2.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Picowatt per Square Centimeter Liter"@en-US ; + rdfs:label "Picowatt per Square Centimetre Litre" ; + rdfs:label "Picowatt per Square Centimetre Litre"@en . + +unit:PicoW-PER-M2 + a qudt:Unit ; + dcterms:description "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000001 ; + qudt:conversionMultiplierSN 1.0E-12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:PicoW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAA936" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA936"^^xsd:anyURI ; + qudt:plainTextDescription "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2" ; + qudt:symbol "pW/m²" ; + qudt:ucumCode "pW.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C76" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Picovatio por Metro Cuadrado"@es ; + rdfs:label "Picowat na Metr Kwadratowy"@pl ; + rdfs:label "Picowatt na Kvadratni Meter"@sl ; + rdfs:label "Picowatt na Čtvereční Metr"@cs ; + rdfs:label "Picowatt par Mètre Carré"@fr ; + rdfs:label "Picowatt pe Metru Pătrat"@ro ; + rdfs:label "Picowatt per Meter Persegi"@ms ; + rdfs:label "Picowatt per Metrekare"@tr ; + rdfs:label "Picowatt per Metro Quadrato"@it ; + rdfs:label "Picowatt per Square Meter"@en-US ; + rdfs:label "Picowatt per Square Metre" ; + rdfs:label "Picowatt per Square Metre"@en ; + rdfs:label "Picowatt pro Quadratmeter"@de . + +unit:PlanckArea + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.000000000000000000000000000000000000000000000000000000000000000000000261223 ; + qudt:conversionMultiplierSN 2.61223E-70 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:scalingOf unit:M2 ; + qudt:symbol "planckarea" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Area" ; + rdfs:label "Planck Area"@en . + +unit:PlanckCharge + a qudt:Unit ; + dcterms:description "In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge $e$ carried by an electron."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.00000000000000000187554587 ; + qudt:conversionMultiplierSN 1.87554587E-18 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexSymbol "$Q_P$"^^qudt:LatexString ; + qudt:scalingOf unit:A-SEC ; + qudt:symbol "planckcharge" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Charge" ; + rdfs:label "Planck Charge"@en . + +unit:PlanckCurrent + a qudt:Unit ; + dcterms:description "The Planck current is the unit of electric current, denoted by IP, in the system of natural units known as Planck units. $\\approx 3.479 \\times 10 A$, where: the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 34789000000000000000000000.0 ; + qudt:conversionMultiplierSN 3.4789E25 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_current"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_current?oldid=493640689"^^xsd:anyURI ; + qudt:scalingOf unit:A ; + qudt:symbol "planckcurrent" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Current" ; + rdfs:label "Planck Current"@en . + +unit:PlanckCurrentDensity + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 133177400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.331774E95 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ; + qudt:scalingOf unit:A-PER-M2 ; + qudt:symbol "planckcurrentdensity" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Current Density" ; + rdfs:label "Planck Current Density"@en . + +unit:PlanckDensity + a qudt:Unit ; + dcterms:description "The Planck density is the unit of density, denoted by $\\rho_P$, in the system of natural units known as Planck units. $1\\ \\rho_P \\ is \\approx 5.155 \\times 10^{96} kg/m^3$. This is a unit which is very large, about equivalent to $10^{23}$ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 5155000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 5.155E96 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_density"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_density?oldid=493642128"^^xsd:anyURI ; + qudt:scalingOf unit:GM-PER-DeciM3 ; + qudt:symbol "planckdensity" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Density" ; + rdfs:label "Planck Density"@en . + +unit:PlanckEnergy + a qudt:Unit ; + dcterms:description "In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by $E_P$. $E_P$ is a derived, as opposed to basic, Planck unit. An equivalent definition is:$E_P = \\hbar / T_P$ where $T_P$ is the Planck time. Also: $E_P = m_P c^2$ where $m_P$ is the Planck mass."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 1956100000.0 ; + qudt:conversionMultiplierSN 1.9561E9 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_energy"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_energy?oldid=493639955"^^xsd:anyURI ; + qudt:latexDefinition "$E_\\rho = \\sqrt{\\frac{ \\hbar c^5}{G}} \\approx 1.936 \\times 10^9 J \\approx 1.22 \\times 10^{28} eV \\approx 0.5433 MWh$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant."^^qudt:LatexString ; + qudt:scalingOf unit:J ; + qudt:symbol "Eᵨ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Energy" ; + rdfs:label "Planck Energy"@en . + +unit:PlanckForce + a qudt:Unit ; + dcterms:description "Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time."^^rdf:HTML ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 121027000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.21027E44 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_force"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_force?oldid=493643031"^^xsd:anyURI ; + qudt:scalingOf unit:N ; + qudt:symbol "planckforce" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Force" ; + rdfs:label "Planck Force"@en . + +unit:PlanckFrequency + a qudt:Unit ; + dcterms:description "Planck frequency expressed as ordinary frequency in hertz (Hz), that is, as occurrences per unit time."@en ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 18548700000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.85487E43 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:scalingOf unit:HZ ; + qudt:symbol "planckfrequency" ; + rdfs:isDefinedBy ; + rdfs:label "Planck Frequency" ; + rdfs:label "Planck Frequency"@en . + +unit:PlanckFrequency_Ang + a qudt:Unit ; + dcterms:description "Planck angular frequency expressed in radians per second (rad/s)."@en ; + qudt:conversionMultiplier 18548700000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.85487E43 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:AngularFrequency ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_angular_frequency?oldid=493641308"^^xsd:anyURI ; + qudt:scalingOf unit:RAD-PER-SEC ; + qudt:symbol "planckangularfrequency" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Angular Frequency" ; + rdfs:label "Planck Angular Frequency"@en . + +unit:PlanckImpedance + a qudt:Unit ; + dcterms:description "The Planck impedance is the unit of electrical resistance, denoted by ZP, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z0, and differs in value from Z0 only by a factor of $4\\pi$. If the Planck charge were instead defined to normalize the permittivity of free space, $\\epsilon_0$, rather than the Coulomb constant, $1/(4\\pi\\epsilon_0)$, then the Planck impedance would be identical to the characteristic impedance of free space."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 29.9792458 ; + qudt:conversionMultiplierSN 2.99792458E1 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_impedance"^^xsd:anyURI ; + qudt:latexDefinition "$Z_P = \\frac{V_P}{I_P}= \\frac{1}{4\\pi\\epsilon_0c}=\\frac{\\mu_oc}{4\\pi}=\\frac{Z_0}{4\\pi}=29.9792458\\Omega$\\where $V_P$ is the Planck voltage, $I_P$ is the Planck current, $c$ is the speed of light in a vacuum, $\\epsilon_0$ is the permittivity of free space, $\\mu_0$ is the permeability of free space, and $Z_0$ is the impedance of free space."^^qudt:LatexString ; + qudt:scalingOf unit:OHM ; + qudt:symbol "Zₚ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Impedance" ; + rdfs:label "Planck Impedance"@en . + +unit:PlanckLength + a qudt:Unit ; + dcterms:description "In physics, the Planck length, denoted $\\ell_P$, is a unit of length, equal to $1.616199(97)×10^{-35}$ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant. "^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.00000000000000000000000000000000001616252 ; + qudt:conversionMultiplierSN 1.616252E-35 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_length"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_length?oldid=495093067"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexDefinition "$\\ell_P = \\sqrt{\\frac{ \\hbar G}{c^3}} \\approx 1.616199(97)) \\times 10^{-35} m$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ; + qudt:latexSymbol "$\\ell_P$"^^qudt:LatexString ; + qudt:scalingOf unit:M ; + qudt:symbol "plancklength" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Length" ; + rdfs:label "Planck Length"@en . + +unit:PlanckMass + a qudt:Unit ; + dcterms:description "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.0000000217644 ; + qudt:conversionMultiplierSN 2.17644E-8 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexDefinition "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ; + qudt:latexSymbol "$m_P$"^^qudt:LatexString ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "planckmass" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Mass" ; + rdfs:label "Planck Mass"@en . + +unit:PlanckMomentum + a qudt:Unit ; + dcterms:description "Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is $\\approx 6.5 kg m/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 6.52485 ; + qudt:conversionMultiplierSN 6.52485E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_momentum"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:LinearMomentum ; + qudt:hasQuantityKind quantitykind:Momentum ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM-M-PER-SEC ; + qudt:symbol "planckmomentum" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Momentum" ; + rdfs:label "Planck Momentum"@en . + +unit:PlanckPower + a qudt:Unit ; + dcterms:description "The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power."^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 36283100000000000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 3.62831E52 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_power"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_power?oldid=493642483"^^xsd:anyURI ; + qudt:latexDefinition "$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant."^^qudt:LatexString ; + qudt:scalingOf unit:J-PER-SEC ; + qudt:symbol "planckpower" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Power" ; + rdfs:label "Planck Power"@en . + +unit:PlanckPressure + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 463309000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; + qudt:conversionMultiplierSN 4.63309E113 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_pressure"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_pressure?oldid=493640883"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM-PER-M-SEC2 ; + qudt:symbol "planckpressure" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Pressure" ; + rdfs:label "Planck Pressure"@en . + +unit:PlanckTemperature + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 141678400000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.416784E32 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ; + qudt:hasQuantityKind quantitykind:BoilingPoint ; + qudt:hasQuantityKind quantitykind:FlashPoint ; + qudt:hasQuantityKind quantitykind:MeltingPoint ; + qudt:hasQuantityKind quantitykind:Temperature ; + qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:scalingOf unit:DEG_C ; + qudt:symbol "plancktemperature" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Plancktemperature" ; + rdfs:label "Plancktemperature"@en . + +unit:PlanckTime + a qudt:Unit ; + dcterms:description """ + In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units. + It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. + The unit is named after Max Planck, who was the first to propose it. + + The formula for $\\textit{PlankTime}$ is: + + $$ \\\\ t_P \\equiv \\sqrt{\\frac{\\hbar G}{c^5}} \\approx 5.39106(32) \\times 10^{-44} s$$ + + where, $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant + (defined as $\\hbar = \\frac{h}{2 \\pi}$ and $G$ is the gravitational constant. + The two digits between parentheses denote the standard error of the estimated value. + """^^qudt:LatexString ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.0000000000000000000000000000000000000000000539124 ; + qudt:conversionMultiplierSN 5.39124E-44 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_time"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_time?oldid=495362103"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; + qudt:latexSymbol "$t_P$"^^qudt:LatexString ; + qudt:scalingOf unit:SEC ; + qudt:symbol "tₚ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Time" ; + rdfs:label "Planck Time"@en . + +unit:PlanckVolt + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 1042950000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.04295E27 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:scalingOf unit:V ; + qudt:symbol "Vₚ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Volt" ; + rdfs:label "Planck Volt"@en . + +unit:PlanckVolume + a qudt:Unit ; + qudt:applicableSystem sou:PLANCK ; + qudt:conversionMultiplier 0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000422419 ; + qudt:conversionMultiplierSN 4.22419E-105 ; + qudt:derivedUnitOfSystem sou:PLANCK ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:scalingOf unit:M3 ; + qudt:symbol "l³ₚ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Planck Volume" ; + rdfs:label "Planck Volume"@en . + +unit:QT_UK + a qudt:Unit ; + dcterms:description "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0011365225 ; + qudt:conversionMultiplierSN 1.1365225E-3 ; + qudt:factorUnitScalar 0.25 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA963" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA963"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units" ; + qudt:symbol "qt{UK}" ; + qudt:ucumCode "[qt_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "QTI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK)" ; + rdfs:label "Quart (UK)"@en . + +unit:QT_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00000001315419560185185185185185185185185 ; + qudt:conversionMultiplierSN 1.315419560185185185185185185185185E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA710" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA710"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day" ; + qudt:symbol "qt{UK}/d" ; + qudt:ucumCode "[qt_br].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K94" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK) per Day" ; + rdfs:label "Quart (UK) per Day"@en . + +unit:QT_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0000003157006944444444444444444444444445 ; + qudt:conversionMultiplierSN 3.157006944444444444444444444444445E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_UK ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA711" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA711"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour" ; + qudt:symbol "qt{UK}/h" ; + qudt:ucumCode "[qt_br].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K95" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK) per Hour" ; + rdfs:label "Quart (UK) per Hour"@en . + +unit:QT_UK-PER-MIN + a qudt:Unit ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00001894204166666666666666666666666667 ; + qudt:conversionMultiplierSN 1.894204166666666666666666666666667E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA712" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA712"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute" ; + qudt:symbol "qt{UK}/min" ; + qudt:ucumCode "[qt_br].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K96" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK) per Minute" ; + rdfs:label "Quart (UK) per Minute"@en . + +unit:QT_UK-PER-SEC + a qudt:Unit ; + dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0011365225 ; + qudt:conversionMultiplierSN 1.1365225E-3 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_UK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA713" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA713"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second" ; + qudt:symbol "qt{UK}/s" ; + qudt:ucumCode "[qt_br].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K97" ; + rdfs:isDefinedBy ; + rdfs:label "Quart (UK) per Second" ; + rdfs:label "Quart (UK) per Second"@en . + +unit:QT_US + a qudt:Unit ; + dcterms:description "\"US Liquid Quart\" is a unit for 'Liquid Volume' expressed as $qt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000946352946 ; + qudt:conversionMultiplierSN 9.46352946E-4 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:factorUnitScalar 0.25 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:GAL_US ; + ] ; + qudt:hasQuantityKind quantitykind:LiquidVolume ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA964" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA964"^^xsd:anyURI ; + qudt:symbol "qt{US liq}" ; + qudt:ucumCode "[qt_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "QT" ; + qudt:uneceCommonCode "QTL" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Quart" ; + rdfs:label "Us Liquid Quart"@en . + +unit:QT_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000001095315909722222222222222222222222 ; + qudt:conversionMultiplierSN 1.095315909722222222222222222222222E-8 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA714" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA714"^^xsd:anyURI ; + qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day" ; + qudt:symbol "qt{US liq}/d" ; + qudt:ucumCode "[qt_us].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K98" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Quart per Day" ; + rdfs:label "Us Liquid Quart per Day"@en . + +unit:QT_US-PER-HR + a qudt:Unit ; + dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000002628758183333333333333333333333334 ; + qudt:conversionMultiplierSN 2.628758183333333333333333333333334E-7 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA715" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA715"^^xsd:anyURI ; + qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour" ; + qudt:symbol "qt{US liq}/h" ; + qudt:ucumCode "[qt_us].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "K99" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Quart per Hour" ; + rdfs:label "Us Liquid Quart per Hour"@en . + +unit:QT_US-PER-MIN + a qudt:Unit ; + dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000157725491 ; + qudt:conversionMultiplierSN 1.57725491E-5 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA716" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA716"^^xsd:anyURI ; + qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute" ; + qudt:symbol "qt{US liq}/min" ; + qudt:ucumCode "[qt_us].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L10" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Quart per Minute" ; + rdfs:label "Us Liquid Quart per Minute"@en . + +unit:QT_US-PER-SEC + a qudt:Unit ; + dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000946352946 ; + qudt:conversionMultiplierSN 9.46352946E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:QT_US ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAA717" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA717"^^xsd:anyURI ; + qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second" ; + qudt:symbol "qt{US liq}/s" ; + qudt:ucumCode "[qt_us].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L11" ; + rdfs:isDefinedBy ; + rdfs:label "Us Liquid Quart per Second" ; + rdfs:label "Us Liquid Quart per Second"@en . + +unit:QT_US_DRY + a qudt:Unit ; + dcterms:description "\"US Dry Quart\" is a unit for 'Dry Volume' expressed as $dry_qt$."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.001101220942715 ; + qudt:conversionMultiplierSN 1.101220942715E-3 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:DryVolume ; + qudt:iec61360Code "0112/2///62720#UAA965" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA965"^^xsd:anyURI ; + qudt:scalingOf unit:M3 ; + qudt:symbol "qt{US Dry}" ; + qudt:ucumCode "[dqt_us]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L62" ; + qudt:uneceCommonCode "QTD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Us Dry Quart" ; + rdfs:label "Us Dry Quart"@en . + +unit:QUAD + a qudt:Unit ; + dcterms:description """ + A $\\textit{quad}$ is a unit of energy equal to $10^{15}\\ \\textit{BTU}$, or $1.055 \\times 10^{18}\\ \\textit{joules}$, + which is $1.055\\ \\textit{exajoule}$ or $\\textit{EJ}$ in SI units. + + The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. + + Some common types of an energy carrier approximately equal 1 quad are: + + 8,007,000,000 Gallons (US) of gasoline, 293,083,000,000 Kilowatt-hours (kWh), 36,000,000 Tonnes of coal, + 970,434,000,000 Cubic feet of natural gas, 5,996,000,000 UK gallons of diesel oil, 25,200,000 Tonnes of oil, + 252,000,000 tonnes of TNT which is five times the energy of the Tsar Bomba nuclear test. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 1055055852620000000.0 ; + qudt:conversionMultiplierSN 1.05505585262E18 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Quad"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAB221" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB221"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Quad?oldid=492086827"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:J ; + qudt:symbol "quad" ; + qudt:uneceCommonCode "N70" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Quad" ; + rdfs:label "Quad"@en . + +unit:Quarter_UK + a qudt:Unit ; + dcterms:description "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 12.70058636 ; + qudt:conversionMultiplierSN 1.270058636E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB202" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB202"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "quarter" ; + qudt:ucumCode "28.[lb_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "QTR" ; + rdfs:isDefinedBy ; + rdfs:label "Quarter (UK)" ; + rdfs:label "Quarter (UK)"@en . + +unit:R + a qudt:Unit ; + dcterms:description "Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000258 ; + qudt:conversionMultiplierSN 2.58E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Roentgen"^^xsd:anyURI ; + qudt:factorUnitScalar 0.000258 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:C ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricChargePerMass ; + qudt:iec61360Code "0112/2///62720#UAA275" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA275"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen?oldid=491213233"^^xsd:anyURI ; + qudt:symbol "R" ; + qudt:ucumCode "R"^^qudt:UCUMcs ; + qudt:udunitsCode "R" ; + qudt:uneceCommonCode "2C" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Roentgen" ; + rdfs:label "Roentgen"@en . + +unit:R-PER-SEC + a qudt:Unit ; + dcterms:description "unit roentgen, the use of which is no longer permitted divided by the SI base unit second" ; + qudt:conversionMultiplier 0.000258 ; + qudt:conversionMultiplierSN 2.58E-4 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:R ; + ] ; + qudt:hasQuantityKind quantitykind:ExposureRate ; + qudt:iec61360Code "0112/2///62720#UAA276" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA276"^^xsd:anyURI ; + qudt:symbol "R/s" ; + qudt:ucumCode "R.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D6" ; + rdfs:isDefinedBy ; + rdfs:label "Roentgen per Second" ; + rdfs:label "Roentgen per Second"@en . + +unit:RAD + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. In the absence of any symbol radians are assumed, and when degrees are meant the symbol $^{\\ circ}$ is used. "^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Radian"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:guidance "

See NIST section SP811 section7.10

"^^rdf:HTML ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAA966" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA966"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radian?oldid=492309312"^^xsd:anyURI ; + qudt:omUnit ; + qudt:plainTextDescription "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian. The radian is represented by the symbol \"rad\" or, more rarely, by the superscript c (for \"circular measure\"). For example, an angle of 1.2 radians would be written as \"1.2 rad\" or \"1.2c\" (the second symbol is often mistaken for a degree: \"1.2u00b0\"). As the ratio of two lengths, the radian is a \"pure number\" that needs no unit symbol, and in mathematical writing the symbol \"rad\" is almost always omitted. In the absence of any symbol radians are assumed, and when degrees are meant the symbol u00b0 is used. [Wikipedia]" ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:siExactMatch si-unit:radian ; + qudt:symbol "rad" ; + qudt:ucumCode "rad"^^qudt:UCUMcs ; + qudt:udunitsCode "rad" ; + qudt:uneceCommonCode "C81" ; + qudt:wikidataMatch ; + rdfs:comment "The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities." ; + rdfs:isDefinedBy ; + rdfs:label "Radian" ; + rdfs:label "Radian"@en ; + rdfs:label "Radian"@fr ; + rdfs:label "Radian"@la ; + rdfs:label "Radian"@ms ; + rdfs:label "Radian"@pl ; + rdfs:label "Radian"@ro ; + rdfs:label "Radian"@sl ; + rdfs:label "Radiano"@pt ; + rdfs:label "Radiant"@de ; + rdfs:label "Radiante"@it ; + rdfs:label "Radián"@cs ; + rdfs:label "Radián"@es ; + rdfs:label "Radián"@hu ; + rdfs:label "Radyan"@tr ; + rdfs:label "Ακτίνιο"@el ; + rdfs:label "Радиан"@bg ; + rdfs:label "Радиан"@ru ; + rdfs:label "רדיאן"@he ; + rdfs:label "راديان"@ar ; + rdfs:label "رادیان"@fa ; + rdfs:label "वर्ग मीटर"@hi ; + rdfs:label "ラジアン"@ja ; + rdfs:label "弧度"@zh . + +unit:RAD-M2-PER-KiloGM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$rad m^2 / kg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificOpticalRotatoryPower ; + qudt:iec61360Code "0112/2///62720#UAB162" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB162"^^xsd:anyURI ; + qudt:symbol "rad·m²/kg" ; + qudt:ucumCode "rad.m2.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C83" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Radian Kvadratni Meter na Kilogram"@sl ; + rdfs:label "Radian Meter Persegi per Kilogram"@ms ; + rdfs:label "Radian Metr Kwadratowy na Kilogram"@pl ; + rdfs:label "Radian Metru Pătrat pe Kilogram"@ro ; + rdfs:label "Radian Metrum Quadratum per Chiliogramma"@la ; + rdfs:label "Radian Mètre Carré par Kilogramme"@fr ; + rdfs:label "Radian Square Meter per Kilogram"@en-US ; + rdfs:label "Radian Square Metre per Kilogram" ; + rdfs:label "Radian Square Metre per Kilogram"@en ; + rdfs:label "Radiano Metro Quadrado por Quilograma"@pt ; + rdfs:label "Radiant Quadratmeter pro Kilogramm"@de ; + rdfs:label "Radiante Metro Quadrato per Chilogrammo"@it ; + rdfs:label "Radián Metro Cuadrado por Kilogramo"@es ; + rdfs:label "Radián Čtvereční Metr na Kilogram"@cs ; + rdfs:label "Radyan Metrekare per Kilogram"@tr ; + rdfs:label "Ακτίνιο Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; + rdfs:label "Радиан Квадратен Метър на Килограм"@bg ; + rdfs:label "Радиан Квадратный Метр на Килограмм"@ru . + +unit:RAD-M2-PER-MOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$rad m^2 / mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:MolarOpticalRotatoryPower ; + qudt:iec61360Code "0112/2///62720#UAB161" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB161"^^xsd:anyURI ; + qudt:symbol "rad·m²/mol" ; + qudt:ucumCode "rad.m2.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C82" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Radian Kvadratni Meter na Mol"@sl ; + rdfs:label "Radian Meter Persegi per Mole"@ms ; + rdfs:label "Radian Metr Kwadratowy na Mol"@pl ; + rdfs:label "Radian Metru Pătrat pe Mol"@ro ; + rdfs:label "Radian Metrum Quadratum per Moles"@la ; + rdfs:label "Radian Mètre Carré par Mole"@fr ; + rdfs:label "Radian Square Meter per Mole"@en-US ; + rdfs:label "Radian Square Metre per Mole" ; + rdfs:label "Radian Square Metre per Mole"@en ; + rdfs:label "Radiano Metro Quadrado por Mol"@pt ; + rdfs:label "Radiant Quadratmeter pro Mol"@de ; + rdfs:label "Radiante Metro Quadrato per Mole"@it ; + rdfs:label "Radián Metro Cuadrado por Mol"@es ; + rdfs:label "Radián Čtvereční Metr na Mol"@cs ; + rdfs:label "Radyan Metrekare per Mol"@tr ; + rdfs:label "Ακτίνιο Τετραγωνικό Μέτρο ανά Μολ"@el ; + rdfs:label "Радиан Квадратен Метър на Мол"@bg ; + rdfs:label "Радиан Квадратный Метр на Моль"@ru . + +unit:RAD-PER-HR + a qudt:Unit ; + dcterms:description "\"Radian per Hour\" is a unit for 'Angular Velocity' expressed as $rad/h$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:expression "$rad/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:AngularFrequency ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "rad/h" ; + qudt:ucumCode "rad.h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Radian per Hour" ; + rdfs:label "Radian per Hour"@en . + +unit:RAD-PER-M + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$rad/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:AngularWavenumber ; + qudt:hasQuantityKind quantitykind:DebyeAngularWavenumber ; + qudt:hasQuantityKind quantitykind:FermiAngularWavenumber ; + qudt:hasReciprocalUnit unit:M-PER-RAD ; + qudt:iec61360Code "0112/2///62720#UAA967" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA967"^^xsd:anyURI ; + qudt:symbol "rad/m" ; + qudt:ucumCode "rad.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C84" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Radian na Meter"@sl ; + rdfs:label "Radian na Metr"@pl ; + rdfs:label "Radian par Mètre"@fr ; + rdfs:label "Radian pe Metru"@ro ; + rdfs:label "Radian per Meter"@en-US ; + rdfs:label "Radian per Meter"@ms ; + rdfs:label "Radian per Metre" ; + rdfs:label "Radian per Metre"@en ; + rdfs:label "Radian per Metrum"@la ; + rdfs:label "Radiano por Metro"@pt ; + rdfs:label "Radiant pro Meter"@de ; + rdfs:label "Radiante per Metro"@it ; + rdfs:label "Radián na Metr"@cs ; + rdfs:label "Radián por Metro"@es ; + rdfs:label "Radyan per Metre"@tr ; + rdfs:label "Ακτίνιο ανά Μέτρο"@el ; + rdfs:label "Радиан на Метр"@ru ; + rdfs:label "Радиан на Метър"@bg ; + rdfs:label "رادیان بر متر"@fa ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "प्रति मीटर वर्ग मीटर"@hi ; + rdfs:label "ラジアン毎メートル"@ja ; + rdfs:label "弧度每米"@zh . + +unit:RAD-PER-MIN + a qudt:Unit ; + dcterms:description "Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where $T$ is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:expression "$rad/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:AngularFrequency ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:symbol "rad/min" ; + qudt:ucumCode "rad.min-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Radian per Minute" ; + rdfs:label "Radian per Minute"@en . + +unit:RAD-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$rad/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:AngularFrequency ; + qudt:hasQuantityKind quantitykind:AngularVelocity ; + qudt:iec61360Code "0112/2///62720#UAA968" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA968"^^xsd:anyURI ; + qudt:symbol "rad/s" ; + qudt:ucumCode "rad.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2A" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Radian na Sekunda"@pl ; + rdfs:label "Radian na Sekunda"@sl ; + rdfs:label "Radian par Seconde"@fr ; + rdfs:label "Radian pe Secundă"@ro ; + rdfs:label "Radian per Saat"@ms ; + rdfs:label "Radian per Second" ; + rdfs:label "Radian per Second"@en ; + rdfs:label "Radian per Secundum"@la ; + rdfs:label "Radiano por Segundo"@pt ; + rdfs:label "Radiant pro Sekunde"@de ; + rdfs:label "Radiante per Secondo"@it ; + rdfs:label "Radián na Sekunda"@cs ; + rdfs:label "Radián por Segundo"@es ; + rdfs:label "Radyan per Saniye"@tr ; + rdfs:label "Ακτίνιο ανά Δευτερόλεπτο"@el ; + rdfs:label "Радиан на Секунда"@bg ; + rdfs:label "Радиан на Секунда"@ru ; + rdfs:label "راديان في الثانية"@ar ; + rdfs:label "رادیان بر ثانیه"@fa ; + rdfs:label "वर्ग मीटर प्रति सैकिण्ड"@hi ; + rdfs:label "ラジアン毎秒"@ja ; + rdfs:label "弧度每秒"@zh . + +unit:RAD-PER-SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second ($rad/s^2$), and is usually denoted by the Greek letter $\\alpha$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$rad/s2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:AngularAcceleration ; + qudt:iec61360Code "0112/2///62720#UAA969" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA969"^^xsd:anyURI ; + qudt:symbol "rad/s²" ; + qudt:ucumCode "rad.s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "2B" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Radian na Kvadratni Sekunda"@sl ; + rdfs:label "Radian na Sekunda Kwadratowy"@pl ; + rdfs:label "Radian par Seconde Carré"@fr ; + rdfs:label "Radian pe Secundă Pătrat"@ro ; + rdfs:label "Radian per Saat Persegi"@ms ; + rdfs:label "Radian per Secundum Quadratum"@la ; + rdfs:label "Radian per Square Second" ; + rdfs:label "Radian per Square Second"@en ; + rdfs:label "Radiano por Segundo Quadrado"@pt ; + rdfs:label "Radiant pro Quadratsekunde"@de ; + rdfs:label "Radiante per Secondo Quadrato"@it ; + rdfs:label "Radián na Čtvereční Sekunda"@cs ; + rdfs:label "Radián por Segundo Cuadrado"@es ; + rdfs:label "Radyan per Saniyekare"@tr ; + rdfs:label "Ακτίνιο ανά Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Радиан на Квадратен Секунда"@bg ; + rdfs:label "Радиан на Квадратный Секунда"@ru . + +unit:RAD_R + a qudt:Unit ; + dcterms:description "The $rad$ is a deprecated unit of absorbed radiation dose, defined as $1 rad = 0.01\\,Gy = 0.01 J/kg$. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the $roentgen$, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/RAD"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:AbsorbedDose ; + qudt:informativeReference "https://en.wikipedia.org/wiki/RAD?oldid=493716376"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M2-PER-SEC2 ; + qudt:symbol "rad" ; + qudt:ucumCode "RAD"^^qudt:UCUMcs ; + qudt:uneceCommonCode "C80" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rad" ; + rdfs:label "Rad"@en . + +unit:RAYL + a qudt:Unit ; + dcterms:description """The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude. + When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. + The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. + The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in + SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$."""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Rayl"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SpecificAcousticImpedance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Rayl"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM-PER-M2-SEC ; + qudt:symbol "rayl" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rayl" ; + rdfs:label "Rayl"@en ; + rdfs:seeAlso unit:RAYL_MKS . + +unit:RAYL_MKS + a qudt:Unit ; + dcterms:description """The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude. + When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. + The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. + The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in + SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$."""^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Rayl"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SpecificAcousticImpedance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Rayl"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM-PER-M2-SEC ; + qudt:symbol "rayl_MKS" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rayl_MKS" ; + rdfs:label "Rayl_MKS"@en ; + rdfs:seeAlso unit:RAYL . + +unit:REM + a qudt:Unit ; + dcterms:description "A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:exactMatch unit:R_man ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:iec61360Code "0112/2///62720#UAA971" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA971"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M2-PER-SEC2 ; + qudt:symbol "rem" ; + qudt:ucumCode "REM"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D91" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rem" ; + rdfs:label "Rem"@en . + +unit:REM-PER-SEC + a qudt:Unit ; + dcterms:description "unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0.01 J/(kg·s) = 1 Sv/s" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:REM ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB442" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB442"^^xsd:anyURI ; + qudt:symbol "rem/s" ; + qudt:ucumCode "REM.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P69" ; + rdfs:isDefinedBy ; + rdfs:label "Rem per Second" ; + rdfs:label "Rem per Second"@en . + +unit:REV + a qudt:Unit ; + dcterms:description "\"Revolution\" is a unit for 'Plane Angle' expressed as $rev$."^^qudt:LatexString ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 6.283185307179586476925286766559006 ; + qudt:conversionMultiplierSN 6.283185307179586476925286766559006E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Revolution"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Angle ; + qudt:hasQuantityKind quantitykind:PlaneAngle ; + qudt:iec61360Code "0112/2///62720#UAB206" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB206"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Revolution?oldid=494110330"^^xsd:anyURI ; + qudt:omUnit ; + qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T0D0 ; + qudt:scalingOf unit:RAD ; + qudt:symbol "rev" ; + qudt:uneceCommonCode "M44" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Revolution" ; + rdfs:label "Revolution"@en . + +unit:REV-PER-HR + a qudt:Unit ; + dcterms:description "\"Revolution per Hour\" is a unit for 'Angular Velocity' expressed as $rev/h$."^^qudt:LatexString ; + qudt:conversionMultiplier 0.001745329251994329576923690768488613 ; + qudt:conversionMultiplierSN 1.745329251994329576923690768488613E-3 ; + qudt:expression "$rev/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:REV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:RotationalFrequency ; + qudt:hasQuantityKind quantitykind:RotationalVelocity ; + qudt:symbol "rev/h" ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Hour" ; + rdfs:label "Revolution per Hour"@en . + +unit:REV-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Revolution per Minute\" is a unit for 'Angular Velocity' expressed as $rev/min$. One revolution per minute is equivalent to 1/60 hertz."^^qudt:LatexString ; + qudt:altSymbol "RPM" ; + qudt:altSymbol "r/min" ; + qudt:altSymbol "rpm" ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1047197551196597746154214461093168 ; + qudt:conversionMultiplierSN 1.047197551196597746154214461093168E-1 ; + qudt:expression "$rev/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:REV ; + ] ; + qudt:hasQuantityKind quantitykind:RotationalFrequency ; + qudt:hasQuantityKind quantitykind:RotationalVelocity ; + qudt:iec61360Code "0112/2///62720#UAB231" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB231"^^xsd:anyURI ; + qudt:symbol "rev/min" ; + qudt:ucumCode "{#}.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M46" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Minute" ; + rdfs:label "Revolution per Minute"@en . + +unit:REV-PER-MIN-SEC + a qudt:Unit ; + dcterms:description "Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)"^^qudt:LatexString ; + qudt:conversionMultiplier 0.1047197551196597746154214461093168 ; + qudt:conversionMultiplierSN 1.047197551196597746154214461093168E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:REV ; + ] ; + qudt:hasQuantityKind quantitykind:AngularAcceleration ; + qudt:symbol "rev/(min·s)" ; + qudt:ucumCode "{#}.min-1.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Minute Second" ; + rdfs:label "Revolution per Minute Second"@en . + +unit:REV-PER-SEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Revolution per Second\" is a unit for 'Angular Velocity' expressed as $rev/s$."^^qudt:LatexString ; + qudt:conversionMultiplier 6.283185307179586476925286766559006 ; + qudt:conversionMultiplierSN 6.283185307179586476925286766559006E0 ; + qudt:expression "$rev/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:REV ; + ] ; + qudt:hasQuantityKind quantitykind:RotationalFrequency ; + qudt:hasQuantityKind quantitykind:RotationalVelocity ; + qudt:symbol "rev/s" ; + qudt:uneceCommonCode "RPS" ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Second" ; + rdfs:label "Revolution per Second"@en . + +unit:REV-PER-SEC2 + a qudt:Unit ; + dcterms:description "\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 6.283185307179586476925286766559006 ; + qudt:conversionMultiplierSN 6.283185307179586476925286766559006E0 ; + qudt:expression "$rev/s2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:REV ; + ] ; + qudt:hasQuantityKind quantitykind:AngularAcceleration ; + qudt:symbol "rev/s²" ; + qudt:ucumCode "{#}.s-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Revolution per Square Second" ; + rdfs:label "Revolution per Square Second"@en . + +unit:RHE + a qudt:Unit ; + dcterms:description "non SI-conforming unit of fluidity of dynamic viscosity" ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M-1H0T1D0 ; + qudt:hasQuantityKind quantitykind:Fluidity ; + qudt:iec61360Code "0112/2///62720#UAB228" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB228"^^xsd:anyURI ; + qudt:scalingOf unit:PER-PA-SEC ; + qudt:symbol "rhe" ; + qudt:uneceCommonCode "P88" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rhe" ; + rdfs:label "Rhe"@en . + +unit:ROD + a qudt:Unit ; + dcterms:description "A unit of distance equal to 5.5 yards (16 feet 6 inches)."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 5.02920 ; + qudt:conversionMultiplierSN 5.02920E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Rod"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$rd$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAA970" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA970"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Rod?oldid=492590086"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "rod" ; + qudt:ucumCode "[rd_br]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F49" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Rod" ; + rdfs:label "Rod"@en . + +unit:RPK + a qudt:Unit ; + dcterms:description "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:hasQuantityKind quantitykind:GeneFamilyAbundance ; + qudt:informativeReference "https://learn.gencore.bio.nyu.edu/metgenomics/shotgun-metagenomics/functional-analysis/"^^xsd:anyURI ; + qudt:plainTextDescription "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)." ; + qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ; + qudt:symbol "RPK" ; + rdfs:isDefinedBy ; + rdfs:label "Reads per Kilobase" ; + rdfs:label "Reads per Kilobase"@en ; + skos:altLabel "RPK" . + +unit:RT + a qudt:ContextualUnit, qudt:Unit ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.2.1" ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:scalingOf unit:M3 ; + rdfs:isDefinedBy ; + rdfs:isReplacedBy unit:TON_Register ; + rdfs:label "Register Ton" ; + rdfs:label "Register Ton"@en . + +unit:R_man + a qudt:Unit ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:exactMatch unit:REM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; + qudt:plainTextDescription "The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body." ; + qudt:scalingOf unit:SV ; + qudt:symbol "rem" ; + qudt:ucumCode "REM"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Roentgen Equivalent Man" ; + rdfs:label "Roentgen Equivalent Man"@en . + +unit:RichterMagnitude + a qudt:Unit ; + dcterms:description "unit Richter magnitude expressing size of an earthquake in accordance to a specific scale" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:EarthquakeMagnitude ; + qudt:iec61360Code "0112/2///62720#UAB596" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB596"^^xsd:anyURI ; + qudt:symbol "mag" ; + rdfs:isDefinedBy ; + rdfs:label "Richter Magnitude" ; + rdfs:label "Richter Magnitude"@en . + +unit:S + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance. +The most important property of a conductor is the amount of current it will carry when a voltage is applied. +Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. +Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. +To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. +The unit is named for the German electrical engineer Werner von Siemens (1816-1892). +$$\\ \\text{Siemens}\\equiv\\frac{\\text{A}}{\\text{V}}\\equiv\\frac{\\text{amp}}{\\text{volt}}\\equiv\\frac{\\text{F}}{\\text {s}}\\equiv\\frac{\\text{farad}}{\\text{second}}$$ + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:exactMatch unit:MHO ; + qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:Admittance ; + qudt:hasQuantityKind quantitykind:Conductance ; + qudt:hasReciprocalUnit unit:OHM ; + qudt:iec61360Code "0112/2///62720#UAA277" ; + qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA277"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:siemens ; + qudt:siUnitsExpression "A/V" ; + qudt:symbol "S" ; + qudt:ucumCode "S"^^qudt:UCUMcs ; + qudt:udunitsCode "S" ; + qudt:uneceCommonCode "SIE" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Siemens" ; + rdfs:label "Siemens"@cs ; + rdfs:label "Siemens"@de ; + rdfs:label "Siemens"@en ; + rdfs:label "Siemens"@es ; + rdfs:label "Siemens"@fr ; + rdfs:label "Siemens"@hu ; + rdfs:label "Siemens"@it ; + rdfs:label "Siemens"@la ; + rdfs:label "Siemens"@ms ; + rdfs:label "Siemens"@pt ; + rdfs:label "Siemens"@ro ; + rdfs:label "Siemens"@sl ; + rdfs:label "Siemens"@tr ; + rdfs:label "Simens"@pl ; + rdfs:label "Ζίμενς"@el ; + rdfs:label "Сименс"@bg ; + rdfs:label "Сименс"@ru ; + rdfs:label "סימנס"@he ; + rdfs:label "زیمنس"@fa ; + rdfs:label "سيمنز"@ar ; + rdfs:label "सीमैन्स"@hi ; + rdfs:label "ジーメンス"@ja ; + rdfs:label "西门子"@zh . + +unit:S-M2-PER-MOL + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$s-m2-per-mol$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A-1E2L0I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:S ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MOL ; + ] ; + qudt:hasQuantityKind quantitykind:MolarConductivity ; + qudt:iec61360Code "0112/2///62720#UAA280" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA280"^^xsd:anyURI ; + qudt:symbol "S·m²/mol" ; + qudt:ucumCode "S.m2.mol-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D12" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Siemens Kvadratni Meter na Mol"@sl ; + rdfs:label "Siemens Meter Persegi per Mole"@ms ; + rdfs:label "Siemens Metrekare per Mol"@tr ; + rdfs:label "Siemens Metro Cuadrado por Mol"@es ; + rdfs:label "Siemens Metro Quadrado por Mol"@pt ; + rdfs:label "Siemens Metro Quadrato per Mole"@it ; + rdfs:label "Siemens Metru Pătrat pe Mol"@ro ; + rdfs:label "Siemens Metrum Quadratum per Moles"@la ; + rdfs:label "Siemens Mètre Carré par Mole"@fr ; + rdfs:label "Siemens Quadratmeter pro Mol"@de ; + rdfs:label "Siemens Square Meter per Mole"@en-US ; + rdfs:label "Siemens Square Metre per Mole" ; + rdfs:label "Siemens Square Metre per Mole"@en ; + rdfs:label "Siemens Čtvereční Metr na Mol"@cs ; + rdfs:label "Simens Metr Kwadratowy na Mol"@pl ; + rdfs:label "Ζίμενς Τετραγωνικό Μέτρο ανά Μολ"@el ; + rdfs:label "Сименс Квадратен Метър на Мол"@bg ; + rdfs:label "Сименс Квадратный Метр на Моль"@ru . + +unit:S-PER-CentiM + a qudt:Unit ; + dcterms:description "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:S ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:iec61360Code "0112/2///62720#UAA278" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA278"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "S/cm" ; + qudt:ucumCode "S.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H43" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Siemens na Centimeter"@sl ; + rdfs:label "Siemens na Centimetr"@cs ; + rdfs:label "Siemens par Centimètre"@fr ; + rdfs:label "Siemens pe Centimetru"@ro ; + rdfs:label "Siemens per Centimeter"@en-US ; + rdfs:label "Siemens per Centimeter"@ms ; + rdfs:label "Siemens per Centimetre" ; + rdfs:label "Siemens per Centimetre"@en ; + rdfs:label "Siemens per Centimetre"@tr ; + rdfs:label "Siemens per Centimetro"@it ; + rdfs:label "Siemens por Centimetro"@es ; + rdfs:label "Siemens pro Centimeter"@de ; + rdfs:label "Simens na Centimetr"@pl . + +unit:S-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:KiloGM-PER-M2-PA-SEC ; + qudt:expression "$s-per-m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:S ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:hasQuantityKind quantitykind:ElectrolyticConductivity ; + qudt:iec61360Code "0112/2///62720#UAA279" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA279"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit siemens divided by the SI base unit metre" ; + qudt:symbol "S/m" ; + qudt:ucumCode "S.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D10" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Siemens na Meter"@sl ; + rdfs:label "Siemens na Metr"@cs ; + rdfs:label "Siemens par Mètre"@fr ; + rdfs:label "Siemens pe Metru"@ro ; + rdfs:label "Siemens per Meter"@en-US ; + rdfs:label "Siemens per Meter"@ms ; + rdfs:label "Siemens per Metre" ; + rdfs:label "Siemens per Metre"@en ; + rdfs:label "Siemens per Metre"@tr ; + rdfs:label "Siemens per Metro"@it ; + rdfs:label "Siemens per Metrum"@la ; + rdfs:label "Siemens por Metro"@es ; + rdfs:label "Siemens por Metro"@pt ; + rdfs:label "Siemens pro Meter"@de ; + rdfs:label "Simens na Metr"@pl ; + rdfs:label "Ζίμενς ανά Μέτρο"@el ; + rdfs:label "Сименс на Метр"@ru ; + rdfs:label "Сименс на Метър"@bg ; + rdfs:label "زیمنس بر متر"@fa ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "प्रति मीटर सीमैन्स"@hi ; + rdfs:label "ジーメンス毎メートル"@ja ; + rdfs:label "西门子每米"@zh . + +unit:SAMPLE + a qudt:ContextualUnit, qudt:CountingUnit, qudt:Unit ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + rdfs:isDefinedBy ; + rdfs:label "Sample" ; + rdfs:label "Sample"@en ; + skos:broader unit:NUM . + +unit:SAMPLE-PER-SEC + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description "The number of discrete samples of some thing per second."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:PER-SEC ; + qudt:expression "$sample-per-sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SAMPLE ; + ] ; + qudt:hasQuantityKind quantitykind:CountRate ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:hasQuantityKind quantitykind:Incidence ; + qudt:symbol "sample/s" ; + qudt:ucumCode "s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Sample per Second" ; + rdfs:label "Sample per Second"@en . + +unit:SCF + a qudt:Unit ; + dcterms:description """ +The $\\textit{standard cubic foot}$ (scf) is a unit representing the amount of gas (such as natural gas) +contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, +not the volume of the gas. The reference conditions for standard cubic foot are 60 degrees Fahrenheit and 14.7 pounds per square inch (psi) of pressure. + """^^qudt:LatexString ; + qudt:conversionMultiplier 1.1981 ; + qudt:conversionMultiplierSN 1.1981E0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_foot"^^xsd:anyURI ; + qudt:scalingOf unit:MOL ; + qudt:symbol "scf" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Cubic Foot" ; + rdfs:label "Standard Cubic Foot"@en . + +unit:SCF-PER-HR + a qudt:Unit ; + dcterms:description """ +The $\\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas) +contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, +not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per +square inch (psi) of pressure. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.0003328055555555555555555555555555556 ; + qudt:conversionMultiplierSN 3.328055555555555555555555555555556E-4 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SCF ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ; + qudt:symbol "scf/h" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Cubic Foot per Hour" ; + rdfs:label "Standard Cubic Foot per Hour"@en . + +unit:SCF-PER-MIN + a qudt:Unit ; + dcterms:description """ +The $\\textit{standard cubic foot per minute}$ (scfm) is the molar flow rate of a gas (such as natural gas) +contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, +not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per +square inch (psi) of pressure. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.01996833333333333333333333333333334 ; + qudt:conversionMultiplierSN 1.996833333333333333333333333333334E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SCF ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ; + qudt:symbol "scf/min" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Cubic Foot per Minute" ; + rdfs:label "Standard Cubic Foot per Minute"@en . + +unit:SCM + a qudt:Unit ; + dcterms:description """ +The $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas) +contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, +not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure. + """^^qudt:LatexString ; + qudt:conversionMultiplier 42.3105 ; + qudt:conversionMultiplierSN 4.23105E1 ; + qudt:exactMatch unit:SCM_1ATM_0DEG_C ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference "doi:10.1016/B978-1-933762-00-5.50012-8"^^xsd:anyURI ; + qudt:informativeReference "ncim:C2348523"^^xsd:anyURI ; + qudt:scalingOf unit:MOL ; + qudt:symbol "scm" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Cubic Meter"@en-US ; + rdfs:label "Standard Cubic Metre" ; + rdfs:label "Standard Cubic Metre"@en ; + rdfs:seeAlso unit:NCM . + +unit:SCM-PER-HR + a qudt:Unit ; + dcterms:description """ +The $\\textit{standard cubic metre per hour}$ (scmh) is the molar flow rate of a gas (such as natural gas) +contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, +not the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.01175291666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.175291666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SCM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ; + qudt:symbol "scm/h" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Cubic Meter per Hour"@en-US ; + rdfs:label "Standard Cubic Metre per Hour" ; + rdfs:label "Standard Cubic Metre per Hour"@en . + +unit:SCM-PER-MIN + a qudt:Unit ; + dcterms:description """ +The $\\textit{standard cubic metre per minute}$ (scmm) is the molar flow rate of a gas (such as natural gas) +contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, +not the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure. + """^^qudt:LatexString ; + qudt:conversionMultiplier 0.7051750000000000000000000000000001 ; + qudt:conversionMultiplierSN 7.051750000000000000000000000000001E-1 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SCM ; + ] ; + qudt:hasQuantityKind quantitykind:MolarFlowRate ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ; + qudt:symbol "scm/min" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Cubic Meter per Minute"@en-US ; + rdfs:label "Standard Cubic Metre per Minute" ; + rdfs:label "Standard Cubic Metre per Minute"@en . + +unit:SCM_1ATM_0DEG_C + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description """ +The $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas) contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure. + """^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 42.3105 ; + qudt:conversionMultiplierSN 4.23105E1 ; + qudt:exactMatch unit:SCM ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_foot"^^xsd:anyURI ; + qudt:scalingOf unit:MOL ; + qudt:symbol "scm" ; + rdfs:isDefinedBy ; + rdfs:label "Standard Cubic Meter"@en-US ; + rdfs:label "Standard Cubic Metre" ; + rdfs:label "Standard Cubic Metre"@en . + +unit:SCM_1ATM_15DEG_C_ISO + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description """ +A $\\textit{standard cubic metre}$ as defined by ISO 91:2017, generally applicable within the oil and gas sectors. The reference conditions for an ISO standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure following ISO 2533:1975. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:exactMatch unit:SCM_1ATM_15DEG_C_NL ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference "urn:iso:std:iso:2533:ed-1:v1"^^xsd:anyURI ; + qudt:informativeReference "urn:iso:std:iso:91:ed-1:v1"^^xsd:anyURI ; + qudt:scalingOf unit:MOL ; + rdfs:isDefinedBy ; + rdfs:label "Standard Cubic Metre" ; + rdfs:label "Standard Cubic Metre"@en . + +unit:SCM_1ATM_15DEG_C_NL + a qudt:ContextualUnit, qudt:Unit ; + dcterms:description """ +The definition of a $\\textit{standard cubic metre}$ conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting figures in the Dutch oil and gas industry, and used for liquids except brine (pekel). The reference conditions for a Dutch standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:exactMatch unit:SCM_1ATM_15DEG_C_ISO ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; + qudt:informativeReference "http://wetten.overheid.nl/jci1.3:c:BWBR0014468&hoofdstuk=11¶graaf=11.3&artikel=11.3.1"^^xsd:anyURI ; + qudt:informativeReference "https://open.overheid.nl/Details/fefb9108-c56d-453a-badb-c2ad144da3a1/2"^^xsd:anyURI ; + qudt:scalingOf unit:MOL ; + qudt:symbol "Sm³" ; + rdfs:isDefinedBy ; + rdfs:label "Standaard Kubieke Meter"@nl ; + rdfs:label "Standard Cubic Metre" ; + rdfs:label "Standard Cubic Metre"@en . + +unit:SEC + a qudt:Unit ; + dcterms:description """The $Second$ (symbol: $s$) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as $1/86400$ of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms. +Under the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of ${9192631770}$ periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation."""^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Second"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Period ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAA972" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA972"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Second?oldid=495241006"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:second ; + qudt:symbol "s" ; + qudt:ucumCode "s"^^qudt:UCUMcs ; + qudt:udunitsCode "s" ; + qudt:uneceCommonCode "SEC" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Másodperc"@hu ; + rdfs:label "Saat"@ms ; + rdfs:label "Saniye"@tr ; + rdfs:label "Second" ; + rdfs:label "Second"@en ; + rdfs:label "Seconde"@fr ; + rdfs:label "Secondo"@it ; + rdfs:label "Secundum"@la ; + rdfs:label "Secundă"@ro ; + rdfs:label "Segundo"@es ; + rdfs:label "Segundo"@pt ; + rdfs:label "Sekunda"@cs ; + rdfs:label "Sekunda"@pl ; + rdfs:label "Sekunda"@sl ; + rdfs:label "Sekunde"@de ; + rdfs:label "Δευτερόλεπτο"@el ; + rdfs:label "Секунда"@bg ; + rdfs:label "Секунда"@ru ; + rdfs:label "שנייה"@he ; + rdfs:label "ثانية"@ar ; + rdfs:label "ثانیه"@fa ; + rdfs:label "सैकण्ड"@hi ; + rdfs:label "秒"@ja ; + rdfs:label "秒"@zh . + +unit:SEC-FT2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Second Square Foot\" is an Imperial unit for 'Area Time' expressed as $s-ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.09290304 ; + qudt:conversionMultiplierSN 9.290304E-2 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$s-ft^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:AreaTime ; + qudt:symbol "s·ft²" ; + qudt:ucumCode "s.[ft_i]2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Second Square Foot" ; + rdfs:label "Second Square Foot"@en . + +unit:SEC-PER-FT2 + a qudt:Unit ; + dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; + qudt:conversionMultiplier 10.7639104167097223083335055559 ; + qudt:conversionMultiplierSN 1.07639104167097223083335055559E1 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:FT2-PER-SEC ; + qudt:iec61360Code "0112/2///62720#UAD843" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD843"^^xsd:anyURI ; + qudt:symbol "s/ft²" ; + qudt:ucumCode "s.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Second per Square Foot" ; + rdfs:label "Second per Square Foot"@en . + +unit:SEC-PER-KiloGM + a qudt:Unit ; + dcterms:description "unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit second divided by the SI base unit kilogramm" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:EinsteinCoefficients ; + qudt:hasReciprocalUnit unit:KiloGM-PER-SEC ; + qudt:iec61360Code "0112/2///62720#UAB349" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB349"^^xsd:anyURI ; + qudt:symbol "s/kg" ; + qudt:ucumCode "s.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q20" ; + rdfs:isDefinedBy ; + rdfs:label "Saat per Kilogram"@ms ; + rdfs:label "Saniye per Kilogram"@tr ; + rdfs:label "Second per Kilogram" ; + rdfs:label "Second per Kilogram"@en ; + rdfs:label "Seconde par Kilogramme"@fr ; + rdfs:label "Secondo per Chilogrammo"@it ; + rdfs:label "Secundum per Chiliogramma"@la ; + rdfs:label "Secundă pe Kilogram"@ro ; + rdfs:label "Segundo por Kilogramo"@es ; + rdfs:label "Segundo por Quilograma"@pt ; + rdfs:label "Sekunda na Kilogram"@cs ; + rdfs:label "Sekunda na Kilogram"@pl ; + rdfs:label "Sekunda na Kilogram"@sl ; + rdfs:label "Sekunde pro Kilogramm"@de ; + rdfs:label "Δευτερόλεπτο ανά Χιλιόγραμμο"@el ; + rdfs:label "Секунда на Килограм"@bg ; + rdfs:label "Секунда на Килограмм"@ru . + +unit:SEC-PER-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:hasReciprocalUnit unit:M-PER-SEC ; + qudt:iec61360Code "0112/2///62720#UAD709" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709"^^xsd:anyURI ; + qudt:symbol "s/m" ; + qudt:ucumCode "s.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Saat per Meter"@ms ; + rdfs:label "Saniye per Metre"@tr ; + rdfs:label "Second per Meter"@en-US ; + rdfs:label "Second per Metre" ; + rdfs:label "Second per Metre"@en ; + rdfs:label "Seconde par Mètre"@fr ; + rdfs:label "Secondo per Metro"@it ; + rdfs:label "Secundum per Metrum"@la ; + rdfs:label "Secundă pe Metru"@ro ; + rdfs:label "Segundo por Metro"@es ; + rdfs:label "Segundo por Metro"@pt ; + rdfs:label "Sekunda na Meter"@sl ; + rdfs:label "Sekunda na Metr"@cs ; + rdfs:label "Sekunda na Metr"@pl ; + rdfs:label "Sekunde pro Meter"@de ; + rdfs:label "Δευτερόλεπτο ανά Μέτρο"@el ; + rdfs:label "Секунда на Метр"@ru ; + rdfs:label "Секунда на Метър"@bg . + +unit:SEC-PER-M3-RAD + a qudt:Unit ; + dcterms:description "unit of the spectral density of the vibration methods as SI base unit second divided by the power of the SI base unit metre with the exponent 3 and the unit radian" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralDensityOfVibrationalModes ; + qudt:iec61360Code "0112/2///62720#UAB178" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB178"^^xsd:anyURI ; + qudt:symbol "s/(m³·rad)" ; + qudt:ucumCode "s.m-3.rad-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D94" ; + rdfs:isDefinedBy ; + rdfs:label "Saat per Meter Kubik Radian"@ms ; + rdfs:label "Saniye per Metreküp Radyan"@tr ; + rdfs:label "Second per Cubic Meter Radian"@en-US ; + rdfs:label "Second per Cubic Metre Radian" ; + rdfs:label "Second per Cubic Metre Radian"@en ; + rdfs:label "Seconde par Mètre Cube Radian"@fr ; + rdfs:label "Secondo per Metro Cubo Radiante"@it ; + rdfs:label "Secundum per Metrum Cubicum Radian"@la ; + rdfs:label "Secundă pe Metru Cub Radian"@ro ; + rdfs:label "Segundo por Metro Cúbico Radiano"@pt ; + rdfs:label "Segundo por Metro Cúbico Radián"@es ; + rdfs:label "Sekunda na Kubični Meter Radian"@sl ; + rdfs:label "Sekunda na Metr Krychlový Radián"@cs ; + rdfs:label "Sekunda na Metr Sześcienny Radian"@pl ; + rdfs:label "Sekunde pro Kubikmeter Radiant"@de ; + rdfs:label "Δευτερόλεπτο ανά Κυβικό Μέτρο Ακτίνιο"@el ; + rdfs:label "Секунда на Кубичен Метър Радиан"@bg ; + rdfs:label "Секунда на Кубический Метр Радиан"@ru . + +unit:SEC-PER-NUM + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Seconds between events of note - inverse of frequency."^^rdf:HTML ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:TimePerCount ; + qudt:hasReciprocalUnit unit:NUM-PER-SEC ; + qudt:symbol "s/#" ; + qudt:ucumCode "s.{#}-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Second per Number" ; + rdfs:label "Second per Number"@en . + +unit:SEC-PER-RAD-M3 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$sec/rad-m^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:RAD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:VibrationalDensityOfStates ; + qudt:iec61360Code "0112/2///62720#UAB352" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB352"^^xsd:anyURI ; + qudt:symbol "s/(rad·m³)" ; + qudt:ucumCode "s.rad-1.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q22" ; + rdfs:isDefinedBy ; + rdfs:label "Saat per Radian Meter Kubik"@ms ; + rdfs:label "Saniye per Radyan Metreküp"@tr ; + rdfs:label "Second per Radian Cubic Meter"@en-US ; + rdfs:label "Second per Radian Cubic Metre" ; + rdfs:label "Second per Radian Cubic Metre"@en ; + rdfs:label "Seconde par Radian Mètre Cube"@fr ; + rdfs:label "Secondo per Radiante Metro Cubo"@it ; + rdfs:label "Secundum per Radian Metrum Cubicum"@la ; + rdfs:label "Secundă pe Radian Metru Cub"@ro ; + rdfs:label "Segundo por Radiano Metro Cúbico"@pt ; + rdfs:label "Segundo por Radián Metro Cúbico"@es ; + rdfs:label "Sekunda na Radian Kubični Meter"@sl ; + rdfs:label "Sekunda na Radian Metr Sześcienny"@pl ; + rdfs:label "Sekunda na Radián Metr Krychlový"@cs ; + rdfs:label "Sekunde pro Radiant Kubikmeter"@de ; + rdfs:label "Δευτερόλεπτο ανά Ακτίνιο Κυβικό Μέτρο"@el ; + rdfs:label "Секунда на Радиан Кубичен Метър"@bg ; + rdfs:label "Секунда на Радиан Кубический Метр"@ru . + +unit:SEC2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Square Second\" is a unit for 'Square Time' expressed as $s^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$s^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:SquareTime ; + qudt:hasReciprocalUnit unit:PER-SEC2 ; + qudt:symbol "s²" ; + qudt:ucumCode "s2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Sekunda"@sl ; + rdfs:label "Quadratsekunde"@de ; + rdfs:label "Saat Persegi"@ms ; + rdfs:label "Saniyekare"@tr ; + rdfs:label "Seconde Carré"@fr ; + rdfs:label "Secondo Quadrato"@it ; + rdfs:label "Secundum Quadratum"@la ; + rdfs:label "Secundă Pătrat"@ro ; + rdfs:label "Segundo Cuadrado"@es ; + rdfs:label "Segundo Quadrado"@pt ; + rdfs:label "Sekunda Kwadratowy"@pl ; + rdfs:label "Square Second" ; + rdfs:label "Square Second"@en ; + rdfs:label "Čtvereční Sekunda"@cs ; + rdfs:label "Τετραγωνικό Δευτερόλεπτο"@el ; + rdfs:label "Квадратен Секунда"@bg ; + rdfs:label "Квадратный Секунда"@ru . + +unit:SH + a qudt:Unit ; + dcterms:description "A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes."^^rdf:HTML ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Shake"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB226" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB226"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Shake?oldid=494796779"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:SEC ; + qudt:symbol "shake" ; + qudt:ucumCode "10.ns"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M56" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Shake" ; + rdfs:label "Shake"@en . + +unit:SHANNON + a qudt:Unit ; + dcterms:description "The \"Shannon\" is a unit of information."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:expression "$Sh$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB343" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB343"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:NUM ; + qudt:symbol "Sh" ; + qudt:uneceCommonCode "Q14" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Shannon" ; + rdfs:label "Shannon"@en . + +unit:SHANNON-PER-SEC + a qudt:Unit ; + dcterms:description "The \"Shannon per Second\" is a unit of information rate."^^rdf:HTML ; + qudt:conversionMultiplier 0.69314718055994530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E-1 ; + qudt:expression "$Sh/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SHANNON ; + ] ; + qudt:hasQuantityKind quantitykind:InformationFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB346" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB346"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; + qudt:symbol "Sh/s" ; + qudt:uneceCommonCode "Q17" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Shannon per Second" ; + rdfs:label "Shannon per Second"@en . + +unit:SLUG + a qudt:Unit ; + dcterms:description "The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 14.59390293720636482939632545931758 ; + qudt:conversionMultiplierSN 1.459390293720636482939632545931758E1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Slug"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:factorUnitScalar 32.17404855643044619422572178477690 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:LB ; + ] ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA978" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA978"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Slug?oldid=495010998"^^xsd:anyURI ; + qudt:omUnit ; + qudt:symbol "slug" ; + qudt:uneceCommonCode "F13" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Slug" ; + rdfs:label "Slug"@en . + +unit:SLUG-PER-DAY + a qudt:Unit ; + dcterms:description "unit slug for mass according to an English engineering system divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.0001689109136250736670069019150383979 ; + qudt:conversionMultiplierSN 1.689109136250736670069019150383979E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA979" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA979"^^xsd:anyURI ; + qudt:plainTextDescription "unit slug for mass according to an English engineering system divided by the unit day" ; + qudt:symbol "slug/d" ; + qudt:uneceCommonCode "L63" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Day" ; + rdfs:label "Slug per Day"@en . + +unit:SLUG-PER-FT + a qudt:Unit ; + dcterms:description "\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 47.88025898033584261612967670379783 ; + qudt:conversionMultiplierSN 4.788025898033584261612967670379783E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$slug/ft$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:symbol "slug/ft" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Foot" ; + rdfs:label "Slug per Foot"@en . + +unit:SLUG-PER-FT-SEC + a qudt:Unit ; + dcterms:description "$\\textit{Slug per Foot Second}$ is a unit for 'Dynamic Viscosity' expressed as $slug/(ft-s)$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 47.88025898033584261612967670379783 ; + qudt:conversionMultiplierSN 4.788025898033584261612967670379783E1 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$slug/(ft-s)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:DynamicViscosity ; + qudt:hasQuantityKind quantitykind:Viscosity ; + qudt:iec61360Code "0112/2///62720#UAA980" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA980"^^xsd:anyURI ; + qudt:symbol "slug/(ft·s)" ; + qudt:uneceCommonCode "L64" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Foot Second" ; + rdfs:label "Slug per Foot Second"@en . + +unit:SLUG-PER-FT2 + a qudt:Unit ; + dcterms:description "\"Slug per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $slug/ft^{2}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 157.0874638462462028088243986345073 ; + qudt:conversionMultiplierSN 1.570874638462462028088243986345073E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$slug/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:symbol "slug/ft²" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Square Foot" ; + rdfs:label "Slug per Square Foot"@en . + +unit:SLUG-PER-FT3 + a qudt:Unit ; + dcterms:description "\"Slug per Cubic Foot\" is an Imperial unit for 'Density' expressed as $slug/ft^{3}$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 515.3788183931962034410249299032393 ; + qudt:conversionMultiplierSN 5.153788183931962034410249299032393E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$slug/ft^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA981" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA981"^^xsd:anyURI ; + qudt:symbol "slug/ft³" ; + qudt:uneceCommonCode "L65" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Cubic Foot" ; + rdfs:label "Slug per Cubic Foot"@en . + +unit:SLUG-PER-HR + a qudt:Unit ; + dcterms:description "unit slug for mass slug according to the English engineering system divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.00405386192700176800816564596092155 ; + qudt:conversionMultiplierSN 4.05386192700176800816564596092155E-3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA982" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA982"^^xsd:anyURI ; + qudt:plainTextDescription "unit slug for mass slug according to the English engineering system divided by the unit hour" ; + qudt:symbol "slug/h" ; + qudt:uneceCommonCode "L66" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Hour" ; + rdfs:label "Slug per Hour"@en . + +unit:SLUG-PER-MIN + a qudt:Unit ; + dcterms:description "unit slug for the mass according to the English engineering system divided by the unit minute"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.243231715620106080489938757655293 ; + qudt:conversionMultiplierSN 2.43231715620106080489938757655293E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA983" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA983"^^xsd:anyURI ; + qudt:plainTextDescription "unit slug for the mass according to the English engineering system divided by the unit minute" ; + qudt:symbol "slug/min" ; + qudt:uneceCommonCode "L67" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Minute" ; + rdfs:label "Slug per Minute"@en . + +unit:SLUG-PER-SEC + a qudt:Unit ; + dcterms:description "\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as $slug/s$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 14.59390293720636482939632545931758 ; + qudt:conversionMultiplierSN 1.459390293720636482939632545931758E1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:expression "$slug/s$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SLUG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAA984" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA984"^^xsd:anyURI ; + qudt:symbol "slug/s" ; + qudt:uneceCommonCode "L68" ; + rdfs:isDefinedBy ; + rdfs:label "Slug per Second" ; + rdfs:label "Slug per Second"@en . + +unit:SON + a qudt:Unit ; + dcterms:description "psycho-acoustical unit for the subjective loudness of a tone, whereby the loudness 1 sone is allocated to the loudness level 40 phon" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA985" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA985"^^xsd:anyURI ; + qudt:symbol "sone" ; + qudt:uneceCommonCode "D15" ; + rdfs:isDefinedBy ; + rdfs:label "Sone" ; + rdfs:label "Sone"@en . + +unit:SPF + a qudt:Unit ; + dcterms:description "the sunprotection factor is a dimensionless value expressing the required amount of protection against solar radiation" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:SunProtectionFactorOfAProduct ; + qudt:iec61360Code "0112/2///62720#UAB597" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB597"^^xsd:anyURI ; + qudt:symbol "SPF" ; + rdfs:isDefinedBy ; + rdfs:label "Sun Protection Factor" ; + rdfs:label "Sun Protection Factor"@en . + +unit:SPIN_QUANTUM_NUMBER + a qudt:Unit ; + dcterms:description "dimensionless atomic value expressing a system’s spin" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB604" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB604"^^xsd:anyURI ; + qudt:symbol "Q" ; + rdfs:isDefinedBy ; + rdfs:label "Spin Quantum Number" ; + rdfs:label "Spin Quantum Number"@en . + +unit:SR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane. The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:SolidAngle ; + qudt:hasReciprocalUnit unit:M2-PER-M2 ; + qudt:iec61360Code "0112/2///62720#UAA986" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA986"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:steradian ; + qudt:symbol "sr" ; + qudt:ucumCode "sr"^^qudt:UCUMcs ; + qudt:udunitsCode "sr" ; + qudt:uneceCommonCode "D27" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Estereorradián"@es ; + rdfs:label "Esterradiano"@pt ; + rdfs:label "Steradian" ; + rdfs:label "Steradian"@en ; + rdfs:label "Steradian"@la ; + rdfs:label "Steradian"@ms ; + rdfs:label "Steradian"@pl ; + rdfs:label "Steradian"@ro ; + rdfs:label "Steradian"@sl ; + rdfs:label "Steradiant"@de ; + rdfs:label "Steradiante"@it ; + rdfs:label "Steradián"@cs ; + rdfs:label "Steradyan"@tr ; + rdfs:label "Stéradian"@fr ; + rdfs:label "Szteradián"@hu ; + rdfs:label "Στερακτίνιο"@el ; + rdfs:label "Стерадиан"@bg ; + rdfs:label "Стерадиан"@ru ; + rdfs:label "סטרדיאן"@he ; + rdfs:label "استرادیان"@fa ; + rdfs:label "ستراديان"@ar ; + rdfs:label "घन मीटर"@hi ; + rdfs:label "ステラジアン"@ja ; + rdfs:label "球面度"@zh . + +unit:ST + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Stokes (St)}$ is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of $L^2T^{-1}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $m^2/s$ by multiplying its value by a factor of 0.0001."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Stokes"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS ; + qudt:factorUnitScalar 0.0001 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:KinematicViscosity ; + qudt:iec61360Code "0112/2///62720#UAA281" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA281"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stokes?oldid=426159512"^^xsd:anyURI ; + qudt:latexDefinition "$(cm^2/s$)"^^qudt:LatexString ; + qudt:omUnit ; + qudt:symbol "St" ; + qudt:ucumCode "St"^^qudt:UCUMcs ; + qudt:udunitsCode "St" ; + qudt:uneceCommonCode "91" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Stokes" ; + rdfs:label "Stokes"@en . + +unit:ST-PER-BAR + a qudt:Unit ; + dcterms:description "[CGS] unit stokes divided by the unit bar" ; + qudt:conversionMultiplier 0.000000001 ; + qudt:conversionMultiplierSN 1.0E-9 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ST ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA283" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA283"^^xsd:anyURI ; + qudt:symbol "St/bar" ; + qudt:ucumCode "St.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G46" ; + rdfs:isDefinedBy ; + rdfs:label "Stokes per Bar" ; + rdfs:label "Stokes per Bar"@en . + +unit:ST-PER-K + a qudt:Unit ; + dcterms:description "[CGS] unit stokes divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ST ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA282" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA282"^^xsd:anyURI ; + qudt:symbol "St/K" ; + qudt:ucumCode "St.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G10" ; + rdfs:isDefinedBy ; + rdfs:label "Stokes per Kelvin" ; + rdfs:label "Stokes per Kelvin"@en . + +unit:ST-PER-PA + a qudt:Unit ; + dcterms:description "[CGS] unit stokes divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M-1H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:ST ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB314" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB314"^^xsd:anyURI ; + qudt:symbol "St/Pa" ; + qudt:ucumCode "St.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M80" ; + rdfs:isDefinedBy ; + rdfs:label "Stokes per Pascal" ; + rdfs:label "Stokes per Pascal"@en . + +unit:STANDARD + a qudt:Unit ; + dcterms:description "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^rdf:HTML ; + qudt:conversionMultiplier 4.672 ; + qudt:conversionMultiplierSN 4.672E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB116" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB116"^^xsd:anyURI ; + qudt:plainTextDescription "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "standard" ; + qudt:ucumCode "1980.[bf_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WSD" ; + rdfs:isDefinedBy ; + rdfs:label "Standard" ; + rdfs:label "Standard"@en . + +unit:STILB + a qudt:Unit ; + dcterms:description """ + The $\\textit{stilb (sb)}$ is the CGS unit of luminance for objects that are not self-luminous. + It is equal to one candela per square centimeter or 10 nits (candelas per square meter). + The name was coined by the French physicist A. Blondel around 1920. + It comes from the Greek word stilbein meaning 'to glitter'. + It was in common use in Europe up to World War I. + In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. + The unit has since largely been replaced by the SI unit: $\\textit{candela per square meter}$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Stilb"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Luminance ; + qudt:iec61360Code "0112/2///62720#UAB260" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB260"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stilb?oldid=375748497"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:CD-PER-M2 ; + qudt:symbol "sb" ; + qudt:ucumCode "sb"^^qudt:UCUMcs ; + qudt:udunitsCode "sb" ; + qudt:uneceCommonCode "P31" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Stilb" ; + rdfs:label "Stilb"@en . + +unit:STR + a qudt:Unit ; + dcterms:description "The stere is a unit of volume in the original metric system equal to one cubic metre. The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different."^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/St%C3%A8re"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAA987" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA987"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Stère?oldid=393570287"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:M3 ; + qudt:symbol "st" ; + qudt:ucumCode "st"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G26" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Stere" ; + rdfs:label "Stere"@en . + +unit:SUSCEPTIBILITY_ELEC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:latexDefinition "\\chi_{\\text{e}} = \\frac{{\\mathbf P}}{\\varepsilon_0{\\mathbf E}}"^^qudt:LatexString ; + qudt:plainTextDescription "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field." ; + qudt:symbol "χ" ; + rdfs:isDefinedBy ; + rdfs:label "Electric Susceptibility Unit" ; + rdfs:label "Electric Susceptibility Unit"@en . + +unit:SUSCEPTIBILITY_MAG + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:latexDefinition "\\chi_\\text{v} = \\frac{\\mathbf{M}}{\\mathbf{H}}"^^qudt:LatexString ; + qudt:plainTextDescription "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity." ; + qudt:symbol "χ" ; + rdfs:isDefinedBy ; + rdfs:label "Magnetic Susceptibility Unit" ; + rdfs:label "Magnetic Susceptibility Unit"@en . + +unit:SV + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:DoseEquivalent ; + qudt:hasReciprocalUnit unit:KiloGM-PER-J ; + qudt:iec61360Code "0112/2///62720#UAA284" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-1284"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA284"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:sievert ; + qudt:siUnitsExpression "J/kg" ; + qudt:symbol "Sv" ; + qudt:ucumCode "Sv"^^qudt:UCUMcs ; + qudt:udunitsCode "Sv" ; + qudt:uneceCommonCode "D13" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Sievert" ; + rdfs:label "Sievert"@cs ; + rdfs:label "Sievert"@de ; + rdfs:label "Sievert"@en ; + rdfs:label "Sievert"@es ; + rdfs:label "Sievert"@fr ; + rdfs:label "Sievert"@hu ; + rdfs:label "Sievert"@it ; + rdfs:label "Sievert"@ms ; + rdfs:label "Sievert"@pt ; + rdfs:label "Sievert"@ro ; + rdfs:label "Sievert"@sl ; + rdfs:label "Sievert"@tr ; + rdfs:label "Sievertum"@la ; + rdfs:label "Siwert"@pl ; + rdfs:label "Σίβερτ"@el ; + rdfs:label "Зиверт"@ru ; + rdfs:label "Сиверт"@bg ; + rdfs:label "זיוורט"@he ; + rdfs:label "زيفرت"@ar ; + rdfs:label "سیورت"@fa ; + rdfs:label "सैवर्ट"@hi ; + rdfs:label "シーベルト"@ja ; + rdfs:label "西弗"@zh . + +unit:SV-PER-HR + a qudt:Unit ; + dcterms:description "SI derived unit sievert divided by the unit hour" ; + qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB464" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB464"^^xsd:anyURI ; + qudt:symbol "Sv/h" ; + qudt:ucumCode "Sv.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P70" ; + rdfs:isDefinedBy ; + rdfs:label "Sievert per Hour" ; + rdfs:label "Sievert per Hour"@en . + +unit:SV-PER-MIN + a qudt:Unit ; + dcterms:description "SI derived unit sievert divided by the unit minute" ; + qudt:conversionMultiplier 0.01666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SV ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB468" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB468"^^xsd:anyURI ; + qudt:symbol "Sv/min" ; + qudt:ucumCode "Sv.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P74" ; + rdfs:isDefinedBy ; + rdfs:label "Sievert per Minute" ; + rdfs:label "Sievert per Minute"@en . + +unit:SV-PER-SEC + a qudt:Unit ; + dcterms:description "SI derived unit sievert devided by the SI base unit second" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SV ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:KermaRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAB301" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB301"^^xsd:anyURI ; + qudt:symbol "Sv/s" ; + qudt:ucumCode "Sv.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P65" ; + rdfs:isDefinedBy ; + rdfs:label "Sievert na Sekunda"@cs ; + rdfs:label "Sievert na Sekunda"@sl ; + rdfs:label "Sievert par Seconde"@fr ; + rdfs:label "Sievert pe Secundă"@ro ; + rdfs:label "Sievert per Saat"@ms ; + rdfs:label "Sievert per Saniye"@tr ; + rdfs:label "Sievert per Second" ; + rdfs:label "Sievert per Second"@en ; + rdfs:label "Sievert per Secondo"@it ; + rdfs:label "Sievert por Segundo"@es ; + rdfs:label "Sievert por Segundo"@pt ; + rdfs:label "Sievert pro Sekunde"@de ; + rdfs:label "Sievertum per Secundum"@la ; + rdfs:label "Siwert na Sekunda"@pl ; + rdfs:label "Σίβερτ ανά Δευτερόλεπτο"@el ; + rdfs:label "Зиверт на Секунда"@ru ; + rdfs:label "Сиверт на Секунда"@bg . + +unit:S_Ab + a qudt:Unit ; + dcterms:description "The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to $10^{9}$ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:informativeReference "http://wordinfo.info/unit/4266"^^xsd:anyURI ; + qudt:scalingOf unit:S-PER-M ; + qudt:symbol "aS" ; + qudt:ucumCode "GS"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Absiemen" ; + rdfs:label "Absiemen"@en . + +unit:S_Stat + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units."^^rdf:HTML ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 0.0000000000011126500561 ; + qudt:conversionMultiplierSN 1.1126500561E-12 ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:exactMatch unit:MHO_Stat ; + qudt:hasDimensionVector qkdv:A0E2L-3I0M-1H0T3D0 ; + qudt:hasQuantityKind quantitykind:ElectricConductivity ; + qudt:informativeReference "http://www.knowledgedoor.com/2/units_and_constants_handbook/statsiemens.html"^^xsd:anyURI ; + qudt:informativeReference "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI ; + qudt:informativeReference "http://www3.wolframalpha.com/input/?i=statsiemens"^^xsd:anyURI ; + qudt:scalingOf unit:S-PER-M ; + qudt:symbol "statS" ; + rdfs:isDefinedBy ; + rdfs:label "Statsiemens" ; + rdfs:label "Statsiemens"@en ; + skos:altLabel "statmho" . + +unit:SolarMass + a qudt:Unit ; + dcterms:description "The astronomical unit of mass is the solar mass.The symbol $S$ is often used in astronomy to refer to this unit, although $M_{\\odot}$ is also common. The solar mass, $1.98844 \\times 10^{30} kg$, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation."^^qudt:LatexString ; + qudt:conversionMultiplier 1988435000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.988435E30 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Solar_mass"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Solar_mass?oldid=494074016"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "S" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Solar Mass" ; + rdfs:label "Solar Mass"@en . + +unit:SpeedOfLight + a qudt:ContextualUnit, qudt:Unit ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:SpeedOfLight ; + rdfs:isDefinedBy ; + rdfs:label "Speed of Light" ; + rdfs:label "Speed of Light"@en . + +unit:Standard + a qudt:Unit ; + dcterms:description "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^rdf:HTML ; + dcterms:isReplacedBy unit:STANDARD ; + qudt:conversionMultiplier 4.672 ; + qudt:conversionMultiplierSN 4.672E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB116" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB116"^^xsd:anyURI ; + qudt:plainTextDescription "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "standard" ; + qudt:ucumCode "1980.[bf_i]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WSD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Standard" ; + rdfs:label "Standard"@en . + +unit:Stone_UK + a qudt:Unit ; + dcterms:description "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 6.35029318 ; + qudt:conversionMultiplierSN 6.35029318E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB081" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB081"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "st{UK}" ; + qudt:ucumCode "[stone_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "STI" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Stone (UK)" ; + rdfs:label "Stone (UK)"@en . + +unit:T + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. $T = V\\cdot s \\cdot m^{-2} = N\\cdot A^{-1}\\cdot m^{-1} = Wb\\cdot m^{-2} = kg \\cdot C^{-1}\\cdot s^{-1}\\cdot A^{-1} = kg \\cdot s^{-2}\\cdot A^{-1} = N \\cdot s \\cdot C^{-1}\\cdot m^{-1}$ where, $\\\\$ $A$ = ampere, $C$=coulomb, $m$ = meter, $N$ = newton, $s$ = second, $T$ = tesla, $Wb$ = weber"^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tesla"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:WB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:iec61360Code "0112/2///62720#UAA285" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-1406?rskey=AzXBLd"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA285"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tesla?oldid=481198244"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tesla_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:tesla ; + qudt:siUnitsExpression "Wb/m^2" ; + qudt:symbol "T" ; + qudt:ucumCode "T"^^qudt:UCUMcs ; + qudt:udunitsCode "T" ; + qudt:uneceCommonCode "D33" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tesla" ; + rdfs:label "Tesla"@cs ; + rdfs:label "Tesla"@de ; + rdfs:label "Tesla"@en ; + rdfs:label "Tesla"@es ; + rdfs:label "Tesla"@fr ; + rdfs:label "Tesla"@hu ; + rdfs:label "Tesla"@it ; + rdfs:label "Tesla"@la ; + rdfs:label "Tesla"@ms ; + rdfs:label "Tesla"@pl ; + rdfs:label "Tesla"@pt ; + rdfs:label "Tesla"@ro ; + rdfs:label "Tesla"@sl ; + rdfs:label "Tesla"@tr ; + rdfs:label "Τέσλα"@el ; + rdfs:label "Тесла"@bg ; + rdfs:label "Тесла"@ru ; + rdfs:label "טסלה"@he ; + rdfs:label "تسلا"@ar ; + rdfs:label "تسلا"@fa ; + rdfs:label "टैस्ला"@hi ; + rdfs:label "テスラ"@ja ; + rdfs:label "特斯拉"@zh . + +unit:T-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFluxPerLength ; + qudt:hasReciprocalUnit unit:PER-T-M ; + qudt:symbol "T·m" ; + qudt:ucumCode "T.m"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Tesla Meter"@de ; + rdfs:label "Tesla Meter"@en-US ; + rdfs:label "Tesla Meter"@ms ; + rdfs:label "Tesla Meter"@sl ; + rdfs:label "Tesla Metr"@cs ; + rdfs:label "Tesla Metr"@pl ; + rdfs:label "Tesla Metre" ; + rdfs:label "Tesla Metre"@en ; + rdfs:label "Tesla Metre"@tr ; + rdfs:label "Tesla Metro"@es ; + rdfs:label "Tesla Metro"@it ; + rdfs:label "Tesla Metro"@pt ; + rdfs:label "Tesla Metru"@ro ; + rdfs:label "Tesla Metrum"@la ; + rdfs:label "Tesla Mètre"@fr ; + rdfs:label "Τέσλα Μέτρο"@el ; + rdfs:label "Тесла Метр"@ru ; + rdfs:label "Тесла Метър"@bg . + +unit:T-SEC + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:T ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerElectricCharge ; + qudt:hasReciprocalUnit unit:PER-T-SEC ; + qudt:symbol "T·s" ; + qudt:ucumCode "T.s"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Tesla Saat"@ms ; + rdfs:label "Tesla Saniye"@tr ; + rdfs:label "Tesla Second" ; + rdfs:label "Tesla Second"@en ; + rdfs:label "Tesla Seconde"@fr ; + rdfs:label "Tesla Secondo"@it ; + rdfs:label "Tesla Secundum"@la ; + rdfs:label "Tesla Secundă"@ro ; + rdfs:label "Tesla Segundo"@es ; + rdfs:label "Tesla Segundo"@pt ; + rdfs:label "Tesla Sekunda"@cs ; + rdfs:label "Tesla Sekunda"@pl ; + rdfs:label "Tesla Sekunda"@sl ; + rdfs:label "Tesla Sekunde"@de ; + rdfs:label "Τέσλα Δευτερόλεπτο"@el ; + rdfs:label "Тесла Секунда"@bg ; + rdfs:label "Тесла Секунда"@ru . + +unit:TBSP + a qudt:Unit ; + dcterms:description "In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0000147867656 ; + qudt:conversionMultiplierSN 1.47867656E-5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tablespoon"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB006" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB006"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tablespoon?oldid=494615208"^^xsd:anyURI ; + qudt:scalingOf unit:M3 ; + qudt:symbol "tbsp" ; + qudt:ucumCode "[tbs_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "Tbl" ; + qudt:udunitsCode "Tblsp" ; + qudt:udunitsCode "Tbsp" ; + qudt:udunitsCode "tblsp" ; + qudt:udunitsCode "tbsp" ; + qudt:uneceCommonCode "G24" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tablespoon" ; + rdfs:label "Tablespoon"@en . + +unit:TEN + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "Counting unit for a count of ten" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10.0 ; + qudt:conversionMultiplierSN 1.0E1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:scalingOf unit:ONE ; + qudt:symbol "10" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ten" ; + rdfs:label "Ten"@en . + +unit:TEX + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Tex is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric."^^rdf:HTML ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tex"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:MassPerLength ; + qudt:iec61360Code "0112/2///62720#UAB246" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB246"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tex?oldid=457265525"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Units_of_textile_measurement"^^xsd:anyURI ; + qudt:scalingOf unit:GM-PER-MilliM ; + qudt:symbol "tex" ; + qudt:ucumCode "tex"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D34" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tex" ; + rdfs:label "Tex"@en . + +unit:THERM_EC + a qudt:Unit ; + dcterms:description "unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT" ; + qudt:conversionMultiplier 105505585.262 ; + qudt:conversionMultiplierSN 1.05505585262E8 ; + qudt:exactMatch unit:THM_EEC ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB222" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB222"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "thm{EC}" ; + qudt:uneceCommonCode "N71" ; + rdfs:isDefinedBy ; + rdfs:label "Therm (ec)" ; + rdfs:label "Therm (ec)"@en . + +unit:THERM_US + a qudt:Unit ; + dcterms:description "unit of heat energy in commercial use" ; + qudt:conversionMultiplier 105480400.0 ; + qudt:conversionMultiplierSN 1.054804E8 ; + qudt:exactMatch unit:THM_US ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:iec61360Code "0112/2///62720#UAB223" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB223"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "thm{US}" ; + qudt:uneceCommonCode "N72" ; + rdfs:isDefinedBy ; + rdfs:label "Therm (u.s.)" ; + rdfs:label "Therm (u.s.)"@en . + +unit:THM_EEC + a qudt:Unit ; + qudt:conversionMultiplier 105505585.262 ; + qudt:conversionMultiplierSN 1.05505585262E8 ; + qudt:exactMatch unit:THERM_EC ; + qudt:expression "$therm-eec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:scalingOf unit:J ; + qudt:symbol "thm{EEC}" ; + qudt:ucumCode "100000.[Btu_IT]"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Thm_eec" ; + rdfs:label "Thm_eec"@en . + +unit:THM_US + a qudt:Unit ; + dcterms:description """ + $\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. + It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of + natural gas at standard temperature and pressure. + In the US gas industry its SI equivalent is defined as exactly $100,000 BTU59^{\\circ}{F}$ or $105.4804 megajoules$. + Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills. + """^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 105480400.0 ; + qudt:conversionMultiplierSN 1.054804E8 ; + qudt:exactMatch unit:THERM_US ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:informativeReference "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "thm{US}" ; + qudt:ucumCode "100000.[Btu_59]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N72" ; + rdfs:isDefinedBy ; + rdfs:label "Therm Us" ; + rdfs:label "Therm Us"@en . + +unit:THM_US-PER-HR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/h unit most often in the power, steam generation, heating, and air conditioning industries."^^qudt:LatexString ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 29300.11111111111111111111111111111 ; + qudt:conversionMultiplierSN 2.930011111111111111111111111111111E4 ; + qudt:expression "$thm/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:THM_US ; + ] ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:informativeReference "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ; + qudt:symbol "thm{US}/h" ; + qudt:ucumCode "100000.[Btu_59].h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Therm Us per Hour" ; + rdfs:label "Therm Us per Hour"@en . + +unit:THOUSAND + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "Counting unit for a count of one thousand" ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:scalingOf unit:ONE ; + qudt:symbol "1000" ; + rdfs:isDefinedBy ; + rdfs:label "Thousand" ; + rdfs:label "Thousand"@en . + +unit:TOE + a qudt:Unit ; + dcterms:description "

The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).

"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 41868000000.0 ; + qudt:conversionMultiplierSN 4.1868E10 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ; + qudt:scalingOf unit:J ; + qudt:symbol "toe" ; + rdfs:isDefinedBy ; + rdfs:label "Ton of Oil Equivalent" ; + rdfs:label "Ton of Oil Equivalent"@en . + +unit:TON + a qudt:Unit ; + dcterms:description "2,000-fold of the Imperial base unit pouund"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 907.18474 ; + qudt:conversionMultiplierSN 9.0718474E2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:exactMatch unit:TON_SHORT ; + qudt:exactMatch unit:TON_US ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:plainTextDescription "2,000-fold of the Imperial base unit pound" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "tn" ; + qudt:ucumCode "ston_av"^^qudt:UCUMcs ; + qudt:udunitsCode "t" ; + qudt:uneceCommonCode "TNE" ; + rdfs:isDefinedBy ; + rdfs:label "Ton" ; + rdfs:label "Ton"@en . + +unit:TONNE + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TON_Metric ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:CO2Equivalent ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:plainTextDescription "1,000-fold of the SI base unit kilogram" ; + qudt:scalingOf unit:KiloGM ; + qudt:siExactMatch si-unit:tonne ; + qudt:symbol "t" ; + qudt:ucumCode "t"^^qudt:UCUMcs ; + qudt:udunitsCode "t" ; + qudt:uneceCommonCode "TNE" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tonne" ; + rdfs:label "Tonne"@en . + +unit:TONNE-PER-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:exactMatch unit:TON_Metric-PER-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA990" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA990"^^xsd:anyURI ; + qudt:symbol "t/bar" ; + qudt:ucumCode "t.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L70" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Bar" ; + rdfs:label "Tonne per Bar"@en . + +unit:TONNE-PER-DAY + a qudt:Unit ; + dcterms:description "metric unit tonne divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-2 ; + qudt:exactMatch unit:TON_Metric-PER-DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA991" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA991"^^xsd:anyURI ; + qudt:plainTextDescription "metric unit tonne divided by the unit for time day" ; + qudt:symbol "t/d" ; + qudt:ucumCode "t.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L71" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Day" ; + rdfs:label "Tonne per Day"@en . + +unit:TONNE-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-7 ; + qudt:exactMatch unit:TON_Metric-PER-DAY-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA993" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA993"^^xsd:anyURI ; + qudt:symbol "t/(d·bar)" ; + qudt:ucumCode "t.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L73" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Day Bar" ; + rdfs:label "Tonne per Day Bar"@en . + +unit:TONNE-PER-DAY-K + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit day and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.01157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-2 ; + qudt:exactMatch unit:TON_Metric-PER-DAY-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA992" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA992"^^xsd:anyURI ; + qudt:symbol "t/(d·K)" ; + qudt:ucumCode "t.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L72" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Day Kelvin" ; + rdfs:label "Tonne per Day Kelvin"@en . + +unit:TONNE-PER-HA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:exactMatch unit:MegaGM-PER-HA ; + qudt:exactMatch unit:TON_Metric-PER-HA ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield." ; + qudt:symbol "t/ha" ; + qudt:ucumCode "t.har-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Hectare" ; + rdfs:label "Tonne per Hectare"@en . + +unit:TONNE-PER-HA-YR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-9 ; + qudt:exactMatch unit:MegaGM-PER-HA-YR ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerAreaTime ; + qudt:plainTextDescription "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield." ; + qudt:symbol "t/(ha·a)" ; + qudt:ucumCode "t.har-1.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Hectare Year" ; + rdfs:label "Tonne per Hectare Year"@en . + +unit:TONNE-PER-HR + a qudt:Unit ; + dcterms:description "unit tonne divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:exactMatch unit:TON_Metric-PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB994" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB994"^^xsd:anyURI ; + qudt:plainTextDescription "unit tonne divided by the unit for time hour" ; + qudt:symbol "t/h" ; + qudt:ucumCode "t.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E18" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Hour" ; + rdfs:label "Tonne per Hour"@en . + +unit:TONNE-PER-HR-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-6 ; + qudt:exactMatch unit:TON_Metric-PER-HR-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA996" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA996"^^xsd:anyURI ; + qudt:symbol "t/(h·bar)" ; + qudt:ucumCode "t.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L75" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Hour Bar" ; + rdfs:label "Tonne per Hour Bar"@en . + +unit:TONNE-PER-HR-K + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit hour and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:exactMatch unit:TON_Metric-PER-HR-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA995" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA995"^^xsd:anyURI ; + qudt:symbol "t/(h·K)" ; + qudt:ucumCode "t.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L74" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Hour Kelvin" ; + rdfs:label "Tonne per Hour Kelvin"@en . + +unit:TONNE-PER-K + a qudt:Unit ; + dcterms:description "unit ton divided by the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TON_Metric-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA989" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA989"^^xsd:anyURI ; + qudt:symbol "t/K" ; + qudt:ucumCode "t.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L69" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Kelvin" ; + rdfs:label "Tonne per Kelvin"@en . + +unit:TONNE-PER-M3 + a qudt:Unit ; + dcterms:description "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TON_Metric-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA997" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA997"^^xsd:anyURI ; + qudt:plainTextDescription "unit tonne divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "t/m³" ; + qudt:ucumCode "t.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D41" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Cubic Meter"@en-US ; + rdfs:label "Tonne per Cubic Metre" ; + rdfs:label "Tonne per Cubic Metre"@en . + +unit:TONNE-PER-M3-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerEnergy ; + qudt:iec61360Code "0112/2///62720#UAA999" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA999"^^xsd:anyURI ; + qudt:symbol "t/(m³·bar)" ; + qudt:ucumCode "t.m-3.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L77" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Cubic Meter Bar"@en-US ; + rdfs:label "Tonne per Cubic Metre Bar" ; + rdfs:label "Tonne per Cubic Metre Bar"@en . + +unit:TONNE-PER-M3-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TON_Metric-PER-M3-K ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA998" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA998"^^xsd:anyURI ; + qudt:symbol "t/(m³·K)" ; + qudt:ucumCode "t.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L76" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Cubic Meter Kelvin"@en-US ; + rdfs:label "Tonne per Cubic Metre Kelvin" ; + rdfs:label "Tonne per Cubic Metre Kelvin"@en . + +unit:TONNE-PER-MIN + a qudt:Unit ; + dcterms:description "unit tonne divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:exactMatch unit:TON_Metric-PER-MIN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB000" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB000"^^xsd:anyURI ; + qudt:plainTextDescription "unit tonne divided by the unit for time minute" ; + qudt:symbol "t/min" ; + qudt:ucumCode "t.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L78" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Minute" ; + rdfs:label "Tonne per Minute"@en . + +unit:TONNE-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-4 ; + qudt:exactMatch unit:TON_Metric-PER-MIN-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB002" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB002"^^xsd:anyURI ; + qudt:symbol "t/(min·bar)" ; + qudt:ucumCode "t.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L80" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Minute Bar" ; + rdfs:label "Tonne per Minute Bar"@en . + +unit:TONNE-PER-MIN-K + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit minute and the SI base unit Kelvin" ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:exactMatch unit:TON_Metric-PER-MIN-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB001" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB001"^^xsd:anyURI ; + qudt:symbol "t/(min·K)" ; + qudt:ucumCode "t.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L79" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Minute Kelvin" ; + rdfs:label "Tonne per Minute Kelvin"@en . + +unit:TONNE-PER-MO + a qudt:Unit ; + dcterms:description "unit tonne divided by the unit month" ; + qudt:conversionMultiplier 0.0003919350772901616281311709002114104 ; + qudt:conversionMultiplierSN 3.919350772901616281311709002114104E-4 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MO ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAB366" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB366"^^xsd:anyURI ; + qudt:symbol "t/mo" ; + qudt:ucumCode "t.mo-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M88" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Month" ; + rdfs:label "Tonne per Month"@en . + +unit:TONNE-PER-SEC + a qudt:Unit ; + dcterms:description "unit tonne divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TON_Metric-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB003" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB003"^^xsd:anyURI ; + qudt:plainTextDescription "unit tonne divided by the SI base unit second" ; + qudt:symbol "t/s" ; + qudt:ucumCode "t.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L81" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Second" ; + rdfs:label "Tonne per Second"@en . + +unit:TONNE-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:exactMatch unit:TON_Metric-PER-SEC-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB005" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB005"^^xsd:anyURI ; + qudt:symbol "t/(s·bar)" ; + qudt:ucumCode "t.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L83" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Second Bar" ; + rdfs:label "Tonne per Second Bar"@en . + +unit:TONNE-PER-SEC-K + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TON_Metric-PER-SEC-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB004" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB004"^^xsd:anyURI ; + qudt:symbol "t/(s·K)" ; + qudt:ucumCode "t.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L82" ; + rdfs:isDefinedBy ; + rdfs:label "Tonne per Second Kelvin" ; + rdfs:label "Tonne per Second Kelvin"@en . + +unit:TONNE-PER-YR + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.00003168808781402895023702689684893655 ; + qudt:conversionMultiplierSN 3.168808781402895023702689684893655E-5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TONNE ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:iec61360Code "0112/2///62720#UAB367" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB367"^^xsd:anyURI ; + qudt:symbol "t/a" ; + qudt:ucumCode "t.a-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M89" ; + rdfs:isDefinedBy ; + rdfs:label "Ton per Jaar"@nl ; + rdfs:label "Tonne per Year" ; + rdfs:label "Tonne per Year"@en . + +unit:TON_Assay + a qudt:Unit ; + dcterms:description "In the United States, a unit of mass, approximately $29.167\\, grams$. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.02916667 ; + qudt:conversionMultiplierSN 2.916667E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB234" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB234"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ton#Other_units_of_mass/weight"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "AT" ; + qudt:uneceCommonCode "M85" ; + rdfs:isDefinedBy ; + rdfs:label "Assay Ton" ; + rdfs:label "Assay Ton"@en . + +unit:TON_FG + a qudt:Unit ; + dcterms:description "12000 btu per hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 3516.853 ; + qudt:conversionMultiplierSN 3.516853E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$t/fg$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:HeatFlowRate ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:J-PER-SEC ; + qudt:symbol "TOR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ton of Refrigeration" ; + rdfs:label "Ton of Refrigeration"@en . + +unit:TON_FG-HR + a qudt:Unit ; + dcterms:description "12000 btu"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 12660670.8 ; + qudt:conversionMultiplierSN 1.26606708E7 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_FG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalEnergy ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:anyURI ; + qudt:symbol "TOR·h" ; + rdfs:isDefinedBy ; + rdfs:label "Ton of Refrigeration Hour" ; + rdfs:label "Ton of Refrigeration Hour"@en . + +unit:TON_F_US + a qudt:Unit ; + dcterms:description "unit of the force according to the American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 8896.443230521 ; + qudt:conversionMultiplierSN 8.896443230521E3 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Force ; + qudt:iec61360Code "0112/2///62720#UAB021" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB021"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the force according to the American system of units" ; + qudt:scalingOf unit:N ; + qudt:symbol "tonf{us}" ; + qudt:ucumCode "[stonf_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L94" ; + rdfs:isDefinedBy ; + rdfs:label "Ton Force (us Short)" ; + rdfs:label "Ton Force (us Short)"@en . + +unit:TON_LONG + a qudt:Unit ; + dcterms:description """

Long ton (weight ton or imperial ton) is the name for the unit called the "ton" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb/ft3 (1.025 g/ml).

+

It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons).

"""^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 1016.0469088 ; + qudt:conversionMultiplierSN 1.0160469088E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:exactMatch unit:TON_UK ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB009" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Long_ton"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "t{long}" ; + qudt:ucumCode "[lton_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LTN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Long Ton" ; + rdfs:label "Long Ton"@en . + +unit:TON_LONG-PER-YD3 + a qudt:Unit ; + dcterms:description "The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 1328.939183617433802163976232081731 ; + qudt:conversionMultiplierSN 1.328939183617433802163976232081731E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:exactMatch unit:TON_UK-PER-YD3 ; + qudt:expression "$ton/yd^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_LONG ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "t{long}/yd³" ; + qudt:ucumCode "[lton_av].[yd_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L92" ; + rdfs:isDefinedBy ; + rdfs:label "Long Ton per Cubic Yard" ; + rdfs:label "Long Ton per Cubic Yard"@en . + +unit:TON_Metric + a qudt:Unit ; + dcterms:description "The tonne (SI unit symbol: t) is a metric system unit of mass equal to 1,000 kilograms (2,204.6 pounds). It is a non-SI unit accepted for use with SI. To avoid confusion with the ton, it is also known as the metric tonne and metric ton in the United States[3] and occasionally in the United Kingdom. In SI units and prefixes, the tonne is a megagram (Mg), a rarely-used symbol, easily confused with mg, for milligram."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tonne"^^xsd:anyURI ; + qudt:exactMatch unit:TONNE ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAA988" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA988"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Tonne?oldid=492526238"^^xsd:anyURI ; + qudt:plainTextDescription "1,000-fold of the SI base unit kilogram" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "t" ; + qudt:ucumCode "t"^^qudt:UCUMcs ; + qudt:uneceCommonCode "TNE" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton" ; + rdfs:label "Metric Ton"@en ; + skos:altLabel "metric-tonne" . + +unit:TON_Metric-PER-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:exactMatch unit:TONNE-PER-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA990" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA990"^^xsd:anyURI ; + qudt:symbol "t/bar" ; + qudt:ucumCode "t.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L70" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Bar" ; + rdfs:label "Metric Ton per Bar"@en . + +unit:TON_Metric-PER-DAY + a qudt:Unit ; + dcterms:description "metric unit ton divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.01157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-2 ; + qudt:exactMatch unit:TONNE-PER-DAY ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA991" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA991"^^xsd:anyURI ; + qudt:plainTextDescription "metric unit ton divided by the unit for time day" ; + qudt:symbol "t/d" ; + qudt:ucumCode "t.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L71" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Day" ; + rdfs:label "Metric Ton per Day"@en . + +unit:TON_Metric-PER-DAY-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit day and the unit bar" ; + qudt:conversionMultiplier 0.0000001157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-7 ; + qudt:exactMatch unit:TONNE-PER-DAY-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA993" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA993"^^xsd:anyURI ; + qudt:symbol "t/(d·bar)" ; + qudt:ucumCode "t.d-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L73" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Day Bar" ; + rdfs:label "Metric Ton per Day Bar"@en . + +unit:TON_Metric-PER-DAY-K + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit day and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.01157407407407407407407407407407407 ; + qudt:conversionMultiplierSN 1.157407407407407407407407407407407E-2 ; + qudt:exactMatch unit:TONNE-PER-DAY-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA992" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA992"^^xsd:anyURI ; + qudt:symbol "t/(d·K)" ; + qudt:ucumCode "t.d-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L72" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Day Kelvin" ; + rdfs:label "Metric Ton per Day Kelvin"@en . + +unit:TON_Metric-PER-HA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.1 ; + qudt:conversionMultiplierSN 1.0E-1 ; + qudt:exactMatch unit:MegaGM-PER-HA ; + qudt:exactMatch unit:TONNE-PER-HA ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasQuantityKind quantitykind:MassPerArea ; + qudt:plainTextDescription "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield." ; + qudt:symbol "t/ha" ; + qudt:ucumCode "t.har-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Hectare" ; + rdfs:label "Metric Ton per Hectare"@en . + +unit:TON_Metric-PER-HR + a qudt:Unit ; + dcterms:description "unit tonne divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:exactMatch unit:TONNE-PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB994" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB994"^^xsd:anyURI ; + qudt:plainTextDescription "unit tonne divided by the unit for time hour" ; + qudt:symbol "t/h" ; + qudt:ucumCode "t.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E18" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Hour" ; + rdfs:label "Metric Ton per Hour"@en . + +unit:TON_Metric-PER-HR-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit hour and the unit bar" ; + qudt:conversionMultiplier 0.000002777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-6 ; + qudt:exactMatch unit:TONNE-PER-HR-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA996" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA996"^^xsd:anyURI ; + qudt:symbol "t/(h·bar)" ; + qudt:ucumCode "t.h-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L75" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Hour Bar" ; + rdfs:label "Metric Ton per Hour Bar"@en . + +unit:TON_Metric-PER-HR-K + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit hour and the SI base unit Kelvin" ; + qudt:conversionMultiplier 0.2777777777777777777777777777777778 ; + qudt:conversionMultiplierSN 2.777777777777777777777777777777778E-1 ; + qudt:exactMatch unit:TONNE-PER-HR-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA995" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA995"^^xsd:anyURI ; + qudt:symbol "t/(h·K)" ; + qudt:ucumCode "t.h-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L74" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Hour Kelvin" ; + rdfs:label "Metric Ton per Hour Kelvin"@en . + +unit:TON_Metric-PER-K + a qudt:Unit ; + dcterms:description "unit ton divided by the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TONNE-PER-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA989" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA989"^^xsd:anyURI ; + qudt:symbol "t/K" ; + qudt:ucumCode "t.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L69" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Kelvin" ; + rdfs:label "Metric Ton per Kelvin"@en . + +unit:TON_Metric-PER-M3 + a qudt:Unit ; + dcterms:description "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TONNE-PER-M3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAA997" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA997"^^xsd:anyURI ; + qudt:plainTextDescription "unit tonne divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "t/m³" ; + qudt:ucumCode "t.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D41" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Cubic Meter"@en-US ; + rdfs:label "Metric Ton per Cubic Metre" ; + rdfs:label "Metric Ton per Cubic Metre"@en . + +unit:TON_Metric-PER-M3-K + a qudt:Unit ; + dcterms:description "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TONNE-PER-M3-K ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAA998" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA998"^^xsd:anyURI ; + qudt:symbol "t/(m³·K)" ; + qudt:ucumCode "t.m-3.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L76" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Cubic Meter Kelvin"@en-US ; + rdfs:label "Metric Ton per Cubic Metre Kelvin" ; + rdfs:label "Metric Ton per Cubic Metre Kelvin"@en . + +unit:TON_Metric-PER-MIN + a qudt:Unit ; + dcterms:description "unit ton divided by the unit for time minute"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:exactMatch unit:TONNE-PER-MIN ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB000" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB000"^^xsd:anyURI ; + qudt:plainTextDescription "unit ton divided by the unit for time minute" ; + qudt:symbol "t/min" ; + qudt:ucumCode "t.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L78" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Minute" ; + rdfs:label "Metric Ton per Minute"@en . + +unit:TON_Metric-PER-MIN-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit minute and the unit bar" ; + qudt:conversionMultiplier 0.0001666666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E-4 ; + qudt:exactMatch unit:TONNE-PER-MIN-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB002" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB002"^^xsd:anyURI ; + qudt:symbol "t/(min·bar)" ; + qudt:ucumCode "t.min-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L80" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Minute Bar" ; + rdfs:label "Metric Ton per Minute Bar"@en . + +unit:TON_Metric-PER-MIN-K + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the unit minute and the SI base unit Kelvin" ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:exactMatch unit:TONNE-PER-MIN-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB001" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB001"^^xsd:anyURI ; + qudt:symbol "t/(min·K)" ; + qudt:ucumCode "t.min-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L79" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Minute Kelvin" ; + rdfs:label "Metric Ton per Minute Kelvin"@en . + +unit:TON_Metric-PER-SEC + a qudt:Unit ; + dcterms:description "unit ton divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TONNE-PER-SEC ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB003" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB003"^^xsd:anyURI ; + qudt:plainTextDescription "unit ton divided by the SI base unit second" ; + qudt:symbol "t/s" ; + qudt:ucumCode "t.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L81" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Second" ; + rdfs:label "Metric Ton per Second"@en . + +unit:TON_Metric-PER-SEC-BAR + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the SI base unit second and the unit bar" ; + qudt:conversionMultiplier 0.01 ; + qudt:conversionMultiplierSN 1.0E-2 ; + qudt:exactMatch unit:TONNE-PER-SEC-BAR ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB005" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB005"^^xsd:anyURI ; + qudt:symbol "t/(s·bar)" ; + qudt:ucumCode "t.s-1.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L83" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Second Bar" ; + rdfs:label "Metric Ton per Second Bar"@en . + +unit:TON_Metric-PER-SEC-K + a qudt:Unit ; + dcterms:description "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin" ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:TONNE-PER-SEC-K ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_Metric ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB004" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB004"^^xsd:anyURI ; + qudt:symbol "t/(s·K)" ; + qudt:ucumCode "t.s-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L82" ; + rdfs:isDefinedBy ; + rdfs:label "Metric Ton per Second Kelvin" ; + rdfs:label "Metric Ton per Second Kelvin"@en . + +unit:TON_Register + a qudt:Unit ; + dcterms:description "traditional unit of the cargo capacity" ; + qudt:conversionMultiplier 2.8316846592 ; + qudt:conversionMultiplierSN 2.8316846592E0 ; + qudt:factorUnitScalar 100.0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:GrossTonnage ; + qudt:hasQuantityKind quantitykind:NetTonnage ; + qudt:iec61360Code "0112/2///62720#UAB291" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB291"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Register_ton"^^xsd:anyURI ; + qudt:symbol "RT" ; + qudt:uneceCommonCode "M70" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ton, Register" ; + rdfs:label "Ton, Register"@en . + +unit:TON_SHIPPING_UK + a qudt:Unit ; + qudt:conversionMultiplier 1.1326 ; + qudt:conversionMultiplierSN 1.1326E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB008" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB008"^^xsd:anyURI ; + qudt:plainTextDescription "traditional unit for volume of cargo, especially in shipping" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "MTON" ; + qudt:uneceCommonCode "L84" ; + rdfs:isDefinedBy ; + rdfs:label "Ton (uk Shipping)" ; + rdfs:label "Ton (uk Shipping)"@en . + +unit:TON_SHIPPING_US + a qudt:Unit ; + dcterms:description "traditional unit for volume of cargo, especially in shipping"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.1326 ; + qudt:conversionMultiplierSN 1.1326E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB011" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB011"^^xsd:anyURI ; + qudt:plainTextDescription "traditional unit for volume of cargo, especially in shipping" ; + qudt:scalingOf unit:M3 ; + qudt:symbol "MTON" ; + qudt:uneceCommonCode "L86" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ton (us Shipping)" ; + rdfs:label "Ton (us Shipping)"@en . + +unit:TON_SHORT + a qudt:Unit ; + dcterms:description "

The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms / 2,204.62262 pounds) or the long ton (2,240 pounds / 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons.

"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 907.18474 ; + qudt:conversionMultiplierSN 9.0718474E2 ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:TON ; + qudt:exactMatch unit:TON_US ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Short_ton"^^xsd:anyURI ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "ton{short}" ; + qudt:ucumCode "[ston_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "STN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton" ; + rdfs:label "Short Ton"@en . + +unit:TON_SHORT-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 1632.932532 ; + qudt:conversionMultiplierSN 1.632932532E3 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_SHORT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB013" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB013"^^xsd:anyURI ; + qudt:symbol "ton{short}/°F" ; + qudt:ucumCode "[ston_av].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L87" ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton per Degree Fahrenheit" ; + rdfs:label "Short Ton per Degree Fahrenheit"@en . + +unit:TON_SHORT-PER-HR + a qudt:Unit ; + dcterms:description "The short Ton per Hour is a unit used to express a weight processed in a period of time."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.2519957611111111111111111111111111 ; + qudt:conversionMultiplierSN 2.519957611111111111111111111111111E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:TON_US-PER-HR ; + qudt:expression "$ton/h$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_SHORT ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:hasQuantityKind quantitykind:MassPerTime ; + qudt:symbol "ton{short}/h" ; + qudt:ucumCode "[ston_av].h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton per Hour" ; + rdfs:label "Short Ton per Hour"@en . + +unit:TON_SHORT-PER-HR-DEG_F + a qudt:Unit ; + dcterms:description "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the product of the unit hour for time and the traditional unit degree Fahrenheit" ; + qudt:conversionMultiplier 0.45359237 ; + qudt:conversionMultiplierSN 4.5359237E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_SHORT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB015" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB015"^^xsd:anyURI ; + qudt:symbol "ton{short}/(h·°F)" ; + qudt:ucumCode "[ston_av].h-1.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L89" ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton per Hour Degree Fahrenheit" ; + rdfs:label "Short Ton per Hour Degree Fahrenheit"@en . + +unit:TON_SHORT-PER-HR-PSI + a qudt:Unit ; + dcterms:description "quotient unit for mass ton (US, short) according to the Anglo-American system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.00003654889510915778805425116856645466 ; + qudt:conversionMultiplierSN 3.654889510915778805425116856645466E-5 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_SHORT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB016" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB016"^^xsd:anyURI ; + qudt:symbol "ton{short}/(h·psi)" ; + qudt:ucumCode "[ston_av].h-1.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L90" ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton per Hour Psi" ; + rdfs:label "Short Ton per Hour Psi"@en . + +unit:TON_SHORT-PER-PSI + a qudt:Unit ; + dcterms:description "unit for mass ton (US, short) according to the Anglo-American system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.1315760223929680369953042068392368 ; + qudt:conversionMultiplierSN 1.315760223929680369953042068392368E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_SHORT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB017" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB017"^^xsd:anyURI ; + qudt:symbol "ton{short}/psi" ; + qudt:ucumCode "[ston_av].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L91" ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton per Psi" ; + rdfs:label "Short Ton per Psi"@en . + +unit:TON_SHORT-PER-YD3 + a qudt:Unit ; + dcterms:description "The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1186.552842515565894789264492930117 ; + qudt:conversionMultiplierSN 1.186552842515565894789264492930117E3 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:exactMatch unit:TON_US-PER-YD3 ; + qudt:expression "$ton/yd^3$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_SHORT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:symbol "ton{short}/yd³" ; + qudt:ucumCode "[ston_av].[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Short Ton per Cubic Yard" ; + rdfs:label "Short Ton per Cubic Yard"@en . + +unit:TON_UK + a qudt:Unit ; + dcterms:description "traditional Imperial unit for mass of cargo, especially in the shipping sector"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 1016.0469088 ; + qudt:conversionMultiplierSN 1.0160469088E3 ; + qudt:exactMatch unit:TON_LONG ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB009" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the mass according to the Imperial system of units" ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "ton{UK}" ; + qudt:ucumCode "[lton_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "LTN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ton (UK)" ; + rdfs:label "Ton (UK)"@en . + +unit:TON_UK-PER-DAY + a qudt:Unit ; + dcterms:description "unit British ton according to the Imperial system of units divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.01175980218518518518518518518518518 ; + qudt:conversionMultiplierSN 1.175980218518518518518518518518518E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_UK ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB010" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB010"^^xsd:anyURI ; + qudt:plainTextDescription "unit British ton according to the Imperial system of units divided by the unit day" ; + qudt:symbol "ton{UK}/d" ; + qudt:ucumCode "[lton_av].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L85" ; + rdfs:isDefinedBy ; + rdfs:label "Ton (UK) per Day" ; + rdfs:label "Ton (UK) per Day"@en . + +unit:TON_UK-PER-HR + a qudt:Unit ; + dcterms:description "unit British ton according to the Imperial system of units divided by the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 0.2822352524444444444444444444444445 ; + qudt:conversionMultiplierSN 2.822352524444444444444444444444445E-1 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_UK ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:symbol "ton{UK}/h" ; + qudt:ucumCode "[lton_av].h-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ton (UK) per Hour" ; + rdfs:label "Ton (UK) per Hour"@en . + +unit:TON_UK-PER-YD3 + a qudt:Unit ; + dcterms:description "unit of the density according the Imperial system of units"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:conversionMultiplier 1328.939183617433802163976232081731 ; + qudt:conversionMultiplierSN 1.328939183617433802163976232081731E3 ; + qudt:exactMatch unit:TON_LONG-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_UK ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAB018" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB018"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the density according the Imperial system of units" ; + qudt:symbol "ton{UK}/yd³" ; + qudt:ucumCode "[lton_av].[yd_i]-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ton (UK) per Cubic Yard" ; + rdfs:label "Ton (UK) per Cubic Yard"@en . + +unit:TON_US + a qudt:Unit ; + dcterms:description "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 907.18474 ; + qudt:conversionMultiplierSN 9.0718474E2 ; + qudt:exactMatch unit:TON ; + qudt:exactMatch unit:TON_SHORT ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB012" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB012"^^xsd:anyURI ; + qudt:plainTextDescription "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass." ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "ton{US}" ; + qudt:ucumCode "[ston_av]"^^qudt:UCUMcs ; + qudt:uneceCommonCode "STN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Ton (US)" ; + rdfs:label "Ton (US)"@en . + +unit:TON_US-PER-DAY + a qudt:Unit ; + dcterms:description "unit American ton according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.01049982337962962962962962962962963 ; + qudt:conversionMultiplierSN 1.049982337962962962962962962962963E-2 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_US ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAB014" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB014"^^xsd:anyURI ; + qudt:plainTextDescription "unit American ton according to the Anglo-American system of units divided by the unit day" ; + qudt:symbol "ton{US}/d" ; + qudt:ucumCode "[ston_av].d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L88" ; + rdfs:isDefinedBy ; + rdfs:label "Ton (US) per Day" ; + rdfs:label "Ton (US) per Day"@en . + +unit:TON_US-PER-HR + a qudt:Unit ; + dcterms:description "unit ton divided by the unit for time hour"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.2519957611111111111111111111111111 ; + qudt:conversionMultiplierSN 2.519957611111111111111111111111111E-1 ; + qudt:exactMatch unit:TON_SHORT-PER-HR ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_US ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:MassFlowRate ; + qudt:iec61360Code "0112/2///62720#UAA994" ; + qudt:iec61360Code "0112/2///62720#UAB019" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA994"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB019"^^xsd:anyURI ; + qudt:plainTextDescription "unit ton divided by the unit for time hour" ; + qudt:symbol "ton{US}/h" ; + qudt:ucumCode "[ston_av].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "4W" ; + qudt:uneceCommonCode "E18" ; + rdfs:isDefinedBy ; + rdfs:label "Ton (US) per Hour" ; + rdfs:label "Ton (US) per Hour"@en . + +unit:TON_US-PER-YD3 + a qudt:Unit ; + dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1186.552842515565894789264492930117 ; + qudt:conversionMultiplierSN 1.186552842515565894789264492930117E3 ; + qudt:exactMatch unit:TON_SHORT-PER-YD3 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M1H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TON_US ; + ] ; + qudt:hasQuantityKind quantitykind:Density ; + qudt:hasQuantityKind quantitykind:MassDensity ; + qudt:iec61360Code "0112/2///62720#UAB020" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB020"^^xsd:anyURI ; + qudt:plainTextDescription "unit of the density according to the Anglo-American system of units" ; + qudt:symbol "ton{US}/yd³" ; + qudt:ucumCode "[ston_av].[yd_i]-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L93" ; + rdfs:isDefinedBy ; + rdfs:label "Ton (US) per Cubic Yard" ; + rdfs:label "Ton (US) per Cubic Yard"@en . + +unit:TORR + a qudt:Unit ; + dcterms:description "

The \\textit{torr} is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.

"^^rdf:HTML ; + qudt:conversionMultiplier 133.322368421052631578947 ; + qudt:conversionMultiplierSN 1.33322368421052631578947E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:ForcePerArea ; + qudt:hasQuantityKind quantitykind:VapourPressure ; + qudt:iec61360Code "0112/2///62720#UAB022" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB022"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:PA ; + qudt:symbol "Torr" ; + qudt:uneceCommonCode "UA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Torr" ; + rdfs:label "Torr"@en . + +unit:TORR-PER-M + a qudt:Unit ; + dcterms:description "[CGS] unit of the pressure divided by the SI base unit metre" ; + qudt:conversionMultiplier 133.322368421052631578947 ; + qudt:conversionMultiplierSN 1.33322368421052631578947E2 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TORR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PressureGradient ; + qudt:iec61360Code "0112/2///62720#UAB425" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB425"^^xsd:anyURI ; + qudt:symbol "Torr/m" ; + qudt:uneceCommonCode "P85" ; + rdfs:isDefinedBy ; + rdfs:label "Torr per Meter"@en-US ; + rdfs:label "Torr per Metre" ; + rdfs:label "Torr per Metre"@en . + +unit:TSP + a qudt:Unit ; + dcterms:description "A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is $1/3$ tablespoon , that is, $\\approx 4.93 mL$; it is exactly $1/6 U.S. fl. oz$, $1/48 \\; cup$, and $1/768 \\; U.S. liquid gallon$ (see United States customary units for relative volumes of these other measures) and approximately $1/3 cubic inch$. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely $5 mL$."^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00000492892187 ; + qudt:conversionMultiplierSN 4.92892187E-6 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Teaspoon"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:iec61360Code "0112/2///62720#UAB007" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB007"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Teaspoon?oldid=490940468"^^xsd:anyURI ; + qudt:scalingOf unit:M3 ; + qudt:symbol "tsp" ; + qudt:ucumCode "[tsp_us]"^^qudt:UCUMcs ; + qudt:udunitsCode "tsp" ; + qudt:uneceCommonCode "G25" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Teaspoon" ; + rdfs:label "Teaspoon"@en . + +unit:T_Ab + a qudt:Unit ; + dcterms:description "The unit of magnetic induction in the cgs system, $10^{-4}\\,tesla$. Also known as the gauss."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.0001 ; + qudt:conversionMultiplierSN 1.0E-4 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:exactMatch unit:GAUSS ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticField ; + qudt:hasQuantityKind quantitykind:MagneticFluxDensity ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI ; + qudt:scalingOf unit:T ; + qudt:symbol "abT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abtesla" ; + rdfs:label "Abtesla"@en . + +unit:TebiBIT + a qudt:Unit ; + qudt:conversionMultiplier 762123384785.8104503028768718089172 ; + qudt:conversionMultiplierSN 7.621233847858104503028768718089172E11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:prefix prefix:Tebi ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Tib" ; + qudt:ucumCode "Tibit"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tebibit" ; + rdfs:label "Tebibit"@en . + +unit:TebiBIT-PER-M + a qudt:Unit ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the SI base unit metre" ; + qudt:conversionMultiplier 762123384785.8104503028768718089172 ; + qudt:conversionMultiplierSN 7.621233847858104503028768718089172E11 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TebiBIT ; + ] ; + qudt:hasQuantityKind quantitykind:LinearBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA292" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA292"^^xsd:anyURI ; + qudt:symbol "Tib/m" ; + qudt:ucumCode "Tibit.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E85" ; + rdfs:isDefinedBy ; + rdfs:label "Tebibit per Meter"@en-US ; + rdfs:label "Tebibit per Metre" ; + rdfs:label "Tebibit per Metre"@en . + +unit:TebiBIT-PER-M2 + a qudt:Unit ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; + qudt:conversionMultiplier 762123384785.8104503028768718089172 ; + qudt:conversionMultiplierSN 7.621233847858104503028768718089172E11 ; + qudt:hasDimensionVector qkdv:A0E0L-2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TebiBIT ; + ] ; + qudt:hasQuantityKind quantitykind:AreaBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA293" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA293"^^xsd:anyURI ; + qudt:symbol "Tib/m²" ; + qudt:ucumCode "Tibit.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E87" ; + rdfs:isDefinedBy ; + rdfs:label "Tebibit per Square Meter"@en-US ; + rdfs:label "Tebibit per Square Metre" ; + rdfs:label "Tebibit per Square Metre"@en . + +unit:TebiBIT-PER-M3 + a qudt:Unit ; + dcterms:description "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; + qudt:conversionMultiplier 762123384785.8104503028768718089172 ; + qudt:conversionMultiplierSN 7.621233847858104503028768718089172E11 ; + qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TebiBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:VolumetricBitDensity ; + qudt:iec61360Code "0112/2///62720#UAA294" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA294"^^xsd:anyURI ; + qudt:symbol "Tib/m³" ; + qudt:ucumCode "Tibit.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E86" ; + rdfs:isDefinedBy ; + rdfs:label "Tebibit per Cubic Meter"@en-US ; + rdfs:label "Tebibit per Cubic Metre" ; + rdfs:label "Tebibit per Cubic Metre"@en . + +unit:TebiBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024^4"^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 6096987078286.483602423014974471338 ; + qudt:conversionMultiplierSN 6.096987078286483602423014974471338E12 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Tebibyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAA295" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA295"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; + qudt:prefix prefix:Tebi ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "TiB" ; + qudt:ucumCode "TiBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E61" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tebibyte" ; + rdfs:label "Tebibyte"@en . + +unit:TeraA + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit ampere" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:CurrentLinkage ; + qudt:hasQuantityKind quantitykind:DisplacementCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrent ; + qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ; + qudt:hasQuantityKind quantitykind:MagneticTension ; + qudt:hasQuantityKind quantitykind:MagnetomotiveForce ; + qudt:hasQuantityKind quantitykind:TotalCurrent ; + qudt:iec61360Code "0112/2///62720#UAB640" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB640"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:A ; + qudt:symbol "TA" ; + qudt:ucumCode "TA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Teraamper"@hu ; + rdfs:label "Teraamper"@pl ; + rdfs:label "Teraamper"@ro ; + rdfs:label "Teraamper"@sl ; + rdfs:label "Teraamper"@tr ; + rdfs:label "Teraampere" ; + rdfs:label "Teraampere"@de ; + rdfs:label "Teraampere"@en ; + rdfs:label "Teraampere"@it ; + rdfs:label "Teraampere"@ms ; + rdfs:label "Teraamperio"@es ; + rdfs:label "Teraampère"@fr ; + rdfs:label "Teraampér"@cs . + +unit:TeraBIT + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit bit" ; + qudt:conversionMultiplier 693147180559.94530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:DatasetOfBits ; + qudt:iec61360Code "0112/2///62720#UAB191" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB191"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:BIT ; + qudt:symbol "Tb" ; + qudt:ucumCode "Tbit"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E83" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Terabit" ; + rdfs:label "Terabit"@en . + +unit:TeraBIT-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; + qudt:conversionMultiplier 693147180559.94530941723212145818 ; + qudt:conversionMultiplierSN 6.9314718055994530941723212145818E11 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TeraBIT ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:DataRate ; + qudt:iec61360Code "0112/2///62720#UAA291" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA291"^^xsd:anyURI ; + qudt:symbol "Tb/s" ; + qudt:ucumCode "Tbit.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E84" ; + rdfs:isDefinedBy ; + rdfs:label "Terabit per Second" ; + rdfs:label "Terabit per Second"@en . + +unit:TeraBQ + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit becquerel" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Activity ; + qudt:iec61360Code "0112/2///62720#UAB589" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB589"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:BQ ; + qudt:symbol "TBq" ; + qudt:ucumCode "TBq"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Terabecquerel" ; + rdfs:label "Terabecquerel"@cs ; + rdfs:label "Terabecquerel"@de ; + rdfs:label "Terabecquerel"@en ; + rdfs:label "Terabecquerel"@es ; + rdfs:label "Terabecquerel"@fr ; + rdfs:label "Terabecquerel"@hu ; + rdfs:label "Terabecquerel"@it ; + rdfs:label "Terabecquerel"@ms ; + rdfs:label "Terabecquerel"@ro ; + rdfs:label "Terabecquerel"@sl ; + rdfs:label "Terabekerel"@pl ; + rdfs:label "Terabekerel"@tr . + +unit:TeraBYTE + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10^12 in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit."^^rdf:HTML ; + qudt:applicableSystem sou:ASU ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 5545177444479.56247533785697166544 ; + qudt:conversionMultiplierSN 5.54517744447956247533785697166544E12 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Terabyte"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:InformationEntropy ; + qudt:iec61360Code "0112/2///62720#UAB186" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB186"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Terabyte?oldid=494671550"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:BYTE ; + qudt:symbol "TB" ; + qudt:ucumCode "TBy"^^qudt:UCUMcs ; + qudt:uneceCommonCode "E35" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Terabyte" ; + rdfs:label "Terabyte"@en . + +unit:TeraC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A TeraCoulomb is $10^{12} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:C ; + qudt:symbol "TC" ; + qudt:ucumCode "TC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Teracoulomb" ; + rdfs:label "Teracoulomb"@cs ; + rdfs:label "Teracoulomb"@de ; + rdfs:label "Teracoulomb"@en ; + rdfs:label "Teracoulomb"@fr ; + rdfs:label "Teracoulomb"@hu ; + rdfs:label "Teracoulomb"@it ; + rdfs:label "Teracoulomb"@ms ; + rdfs:label "Teracoulomb"@ro ; + rdfs:label "Teracoulomb"@sl ; + rdfs:label "Teracoulomb"@tr ; + rdfs:label "Teraculombio"@es ; + rdfs:label "Terakulomb"@pl . + +unit:TeraFLOPS + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:FloatingPointCalculationCapability ; + qudt:iec61360Code "0112/2///62720#UAB593" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB593"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:FLOPS ; + qudt:symbol "TFLOPS" ; + rdfs:isDefinedBy ; + rdfs:label "Tera Floating Point Operations per Second" ; + rdfs:label "Tera Floating Point Operations per Second"@en . + +unit:TeraHZ + a qudt:Unit ; + dcterms:description "1 000 000 000 000-fold of the SI derived unit hertz"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAA287" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA287"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit hertz" ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:HZ ; + qudt:symbol "THz" ; + qudt:ucumCode "THz"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D29" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Teraherc"@pl ; + rdfs:label "Terahercio"@es ; + rdfs:label "Terahertz" ; + rdfs:label "Terahertz"@cs ; + rdfs:label "Terahertz"@de ; + rdfs:label "Terahertz"@en ; + rdfs:label "Terahertz"@fr ; + rdfs:label "Terahertz"@hu ; + rdfs:label "Terahertz"@it ; + rdfs:label "Terahertz"@ms ; + rdfs:label "Terahertz"@ro ; + rdfs:label "Terahertz"@sl ; + rdfs:label "Terahertz"@tr . + +unit:TeraJ + a qudt:Unit ; + dcterms:description "1 000 000 000 000-fold of the SI derived unit joule"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA288" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA288"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit joule" ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:J ; + qudt:symbol "TJ" ; + qudt:ucumCode "TJ"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D30" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Teradżul"@pl ; + rdfs:label "Terajoule" ; + rdfs:label "Terajoule"@cs ; + rdfs:label "Terajoule"@de ; + rdfs:label "Terajoule"@en ; + rdfs:label "Terajoule"@fr ; + rdfs:label "Terajoule"@hu ; + rdfs:label "Terajoule"@it ; + rdfs:label "Terajoule"@ms ; + rdfs:label "Terajoule"@ro ; + rdfs:label "Terajoule"@sl ; + rdfs:label "Terajoule"@tr ; + rdfs:label "Terajulio"@es . + +unit:TeraJ-PER-SEC + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TeraJ ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAB513" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB513"^^xsd:anyURI ; + qudt:symbol "TJ/s" ; + qudt:ucumCode "TJ.s-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Teradżul na Sekunda"@pl ; + rdfs:label "Terajoule na Sekunda"@cs ; + rdfs:label "Terajoule na Sekunda"@sl ; + rdfs:label "Terajoule par Seconde"@fr ; + rdfs:label "Terajoule pe Secundă"@ro ; + rdfs:label "Terajoule per Saat"@ms ; + rdfs:label "Terajoule per Saniye"@tr ; + rdfs:label "Terajoule per Second" ; + rdfs:label "Terajoule per Second"@en ; + rdfs:label "Terajoule per Secondo"@it ; + rdfs:label "Terajoule pro Sekunde"@de ; + rdfs:label "Terajulio por Segundo"@es . + +unit:TeraOHM + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:Resistance ; + qudt:iec61360Code "0112/2///62720#UAA286" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA286"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit ohm" ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:OHM ; + qudt:symbol "TΩ" ; + qudt:ucumCode "TOhm"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H44" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Teraohm" ; + rdfs:label "Teraohm"@cs ; + rdfs:label "Teraohm"@de ; + rdfs:label "Teraohm"@en ; + rdfs:label "Teraohm"@fr ; + rdfs:label "Teraohm"@hu ; + rdfs:label "Teraohm"@it ; + rdfs:label "Teraohm"@ms ; + rdfs:label "Teraohm"@ro ; + rdfs:label "Teraohm"@sl ; + rdfs:label "Teraohm"@tr ; + rdfs:label "Teraohmio"@es ; + rdfs:label "Teraom"@pl . + +unit:TeraV + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit volt" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAC773" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC773"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:V ; + qudt:symbol "TV" ; + qudt:ucumCode "TV"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Teravolt" ; + rdfs:label "Teravolt"@cs ; + rdfs:label "Teravolt"@de ; + rdfs:label "Teravolt"@en ; + rdfs:label "Teravolt"@fr ; + rdfs:label "Teravolt"@hu ; + rdfs:label "Teravolt"@it ; + rdfs:label "Teravolt"@ms ; + rdfs:label "Teravolt"@ro ; + rdfs:label "Teravolt"@sl ; + rdfs:label "Teravolt"@tr ; + rdfs:label "Teravoltio"@es ; + rdfs:label "Terawolt"@pl . + +unit:TeraV-A + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + dcterms:isReplacedBy unit:TeraVA ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TeraV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB535" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB535"^^xsd:anyURI ; + qudt:symbol "TV·A" ; + qudt:ucumCode "TV.A"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Teravolt Amper"@ro ; + rdfs:label "Teravolt Amper"@sl ; + rdfs:label "Teravolt Amper"@tr ; + rdfs:label "Teravolt Ampere" ; + rdfs:label "Teravolt Ampere"@de ; + rdfs:label "Teravolt Ampere"@en ; + rdfs:label "Teravolt Ampere"@it ; + rdfs:label "Teravolt Ampere"@ms ; + rdfs:label "Teravolt Ampère"@fr ; + rdfs:label "Teravolt Ampér"@cs ; + rdfs:label "Teravoltio Amperio"@es ; + rdfs:label "Terawolt Amper"@pl . + +unit:TeraV-A_Reactive + a qudt:Unit ; + dcterms:description "0.000000000001 of the unit volt ampere reactive" ; + dcterms:isReplacedBy unit:TeraVAR ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TeraV ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC509" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC509"^^xsd:anyURI ; + qudt:symbol "TV·A{Reactive}" ; + rdfs:isDefinedBy ; + rdfs:label "TeraVolt Ampere Reactive" ; + rdfs:label "TeraVolt Ampere Reactive"@en . + +unit:TeraVA + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAB535" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB535"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:VA ; + qudt:symbol "TVA" ; + qudt:ucumCode "TVA"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Tera Volt Ampere" ; + rdfs:label "Tera Volt Ampere"@en ; + rdfs:label "Tera Volt Ampere"@it ; + rdfs:label "Teravoltampere"@de ; + rdfs:label "Teravoltampère"@fr ; + rdfs:label "Teravoltiamperio"@es . + +unit:TeraVAR + a qudt:Unit ; + dcterms:description "0.000000000001 of the unit volt ampere reactive" ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAC509" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC509"^^xsd:anyURI ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:VAR ; + qudt:symbol "Tvar" ; + qudt:ucumCode "Tvar"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Tera Volt Ampere Reactive" ; + rdfs:label "Tera Volt Ampere Reactive"@en . + +unit:TeraW + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000.0 ; + qudt:conversionMultiplierSN 1.0E12 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA289" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA289"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit watt" ; + qudt:prefix prefix:Tera ; + qudt:scalingOf unit:W ; + qudt:symbol "TW" ; + qudt:ucumCode "TW"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D31" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Teravatio"@es ; + rdfs:label "Terawat"@pl ; + rdfs:label "Terawatt" ; + rdfs:label "Terawatt"@cs ; + rdfs:label "Terawatt"@de ; + rdfs:label "Terawatt"@en ; + rdfs:label "Terawatt"@fr ; + rdfs:label "Terawatt"@hu ; + rdfs:label "Terawatt"@it ; + rdfs:label "Terawatt"@ms ; + rdfs:label "Terawatt"@ro ; + rdfs:label "Terawatt"@sl ; + rdfs:label "Terawatt"@tr . + +unit:TeraW-HR + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600000000000000.0 ; + qudt:conversionMultiplierSN 3.6E15 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TeraW ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA290" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA290"^^xsd:anyURI ; + qudt:plainTextDescription "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour" ; + qudt:symbol "TW·h" ; + qudt:ucumCode "TW.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D32" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Terawatt Hour" ; + rdfs:label "Terawatt Hour"@en . + +unit:TeraW-HR-PER-YR + a qudt:Unit ; + dcterms:description "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour divided by the unit year"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 114077116.1305042208532968286561716 ; + qudt:conversionMultiplierSN 1.140771161305042208532968286561716E8 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:TeraW ; + ] ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:plainTextDescription "Terawatt hour per year is a unit of energy per time (i.e. power) and denotes the energy (in terawatt hours) created or consumed during one year." ; + qudt:symbol "TW·h/a" ; + qudt:ucumCode "TW.h.a-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Terawatt Heure Par An"@fr ; + rdfs:label "Terawatt Hour per Year" ; + rdfs:label "Terawatt Hour per Year"@en ; + rdfs:label "Terawattstunde Pro Jahr"@de . + +unit:TonEnergy + a qudt:Unit ; + dcterms:description "Energy equivalent of one ton of TNT"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 4184000000.0 ; + qudt:conversionMultiplierSN 4.184E9 ; + qudt:expression "$t/lbf$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:scalingOf unit:J ; + qudt:symbol "t/lbf" ; + qudt:ucumCode "Gcal"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Ton Energy" ; + rdfs:label "Ton Energy"@en . + +unit:U + a qudt:Unit ; + dcterms:description "The unified atomic mass unit (symbol: $u$) or dalton (symbol: $Da$) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of $1.660538921(73) \\times 10^{-27} kg$. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying $1 g mol^{-1}$. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally."^^qudt:LatexString ; + qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ; + qudt:conversionMultiplierSN 1.66053878283E-27 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Atomic_mass_unit"^^xsd:anyURI ; + qudt:exactMatch unit:AMU ; + qudt:exactMatch unit:DA ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ; + qudt:hasQuantityKind quantitykind:Mass ; + qudt:iec61360Code "0112/2///62720#UAB083" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB083"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:KiloGM ; + qudt:symbol "u" ; + qudt:ucumCode "u"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D43" ; + rdfs:isDefinedBy ; + rdfs:label "Unified Atomic Mass Unit" ; + rdfs:label "Unified Atomic Mass Unit"@en . + +unit:UNITLESS + a qudt:CountingUnit, qudt:DimensionlessUnit, qudt:Unit ; + dcterms:description "An explicit unit to say something has no units."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:Absorptance ; + qudt:hasQuantityKind quantitykind:ActivityCoefficient ; + qudt:hasQuantityKind quantitykind:AtomScatteringFactor ; + qudt:hasQuantityKind quantitykind:AverageLogarithmicEnergyDecrement ; + qudt:hasQuantityKind quantitykind:BindingFraction ; + qudt:hasQuantityKind quantitykind:BioconcentrationFactor ; + qudt:hasQuantityKind quantitykind:CanonicalPartitionFunction ; + qudt:hasQuantityKind quantitykind:Chromaticity ; + qudt:hasQuantityKind quantitykind:Constringence ; + qudt:hasQuantityKind quantitykind:Count ; + qudt:hasQuantityKind quantitykind:CouplingFactor ; + qudt:hasQuantityKind quantitykind:DebyeWallerFactor ; + qudt:hasQuantityKind quantitykind:DegreeOfDissociation ; + qudt:hasQuantityKind quantitykind:Dimensionless ; + qudt:hasQuantityKind quantitykind:DimensionlessRatio ; + qudt:hasQuantityKind quantitykind:Dissipance ; + qudt:hasQuantityKind quantitykind:DoseEquivalentQualityFactor ; + qudt:hasQuantityKind quantitykind:DutyCycle ; + qudt:hasQuantityKind quantitykind:Duv ; + qudt:hasQuantityKind quantitykind:EinsteinTransitionProbability ; + qudt:hasQuantityKind quantitykind:ElectricSusceptibility ; + qudt:hasQuantityKind quantitykind:Emissivity ; + qudt:hasQuantityKind quantitykind:EquilibriumConstant ; + qudt:hasQuantityKind quantitykind:FastFissionFactor ; + qudt:hasQuantityKind quantitykind:FrictionCoefficient ; + qudt:hasQuantityKind quantitykind:GFactorOfNucleus ; + qudt:hasQuantityKind quantitykind:GeneralizedCoordinate ; + qudt:hasQuantityKind quantitykind:GeneralizedForce ; + qudt:hasQuantityKind quantitykind:GeneralizedMomentum ; + qudt:hasQuantityKind quantitykind:GeneralizedVelocity ; + qudt:hasQuantityKind quantitykind:GruneisenParameter ; + qudt:hasQuantityKind quantitykind:InternalConversionFactor ; + qudt:hasQuantityKind quantitykind:IsentropicExponent ; + qudt:hasQuantityKind quantitykind:LandeGFactor ; + qudt:hasQuantityKind quantitykind:LeakageFactor ; + qudt:hasQuantityKind quantitykind:LengthRatio ; + qudt:hasQuantityKind quantitykind:Lethargy ; + qudt:hasQuantityKind quantitykind:LogOctanolAirPartitionCoefficient ; + qudt:hasQuantityKind quantitykind:LogOctanolWaterPartitionCoefficient ; + qudt:hasQuantityKind quantitykind:LogarithmicFrequencyInterval ; + qudt:hasQuantityKind quantitykind:LongRangeOrderParameter ; + qudt:hasQuantityKind quantitykind:LossFactor ; + qudt:hasQuantityKind quantitykind:LuminousFluxRatio ; + qudt:hasQuantityKind quantitykind:MadelungConstant ; + qudt:hasQuantityKind quantitykind:MagneticSusceptability ; + qudt:hasQuantityKind quantitykind:MassFraction ; + qudt:hasQuantityKind quantitykind:MassFractionOfDryMatter ; + qudt:hasQuantityKind quantitykind:MassFractionOfWater ; + qudt:hasQuantityKind quantitykind:MassRatioOfWaterToDryMatter ; + qudt:hasQuantityKind quantitykind:MassRatioOfWaterVapourToDryGas ; + qudt:hasQuantityKind quantitykind:MobilityRatio ; + qudt:hasQuantityKind quantitykind:MultiplicationFactor ; + qudt:hasQuantityKind quantitykind:NapierianAbsorbance ; + qudt:hasQuantityKind quantitykind:NeutronYieldPerAbsorption ; + qudt:hasQuantityKind quantitykind:NeutronYieldPerFission ; + qudt:hasQuantityKind quantitykind:NonLeakageProbability ; + qudt:hasQuantityKind quantitykind:NumberOfParticles ; + qudt:hasQuantityKind quantitykind:OrderOfReflection ; + qudt:hasQuantityKind quantitykind:OsmoticCoefficient ; + qudt:hasQuantityKind quantitykind:PackingFraction ; + qudt:hasQuantityKind quantitykind:PermittivityRatio ; + qudt:hasQuantityKind quantitykind:PoissonRatio ; + qudt:hasQuantityKind quantitykind:PowerFactor ; + qudt:hasQuantityKind quantitykind:QualityFactor ; + qudt:hasQuantityKind quantitykind:RadianceFactor ; + qudt:hasQuantityKind quantitykind:RatioOfSpecificHeatCapacities ; + qudt:hasQuantityKind quantitykind:Reactivity ; + qudt:hasQuantityKind quantitykind:Reflectance ; + qudt:hasQuantityKind quantitykind:ReflectanceFactor ; + qudt:hasQuantityKind quantitykind:RefractiveIndex ; + qudt:hasQuantityKind quantitykind:RelativeMassConcentrationOfVapour ; + qudt:hasQuantityKind quantitykind:RelativeMassDensity ; + qudt:hasQuantityKind quantitykind:RelativeMassExcess ; + qudt:hasQuantityKind quantitykind:RelativeMassRatioOfVapour ; + qudt:hasQuantityKind quantitykind:ResistanceRatio ; + qudt:hasQuantityKind quantitykind:ResonanceEscapeProbability ; + qudt:hasQuantityKind quantitykind:ServiceFactor ; + qudt:hasQuantityKind quantitykind:ShortRangeOrderParameter ; + qudt:hasQuantityKind quantitykind:StandardAbsoluteActivity ; + qudt:hasQuantityKind quantitykind:StatisticalWeight ; + qudt:hasQuantityKind quantitykind:StructureFactor ; + qudt:hasQuantityKind quantitykind:ThermalDiffusionFactor ; + qudt:hasQuantityKind quantitykind:ThermalDiffusionRatio ; + qudt:hasQuantityKind quantitykind:ThermalUtilizationFactor ; + qudt:hasQuantityKind quantitykind:TimeRatio ; + qudt:hasQuantityKind quantitykind:TotalIonization ; + qudt:hasQuantityKind quantitykind:TransmittanceDensity ; + qudt:hasQuantityKind quantitykind:Turns ; + qudt:hasQuantityKind quantitykind:VoltageRatio ; + qudt:symbol "一" ; + qudt:uneceCommonCode "C62" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Unitless" ; + rdfs:label "Unitless"@en . + +unit:UNKNOWN + a qudt:Unit ; + dcterms:description "Placeholder unit for abstract quantities" ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:hasDimensionVector qkdv:NotApplicable ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "Unknown" ; + rdfs:isDefinedBy ; + rdfs:label "Unknown" ; + rdfs:label "Unknown"@en . + +unit:UnitPole + a qudt:Unit ; + dcterms:description "A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0000001256637 ; + qudt:conversionMultiplierSN 1.256637E-7 ; + qudt:expression "$U/nWb$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:iec61360Code "0112/2///62720#UAB214" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB214"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:WB ; + qudt:symbol "pole" ; + qudt:uneceCommonCode "P53" ; + rdfs:isDefinedBy ; + rdfs:label "Unit Pole" ; + rdfs:label "Unit Pole"@en . + +unit:V + a qudt:Unit ; + dcterms:description """$\\textit{Volt}$ is the SI unit of electric potential. + Separating electric charges creates potential energy, which can be measured in energy units such as joules. + Electric potential is defined as the amount of potential energy present per unit of charge. + Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge. + The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery. + The volt also may be expressed with a variety of other units. + For example, a volt is also equal to one watt per ampere ($W/A$) and one joule per ampere per second ($J/A/s$). + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Volt"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:iec61360Code "0112/2///62720#UAA296" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA296"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Volt?oldid=494812083"^^xsd:anyURI ; + qudt:latexDefinition "$\\textit{V}\\ \\equiv\\ \\text{volt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W.s}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{watt.second}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:siExactMatch si-unit:volt ; + qudt:siUnitsExpression "W/A" ; + qudt:symbol "V" ; + qudt:ucumCode "V"^^qudt:UCUMcs ; + qudt:udunitsCode "V" ; + qudt:uneceCommonCode "VLT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Volt" ; + rdfs:label "Volt"@cs ; + rdfs:label "Volt"@de ; + rdfs:label "Volt"@en ; + rdfs:label "Volt"@fr ; + rdfs:label "Volt"@hu ; + rdfs:label "Volt"@it ; + rdfs:label "Volt"@ms ; + rdfs:label "Volt"@pt ; + rdfs:label "Volt"@ro ; + rdfs:label "Volt"@sl ; + rdfs:label "Volt"@tr ; + rdfs:label "Voltio"@es ; + rdfs:label "Voltium"@la ; + rdfs:label "Wolt"@pl ; + rdfs:label "Βολτ"@el ; + rdfs:label "Волт"@bg ; + rdfs:label "Вольт"@ru ; + rdfs:label "וולט"@he ; + rdfs:label "فولت"@ar ; + rdfs:label "ولت"@fa ; + rdfs:label "वोल्ट"@hi ; + rdfs:label "ボルト"@ja ; + rdfs:label "伏特"@zh . + +unit:V-A + a qudt:Unit ; + dcterms:description "product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; + dcterms:isReplacedBy unit:VA ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAA298" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA298"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI derived unit volt and the SI base unit ampere" ; + qudt:symbol "V·A" ; + qudt:ucumCode "V.A"^^qudt:UCUMcs ; + qudt:udunitsCode "VA" ; + qudt:uneceCommonCode "D46" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Volt Amper"@ro ; + rdfs:label "Volt Amper"@sl ; + rdfs:label "Volt Amper"@tr ; + rdfs:label "Volt Ampere" ; + rdfs:label "Volt Ampere"@de ; + rdfs:label "Volt Ampere"@en ; + rdfs:label "Volt Ampere"@it ; + rdfs:label "Volt Ampere"@ms ; + rdfs:label "Volt Ampere"@pt ; + rdfs:label "Volt Ampère"@fr ; + rdfs:label "Volt Ampér"@cs ; + rdfs:label "Voltio Amperio"@es ; + rdfs:label "Voltium Amperium"@la ; + rdfs:label "Wolt Amper"@pl ; + rdfs:label "Βολτ Αμπέρ"@el ; + rdfs:label "Волт Ампер"@bg ; + rdfs:label "Вольт Ампер"@ru ; + rdfs:label "فولت. أمبير"@ar . + +unit:V-A-HR + a qudt:Unit ; + dcterms:description "product of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; + dcterms:isReplacedBy unit:VA-HR ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:plainTextDescription "product of the unit for apparent by ampere and the unit hour" ; + qudt:symbol "V·A·h" ; + qudt:ucumCode "V.A.h"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Hour" ; + rdfs:label "Volt Ampere Hour"@en . + +unit:V-A-PER-K + a qudt:Unit ; + dcterms:description "product of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; + dcterms:isReplacedBy unit:VA-PER-K ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD905" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD905"^^xsd:anyURI ; + qudt:symbol "V·A/K" ; + qudt:ucumCode "V.A.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt Amper na Kelvin"@sl ; + rdfs:label "Volt Amper pe Kelvin"@ro ; + rdfs:label "Volt Amper per Kelvin"@tr ; + rdfs:label "Volt Ampere per Kelvin" ; + rdfs:label "Volt Ampere per Kelvin"@en ; + rdfs:label "Volt Ampere per Kelvin"@it ; + rdfs:label "Volt Ampere per Kelvin"@ms ; + rdfs:label "Volt Ampere por Kelvin"@pt ; + rdfs:label "Volt Ampere pro Kelvin"@de ; + rdfs:label "Volt Ampère par Kelvin"@fr ; + rdfs:label "Volt Ampér na Kelvin"@cs ; + rdfs:label "Voltio Amperio por Kelvin"@es ; + rdfs:label "Voltium Amperium per Kelvin"@la ; + rdfs:label "Wolt Amper na Kelwin"@pl ; + rdfs:label "Βολτ Αμπέρ ανά Κέλβιν"@el ; + rdfs:label "Волт Ампер на Келвин"@bg ; + rdfs:label "Вольт Ампер на Кельвин"@ru . + +unit:V-A_Reactive + a qudt:Unit ; + dcterms:description "unit with special name for reactive power"^^rdf:HTML ; + dcterms:isReplacedBy unit:VAR ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAB023" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB023"^^xsd:anyURI ; + qudt:plainTextDescription "unit with special name for reactive power" ; + qudt:symbol "V·A{Reactive}" ; + qudt:ucumCode "V.A{reactive}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D44" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Reactive" ; + rdfs:label "Volt Ampere Reactive"@en . + +unit:V-A_Reactive-HR + a qudt:Unit ; + dcterms:description "product of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + dcterms:isReplacedBy unit:VAR-HR ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:ReactiveEnergy ; + qudt:plainTextDescription "product of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "V·A{reactive}·h" ; + qudt:ucumCode "V.A{reactive}.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Reactive Hour" ; + rdfs:label "Volt Ampere Reactive Hour"@en . + +unit:V-A_Reactive-PER-K + a qudt:Unit ; + dcterms:description "unit volt ampere reactive divided by the SI base unit kelvin" ; + dcterms:isReplacedBy unit:VAR-PER-K ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:A_Reactive ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD901" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD901"^^xsd:anyURI ; + qudt:symbol "var/K" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Reactive per Kelvin" ; + rdfs:label "Volt Ampere Reactive per Kelvin"@en . + +unit:V-IN2-PER-LB_F + a qudt:Unit ; + dcterms:description "differentiated SI unit volt divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.0001450377377302092151542410279511941 ; + qudt:conversionMultiplierSN 1.450377377302092151542410279511941E-4 ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:LB_F ; + ] ; + qudt:hasQuantityKind quantitykind:HallCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA305" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA305"^^xsd:anyURI ; + qudt:symbol "V·in²/lbf" ; + qudt:ucumCode "V.[in_i]2.[lbf_av]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H22" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Square Inch per Pound Force" ; + rdfs:label "Volt Square Inch per Pound Force"@en . + +unit:V-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFlux ; + qudt:symbol "V·m" ; + qudt:ucumCode "V.m"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Volt Meter"@de ; + rdfs:label "Volt Meter"@en-US ; + rdfs:label "Volt Meter"@ms ; + rdfs:label "Volt Meter"@sl ; + rdfs:label "Volt Metr"@cs ; + rdfs:label "Volt Metre" ; + rdfs:label "Volt Metre"@en ; + rdfs:label "Volt Metre"@tr ; + rdfs:label "Volt Metro"@it ; + rdfs:label "Volt Metro"@pt ; + rdfs:label "Volt Metru"@ro ; + rdfs:label "Volt Mètre"@fr ; + rdfs:label "Voltio Metro"@es ; + rdfs:label "Voltium Metrum"@la ; + rdfs:label "Wolt Metr"@pl ; + rdfs:label "Βολτ Μέτρο"@el ; + rdfs:label "Волт Метър"@bg ; + rdfs:label "Вольт Метр"@ru . + +unit:V-PER-BAR + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the unit bar" ; + qudt:conversionMultiplier 0.00001 ; + qudt:conversionMultiplierSN 1.0E-5 ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:BAR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:HallCoefficient ; + qudt:iec61360Code "0112/2///62720#UAA299" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA299"^^xsd:anyURI ; + qudt:symbol "V/bar" ; + qudt:ucumCode "V.bar-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "G60" ; + rdfs:isDefinedBy ; + rdfs:label "Volt per Bar" ; + rdfs:label "Volt per Bar"@en . + +unit:V-PER-CentiM + a qudt:Unit ; + dcterms:description "derived SI unit volt divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 100.0 ; + qudt:conversionMultiplierSN 1.0E2 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAB054" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB054"^^xsd:anyURI ; + qudt:plainTextDescription "derived SI unit volt divided by the 0.01-fold of the SI base unit metre" ; + qudt:symbol "V/cm" ; + qudt:ucumCode "V.cm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D47" ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Centimeter"@sl ; + rdfs:label "Volt na Centimetr"@cs ; + rdfs:label "Volt par Centimètre"@fr ; + rdfs:label "Volt pe Centimetru"@ro ; + rdfs:label "Volt per Centimeter"@en-US ; + rdfs:label "Volt per Centimeter"@ms ; + rdfs:label "Volt per Centimetre" ; + rdfs:label "Volt per Centimetre"@en ; + rdfs:label "Volt per Centimetre"@tr ; + rdfs:label "Volt per Centimetro"@it ; + rdfs:label "Volt pro Centimeter"@de ; + rdfs:label "Voltio por Centimetro"@es ; + rdfs:label "Wolt na Centimetr"@pl . + +unit:V-PER-IN + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; + qudt:conversionMultiplier 39.37007874015748031496062992125984 ; + qudt:conversionMultiplierSN 3.937007874015748031496062992125984E1 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA300" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA300"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units" ; + qudt:symbol "V/in" ; + qudt:ucumCode "V.[in_i]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H23" ; + rdfs:isDefinedBy ; + rdfs:label "Volt per Inch" ; + rdfs:label "Volt per Inch"@en . + +unit:V-PER-K + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$v/k$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:SeebeckCoefficient ; + qudt:hasQuantityKind quantitykind:ThomsonCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB173" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB173"^^xsd:anyURI ; + qudt:symbol "V/K" ; + qudt:ucumCode "V.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D48" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Kelvin"@cs ; + rdfs:label "Volt na Kelvin"@sl ; + rdfs:label "Volt par Kelvin"@fr ; + rdfs:label "Volt pe Kelvin"@ro ; + rdfs:label "Volt per Kelvin" ; + rdfs:label "Volt per Kelvin"@en ; + rdfs:label "Volt per Kelvin"@it ; + rdfs:label "Volt per Kelvin"@ms ; + rdfs:label "Volt per Kelvin"@tr ; + rdfs:label "Volt por Kelvin"@pt ; + rdfs:label "Volt pro Kelvin"@de ; + rdfs:label "Voltio por Kelvin"@es ; + rdfs:label "Voltium per Kelvin"@la ; + rdfs:label "Wolt na Kelwin"@pl ; + rdfs:label "Βολτ ανά Κέλβιν"@el ; + rdfs:label "Волт на Келвин"@bg ; + rdfs:label "Вольт на Кельвин"@ru . + +unit:V-PER-L-MIN + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the the product of the unit litre and the unit minute" ; + qudt:conversionMultiplier 16.66666666666666666666666666666667 ; + qudt:conversionMultiplierSN 1.666666666666666666666666666666667E1 ; + qudt:hasDimensionVector qkdv:A0E-1L-1I0M1H0T-4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD913" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD913"^^xsd:anyURI ; + qudt:symbol "V/(L·min)" ; + qudt:ucumCode "V.L-1.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "F87" ; + rdfs:isDefinedBy ; + rdfs:label "Volt per Liter Minute"@en-US ; + rdfs:label "Volt per Litre Minute" ; + rdfs:label "Volt per Litre Minute"@en . + +unit:V-PER-M + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The unit $\\{Volt Per Meter (V/m)}$ is a unit in the category of Electric field strength. + It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. + This unit is commonly used in the SI unit system. + $\\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$V/m$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricField ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA301" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA301"^^xsd:anyURI ; + qudt:symbol "V/m" ; + qudt:ucumCode "V.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D50" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Meter"@sl ; + rdfs:label "Volt na Metr"@cs ; + rdfs:label "Volt par Mètre"@fr ; + rdfs:label "Volt pe Metru"@ro ; + rdfs:label "Volt per Meter"@en-US ; + rdfs:label "Volt per Meter"@ms ; + rdfs:label "Volt per Metre" ; + rdfs:label "Volt per Metre"@en ; + rdfs:label "Volt per Metre"@tr ; + rdfs:label "Volt per Metro"@it ; + rdfs:label "Volt por Metro"@pt ; + rdfs:label "Volt pro Meter"@de ; + rdfs:label "Voltio por Metro"@es ; + rdfs:label "Voltium per Metrum"@la ; + rdfs:label "Wolt na Metr"@pl ; + rdfs:label "Βολτ ανά Μέτρο"@el ; + rdfs:label "Волт на Метър"@bg ; + rdfs:label "Вольт на Метр"@ru ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "ولت بر متر"@fa ; + rdfs:label "प्रति मीटर वोल्ट"@hi ; + rdfs:label "ボルト毎メートル"@ja ; + rdfs:label "伏特每米"@zh . + +unit:V-PER-M2 + a qudt:Unit ; + dcterms:description """ + $\\textit{Volt per Square Metre}$ is the divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. + Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. + $\\textit{Electric field}$ ($V/m$) differentiated with respect to distance ($m$) yields $V/(m^2)$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$V m^{-2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerAreaElectricCharge ; + qudt:symbol "V/m²" ; + qudt:ucumCode "V.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Kvadratni Meter"@sl ; + rdfs:label "Volt na Čtvereční Metr"@cs ; + rdfs:label "Volt par Mètre Carré"@fr ; + rdfs:label "Volt pe Metru Pătrat"@ro ; + rdfs:label "Volt per Meter Persegi"@ms ; + rdfs:label "Volt per Metrekare"@tr ; + rdfs:label "Volt per Metro Quadrato"@it ; + rdfs:label "Volt per Square Meter"@en-US ; + rdfs:label "Volt per Square Metre" ; + rdfs:label "Volt per Square Metre"@en ; + rdfs:label "Volt por Metro Quadrado"@pt ; + rdfs:label "Volt pro Quadratmeter"@de ; + rdfs:label "Voltio por Metro Cuadrado"@es ; + rdfs:label "Voltium per Metrum Quadratum"@la ; + rdfs:label "Wolt na Metr Kwadratowy"@pl ; + rdfs:label "Βολτ ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Волт на Квадратен Метър"@bg ; + rdfs:label "Вольт на Квадратный Метр"@ru . + +unit:V-PER-MicroSEC + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the 0.000001-fold of the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroSEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA297" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA297"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit volt divided by the 0.000001-fold of the SI base unit second" ; + qudt:symbol "V/μs" ; + qudt:ucumCode "V.us-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H24" ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Microsekunda"@cs ; + rdfs:label "Volt na Microsekunda"@sl ; + rdfs:label "Volt par Microseconde"@fr ; + rdfs:label "Volt pe Microsecundă"@ro ; + rdfs:label "Volt per Microsaat"@ms ; + rdfs:label "Volt per Microsaniye"@tr ; + rdfs:label "Volt per Microsecond" ; + rdfs:label "Volt per Microsecond"@en ; + rdfs:label "Volt per Microsecondo"@it ; + rdfs:label "Volt pro Microsekunde"@de ; + rdfs:label "Voltio por Microsegundo"@es ; + rdfs:label "Wolt na Microsekunda"@pl . + +unit:V-PER-MilliM + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:iec61360Code "0112/2///62720#UAA302" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA302"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit volt divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "V/mm" ; + qudt:ucumCode "V.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D51" ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Millimeter"@sl ; + rdfs:label "Volt na Millimetr"@cs ; + rdfs:label "Volt par Millimètre"@fr ; + rdfs:label "Volt pe Millimetru"@ro ; + rdfs:label "Volt per Millimeter"@en-US ; + rdfs:label "Volt per Millimeter"@ms ; + rdfs:label "Volt per Millimetre" ; + rdfs:label "Volt per Millimetre"@en ; + rdfs:label "Volt per Millimetre"@tr ; + rdfs:label "Volt per Millimetro"@it ; + rdfs:label "Volt pro Millimeter"@de ; + rdfs:label "Voltio por Millimetro"@es ; + rdfs:label "Wolt na Millimetr"@pl . + +unit:V-PER-PA + a qudt:Unit ; + dcterms:description "SI derived unit volt divided by the SI derived unit pascal" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:HallCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB312" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB312"^^xsd:anyURI ; + qudt:symbol "V/Pa" ; + qudt:ucumCode "V.Pa-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N98" ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Pascal"@cs ; + rdfs:label "Volt na Pascal"@sl ; + rdfs:label "Volt par Pascal"@fr ; + rdfs:label "Volt pe Pascal"@ro ; + rdfs:label "Volt per Pascal" ; + rdfs:label "Volt per Pascal"@en ; + rdfs:label "Volt per Pascal"@it ; + rdfs:label "Volt per Pascal"@ms ; + rdfs:label "Volt per Pascal"@tr ; + rdfs:label "Volt por Pascal"@pt ; + rdfs:label "Volt pro Pascal"@de ; + rdfs:label "Voltio por Pascal"@es ; + rdfs:label "Voltium per Pascalium"@la ; + rdfs:label "Wolt na Paskal"@pl ; + rdfs:label "Βολτ ανά Πασκάλ"@el ; + rdfs:label "Волт на Паскал"@bg ; + rdfs:label "Вольт на Паскаль"@ru . + +unit:V-PER-SEC + a qudt:Unit ; + dcterms:description "'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. "^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$V / sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-4D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerElectricCharge ; + qudt:iec61360Code "0112/2///62720#UAA304" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-1512"^^xsd:anyURI ; + qudt:informativeReference "http://www.thefreedictionary.com/Webers"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA304"^^xsd:anyURI ; + qudt:symbol "V/s" ; + qudt:ucumCode "V.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H46" ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Sekunda"@cs ; + rdfs:label "Volt na Sekunda"@sl ; + rdfs:label "Volt par Seconde"@fr ; + rdfs:label "Volt pe Secundă"@ro ; + rdfs:label "Volt per Saat"@ms ; + rdfs:label "Volt per Saniye"@tr ; + rdfs:label "Volt per Second" ; + rdfs:label "Volt per Second"@en ; + rdfs:label "Volt per Secondo"@it ; + rdfs:label "Volt por Segundo"@pt ; + rdfs:label "Volt pro Sekunde"@de ; + rdfs:label "Voltio por Segundo"@es ; + rdfs:label "Voltium per Secundum"@la ; + rdfs:label "Wolt na Sekunda"@pl ; + rdfs:label "Βολτ ανά Δευτερόλεπτο"@el ; + rdfs:label "Волт на Секунда"@bg ; + rdfs:label "Вольт на Секунда"@ru . + +unit:V-PER-V + a qudt:Unit ; + dcterms:description "SI derived unit volt per SI derived unit volt" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD862" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD862"^^xsd:anyURI ; + qudt:symbol "V/V" ; + qudt:ucumCode "V.V-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt na Volt"@cs ; + rdfs:label "Volt na Volt"@sl ; + rdfs:label "Volt par Volt"@fr ; + rdfs:label "Volt pe Volt"@ro ; + rdfs:label "Volt per Volt" ; + rdfs:label "Volt per Volt"@en ; + rdfs:label "Volt per Volt"@it ; + rdfs:label "Volt per Volt"@ms ; + rdfs:label "Volt per Volt"@tr ; + rdfs:label "Volt por Volt"@pt ; + rdfs:label "Volt pro Volt"@de ; + rdfs:label "Voltio por Voltio"@es ; + rdfs:label "Voltium per Voltium"@la ; + rdfs:label "Wolt na Wolt"@pl ; + rdfs:label "Βολτ ανά Βολτ"@el ; + rdfs:label "Волт на Волт"@bg ; + rdfs:label "Вольт на Вольт"@ru . + +unit:V-SEC-PER-M + a qudt:Unit ; + dcterms:description """ + Volt Second Per Metre is the product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre + """^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFluxPerLength ; + qudt:hasQuantityKind quantitykind:MagneticVectorPotential ; + qudt:hasQuantityKind quantitykind:ScalarMagneticPotential ; + qudt:hasReciprocalUnit unit:M-PER-V-SEC ; + qudt:iec61360Code "0112/2///62720#UAA303" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA303"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre" ; + qudt:symbol "V·s/m" ; + qudt:ucumCode "V.s.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H45" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Saat per Meter"@ms ; + rdfs:label "Volt Saniye per Metre"@tr ; + rdfs:label "Volt Second per Meter"@en-US ; + rdfs:label "Volt Second per Metre" ; + rdfs:label "Volt Second per Metre"@en ; + rdfs:label "Volt Seconde par Mètre"@fr ; + rdfs:label "Volt Secondo per Metro"@it ; + rdfs:label "Volt Secundă pe Metru"@ro ; + rdfs:label "Volt Segundo por Metro"@pt ; + rdfs:label "Volt Sekunda na Meter"@sl ; + rdfs:label "Volt Sekunda na Metr"@cs ; + rdfs:label "Volt Sekunde pro Meter"@de ; + rdfs:label "Voltio Segundo por Metro"@es ; + rdfs:label "Voltium Secundum per Metrum"@la ; + rdfs:label "Wolt Sekunda na Metr"@pl ; + rdfs:label "Βολτ Δευτερόλεπτο ανά Μέτρο"@el ; + rdfs:label "Волт Секунда на Метър"@bg ; + rdfs:label "Вольт Секунда на Метр"@ru . + +unit:V2-PER-K2 + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$v^2/k^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-2L4I0M2H-2T-6D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:V ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:LorenzCoefficient ; + qudt:iec61360Code "0112/2///62720#UAB172" ; + qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB172"^^xsd:anyURI ; + qudt:symbol "V²/K²" ; + qudt:ucumCode "V2.K-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D45" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Kvadratni Volt na Kvadratni Kelvin"@sl ; + rdfs:label "Quadratvolt pro Quadratkelvin"@de ; + rdfs:label "Square Volt per Square Kelvin" ; + rdfs:label "Square Volt per Square Kelvin"@en ; + rdfs:label "Volt Carré par Kelvin Carré"@fr ; + rdfs:label "Volt Persegi per Kelvin Persegi"@ms ; + rdfs:label "Volt Pătrat pe Kelvin Pătrat"@ro ; + rdfs:label "Volt Quadrado por Kelvin Quadrado"@pt ; + rdfs:label "Volt Quadrato per Kelvin Quadrato"@it ; + rdfs:label "Voltio Cuadrado por Kelvin Cuadrado"@es ; + rdfs:label "Voltium Quadratum per Kelvin Quadratum"@la ; + rdfs:label "Voltkare per Kelvinkare"@tr ; + rdfs:label "Wolt Kwadratowy na Kelwin Kwadratowy"@pl ; + rdfs:label "Čtvereční Volt na Čtvereční Kelvin"@cs ; + rdfs:label "Τετραγωνικό Βολτ ανά Τετραγωνικό Κέλβιν"@el ; + rdfs:label "Квадратен Волт на Квадратен Келвин"@bg ; + rdfs:label "Квадратный Вольт на Квадратный Кельвин"@ru . + +unit:VA + a qudt:Unit ; + dcterms:description "Product of the RMS value of the voltage and the RMS value of an alternating electric current"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ApparentPower ; + qudt:iec61360Code "0112/2///62720#UAA298" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA298"^^xsd:anyURI ; + qudt:plainTextDescription "Product of the RMS value of the voltage and the RMS value of an alternating electric current" ; + qudt:symbol "VA" ; + qudt:ucumCode "VA"^^qudt:UCUMcs ; + qudt:udunitsCode "VA" ; + qudt:uneceCommonCode "D46" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere" ; + rdfs:label "Volt Ampere"@en ; + rdfs:label "Volt Ampere"@it ; + rdfs:label "Volt-ampere"@pt ; + rdfs:label "Voltampere"@de ; + rdfs:label "Voltampère"@fr ; + rdfs:label "Voltiamperio"@es ; + rdfs:label "Вольт-ампер"@ru ; + rdfs:label "فولت. أمبير"@ar . + +unit:VA-HR + a qudt:Unit ; + dcterms:description "product of the volt ampere and the unit hour"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:VA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:plainTextDescription "product of the volt ampere and the unit hour" ; + qudt:symbol "VA·h" ; + qudt:ucumCode "VA.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Hour" ; + rdfs:label "Volt Ampere Hour"@en . + +unit:VA-PER-K + a qudt:Unit ; + dcterms:description "the volt ampere divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:VA ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:iec61360Code "0112/2///62720#UAD905" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD905"^^xsd:anyURI ; + qudt:symbol "VA/K" ; + qudt:ucumCode "VA.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere per Kelvin" ; + rdfs:label "Volt Ampere per Kelvin"@en ; + rdfs:label "Volt Ampere per Kelvin"@it ; + rdfs:label "Volt-ampere por Kelvin"@pt ; + rdfs:label "Voltampere pro Kelvin"@de ; + rdfs:label "Voltampère par Kelvin"@fr ; + rdfs:label "Voltiamperio por Kelvin"@es ; + rdfs:label "Вольт-ампер на Кельвин"@ru . + +unit:VAR + a qudt:Unit ; + dcterms:description "unit for reactive power"^^rdf:HTML ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:ReactivePower ; + qudt:iec61360Code "0112/2///62720#UAB023" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB023"^^xsd:anyURI ; + qudt:plainTextDescription "unit for reactive power" ; + qudt:symbol "var" ; + qudt:ucumCode "var"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D44" ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Reactive" ; + rdfs:label "Volt Ampere Reactive"@en . + +unit:VAR-HR + a qudt:Unit ; + dcterms:description "product of the unit volt ampere reactive and the unit hour"^^rdf:HTML ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:VAR ; + ] ; + qudt:hasQuantityKind quantitykind:ReactiveEnergy ; + qudt:plainTextDescription "product of the unit volt ampere reactive and the unit hour" ; + qudt:symbol "var·h" ; + qudt:ucumCode "var.h"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Reactive Hour" ; + rdfs:label "Volt Ampere Reactive Hour"@en . + +unit:VAR-PER-K + a qudt:Unit ; + dcterms:description "unit volt ampere reactive divided by the SI base unit kelvin" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:VAR ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD901" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD901"^^xsd:anyURI ; + qudt:symbol "var/K" ; + qudt:ucumCode "var.K-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Volt Ampere Reactive per Kelvin" ; + rdfs:label "Volt Ampere Reactive per Kelvin"@en . + +unit:V_Ab + a qudt:Unit ; + dcterms:description "A unit of electrical potential equal to one hundred millionth of a volt ($10^{-8}\\,volts$), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: $1\\,erg\\cdot\\,1\\,abV\\,=\\,10\\,nV$."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Abvolt"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:informativeReference "http://www.lexic.us/definition-of/abvolt"^^xsd:anyURI ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-27"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Abvolt?oldid=477198646"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:V ; + qudt:symbol "abV" ; + qudt:ucumCode "10.nV"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abvolt" ; + rdfs:label "Abvolt"@en . + +unit:V_Ab-PER-CentiM + a qudt:Unit ; + dcterms:description """ + In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength. + """^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.000001 ; + qudt:conversionMultiplierSN 1.0E-6 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V_Ab ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricField ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:informativeReference "https://encyclopedia2.thefreedictionary.com/abvolt+per+centimeter"^^xsd:anyURI ; + qudt:symbol "abV/cm" ; + qudt:ucumCode "10.nV.cm-1"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abvolt per Centimeter"@en-US ; + rdfs:label "Abvolt per Centimetre" ; + rdfs:label "Abvolt per Centimetre"@en . + +unit:V_Ab-SEC + a qudt:Unit ; + dcterms:description "The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = $10^{8}$ maxwell."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:conversionMultiplier 0.00000001 ; + qudt:conversionMultiplierSN 1.0E-8 ; + qudt:derivedUnitOfSystem sou:CGS-EMU ; + qudt:expression "$abv-sec$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V_Ab ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-820"^^xsd:anyURI ; + qudt:symbol "abV·s" ; + qudt:ucumCode "10.nV.s"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Abvolt Second" ; + rdfs:label "Abvolt Second"@en . + +unit:V_Stat + a qudt:Unit ; + dcterms:description "\"statvolt\" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as $1 erg / esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-ESU ; + qudt:conversionMultiplier 299.792458 ; + qudt:conversionMultiplierSN 2.99792458E2 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Statvolt"^^xsd:anyURI ; + qudt:derivedUnitOfSystem sou:CGS-ESU ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ; + qudt:hasQuantityKind quantitykind:ElectricPotential ; + qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ; + qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ; + qudt:hasQuantityKind quantitykind:Voltage ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Statvolt?oldid=491769750"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:V ; + qudt:symbol "statV" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Statvolt" ; + rdfs:label "Statvolt"@en . + +unit:V_Stat-CentiM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 2.99792458 ; + qudt:conversionMultiplierSN 2.99792458E0 ; + qudt:expression "$statvolt-centimeter$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V_Stat ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricFlux ; + qudt:symbol "statV·cm" ; + rdfs:isDefinedBy ; + rdfs:label "Statvolt Centimeter"@en-US ; + rdfs:label "Statvolt Centimetre" ; + rdfs:label "Statvolt Centimetre"@en . + +unit:V_Stat-PER-CentiM + a qudt:Unit ; + dcterms:description """One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. +The abvolt is another option for a unit of voltage in the cgs system."""^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 29979.2458 ; + qudt:conversionMultiplierSN 2.99792458E4 ; + qudt:expression "$statv-per-cm$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:V_Stat ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricField ; + qudt:hasQuantityKind quantitykind:ElectricFieldStrength ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ; + qudt:symbol "statV/cm" ; + rdfs:isDefinedBy ; + rdfs:label "Statvolt per Centimeter"@en-US ; + rdfs:label "Statvolt per Centimetre" ; + rdfs:label "Statvolt per Centimetre"@en . + +unit:W + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:ElectricPower ; + qudt:hasQuantityKind quantitykind:Power ; + qudt:iec61360Code "0112/2///62720#UAA306" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA306"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ; + qudt:latexDefinition "$\\textit{W}\\ \\equiv\\ \\text{watt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{second}}\\ \\equiv\\ \\frac{\\text{N.m}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{newton.metre}}{\\text{second}}\\ \\equiv\\ \\text{V.A}\\ \\equiv\\ \\text{volt.amp}\\ \\equiv\\ \\Omega\\text{.A}^{2}\\ \\equiv\\ \\text{ohm.amp}^{2}$"^^qudt:LatexString ; + qudt:omUnit ; + qudt:siExactMatch si-unit:watt ; + qudt:symbol "W" ; + qudt:ucumCode "W"^^qudt:UCUMcs ; + qudt:udunitsCode "W" ; + qudt:uneceCommonCode "WTT" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio"@es ; + rdfs:label "Wat"@pl ; + rdfs:label "Watt" ; + rdfs:label "Watt"@cs ; + rdfs:label "Watt"@de ; + rdfs:label "Watt"@en ; + rdfs:label "Watt"@fr ; + rdfs:label "Watt"@hu ; + rdfs:label "Watt"@it ; + rdfs:label "Watt"@ms ; + rdfs:label "Watt"@pt ; + rdfs:label "Watt"@ro ; + rdfs:label "Watt"@sl ; + rdfs:label "Watt"@tr ; + rdfs:label "Wattium"@la ; + rdfs:label "Βατ"@el ; + rdfs:label "Ват"@bg ; + rdfs:label "Ватт"@ru ; + rdfs:label "ואט"@he ; + rdfs:label "وات"@fa ; + rdfs:label "واط"@ar ; + rdfs:label "वाट"@hi ; + rdfs:label "ワット"@ja ; + rdfs:label "瓦特"@zh . + +unit:W-HR + a qudt:Unit ; + dcterms:description "The watt hour is a unit of energy, equal to 3,600 joule."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA308" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA308"^^xsd:anyURI ; + qudt:symbol "W·h" ; + qudt:ucumCode "W.h"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WHR" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Watt Hour" ; + rdfs:label "Watt Hour"@en . + +unit:W-HR-PER-KiloGM + a qudt:Unit ; + dcterms:description "product of the SI derived unit watt and the unit hour divided by the SI base unit kilogram" ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:SpecificEnergy ; + qudt:iec61360Code "0112/2///62720#UAD888" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD888"^^xsd:anyURI ; + qudt:symbol "W·h/kg" ; + qudt:ucumCode "W.h.kg-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt Hour per Kilogram" ; + rdfs:label "Watt Hour per Kilogram"@en . + +unit:W-HR-PER-L + a qudt:Unit ; + dcterms:description "product of the SI derived unit watt and the unit hour divided by the unit litre" ; + qudt:conversionMultiplier 3600000.0 ; + qudt:conversionMultiplierSN 3.6E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:L ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAD887" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD887"^^xsd:anyURI ; + qudt:symbol "W·h/L" ; + qudt:ucumCode "W.h.L-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt Hour per Liter"@en-US ; + rdfs:label "Watt Hour per Litre" ; + rdfs:label "Watt Hour per Litre"@en . + +unit:W-HR-PER-M2 + a qudt:Unit ; + dcterms:description "A unit of energy per unit area, equivalent to 3,600 joules per square metre."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:conversionOffset 0.0 ; + qudt:conversionOffsetSN 0.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:plainTextDescription "A unit of energy per unit area, equivalent to 3,600 joules per square metre." ; + qudt:symbol "W·h/m²" ; + qudt:ucumCode "W.h.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt Hour per Square Meter"@en-US ; + rdfs:label "Watt Hour per Square Metre" ; + rdfs:label "Watt Hour per Square Metre"@en . + +unit:W-HR-PER-M3 + a qudt:Unit ; + dcterms:description "The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 3600.0 ; + qudt:conversionMultiplierSN 3.6E3 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyDensity ; + qudt:symbol "W·h/m³" ; + qudt:ucumCode "W.h.m-3"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt Hour per Cubic Meter"@en-US ; + rdfs:label "Watt Hour per Cubic Metre" ; + rdfs:label "Watt Hour per Cubic Metre"@en . + +unit:W-M-PER-M2-SR + a qudt:Unit ; + dcterms:description "The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle."@en ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W·m/(m²·sr)" ; + qudt:ucumCode "W.m.m-2.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio Metro por Metro Cuadrado Estereorradián"@es ; + rdfs:label "Wat Metr na Metr Kwadratowy Steradian"@pl ; + rdfs:label "Watt Meter na Kvadratni Meter Steradian"@sl ; + rdfs:label "Watt Meter per Meter Persegi Steradian"@ms ; + rdfs:label "Watt Meter per Square Meter Steradian"@en-US ; + rdfs:label "Watt Meter pro Quadratmeter Steradiant"@de ; + rdfs:label "Watt Metr na Čtvereční Metr Steradián"@cs ; + rdfs:label "Watt Metre per Metrekare Steradyan"@tr ; + rdfs:label "Watt Metre per Square Metre Steradian" ; + rdfs:label "Watt Metre per Square Metre Steradian"@en ; + rdfs:label "Watt Metro per Metro Quadrato Steradiante"@it ; + rdfs:label "Watt Metro por Metro Quadrado Esterradiano"@pt ; + rdfs:label "Watt Metru pe Metru Pătrat Steradian"@ro ; + rdfs:label "Watt Mètre par Mètre Carré Stéradian"@fr ; + rdfs:label "Wattium Metrum per Metrum Quadratum Steradian"@la ; + rdfs:label "Βατ Μέτρο ανά Τετραγωνικό Μέτρο Στερακτίνιο"@el ; + rdfs:label "Ват Метър на Квадратен Метър Стерадиан"@bg ; + rdfs:label "Ватт Метр на Квадратный Метр Стерадиан"@ru . + +unit:W-M2 + a qudt:Unit ; + dcterms:description "product of the SI derived unit watt and the power of the SI base unit metre with the exponent 2" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PowerArea ; + qudt:iec61360Code "0112/2///62720#UAB350" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB350"^^xsd:anyURI ; + qudt:symbol "W·m²" ; + qudt:ucumCode "W.m2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "Q21" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio Metro Cuadrado"@es ; + rdfs:label "Wat Metr Kwadratowy"@pl ; + rdfs:label "Watt Kvadratni Meter"@sl ; + rdfs:label "Watt Meter Persegi"@ms ; + rdfs:label "Watt Metrekare"@tr ; + rdfs:label "Watt Metro Quadrado"@pt ; + rdfs:label "Watt Metro Quadrato"@it ; + rdfs:label "Watt Metru Pătrat"@ro ; + rdfs:label "Watt Mètre Carré"@fr ; + rdfs:label "Watt Quadratmeter"@de ; + rdfs:label "Watt Square Meter"@en-US ; + rdfs:label "Watt Square Metre" ; + rdfs:label "Watt Square Metre"@en ; + rdfs:label "Watt Čtvereční Metr"@cs ; + rdfs:label "Wattium Metrum Quadratum"@la ; + rdfs:label "Βατ Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ват Квадратен Метър"@bg ; + rdfs:label "Ватт Квадратный Метр"@ru . + +unit:W-M2-PER-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:PowerAreaPerSolidAngle ; + qudt:symbol "W·m²/sr" ; + qudt:ucumCode "W.m2.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio Metro Cuadrado por Estereorradián"@es ; + rdfs:label "Wat Metr Kwadratowy na Steradian"@pl ; + rdfs:label "Watt Kvadratni Meter na Steradian"@sl ; + rdfs:label "Watt Meter Persegi per Steradian"@ms ; + rdfs:label "Watt Metrekare per Steradyan"@tr ; + rdfs:label "Watt Metro Quadrado por Esterradiano"@pt ; + rdfs:label "Watt Metro Quadrato per Steradiante"@it ; + rdfs:label "Watt Metru Pătrat pe Steradian"@ro ; + rdfs:label "Watt Mètre Carré par Stéradian"@fr ; + rdfs:label "Watt Quadratmeter pro Steradiant"@de ; + rdfs:label "Watt Square Meter per Steradian"@en-US ; + rdfs:label "Watt Square Metre per Steradian" ; + rdfs:label "Watt Square Metre per Steradian"@en ; + rdfs:label "Watt Čtvereční Metr na Steradián"@cs ; + rdfs:label "Wattium Metrum Quadratum per Steradian"@la ; + rdfs:label "Βατ Τετραγωνικό Μέτρο ανά Στερακτίνιο"@el ; + rdfs:label "Ват Квадратен Метър на Стерадиан"@bg ; + rdfs:label "Ватт Квадратный Метр на Стерадиан"@ru . + +unit:W-PER-CentiM2 + a qudt:Unit ; + dcterms:description "Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 10000.0 ; + qudt:conversionMultiplierSN 1.0E4 ; + qudt:expression "$W/cm^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:CentiM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB224" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB224"^^xsd:anyURI ; + qudt:symbol "W/cm²" ; + qudt:ucumCode "W.cm-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N48" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Centimetro Cuadrado"@es ; + rdfs:label "Wat na Centimetr Kwadratowy"@pl ; + rdfs:label "Watt na Kvadratni Centimeter"@sl ; + rdfs:label "Watt na Čtvereční Centimetr"@cs ; + rdfs:label "Watt par Centimètre Carré"@fr ; + rdfs:label "Watt pe Centimetru Pătrat"@ro ; + rdfs:label "Watt per Centimeter Persegi"@ms ; + rdfs:label "Watt per Centimetrekare"@tr ; + rdfs:label "Watt per Centimetro Quadrato"@it ; + rdfs:label "Watt per Square Centimeter"@en-US ; + rdfs:label "Watt per Square Centimetre" ; + rdfs:label "Watt per Square Centimetre"@en ; + rdfs:label "Watt pro Quadratcentimeter"@de . + +unit:W-PER-FT2 + a qudt:Unit ; + dcterms:description "Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 10.7639104167097223083335055559 ; + qudt:conversionMultiplierSN 1.07639104167097223083335055559E1 ; + qudt:expression "$W/ft^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:symbol "W/ft²" ; + qudt:ucumCode "W.[ft_i]-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Foot" ; + rdfs:label "Watt per Square Foot"@en . + +unit:W-PER-GM + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the SI derived unit gram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:exactMatch unit:MilliW-PER-MilliGM ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:GM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:plainTextDescription "SI derived unit watt divided by the SI derived unit gram" ; + qudt:symbol "W/g" ; + qudt:ucumCode "W.g-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Gramo"@es ; + rdfs:label "Wat na Gram"@pl ; + rdfs:label "Watt na Gram"@cs ; + rdfs:label "Watt na Gram"@sl ; + rdfs:label "Watt par Gramme"@fr ; + rdfs:label "Watt pe Gram"@ro ; + rdfs:label "Watt per Gram" ; + rdfs:label "Watt per Gram"@en ; + rdfs:label "Watt per Gram"@ms ; + rdfs:label "Watt per Gram"@tr ; + rdfs:label "Watt per Grammo"@it ; + rdfs:label "Watt por Grama"@pt ; + rdfs:label "Watt pro Gramm"@de ; + rdfs:label "Wattium per Gramma"@la . + +unit:W-PER-IN2 + a qudt:Unit ; + dcterms:description "Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1550.0031000062000124000248000496 ; + qudt:conversionMultiplierSN 1.5500031000062000124000248000496E3 ; + qudt:expression "$W/in^{2}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:IN ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:iec61360Code "0112/2///62720#UAB225" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB225"^^xsd:anyURI ; + qudt:symbol "W/in²" ; + qudt:ucumCode "W.[in_i]-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N49" ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Inch" ; + rdfs:label "Watt per Square Inch"@en . + +unit:W-PER-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Watt Per Kelvin ($W/K$) is a unit in the category of Thermal conductivity."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$w-per-K$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductance ; + qudt:hasReciprocalUnit unit:K-PER-W ; + qudt:iec61360Code "0112/2///62720#UAA307" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA307"^^xsd:anyURI ; + qudt:symbol "W/K" ; + qudt:ucumCode "W.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D52" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Kelvin"@es ; + rdfs:label "Wat na Kelwin"@pl ; + rdfs:label "Watt na Kelvin"@cs ; + rdfs:label "Watt na Kelvin"@sl ; + rdfs:label "Watt par Kelvin"@fr ; + rdfs:label "Watt pe Kelvin"@ro ; + rdfs:label "Watt per Kelvin" ; + rdfs:label "Watt per Kelvin"@en ; + rdfs:label "Watt per Kelvin"@it ; + rdfs:label "Watt per Kelvin"@ms ; + rdfs:label "Watt per Kelvin"@tr ; + rdfs:label "Watt por Kelvin"@pt ; + rdfs:label "Watt pro Kelvin"@de ; + rdfs:label "Wattium per Kelvin"@la ; + rdfs:label "Βατ ανά Κέλβιν"@el ; + rdfs:label "Ват на Келвин"@bg ; + rdfs:label "Ватт на Кельвин"@ru . + +unit:W-PER-KiloGM + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the SI base unit kilogram"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:KiloGM ; + ] ; + qudt:hasQuantityKind quantitykind:AbsorbedDoseRate ; + qudt:hasQuantityKind quantitykind:SpecificPower ; + qudt:iec61360Code "0112/2///62720#UAA316" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA316"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit watt divided by the SI base unit kilogram" ; + qudt:symbol "W/kg" ; + qudt:ucumCode "W.kg-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WA" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Kilogramo"@es ; + rdfs:label "Wat na Kilogram"@pl ; + rdfs:label "Watt na Kilogram"@cs ; + rdfs:label "Watt na Kilogram"@sl ; + rdfs:label "Watt par Kilogramme"@fr ; + rdfs:label "Watt pe Kilogram"@ro ; + rdfs:label "Watt per Chilogrammo"@it ; + rdfs:label "Watt per Kilogram" ; + rdfs:label "Watt per Kilogram"@en ; + rdfs:label "Watt per Kilogram"@ms ; + rdfs:label "Watt per Kilogram"@tr ; + rdfs:label "Watt por Quilograma"@pt ; + rdfs:label "Watt pro Kilogramm"@de ; + rdfs:label "Wattium per Chiliogramma"@la ; + rdfs:label "Βατ ανά Χιλιόγραμμο"@el ; + rdfs:label "Ват на Килограм"@bg ; + rdfs:label "Ватт на Килограмм"@ru . + +unit:W-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the SI base unit metre" ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:LineicPower ; + qudt:iec61360Code "0112/2///62720#UAB374" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB374"^^xsd:anyURI ; + qudt:symbol "W/m" ; + qudt:ucumCode "W.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H74" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro"@es ; + rdfs:label "Wat na Metr"@pl ; + rdfs:label "Watt na Meter"@sl ; + rdfs:label "Watt na Metr"@cs ; + rdfs:label "Watt par Mètre"@fr ; + rdfs:label "Watt pe Metru"@ro ; + rdfs:label "Watt per Meter"@en-US ; + rdfs:label "Watt per Meter"@ms ; + rdfs:label "Watt per Metre" ; + rdfs:label "Watt per Metre"@en ; + rdfs:label "Watt per Metre"@tr ; + rdfs:label "Watt per Metro"@it ; + rdfs:label "Watt por Metro"@pt ; + rdfs:label "Watt pro Meter"@de ; + rdfs:label "Wattium per Metrum"@la ; + rdfs:label "Βατ ανά Μέτρο"@el ; + rdfs:label "Ват на Метър"@bg ; + rdfs:label "Ватт на Метр"@ru . + +unit:W-PER-M-DEG_C + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius" ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_C ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:iec61360Code "0112/2///62720#UAB457" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB457"^^xsd:anyURI ; + qudt:symbol "W/(m·°C)" ; + qudt:ucumCode "W.m-1.Cel-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "N80" ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Grado Celsius"@es ; + rdfs:label "Wat na Metr Stopień Celsjusza"@pl ; + rdfs:label "Watt na Meter Stopinja Celzija"@sl ; + rdfs:label "Watt na Metr Stupně Celsia"@cs ; + rdfs:label "Watt par Mètre Degré Celsius"@fr ; + rdfs:label "Watt pe Metru Grad Celsius"@ro ; + rdfs:label "Watt per Meter Darjah Celsius"@ms ; + rdfs:label "Watt per Meter Degree Celsius"@en-US ; + rdfs:label "Watt per Metre Celsius"@tr ; + rdfs:label "Watt per Metre Degree Celsius" ; + rdfs:label "Watt per Metre Degree Celsius"@en ; + rdfs:label "Watt per Metro Grado Celsius"@it ; + rdfs:label "Watt por Metro Grau Celsius"@pt ; + rdfs:label "Watt pro Meter Grad Celsius"@de ; + rdfs:label "Wattium per Metrum Gradus Celsii"@la ; + rdfs:label "Βατ ανά Μέτρο Βαθμός Κελσίου"@el ; + rdfs:label "Ват на Метър Градус Целзий"@bg ; + rdfs:label "Ватт на Метр Градус Цельсия"@ru . + +unit:W-PER-M-K + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W-per-MK$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:ThermalConductivity ; + qudt:hasReciprocalUnit unit:K-M-PER-W ; + qudt:hasReciprocalUnit unit:M-K-PER-W ; + qudt:iec61360Code "0112/2///62720#UAA309" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA309"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ; + qudt:latexSymbol "$W \\cdot m^{-1} \\cdot K^{-1}$"^^qudt:LatexString ; + qudt:symbol "W/(m·K)" ; + qudt:ucumCode "W.m-1.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D53" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Kelvin"@es ; + rdfs:label "Wat na Metr Kelwin"@pl ; + rdfs:label "Watt na Meter Kelvin"@sl ; + rdfs:label "Watt na Metr Kelvin"@cs ; + rdfs:label "Watt par Mètre Kelvin"@fr ; + rdfs:label "Watt pe Metru Kelvin"@ro ; + rdfs:label "Watt per Meter Kelvin"@en-US ; + rdfs:label "Watt per Meter Kelvin"@ms ; + rdfs:label "Watt per Metre Kelvin" ; + rdfs:label "Watt per Metre Kelvin"@en ; + rdfs:label "Watt per Metre Kelvin"@tr ; + rdfs:label "Watt per Metro Kelvin"@it ; + rdfs:label "Watt por Metro Kelvin"@pt ; + rdfs:label "Watt pro Meter Kelvin"@de ; + rdfs:label "Wattium per Metrum Kelvin"@la ; + rdfs:label "Βατ ανά Μέτρο Κέλβιν"@el ; + rdfs:label "Ват на Метър Келвин"@bg ; + rdfs:label "Ватт на Метр Кельвин"@ru . + +unit:W-PER-M2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter ($W/m^2$) has a dimension of $MT^{-3\"$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W/m^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerArea ; + qudt:hasQuantityKind quantitykind:PoyntingVector ; + qudt:hasReciprocalUnit unit:M2-PER-W ; + qudt:iec61360Code "0112/2///62720#UAA310" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA310"^^xsd:anyURI ; + qudt:symbol "W/m²" ; + qudt:ucumCode "W.m-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D54" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado"@es ; + rdfs:label "Wat na Metr Kwadratowy"@pl ; + rdfs:label "Watt na Kvadratni Meter"@sl ; + rdfs:label "Watt na Čtvereční Metr"@cs ; + rdfs:label "Watt par Mètre Carré"@fr ; + rdfs:label "Watt pe Metru Pătrat"@ro ; + rdfs:label "Watt per Meter Persegi"@ms ; + rdfs:label "Watt per Metrekare"@tr ; + rdfs:label "Watt per Metro Quadrato"@it ; + rdfs:label "Watt per Square Meter"@en-US ; + rdfs:label "Watt per Square Metre" ; + rdfs:label "Watt per Square Metre"@en ; + rdfs:label "Watt por Metro Quadrado"@pt ; + rdfs:label "Watt pro Quadratmeter"@de ; + rdfs:label "Wattium per Metrum Quadratum"@la ; + rdfs:label "Βατ ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ват на Квадратен Метър"@bg ; + rdfs:label "Ватт на Квадратный Метр"@ru ; + rdfs:label "وات بر مترمربع"@fa ; + rdfs:label "واط في المتر المربع"@ar ; + rdfs:label "वाट प्रति वर्ग मीटर"@hi ; + rdfs:label "ワット毎平方メートル"@ja ; + rdfs:label "瓦特每平方米"@zh . + +unit:W-PER-M2-K + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """ + The unit $\\textit{Watt Per Square Meter Kelvin }$ ($W m^{-2} K^{-1}$) is a unit in the category of Thermal heat transfer coefficient. + It is also known as $\\textit{watt/square meter-kelvin}$. + This unit is commonly used in the SI unit system. + $\\textit{Watt Per Square Meter Kelvin }$ has a dimension of $MT^{-1}Q^{-1}$ where $M$ is mass, $T$ is time, and $Q$ is temperature. + This unit is the standard SI unit in this category. + """^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W/(m^{2}-K)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:CoefficientOfHeatTransfer ; + qudt:hasQuantityKind quantitykind:CombinedNonEvaporativeHeatTransferCoefficient ; + qudt:hasQuantityKind quantitykind:SurfaceCoefficientOfHeatTransfer ; + qudt:hasReciprocalUnit unit:M2-K-PER-W ; + qudt:iec61360Code "0112/2///62720#UAA311" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA311"^^xsd:anyURI ; + qudt:symbol "W/(m²·K)" ; + qudt:ucumCode "W.m-2.K-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D55" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Kelvin"@es ; + rdfs:label "Wat na Metr Kwadratowy Kelwin"@pl ; + rdfs:label "Watt na Kvadratni Meter Kelvin"@sl ; + rdfs:label "Watt na Čtvereční Metr Kelvin"@cs ; + rdfs:label "Watt par Mètre Carré Kelvin"@fr ; + rdfs:label "Watt pe Metru Pătrat Kelvin"@ro ; + rdfs:label "Watt per Meter Persegi Kelvin"@ms ; + rdfs:label "Watt per Metrekare Kelvin"@tr ; + rdfs:label "Watt per Metro Quadrato Kelvin"@it ; + rdfs:label "Watt per Square Meter Kelvin"@en-US ; + rdfs:label "Watt per Square Metre Kelvin" ; + rdfs:label "Watt per Square Metre Kelvin"@en ; + rdfs:label "Watt por Metro Quadrado Kelvin"@pt ; + rdfs:label "Watt pro Quadratmeter Kelvin"@de ; + rdfs:label "Wattium per Metrum Quadratum Kelvin"@la ; + rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Κέλβιν"@el ; + rdfs:label "Ват на Квадратен Метър Келвин"@bg ; + rdfs:label "Ватт на Квадратный Метр Кельвин"@ru . + +unit:W-PER-M2-K4 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Watt Per Square Meter Per Quartic Kelvin ($W/m2\\cdotK4)$ is a unit in the category of light."^^qudt:LatexString ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$W/(m^2.K^4)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H-4T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -4 ; + qudt:hasUnit unit:K ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:PowerPerAreaQuarticTemperature ; + qudt:iec61360Code "0112/2///62720#UAB175" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB175"^^xsd:anyURI ; + qudt:symbol "W/(m²·K⁴)" ; + qudt:ucumCode "W.m-2.K-4"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D56" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Watt per Square Meter Quartic Kelvin"@en-US ; + rdfs:label "Watt per Square Metre Quartic Kelvin" ; + rdfs:label "Watt per Square Metre Quartic Kelvin"@en ; + rdfs:label "Watt pro Quadratmeter Kelvin hoch vier"@de . + +unit:W-PER-M2-M + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W/(m²·m)" ; + qudt:ucumCode "W.m-2.m-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Metro"@es ; + rdfs:label "Wat na Metr Kwadratowy Metr"@pl ; + rdfs:label "Watt na Kvadratni Meter Meter"@sl ; + rdfs:label "Watt na Čtvereční Metr Metr"@cs ; + rdfs:label "Watt par Mètre Carré Mètre"@fr ; + rdfs:label "Watt pe Metru Pătrat Metru"@ro ; + rdfs:label "Watt per Meter Persegi Meter"@ms ; + rdfs:label "Watt per Metrekare Metre"@tr ; + rdfs:label "Watt per Metro Quadrato Metro"@it ; + rdfs:label "Watt per Square Meter Meter"@en-US ; + rdfs:label "Watt per Square Metre Metre" ; + rdfs:label "Watt per Square Metre Metre"@en ; + rdfs:label "Watt por Metro Quadrado Metro"@pt ; + rdfs:label "Watt pro Quadratmeter Meter"@de ; + rdfs:label "Wattium per Metrum Quadratum Metrum"@la ; + rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Μέτρο"@el ; + rdfs:label "Ват на Квадратен Метър Метър"@bg ; + rdfs:label "Ватт на Квадратный Метр Метр"@ru . + +unit:W-PER-M2-M-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W/(m²·m·sr)" ; + qudt:ucumCode "W.m-2.m-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Metro Estereorradián"@es ; + rdfs:label "Wat na Metr Kwadratowy Metr Steradian"@pl ; + rdfs:label "Watt na Kvadratni Meter Meter Steradian"@sl ; + rdfs:label "Watt na Čtvereční Metr Metr Steradián"@cs ; + rdfs:label "Watt par Mètre Carré Mètre Stéradian"@fr ; + rdfs:label "Watt pe Metru Pătrat Metru Steradian"@ro ; + rdfs:label "Watt per Meter Persegi Meter Steradian"@ms ; + rdfs:label "Watt per Metrekare Metre Steradyan"@tr ; + rdfs:label "Watt per Metro Quadrato Metro Steradiante"@it ; + rdfs:label "Watt per Square Meter Meter Steradian"@en-US ; + rdfs:label "Watt per Square Metre Metre Steradian" ; + rdfs:label "Watt per Square Metre Metre Steradian"@en ; + rdfs:label "Watt por Metro Quadrado Metro Esterradiano"@pt ; + rdfs:label "Watt pro Quadratmeter Meter Steradiant"@de ; + rdfs:label "Wattium per Metrum Quadratum Metrum Steradian"@la ; + rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Μέτρο Στερακτίνιο"@el ; + rdfs:label "Ват на Квадратен Метър Метър Стерадиан"@bg ; + rdfs:label "Ватт на Квадратный Метр Метр Стерадиан"@ru . + +unit:W-PER-M2-MicroM + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiance ; + qudt:plainTextDescription "A unit of spectral radiance, which is the radiance per unit of wavelength. It is watts per square meter per micrometer" ; + qudt:symbol "W/(m²·μm)" ; + qudt:ucumCode "W.m-2.um-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Micrometro"@es ; + rdfs:label "Wat na Metr Kwadratowy Micrometr"@pl ; + rdfs:label "Watt na Kvadratni Meter Micrometer"@sl ; + rdfs:label "Watt na Čtvereční Metr Micrometr"@cs ; + rdfs:label "Watt par Mètre Carré Micromètre"@fr ; + rdfs:label "Watt pe Metru Pătrat Micrometru"@ro ; + rdfs:label "Watt per Meter Persegi Micrometer"@ms ; + rdfs:label "Watt per Metrekare Micrometre"@tr ; + rdfs:label "Watt per Metro Quadrato Micrometro"@it ; + rdfs:label "Watt per Square Meter Micrometer"@en-US ; + rdfs:label "Watt per Square Metre Micrometre" ; + rdfs:label "Watt per Square Metre Micrometre"@en ; + rdfs:label "Watt pro Quadratmeter Micrometer"@de ; + rdfs:seeAlso quantitykind:Radiance . + +unit:W-PER-M2-MicroM-SR + a qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000.0 ; + qudt:conversionMultiplierSN 1.0E6 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MicroM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiance ; + qudt:plainTextDescription "A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per meter squared per micrometer per steradian" ; + qudt:symbol "W/(m²·μm·sr)" ; + qudt:ucumCode "W.m-2.um-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Micrometro Estereorradián"@es ; + rdfs:label "Wat na Metr Kwadratowy Micrometr Steradian"@pl ; + rdfs:label "Watt na Kvadratni Meter Micrometer Steradian"@sl ; + rdfs:label "Watt na Čtvereční Metr Micrometr Steradián"@cs ; + rdfs:label "Watt par Mètre Carré Micromètre Stéradian"@fr ; + rdfs:label "Watt pe Metru Pătrat Micrometru Steradian"@ro ; + rdfs:label "Watt per Meter Persegi Micrometer Steradian"@ms ; + rdfs:label "Watt per Metrekare Micrometre Steradyan"@tr ; + rdfs:label "Watt per Metro Quadrato Micrometro Steradiante"@it ; + rdfs:label "Watt per Square Meter Micrometer Steradian"@en-US ; + rdfs:label "Watt per Square Metre Micrometre Steradian" ; + rdfs:label "Watt per Square Metre Micrometre Steradian"@en ; + rdfs:label "Watt pro Quadratmeter Micrometer Steradiant"@de . + +unit:W-PER-M2-NanoM + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:symbol "W/(m²·nm)" ; + qudt:ucumCode "W.m-2.nm-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Nanometro"@es ; + rdfs:label "Wat na Metr Kwadratowy Nanometr"@pl ; + rdfs:label "Watt na Kvadratni Meter Nanometer"@sl ; + rdfs:label "Watt na Čtvereční Metr Nanometr"@cs ; + rdfs:label "Watt par Mètre Carré Nanomètre"@fr ; + rdfs:label "Watt pe Metru Pătrat Nanometru"@ro ; + rdfs:label "Watt per Meter Persegi Nanometer"@ms ; + rdfs:label "Watt per Metrekare Nanometre"@tr ; + rdfs:label "Watt per Metro Quadrato Nanometro"@it ; + rdfs:label "Watt per Square Meter Nanometer"@en-US ; + rdfs:label "Watt per Square Metre Nanometre" ; + rdfs:label "Watt per Square Metre Nanometre"@en ; + rdfs:label "Watt pro Quadratmeter Nanometer"@de . + +unit:W-PER-M2-NanoM-SR + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000.0 ; + qudt:conversionMultiplierSN 1.0E9 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NanoM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:SpectralRadiance ; + qudt:symbol "W/(m²·nm·sr)" ; + qudt:ucumCode "W.m-2.nm-1.sr-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Nanometro Estereorradián"@es ; + rdfs:label "Wat na Metr Kwadratowy Nanometr Steradian"@pl ; + rdfs:label "Watt na Kvadratni Meter Nanometer Steradian"@sl ; + rdfs:label "Watt na Čtvereční Metr Nanometr Steradián"@cs ; + rdfs:label "Watt par Mètre Carré Nanomètre Stéradian"@fr ; + rdfs:label "Watt pe Metru Pătrat Nanometru Steradian"@ro ; + rdfs:label "Watt per Meter Persegi Nanometer Steradian"@ms ; + rdfs:label "Watt per Metrekare Nanometre Steradyan"@tr ; + rdfs:label "Watt per Metro Quadrato Nanometro Steradiante"@it ; + rdfs:label "Watt per Square Meter Nanometer Steradian"@en-US ; + rdfs:label "Watt per Square Metre Nanometre Steradian" ; + rdfs:label "Watt per Square Metre Nanometre Steradian"@en ; + rdfs:label "Watt pro Quadratmeter Nanometer Steradiant"@de . + +unit:W-PER-M2-PA + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "Watt Per Square Meter Per Pascal ($W/m^2-pa$) is a unit of Evaporative Heat Transfer."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:expression "$W/(m^2.pa)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PA ; + ] ; + qudt:hasQuantityKind quantitykind:EvaporativeHeatTransferCoefficient ; + qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; + qudt:symbol "W/(m²·Pa)" ; + qudt:ucumCode "W.m-2.Pa-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Pascal"@es ; + rdfs:label "Wat na Metr Kwadratowy Paskal"@pl ; + rdfs:label "Watt na Kvadratni Meter Pascal"@sl ; + rdfs:label "Watt na Čtvereční Metr Pascal"@cs ; + rdfs:label "Watt par Mètre Carré Pascal"@fr ; + rdfs:label "Watt pe Metru Pătrat Pascal"@ro ; + rdfs:label "Watt per Meter Persegi Pascal"@ms ; + rdfs:label "Watt per Metrekare Pascal"@tr ; + rdfs:label "Watt per Metro Quadrato Pascal"@it ; + rdfs:label "Watt per Square Meter Pascal"@en-US ; + rdfs:label "Watt per Square Metre Pascal" ; + rdfs:label "Watt per Square Metre Pascal"@en ; + rdfs:label "Watt por Metro Quadrado Pascal"@pt ; + rdfs:label "Watt pro Quadratmeter Pascal"@de ; + rdfs:label "Wattium per Metrum Quadratum Pascalium"@la ; + rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Πασκάλ"@el ; + rdfs:label "Ват на Квадратен Метър Паскал"@bg ; + rdfs:label "Ватт на Квадратный Метр Паскаль"@ru . + +unit:W-PER-M2-SR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Watt per steradian per square metre}$ is the SI unit of radiance ($W·sr^{-1}·m^{-2}$), + while that of spectral radiance in frequency is the watt per steradian per square metre + per hertz ($W·sr^{-1}·m^{-2}·Hz^{-1}$) and that of spectral radiance in wavelength is + the watt per steradian per square metre, per metre ($W·sr^{-1}·m^{-3}$), + commonly the watt per steradian per square metre per nanometre ($W·sr^{-1}·m^{-2}·nm^{-1}$). + It has a dimension of $ML^{-4}T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. + This unit is the standard SI unit in this category." + """^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W/(m^2.sr)$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasQuantityKind quantitykind:Radiance ; + qudt:iec61360Code "0112/2///62720#UAA315" ; + qudt:informativeReference "http://www.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA315"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI ; + qudt:symbol "W/(m²·sr)" ; + qudt:ucumCode "W.m-2.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D58" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cuadrado Estereorradián"@es ; + rdfs:label "Wat na Metr Kwadratowy Steradian"@pl ; + rdfs:label "Watt na Kvadratni Meter Steradian"@sl ; + rdfs:label "Watt na Čtvereční Metr Steradián"@cs ; + rdfs:label "Watt par Mètre Carré Stéradian"@fr ; + rdfs:label "Watt pe Metru Pătrat Steradian"@ro ; + rdfs:label "Watt per Meter Persegi Steradian"@ms ; + rdfs:label "Watt per Metrekare Steradyan"@tr ; + rdfs:label "Watt per Metro Quadrato Steradiante"@it ; + rdfs:label "Watt per Square Meter Steradian"@en-US ; + rdfs:label "Watt per Square Metre Steradian" ; + rdfs:label "Watt per Square Metre Steradian"@en ; + rdfs:label "Watt por Metro Quadrado Esterradiano"@pt ; + rdfs:label "Watt pro Quadratmeter Steradiant"@de ; + rdfs:label "Wattium per Metrum Quadratum Steradian"@la ; + rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Στερακτίνιο"@el ; + rdfs:label "Ват на Квадратен Метър Стерадиан"@bg ; + rdfs:label "Ватт на Квадратный Метр Стерадиан"@ru . + +unit:W-PER-M3 + a qudt:Unit ; + dcterms:description "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -3 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:PowerDensity ; + qudt:hasQuantityKind quantitykind:PowerPerVolume ; + qudt:iec61360Code "0112/2///62720#UAA312" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA312"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3" ; + qudt:symbol "W/m³" ; + qudt:ucumCode "W.m-3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "H47" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Metro Cúbico"@es ; + rdfs:label "Wat na Metr Sześcienny"@pl ; + rdfs:label "Watt na Kubični Meter"@sl ; + rdfs:label "Watt na Metr Krychlový"@cs ; + rdfs:label "Watt par Mètre Cube"@fr ; + rdfs:label "Watt pe Metru Cub"@ro ; + rdfs:label "Watt per Cubic Meter"@en-US ; + rdfs:label "Watt per Cubic Metre" ; + rdfs:label "Watt per Cubic Metre"@en ; + rdfs:label "Watt per Meter Kubik"@ms ; + rdfs:label "Watt per Metreküp"@tr ; + rdfs:label "Watt per Metro Cubo"@it ; + rdfs:label "Watt por Metro Cúbico"@pt ; + rdfs:label "Watt pro Kubikmeter"@de ; + rdfs:label "Wattium per Metrum Cubicum"@la ; + rdfs:label "Βατ ανά Κυβικό Μέτρο"@el ; + rdfs:label "Ват на Кубичен Метър"@bg ; + rdfs:label "Ватт на Кубический Метр"@ru . + +unit:W-PER-SR + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "$\\textit{Watt Per Steradian (W/sr)}$ is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of $M\\cdot L^{-2}\\cdot T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:expression "$W sr^{-1}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasQuantityKind quantitykind:RadiantIntensity ; + qudt:iec61360Code "0112/2///62720#UAA314" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA314"^^xsd:anyURI ; + qudt:symbol "W/sr" ; + qudt:ucumCode "W.sr-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D57" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio por Estereorradián"@es ; + rdfs:label "Wat na Steradian"@pl ; + rdfs:label "Watt na Steradian"@sl ; + rdfs:label "Watt na Steradián"@cs ; + rdfs:label "Watt par Stéradian"@fr ; + rdfs:label "Watt pe Steradian"@ro ; + rdfs:label "Watt per Steradian" ; + rdfs:label "Watt per Steradian"@en ; + rdfs:label "Watt per Steradian"@ms ; + rdfs:label "Watt per Steradiante"@it ; + rdfs:label "Watt per Steradyan"@tr ; + rdfs:label "Watt por Esterradiano"@pt ; + rdfs:label "Watt pro Steradiant"@de ; + rdfs:label "Wattium per Steradian"@la ; + rdfs:label "Βατ ανά Στερακτίνιο"@el ; + rdfs:label "Ват на Стерадиан"@bg ; + rdfs:label "Ватт на Стерадиан"@ru . + +unit:W-SEC + a qudt:Unit ; + dcterms:description "product of the SI derived unit watt and SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Energy ; + qudt:iec61360Code "0112/2///62720#UAA313" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA313"^^xsd:anyURI ; + qudt:plainTextDescription "product of the SI derived unit watt and SI base unit second" ; + qudt:symbol "W·s" ; + qudt:ucumCode "W.s"^^qudt:UCUMcs ; + qudt:uneceCommonCode "J55" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Vatio Segundo"@es ; + rdfs:label "Wat Sekunda"@pl ; + rdfs:label "Watt Saat"@ms ; + rdfs:label "Watt Saniye"@tr ; + rdfs:label "Watt Second" ; + rdfs:label "Watt Second"@en ; + rdfs:label "Watt Seconde"@fr ; + rdfs:label "Watt Secondo"@it ; + rdfs:label "Watt Secundă"@ro ; + rdfs:label "Watt Segundo"@pt ; + rdfs:label "Watt Sekunda"@cs ; + rdfs:label "Watt Sekunda"@sl ; + rdfs:label "Watt Sekunde"@de ; + rdfs:label "Wattium Secundum"@la ; + rdfs:label "Βατ Δευτερόλεπτο"@el ; + rdfs:label "Ват Секунда"@bg ; + rdfs:label "Ватт Секунда"@ru . + +unit:W-SEC-PER-M2 + a qudt:Unit ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:W ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:EnergyPerArea ; + qudt:symbol "W·s/m²" ; + qudt:ucumCode "W.s.m-2"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Vatio Segundo por Metro Cuadrado"@es ; + rdfs:label "Wat Sekunda na Metr Kwadratowy"@pl ; + rdfs:label "Watt Saat per Meter Persegi"@ms ; + rdfs:label "Watt Saniye per Metrekare"@tr ; + rdfs:label "Watt Second per Square Meter"@en-US ; + rdfs:label "Watt Second per Square Metre" ; + rdfs:label "Watt Second per Square Metre"@en ; + rdfs:label "Watt Seconde par Mètre Carré"@fr ; + rdfs:label "Watt Secondo per Metro Quadrato"@it ; + rdfs:label "Watt Secundă pe Metru Pătrat"@ro ; + rdfs:label "Watt Segundo por Metro Quadrado"@pt ; + rdfs:label "Watt Sekunda na Kvadratni Meter"@sl ; + rdfs:label "Watt Sekunda na Čtvereční Metr"@cs ; + rdfs:label "Watt Sekunde pro Quadratmeter"@de ; + rdfs:label "Wattium Secundum per Metrum Quadratum"@la ; + rdfs:label "Βατ Δευτερόλεπτο ανά Τετραγωνικό Μέτρο"@el ; + rdfs:label "Ват Секунда на Квадратен Метър"@bg ; + rdfs:label "Ватт Секунда на Квадратный Метр"@ru . + +unit:WB + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to $10^{8}$ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are $(kg \\cdot m^2)/(s^2 \\cdot A)$. The weber is commonly expressed in terms of other derived units as the Tesla-square meter ($T \\cdot m^2$), volt-seconds ($V \\cdot s$), or joules per ampere ($J/A$)."^^qudt:LatexString ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Weber"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:SI ; + qudt:derivedCoherentUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:A ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:J ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticFlux ; + qudt:hasReciprocalUnit unit:A-PER-J ; + qudt:iec61360Code "0112/2///62720#UAA317" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA317"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Weber_(unit)"^^xsd:anyURI ; + qudt:omUnit ; + qudt:siExactMatch si-unit:weber ; + qudt:siUnitsExpression "V.s" ; + qudt:symbol "Wb" ; + qudt:ucumCode "Wb"^^qudt:UCUMcs ; + qudt:udunitsCode "Wb" ; + qudt:uneceCommonCode "WEB" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Weber" ; + rdfs:label "Weber"@cs ; + rdfs:label "Weber"@de ; + rdfs:label "Weber"@en ; + rdfs:label "Weber"@es ; + rdfs:label "Weber"@fr ; + rdfs:label "Weber"@hu ; + rdfs:label "Weber"@it ; + rdfs:label "Weber"@ms ; + rdfs:label "Weber"@pl ; + rdfs:label "Weber"@pt ; + rdfs:label "Weber"@ro ; + rdfs:label "Weber"@sl ; + rdfs:label "Weber"@tr ; + rdfs:label "Weberium"@la ; + rdfs:label "Βέμπερ"@el ; + rdfs:label "Вебер"@bg ; + rdfs:label "Вебер"@ru ; + rdfs:label "ובר"@he ; + rdfs:label "وبر"@fa ; + rdfs:label "ويبر; فيبر"@ar ; + rdfs:label "वैबर"@hi ; + rdfs:label "ウェーバ"@ja ; + rdfs:label "韦伯"@zh . + +unit:WB-M + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:exactMatch unit:N-M2-PER-A ; + qudt:hasDimensionVector qkdv:A0E-1L3I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:WB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticDipoleMoment ; + qudt:iec61360Code "0112/2///62720#UAB333" ; + qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB333"^^xsd:anyURI ; + qudt:symbol "Wb·m" ; + qudt:ucumCode "Wb.m"^^qudt:UCUMcs ; + qudt:uneceCommonCode "P50" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Weber Meter"@de ; + rdfs:label "Weber Meter"@en-US ; + rdfs:label "Weber Meter"@ms ; + rdfs:label "Weber Meter"@sl ; + rdfs:label "Weber Metr"@cs ; + rdfs:label "Weber Metr"@pl ; + rdfs:label "Weber Metre" ; + rdfs:label "Weber Metre"@en ; + rdfs:label "Weber Metre"@tr ; + rdfs:label "Weber Metro"@es ; + rdfs:label "Weber Metro"@it ; + rdfs:label "Weber Metro"@pt ; + rdfs:label "Weber Metru"@ro ; + rdfs:label "Weber Mètre"@fr ; + rdfs:label "Weberium Metrum"@la ; + rdfs:label "Βέμπερ Μέτρο"@el ; + rdfs:label "Вебер Метр"@ru ; + rdfs:label "Вебер Метър"@bg . + +unit:WB-PER-M + a qudt:Unit ; + dcterms:description "SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1.0 ; + qudt:conversionMultiplierSN 1.0E0 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:WB ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:M ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticVectorPotential ; + qudt:iec61360Code "0112/2///62720#UAA318" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA318"^^xsd:anyURI ; + qudt:plainTextDescription "SI derived unit weber divided by the SI base unit metre" ; + qudt:symbol "Wb/m" ; + qudt:ucumCode "Wb.m-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D59" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Weber na Meter"@sl ; + rdfs:label "Weber na Metr"@cs ; + rdfs:label "Weber na Metr"@pl ; + rdfs:label "Weber par Mètre"@fr ; + rdfs:label "Weber pe Metru"@ro ; + rdfs:label "Weber per Meter"@en-US ; + rdfs:label "Weber per Meter"@ms ; + rdfs:label "Weber per Metre" ; + rdfs:label "Weber per Metre"@en ; + rdfs:label "Weber per Metre"@tr ; + rdfs:label "Weber per Metro"@it ; + rdfs:label "Weber por Metro"@es ; + rdfs:label "Weber por Metro"@pt ; + rdfs:label "Weber pro Meter"@de ; + rdfs:label "Weberium per Metrum"@la ; + rdfs:label "Βέμπερ ανά Μέτρο"@el ; + rdfs:label "Вебер на Метр"@ru ; + rdfs:label "Вебер на Метър"@bg ; + rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; + rdfs:label "وبر بر متر"@fa ; + rdfs:label "प्रति मीटर वैबर"@hi ; + rdfs:label "ウェーバ毎メートル"@ja ; + rdfs:label "韦伯每米"@zh . + +unit:WB-PER-MilliM + a qudt:Unit ; + dcterms:description "derived SI unit weber divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000.0 ; + qudt:conversionMultiplierSN 1.0E3 ; + qudt:hasDimensionVector qkdv:A0E-1L1I0M1H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MilliM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:WB ; + ] ; + qudt:hasQuantityKind quantitykind:MagneticVectorPotential ; + qudt:iec61360Code "0112/2///62720#UAB074" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB074"^^xsd:anyURI ; + qudt:plainTextDescription "derived SI unit weber divided by the 0.001-fold of the SI base unit metre" ; + qudt:symbol "Wb/mm" ; + qudt:ucumCode "Wb.mm-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D60" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Weber na Millimeter"@sl ; + rdfs:label "Weber na Millimetr"@cs ; + rdfs:label "Weber na Millimetr"@pl ; + rdfs:label "Weber par Millimètre"@fr ; + rdfs:label "Weber pe Millimetru"@ro ; + rdfs:label "Weber per Millimeter"@en-US ; + rdfs:label "Weber per Millimeter"@ms ; + rdfs:label "Weber per Millimetre" ; + rdfs:label "Weber per Millimetre"@en ; + rdfs:label "Weber per Millimetre"@tr ; + rdfs:label "Weber per Millimetro"@it ; + rdfs:label "Weber por Millimetro"@es ; + rdfs:label "Weber pro Millimeter"@de . + +unit:WK + a qudt:Unit ; + dcterms:description "Mean solar week"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 604800.0 ; + qudt:conversionMultiplierSN 6.048E5 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Week"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB024" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB024"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Week?oldid=493867029"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:SEC ; + qudt:symbol "wk" ; + qudt:ucumCode "wk"^^qudt:UCUMcs ; + qudt:uneceCommonCode "WEE" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Week" ; + rdfs:label "Week"@en . + +unit:WK-PER-NUM + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 604800.0 ; + qudt:conversionMultiplierSN 6.048E5 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:WK ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasQuantityKind quantitykind:TimePerCount ; + qudt:symbol "wk/#" ; + qudt:ucumCode "wk.{#}-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Week per Number" ; + rdfs:label "Week per Number"@en . + +unit:YD + a qudt:Unit ; + dcterms:description "A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.9144 ; + qudt:conversionMultiplierSN 9.144E-1 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Yard"^^xsd:anyURI ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:factorUnitScalar 3.0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:FT ; + ] ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB030" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB030"^^xsd:anyURI ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Yard?oldid=492334628"^^xsd:anyURI ; + qudt:symbol "yd" ; + qudt:ucumCode "[yd_i]"^^qudt:UCUMcs ; + qudt:udunitsCode "yd" ; + qudt:uneceCommonCode "YRD" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Yard" ; + rdfs:label "Yard"@en . + +unit:YD-PER-DEG_F + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.64592 ; + qudt:conversionMultiplierSN 1.64592E0 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasQuantityKind quantitykind:LinearThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAB031" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB031"^^xsd:anyURI ; + qudt:plainTextDescription "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "yd/°F" ; + qudt:ucumCode "[yd_i].[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L98" ; + rdfs:isDefinedBy ; + rdfs:label "Yard per Degree Fahrenheit" ; + rdfs:label "Yard per Degree Fahrenheit"@en . + +unit:YD-PER-HR + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the unit hour" ; + qudt:conversionMultiplier 0.000254 ; + qudt:conversionMultiplierSN 2.54E-4 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB396" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB396"^^xsd:anyURI ; + qudt:symbol "yd/h" ; + qudt:ucumCode "[yd_i].h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M66" ; + rdfs:isDefinedBy ; + rdfs:label "Yard per Hour" ; + rdfs:label "Yard per Hour"@en . + +unit:YD-PER-MIN + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the unit minute" ; + qudt:conversionMultiplier 0.01524 ; + qudt:conversionMultiplierSN 1.524E-2 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB395" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB395"^^xsd:anyURI ; + qudt:symbol "yd/min" ; + qudt:ucumCode "[yd_i].min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M65" ; + rdfs:isDefinedBy ; + rdfs:label "Yard per Minute" ; + rdfs:label "Yard per Minute"@en . + +unit:YD-PER-PSI + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.0001326225073805033063370379959585719 ; + qudt:conversionMultiplierSN 1.326225073805033063370379959585719E-4 ; + qudt:hasDimensionVector qkdv:A0E0L2I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB032" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB032"^^xsd:anyURI ; + qudt:symbol "yd/psi" ; + qudt:ucumCode "[yd_i].[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "L99" ; + rdfs:isDefinedBy ; + rdfs:label "Yard per Psi" ; + rdfs:label "Yard per Psi"@en . + +unit:YD-PER-SEC + a qudt:Unit ; + dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; + qudt:conversionMultiplier 0.9144 ; + qudt:conversionMultiplierSN 9.144E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ; + qudt:hasQuantityKind quantitykind:LinearVelocity ; + qudt:hasQuantityKind quantitykind:Speed ; + qudt:hasQuantityKind quantitykind:Velocity ; + qudt:iec61360Code "0112/2///62720#UAB394" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB394"^^xsd:anyURI ; + qudt:symbol "yd/s" ; + qudt:ucumCode "[yd_i].s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M64" ; + rdfs:isDefinedBy ; + rdfs:label "Yard per Second" ; + rdfs:label "Yard per Second"@en . + +unit:YD-PER-SEC2 + a qudt:Unit ; + dcterms:description "unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2" ; + qudt:conversionMultiplier 0.9144 ; + qudt:conversionMultiplierSN 9.144E-1 ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -2 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasQuantityKind quantitykind:Acceleration ; + qudt:hasQuantityKind quantitykind:LinearAcceleration ; + qudt:iec61360Code "0112/2///62720#UAB399" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB399"^^xsd:anyURI ; + qudt:symbol "yd/s²" ; + qudt:ucumCode "[yd_i].s-2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M40" ; + rdfs:isDefinedBy ; + rdfs:label "Yard per Square Second" ; + rdfs:label "Yard per Square Second"@en . + +unit:YD2 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi)."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.83612736 ; + qudt:conversionMultiplierSN 8.3612736E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$yd^2$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 2 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Area ; + qudt:iec61360Code "0112/2///62720#UAB034" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB034"^^xsd:anyURI ; + qudt:symbol "yd²" ; + qudt:ucumCode "[yd_i]2"^^qudt:UCUMcs ; + qudt:uneceCommonCode "YDK" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Square Yard" ; + rdfs:label "Square Yard"@en . + +unit:YD3 + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length."^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.764554857984 ; + qudt:conversionMultiplierSN 7.64554857984E-1 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$yd^{3}$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Volume ; + qudt:hasReciprocalUnit unit:PER-YD3 ; + qudt:iec61360Code "0112/2///62720#UAB035" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB035"^^xsd:anyURI ; + qudt:symbol "yd³" ; + qudt:ucumCode "[yd_i]3"^^qudt:UCUMcs ; + qudt:uneceCommonCode "YDQ" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard" ; + rdfs:label "Cubic Yard"@en . + +unit:YD3-PER-DAY + a qudt:Unit ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.000008849014559999999999999999999999997 ; + qudt:conversionMultiplierSN 8.849014559999999999999999999999997E-6 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DAY ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAB037" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB037"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day" ; + qudt:symbol "yd³/d" ; + qudt:ucumCode "[yd_i]3.d-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M12" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard per Day" ; + rdfs:label "Cubic Yard per Day"@en . + +unit:YD3-PER-DEG_F + a qudt:Unit ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 1.3761987443712 ; + qudt:conversionMultiplierSN 1.3761987443712E0 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H-1T0D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:DEG_F ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeThermalExpansion ; + qudt:iec61360Code "0112/2///62720#UAB036" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB036"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit" ; + qudt:symbol "yd³/°F" ; + qudt:ucumCode "[yd_i]3.[degF]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M11" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard per Degree Fahrenheit" ; + rdfs:label "Cubic Yard per Degree Fahrenheit"@en . + +unit:YD3-PER-HR + a qudt:Unit ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.00021237634944 ; + qudt:conversionMultiplierSN 2.1237634944E-4 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:HR ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAB038" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB038"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour" ; + qudt:symbol "yd³/h" ; + qudt:ucumCode "[yd_i]3.h-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M13" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard per Hour" ; + rdfs:label "Cubic Yard per Hour"@en . + +unit:YD3-PER-MIN + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description """$\\textit{Cubic Yard per Minute}$ is an Imperial unit for 'Volume Per Unit Time' expressed as $yd^{3}/min$. + """^^qudt:LatexString ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.0127425809664 ; + qudt:conversionMultiplierSN 1.27425809664E-2 ; + qudt:definedUnitOfSystem sou:IMPERIAL ; + qudt:definedUnitOfSystem sou:USCS ; + qudt:expression "$yd^{3}/min$"^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:MIN ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAB040" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB040"^^xsd:anyURI ; + qudt:symbol "yd³/min" ; + qudt:ucumCode "[yd_i]3.min-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M15" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard per Minute" ; + rdfs:label "Cubic Yard per Minute"@en . + +unit:YD3-PER-PSI + a qudt:Unit ; + dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)" ; + qudt:conversionMultiplier 0.0001108893069726407449988588497805314 ; + qudt:conversionMultiplierSN 1.108893069726407449988588497805314E-4 ; + qudt:hasDimensionVector qkdv:A0E0L4I0M-1H0T2D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:PSI ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:Unknown ; + qudt:iec61360Code "0112/2///62720#UAB039" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB039"^^xsd:anyURI ; + qudt:symbol "yd³/psi" ; + qudt:ucumCode "[yd_i]3.[psi]-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M14" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard per Psi" ; + rdfs:label "Cubic Yard per Psi"@en . + +unit:YD3-PER-SEC + a qudt:Unit ; + dcterms:description "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 0.764554857984 ; + qudt:conversionMultiplierSN 7.64554857984E-1 ; + qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:SEC ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 3 ; + qudt:hasUnit unit:YD ; + ] ; + qudt:hasQuantityKind quantitykind:VolumeFlowRate ; + qudt:hasQuantityKind quantitykind:VolumePerTime ; + qudt:iec61360Code "0112/2///62720#UAB041" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB041"^^xsd:anyURI ; + qudt:plainTextDescription "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second" ; + qudt:symbol "yd³/s" ; + qudt:ucumCode "[yd_i]3.s-1"^^qudt:UCUMcs ; + qudt:uneceCommonCode "M16" ; + rdfs:isDefinedBy ; + rdfs:label "Cubic Yard per Second" ; + rdfs:label "Cubic Yard per Second"@en . + +unit:YR + a qudt:Unit ; + dcterms:description "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31557600.0 ; + qudt:conversionMultiplierSN 3.15576E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB026" ; + qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/acref-9780198605225-e-1533?rskey=b94Fd6"^^xsd:anyURI ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB026"^^xsd:anyURI ; + qudt:omUnit ; + qudt:scalingOf unit:SEC ; + qudt:symbol "a" ; + qudt:ucumCode "a"^^qudt:UCUMcs ; + qudt:udunitsCode "yr" ; + qudt:uneceCommonCode "ANN" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Year" ; + rdfs:label "Year"@en . + +unit:YR-PER-NUM + a qudt:DerivedUnit, qudt:Unit ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 31557600.0 ; + qudt:conversionMultiplierSN 3.15576E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent -1 ; + qudt:hasUnit unit:NUM ; + ] ; + qudt:hasFactorUnit [ + a qudt:FactorUnit ; + qudt:exponent 1 ; + qudt:hasUnit unit:YR ; + ] ; + qudt:hasQuantityKind quantitykind:TimePerCount ; + qudt:hasReciprocalUnit unit:NUM-PER-YR ; + qudt:symbol "a/#" ; + qudt:ucumCode "a.{#}-1"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + rdfs:label "Year per Number" ; + rdfs:label "Year per Number"@en . + +unit:YR_Common + a qudt:Unit ; + dcterms:description "31,536,000-fold of the SI base unit second according a common year with 365 days"^^rdf:HTML ; + qudt:conversionMultiplier 31536000.0 ; + qudt:conversionMultiplierSN 3.1536E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB025" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB025"^^xsd:anyURI ; + qudt:plainTextDescription "31,536,000-fold of the SI base unit second according a common year with 365 days" ; + qudt:scalingOf unit:SEC ; + qudt:symbol "a" ; + qudt:uneceCommonCode "L95" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Common Year" ; + rdfs:label "Common Year"@en . + +unit:YR_Metrology + a qudt:Unit ; + dcterms:description "31,557,600-fold of the SI base unit second according to one year with 365.25 days as physical quantity in the metrology" ; + qudt:conversionMultiplier 31557600.0 ; + qudt:conversionMultiplierSN 3.15576E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAD922" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD922"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "y (metrology)" ; + rdfs:isDefinedBy ; + rdfs:label "Metrology Year" ; + rdfs:label "Metrology Year"@en . + +unit:YR_Sidereal + a qudt:Unit ; + dcterms:description "A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31558149.7632 ; + qudt:conversionMultiplierSN 3.15581497632E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB028" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB028"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "a{sidereal}" ; + qudt:uneceCommonCode "L96" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Sidereal Year" ; + rdfs:label "Sidereal Year"@en . + +unit:YR_TROPICAL + a qudt:Unit ; + dcterms:description "

A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit).

"^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:IMPERIAL ; + qudt:applicableSystem sou:SI ; + qudt:applicableSystem sou:USCS ; + qudt:conversionMultiplier 31556925.216 ; + qudt:conversionMultiplierSN 3.1556925216E7 ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:Time ; + qudt:iec61360Code "0112/2///62720#UAB029" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB029"^^xsd:anyURI ; + qudt:scalingOf unit:SEC ; + qudt:symbol "a{tropical}" ; + qudt:ucumCode "a_t"^^qudt:UCUMcs ; + qudt:uneceCommonCode "D42" ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Tropical Year" ; + rdfs:label "Tropical Year"@en ; + skos:altLabel "solar year" . + +unit:YoctoC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A YoctoCoulomb is $10^{-24} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-24 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Yocto ; + qudt:scalingOf unit:C ; + qudt:symbol "yC" ; + qudt:ucumCode "yC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Yoctocoulomb" ; + rdfs:label "Yoctocoulomb"@cs ; + rdfs:label "Yoctocoulomb"@de ; + rdfs:label "Yoctocoulomb"@en ; + rdfs:label "Yoctocoulomb"@fr ; + rdfs:label "Yoctocoulomb"@hu ; + rdfs:label "Yoctocoulomb"@it ; + rdfs:label "Yoctocoulomb"@ms ; + rdfs:label "Yoctocoulomb"@ro ; + rdfs:label "Yoctocoulomb"@sl ; + rdfs:label "Yoctocoulomb"@tr ; + rdfs:label "Yoctoculombio"@es ; + rdfs:label "Yoctokulomb"@pl . + +unit:YottaC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A YottaCoulomb is $10^{24} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E24 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Yotta ; + qudt:scalingOf unit:C ; + qudt:symbol "YC" ; + qudt:ucumCode "YC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Yottacoulomb" ; + rdfs:label "Yottacoulomb"@cs ; + rdfs:label "Yottacoulomb"@de ; + rdfs:label "Yottacoulomb"@en ; + rdfs:label "Yottacoulomb"@fr ; + rdfs:label "Yottacoulomb"@hu ; + rdfs:label "Yottacoulomb"@it ; + rdfs:label "Yottacoulomb"@ms ; + rdfs:label "Yottacoulomb"@ro ; + rdfs:label "Yottacoulomb"@sl ; + rdfs:label "Yottacoulomb"@tr ; + rdfs:label "Yottaculombio"@es ; + rdfs:label "Yottakulomb"@pl . + +unit:Z + a qudt:CountingUnit, qudt:Unit ; + dcterms:description "In chemistry and physics, the atomic number (also known as the proton number) is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. It is conventionally represented by the symbol Z. The atomic number uniquely identifies a chemical element. In an atom of neutral charge, the atomic number is also equal to the number of electrons."^^rdf:HTML ; + qudt:applicableSystem sou:CGS ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:dbpediaMatch "http://dbpedia.org/resource/Atomic_number"^^xsd:anyURI ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ; + qudt:hasQuantityKind quantitykind:AtomicNumber ; + qudt:informativeReference "https://en.wikipedia.org/wiki/Atomic_number?oldid=490723437"^^xsd:anyURI ; + qudt:symbol "Z" ; + rdfs:isDefinedBy ; + rdfs:label "Atomic-number" ; + rdfs:label "Atomic-number"@en . + +unit:ZOLL + a qudt:Unit ; + dcterms:description "length measure corresponding to the imperial unit \"inch\"" ; + qudt:conversionMultiplier 0.0254 ; + qudt:conversionMultiplierSN 2.54E-2 ; + qudt:exactMatch unit:IN ; + qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; + qudt:hasQuantityKind quantitykind:Length ; + qudt:iec61360Code "0112/2///62720#UAB837" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB837"^^xsd:anyURI ; + qudt:scalingOf unit:M ; + qudt:symbol "“" ; + rdfs:isDefinedBy ; + rdfs:label "Inch" ; + rdfs:label "Inch"@en ; + rdfs:label "Zoll"@de . + +unit:ZeptoC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A ZeptoCoulomb is $10^{-21} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 0.000000000000000000001 ; + qudt:conversionMultiplierSN 1.0E-21 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Zepto ; + qudt:scalingOf unit:C ; + qudt:symbol "zC" ; + qudt:ucumCode "zC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Zeptocoulomb" ; + rdfs:label "Zeptocoulomb"@cs ; + rdfs:label "Zeptocoulomb"@de ; + rdfs:label "Zeptocoulomb"@en ; + rdfs:label "Zeptocoulomb"@fr ; + rdfs:label "Zeptocoulomb"@hu ; + rdfs:label "Zeptocoulomb"@it ; + rdfs:label "Zeptocoulomb"@ms ; + rdfs:label "Zeptocoulomb"@ro ; + rdfs:label "Zeptocoulomb"@sl ; + rdfs:label "Zeptocoulomb"@tr ; + rdfs:label "Zeptoculombio"@es ; + rdfs:label "Zeptokulomb"@pl . + +unit:ZettaC + a qudt:DerivedUnit, qudt:Unit ; + dcterms:description "A ZettaCoulomb is $10^{21} C$."^^qudt:LatexString ; + prov:wasDerivedFrom unit:C ; + qudt:applicableSystem sou:CGS ; + qudt:applicableSystem sou:CGS-EMU ; + qudt:applicableSystem sou:CGS-GAUSS ; + qudt:applicableSystem sou:PLANCK ; + qudt:applicableSystem sou:SI ; + qudt:conversionMultiplier 1000000000000000000000.0 ; + qudt:conversionMultiplierSN 1.0E21 ; + qudt:derivedUnitOfSystem sou:SI ; + qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ; + qudt:hasQuantityKind quantitykind:ElectricCharge ; + qudt:prefix prefix:Zetta ; + qudt:scalingOf unit:C ; + qudt:symbol "ZC" ; + qudt:ucumCode "ZC"^^qudt:UCUMcs ; + qudt:wikidataMatch ; + rdfs:isDefinedBy ; + rdfs:label "Zettacoulomb" ; + rdfs:label "Zettacoulomb"@cs ; + rdfs:label "Zettacoulomb"@de ; + rdfs:label "Zettacoulomb"@en ; + rdfs:label "Zettacoulomb"@fr ; + rdfs:label "Zettacoulomb"@hu ; + rdfs:label "Zettacoulomb"@it ; + rdfs:label "Zettacoulomb"@ms ; + rdfs:label "Zettacoulomb"@ro ; + rdfs:label "Zettacoulomb"@sl ; + rdfs:label "Zettacoulomb"@tr ; + rdfs:label "Zettaculombio"@es ; + rdfs:label "Zettakulomb"@pl . + +unit:failures-in-time + a qudt:Unit ; + dcterms:description "unit of failure rate"^^rdf:HTML ; + qudt:conversionMultiplier 0.0 ; + qudt:conversionMultiplierSN 0.0E0 ; + qudt:deprecated true ; + qudt:deprecatedInVersion "3.1.0" ; + qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ; + qudt:hasQuantityKind quantitykind:Frequency ; + qudt:iec61360Code "0112/2///62720#UAB403" ; + qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB403"^^xsd:anyURI ; + qudt:plainTextDescription "unit of failure rate" ; + qudt:symbol "failures/s" ; + qudt:ucumCode "s-1{failures}"^^qudt:UCUMcs ; + qudt:uneceCommonCode "FIT" ; + rdfs:isDefinedBy ; + rdfs:label "Failures in Time" ; + rdfs:label "Failures in Time"@en . + +vaem:GMD_QUDT-UNITS-ALL + a vaem:GraphMetaData ; + dcterms:contributor "Jack Hodges" ; + dcterms:contributor "Simon J D Cox" ; + dcterms:contributor "Steve Ray" ; + dcterms:created "2019-07-30"^^xsd:date ; + dcterms:creator "Steve Ray" ; + dcterms:modified "2026-04-02T13:02:45Z"^^xsd:dateTime ; + dcterms:rights """ + This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions + or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. + Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license, + a copy of which is available at ​http://unitsofmeasure.org. + The current complete UCUM table, UCUM Specification are available for download at ​http://unitsofmeasure.org. + The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. + All rights reserved. + THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + """ ; + 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 "Units-All" ; + dcterms:title "QUDT Units Version 3.2 Vocabulary" ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Unit of Measure Vocabulary Metadata Version 3.2.1" ; + vaem:description "Standard units of measure for all units." ; + vaem:graphName "qudt" ; + vaem:graphTitle "QUDT Units Version 3.2.1" ; + vaem:hasGraphRole vaem:VocabularyGraph ; + vaem:hasOwner vaem:QUDT.org ; + vaem:hasSteward vaem:QUDT.org ; + vaem:intent "To provide a vocabulary of all units." ; + vaem:isMetadataFor ; + vaem:latestPublishedVersion "https://qudt.org/doc/2026/04/DOC_VOCAB-UNITS-ALL.html"^^xsd:anyURI ; + vaem:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; + vaem:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ; + vaem:namespacePrefix "unit" ; + vaem:owner "QUDT.org" ; + vaem:previousPublishedVersion "https://qudt.org/doc/2026/03/DOC_VOCAB-UNITS-ALL.html"^^xsd:anyURI ; + vaem:turtleFileURL "http://qudt.org/vocab/unit"^^xsd:anyURI ; + vaem:usesNonImportedResource dcterms:abstract ; + vaem:usesNonImportedResource dcterms:created ; + vaem:usesNonImportedResource dcterms:creator ; + vaem:usesNonImportedResource dcterms:modified ; + vaem:usesNonImportedResource dcterms:title . + +voag:QUDT-UNITS-VocabCatalogEntry + a vaem:CatalogEntry ; + rdfs:isDefinedBy ; + rdfs:label "QUDT Units Vocab Catalog Entry" . + diff --git a/data/ontologies/schemaorg.ttl b/data/ontologies/schemaorg.ttl new file mode 100644 index 00000000..618f014a --- /dev/null +++ b/data/ontologies/schemaorg.ttl @@ -0,0 +1,21720 @@ +@prefix bibo: . +@prefix cmns-cls: . +@prefix cmns-col: . +@prefix cmns-dt: . +@prefix cmns-ge: . +@prefix cmns-id: . +@prefix cmns-loc: . +@prefix cmns-q: . +@prefix cmns-txt: . +@prefix dcat: . +@prefix dct: . +@prefix dctype: . +@prefix eli: . +@prefix fibo-be-corp-corp: . +@prefix fibo-be-le-cb: . +@prefix fibo-be-le-lp: . +@prefix fibo-be-nfp-nfp: . +@prefix fibo-be-oac-cctl: . +@prefix fibo-fbc-dae-dbt: . +@prefix fibo-fbc-pas-fpas: . +@prefix fibo-fnd-acc-cur: . +@prefix fibo-fnd-agr-ctr: . +@prefix fibo-fnd-arr-doc: . +@prefix fibo-fnd-dt-oc: . +@prefix fibo-fnd-org-org: . +@prefix fibo-fnd-pas-pas: . +@prefix fibo-fnd-plc-adr: . +@prefix fibo-fnd-plc-loc: . +@prefix fibo-fnd-pty-pty: . +@prefix fibo-fnd-rel-rel: . +@prefix fibo-pay-ps-ps: . +@prefix foaf: . +@prefix gleif-L1: . +@prefix gs1: . +@prefix hydra: . +@prefix lcc-cr: . +@prefix lrmoo: . +@prefix mo: . +@prefix og: . +@prefix owl: . +@prefix prov: . +@prefix rdf: . +@prefix rdfs: . +@prefix sarif: . +@prefix schema: . +@prefix skos: . +@prefix snomed: . +@prefix unece: . +@prefix vcard: . +@prefix void: . + +lrmoo:F31_Performance a rdfs:Class . + +snomed:105590001 a rdfs:Class . + +snomed:116154003 a rdfs:Class . + +snomed:277132007 a rdfs:Class . + +snomed:387713003 a rdfs:Class . + +snomed:410942007 a rdfs:Class . + +snomed:50731006 a rdfs:Class . + +snomed:51114001 a rdfs:Class . + +snomed:63653004 a rdfs:Class . + +dctype:Dataset a rdfs:Class . + +dctype:Event a rdfs:Class . + +dctype:Image a rdfs:Class . + +dctype:Text a rdfs:Class . + +bibo:Issue a rdfs:Class . + +bibo:Periodical a rdfs:Class . + +void:Dataset a rdfs:Class . + +sarif:Result a rdfs:Class . + +unece:AmountType a rdfs:Class . + +unece:BrandName a rdfs:Class . + +unece:Country a rdfs:Class . + +unece:ElectronicDocument a rdfs:Class . + +unece:FinancialCard a rdfs:Class . + +unece:GeographicalCoordinate a rdfs:Class . + +unece:Invoice a rdfs:Class . + +unece:LineTradeAgreement a rdfs:Class . + +unece:Offer a rdfs:Class . + +unece:Order a rdfs:Class . + +unece:PaymentMeans a rdfs:Class . + +unece:RequestForQuotation a rdfs:Class . + +unece:SpecifiedCertificate a rdfs:Class . + +unece:SpecifiedTradeProduct a rdfs:Class . + +unece:TradeAddress a rdfs:Class . + +unece:TradeProduct a rdfs:Class . + +unece:TransportMethod a rdfs:Class . + +vcard:VCard a rdfs:Class . + +dcat:Catalog a rdfs:Class . + +dcat:Dataset a rdfs:Class . + +dcat:Distribution a rdfs:Class . + +hydra:Error a rdfs:Class . + +prov:InstantaneousEvent a rdfs:Class . + +prov:atTime a rdfs:Class . + +foaf:Person a rdfs:Class . + +gs1:CertificationDetails a rdfs:Class . + +gs1:ContactPoint a rdfs:Class . + +gs1:Country a rdfs:Class . + +gs1:Organization a rdfs:Class . + +gs1:PostalAddress a rdfs:Class . + +schema:3DModel a rdfs:Class ; + rdfs:label "3DModel" ; + rdfs:comment """A 3D model represents some kind of 3D content, which may have [[encoding]]s in one or more [[MediaObject]]s. Many 3D formats are available (e.g. see [Wikipedia](https://en.wikipedia.org/wiki/Category:3D_graphics_file_formats)); specific encoding formats can be represented using the [[encodingFormat]] property applied to the relevant [[MediaObject]]. For the +case of a single file published after Zip compression, the convention of appending '+zip' to the [[encodingFormat]] can be used. Geospatial, AR/VR, artistic/animation, gaming, engineering and scientific content can all be represented using [[3DModel]].""" ; + rdfs:subClassOf schema:MediaObject ; + schema:isPartOf ; + schema:source . + +schema:AMRadioChannel a rdfs:Class ; + rdfs:label "AMRadioChannel" ; + rdfs:comment "A radio channel that uses AM." ; + rdfs:subClassOf schema:RadioChannel ; + schema:source . + +schema:APIReference a rdfs:Class ; + rdfs:label "APIReference" ; + rdfs:comment "Reference documentation for application programming interfaces (APIs)." ; + rdfs:subClassOf schema:TechArticle . + +schema:AboutPage a rdfs:Class ; + rdfs:label "AboutPage" ; + rdfs:comment "Web page type: About page." ; + rdfs:subClassOf schema:WebPage . + +schema:AcceptAction a rdfs:Class ; + rdfs:label "AcceptAction" ; + rdfs:comment "The act of committing to/adopting an object.\\n\\nRelated actions:\\n\\n* [[RejectAction]]: The antonym of AcceptAction." ; + rdfs:subClassOf schema:AllocateAction . + +schema:Accommodation a rdfs:Class ; + rdfs:label "Accommodation" ; + rdfs:comment """An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement. +For more specific types of accommodations not defined in schema.org, one can use [[additionalType]] with external vocabularies. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:Place ; + schema:contributor . + +schema:AccountingService a rdfs:Class ; + rdfs:label "AccountingService" ; + rdfs:comment """Accountancy business.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s). + """ ; + rdfs:subClassOf schema:FinancialService . + +schema:AchieveAction a rdfs:Class ; + rdfs:label "AchieveAction" ; + rdfs:comment "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." ; + rdfs:subClassOf schema:Action . + +schema:Action a rdfs:Class ; + rdfs:label "Action" ; + rdfs:comment "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](https://blog.schema.org/2014/04/16/announcing-schema-org-actions/) and [Actions overview document](https://schema.org/docs/actions.html)." ; + rdfs:subClassOf schema:Thing ; + schema:contributor . + +schema:ActionAccessSpecification a rdfs:Class ; + rdfs:label "ActionAccessSpecification" ; + rdfs:comment "A set of requirements that must be fulfilled in order to perform an Action." ; + rdfs:subClassOf schema:Intangible ; + schema:source . + +schema:ActionStatusType a rdfs:Class ; + rdfs:label "ActionStatusType" ; + rdfs:comment "The status of an Action." ; + rdfs:subClassOf schema:StatusEnumeration . + +schema:ActivateAction a rdfs:Class ; + rdfs:label "ActivateAction" ; + rdfs:comment "The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight)." ; + rdfs:subClassOf schema:ControlAction . + +schema:AddAction a rdfs:Class ; + rdfs:label "AddAction" ; + rdfs:comment "The act of editing by adding an object to a collection." ; + rdfs:subClassOf schema:UpdateAction . + +schema:AdministrativeArea a rdfs:Class ; + rdfs:label "AdministrativeArea" ; + rdfs:comment "A geographical region, typically under the jurisdiction of a particular government." ; + rdfs:subClassOf schema:Place ; + owl:equivalentClass cmns-ge:Subdivision . + +schema:AdultEntertainment a rdfs:Class ; + rdfs:label "AdultEntertainment" ; + rdfs:comment "An adult entertainment establishment." ; + rdfs:subClassOf schema:EntertainmentBusiness . + +schema:AdultOrientedEnumeration a rdfs:Class ; + rdfs:label "AdultOrientedEnumeration" ; + rdfs:comment "Enumeration of considerations that make a product relevant or potentially restricted for adults only." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:AdvertiserContentArticle a rdfs:Class ; + rdfs:label "AdvertiserContentArticle" ; + rdfs:comment "An [[Article]] that an external entity has paid to place or to produce to its specifications. Includes [advertorials](https://en.wikipedia.org/wiki/Advertorial), sponsored content, native advertising and other paid content." ; + rdfs:subClassOf schema:Article ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:AggregateOffer a rdfs:Class ; + rdfs:label "AggregateOffer" ; + rdfs:comment "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.\\n\\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined [[businessFunction]] value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined." ; + rdfs:subClassOf schema:Offer . + +schema:AggregateRating a rdfs:Class ; + rdfs:label "AggregateRating" ; + rdfs:comment "The average rating based on multiple ratings or reviews." ; + rdfs:subClassOf schema:Rating . + +schema:AgreeAction a rdfs:Class ; + rdfs:label "AgreeAction" ; + rdfs:comment "The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants." ; + rdfs:subClassOf schema:ReactAction . + +schema:Airline a rdfs:Class ; + rdfs:label "Airline" ; + rdfs:comment "An organization that provides flights for passengers." ; + rdfs:subClassOf schema:Organization . + +schema:Airport a rdfs:Class ; + rdfs:label "Airport" ; + rdfs:comment "An airport." ; + rdfs:subClassOf schema:CivicStructure . + +schema:AlignmentObject a rdfs:Class ; + rdfs:label "AlignmentObject" ; + rdfs:comment """An intangible item that describes an alignment between a learning resource and a node in an educational framework. +Should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.""" ; + rdfs:subClassOf schema:Intangible ; + schema:contributor . + +schema:AllocateAction a rdfs:Class ; + rdfs:label "AllocateAction" ; + rdfs:comment "The act of organizing tasks/objects/events by associating resources to it." ; + rdfs:subClassOf schema:OrganizeAction . + +schema:AmpStory a rdfs:Class ; + rdfs:label "AmpStory" ; + rdfs:comment "A creative work with a visual storytelling format intended to be viewed online, particularly on mobile devices." ; + rdfs:subClassOf schema:CreativeWork, + schema:MediaObject ; + schema:isPartOf ; + schema:source . + +schema:AmusementPark a rdfs:Class ; + rdfs:label "AmusementPark" ; + rdfs:comment "An amusement park." ; + rdfs:subClassOf schema:EntertainmentBusiness . + +schema:AnalysisNewsArticle a rdfs:Class ; + rdfs:label "AnalysisNewsArticle" ; + rdfs:comment "An AnalysisNewsArticle is a [[NewsArticle]] that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions." ; + rdfs:subClassOf schema:NewsArticle ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:AnatomicalStructure a rdfs:Class ; + rdfs:label "AnatomicalStructure" ; + rdfs:comment "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:AnatomicalSystem a rdfs:Class ; + rdfs:label "AnatomicalSystem" ; + rdfs:comment "An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can include circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:AnimalShelter a rdfs:Class ; + rdfs:label "AnimalShelter" ; + rdfs:comment "Animal shelter." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:Answer a rdfs:Class ; + rdfs:label "Answer" ; + rdfs:comment "An answer offered to a question; perhaps correct, perhaps opinionated or wrong." ; + rdfs:subClassOf schema:Comment ; + schema:contributor . + +schema:Apartment a rdfs:Class ; + rdfs:label "Apartment" ; + rdfs:comment "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment)." ; + rdfs:subClassOf schema:Accommodation ; + schema:contributor . + +schema:ApartmentComplex a rdfs:Class ; + rdfs:label "ApartmentComplex" ; + rdfs:comment "Residence type: Apartment complex." ; + rdfs:subClassOf schema:Residence . + +schema:AppendAction a rdfs:Class ; + rdfs:label "AppendAction" ; + rdfs:comment "The act of inserting at the end if an ordered collection." ; + rdfs:subClassOf schema:InsertAction . + +schema:ApplyAction a rdfs:Class ; + rdfs:label "ApplyAction" ; + rdfs:comment "The act of registering to an organization/service without the guarantee to receive it.\\n\\nRelated actions:\\n\\n* [[RegisterAction]]: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted." ; + rdfs:subClassOf schema:OrganizeAction . + +schema:ApprovedIndication a rdfs:Class ; + rdfs:label "ApprovedIndication" ; + rdfs:comment "An indication for a medical therapy that has been formally specified or approved by a regulatory body that regulates use of the therapy; for example, the US FDA approves indications for most drugs in the US." ; + rdfs:subClassOf schema:MedicalIndication ; + schema:isPartOf . + +schema:Aquarium a rdfs:Class ; + rdfs:label "Aquarium" ; + rdfs:comment "Aquarium." ; + rdfs:subClassOf schema:CivicStructure . + +schema:ArchiveComponent a rdfs:Class ; + rdfs:label "ArchiveComponent"@en ; + rdfs:comment "An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections."@en ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:ArchiveOrganization a rdfs:Class ; + rdfs:label "ArchiveOrganization"@en ; + rdfs:comment "An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public."@en ; + rdfs:subClassOf schema:LocalBusiness ; + schema:isPartOf ; + schema:source . + +schema:ArriveAction a rdfs:Class ; + rdfs:label "ArriveAction" ; + rdfs:comment "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants." ; + rdfs:subClassOf schema:MoveAction . + +schema:ArtGallery a rdfs:Class ; + rdfs:label "ArtGallery" ; + rdfs:comment "An art gallery." ; + rdfs:subClassOf schema:EntertainmentBusiness . + +schema:Artery a rdfs:Class ; + rdfs:label "Artery" ; + rdfs:comment "A type of blood vessel that specifically carries blood away from the heart." ; + rdfs:subClassOf schema:Vessel ; + owl:equivalentClass snomed:51114001 ; + schema:isPartOf . + +schema:Article a rdfs:Class ; + rdfs:label "Article" ; + rdfs:comment "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](https://blog.schema.org/2014/09/02/schema-org-support-for-bibliographic-relationships-and-periodicals/)." ; + rdfs:subClassOf schema:CreativeWork ; + schema:contributor . + +schema:AskAction a rdfs:Class ; + rdfs:label "AskAction" ; + rdfs:comment "The act of posing a question / favor to someone.\\n\\nRelated actions:\\n\\n* [[ReplyAction]]: Appears generally as a response to AskAction." ; + rdfs:subClassOf schema:CommunicateAction . + +schema:AskPublicNewsArticle a rdfs:Class ; + rdfs:label "AskPublicNewsArticle" ; + rdfs:comment "A [[NewsArticle]] expressing an open call by a [[NewsMediaOrganization]] asking the public for input, insights, clarifications, anecdotes, documentation, etc., on an issue, for reporting purposes." ; + rdfs:subClassOf schema:NewsArticle ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:AssessAction a rdfs:Class ; + rdfs:label "AssessAction" ; + rdfs:comment "The act of forming one's opinion, reaction or sentiment." ; + rdfs:subClassOf schema:Action . + +schema:AssignAction a rdfs:Class ; + rdfs:label "AssignAction" ; + rdfs:comment "The act of allocating an action/event/task to some destination (someone or something)." ; + rdfs:subClassOf schema:AllocateAction . + +schema:Atlas a rdfs:Class ; + rdfs:label "Atlas" ; + rdfs:comment "A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:Attorney a rdfs:Class ; + rdfs:label "Attorney" ; + rdfs:comment "Professional service: Attorney. \\n\\nThis type is deprecated - [[LegalService]] is more inclusive and less ambiguous." ; + rdfs:subClassOf schema:LegalService . + +schema:Audience a rdfs:Class ; + rdfs:label "Audience" ; + rdfs:comment "Intended audience for an item, i.e. the group for whom the item was created." ; + rdfs:subClassOf schema:Intangible . + +schema:AudioObject a rdfs:Class ; + rdfs:label "AudioObject" ; + rdfs:comment "An audio file." ; + rdfs:subClassOf schema:MediaObject ; + schema:contributor . + +schema:AudioObjectSnapshot a rdfs:Class ; + rdfs:label "AudioObjectSnapshot" ; + rdfs:comment "A specific and exact (byte-for-byte) version of an [[AudioObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity." ; + rdfs:subClassOf schema:AudioObject ; + schema:isPartOf ; + schema:source . + +schema:Audiobook a rdfs:Class ; + rdfs:label "Audiobook" ; + rdfs:comment "An audiobook." ; + rdfs:subClassOf schema:AudioObject, + schema:Book ; + schema:isPartOf . + +schema:AuthenticateAction a rdfs:Class ; + rdfs:label "AuthenticateAction" ; + rdfs:comment "The action of authenticating into a device or application." ; + rdfs:subClassOf schema:ControlAction ; + schema:isPartOf ; + schema:source . + +schema:AuthorizeAction a rdfs:Class ; + rdfs:label "AuthorizeAction" ; + rdfs:comment "The act of granting permission to an object." ; + rdfs:subClassOf schema:AllocateAction . + +schema:AutoBodyShop a rdfs:Class ; + rdfs:label "AutoBodyShop" ; + rdfs:comment "Auto body shop." ; + rdfs:subClassOf schema:AutomotiveBusiness . + +schema:AutoDealer a rdfs:Class ; + rdfs:label "AutoDealer" ; + rdfs:comment "An car dealership." ; + rdfs:subClassOf schema:AutomotiveBusiness . + +schema:AutoPartsStore a rdfs:Class ; + rdfs:label "AutoPartsStore" ; + rdfs:comment "An auto parts store." ; + rdfs:subClassOf schema:AutomotiveBusiness, + schema:Store . + +schema:AutoRental a rdfs:Class ; + rdfs:label "AutoRental" ; + rdfs:comment "A car rental business." ; + rdfs:subClassOf schema:AutomotiveBusiness . + +schema:AutoRepair a rdfs:Class ; + rdfs:label "AutoRepair" ; + rdfs:comment "Car repair business." ; + rdfs:subClassOf schema:AutomotiveBusiness . + +schema:AutoWash a rdfs:Class ; + rdfs:label "AutoWash" ; + rdfs:comment "A car wash business." ; + rdfs:subClassOf schema:AutomotiveBusiness . + +schema:AutomatedTeller a rdfs:Class ; + rdfs:label "AutomatedTeller" ; + rdfs:comment "ATM/cash machine." ; + rdfs:subClassOf schema:FinancialService . + +schema:AutomotiveBusiness a rdfs:Class ; + rdfs:label "AutomotiveBusiness" ; + rdfs:comment "Car repair, sales, or parts." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:BackgroundNewsArticle a rdfs:Class ; + rdfs:label "BackgroundNewsArticle" ; + rdfs:comment "A [[NewsArticle]] providing historical context, definition and detail on a specific topic (aka \"explainer\" or \"backgrounder\"). For example, an in-depth article or frequently-asked-questions ([FAQ](https://en.wikipedia.org/wiki/FAQ)) document on topics such as Climate Change or the European Union. Other kinds of background material from a non-news setting are often described using [[Book]] or [[Article]], in particular [[ScholarlyArticle]]. See also [[NewsArticle]] for related vocabulary from a learning/education perspective." ; + rdfs:subClassOf schema:NewsArticle ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:Bakery a rdfs:Class ; + rdfs:label "Bakery" ; + rdfs:comment "A bakery." ; + rdfs:subClassOf schema:FoodEstablishment . + +schema:BankAccount a rdfs:Class ; + rdfs:label "BankAccount" ; + rdfs:comment "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest." ; + rdfs:subClassOf schema:FinancialProduct ; + owl:equivalentClass fibo-fbc-pas-fpas:BankAccount ; + schema:contributor . + +schema:BankOrCreditUnion a rdfs:Class ; + rdfs:label "BankOrCreditUnion" ; + rdfs:comment "Bank or credit union." ; + rdfs:subClassOf schema:FinancialService . + +schema:BarOrPub a rdfs:Class ; + rdfs:label "BarOrPub" ; + rdfs:comment "A bar or pub." ; + rdfs:subClassOf schema:FoodEstablishment . + +schema:Barcode a rdfs:Class ; + rdfs:label "Barcode" ; + rdfs:comment "An image of a visual machine-readable code such as a barcode or QR code." ; + rdfs:subClassOf schema:ImageObject . + +schema:Beach a rdfs:Class ; + rdfs:label "Beach" ; + rdfs:comment "Beach." ; + rdfs:subClassOf schema:CivicStructure . + +schema:BeautySalon a rdfs:Class ; + rdfs:label "BeautySalon" ; + rdfs:comment "Beauty salon." ; + rdfs:subClassOf schema:HealthAndBeautyBusiness . + +schema:BedAndBreakfast a rdfs:Class ; + rdfs:label "BedAndBreakfast" ; + rdfs:comment """Bed and breakfast. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:LodgingBusiness . + +schema:BedDetails a rdfs:Class ; + rdfs:label "BedDetails" ; + rdfs:comment "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also [[BedType]] (under development)." ; + rdfs:subClassOf schema:Intangible ; + schema:contributor . + +schema:BedType a rdfs:Class ; + rdfs:label "BedType" ; + rdfs:comment "A type of bed. This is used for indicating the bed or beds available in an accommodation." ; + rdfs:subClassOf schema:QualitativeValue ; + schema:contributor ; + schema:source . + +schema:BefriendAction a rdfs:Class ; + rdfs:label "BefriendAction" ; + rdfs:comment "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, BefriendAction implies that the connection is reciprocal." ; + rdfs:subClassOf schema:InteractAction . + +schema:BikeStore a rdfs:Class ; + rdfs:label "BikeStore" ; + rdfs:comment "A bike store." ; + rdfs:subClassOf schema:Store . + +schema:BioChemEntity a rdfs:Class ; + rdfs:label "BioChemEntity" ; + rdfs:comment "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical." ; + rdfs:subClassOf schema:Thing ; + schema:isPartOf ; + schema:source . + +schema:Blog a rdfs:Class ; + rdfs:label "Blog" ; + rdfs:comment "A [blog](https://en.wikipedia.org/wiki/Blog), sometimes known as a \"weblog\". Note that the individual posts ([[BlogPosting]]s) in a [[Blog]] are often colloquially referred to by the same term." ; + rdfs:subClassOf schema:CreativeWork . + +schema:BlogPosting a rdfs:Class ; + rdfs:label "BlogPosting" ; + rdfs:comment "A blog post." ; + rdfs:subClassOf schema:SocialMediaPosting . + +schema:BloodTest a rdfs:Class ; + rdfs:label "BloodTest" ; + rdfs:comment "A medical test performed on a sample of a patient's blood." ; + rdfs:subClassOf schema:MedicalTest ; + schema:isPartOf . + +schema:BoardingPolicyType a rdfs:Class ; + rdfs:label "BoardingPolicyType" ; + rdfs:comment "A type of boarding policy used by an airline." ; + rdfs:subClassOf schema:Enumeration . + +schema:BoatReservation a rdfs:Class ; + rdfs:label "BoatReservation" ; + rdfs:comment """A reservation for boat travel. + +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].""" ; + rdfs:subClassOf schema:Reservation ; + schema:isPartOf ; + schema:source . + +schema:BoatTerminal a rdfs:Class ; + rdfs:label "BoatTerminal" ; + rdfs:comment "A terminal for boats, ships, and other water vessels." ; + rdfs:subClassOf schema:CivicStructure ; + schema:isPartOf ; + schema:source . + +schema:BoatTrip a rdfs:Class ; + rdfs:label "BoatTrip" ; + rdfs:comment "A trip on a commercial ferry line." ; + rdfs:subClassOf schema:Trip ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementTypeEnumeration a rdfs:Class ; + rdfs:label "BodyMeasurementTypeEnumeration" ; + rdfs:comment "Enumerates types (or dimensions) of a person's body measurements, for example for fitting of clothes." ; + rdfs:subClassOf schema:MeasurementTypeEnumeration ; + schema:isPartOf ; + schema:source . + +schema:BodyOfWater a rdfs:Class ; + rdfs:label "BodyOfWater" ; + rdfs:comment "A body of water, such as a sea, ocean, or lake." ; + rdfs:subClassOf schema:Landform . + +schema:Bone a rdfs:Class ; + rdfs:label "Bone" ; + rdfs:comment "Rigid connective tissue that comprises up the skeletal structure of the human body." ; + rdfs:subClassOf schema:AnatomicalStructure ; + schema:isPartOf . + +schema:Book a rdfs:Class ; + rdfs:label "Book" ; + rdfs:comment "A book." ; + rdfs:subClassOf schema:CreativeWork . + +schema:BookFormatType a rdfs:Class ; + rdfs:label "BookFormatType" ; + rdfs:comment "The publication format of the book." ; + rdfs:subClassOf schema:Enumeration . + +schema:BookSeries a rdfs:Class ; + rdfs:label "BookSeries" ; + rdfs:comment "A series of books. Included books can be indicated with the hasPart property." ; + rdfs:subClassOf schema:CreativeWorkSeries . + +schema:BookStore a rdfs:Class ; + rdfs:label "BookStore" ; + rdfs:comment "A bookstore." ; + rdfs:subClassOf schema:Store . + +schema:BookmarkAction a rdfs:Class ; + rdfs:label "BookmarkAction" ; + rdfs:comment "An agent bookmarks/flags/labels/tags/marks an object." ; + rdfs:subClassOf schema:OrganizeAction . + +schema:Boolean a rdfs:Class, + schema:DataType ; + rdfs:label "Boolean" ; + rdfs:comment "Boolean: True or False." . + +schema:BorrowAction a rdfs:Class ; + rdfs:label "BorrowAction" ; + rdfs:comment "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\\n\\nRelated actions:\\n\\n* [[LendAction]]: Reciprocal of BorrowAction." ; + rdfs:subClassOf schema:TransferAction . + +schema:BowlingAlley a rdfs:Class ; + rdfs:label "BowlingAlley" ; + rdfs:comment "A bowling alley." ; + rdfs:subClassOf schema:SportsActivityLocation . + +schema:BrainStructure a rdfs:Class ; + rdfs:label "BrainStructure" ; + rdfs:comment "Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity." ; + rdfs:subClassOf schema:AnatomicalStructure ; + schema:isPartOf . + +schema:Brand a rdfs:Class ; + rdfs:label "Brand" ; + rdfs:comment "A brand is a name used by an organization or business person for labeling a product, product group, or similar." ; + rdfs:subClassOf schema:Intangible, + cmns-cls:Classifier ; + owl:equivalentClass unece:BrandName ; + schema:contributor . + +schema:BreadcrumbList a rdfs:Class ; + rdfs:label "BreadcrumbList" ; + rdfs:comment """A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.\\n\\nThe [[position]] property is used to reconstruct the order of the items in a BreadcrumbList. The convention is that a breadcrumb list has an [[itemListOrder]] of [[ItemListOrderAscending]] (lower values listed first), and that the first items in this list correspond to the "top" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list. + """ ; + rdfs:subClassOf schema:ItemList . + +schema:Brewery a rdfs:Class ; + rdfs:label "Brewery" ; + rdfs:comment "Brewery." ; + rdfs:subClassOf schema:FoodEstablishment . + +schema:Bridge a rdfs:Class ; + rdfs:label "Bridge" ; + rdfs:comment "A bridge." ; + rdfs:subClassOf schema:CivicStructure . + +schema:BroadcastChannel a rdfs:Class ; + rdfs:label "BroadcastChannel" ; + rdfs:comment "A unique instance of a BroadcastService on a CableOrSatelliteService lineup." ; + rdfs:subClassOf schema:Intangible . + +schema:BroadcastEvent a rdfs:Class ; + rdfs:label "BroadcastEvent" ; + rdfs:comment "An over the air or online broadcast event." ; + rdfs:subClassOf schema:PublicationEvent . + +schema:BroadcastFrequencySpecification a rdfs:Class ; + rdfs:label "BroadcastFrequencySpecification" ; + rdfs:comment "The frequency in MHz and the modulation used for a particular BroadcastService." ; + rdfs:subClassOf schema:Intangible ; + schema:source . + +schema:BroadcastService a rdfs:Class ; + rdfs:label "BroadcastService" ; + rdfs:comment "A delivery service through which content is provided via broadcast over the air or online." ; + rdfs:subClassOf schema:Service . + +schema:BrokerageAccount a rdfs:Class ; + rdfs:label "BrokerageAccount" ; + rdfs:comment "An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm." ; + rdfs:subClassOf schema:InvestmentOrDeposit ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:BuddhistTemple a rdfs:Class ; + rdfs:label "BuddhistTemple" ; + rdfs:comment "A Buddhist temple." ; + rdfs:subClassOf schema:PlaceOfWorship . + +schema:BusOrCoach a rdfs:Class ; + rdfs:label "BusOrCoach" ; + rdfs:comment "A bus (also omnibus or autobus) is a road vehicle designed to carry passengers. Coaches are luxury buses, usually in service for long distance travel." ; + rdfs:subClassOf schema:Vehicle ; + schema:contributor ; + schema:isPartOf . + +schema:BusReservation a rdfs:Class ; + rdfs:label "BusReservation" ; + rdfs:comment "A reservation for bus travel. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ; + rdfs:subClassOf schema:Reservation . + +schema:BusStation a rdfs:Class ; + rdfs:label "BusStation" ; + rdfs:comment "A bus station." ; + rdfs:subClassOf schema:CivicStructure . + +schema:BusStop a rdfs:Class ; + rdfs:label "BusStop" ; + rdfs:comment "A bus stop." ; + rdfs:subClassOf schema:CivicStructure . + +schema:BusTrip a rdfs:Class ; + rdfs:label "BusTrip" ; + rdfs:comment "A trip on a commercial bus line." ; + rdfs:subClassOf schema:Trip . + +schema:BusinessAudience a rdfs:Class ; + rdfs:label "BusinessAudience" ; + rdfs:comment "A set of characteristics belonging to businesses, e.g. who compose an item's target audience." ; + rdfs:subClassOf schema:Audience . + +schema:BusinessEntityType a rdfs:Class ; + rdfs:label "BusinessEntityType" ; + rdfs:comment """A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Business\\n* http://purl.org/goodrelations/v1#Enduser\\n* http://purl.org/goodrelations/v1#PublicInstitution\\n* http://purl.org/goodrelations/v1#Reseller + """ ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor . + +schema:BusinessEvent a rdfs:Class ; + rdfs:label "BusinessEvent" ; + rdfs:comment "Event type: Business event." ; + rdfs:subClassOf schema:Event . + +schema:BusinessFunction a rdfs:Class ; + rdfs:label "BusinessFunction" ; + rdfs:comment """The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#ConstructionInstallation\\n* http://purl.org/goodrelations/v1#Dispose\\n* http://purl.org/goodrelations/v1#LeaseOut\\n* http://purl.org/goodrelations/v1#Maintain\\n* http://purl.org/goodrelations/v1#ProvideService\\n* http://purl.org/goodrelations/v1#Repair\\n* http://purl.org/goodrelations/v1#Sell\\n* http://purl.org/goodrelations/v1#Buy + """ ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor . + +schema:BuyAction a rdfs:Class ; + rdfs:label "BuyAction" ; + rdfs:comment "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction." ; + rdfs:subClassOf schema:TradeAction . + +schema:CDCPMDRecord a rdfs:Class ; + rdfs:label "CDCPMDRecord" ; + rdfs:comment """A CDCPMDRecord is a data structure representing a record in a CDC tabular data format + used for hospital data reporting. See [documentation](/docs/cdc-covid.html) for details, and the linked CDC materials for authoritative + definitions used as the source here. + """ ; + rdfs:subClassOf schema:StructuredValue ; + schema:isPartOf ; + schema:source . + +schema:CableOrSatelliteService a rdfs:Class ; + rdfs:label "CableOrSatelliteService" ; + rdfs:comment "A service which provides access to media programming like TV or radio. Access may be via cable or satellite." ; + rdfs:subClassOf schema:Service . + +schema:CafeOrCoffeeShop a rdfs:Class ; + rdfs:label "CafeOrCoffeeShop" ; + rdfs:comment "A cafe or coffee shop." ; + rdfs:subClassOf schema:FoodEstablishment . + +schema:Campground a rdfs:Class ; + rdfs:label "Campground" ; + rdfs:comment """A camping site, campsite, or [[Campground]] is a place used for overnight stay in the outdoors, typically containing individual [[CampingPitch]] locations. \\n\\n +In British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (source: Wikipedia, see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\\n\\n + +See also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html). +""" ; + rdfs:subClassOf schema:CivicStructure, + schema:LodgingBusiness ; + schema:contributor . + +schema:CampingPitch a rdfs:Class ; + rdfs:label "CampingPitch" ; + rdfs:comment """A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\\n\\n +In British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites. +(Source: Wikipedia, see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite).)\\n\\n +See also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html). +""" ; + rdfs:subClassOf schema:Accommodation ; + schema:contributor . + +schema:Canal a rdfs:Class ; + rdfs:label "Canal" ; + rdfs:comment "A canal, like the Panama Canal." ; + rdfs:subClassOf schema:BodyOfWater . + +schema:CancelAction a rdfs:Class ; + rdfs:label "CancelAction" ; + rdfs:comment "The act of asserting that a future event/action is no longer going to happen.\\n\\nRelated actions:\\n\\n* [[ConfirmAction]]: The antonym of CancelAction." ; + rdfs:subClassOf schema:PlanAction . + +schema:Car a rdfs:Class ; + rdfs:label "Car" ; + rdfs:comment "A car is a wheeled, self-powered motor vehicle used for transportation." ; + rdfs:subClassOf schema:Vehicle ; + schema:contributor . + +schema:CarUsageType a rdfs:Class ; + rdfs:label "CarUsageType" ; + rdfs:comment "A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi." ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor ; + schema:isPartOf . + +schema:Casino a rdfs:Class ; + rdfs:label "Casino" ; + rdfs:comment "A casino." ; + rdfs:subClassOf schema:EntertainmentBusiness . + +schema:CategoryCode a rdfs:Class ; + rdfs:label "CategoryCode" ; + rdfs:comment "A Category Code." ; + rdfs:subClassOf schema:DefinedTerm ; + schema:isPartOf ; + schema:source . + +schema:CategoryCodeSet a rdfs:Class ; + rdfs:label "CategoryCodeSet" ; + rdfs:comment "A set of Category Code values." ; + rdfs:subClassOf schema:DefinedTermSet ; + schema:isPartOf ; + schema:source . + +schema:CatholicChurch a rdfs:Class ; + rdfs:label "CatholicChurch" ; + rdfs:comment "A Catholic church." ; + rdfs:subClassOf schema:Church . + +schema:Cemetery a rdfs:Class ; + rdfs:label "Cemetery" ; + rdfs:comment "A graveyard." ; + rdfs:subClassOf schema:CivicStructure . + +schema:Certification a rdfs:Class ; + rdfs:label "Certification" ; + rdfs:comment "A Certification is an official and authoritative statement about a subject, for example a product, service, person, or organization. A certification is typically issued by an indendent certification body, for example a professional organization or government. It formally attests certain characteristics about the subject, for example Organizations can be ISO certified, Food products can be certified Organic or Vegan, a Person can be a certified professional, a Place can be certified for food processing. There are certifications for many domains: regulatory, organizational, recycling, food, efficiency, educational, ecological, etc. A certification is a form of credential, as are accreditations and licenses. Mapped from the [gs1:CertificationDetails](https://www.gs1.org/voc/CertificationDetails) class in the GS1 Web Vocabulary." ; + rdfs:subClassOf schema:CreativeWork, + fibo-fnd-arr-doc:Certificate ; + owl:equivalentClass unece:SpecifiedCertificate, + gs1:CertificationDetails ; + schema:isPartOf ; + schema:source . + +schema:CertificationStatusEnumeration a rdfs:Class ; + rdfs:label "CertificationStatusEnumeration" ; + rdfs:comment "Enumerates the different statuses of a Certification (Active and Inactive)." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:Chapter a rdfs:Class ; + rdfs:label "Chapter" ; + rdfs:comment "One of the sections into which a book is divided. A chapter usually has a section number or a name." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf . + +schema:CheckAction a rdfs:Class ; + rdfs:label "CheckAction" ; + rdfs:comment "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state." ; + rdfs:subClassOf schema:FindAction . + +schema:CheckInAction a rdfs:Class ; + rdfs:label "CheckInAction" ; + rdfs:comment "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check-in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\\n\\nRelated actions:\\n\\n* [[CheckOutAction]]: The antonym of CheckInAction.\\n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\\n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the *start* of a previously reserved service rather than its validity/existence." ; + rdfs:subClassOf schema:CommunicateAction . + +schema:CheckOutAction a rdfs:Class ; + rdfs:label "CheckOutAction" ; + rdfs:comment "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check-in) or place (e.g. hotel).\\n\\nRelated actions:\\n\\n* [[CheckInAction]]: The antonym of CheckOutAction.\\n* [[DepartAction]]: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\\n* [[CancelAction]]: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service." ; + rdfs:subClassOf schema:CommunicateAction . + +schema:CheckoutPage a rdfs:Class ; + rdfs:label "CheckoutPage" ; + rdfs:comment "Web page type: Checkout page." ; + rdfs:subClassOf schema:WebPage . + +schema:ChemicalSubstance a rdfs:Class ; + rdfs:label "ChemicalSubstance" ; + rdfs:comment "A chemical substance is 'a portion of matter of constant composition, composed of molecular entities of the same type or of different types' (source: [ChEBI:59999](https://www.ebi.ac.uk/chebi/searchId.do?chebiId=59999))." ; + rdfs:subClassOf schema:BioChemEntity ; + schema:isPartOf ; + schema:source , + . + +schema:ChildCare a rdfs:Class ; + rdfs:label "ChildCare" ; + rdfs:comment "A Childcare center." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:ChildrensEvent a rdfs:Class ; + rdfs:label "ChildrensEvent" ; + rdfs:comment "Event type: Children's event." ; + rdfs:subClassOf schema:Event . + +schema:ChooseAction a rdfs:Class ; + rdfs:label "ChooseAction" ; + rdfs:comment "The act of expressing a preference from a set of options or a large or unbounded set of choices/options." ; + rdfs:subClassOf schema:AssessAction . + +schema:Church a rdfs:Class ; + rdfs:label "Church" ; + rdfs:comment "A church." ; + rdfs:subClassOf schema:PlaceOfWorship . + +schema:City a rdfs:Class ; + rdfs:label "City" ; + rdfs:comment "A city or town." ; + rdfs:subClassOf schema:AdministrativeArea ; + owl:equivalentClass fibo-fnd-plc-loc:Municipality . + +schema:CityHall a rdfs:Class ; + rdfs:label "CityHall" ; + rdfs:comment "A city hall." ; + rdfs:subClassOf schema:GovernmentBuilding . + +schema:CivicStructure a rdfs:Class ; + rdfs:label "CivicStructure" ; + rdfs:comment "A public structure, such as a town hall or concert hall." ; + rdfs:subClassOf schema:Place . + +schema:Claim a rdfs:Class ; + rdfs:label "Claim" ; + rdfs:comment """A [[Claim]] in Schema.org represents a specific, factually-oriented claim that could be the [[itemReviewed]] in a [[ClaimReview]]. The content of a claim can be summarized with the [[text]] property. Variations on well known claims can have their common identity indicated via [[sameAs]] links, and summarized with a [[name]]. Ideally, a [[Claim]] description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews. + + Beyond [[ClaimReview]], the Claim type can be associated with related creative works - for example a [[ScholarlyArticle]] or [[Question]] might be [[about]] some [[Claim]]. + + At this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration. + """ ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:ClaimReview a rdfs:Class ; + rdfs:label "ClaimReview" ; + rdfs:comment "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed)." ; + rdfs:subClassOf schema:Review ; + schema:source . + +schema:Class a rdfs:Class ; + rdfs:label "Class" ; + rdfs:comment "A class, also often called a 'Type'; equivalent to rdfs:Class." ; + rdfs:subClassOf schema:Intangible ; + owl:equivalentClass rdfs:Class ; + schema:isPartOf . + +schema:Clip a rdfs:Class ; + rdfs:label "Clip" ; + rdfs:comment "A short TV or radio program or a segment/part of a program." ; + rdfs:subClassOf schema:CreativeWork . + +schema:ClothingStore a rdfs:Class ; + rdfs:label "ClothingStore" ; + rdfs:comment "A clothing store." ; + rdfs:subClassOf schema:Store . + +schema:Code a rdfs:Class ; + rdfs:label "Code" ; + rdfs:comment "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates." ; + rdfs:subClassOf schema:CreativeWork ; + schema:supersededBy schema:SoftwareSourceCode . + +schema:Collection a rdfs:Class ; + rdfs:label "Collection" ; + rdfs:comment "A collection of items, e.g. creative works or products." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf . + +schema:CollectionPage a rdfs:Class ; + rdfs:label "CollectionPage" ; + rdfs:comment "Web page type: Collection page." ; + rdfs:subClassOf schema:WebPage . + +schema:CollegeOrUniversity a rdfs:Class ; + rdfs:label "CollegeOrUniversity" ; + rdfs:comment "A college, university, or other third-level educational institution." ; + rdfs:subClassOf schema:EducationalOrganization . + +schema:ComedyClub a rdfs:Class ; + rdfs:label "ComedyClub" ; + rdfs:comment "A comedy club." ; + rdfs:subClassOf schema:EntertainmentBusiness . + +schema:ComedyEvent a rdfs:Class ; + rdfs:label "ComedyEvent" ; + rdfs:comment "Event type: Comedy event." ; + rdfs:subClassOf schema:Event . + +schema:ComicCoverArt a rdfs:Class ; + rdfs:label "ComicCoverArt" ; + rdfs:comment "The artwork on the cover of a comic." ; + rdfs:subClassOf schema:ComicStory, + schema:CoverArt ; + schema:isPartOf . + +schema:ComicIssue a rdfs:Class ; + rdfs:label "ComicIssue" ; + rdfs:comment """Individual comic issues are serially published as + part of a larger series. For the sake of consistency, even one-shot issues + belong to a series comprised of a single issue. All comic issues can be + uniquely identified by: the combination of the name and volume number of the + series to which the issue belongs; the issue number; and the variant + description of the issue (if any).""" ; + rdfs:subClassOf schema:PublicationIssue ; + schema:isPartOf . + +schema:ComicSeries a rdfs:Class ; + rdfs:label "ComicSeries" ; + rdfs:comment """A sequential publication of comic stories under a + unifying title, for example "The Amazing Spider-Man" or "Groo the + Wanderer".""" ; + rdfs:subClassOf schema:Periodical ; + schema:isPartOf . + +schema:ComicStory a rdfs:Class ; + rdfs:label "ComicStory" ; + rdfs:comment """The term "story" is any indivisible, re-printable + unit of a comic, including the interior stories, covers, and backmatter. Most + comics have at least two stories: a cover (ComicCoverArt) and an interior story.""" ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf . + +schema:Comment a rdfs:Class ; + rdfs:label "Comment" ; + rdfs:comment "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the [[text]] property, and its topic via [[about]], properties shared with all CreativeWorks." ; + rdfs:subClassOf schema:CreativeWork . + +schema:CommentAction a rdfs:Class ; + rdfs:label "CommentAction" ; + rdfs:comment "The act of generating a comment about a subject." ; + rdfs:subClassOf schema:CommunicateAction . + +schema:CommunicateAction a rdfs:Class ; + rdfs:label "CommunicateAction" ; + rdfs:comment "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." ; + rdfs:subClassOf schema:InteractAction . + +schema:CompleteDataFeed a rdfs:Class ; + rdfs:label "CompleteDataFeed" ; + rdfs:comment """A [[CompleteDataFeed]] is a [[DataFeed]] whose standard representation includes content for every item currently in the feed. + +This is the equivalent of Atom's element as defined in Feed Paging and Archiving [RFC 5005](https://tools.ietf.org/html/rfc5005), for example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. "Top Twenty Records") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.""" ; + rdfs:subClassOf schema:DataFeed ; + schema:isPartOf ; + schema:source . + +schema:CompoundPriceSpecification a rdfs:Class ; + rdfs:label "CompoundPriceSpecification" ; + rdfs:comment "A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. \"electricity\" or \"final cleaning\")." ; + rdfs:subClassOf schema:PriceSpecification ; + schema:contributor . + +schema:ComputerLanguage a rdfs:Class ; + rdfs:label "ComputerLanguage" ; + rdfs:comment "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the [[Language]] type." ; + rdfs:subClassOf schema:Intangible . + +schema:ComputerStore a rdfs:Class ; + rdfs:label "ComputerStore" ; + rdfs:comment "A computer store." ; + rdfs:subClassOf schema:Store . + +schema:ConferenceEvent a rdfs:Class ; + rdfs:label "ConferenceEvent" ; + rdfs:comment "Event type: Conference event." ; + rdfs:subClassOf schema:Event ; + schema:isPartOf ; + schema:source . + +schema:ConfirmAction a rdfs:Class ; + rdfs:label "ConfirmAction" ; + rdfs:comment "The act of notifying someone that a future event/action is going to happen as expected.\\n\\nRelated actions:\\n\\n* [[CancelAction]]: The antonym of ConfirmAction." ; + rdfs:subClassOf schema:InformAction . + +schema:Consortium a rdfs:Class ; + rdfs:label "Consortium" ; + rdfs:comment "A Consortium is a membership [[Organization]] whose members are typically Organizations." ; + rdfs:subClassOf schema:Organization ; + schema:isPartOf ; + schema:source . + +schema:ConstraintNode a rdfs:Class ; + rdfs:label "ConstraintNode" ; + rdfs:comment """The ConstraintNode type is provided to support usecases in which a node in a structured data graph is described with properties which appear to describe a single entity, but are being used in a situation where they serve a more abstract purpose. A [[ConstraintNode]] can be described using [[constraintProperty]] and [[numConstraints]]. These constraint properties can serve a + variety of purposes, and their values may sometimes be understood to indicate sets of possible values rather than single, exact and specific values.""" ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:ConsumeAction a rdfs:Class ; + rdfs:label "ConsumeAction" ; + rdfs:comment "The act of ingesting information/resources/food." ; + rdfs:subClassOf schema:Action . + +schema:ContactPage a rdfs:Class ; + rdfs:label "ContactPage" ; + rdfs:comment "Web page type: Contact page." ; + rdfs:subClassOf schema:WebPage . + +schema:ContactPoint a rdfs:Class ; + rdfs:label "ContactPoint" ; + rdfs:comment "A contact point—for example, a Customer Complaints department." ; + rdfs:subClassOf schema:StructuredValue ; + owl:equivalentClass vcard:VCard, + gs1:ContactPoint, + fibo-fnd-org-org:ContactPoint . + +schema:ContactPointOption a rdfs:Class ; + rdfs:label "ContactPointOption" ; + rdfs:comment "Enumerated options related to a ContactPoint." ; + rdfs:subClassOf schema:Enumeration . + +schema:Continent a rdfs:Class ; + rdfs:label "Continent" ; + rdfs:comment "One of the continents (for example, Europe or Africa)." ; + rdfs:subClassOf schema:Landform ; + owl:equivalentClass lcc-cr:Continent . + +schema:ControlAction a rdfs:Class ; + rdfs:label "ControlAction" ; + rdfs:comment "An agent controls a device or application." ; + rdfs:subClassOf schema:Action . + +schema:ConvenienceStore a rdfs:Class ; + rdfs:label "ConvenienceStore" ; + rdfs:comment "A convenience store." ; + rdfs:subClassOf schema:Store . + +schema:Conversation a rdfs:Class ; + rdfs:label "Conversation" ; + rdfs:comment "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties." ; + rdfs:subClassOf schema:CreativeWork . + +schema:CookAction a rdfs:Class ; + rdfs:label "CookAction" ; + rdfs:comment "The act of producing/preparing food." ; + rdfs:subClassOf schema:CreateAction . + +schema:Cooperative a rdfs:Class ; + rdfs:label "Cooperative" ; + rdfs:comment "An organization that is a joint project of multiple organizations or persons." ; + rdfs:subClassOf schema:Organization ; + owl:equivalentClass fibo-be-le-cb:CooperativeSociety . + +schema:Corporation a rdfs:Class ; + rdfs:label "Corporation" ; + rdfs:comment "Organization: A business corporation." ; + rdfs:subClassOf schema:Organization ; + owl:equivalentClass fibo-be-corp-corp:Corporation ; + schema:contributor . + +schema:CorrectionComment a rdfs:Class ; + rdfs:label "CorrectionComment" ; + rdfs:comment "A [[comment]] that corrects [[CreativeWork]]." ; + rdfs:subClassOf schema:Comment ; + schema:isPartOf ; + schema:source . + +schema:Country a rdfs:Class ; + rdfs:label "Country" ; + rdfs:comment "A country." ; + rdfs:subClassOf schema:AdministrativeArea, + cmns-ge:GeopoliticalEntity ; + owl:equivalentClass unece:Country, + gs1:Country, + lcc-cr:Country . + +schema:Course a rdfs:Class ; + rdfs:label "Course" ; + rdfs:comment "A description of an educational course which may be offered as distinct instances which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners." ; + rdfs:subClassOf schema:CreativeWork, + schema:LearningResource . + +schema:CourseInstance a rdfs:Class ; + rdfs:label "CourseInstance" ; + rdfs:comment "An instance of a [[Course]] which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students." ; + rdfs:subClassOf schema:Event . + +schema:Courthouse a rdfs:Class ; + rdfs:label "Courthouse" ; + rdfs:comment "A courthouse." ; + rdfs:subClassOf schema:GovernmentBuilding . + +schema:CoverArt a rdfs:Class ; + rdfs:label "CoverArt" ; + rdfs:comment "The artwork on the outer surface of a CreativeWork." ; + rdfs:subClassOf schema:VisualArtwork ; + schema:isPartOf . + +schema:CovidTestingFacility a rdfs:Class ; + rdfs:label "CovidTestingFacility" ; + rdfs:comment """A CovidTestingFacility is a [[MedicalClinic]] where testing for the COVID-19 Coronavirus + disease is available. If the facility is being made available from an established [[Pharmacy]], [[Hotel]], or other + non-medical organization, multiple types can be listed. This makes it easier to re-use existing schema.org information + about that place, e.g. contact info, address, opening hours. Note that in an emergency, such information may not always be reliable. + """ ; + rdfs:subClassOf schema:MedicalClinic ; + schema:isPartOf ; + schema:source . + +schema:CreateAction a rdfs:Class ; + rdfs:label "CreateAction" ; + rdfs:comment "The act of deliberately creating/producing/generating/building a result out of the agent." ; + rdfs:subClassOf schema:Action . + +schema:CreativeWork a rdfs:Class ; + rdfs:label "CreativeWork" ; + rdfs:comment "The most generic kind of creative work, including books, movies, photographs, software programs, etc." ; + rdfs:subClassOf schema:Thing ; + schema:contributor . + +schema:CreativeWorkSeason a rdfs:Class ; + rdfs:label "CreativeWorkSeason" ; + rdfs:comment "A media season, e.g. TV, radio, video game etc." ; + rdfs:subClassOf schema:CreativeWork . + +schema:CreativeWorkSeries a rdfs:Class ; + rdfs:label "CreativeWorkSeries" ; + rdfs:comment """A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike [[ItemList]] which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as TV, radio and games).\\n\\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\\n\\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate. + """ ; + rdfs:subClassOf schema:CreativeWork, + schema:Series . + +schema:Credential a rdfs:Class ; + rdfs:label "Credential" ; + rdfs:comment "A credential is a certificate that is used to verify the identity of a person or entity." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf . + +schema:CreditCard a rdfs:Class ; + rdfs:label "CreditCard" ; + rdfs:comment """A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#AmericanExpress\\n* http://purl.org/goodrelations/v1#DinersClub\\n* http://purl.org/goodrelations/v1#Discover\\n* http://purl.org/goodrelations/v1#JCB\\n* http://purl.org/goodrelations/v1#MasterCard\\n* http://purl.org/goodrelations/v1#VISA + """ ; + rdfs:subClassOf schema:LoanOrCredit, + schema:PaymentCard ; + schema:contributor , + . + +schema:Crematorium a rdfs:Class ; + rdfs:label "Crematorium" ; + rdfs:comment "A crematorium." ; + rdfs:subClassOf schema:CivicStructure . + +schema:CriticReview a rdfs:Class ; + rdfs:label "CriticReview" ; + rdfs:comment "A [[CriticReview]] is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. [[CriticReview]]s are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the [[UserReview]] type. Review aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources." ; + rdfs:subClassOf schema:Review ; + schema:isPartOf ; + schema:source . + +schema:CssSelectorType a rdfs:Class ; + rdfs:label "CssSelectorType" ; + rdfs:comment "Text representing a CSS selector." ; + rdfs:subClassOf schema:Text ; + schema:isPartOf ; + schema:source . + +schema:CurrencyConversionService a rdfs:Class ; + rdfs:label "CurrencyConversionService" ; + rdfs:comment "A service to convert funds from one currency to another currency." ; + rdfs:subClassOf schema:FinancialProduct ; + schema:contributor . + +schema:DDxElement a rdfs:Class ; + rdfs:label "DDxElement" ; + rdfs:comment "An alternative, closely-related condition typically considered later in the differential diagnosis process along with the signs that are used to distinguish it." ; + rdfs:subClassOf schema:MedicalIntangible ; + schema:isPartOf . + +schema:DENonprofitType a rdfs:Class ; + rdfs:label "DENonprofitType" ; + rdfs:comment "DENonprofitType: Non-profit organization type originating from Germany in accordance with article 52 of the German fiscal code (Abgabenverordnung or AO)." ; + rdfs:subClassOf schema:NonprofitType ; + schema:isPartOf ; + schema:source . + +schema:DanceEvent a rdfs:Class ; + rdfs:label "DanceEvent" ; + rdfs:comment "Event type: A social dance." ; + rdfs:subClassOf schema:Event . + +schema:DanceGroup a rdfs:Class ; + rdfs:label "DanceGroup" ; + rdfs:comment "A dance group—for example, the Alvin Ailey Dance Theater or Riverdance." ; + rdfs:subClassOf schema:PerformingGroup . + +schema:DataCatalog a rdfs:Class ; + rdfs:label "DataCatalog" ; + rdfs:comment "A collection of datasets." ; + rdfs:subClassOf schema:CreativeWork ; + owl:equivalentClass dcat:Catalog ; + schema:contributor . + +schema:DataDownload a rdfs:Class ; + rdfs:label "DataDownload" ; + rdfs:comment "All or part of a [[Dataset]] in downloadable form. " ; + rdfs:subClassOf schema:MediaObject ; + owl:equivalentClass dcat:Distribution ; + schema:contributor . + +schema:DataFeed a rdfs:Class ; + rdfs:label "DataFeed" ; + rdfs:comment "A single feed providing structured information about one or more entities or topics." ; + rdfs:subClassOf schema:Dataset . + +schema:DataFeedItem a rdfs:Class ; + rdfs:label "DataFeedItem" ; + rdfs:comment "A single item within a larger data feed." ; + rdfs:subClassOf schema:Intangible . + +schema:DataType a rdfs:Class ; + rdfs:label "DataType" ; + rdfs:comment "The basic data types such as Integers, Strings, etc." ; + rdfs:subClassOf rdfs:Class . + +schema:Dataset a rdfs:Class ; + rdfs:label "Dataset" ; + rdfs:comment "A body of structured information describing some topic(s) of interest." ; + rdfs:subClassOf schema:CreativeWork ; + owl:equivalentClass dctype:Dataset, + void:Dataset, + dcat:Dataset ; + schema:contributor . + +schema:Date a rdfs:Class, + schema:DataType ; + rdfs:label "Date" ; + rdfs:comment "A date value in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)." ; + owl:equivalentClass cmns-dt:Date . + +schema:DateTime a rdfs:Class, + schema:DataType ; + rdfs:label "DateTime" ; + rdfs:comment "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601)." ; + owl:equivalentClass cmns-dt:DateTime . + +schema:DatedMoneySpecification a rdfs:Class ; + rdfs:label "DatedMoneySpecification" ; + rdfs:comment "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. __Note:__ This type has been superseded by [[MonetaryAmount]], use of that type is recommended." ; + rdfs:subClassOf schema:StructuredValue ; + schema:supersededBy schema:MonetaryAmount . + +schema:DayOfWeek a rdfs:Class ; + rdfs:label "DayOfWeek" ; + rdfs:comment """The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer. + +Originally, URLs from [GoodRelations](http://purl.org/goodrelations/v1) were used (for [[Monday]], [[Tuesday]], [[Wednesday]], [[Thursday]], [[Friday]], [[Saturday]], [[Sunday]] plus a special entry for [[PublicHolidays]]); these have now been integrated directly into schema.org. + """ ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor . + +schema:DaySpa a rdfs:Class ; + rdfs:label "DaySpa" ; + rdfs:comment "A day spa." ; + rdfs:subClassOf schema:HealthAndBeautyBusiness . + +schema:DeactivateAction a rdfs:Class ; + rdfs:label "DeactivateAction" ; + rdfs:comment "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight)." ; + rdfs:subClassOf schema:ControlAction . + +schema:DefenceEstablishment a rdfs:Class ; + rdfs:label "DefenceEstablishment" ; + rdfs:comment "A defence establishment, such as an army or navy base." ; + rdfs:subClassOf schema:GovernmentBuilding . + +schema:DefinedRegion a rdfs:Class ; + rdfs:label "DefinedRegion" ; + rdfs:comment """A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes. + +Examples: a delivery destination when shopping. Region where regional pricing is configured. + +Requirement 1: +Country: US +States: "NY", "CA" + +Requirement 2: +Country: US +PostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]} +{ [12345, 12345], [78945, 78945], } +Region = state, canton, prefecture, autonomous community... +""" ; + rdfs:subClassOf schema:Place, + schema:StructuredValue ; + schema:source . + +schema:DefinedTerm a rdfs:Class ; + rdfs:label "DefinedTerm" ; + rdfs:comment "A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term. Use the about property to specify what the term is about." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:DefinedTermSet a rdfs:Class ; + rdfs:label "DefinedTermSet" ; + rdfs:comment "A set of defined terms, for example a set of categories or a classification scheme, a glossary, dictionary or enumeration. Use the about property to specify what the term set is about." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:DeleteAction a rdfs:Class ; + rdfs:label "DeleteAction" ; + rdfs:comment "The act of editing a recipient by removing one of its objects." ; + rdfs:subClassOf schema:UpdateAction . + +schema:DeliveryChargeSpecification a rdfs:Class ; + rdfs:label "DeliveryChargeSpecification" ; + rdfs:comment "The price for the delivery of an offer using a particular delivery method." ; + rdfs:subClassOf schema:PriceSpecification ; + schema:contributor . + +schema:DeliveryEvent a rdfs:Class ; + rdfs:label "DeliveryEvent" ; + rdfs:comment "An event involving the delivery of an item." ; + rdfs:subClassOf schema:Event . + +schema:DeliveryMethod a rdfs:Class ; + rdfs:label "DeliveryMethod" ; + rdfs:comment """A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#DeliveryModeDirectDownload\\n* http://purl.org/goodrelations/v1#DeliveryModeFreight\\n* http://purl.org/goodrelations/v1#DeliveryModeMail\\n* http://purl.org/goodrelations/v1#DeliveryModeOwnFleet\\n* http://purl.org/goodrelations/v1#DeliveryModePickUp\\n* http://purl.org/goodrelations/v1#DHL\\n* http://purl.org/goodrelations/v1#FederalExpress\\n* http://purl.org/goodrelations/v1#UPS + """ ; + rdfs:subClassOf schema:Enumeration ; + owl:equivalentClass unece:TransportMethod ; + schema:contributor . + +schema:Demand a rdfs:Class ; + rdfs:label "Demand" ; + rdfs:comment "A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply." ; + rdfs:subClassOf schema:Intangible ; + owl:equivalentClass unece:RequestForQuotation ; + schema:contributor . + +schema:Dentist a rdfs:Class ; + rdfs:label "Dentist" ; + rdfs:comment "A dentist." ; + rdfs:subClassOf schema:LocalBusiness, + schema:MedicalBusiness, + schema:MedicalOrganization . + +schema:DepartAction a rdfs:Class ; + rdfs:label "DepartAction" ; + rdfs:comment "The act of departing from a place. An agent departs from a fromLocation for a destination, optionally with participants." ; + rdfs:subClassOf schema:MoveAction . + +schema:DepartmentStore a rdfs:Class ; + rdfs:label "DepartmentStore" ; + rdfs:comment "A department store." ; + rdfs:subClassOf schema:Store . + +schema:DepositAccount a rdfs:Class ; + rdfs:label "DepositAccount" ; + rdfs:comment "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits." ; + rdfs:subClassOf schema:BankAccount, + schema:InvestmentOrDeposit ; + schema:contributor . + +schema:DiagnosticLab a rdfs:Class ; + rdfs:label "DiagnosticLab" ; + rdfs:comment "A medical laboratory that offers on-site or off-site diagnostic services." ; + rdfs:subClassOf schema:MedicalOrganization ; + schema:isPartOf . + +schema:DiagnosticProcedure a rdfs:Class ; + rdfs:label "DiagnosticProcedure" ; + rdfs:comment "A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes." ; + rdfs:subClassOf schema:MedicalProcedure ; + schema:isPartOf . + +schema:Diet a rdfs:Class ; + rdfs:label "Diet" ; + rdfs:comment "A strategy of regulating the intake of food to achieve or maintain a specific health-related goal." ; + rdfs:subClassOf schema:CreativeWork, + schema:LifestyleModification ; + schema:isPartOf . + +schema:DietarySupplement a rdfs:Class ; + rdfs:label "DietarySupplement" ; + rdfs:comment "A product taken by mouth that contains a dietary ingredient intended to supplement the diet. Dietary ingredients may include vitamins, minerals, herbs or other botanicals, amino acids, and substances such as enzymes, organ tissues, glandulars and metabolites." ; + rdfs:subClassOf schema:Product, + schema:Substance ; + schema:isPartOf . + +schema:DigitalDocument a rdfs:Class ; + rdfs:label "DigitalDocument" ; + rdfs:comment "An electronic file or document." ; + rdfs:subClassOf schema:CreativeWork, + fibo-fnd-arr-doc:Document ; + owl:equivalentClass unece:ElectronicDocument . + +schema:DigitalDocumentPermission a rdfs:Class ; + rdfs:label "DigitalDocumentPermission" ; + rdfs:comment "A permission for a particular person or group to access a particular file." ; + rdfs:subClassOf schema:Intangible . + +schema:DigitalDocumentPermissionType a rdfs:Class ; + rdfs:label "DigitalDocumentPermissionType" ; + rdfs:comment "A type of permission which can be granted for accessing a digital document." ; + rdfs:subClassOf schema:Enumeration . + +schema:DigitalPlatformEnumeration a rdfs:Class ; + rdfs:label "DigitalPlatformEnumeration" ; + rdfs:comment "Enumerates some common technology platforms, for use with properties such as [[actionPlatform]]. It is not supposed to be comprehensive - when a suitable code is not enumerated here, textual or URL values can be used instead. These codes are at a fairly high level and do not deal with versioning and other nuance. Additional codes can be suggested [in github](https://github.com/schemaorg/schemaorg/issues/3057). " ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:DisagreeAction a rdfs:Class ; + rdfs:label "DisagreeAction" ; + rdfs:comment "The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants." ; + rdfs:subClassOf schema:ReactAction . + +schema:DiscoverAction a rdfs:Class ; + rdfs:label "DiscoverAction" ; + rdfs:comment "The act of discovering/finding an object." ; + rdfs:subClassOf schema:FindAction . + +schema:DiscussionForumPosting a rdfs:Class ; + rdfs:label "DiscussionForumPosting" ; + rdfs:comment "A posting to a discussion forum." ; + rdfs:subClassOf schema:SocialMediaPosting . + +schema:DislikeAction a rdfs:Class ; + rdfs:label "DislikeAction" ; + rdfs:comment "The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants." ; + rdfs:subClassOf schema:ReactAction . + +schema:Distance a rdfs:Class ; + rdfs:label "Distance" ; + rdfs:comment "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'." ; + rdfs:subClassOf schema:Quantity . + +schema:Distillery a rdfs:Class ; + rdfs:label "Distillery" ; + rdfs:comment "A distillery." ; + rdfs:subClassOf schema:FoodEstablishment ; + schema:source . + +schema:DonateAction a rdfs:Class ; + rdfs:label "DonateAction" ; + rdfs:comment "The act of providing goods, services, or money without compensation, often for philanthropic reasons." ; + rdfs:subClassOf schema:TransferAction . + +schema:DoseSchedule a rdfs:Class ; + rdfs:label "DoseSchedule" ; + rdfs:comment "A specific dosing schedule for a drug or supplement." ; + rdfs:subClassOf schema:MedicalIntangible ; + schema:isPartOf . + +schema:DownloadAction a rdfs:Class ; + rdfs:label "DownloadAction" ; + rdfs:comment "The act of downloading an object." ; + rdfs:subClassOf schema:TransferAction . + +schema:DrawAction a rdfs:Class ; + rdfs:label "DrawAction" ; + rdfs:comment "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments." ; + rdfs:subClassOf schema:CreateAction . + +schema:Drawing a rdfs:Class ; + rdfs:label "Drawing" ; + rdfs:comment "A picture or diagram made with a pencil, pen, or crayon rather than paint." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:DrinkAction a rdfs:Class ; + rdfs:label "DrinkAction" ; + rdfs:comment "The act of swallowing liquids." ; + rdfs:subClassOf schema:ConsumeAction . + +schema:DriveWheelConfigurationValue a rdfs:Class ; + rdfs:label "DriveWheelConfigurationValue" ; + rdfs:comment "A value indicating which roadwheels will receive torque." ; + rdfs:subClassOf schema:QualitativeValue ; + schema:contributor . + +schema:Drug a rdfs:Class ; + rdfs:label "Drug" ; + rdfs:comment "A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism. Here the term drug is used interchangeably with the term medicine although clinical knowledge makes a clear difference between them." ; + rdfs:subClassOf schema:Product, + schema:Substance ; + owl:equivalentClass snomed:410942007 ; + schema:isPartOf . + +schema:DrugClass a rdfs:Class ; + rdfs:label "DrugClass" ; + rdfs:comment "A class of medical drugs, e.g., statins. Classes can represent general pharmacological class, common mechanisms of action, common physiological effects, etc." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:DrugCost a rdfs:Class ; + rdfs:label "DrugCost" ; + rdfs:comment "The cost per unit of a medical drug. Note that this type is not meant to represent the price in an offer of a drug for sale; see the Offer type for that. This type will typically be used to tag wholesale or average retail cost of a drug, or maximum reimbursable cost. Costs of medical drugs vary widely depending on how and where they are paid for, so while this type captures some of the variables, costs should be used with caution by consumers of this schema's markup." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:DrugCostCategory a rdfs:Class ; + rdfs:label "DrugCostCategory" ; + rdfs:comment "Enumerated categories of medical drug costs." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:DrugLegalStatus a rdfs:Class ; + rdfs:label "DrugLegalStatus" ; + rdfs:comment "The legal availability status of a medical drug." ; + rdfs:subClassOf schema:MedicalIntangible ; + schema:isPartOf . + +schema:DrugPregnancyCategory a rdfs:Class ; + rdfs:label "DrugPregnancyCategory" ; + rdfs:comment "Categories that represent an assessment of the risk of fetal injury due to a drug or pharmaceutical used as directed by the mother during pregnancy." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:DrugPrescriptionStatus a rdfs:Class ; + rdfs:label "DrugPrescriptionStatus" ; + rdfs:comment "Indicates whether this drug is available by prescription or over-the-counter." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:DrugStrength a rdfs:Class ; + rdfs:label "DrugStrength" ; + rdfs:comment "A specific strength in which a medical drug is available in a specific country." ; + rdfs:subClassOf schema:MedicalIntangible ; + schema:isPartOf . + +schema:DryCleaningOrLaundry a rdfs:Class ; + rdfs:label "DryCleaningOrLaundry" ; + rdfs:comment "A dry-cleaning business." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:Duration a rdfs:Class ; + rdfs:label "Duration" ; + rdfs:comment "Quantity: Duration (use [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601))." ; + rdfs:subClassOf schema:Quantity ; + owl:equivalentClass cmns-dt:Duration . + +schema:EUEnergyEfficiencyEnumeration a rdfs:Class ; + rdfs:label "EUEnergyEfficiencyEnumeration" ; + rdfs:comment "Enumerates the EU energy efficiency classes A-G as well as A+, A++, and A+++ as defined in EU directive 2017/1369." ; + rdfs:subClassOf schema:EnergyEfficiencyEnumeration ; + schema:isPartOf ; + schema:source . + +schema:EatAction a rdfs:Class ; + rdfs:label "EatAction" ; + rdfs:comment "The act of swallowing solid objects." ; + rdfs:subClassOf schema:ConsumeAction . + +schema:EducationEvent a rdfs:Class ; + rdfs:label "EducationEvent" ; + rdfs:comment "Event type: Education event." ; + rdfs:subClassOf schema:Event . + +schema:EducationalAudience a rdfs:Class ; + rdfs:label "EducationalAudience" ; + rdfs:comment "An EducationalAudience." ; + rdfs:subClassOf schema:Audience ; + schema:contributor . + +schema:EducationalOccupationalCredential a rdfs:Class ; + rdfs:label "EducationalOccupationalCredential" ; + rdfs:comment "An educational or occupational credential. A diploma, academic degree, certification, qualification, badge, etc., that may be awarded to a person or other entity that meets the requirements defined by the credentialer." ; + rdfs:subClassOf schema:Credential ; + schema:isPartOf ; + schema:source . + +schema:EducationalOccupationalProgram a rdfs:Class ; + rdfs:label "EducationalOccupationalProgram" ; + rdfs:comment "A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities (e.g., job, courses) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity (e.g., a job), or sometimes a higher educational opportunity (e.g., an advanced degree)." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:EducationalOrganization a rdfs:Class ; + rdfs:label "EducationalOrganization" ; + rdfs:comment "An educational organization." ; + rdfs:subClassOf schema:CivicStructure, + schema:Organization . + +schema:Electrician a rdfs:Class ; + rdfs:label "Electrician" ; + rdfs:comment "An electrician." ; + rdfs:subClassOf schema:HomeAndConstructionBusiness . + +schema:ElectronicsStore a rdfs:Class ; + rdfs:label "ElectronicsStore" ; + rdfs:comment "An electronics store." ; + rdfs:subClassOf schema:Store . + +schema:ElementarySchool a rdfs:Class ; + rdfs:label "ElementarySchool" ; + rdfs:comment "An elementary school." ; + rdfs:subClassOf schema:EducationalOrganization . + +schema:EmailMessage a rdfs:Class ; + rdfs:label "EmailMessage" ; + rdfs:comment "An email message." ; + rdfs:subClassOf schema:Message . + +schema:Embassy a rdfs:Class ; + rdfs:label "Embassy" ; + rdfs:comment "An embassy." ; + rdfs:subClassOf schema:GovernmentBuilding . + +schema:EmergencyService a rdfs:Class ; + rdfs:label "EmergencyService" ; + rdfs:comment "An emergency service, such as a fire station or ER." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:EmployeeRole a rdfs:Class ; + rdfs:label "EmployeeRole" ; + rdfs:comment "A subclass of OrganizationRole used to describe employee relationships." ; + rdfs:subClassOf schema:OrganizationRole . + +schema:EmployerAggregateRating a rdfs:Class ; + rdfs:label "EmployerAggregateRating" ; + rdfs:comment "An aggregate rating of an Organization related to its role as an employer." ; + rdfs:subClassOf schema:AggregateRating ; + schema:source . + +schema:EmployerReview a rdfs:Class ; + rdfs:label "EmployerReview" ; + rdfs:comment "An [[EmployerReview]] is a review of an [[Organization]] regarding its role as an employer, written by a current or former employee of that organization." ; + rdfs:subClassOf schema:Review ; + schema:isPartOf ; + schema:source . + +schema:EmploymentAgency a rdfs:Class ; + rdfs:label "EmploymentAgency" ; + rdfs:comment "An employment agency." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:EndorseAction a rdfs:Class ; + rdfs:label "EndorseAction" ; + rdfs:comment "An agent approves/certifies/likes/supports/sanctions an object." ; + rdfs:subClassOf schema:ReactAction . + +schema:EndorsementRating a rdfs:Class ; + rdfs:label "EndorsementRating" ; + rdfs:comment """An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a "critic's pick" blog, a +"Like" or "+1" on a social network. It can be considered the [[result]] of an [[EndorseAction]] in which the [[object]] of the action is rated positively by +some [[agent]]. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the [[Action]]. + +An [[EndorsementRating]] may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive, +endorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive. +""" ; + rdfs:subClassOf schema:Rating ; + schema:source . + +schema:Energy a rdfs:Class ; + rdfs:label "Energy" ; + rdfs:comment "Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'." ; + rdfs:subClassOf schema:Quantity . + +schema:EnergyConsumptionDetails a rdfs:Class ; + rdfs:label "EnergyConsumptionDetails" ; + rdfs:comment "EnergyConsumptionDetails represents information related to the energy efficiency of a product that consumes energy. The information that can be provided is based on international regulations such as for example [EU directive 2017/1369](https://eur-lex.europa.eu/eli/reg/2017/1369/oj) for energy labeling and the [Energy labeling rule](https://www.ftc.gov/enforcement/rules/rulemaking-regulatory-reform-proceedings/energy-water-use-labeling-consumer) under the Energy Policy and Conservation Act (EPCA) in the US." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:EnergyEfficiencyEnumeration a rdfs:Class ; + rdfs:label "EnergyEfficiencyEnumeration" ; + rdfs:comment "Enumerates energy efficiency levels (also known as \"classes\" or \"ratings\") and certifications that are part of several international energy efficiency standards." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:EnergyStarEnergyEfficiencyEnumeration a rdfs:Class ; + rdfs:label "EnergyStarEnergyEfficiencyEnumeration" ; + rdfs:comment "Used to indicate whether a product is EnergyStar certified." ; + rdfs:subClassOf schema:EnergyEfficiencyEnumeration ; + schema:isPartOf ; + schema:source . + +schema:EngineSpecification a rdfs:Class ; + rdfs:label "EngineSpecification" ; + rdfs:comment "Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities." ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor . + +schema:EntertainmentBusiness a rdfs:Class ; + rdfs:label "EntertainmentBusiness" ; + rdfs:comment "A business providing entertainment." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:EntryPoint a rdfs:Class ; + rdfs:label "EntryPoint" ; + rdfs:comment "An entry point, within some Web-based protocol." ; + rdfs:subClassOf schema:Intangible ; + schema:contributor . + +schema:Enumeration a rdfs:Class ; + rdfs:label "Enumeration" ; + rdfs:comment "Lists or enumerations—for example, a list of cuisines or music genres, etc." ; + rdfs:subClassOf schema:Intangible . + +schema:Episode a rdfs:Class ; + rdfs:label "Episode" ; + rdfs:comment "A media episode (e.g. TV, radio, video game) which can be part of a series or season." ; + rdfs:subClassOf schema:CreativeWork . + +schema:Error a rdfs:Class ; + rdfs:label "Error" ; + rdfs:comment "Representation of an Error." ; + rdfs:subClassOf sarif:Result, + schema:InstantaneousEvent ; + owl:equivalentClass hydra:Error ; + schema:isPartOf ; + schema:source . + +schema:Event a rdfs:Class ; + rdfs:label "Event" ; + rdfs:comment "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects." ; + rdfs:subClassOf schema:Thing ; + owl:equivalentClass dctype:Event, + fibo-fnd-dt-oc:Occurrence . + +schema:EventAttendanceModeEnumeration a rdfs:Class ; + rdfs:label "EventAttendanceModeEnumeration" ; + rdfs:comment "An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:EventReservation a rdfs:Class ; + rdfs:label "EventReservation" ; + rdfs:comment "A reservation for an event like a concert, sporting event, or lecture.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ; + rdfs:subClassOf schema:Reservation . + +schema:EventSeries a rdfs:Class ; + rdfs:label "EventSeries" ; + rdfs:comment """A series of [[Event]]s. Included events can relate with the series using the [[superEvent]] property. + +An EventSeries is a collection of events that share some unifying characteristic. For example, "The Olympic Games" is a series, which +is repeated regularly. The "2012 London Olympics" can be presented both as an [[Event]] in the series "Olympic Games", and as an +[[EventSeries]] that included a number of sporting competitions as Events. + +The nature of the association between the events in an [[EventSeries]] can vary, but typical examples could +include a thematic event series (e.g. topical meetups or classes), or a series of regular events that share a location, attendee group and/or organizers. + +EventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context without +worrying about which kinds of series are really event-like enough to call an Event. In general an EventSeries +may seem more Event-like when the period of time is compact and when aspects such as location are fixed, but +it may also sometimes prove useful to describe a longer-term series as an Event. + """ ; + rdfs:subClassOf schema:Event, + schema:Series ; + schema:isPartOf ; + schema:source . + +schema:EventStatusType a rdfs:Class ; + rdfs:label "EventStatusType" ; + rdfs:comment "EventStatusType is an enumeration type whose instances represent several states that an Event may be in." ; + rdfs:subClassOf schema:StatusEnumeration . + +schema:EventVenue a rdfs:Class ; + rdfs:label "EventVenue" ; + rdfs:comment "An event venue." ; + rdfs:subClassOf schema:CivicStructure . + +schema:ExchangeRateSpecification a rdfs:Class ; + rdfs:label "ExchangeRateSpecification" ; + rdfs:comment "A structured value representing exchange rate." ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:ExerciseAction a rdfs:Class ; + rdfs:label "ExerciseAction" ; + rdfs:comment "The act of participating in exertive activity for the purposes of improving health and fitness." ; + rdfs:subClassOf schema:PlayAction . + +schema:ExerciseGym a rdfs:Class ; + rdfs:label "ExerciseGym" ; + rdfs:comment "A gym." ; + rdfs:subClassOf schema:SportsActivityLocation . + +schema:ExercisePlan a rdfs:Class ; + rdfs:label "ExercisePlan" ; + rdfs:comment "Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician." ; + rdfs:subClassOf schema:CreativeWork, + schema:PhysicalActivity ; + schema:isPartOf . + +schema:ExhibitionEvent a rdfs:Class ; + rdfs:label "ExhibitionEvent" ; + rdfs:comment "Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ..." ; + rdfs:subClassOf schema:Event . + +schema:FAQPage a rdfs:Class ; + rdfs:label "FAQPage" ; + rdfs:comment "A [[FAQPage]] is a [[WebPage]] presenting one or more \"[Frequently asked questions](https://en.wikipedia.org/wiki/FAQ)\" (see also [[QAPage]])." ; + rdfs:subClassOf schema:WebPage ; + schema:source . + +schema:FMRadioChannel a rdfs:Class ; + rdfs:label "FMRadioChannel" ; + rdfs:comment "A radio channel that uses FM." ; + rdfs:subClassOf schema:RadioChannel ; + schema:source . + +schema:FastFoodRestaurant a rdfs:Class ; + rdfs:label "FastFoodRestaurant" ; + rdfs:comment "A fast-food restaurant." ; + rdfs:subClassOf schema:FoodEstablishment . + +schema:Festival a rdfs:Class ; + rdfs:label "Festival" ; + rdfs:comment "Event type: Festival." ; + rdfs:subClassOf schema:Event . + +schema:FilmAction a rdfs:Class ; + rdfs:label "FilmAction" ; + rdfs:comment "The act of capturing sound and moving images on film, video, or digitally." ; + rdfs:subClassOf schema:CreateAction . + +schema:FinancialIncentive a rdfs:Class ; + rdfs:label "FinancialIncentive" ; + rdfs:comment """

Represents financial incentives for goods/services offered by an organization (or individual).

+ +

Typically contains the [[name]] of the incentive, the [[incentivizedItem]], the [[incentiveAmount]], the [[incentiveStatus]], [[incentiveType]], the [[provider]] of the incentive, and [[eligibleWithSupplier]].

+ +

Optionally contains criteria on whether the incentive is limited based on [[purchaseType]], [[purchasePriceLimit]], [[incomeLimit]], and the [[qualifiedExpense]]. + """ ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:FinancialProduct a rdfs:Class ; + rdfs:label "FinancialProduct" ; + rdfs:comment "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." ; + rdfs:subClassOf schema:Service ; + schema:contributor . + +schema:FinancialService a rdfs:Class ; + rdfs:label "FinancialService" ; + rdfs:comment "Financial services business." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:FindAction a rdfs:Class ; + rdfs:label "FindAction" ; + rdfs:comment "The act of finding an object.\\n\\nRelated actions:\\n\\n* [[SearchAction]]: FindAction is generally lead by a SearchAction, but not necessarily." ; + rdfs:subClassOf schema:Action . + +schema:FireStation a rdfs:Class ; + rdfs:label "FireStation" ; + rdfs:comment "A fire station. With firemen." ; + rdfs:subClassOf schema:CivicStructure, + schema:EmergencyService . + +schema:Flight a rdfs:Class ; + rdfs:label "Flight" ; + rdfs:comment "An airline flight." ; + rdfs:subClassOf schema:Trip . + +schema:FlightReservation a rdfs:Class ; + rdfs:label "FlightReservation" ; + rdfs:comment "A reservation for air travel.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ; + rdfs:subClassOf schema:Reservation . + +schema:Float a rdfs:Class ; + rdfs:label "Float" ; + rdfs:comment "Data type: Floating number." ; + rdfs:subClassOf schema:Number . + +schema:FloorPlan a rdfs:Class ; + rdfs:label "FloorPlan" ; + rdfs:comment "A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout diagrams) and offers for rental or sale. In typical use, some [[ApartmentComplex]] has an [[accommodationFloorPlan]] which is a [[FloorPlan]]. A FloorPlan is always in the context of a particular place, either a larger [[ApartmentComplex]] or a single [[Apartment]]. The visual/spatial aspects of a floor plan (i.e. room layout, [see wikipedia](https://en.wikipedia.org/wiki/Floor_plan)) can be indicated using [[image]]. " ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:Florist a rdfs:Class ; + rdfs:label "Florist" ; + rdfs:comment "A florist." ; + rdfs:subClassOf schema:Store . + +schema:FollowAction a rdfs:Class ; + rdfs:label "FollowAction" ; + rdfs:comment "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.\\n\\nRelated actions:\\n\\n* [[BefriendAction]]: Unlike BefriendAction, FollowAction implies that the connection is *not* necessarily reciprocal.\\n* [[SubscribeAction]]: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.\\n* [[RegisterAction]]: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.\\n* [[JoinAction]]: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.\\n* [[TrackAction]]: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it)." ; + rdfs:subClassOf schema:InteractAction . + +schema:FoodEstablishment a rdfs:Class ; + rdfs:label "FoodEstablishment" ; + rdfs:comment "A food-related business." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:FoodEstablishmentReservation a rdfs:Class ; + rdfs:label "FoodEstablishmentReservation" ; + rdfs:comment "A reservation to dine at a food-related business.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations." ; + rdfs:subClassOf schema:Reservation . + +schema:FoodEvent a rdfs:Class ; + rdfs:label "FoodEvent" ; + rdfs:comment "Event type: Food event." ; + rdfs:subClassOf schema:Event . + +schema:FoodService a rdfs:Class ; + rdfs:label "FoodService" ; + rdfs:comment "A food service, like breakfast, lunch, or dinner." ; + rdfs:subClassOf schema:Service ; + schema:contributor . + +schema:FulfillmentTypeEnumeration a rdfs:Class ; + rdfs:label "FulfillmentTypeEnumeration" ; + rdfs:comment "A type of product fulfillment." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:FundingAgency a rdfs:Class ; + rdfs:label "FundingAgency" ; + rdfs:comment """A FundingAgency is an organization that implements one or more [[FundingScheme]]s and manages + the granting process (via [[Grant]]s, typically [[MonetaryGrant]]s). + A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc. + +Examples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation, ... + """ ; + rdfs:subClassOf schema:Project ; + schema:isPartOf ; + schema:source . + +schema:FundingScheme a rdfs:Class ; + rdfs:label "FundingScheme" ; + rdfs:comment """A FundingScheme combines organizational, project and policy aspects of grant-based funding + that sets guidelines, principles and mechanisms to support other kinds of projects and activities. + Funding is typically organized via [[Grant]] funding. Examples of funding schemes: Swiss Priority Programmes (SPPs); EU Framework 7 (FP7); Horizon 2020; the NIH-R01 Grant Program; Wellcome institutional strategic support fund. For large scale public sector funding, the management and administration of grant awards is often handled by other, dedicated, organizations - [[FundingAgency]]s such as ERC, REA, ...""" ; + rdfs:subClassOf schema:Organization ; + schema:isPartOf ; + schema:source , + . + +schema:FurnitureStore a rdfs:Class ; + rdfs:label "FurnitureStore" ; + rdfs:comment "A furniture store." ; + rdfs:subClassOf schema:Store . + +schema:Game a rdfs:Class ; + rdfs:label "Game" ; + rdfs:comment "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting." ; + rdfs:subClassOf schema:CreativeWork . + +schema:GameAvailabilityEnumeration a rdfs:Class ; + rdfs:label "GameAvailabilityEnumeration" ; + rdfs:comment "For a [[VideoGame]], such as used with a [[PlayGameAction]], an enumeration of the kind of game availability offered. " ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:GamePlayMode a rdfs:Class ; + rdfs:label "GamePlayMode" ; + rdfs:comment "Indicates whether this game is multi-player, co-op or single-player." ; + rdfs:subClassOf schema:Enumeration . + +schema:GameServer a rdfs:Class ; + rdfs:label "GameServer" ; + rdfs:comment "Server that provides game interaction in a multiplayer game." ; + rdfs:subClassOf schema:Intangible . + +schema:GameServerStatus a rdfs:Class ; + rdfs:label "GameServerStatus" ; + rdfs:comment "Status of a game server." ; + rdfs:subClassOf schema:StatusEnumeration . + +schema:GardenStore a rdfs:Class ; + rdfs:label "GardenStore" ; + rdfs:comment "A garden store." ; + rdfs:subClassOf schema:Store . + +schema:GasStation a rdfs:Class ; + rdfs:label "GasStation" ; + rdfs:comment "A gas station." ; + rdfs:subClassOf schema:AutomotiveBusiness . + +schema:GatedResidenceCommunity a rdfs:Class ; + rdfs:label "GatedResidenceCommunity" ; + rdfs:comment "Residence type: Gated community." ; + rdfs:subClassOf schema:Residence . + +schema:GenderType a rdfs:Class ; + rdfs:label "GenderType" ; + rdfs:comment "An enumeration of genders." ; + rdfs:subClassOf schema:Enumeration . + +schema:Gene a rdfs:Class ; + rdfs:label "Gene" ; + rdfs:comment "A discrete unit of inheritance which affects one or more biological traits (Source: [https://en.wikipedia.org/wiki/Gene](https://en.wikipedia.org/wiki/Gene)). Examples include FOXP2 (Forkhead box protein P2), SCARNA21 (small Cajal body-specific RNA 21), A- (agouti genotype)." ; + rdfs:subClassOf schema:BioChemEntity ; + schema:isPartOf ; + schema:source . + +schema:GeneralContractor a rdfs:Class ; + rdfs:label "GeneralContractor" ; + rdfs:comment "A general contractor." ; + rdfs:subClassOf schema:HomeAndConstructionBusiness . + +schema:GeoCircle a rdfs:Class ; + rdfs:label "GeoCircle" ; + rdfs:comment """A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape + it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius. + The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'. + """ ; + rdfs:subClassOf schema:GeoShape . + +schema:GeoCoordinates a rdfs:Class ; + rdfs:label "GeoCoordinates" ; + rdfs:comment "The geographic coordinates of a place or event." ; + rdfs:subClassOf schema:StructuredValue ; + owl:equivalentClass unece:GeographicalCoordinate, + cmns-loc:GeographicCoordinate . + +schema:GeoShape a rdfs:Class ; + rdfs:label "GeoShape" ; + rdfs:comment "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points." ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor . + +schema:GeospatialGeometry a rdfs:Class ; + rdfs:label "GeospatialGeometry" ; + rdfs:comment "(Eventually to be defined as) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:GiveAction a rdfs:Class ; + rdfs:label "GiveAction" ; + rdfs:comment "The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.\\n\\nRelated actions:\\n\\n* [[TakeAction]]: Reciprocal of GiveAction.\\n* [[SendAction]]: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you)." ; + rdfs:subClassOf schema:TransferAction . + +schema:GolfCourse a rdfs:Class ; + rdfs:label "GolfCourse" ; + rdfs:comment "A golf course." ; + rdfs:subClassOf schema:SportsActivityLocation . + +schema:GovernmentBenefitsType a rdfs:Class ; + rdfs:label "GovernmentBenefitsType" ; + rdfs:comment "GovernmentBenefitsType enumerates several kinds of government benefits to support the COVID-19 situation. Note that this structure may not capture all benefits offered." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:GovernmentBuilding a rdfs:Class ; + rdfs:label "GovernmentBuilding" ; + rdfs:comment "A government building." ; + rdfs:subClassOf schema:CivicStructure . + +schema:GovernmentOffice a rdfs:Class ; + rdfs:label "GovernmentOffice" ; + rdfs:comment "A government office—for example, an IRS or DMV office." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:GovernmentOrganization a rdfs:Class ; + rdfs:label "GovernmentOrganization" ; + rdfs:comment "A governmental organization or agency." ; + rdfs:subClassOf schema:Organization . + +schema:GovernmentPermit a rdfs:Class ; + rdfs:label "GovernmentPermit" ; + rdfs:comment "A permit issued by a government agency." ; + rdfs:subClassOf schema:Permit . + +schema:GovernmentService a rdfs:Class ; + rdfs:label "GovernmentService" ; + rdfs:comment "A service provided by a government organization, e.g. food stamps, veterans benefits, etc." ; + rdfs:subClassOf schema:Service . + +schema:Grant a rdfs:Class ; + rdfs:label "Grant" ; + rdfs:comment """A grant, typically financial or otherwise quantifiable, of resources. Typically a [[funder]] sponsors some [[MonetaryAmount]] to an [[Organization]] or [[Person]], + sometimes not necessarily via a dedicated or long-lived [[Project]], resulting in one or more outputs, or [[fundedItem]]s. For financial sponsorship, indicate the [[funder]] of a [[MonetaryGrant]]. For non-financial support, indicate [[sponsor]] of [[Grant]]s of resources (e.g. office space). + +Grants support activities directed towards some agreed collective goals, often but not always organized as [[Project]]s. Long-lived projects are sometimes sponsored by a variety of grants over time, but it is also common for a project to be associated with a single grant. + +The amount of a [[Grant]] is represented using [[amount]] as a [[MonetaryAmount]]. + """ ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source , + . + +schema:GroceryStore a rdfs:Class ; + rdfs:label "GroceryStore" ; + rdfs:comment "A grocery store." ; + rdfs:subClassOf schema:Store . + +schema:Guide a rdfs:Class ; + rdfs:label "Guide" ; + rdfs:comment "[[Guide]] is a page or article that recommends specific products or services, or aspects of a thing for a user to consider. A [[Guide]] may represent a Buying Guide and detail aspects of products or services for a user to consider. A [[Guide]] may represent a Product Guide and recommend specific products or services. A [[Guide]] may represent a Ranked List and recommend specific products or services with ranking." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:HVACBusiness a rdfs:Class ; + rdfs:label "HVACBusiness" ; + rdfs:comment "A business that provides Heating, Ventilation and Air Conditioning services." ; + rdfs:subClassOf schema:HomeAndConstructionBusiness . + +schema:Hackathon a rdfs:Class ; + rdfs:label "Hackathon" ; + rdfs:comment "A [hackathon](https://en.wikipedia.org/wiki/Hackathon) event." ; + rdfs:subClassOf schema:Event ; + schema:isPartOf ; + schema:source . + +schema:HairSalon a rdfs:Class ; + rdfs:label "HairSalon" ; + rdfs:comment "A hair salon." ; + rdfs:subClassOf schema:HealthAndBeautyBusiness . + +schema:HardwareStore a rdfs:Class ; + rdfs:label "HardwareStore" ; + rdfs:comment "A hardware store." ; + rdfs:subClassOf schema:Store . + +schema:HealthAndBeautyBusiness a rdfs:Class ; + rdfs:label "HealthAndBeautyBusiness" ; + rdfs:comment "Health and beauty." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:HealthAspectEnumeration a rdfs:Class ; + rdfs:label "HealthAspectEnumeration" ; + rdfs:comment "HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using [[hasHealthAspect]] and [[HealthTopicContent]]." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:HealthClub a rdfs:Class ; + rdfs:label "HealthClub" ; + rdfs:comment "A health club." ; + rdfs:subClassOf schema:HealthAndBeautyBusiness, + schema:SportsActivityLocation . + +schema:HealthInsurancePlan a rdfs:Class ; + rdfs:label "HealthInsurancePlan" ; + rdfs:comment "A US-style health insurance plan, including PPOs, EPOs, and HMOs." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:HealthPlanCostSharingSpecification a rdfs:Class ; + rdfs:label "HealthPlanCostSharingSpecification" ; + rdfs:comment "A description of costs to the patient under a given network or formulary." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:HealthPlanFormulary a rdfs:Class ; + rdfs:label "HealthPlanFormulary" ; + rdfs:comment "For a given health insurance plan, the specification for costs and coverage of prescription drugs." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:HealthPlanNetwork a rdfs:Class ; + rdfs:label "HealthPlanNetwork" ; + rdfs:comment "A US-style health insurance plan network." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:HealthTopicContent a rdfs:Class ; + rdfs:label "HealthTopicContent" ; + rdfs:comment """[[HealthTopicContent]] is [[WebContent]] that is about some aspect of a health topic, e.g. a condition, its symptoms or treatments. Such content may be comprised of several parts or sections and use different types of media. Multiple instances of [[WebContent]] (and hence [[HealthTopicContent]]) can be related using [[hasPart]] / [[isPartOf]] where there is some kind of content hierarchy, and their content described with [[about]] and [[mentions]] e.g. building upon the existing [[MedicalCondition]] vocabulary. + """ ; + rdfs:subClassOf schema:WebContent ; + schema:isPartOf ; + schema:source . + +schema:HighSchool a rdfs:Class ; + rdfs:label "HighSchool" ; + rdfs:comment "A high school." ; + rdfs:subClassOf schema:EducationalOrganization . + +schema:HinduTemple a rdfs:Class ; + rdfs:label "HinduTemple" ; + rdfs:comment "A Hindu temple." ; + rdfs:subClassOf schema:PlaceOfWorship . + +schema:HobbyShop a rdfs:Class ; + rdfs:label "HobbyShop" ; + rdfs:comment "A store that sells materials useful or necessary for various hobbies." ; + rdfs:subClassOf schema:Store . + +schema:HomeAndConstructionBusiness a rdfs:Class ; + rdfs:label "HomeAndConstructionBusiness" ; + rdfs:comment "A construction business.\\n\\nA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:HomeGoodsStore a rdfs:Class ; + rdfs:label "HomeGoodsStore" ; + rdfs:comment "A home goods store." ; + rdfs:subClassOf schema:Store . + +schema:Hospital a rdfs:Class ; + rdfs:label "Hospital" ; + rdfs:comment "A hospital." ; + rdfs:subClassOf schema:CivicStructure, + schema:EmergencyService, + schema:MedicalOrganization . + +schema:Hostel a rdfs:Class ; + rdfs:label "Hostel" ; + rdfs:comment """A hostel - cheap accommodation, often in shared dormitories. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:LodgingBusiness . + +schema:Hotel a rdfs:Class ; + rdfs:label "Hotel" ; + rdfs:comment """A hotel is an establishment that provides lodging paid on a short-term basis (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:LodgingBusiness ; + schema:contributor . + +schema:HotelRoom a rdfs:Class ; + rdfs:label "HotelRoom" ; + rdfs:comment """A hotel room is a single room in a hotel. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:Room ; + schema:contributor . + +schema:House a rdfs:Class ; + rdfs:label "House" ; + rdfs:comment "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House)." ; + rdfs:subClassOf schema:Accommodation ; + schema:contributor . + +schema:HousePainter a rdfs:Class ; + rdfs:label "HousePainter" ; + rdfs:comment "A house painting service." ; + rdfs:subClassOf schema:HomeAndConstructionBusiness . + +schema:HowTo a rdfs:Class ; + rdfs:label "HowTo" ; + rdfs:comment "Instructions that explain how to achieve a result by performing a sequence of steps." ; + rdfs:subClassOf schema:CreativeWork . + +schema:HowToDirection a rdfs:Class ; + rdfs:label "HowToDirection" ; + rdfs:comment "A direction indicating a single action to do in the instructions for how to achieve a result." ; + rdfs:subClassOf schema:CreativeWork, + schema:ListItem . + +schema:HowToItem a rdfs:Class ; + rdfs:label "HowToItem" ; + rdfs:comment "An item used as either a tool or supply when performing the instructions for how to achieve a result." ; + rdfs:subClassOf schema:ListItem . + +schema:HowToSection a rdfs:Class ; + rdfs:label "HowToSection" ; + rdfs:comment "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe)." ; + rdfs:subClassOf schema:CreativeWork, + schema:ItemList, + schema:ListItem . + +schema:HowToStep a rdfs:Class ; + rdfs:label "HowToStep" ; + rdfs:comment "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items." ; + rdfs:subClassOf schema:CreativeWork, + schema:ItemList, + schema:ListItem . + +schema:HowToSupply a rdfs:Class ; + rdfs:label "HowToSupply" ; + rdfs:comment "A supply consumed when performing the instructions for how to achieve a result." ; + rdfs:subClassOf schema:HowToItem . + +schema:HowToTip a rdfs:Class ; + rdfs:label "HowToTip" ; + rdfs:comment "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection)." ; + rdfs:subClassOf schema:CreativeWork, + schema:ListItem . + +schema:HowToTool a rdfs:Class ; + rdfs:label "HowToTool" ; + rdfs:comment "A tool used (but not consumed) when performing instructions for how to achieve a result." ; + rdfs:subClassOf schema:HowToItem . + +schema:HyperToc a rdfs:Class ; + rdfs:label "HyperToc" ; + rdfs:comment "A HyperToc represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. Items in the table of contents are indicated using the [[tocEntry]] property, and typed [[HyperTocEntry]]. For cases where the same larger work is split into multiple files, [[associatedMedia]] can be used on individual [[HyperTocEntry]] items." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:HyperTocEntry a rdfs:Class ; + rdfs:label "HyperTocEntry" ; + rdfs:comment "A HyperToEntry is an item within a [[HyperToc]], which represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. The media object itself is indicated using [[associatedMedia]]. Each section of interest within that content can be described with a [[HyperTocEntry]], with associated [[startOffset]] and [[endOffset]]. When several entries are all from the same file, [[associatedMedia]] is used on the overarching [[HyperTocEntry]]; if the content has been split into multiple files, they can be referenced using [[associatedMedia]] on each [[HyperTocEntry]]." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:IPTCDigitalSourceEnumeration a rdfs:Class ; + rdfs:label "IPTCDigitalSourceEnumeration" ; + rdfs:comment """IPTC "Digital Source" codes for use with the [[digitalSourceType]] property, providing information about the source for a digital media object. +In general these codes are not declared here to be mutually exclusive, although some combinations would be contradictory if applied simultaneously, or might be considered mutually incompatible by upstream maintainers of the definitions. See the IPTC documentation + for detailed definitions of all terms.""" ; + rdfs:subClassOf schema:MediaEnumeration ; + schema:isPartOf ; + schema:source . + +schema:ITNonprofitType a rdfs:Class ; + rdfs:label "ITNonprofitType" ; + rdfs:comment "ITNonprofitType: Non-profit organization type originating from Italy." ; + rdfs:subClassOf schema:NonprofitType ; + schema:isPartOf ; + schema:source . + +schema:IceCreamShop a rdfs:Class ; + rdfs:label "IceCreamShop" ; + rdfs:comment "An ice cream shop." ; + rdfs:subClassOf schema:FoodEstablishment . + +schema:IgnoreAction a rdfs:Class ; + rdfs:label "IgnoreAction" ; + rdfs:comment "The act of intentionally disregarding the object. An agent ignores an object." ; + rdfs:subClassOf schema:AssessAction . + +schema:ImageGallery a rdfs:Class ; + rdfs:label "ImageGallery" ; + rdfs:comment "Web page type: Image gallery page." ; + rdfs:subClassOf schema:MediaGallery . + +schema:ImageObject a rdfs:Class ; + rdfs:label "ImageObject" ; + rdfs:comment "An image file." ; + rdfs:subClassOf schema:MediaObject ; + owl:equivalentClass dctype:Image . + +schema:ImageObjectSnapshot a rdfs:Class ; + rdfs:label "ImageObjectSnapshot" ; + rdfs:comment "A specific and exact (byte-for-byte) version of an [[ImageObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata (e.g. XMP, EXIF) the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity." ; + rdfs:subClassOf schema:ImageObject ; + schema:isPartOf ; + schema:source . + +schema:ImagingTest a rdfs:Class ; + rdfs:label "ImagingTest" ; + rdfs:comment "Any medical imaging modality typically used for diagnostic purposes." ; + rdfs:subClassOf schema:MedicalTest ; + schema:isPartOf . + +schema:IncentiveQualifiedExpenseType a rdfs:Class ; + rdfs:label "IncentiveQualifiedExpenseType" ; + rdfs:comment "The types of expenses that are covered by the incentive. For example some incentives are only for the goods (tangible items) but the services (labor) are excluded." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:IncentiveStatus a rdfs:Class ; + rdfs:label "IncentiveStatus" ; + rdfs:comment "Enumerates a status for an incentive, such as whether it is active." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:IncentiveType a rdfs:Class ; + rdfs:label "IncentiveType" ; + rdfs:comment "Enumerates common financial incentives for products, including tax credits, tax deductions, rebates and subsidies, etc." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:IndividualPhysician a rdfs:Class ; + rdfs:label "IndividualPhysician" ; + rdfs:comment """An individual medical practitioner. For their official address use [[address]], for affiliations to hospitals use [[hospitalAffiliation]]. +The [[practicesAt]] property can be used to indicate [[MedicalOrganization]] hospitals, clinics, pharmacies etc. where this physician practices.""" ; + rdfs:subClassOf schema:Physician . + +schema:IndividualProduct a rdfs:Class ; + rdfs:label "IndividualProduct" ; + rdfs:comment "A single, identifiable product instance (e.g. a laptop with a particular serial number)." ; + rdfs:subClassOf schema:Product ; + owl:disjointWith schema:ProductModel ; + owl:equivalentClass unece:SpecifiedTradeProduct ; + schema:contributor . + +schema:InfectiousAgentClass a rdfs:Class ; + rdfs:label "InfectiousAgentClass" ; + rdfs:comment "Classes of agents or pathogens that transmit infectious diseases. Enumerated type." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:InfectiousDisease a rdfs:Class ; + rdfs:label "InfectiousDisease" ; + rdfs:comment "An infectious disease is a clinically evident human disease resulting from the presence of pathogenic microbial agents, like pathogenic viruses, pathogenic bacteria, fungi, protozoa, multicellular parasites, and prions. To be considered an infectious disease, such pathogens are known to be able to cause this disease." ; + rdfs:subClassOf schema:MedicalCondition ; + schema:isPartOf . + +schema:InformAction a rdfs:Class ; + rdfs:label "InformAction" ; + rdfs:comment "The act of notifying someone of information pertinent to them, with no expectation of a response." ; + rdfs:subClassOf schema:CommunicateAction . + +schema:InsertAction a rdfs:Class ; + rdfs:label "InsertAction" ; + rdfs:comment "The act of adding at a specific location in an ordered collection." ; + rdfs:subClassOf schema:AddAction . + +schema:InstallAction a rdfs:Class ; + rdfs:label "InstallAction" ; + rdfs:comment "The act of installing an application." ; + rdfs:subClassOf schema:ConsumeAction . + +schema:InstantaneousEvent a rdfs:Class ; + rdfs:label "InstantaneousEvent" ; + rdfs:comment "An event with no duration, like for instance a computer log entry." ; + rdfs:subClassOf schema:StructuredValue ; + owl:equivalentClass prov:InstantaneousEvent ; + schema:isPartOf ; + schema:source . + +schema:InsuranceAgency a rdfs:Class ; + rdfs:label "InsuranceAgency" ; + rdfs:comment "An Insurance agency." ; + rdfs:subClassOf schema:FinancialService . + +schema:Intangible a rdfs:Class ; + rdfs:label "Intangible" ; + rdfs:comment "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." ; + rdfs:subClassOf schema:Thing . + +schema:Integer a rdfs:Class ; + rdfs:label "Integer" ; + rdfs:comment "Data type: Integer." ; + rdfs:subClassOf schema:Number . + +schema:InteractAction a rdfs:Class ; + rdfs:label "InteractAction" ; + rdfs:comment "The act of interacting with another person or organization." ; + rdfs:subClassOf schema:Action . + +schema:InteractionCounter a rdfs:Class ; + rdfs:label "InteractionCounter" ; + rdfs:comment "A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction." ; + rdfs:subClassOf schema:StructuredValue . + +schema:InternetCafe a rdfs:Class ; + rdfs:label "InternetCafe" ; + rdfs:comment "An internet cafe." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:InvestmentFund a rdfs:Class ; + rdfs:label "InvestmentFund" ; + rdfs:comment "A company or fund that gathers capital from a number of investors to create a pool of money that is then re-invested into stocks, bonds and other assets." ; + rdfs:subClassOf schema:InvestmentOrDeposit ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:InvestmentOrDeposit a rdfs:Class ; + rdfs:label "InvestmentOrDeposit" ; + rdfs:comment "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return." ; + rdfs:subClassOf schema:FinancialProduct ; + schema:contributor . + +schema:InviteAction a rdfs:Class ; + rdfs:label "InviteAction" ; + rdfs:comment "The act of asking someone to attend an event. Reciprocal of RsvpAction." ; + rdfs:subClassOf schema:CommunicateAction . + +schema:Invoice a rdfs:Class ; + rdfs:label "Invoice" ; + rdfs:comment "A statement of the money due for goods or services; a bill." ; + rdfs:subClassOf schema:Intangible, + fibo-fnd-arr-doc:LegalDocument ; + owl:equivalentClass unece:Invoice . + +schema:ItemAvailability a rdfs:Class ; + rdfs:label "ItemAvailability" ; + rdfs:comment "A list of possible product availability options." ; + rdfs:subClassOf schema:Enumeration . + +schema:ItemList a rdfs:Class ; + rdfs:label "ItemList" ; + rdfs:comment "A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." ; + rdfs:subClassOf schema:Intangible . + +schema:ItemListOrderType a rdfs:Class ; + rdfs:label "ItemListOrderType" ; + rdfs:comment "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized." ; + rdfs:subClassOf schema:Enumeration . + +schema:ItemPage a rdfs:Class ; + rdfs:label "ItemPage" ; + rdfs:comment "A page devoted to a single item, such as a particular product or hotel." ; + rdfs:subClassOf schema:WebPage . + +schema:JewelryStore a rdfs:Class ; + rdfs:label "JewelryStore" ; + rdfs:comment "A jewelry store." ; + rdfs:subClassOf schema:Store . + +schema:JobPosting a rdfs:Class ; + rdfs:label "JobPosting" ; + rdfs:comment "A listing that describes a job opening in a certain organization." ; + rdfs:subClassOf schema:Intangible . + +schema:JoinAction a rdfs:Class ; + rdfs:label "JoinAction" ; + rdfs:comment "An agent joins an event/group with participants/friends at a location.\\n\\nRelated actions:\\n\\n* [[RegisterAction]]: Unlike RegisterAction, JoinAction refers to joining a group/team of people.\\n* [[SubscribeAction]]: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.\\n* [[FollowAction]]: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates." ; + rdfs:subClassOf schema:InteractAction . + +schema:Joint a rdfs:Class ; + rdfs:label "Joint" ; + rdfs:comment "The anatomical location at which two or more bones make contact." ; + rdfs:subClassOf schema:AnatomicalStructure ; + schema:isPartOf . + +schema:LakeBodyOfWater a rdfs:Class ; + rdfs:label "LakeBodyOfWater" ; + rdfs:comment "A lake (for example, Lake Pontrachain)." ; + rdfs:subClassOf schema:BodyOfWater . + +schema:Landform a rdfs:Class ; + rdfs:label "Landform" ; + rdfs:comment "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." ; + rdfs:subClassOf schema:Place . + +schema:LandmarksOrHistoricalBuildings a rdfs:Class ; + rdfs:label "LandmarksOrHistoricalBuildings" ; + rdfs:comment "An historical landmark or building." ; + rdfs:subClassOf schema:Place . + +schema:Language a rdfs:Class ; + rdfs:label "Language" ; + rdfs:comment "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in [BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) can be used via the [[alternateName]] property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using [[ComputerLanguage]]." ; + rdfs:subClassOf schema:Intangible . + +schema:LearningResource a rdfs:Class ; + rdfs:label "LearningResource" ; + rdfs:comment """The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes. + +[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[VideoObject]], [[Product]] etc. + +[[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one.""" ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:LeaveAction a rdfs:Class ; + rdfs:label "LeaveAction" ; + rdfs:comment "An agent leaves an event / group with participants/friends at a location.\\n\\nRelated actions:\\n\\n* [[JoinAction]]: The antonym of LeaveAction.\\n* [[UnRegisterAction]]: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service." ; + rdfs:subClassOf schema:InteractAction . + +schema:LegalForceStatus a rdfs:Class ; + rdfs:label "LegalForceStatus" ; + rdfs:comment "A list of possible statuses for the legal force of a legislation." ; + rdfs:subClassOf schema:StatusEnumeration ; + skos:exactMatch eli:InForce ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:LegalService a rdfs:Class ; + rdfs:label "LegalService" ; + rdfs:comment "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:LegalValueLevel a rdfs:Class ; + rdfs:label "LegalValueLevel" ; + rdfs:comment "A list of possible levels for the legal validity of a legislation." ; + rdfs:subClassOf schema:Enumeration ; + skos:closeMatch eli:LegalValue ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:Legislation a rdfs:Class ; + rdfs:label "Legislation" ; + rdfs:comment "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article)." ; + rdfs:subClassOf schema:CreativeWork ; + skos:closeMatch eli:LegalExpression, + eli:LegalRecontributor ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:LegislationObject a rdfs:Class ; + rdfs:label "LegislationObject" ; + rdfs:comment "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version." ; + rdfs:subClassOf schema:Legislation, + schema:MediaObject ; + skos:closeMatch eli:Format ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:LegislativeBuilding a rdfs:Class ; + rdfs:label "LegislativeBuilding" ; + rdfs:comment "A legislative building—for example, the state capitol." ; + rdfs:subClassOf schema:GovernmentBuilding . + +schema:LendAction a rdfs:Class ; + rdfs:label "LendAction" ; + rdfs:comment "The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.\\n\\nRelated actions:\\n\\n* [[BorrowAction]]: Reciprocal of LendAction." ; + rdfs:subClassOf schema:TransferAction . + +schema:Library a rdfs:Class ; + rdfs:label "Library" ; + rdfs:comment "A library." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:LibrarySystem a rdfs:Class ; + rdfs:label "LibrarySystem" ; + rdfs:comment "A [[LibrarySystem]] is a collaborative system amongst several libraries." ; + rdfs:subClassOf schema:Organization ; + schema:isPartOf ; + schema:source . + +schema:LifestyleModification a rdfs:Class ; + rdfs:label "LifestyleModification" ; + rdfs:comment "A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:Ligament a rdfs:Class ; + rdfs:label "Ligament" ; + rdfs:comment "A short band of tough, flexible, fibrous connective tissue that functions to connect multiple bones, cartilages, and structurally support joints." ; + rdfs:subClassOf schema:AnatomicalStructure ; + schema:isPartOf . + +schema:LikeAction a rdfs:Class ; + rdfs:label "LikeAction" ; + rdfs:comment "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants." ; + rdfs:subClassOf schema:ReactAction . + +schema:LinkRole a rdfs:Class ; + rdfs:label "LinkRole" ; + rdfs:comment "A Role that represents a Web link, e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types, e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds." ; + rdfs:subClassOf schema:Role ; + schema:isPartOf ; + schema:source . + +schema:LiquorStore a rdfs:Class ; + rdfs:label "LiquorStore" ; + rdfs:comment "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits." ; + rdfs:subClassOf schema:Store . + +schema:ListItem a rdfs:Class ; + rdfs:label "ListItem" ; + rdfs:comment "An list item, e.g. a step in a checklist or how-to description." ; + rdfs:subClassOf schema:Intangible . + +schema:ListenAction a rdfs:Class ; + rdfs:label "ListenAction" ; + rdfs:comment "The act of consuming audio content." ; + rdfs:subClassOf schema:ConsumeAction . + +schema:LiteraryEvent a rdfs:Class ; + rdfs:label "LiteraryEvent" ; + rdfs:comment "Event type: Literary event." ; + rdfs:subClassOf schema:Event . + +schema:LiveBlogPosting a rdfs:Class ; + rdfs:label "LiveBlogPosting" ; + rdfs:comment "A [[LiveBlogPosting]] is a [[BlogPosting]] intended to provide a rolling textual coverage of an ongoing event through continuous updates." ; + rdfs:subClassOf schema:BlogPosting . + +schema:LoanOrCredit a rdfs:Class ; + rdfs:label "LoanOrCredit" ; + rdfs:comment "A financial product for the loaning of an amount of money, or line of credit, under agreed terms and charges." ; + rdfs:subClassOf schema:FinancialProduct ; + schema:contributor . + +schema:LocalBusiness a rdfs:Class ; + rdfs:label "LocalBusiness" ; + rdfs:comment "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." ; + rdfs:subClassOf schema:Organization, + schema:Place ; + skos:closeMatch . + +schema:LocationFeatureSpecification a rdfs:Class ; + rdfs:label "LocationFeatureSpecification" ; + rdfs:comment "Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality." ; + rdfs:subClassOf schema:PropertyValue ; + schema:contributor . + +schema:Locksmith a rdfs:Class ; + rdfs:label "Locksmith" ; + rdfs:comment "A locksmith." ; + rdfs:subClassOf schema:HomeAndConstructionBusiness . + +schema:LodgingBusiness a rdfs:Class ; + rdfs:label "LodgingBusiness" ; + rdfs:comment "A lodging business, such as a motel, hotel, or inn." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:LodgingReservation a rdfs:Class ; + rdfs:label "LodgingReservation" ; + rdfs:comment "A reservation for lodging at a hotel, motel, inn, etc.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations." ; + rdfs:subClassOf schema:Reservation . + +schema:LoginAction a rdfs:Class ; + rdfs:label "LoginAction" ; + rdfs:comment "The action of logging into a device or application." ; + rdfs:subClassOf schema:ControlAction ; + schema:isPartOf ; + schema:source . + +schema:LoseAction a rdfs:Class ; + rdfs:label "LoseAction" ; + rdfs:comment "The act of being defeated in a competitive activity." ; + rdfs:subClassOf schema:AchieveAction . + +schema:LymphaticVessel a rdfs:Class ; + rdfs:label "LymphaticVessel" ; + rdfs:comment "A type of blood vessel that specifically carries lymph fluid unidirectionally toward the heart." ; + rdfs:subClassOf schema:Vessel ; + schema:isPartOf . + +schema:Manuscript a rdfs:Class ; + rdfs:label "Manuscript" ; + rdfs:comment "A book, document, or piece of music written by hand rather than typed or printed." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:Map a rdfs:Class ; + rdfs:label "Map" ; + rdfs:comment "A map." ; + rdfs:subClassOf schema:CreativeWork . + +schema:MapCategoryType a rdfs:Class ; + rdfs:label "MapCategoryType" ; + rdfs:comment "An enumeration of several kinds of Map." ; + rdfs:subClassOf schema:Enumeration . + +schema:MarryAction a rdfs:Class ; + rdfs:label "MarryAction" ; + rdfs:comment "The act of marrying a person." ; + rdfs:subClassOf schema:InteractAction . + +schema:Mass a rdfs:Class ; + rdfs:label "Mass" ; + rdfs:comment "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'." ; + rdfs:subClassOf schema:Quantity . + +schema:MathSolver a rdfs:Class ; + rdfs:label "MathSolver" ; + rdfs:comment "A math solver which is capable of solving a subset of mathematical problems." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:MaximumDoseSchedule a rdfs:Class ; + rdfs:label "MaximumDoseSchedule" ; + rdfs:comment "The maximum dosing schedule considered safe for a drug or supplement as recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity." ; + rdfs:subClassOf schema:DoseSchedule ; + schema:isPartOf . + +schema:MeasurementMethodEnum a rdfs:Class ; + rdfs:label "MeasurementMethodEnum" ; + rdfs:comment "Enumeration(s) for use with [[measurementMethod]]." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:MeasurementTypeEnumeration a rdfs:Class ; + rdfs:label "MeasurementTypeEnumeration" ; + rdfs:comment "Enumeration of common measurement types (or dimensions), for example \"chest\" for a person, \"inseam\" for pants, \"gauge\" for screws, or \"wheel\" for bicycles." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:MediaEnumeration a rdfs:Class ; + rdfs:label "MediaEnumeration" ; + rdfs:comment "MediaEnumeration enumerations are lists of codes, labels etc. useful for describing media objects. They may be reflections of externally developed lists, or created at schema.org, or a combination." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:MediaGallery a rdfs:Class ; + rdfs:label "MediaGallery" ; + rdfs:comment "Web page type: Media gallery page. A mixed-media page that can contain media such as images, videos, and other multimedia." ; + rdfs:subClassOf schema:CollectionPage . + +schema:MediaManipulationRatingEnumeration a rdfs:Class ; + rdfs:label "MediaManipulationRatingEnumeration" ; + rdfs:comment " Codes for use with the [[mediaAuthenticityCategory]] property, indicating the authenticity of a media object (in the context of how it was published or shared). In general these codes are not mutually exclusive, although some combinations (such as 'original' versus 'transformed', 'edited' and 'staged') would be contradictory if applied in the same [[MediaReview]]. Note that the application of these codes is with regard to a piece of media shared or published in a particular context." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:MediaObject a rdfs:Class ; + rdfs:label "MediaObject" ; + rdfs:comment "A media object, such as an image, video, audio, or text object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." ; + rdfs:subClassOf schema:CreativeWork . + +schema:MediaReview a rdfs:Class ; + rdfs:label "MediaReview" ; + rdfs:comment """A [[MediaReview]] is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation. + For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types. This definition is + a work in progress. While the [[MediaManipulationRatingEnumeration]] list reflects significant community review amongst fact-checkers and others working + to combat misinformation, the specific structures for representing media objects, their versions and publication context, are still evolving. Similarly, best practices for the relationship between [[MediaReview]] and [[ClaimReview]] markup have not yet been finalized.""" ; + rdfs:subClassOf schema:Review ; + schema:isPartOf ; + schema:source . + +schema:MediaReviewItem a rdfs:Class ; + rdfs:label "MediaReviewItem" ; + rdfs:comment "Represents an item or group of closely related items treated as a unit for the sake of evaluation in a [[MediaReview]]. Authorship etc. apply to the items rather than to the curation/grouping or reviewing party." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:MediaSubscription a rdfs:Class ; + rdfs:label "MediaSubscription" ; + rdfs:comment "A subscription which allows a user to access media including audio, video, books, etc." ; + rdfs:subClassOf schema:Intangible ; + schema:source . + +schema:MedicalAudience a rdfs:Class ; + rdfs:label "MedicalAudience" ; + rdfs:comment "Target audiences for medical web pages." ; + rdfs:subClassOf schema:Audience, + schema:PeopleAudience ; + schema:isPartOf . + +schema:MedicalAudienceType a rdfs:Class ; + rdfs:label "MedicalAudienceType" ; + rdfs:comment "Target audiences types for medical web pages. Enumerated type." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:MedicalBusiness a rdfs:Class ; + rdfs:label "MedicalBusiness" ; + rdfs:comment "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include different businesses run by health professionals." ; + rdfs:subClassOf schema:LocalBusiness ; + schema:isPartOf . + +schema:MedicalCause a rdfs:Class ; + rdfs:label "MedicalCause" ; + rdfs:comment "The causative agent(s) that are responsible for the pathophysiologic process that eventually results in a medical condition, symptom or sign. In this schema, unless otherwise specified this is meant to be the proximate cause of the medical condition, symptom or sign. The proximate cause is defined as the causative agent that most directly results in the medical condition, symptom or sign. For example, the HIV virus could be considered a cause of AIDS. Or in a diagnostic context, if a patient fell and sustained a hip fracture and two days later sustained a pulmonary embolism which eventuated in a cardiac arrest, the cause of the cardiac arrest (the proximate cause) would be the pulmonary embolism and not the fall. Medical causes can include cardiovascular, chemical, dermatologic, endocrine, environmental, gastroenterologic, genetic, hematologic, gynecologic, iatrogenic, infectious, musculoskeletal, neurologic, nutritional, obstetric, oncologic, otolaryngologic, pharmacologic, psychiatric, pulmonary, renal, rheumatologic, toxic, traumatic, or urologic causes; medical conditions can be causes as well." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalClinic a rdfs:Class ; + rdfs:label "MedicalClinic" ; + rdfs:comment "A facility, often associated with a hospital or medical school, that is devoted to the specific diagnosis and/or healthcare. Previously limited to outpatients but with evolution it may be open to inpatients as well." ; + rdfs:subClassOf schema:MedicalBusiness, + schema:MedicalOrganization ; + schema:isPartOf . + +schema:MedicalCode a rdfs:Class ; + rdfs:label "MedicalCode" ; + rdfs:comment "A code for a medical entity." ; + rdfs:subClassOf schema:CategoryCode, + schema:MedicalIntangible ; + schema:isPartOf . + +schema:MedicalCondition a rdfs:Class ; + rdfs:label "MedicalCondition" ; + rdfs:comment "Any condition of the human body that affects the normal functioning of a person, whether physically or mentally. Includes diseases, injuries, disabilities, disorders, syndromes, etc." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalConditionStage a rdfs:Class ; + rdfs:label "MedicalConditionStage" ; + rdfs:comment "A stage of a medical condition, such as 'Stage IIIa'." ; + rdfs:subClassOf schema:MedicalIntangible ; + schema:isPartOf . + +schema:MedicalContraindication a rdfs:Class ; + rdfs:label "MedicalContraindication" ; + rdfs:comment "A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but these risks may be outweighed by other considerations or mitigated by other measures)." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalDevice a rdfs:Class ; + rdfs:label "MedicalDevice" ; + rdfs:comment "Any object used in a medical capacity, such as to diagnose or treat a patient." ; + rdfs:subClassOf schema:MedicalEntity ; + owl:equivalentClass snomed:63653004 ; + schema:isPartOf . + +schema:MedicalDevicePurpose a rdfs:Class ; + rdfs:label "MedicalDevicePurpose" ; + rdfs:comment "Categories of medical devices, organized by the purpose or intended use of the device." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:MedicalEntity a rdfs:Class ; + rdfs:label "MedicalEntity" ; + rdfs:comment "The most generic type of entity related to health and the practice of medicine." ; + rdfs:subClassOf schema:Thing ; + schema:isPartOf . + +schema:MedicalEnumeration a rdfs:Class ; + rdfs:label "MedicalEnumeration" ; + rdfs:comment "Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf . + +schema:MedicalEvidenceLevel a rdfs:Class ; + rdfs:label "MedicalEvidenceLevel" ; + rdfs:comment "Level of evidence for a medical guideline. Enumerated type." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:MedicalGuideline a rdfs:Class ; + rdfs:label "MedicalGuideline" ; + rdfs:comment "Any recommendation made by a standard society (e.g. ACC/AHA) or consensus statement that denotes how to diagnose and treat a particular condition. Note: this type should be used to tag the actual guideline recommendation; if the guideline recommendation occurs in a larger scholarly article, use MedicalScholarlyArticle to tag the overall article, not this type. Note also: the organization making the recommendation should be captured in the recognizingAuthority base property of MedicalEntity." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalGuidelineContraindication a rdfs:Class ; + rdfs:label "MedicalGuidelineContraindication" ; + rdfs:comment "A guideline contraindication that designates a process as harmful and where quality of the data supporting the contraindication is sound." ; + rdfs:subClassOf schema:MedicalGuideline ; + schema:isPartOf . + +schema:MedicalGuidelineRecommendation a rdfs:Class ; + rdfs:label "MedicalGuidelineRecommendation" ; + rdfs:comment "A guideline recommendation that is regarded as efficacious and where quality of the data supporting the recommendation is sound." ; + rdfs:subClassOf schema:MedicalGuideline ; + schema:isPartOf . + +schema:MedicalImagingTechnique a rdfs:Class ; + rdfs:label "MedicalImagingTechnique" ; + rdfs:comment "Any medical imaging modality typically used for diagnostic purposes. Enumerated type." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:MedicalIndication a rdfs:Class ; + rdfs:label "MedicalIndication" ; + rdfs:comment "A condition or factor that indicates use of a medical therapy, including signs, symptoms, risk factors, anatomical states, etc." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalIntangible a rdfs:Class ; + rdfs:label "MedicalIntangible" ; + rdfs:comment "A utility class that serves as the umbrella for a number of 'intangible' things in the medical space." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalObservationalStudy a rdfs:Class ; + rdfs:label "MedicalObservationalStudy" ; + rdfs:comment "An observational study is a type of medical study that attempts to infer the possible effect of a treatment through observation of a cohort of subjects over a period of time. In an observational study, the assignment of subjects into treatment groups versus control groups is outside the control of the investigator. This is in contrast with controlled studies, such as the randomized controlled trials represented by MedicalTrial, where each subject is randomly assigned to a treatment group or a control group before the start of the treatment." ; + rdfs:subClassOf schema:MedicalStudy ; + schema:isPartOf . + +schema:MedicalObservationalStudyDesign a rdfs:Class ; + rdfs:label "MedicalObservationalStudyDesign" ; + rdfs:comment "Design models for observational medical studies. Enumerated type." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:MedicalOrganization a rdfs:Class ; + rdfs:label "MedicalOrganization" ; + rdfs:comment "A medical organization (physical or not), such as hospital, institution or clinic." ; + rdfs:subClassOf schema:Organization . + +schema:MedicalProcedure a rdfs:Class ; + rdfs:label "MedicalProcedure" ; + rdfs:comment "A process of care used in either a diagnostic, therapeutic, preventive or palliative capacity that relies on invasive (surgical), non-invasive, or other techniques." ; + rdfs:subClassOf schema:MedicalEntity ; + owl:equivalentClass snomed:50731006 ; + schema:isPartOf . + +schema:MedicalProcedureType a rdfs:Class ; + rdfs:label "MedicalProcedureType" ; + rdfs:comment "An enumeration that describes different types of medical procedures." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:MedicalRiskCalculator a rdfs:Class ; + rdfs:label "MedicalRiskCalculator" ; + rdfs:comment "A complex mathematical calculation requiring an online calculator, used to assess prognosis. Note: use the url property of Thing to record any URLs for online calculators." ; + rdfs:subClassOf schema:MedicalRiskEstimator ; + schema:isPartOf . + +schema:MedicalRiskEstimator a rdfs:Class ; + rdfs:label "MedicalRiskEstimator" ; + rdfs:comment "Any rule set or interactive tool for estimating the risk of developing a complication or condition." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalRiskFactor a rdfs:Class ; + rdfs:label "MedicalRiskFactor" ; + rdfs:comment "A risk factor is anything that increases a person's likelihood of developing or contracting a disease, medical condition, or complication." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalRiskScore a rdfs:Class ; + rdfs:label "MedicalRiskScore" ; + rdfs:comment "A simple system that adds up the number of risk factors to yield a score that is associated with prognosis, e.g. CHAD score, TIMI risk score." ; + rdfs:subClassOf schema:MedicalRiskEstimator ; + schema:isPartOf . + +schema:MedicalScholarlyArticle a rdfs:Class ; + rdfs:label "MedicalScholarlyArticle" ; + rdfs:comment "A scholarly article in the medical domain." ; + rdfs:subClassOf schema:ScholarlyArticle ; + schema:isPartOf . + +schema:MedicalSign a rdfs:Class ; + rdfs:label "MedicalSign" ; + rdfs:comment "Any physical manifestation of a person's medical condition discoverable by objective diagnostic tests or physical examination." ; + rdfs:subClassOf schema:MedicalSignOrSymptom ; + schema:isPartOf . + +schema:MedicalSignOrSymptom a rdfs:Class ; + rdfs:label "MedicalSignOrSymptom" ; + rdfs:comment "Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective." ; + rdfs:subClassOf schema:MedicalCondition ; + schema:isPartOf . + +schema:MedicalSpecialty a rdfs:Class ; + rdfs:label "MedicalSpecialty" ; + rdfs:comment "Any specific branch of medical science or practice. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type." ; + rdfs:subClassOf schema:MedicalEnumeration, + schema:Specialty ; + schema:isPartOf . + +schema:MedicalStudy a rdfs:Class ; + rdfs:label "MedicalStudy" ; + rdfs:comment "A medical study is an umbrella type covering all kinds of research studies relating to human medicine or health, including observational studies and interventional trials and registries, randomized, controlled or not. When the specific type of study is known, use one of the extensions of this type, such as MedicalTrial or MedicalObservationalStudy. Also, note that this type should be used to mark up data that describes the study itself; to tag an article that publishes the results of a study, use MedicalScholarlyArticle. Note: use the code property of MedicalEntity to store study IDs, e.g. clinicaltrials.gov ID." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalStudyStatus a rdfs:Class ; + rdfs:label "MedicalStudyStatus" ; + rdfs:comment "The status of a medical study. Enumerated type." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:MedicalSymptom a rdfs:Class ; + rdfs:label "MedicalSymptom" ; + rdfs:comment "Any complaint sensed and expressed by the patient (therefore defined as subjective) like stomachache, lower-back pain, or fatigue." ; + rdfs:subClassOf schema:MedicalSignOrSymptom ; + schema:isPartOf . + +schema:MedicalTest a rdfs:Class ; + rdfs:label "MedicalTest" ; + rdfs:comment "Any medical test, typically performed for diagnostic purposes." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:MedicalTestPanel a rdfs:Class ; + rdfs:label "MedicalTestPanel" ; + rdfs:comment "Any collection of tests commonly ordered together." ; + rdfs:subClassOf schema:MedicalTest ; + schema:isPartOf . + +schema:MedicalTherapy a rdfs:Class ; + rdfs:label "MedicalTherapy" ; + rdfs:comment "Any medical intervention designed to prevent, treat, and cure human diseases and medical conditions, including both curative and palliative therapies. Medical therapies are typically processes of care relying upon pharmacotherapy, behavioral therapy, supportive therapy (with fluid or nutrition for example), or detoxification (e.g. hemodialysis) aimed at improving or preventing a health condition." ; + rdfs:subClassOf schema:TherapeuticProcedure ; + schema:isPartOf . + +schema:MedicalTrial a rdfs:Class ; + rdfs:label "MedicalTrial" ; + rdfs:comment "A medical trial is a type of medical study that uses a scientific process to compare the safety and efficacy of medical therapies or medical procedures. In general, medical trials are controlled and subjects are allocated at random to the different treatment and/or control groups." ; + rdfs:subClassOf schema:MedicalStudy ; + schema:isPartOf . + +schema:MedicalTrialDesign a rdfs:Class ; + rdfs:label "MedicalTrialDesign" ; + rdfs:comment "Design models for medical trials. Enumerated type." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:contributor ; + schema:isPartOf . + +schema:MedicalWebPage a rdfs:Class ; + rdfs:label "MedicalWebPage" ; + rdfs:comment "A web page that provides medical information." ; + rdfs:subClassOf schema:WebPage ; + schema:isPartOf . + +schema:MedicineSystem a rdfs:Class ; + rdfs:label "MedicineSystem" ; + rdfs:comment "Systems of medical practice." ; + rdfs:subClassOf schema:MedicalEnumeration ; + schema:isPartOf . + +schema:MeetingRoom a rdfs:Class ; + rdfs:label "MeetingRoom" ; + rdfs:comment """A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:Room ; + schema:contributor . + +schema:MemberProgram a rdfs:Class ; + rdfs:label "MemberProgram" ; + rdfs:comment "A MemberProgram defines a loyalty (or membership) program that provides its members with certain benefits, for example better pricing, free shipping or returns, or the ability to earn loyalty points. Member programs may have multiple tiers, for example silver and gold members, each with different benefits." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:MemberProgramTier a rdfs:Class ; + rdfs:label "MemberProgramTier" ; + rdfs:comment "A MemberProgramTier specifies a tier under a loyalty (member) program, for example \"gold\"." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:MensClothingStore a rdfs:Class ; + rdfs:label "MensClothingStore" ; + rdfs:comment "A men's clothing store." ; + rdfs:subClassOf schema:Store . + +schema:Menu a rdfs:Class ; + rdfs:label "Menu" ; + rdfs:comment "A structured representation of food or drink items available from a FoodEstablishment." ; + rdfs:subClassOf schema:CreativeWork . + +schema:MenuItem a rdfs:Class ; + rdfs:label "MenuItem" ; + rdfs:comment "A food or drink item listed in a menu or menu section." ; + rdfs:subClassOf schema:Intangible . + +schema:MenuSection a rdfs:Class ; + rdfs:label "MenuSection" ; + rdfs:comment "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider." ; + rdfs:subClassOf schema:CreativeWork . + +schema:MerchantReturnEnumeration a rdfs:Class ; + rdfs:label "MerchantReturnEnumeration" ; + rdfs:comment "Enumerates several kinds of product return policies." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:MerchantReturnPolicy a rdfs:Class ; + rdfs:label "MerchantReturnPolicy" ; + rdfs:comment "A MerchantReturnPolicy provides information about product return policies associated with an [[Organization]], [[Product]], or [[Offer]]." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:MerchantReturnPolicySeasonalOverride a rdfs:Class ; + rdfs:label "MerchantReturnPolicySeasonalOverride" ; + rdfs:comment "A seasonal override of a return policy, for example used for holidays." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:Message a rdfs:Class ; + rdfs:label "Message" ; + rdfs:comment "A single message from a sender to one or more organizations or people." ; + rdfs:subClassOf schema:CreativeWork . + +schema:MiddleSchool a rdfs:Class ; + rdfs:label "MiddleSchool" ; + rdfs:comment "A middle school (typically for children aged around 11-14, although this varies somewhat)." ; + rdfs:subClassOf schema:EducationalOrganization . + +schema:MobileApplication a rdfs:Class ; + rdfs:label "MobileApplication" ; + rdfs:comment "A software application designed specifically to work well on a mobile device such as a telephone." ; + rdfs:subClassOf schema:SoftwareApplication . + +schema:MobilePhoneStore a rdfs:Class ; + rdfs:label "MobilePhoneStore" ; + rdfs:comment "A store that sells mobile phones and related accessories." ; + rdfs:subClassOf schema:Store . + +schema:MolecularEntity a rdfs:Class ; + rdfs:label "MolecularEntity" ; + rdfs:comment "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity." ; + rdfs:subClassOf schema:BioChemEntity ; + schema:isPartOf ; + schema:source . + +schema:MonetaryAmount a rdfs:Class ; + rdfs:label "MonetaryAmount" ; + rdfs:comment "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use [[PriceSpecification]] Types to describe the price of an Offer, Invoice, etc." ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor . + +schema:MonetaryAmountDistribution a rdfs:Class ; + rdfs:label "MonetaryAmountDistribution" ; + rdfs:comment "A statistical distribution of monetary amounts." ; + rdfs:subClassOf schema:QuantitativeValueDistribution ; + schema:source . + +schema:MonetaryGrant a rdfs:Class ; + rdfs:label "MonetaryGrant" ; + rdfs:comment "A monetary grant." ; + rdfs:subClassOf schema:Grant ; + schema:isPartOf ; + schema:source , + . + +schema:MoneyTransfer a rdfs:Class ; + rdfs:label "MoneyTransfer" ; + rdfs:comment "The act of transferring money from one place to another place. This may occur electronically or physically." ; + rdfs:subClassOf schema:TransferAction ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:MortgageLoan a rdfs:Class ; + rdfs:label "MortgageLoan" ; + rdfs:comment "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)" ; + rdfs:subClassOf schema:LoanOrCredit ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:Mosque a rdfs:Class ; + rdfs:label "Mosque" ; + rdfs:comment "A mosque." ; + rdfs:subClassOf schema:PlaceOfWorship . + +schema:Motel a rdfs:Class ; + rdfs:label "Motel" ; + rdfs:comment """A motel. +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:LodgingBusiness . + +schema:Motorcycle a rdfs:Class ; + rdfs:label "Motorcycle" ; + rdfs:comment "A motorcycle or motorbike is a single-track, two-wheeled motor vehicle." ; + rdfs:subClassOf schema:Vehicle ; + schema:contributor ; + schema:isPartOf . + +schema:MotorcycleDealer a rdfs:Class ; + rdfs:label "MotorcycleDealer" ; + rdfs:comment "A motorcycle dealer." ; + rdfs:subClassOf schema:AutomotiveBusiness . + +schema:MotorcycleRepair a rdfs:Class ; + rdfs:label "MotorcycleRepair" ; + rdfs:comment "A motorcycle repair shop." ; + rdfs:subClassOf schema:AutomotiveBusiness . + +schema:MotorizedBicycle a rdfs:Class ; + rdfs:label "MotorizedBicycle" ; + rdfs:comment "A motorized bicycle is a bicycle with an attached motor used to power the vehicle, or to assist with pedaling." ; + rdfs:subClassOf schema:Vehicle ; + schema:contributor ; + schema:isPartOf . + +schema:Mountain a rdfs:Class ; + rdfs:label "Mountain" ; + rdfs:comment "A mountain, like Mount Whitney or Mount Everest." ; + rdfs:subClassOf schema:Landform . + +schema:MoveAction a rdfs:Class ; + rdfs:label "MoveAction" ; + rdfs:comment "The act of an agent relocating to a place.\\n\\nRelated actions:\\n\\n* [[TransferAction]]: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object." ; + rdfs:subClassOf schema:Action . + +schema:Movie a rdfs:Class ; + rdfs:label "Movie" ; + rdfs:comment "A movie." ; + rdfs:subClassOf schema:CreativeWork . + +schema:MovieClip a rdfs:Class ; + rdfs:label "MovieClip" ; + rdfs:comment "A short segment/part of a movie." ; + rdfs:subClassOf schema:Clip . + +schema:MovieRentalStore a rdfs:Class ; + rdfs:label "MovieRentalStore" ; + rdfs:comment "A movie rental store." ; + rdfs:subClassOf schema:Store . + +schema:MovieSeries a rdfs:Class ; + rdfs:label "MovieSeries" ; + rdfs:comment "A series of movies. Included movies can be indicated with the hasPart property." ; + rdfs:subClassOf schema:CreativeWorkSeries . + +schema:MovieTheater a rdfs:Class ; + rdfs:label "MovieTheater" ; + rdfs:comment "A movie theater." ; + rdfs:subClassOf schema:CivicStructure, + schema:EntertainmentBusiness . + +schema:MovingCompany a rdfs:Class ; + rdfs:label "MovingCompany" ; + rdfs:comment "A moving company." ; + rdfs:subClassOf schema:HomeAndConstructionBusiness . + +schema:Muscle a rdfs:Class ; + rdfs:label "Muscle" ; + rdfs:comment "A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement." ; + rdfs:subClassOf schema:AnatomicalStructure ; + schema:isPartOf . + +schema:Museum a rdfs:Class ; + rdfs:label "Museum" ; + rdfs:comment "A museum." ; + rdfs:subClassOf schema:CivicStructure . + +schema:MusicAlbum a rdfs:Class ; + rdfs:label "MusicAlbum" ; + rdfs:comment "A collection of music tracks." ; + rdfs:subClassOf schema:MusicPlaylist . + +schema:MusicAlbumProductionType a rdfs:Class ; + rdfs:label "MusicAlbumProductionType" ; + rdfs:comment "Classification of the album by its type of content: soundtrack, live album, studio album, etc." ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor . + +schema:MusicAlbumReleaseType a rdfs:Class ; + rdfs:label "MusicAlbumReleaseType" ; + rdfs:comment "The kind of release which this album is: single, EP or album." ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor . + +schema:MusicComposition a rdfs:Class ; + rdfs:label "MusicComposition" ; + rdfs:comment "A musical composition." ; + rdfs:subClassOf schema:CreativeWork ; + schema:contributor . + +schema:MusicEvent a rdfs:Class ; + rdfs:label "MusicEvent" ; + rdfs:comment "Event type: Music event." ; + rdfs:subClassOf schema:Event . + +schema:MusicGroup a rdfs:Class ; + rdfs:label "MusicGroup" ; + rdfs:comment "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician." ; + rdfs:subClassOf schema:PerformingGroup . + +schema:MusicPlaylist a rdfs:Class ; + rdfs:label "MusicPlaylist" ; + rdfs:comment "A collection of music tracks in playlist form." ; + rdfs:subClassOf schema:CreativeWork . + +schema:MusicRecording a rdfs:Class ; + rdfs:label "MusicRecording" ; + rdfs:comment "A music recording (track), usually a single song." ; + rdfs:subClassOf schema:CreativeWork . + +schema:MusicRelease a rdfs:Class ; + rdfs:label "MusicRelease" ; + rdfs:comment "A MusicRelease is a specific release of a music album." ; + rdfs:subClassOf schema:MusicPlaylist ; + schema:contributor . + +schema:MusicReleaseFormatType a rdfs:Class ; + rdfs:label "MusicReleaseFormatType" ; + rdfs:comment "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.)." ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor . + +schema:MusicStore a rdfs:Class ; + rdfs:label "MusicStore" ; + rdfs:comment "A music store." ; + rdfs:subClassOf schema:Store . + +schema:MusicVenue a rdfs:Class ; + rdfs:label "MusicVenue" ; + rdfs:comment "A music venue." ; + rdfs:subClassOf schema:CivicStructure . + +schema:MusicVideoObject a rdfs:Class ; + rdfs:label "MusicVideoObject" ; + rdfs:comment "A music video file." ; + rdfs:subClassOf schema:MediaObject . + +schema:NGO a rdfs:Class ; + rdfs:label "NGO" ; + rdfs:comment "Organization: Non-governmental Organization." ; + rdfs:subClassOf schema:Organization ; + owl:equivalentClass fibo-be-nfp-nfp:NonGovernmentalOrganization . + +schema:NLNonprofitType a rdfs:Class ; + rdfs:label "NLNonprofitType" ; + rdfs:comment "NLNonprofitType: Non-profit organization type originating from the Netherlands." ; + rdfs:subClassOf schema:NonprofitType ; + schema:isPartOf ; + schema:source . + +schema:NailSalon a rdfs:Class ; + rdfs:label "NailSalon" ; + rdfs:comment "A nail salon." ; + rdfs:subClassOf schema:HealthAndBeautyBusiness . + +schema:Nerve a rdfs:Class ; + rdfs:label "Nerve" ; + rdfs:comment "A common pathway for the electrochemical nerve impulses that are transmitted along each of the axons." ; + rdfs:subClassOf schema:AnatomicalStructure ; + schema:isPartOf . + +schema:NewsArticle a rdfs:Class ; + rdfs:label "NewsArticle" ; + rdfs:comment """A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news. + +A more detailed overview of [schema.org News markup](/docs/news.html) is also available. +""" ; + rdfs:subClassOf schema:Article ; + schema:contributor , + . + +schema:NewsMediaOrganization a rdfs:Class ; + rdfs:label "NewsMediaOrganization" ; + rdfs:comment "A News/Media organization such as a newspaper or TV station." ; + rdfs:subClassOf schema:Organization ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:Newspaper a rdfs:Class ; + rdfs:label "Newspaper" ; + rdfs:comment "A publication containing information about varied topics that are pertinent to general information, a geographic area, or a specific subject matter (i.e. business, culture, education). Often published daily." ; + rdfs:subClassOf schema:Periodical ; + schema:isPartOf ; + schema:source . + +schema:NightClub a rdfs:Class ; + rdfs:label "NightClub" ; + rdfs:comment "A nightclub or discotheque." ; + rdfs:subClassOf schema:EntertainmentBusiness . + +schema:NonprofitType a rdfs:Class ; + rdfs:label "NonprofitType" ; + rdfs:comment "NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:Notary a rdfs:Class ; + rdfs:label "Notary" ; + rdfs:comment "A notary." ; + rdfs:subClassOf schema:LegalService . + +schema:NoteDigitalDocument a rdfs:Class ; + rdfs:label "NoteDigitalDocument" ; + rdfs:comment "A file containing a note, primarily for the author." ; + rdfs:subClassOf schema:DigitalDocument . + +schema:Number a rdfs:Class, + schema:DataType ; + rdfs:label "Number" ; + rdfs:comment "Data type: Number.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." . + +schema:NutritionInformation a rdfs:Class ; + rdfs:label "NutritionInformation" ; + rdfs:comment "Nutritional information about the recipe." ; + rdfs:subClassOf schema:StructuredValue . + +schema:Observation a rdfs:Class ; + rdfs:label "Observation" ; + rdfs:comment """Instances of the class [[Observation]] are used to specify observations about an entity at a particular time. The principal properties of an [[Observation]] are [[observationAbout]], [[measuredProperty]], [[statType]], [[value] and [[observationDate]] and [[measuredProperty]]. Some but not all Observations represent a [[QuantitativeValue]]. Quantitative observations can be about a [[StatisticalVariable]], which is an abstract specification about which we can make observations that are grounded at a particular location and time. + +Observations can also encode a subset of simple RDF-like statements (its observationAbout, a StatisticalVariable, defining the measuredPoperty; its observationAbout property indicating the entity the statement is about, and [[value]] ) + +In the context of a quantitative knowledge graph, typical properties could include [[measuredProperty]], [[observationAbout]], [[observationDate]], [[value]], [[unitCode]], [[unitText]], [[measurementMethod]]. + """ ; + rdfs:subClassOf schema:Intangible, + schema:QuantitativeValue ; + schema:isPartOf ; + schema:source . + +schema:Occupation a rdfs:Class ; + rdfs:label "Occupation" ; + rdfs:comment "A profession, may involve prolonged training and/or a formal qualification." ; + rdfs:subClassOf schema:Intangible ; + schema:source . + +schema:OccupationalExperienceRequirements a rdfs:Class ; + rdfs:label "OccupationalExperienceRequirements" ; + rdfs:comment "Indicates employment-related experience requirements, e.g. [[monthsOfExperience]]." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:OccupationalTherapy a rdfs:Class ; + rdfs:label "OccupationalTherapy" ; + rdfs:comment "A treatment of people with physical, emotional, or social problems, using purposeful activity to help them overcome or learn to deal with their problems." ; + rdfs:subClassOf schema:MedicalTherapy ; + schema:isPartOf . + +schema:OceanBodyOfWater a rdfs:Class ; + rdfs:label "OceanBodyOfWater" ; + rdfs:comment "An ocean (for example, the Pacific)." ; + rdfs:subClassOf schema:BodyOfWater . + +schema:Offer a rdfs:Class ; + rdfs:label "Offer" ; + rdfs:comment "An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\\n\\nNote: As the [[businessFunction]] property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\\n\\nFor [GTIN](http://www.gs1.org/barcodes/technical/idkeys/gtin)-related fields, see [Check Digit calculator](http://www.gs1.org/barcodes/support/check_digit_calculator) and [validation guide](http://www.gs1us.org/resources/standards/gtin-validation-guide) from [GS1](http://www.gs1.org/)." ; + rdfs:subClassOf schema:Intangible ; + owl:equivalentClass unece:Offer, + fibo-fnd-pas-pas:Offer ; + schema:contributor . + +schema:OfferCatalog a rdfs:Class ; + rdfs:label "OfferCatalog" ; + rdfs:comment "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider." ; + rdfs:subClassOf schema:ItemList . + +schema:OfferForLease a rdfs:Class ; + rdfs:label "OfferForLease" ; + rdfs:comment """An [[OfferForLease]] in Schema.org represents an [[Offer]] to lease out something, i.e. an [[Offer]] whose + [[businessFunction]] is [lease out](http://purl.org/goodrelations/v1#LeaseOut.). See [Good Relations](https://en.wikipedia.org/wiki/GoodRelations) for + background on the underlying concepts. + """ ; + rdfs:subClassOf schema:Offer ; + schema:isPartOf ; + schema:source . + +schema:OfferForPurchase a rdfs:Class ; + rdfs:label "OfferForPurchase" ; + rdfs:comment """An [[OfferForPurchase]] in Schema.org represents an [[Offer]] to sell something, i.e. an [[Offer]] whose + [[businessFunction]] is [sell](http://purl.org/goodrelations/v1#Sell.). See [Good Relations](https://en.wikipedia.org/wiki/GoodRelations) for + background on the underlying concepts. + """ ; + rdfs:subClassOf schema:Offer ; + schema:isPartOf ; + schema:source . + +schema:OfferItemCondition a rdfs:Class ; + rdfs:label "OfferItemCondition" ; + rdfs:comment "A list of possible conditions for the item." ; + rdfs:subClassOf schema:Enumeration . + +schema:OfferShippingDetails a rdfs:Class ; + rdfs:label "OfferShippingDetails" ; + rdfs:comment """OfferShippingDetails represents information about shipping destinations. + +Multiple of these entities can be used to represent different shipping rates for different destinations: + +One entity for Alaska/Hawaii. A different one for continental US. A different one for all France. + +Multiple of these entities can be used to represent different shipping costs and delivery times. + +Two entities that are identical but differ in rate and time: + +E.g. Cheaper and slower: $5 in 5-7 days +or Fast and expensive: $15 in 1-2 days.""" ; + rdfs:subClassOf schema:StructuredValue ; + schema:source . + +schema:OfficeEquipmentStore a rdfs:Class ; + rdfs:label "OfficeEquipmentStore" ; + rdfs:comment "An office equipment store." ; + rdfs:subClassOf schema:Store . + +schema:OnDemandEvent a rdfs:Class ; + rdfs:label "OnDemandEvent" ; + rdfs:comment "A publication event, e.g. catch-up TV or radio podcast, during which a program is available on-demand." ; + rdfs:subClassOf schema:PublicationEvent . + +schema:OnlineBusiness a rdfs:Class ; + rdfs:label "OnlineBusiness" ; + rdfs:comment "A particular online business, either standalone or the online part of a broader organization. Examples include an eCommerce site, an online travel booking site, an online learning site, an online logistics and shipping provider, an online (virtual) doctor, etc." ; + rdfs:subClassOf schema:Organization ; + schema:isPartOf ; + schema:source . + +schema:OnlineMarketplace a rdfs:Class ; + rdfs:label "OnlineMarketplace" ; + rdfs:comment "An eCommerce marketplace." ; + rdfs:subClassOf schema:OnlineStore ; + schema:isPartOf ; + schema:source . + +schema:OnlineStore a rdfs:Class ; + rdfs:label "OnlineStore" ; + rdfs:comment "An eCommerce site." ; + rdfs:subClassOf schema:OnlineBusiness ; + schema:isPartOf ; + schema:source . + +schema:OpeningHoursSpecification a rdfs:Class ; + rdfs:label "OpeningHoursSpecification" ; + rdfs:comment """A structured value providing information about the opening hours of a place or a certain service inside a place.\\n\\n +The place is __open__ if the [[opens]] property is specified, and __closed__ otherwise.\\n\\nIf the value for the [[closes]] property is less than the value for the [[opens]] property then the hour range is assumed to span over the next day. + """ ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor . + +schema:OperatingSystem a rdfs:Class ; + rdfs:label "OperatingSystem" ; + rdfs:comment "System software that manages computer hardware and software resources, and provides common services for computer programs." ; + rdfs:subClassOf schema:SoftwareApplication ; + schema:isPartOf ; + schema:source . + +schema:OpinionNewsArticle a rdfs:Class ; + rdfs:label "OpinionNewsArticle" ; + rdfs:comment "An [[OpinionNewsArticle]] is a [[NewsArticle]] that primarily expresses opinions rather than journalistic reporting of news and events. For example, a [[NewsArticle]] consisting of a column or [[Blog]]/[[BlogPosting]] entry in the Opinions section of a news publication. " ; + rdfs:subClassOf schema:NewsArticle ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:Optician a rdfs:Class ; + rdfs:label "Optician" ; + rdfs:comment "A store that sells reading glasses and similar devices for improving vision." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:Order a rdfs:Class ; + rdfs:label "Order" ; + rdfs:comment "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer." ; + rdfs:subClassOf schema:Intangible, + fibo-fnd-arr-doc:LegalDocument ; + owl:equivalentClass unece:Order . + +schema:OrderAction a rdfs:Class ; + rdfs:label "OrderAction" ; + rdfs:comment "An agent orders an object/product/service to be delivered/sent." ; + rdfs:subClassOf schema:TradeAction . + +schema:OrderItem a rdfs:Class ; + rdfs:label "OrderItem" ; + rdfs:comment "An order item is a line of an order. It includes the quantity and shipping details of a bought offer." ; + rdfs:subClassOf schema:StructuredValue ; + owl:equivalentClass unece:LineTradeAgreement . + +schema:OrderStatus a rdfs:Class ; + rdfs:label "OrderStatus" ; + rdfs:comment "Enumerated status values for Order." ; + rdfs:subClassOf schema:StatusEnumeration . + +schema:Organization a rdfs:Class ; + rdfs:label "Organization" ; + rdfs:comment "An organization such as a school, NGO, corporation, club, etc." ; + rdfs:subClassOf schema:Thing ; + owl:equivalentClass gs1:Organization, + fibo-fnd-org-org:Organization . + +schema:OrganizationRole a rdfs:Class ; + rdfs:label "OrganizationRole" ; + rdfs:comment "A subclass of Role used to describe roles within organizations." ; + rdfs:subClassOf schema:Role . + +schema:OrganizeAction a rdfs:Class ; + rdfs:label "OrganizeAction" ; + rdfs:comment "The act of manipulating/administering/supervising/controlling one or more objects." ; + rdfs:subClassOf schema:Action . + +schema:OutletStore a rdfs:Class ; + rdfs:label "OutletStore" ; + rdfs:comment "An outlet store." ; + rdfs:subClassOf schema:Store . + +schema:OwnershipInfo a rdfs:Class ; + rdfs:label "OwnershipInfo" ; + rdfs:comment "A structured value providing information about when a certain organization or person owned a certain product." ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor . + +schema:PaintAction a rdfs:Class ; + rdfs:label "PaintAction" ; + rdfs:comment "The act of producing a painting, typically with paint and canvas as instruments." ; + rdfs:subClassOf schema:CreateAction . + +schema:Painting a rdfs:Class ; + rdfs:label "Painting" ; + rdfs:comment "A painting." ; + rdfs:subClassOf schema:CreativeWork . + +schema:PalliativeProcedure a rdfs:Class ; + rdfs:label "PalliativeProcedure" ; + rdfs:comment "A medical procedure intended primarily for palliative purposes, aimed at relieving the symptoms of an underlying health condition." ; + rdfs:subClassOf schema:MedicalProcedure, + schema:MedicalTherapy ; + schema:isPartOf . + +schema:ParcelDelivery a rdfs:Class ; + rdfs:label "ParcelDelivery" ; + rdfs:comment "The delivery of a parcel either via the postal service or a commercial service." ; + rdfs:subClassOf schema:Intangible . + +schema:ParentAudience a rdfs:Class ; + rdfs:label "ParentAudience" ; + rdfs:comment "A set of characteristics describing parents, who can be interested in viewing some content." ; + rdfs:subClassOf schema:PeopleAudience . + +schema:Park a rdfs:Class ; + rdfs:label "Park" ; + rdfs:comment "A park." ; + rdfs:subClassOf schema:CivicStructure . + +schema:ParkingFacility a rdfs:Class ; + rdfs:label "ParkingFacility" ; + rdfs:comment "A parking lot or other parking facility." ; + rdfs:subClassOf schema:CivicStructure . + +schema:PathologyTest a rdfs:Class ; + rdfs:label "PathologyTest" ; + rdfs:comment "A medical test performed by a laboratory that typically involves examination of a tissue sample by a pathologist." ; + rdfs:subClassOf schema:MedicalTest ; + schema:isPartOf . + +schema:Patient a rdfs:Class ; + rdfs:label "Patient" ; + rdfs:comment "A patient is any person recipient of health care services." ; + rdfs:subClassOf schema:MedicalAudience, + schema:Person ; + owl:equivalentClass snomed:116154003 ; + schema:isPartOf . + +schema:PawnShop a rdfs:Class ; + rdfs:label "PawnShop" ; + rdfs:comment "A shop that will buy, or lend money against the security of, personal possessions." ; + rdfs:subClassOf schema:Store . + +schema:PayAction a rdfs:Class ; + rdfs:label "PayAction" ; + rdfs:comment "An agent pays a price to a participant." ; + rdfs:subClassOf schema:TradeAction . + +schema:PaymentCard a rdfs:Class ; + rdfs:label "PaymentCard" ; + rdfs:comment "A payment method using a credit, debit, store or other card to associate the payment with an account." ; + rdfs:subClassOf schema:FinancialProduct, + schema:PaymentMethod ; + owl:equivalentClass unece:FinancialCard ; + schema:contributor . + +schema:PaymentChargeSpecification a rdfs:Class ; + rdfs:label "PaymentChargeSpecification" ; + rdfs:comment "The costs of settling the payment using a particular payment method." ; + rdfs:subClassOf schema:PriceSpecification ; + schema:contributor . + +schema:PaymentMethod a rdfs:Class ; + rdfs:label "PaymentMethod" ; + rdfs:comment "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction. The following legacy values should be accepted: \\n\\n* http://purl.org/goodrelations/v1#ByBankTransferInAdvance\\n* http://purl.org/goodrelations/v1#ByInvoice\\n* http://purl.org/goodrelations/v1#Cash\\n* http://purl.org/goodrelations/v1#CheckInAdvance\\n* http://purl.org/goodrelations/v1#COD\\n* http://purl.org/goodrelations/v1#DirectDebit\\n* http://purl.org/goodrelations/v1#GoogleCheckout\\n* http://purl.org/goodrelations/v1#PayPal\\n* http://purl.org/goodrelations/v1#PaySwarm\\n\\nStructured values, or [UNCE payment means](https://vocabulary.uncefact.org/PaymentMeans) are recommended or for newer annotations." ; + rdfs:subClassOf schema:Intangible ; + owl:equivalentClass unece:PaymentMeans, + fibo-fbc-pas-fpas:PaymentMechanism ; + schema:contributor ; + schema:source . + +schema:PaymentMethodType a rdfs:Class ; + rdfs:label "PaymentMethodType" ; + rdfs:comment "The type of payment method, only for generic payment types, specific forms of payments, like card payment should be expressed using subclasses of PaymentMethod." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:PaymentService a rdfs:Class ; + rdfs:label "PaymentService" ; + rdfs:comment "A Service to transfer funds from a person or organization to a beneficiary person or organization." ; + rdfs:subClassOf schema:FinancialProduct, + schema:PaymentMethod ; + owl:equivalentClass fibo-pay-ps-ps:PaymentService ; + schema:contributor . + +schema:PaymentStatusType a rdfs:Class ; + rdfs:label "PaymentStatusType" ; + rdfs:comment "A specific payment status. For example, PaymentDue, PaymentComplete, etc." ; + rdfs:subClassOf schema:StatusEnumeration . + +schema:PeopleAudience a rdfs:Class ; + rdfs:label "PeopleAudience" ; + rdfs:comment "A set of characteristics belonging to people, e.g. who compose an item's target audience." ; + rdfs:subClassOf schema:Audience . + +schema:PerformAction a rdfs:Class ; + rdfs:label "PerformAction" ; + rdfs:comment "The act of participating in performance arts." ; + rdfs:subClassOf schema:PlayAction . + +schema:PerformanceRole a rdfs:Class ; + rdfs:label "PerformanceRole" ; + rdfs:comment "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc." ; + rdfs:subClassOf schema:Role . + +schema:PerformingArtsEvent a rdfs:Class ; + rdfs:label "PerformingArtsEvent" ; + rdfs:comment "Live performance Event of the performing arts (music, theatre, dance, acrobatics, spoken word), including performance art and performative sports (e.g. choreographed forms of martial arts, figure skating, competitive ballroom dancing).

Note: Use
additionalType to differentiate between productions / shows (PerformanceWork, EventSeries), tours (EventSeries), and individual performances." ; + rdfs:seeAlso ; + rdfs:subClassOf schema:Event ; + owl:equivalentClass lrmoo:F31_Performance ; + schema:isPartOf ; + schema:source . + +schema:PerformingArtsTheater a rdfs:Class ; + rdfs:label "PerformingArtsTheater" ; + rdfs:comment "A theater or other performing art center." ; + rdfs:subClassOf schema:CivicStructure . + +schema:PerformingGroup a rdfs:Class ; + rdfs:label "PerformingGroup" ; + rdfs:comment "A performance group, such as a band, an orchestra, or a circus." ; + rdfs:subClassOf schema:Organization . + +schema:Periodical a rdfs:Class ; + rdfs:label "Periodical" ; + rdfs:comment "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended to continue indefinitely, such as a magazine, scholarly journal, or newspaper.\\n\\nSee also [blog post](https://blog.schema.org/2014/09/02/schema-org-support-for-bibliographic-relationships-and-periodicals/)." ; + rdfs:subClassOf schema:CreativeWorkSeries ; + owl:equivalentClass bibo:Periodical ; + schema:contributor . + +schema:Permit a rdfs:Class ; + rdfs:label "Permit" ; + rdfs:comment "A permit issued by an organization, e.g. a parking pass." ; + rdfs:subClassOf schema:Intangible . + +schema:Person a rdfs:Class ; + rdfs:label "Person" ; + rdfs:comment "A person (alive, dead, undead, or fictional)." ; + rdfs:subClassOf schema:Thing ; + owl:equivalentClass foaf:Person ; + schema:contributor . + +schema:PetStore a rdfs:Class ; + rdfs:label "PetStore" ; + rdfs:comment "A pet store." ; + rdfs:subClassOf schema:Store . + +schema:Pharmacy a rdfs:Class ; + rdfs:label "Pharmacy" ; + rdfs:comment "A pharmacy or drugstore." ; + rdfs:subClassOf schema:MedicalBusiness, + schema:MedicalOrganization . + +schema:Photograph a rdfs:Class ; + rdfs:label "Photograph" ; + rdfs:comment "A photograph." ; + rdfs:subClassOf schema:CreativeWork . + +schema:PhotographAction a rdfs:Class ; + rdfs:label "PhotographAction" ; + rdfs:comment "The act of capturing still images of objects using a camera." ; + rdfs:subClassOf schema:CreateAction . + +schema:PhysicalActivity a rdfs:Class ; + rdfs:label "PhysicalActivity" ; + rdfs:comment "Any bodily activity that enhances or maintains physical fitness and overall health and wellness. Includes activity that is part of daily living and routine, structured exercise, and exercise prescribed as part of a medical treatment or recovery plan." ; + rdfs:subClassOf schema:LifestyleModification ; + schema:isPartOf . + +schema:PhysicalActivityCategory a rdfs:Class ; + rdfs:label "PhysicalActivityCategory" ; + rdfs:comment "Categories of physical activity, organized by physiologic classification." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf . + +schema:PhysicalExam a rdfs:Class ; + rdfs:label "PhysicalExam" ; + rdfs:comment "A type of physical examination of a patient performed by a physician. " ; + rdfs:subClassOf schema:MedicalEnumeration, + schema:MedicalProcedure ; + schema:isPartOf . + +schema:PhysicalTherapy a rdfs:Class ; + rdfs:label "PhysicalTherapy" ; + rdfs:comment "A process of progressive physical care and rehabilitation aimed at improving a health condition." ; + rdfs:subClassOf schema:MedicalTherapy ; + schema:isPartOf . + +schema:Physician a rdfs:Class ; + rdfs:label "Physician" ; + rdfs:comment "An individual physician or a physician's office considered as a [[MedicalOrganization]]." ; + rdfs:subClassOf schema:MedicalBusiness, + schema:MedicalOrganization . + +schema:PhysiciansOffice a rdfs:Class ; + rdfs:label "PhysiciansOffice" ; + rdfs:comment "A doctor's office or clinic." ; + rdfs:subClassOf schema:Physician . + +schema:Place a rdfs:Class ; + rdfs:label "Place" ; + rdfs:comment "Entities that have a somewhat fixed, physical extension." ; + rdfs:subClassOf schema:Thing ; + owl:equivalentClass cmns-loc:Location . + +schema:PlaceOfWorship a rdfs:Class ; + rdfs:label "PlaceOfWorship" ; + rdfs:comment "Place of worship, such as a church, synagogue, or mosque." ; + rdfs:subClassOf schema:CivicStructure . + +schema:PlanAction a rdfs:Class ; + rdfs:label "PlanAction" ; + rdfs:comment "The act of planning the execution of an event/task/action/reservation/plan to a future date." ; + rdfs:subClassOf schema:OrganizeAction . + +schema:Play a rdfs:Class ; + rdfs:label "Play" ; + rdfs:comment "A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note: A performance of a Play would be a [[TheaterEvent]] or [[BroadcastEvent]] - the *Play* being the [[workPerformed]]." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:PlayAction a rdfs:Class ; + rdfs:label "PlayAction" ; + rdfs:comment "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, competition or exercise.\\n\\nRelated actions:\\n\\n* [[ListenAction]]: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\\n* [[WatchAction]]: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content." ; + rdfs:subClassOf schema:Action . + +schema:PlayGameAction a rdfs:Class ; + rdfs:label "PlayGameAction" ; + rdfs:comment "The act of playing a video game." ; + rdfs:subClassOf schema:ConsumeAction ; + schema:isPartOf ; + schema:source . + +schema:Playground a rdfs:Class ; + rdfs:label "Playground" ; + rdfs:comment "A playground." ; + rdfs:subClassOf schema:CivicStructure . + +schema:Plumber a rdfs:Class ; + rdfs:label "Plumber" ; + rdfs:comment "A plumbing service." ; + rdfs:subClassOf schema:HomeAndConstructionBusiness . + +schema:PodcastEpisode a rdfs:Class ; + rdfs:label "PodcastEpisode" ; + rdfs:comment "A single episode of a podcast series." ; + rdfs:subClassOf schema:Episode ; + schema:isPartOf ; + schema:source . + +schema:PodcastSeason a rdfs:Class ; + rdfs:label "PodcastSeason" ; + rdfs:comment "A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used." ; + rdfs:subClassOf schema:CreativeWorkSeason ; + schema:isPartOf ; + schema:source . + +schema:PodcastSeries a rdfs:Class ; + rdfs:label "PodcastSeries" ; + rdfs:comment "A podcast is an episodic series of digital audio or video files which a user can download and listen to." ; + rdfs:subClassOf schema:CreativeWorkSeries ; + schema:isPartOf ; + schema:source . + +schema:PoliceStation a rdfs:Class ; + rdfs:label "PoliceStation" ; + rdfs:comment "A police station." ; + rdfs:subClassOf schema:CivicStructure, + schema:EmergencyService . + +schema:PoliticalParty a rdfs:Class ; + rdfs:label "PoliticalParty" ; + rdfs:comment "Organization: Political Party." ; + rdfs:subClassOf schema:Organization ; + schema:source . + +schema:Pond a rdfs:Class ; + rdfs:label "Pond" ; + rdfs:comment "A pond." ; + rdfs:subClassOf schema:BodyOfWater . + +schema:PostOffice a rdfs:Class ; + rdfs:label "PostOffice" ; + rdfs:comment "A post office." ; + rdfs:subClassOf schema:GovernmentOffice . + +schema:PostalAddress a rdfs:Class ; + rdfs:label "PostalAddress" ; + rdfs:comment "The mailing address." ; + rdfs:subClassOf schema:ContactPoint ; + owl:equivalentClass unece:TradeAddress, + gs1:PostalAddress, + fibo-fnd-plc-adr:PostalAddress, + cmns-loc:Address . + +schema:PostalCodeRangeSpecification a rdfs:Class ; + rdfs:label "PostalCodeRangeSpecification" ; + rdfs:comment "Indicates a range of postal codes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively." ; + rdfs:subClassOf schema:StructuredValue ; + schema:source . + +schema:Poster a rdfs:Class ; + rdfs:label "Poster" ; + rdfs:comment "A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:PreOrderAction a rdfs:Class ; + rdfs:label "PreOrderAction" ; + rdfs:comment "An agent orders a (not yet released) object/product/service to be delivered/sent." ; + rdfs:subClassOf schema:TradeAction ; + schema:source . + +schema:PrependAction a rdfs:Class ; + rdfs:label "PrependAction" ; + rdfs:comment "The act of inserting at the beginning if an ordered collection." ; + rdfs:subClassOf schema:InsertAction . + +schema:Preschool a rdfs:Class ; + rdfs:label "Preschool" ; + rdfs:comment "A preschool." ; + rdfs:subClassOf schema:EducationalOrganization . + +schema:PresentationDigitalDocument a rdfs:Class ; + rdfs:label "PresentationDigitalDocument" ; + rdfs:comment "A file containing slides or used for a presentation." ; + rdfs:subClassOf schema:DigitalDocument . + +schema:PreventionIndication a rdfs:Class ; + rdfs:label "PreventionIndication" ; + rdfs:comment "An indication for preventing an underlying condition, symptom, etc." ; + rdfs:subClassOf schema:MedicalIndication ; + schema:isPartOf . + +schema:PriceComponentTypeEnumeration a rdfs:Class ; + rdfs:label "PriceComponentTypeEnumeration" ; + rdfs:comment "Enumerates different price components that together make up the total price for an offered product." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:PriceSpecification a rdfs:Class ; + rdfs:label "PriceSpecification" ; + rdfs:comment "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [[MonetaryAmount]] to describe independent amounts of money such as a salary, credit card limits, etc." ; + rdfs:subClassOf schema:StructuredValue ; + owl:equivalentClass fibo-fnd-pas-pas:Price ; + schema:contributor . + +schema:PriceTypeEnumeration a rdfs:Class ; + rdfs:label "PriceTypeEnumeration" ; + rdfs:comment "Enumerates different price types, for example list price, invoice price, and sale price." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:Product a rdfs:Class ; + rdfs:label "Product" ; + rdfs:comment "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." ; + rdfs:subClassOf schema:Thing ; + owl:equivalentClass unece:TradeProduct, + fibo-fnd-pas-pas:Product ; + schema:contributor . + +schema:ProductCollection a rdfs:Class ; + rdfs:label "ProductCollection" ; + rdfs:comment "A set of products (either [[ProductGroup]]s or specific variants) that are listed together e.g. in an [[Offer]]." ; + rdfs:subClassOf schema:Collection, + schema:Product ; + schema:isPartOf ; + schema:source . + +schema:ProductGroup a rdfs:Class ; + rdfs:label "ProductGroup" ; + rdfs:comment """A ProductGroup represents a group of [[Product]]s that vary only in certain well-described ways, such as by [[size]], [[color]], [[material]] etc. + +While a ProductGroup itself is not directly offered for sale, the various varying products that it represents can be. The ProductGroup serves as a prototype or template, standing in for all of the products who have an [[isVariantOf]] relationship to it. As such, properties (including additional types) can be applied to the ProductGroup to represent characteristics shared by each of the (possibly very many) variants. Properties that reference a ProductGroup are not included in this mechanism; neither are the following specific properties [[variesBy]], [[hasVariant]], [[url]]. """ ; + rdfs:subClassOf schema:Product, + cmns-cls:Classifier, + cmns-col:Collection ; + schema:isPartOf ; + schema:source . + +schema:ProductModel a rdfs:Class ; + rdfs:label "ProductModel" ; + rdfs:comment "A datasheet or vendor specification of a product (in the sense of a prototypical description)." ; + rdfs:subClassOf schema:Product ; + schema:contributor . + +schema:ProfessionalService a rdfs:Class ; + rdfs:label "ProfessionalService" ; + rdfs:comment """Original definition: "provider of professional services."\\n\\nThe general [[ProfessionalService]] type for local businesses was deprecated due to confusion with [[Service]]. For reference, the types that it included were: [[Dentist]], + [[AccountingService]], [[Attorney]], [[Notary]], as well as types for several kinds of [[HomeAndConstructionBusiness]]: [[Electrician]], [[GeneralContractor]], + [[HousePainter]], [[Locksmith]], [[Plumber]], [[RoofingContractor]]. [[LegalService]] was introduced as a more inclusive supertype of [[Attorney]].""" ; + rdfs:subClassOf schema:LocalBusiness . + +schema:ProfilePage a rdfs:Class ; + rdfs:label "ProfilePage" ; + rdfs:comment "Web page type: Profile page." ; + rdfs:subClassOf schema:WebPage . + +schema:ProgramMembership a rdfs:Class ; + rdfs:label "ProgramMembership" ; + rdfs:comment "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc." ; + rdfs:subClassOf schema:Intangible . + +schema:Project a rdfs:Class ; + rdfs:label "Project" ; + rdfs:comment """An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim. +Use properties from [[Organization]], [[subOrganization]]/[[parentOrganization]] to indicate project sub-structures. + """ ; + rdfs:subClassOf schema:Organization ; + schema:isPartOf ; + schema:source , + . + +schema:PronounceableText a rdfs:Class ; + rdfs:label "PronounceableText" ; + rdfs:comment "Data type: PronounceableText." ; + rdfs:subClassOf schema:Text ; + schema:isPartOf ; + schema:source . + +schema:Property a rdfs:Class ; + rdfs:label "Property" ; + rdfs:comment "A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property." ; + rdfs:subClassOf schema:Intangible ; + owl:equivalentClass rdf:Property ; + schema:isPartOf . + +schema:PropertyValue a rdfs:Class ; + rdfs:label "PropertyValue" ; + rdfs:comment """A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.\\n\\n Always use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property. + """ ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor . + +schema:PropertyValueSpecification a rdfs:Class ; + rdfs:label "PropertyValueSpecification" ; + rdfs:comment "A Property value specification." ; + rdfs:subClassOf schema:Intangible ; + schema:contributor . + +schema:Protein a rdfs:Class ; + rdfs:label "Protein" ; + rdfs:comment "Protein is here used in its widest possible definition, as classes of amino acid based molecules. Amyloid-beta Protein in human (UniProt P05067), eukaryota (e.g. an OrthoDB group) or even a single molecule that one can point to are all of type :Protein. A protein can thus be a subclass of another protein, e.g. :Protein as a UniProt record can have multiple isoforms inside it which would also be :Protein. They can be imagined, synthetic, hypothetical or naturally occurring." ; + rdfs:subClassOf schema:BioChemEntity ; + schema:isPartOf ; + schema:source . + +schema:PsychologicalTreatment a rdfs:Class ; + rdfs:label "PsychologicalTreatment" ; + rdfs:comment "A process of care relying upon counseling, dialogue and communication aimed at improving a mental health condition without use of drugs." ; + rdfs:subClassOf schema:TherapeuticProcedure ; + schema:isPartOf . + +schema:PublicSwimmingPool a rdfs:Class ; + rdfs:label "PublicSwimmingPool" ; + rdfs:comment "A public swimming pool." ; + rdfs:subClassOf schema:SportsActivityLocation . + +schema:PublicToilet a rdfs:Class ; + rdfs:label "PublicToilet" ; + rdfs:comment "A public toilet is a room or small building containing one or more toilets (and possibly also urinals) which is available for use by the general public, or by customers or employees of certain businesses." ; + rdfs:subClassOf schema:CivicStructure ; + schema:isPartOf ; + schema:source . + +schema:PublicationEvent a rdfs:Class ; + rdfs:label "PublicationEvent" ; + rdfs:comment "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type, e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media." ; + rdfs:subClassOf schema:Event . + +schema:PublicationIssue a rdfs:Class ; + rdfs:label "PublicationIssue" ; + rdfs:comment "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\\n\\nSee also [blog post](https://blog-schema.org/2014/09/02/schema-org-support-for-bibliographic-relationships-and-periodicals/)." ; + rdfs:subClassOf schema:CreativeWork ; + owl:equivalentClass bibo:Issue ; + schema:contributor . + +schema:PublicationVolume a rdfs:Class ; + rdfs:label "PublicationVolume" ; + rdfs:comment "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\\n\\nSee also [blog post](https://blog-schema.org/2014/09/02/schema-org-support-for-bibliographic-relationships-and-periodicals/)." ; + rdfs:subClassOf schema:CreativeWork ; + schema:contributor . + +schema:PurchaseType a rdfs:Class ; + rdfs:label "PurchaseType" ; + rdfs:comment "Enumerates a purchase type for an item." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:QAPage a rdfs:Class ; + rdfs:label "QAPage" ; + rdfs:comment "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs)." ; + rdfs:subClassOf schema:WebPage . + +schema:QualitativeValue a rdfs:Class ; + rdfs:label "QualitativeValue" ; + rdfs:comment "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'." ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor . + +schema:QuantitativeValue a rdfs:Class ; + rdfs:label "QuantitativeValue" ; + rdfs:comment " A point value or interval for product characteristics and other purposes." ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor . + +schema:QuantitativeValueDistribution a rdfs:Class ; + rdfs:label "QuantitativeValueDistribution" ; + rdfs:comment "A statistical distribution of values." ; + rdfs:subClassOf schema:StructuredValue ; + schema:source . + +schema:Quantity a rdfs:Class, + schema:DataType ; + rdfs:label "Quantity" ; + rdfs:comment "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are strings like '3 kg' or '4 milligrams'." . + +schema:Question a rdfs:Class ; + rdfs:label "Question" ; + rdfs:comment "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document." ; + rdfs:subClassOf schema:Comment ; + schema:contributor . + +schema:Quiz a rdfs:Class ; + rdfs:label "Quiz" ; + rdfs:comment "Quiz: A test of knowledge, skills and abilities." ; + rdfs:subClassOf schema:LearningResource ; + schema:isPartOf ; + schema:source . + +schema:Quotation a rdfs:Class ; + rdfs:label "Quotation" ; + rdfs:comment "A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use [[isBasedOn]] to link to source/origin. The [[recordedIn]] property can be used to reference a Quotation from an [[Event]]." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:QuoteAction a rdfs:Class ; + rdfs:label "QuoteAction" ; + rdfs:comment "An agent quotes/estimates/appraises an object/product/service with a price at a location/store." ; + rdfs:subClassOf schema:TradeAction . + +schema:RVPark a rdfs:Class ; + rdfs:label "RVPark" ; + rdfs:comment "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like." ; + rdfs:subClassOf schema:CivicStructure . + +schema:RadiationTherapy a rdfs:Class ; + rdfs:label "RadiationTherapy" ; + rdfs:comment "A process of care using radiation aimed at improving a health condition." ; + rdfs:subClassOf schema:MedicalTherapy ; + schema:isPartOf . + +schema:RadioBroadcastService a rdfs:Class ; + rdfs:label "RadioBroadcastService" ; + rdfs:comment "A delivery service through which radio content is provided via broadcast over the air or online." ; + rdfs:subClassOf schema:BroadcastService ; + schema:isPartOf ; + schema:source . + +schema:RadioChannel a rdfs:Class ; + rdfs:label "RadioChannel" ; + rdfs:comment "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup." ; + rdfs:subClassOf schema:BroadcastChannel . + +schema:RadioClip a rdfs:Class ; + rdfs:label "RadioClip" ; + rdfs:comment "A short radio program or a segment/part of a radio program." ; + rdfs:subClassOf schema:Clip . + +schema:RadioEpisode a rdfs:Class ; + rdfs:label "RadioEpisode" ; + rdfs:comment "A radio episode which can be part of a series or season." ; + rdfs:subClassOf schema:Episode . + +schema:RadioSeason a rdfs:Class ; + rdfs:label "RadioSeason" ; + rdfs:comment "Season dedicated to radio broadcast and associated online delivery." ; + rdfs:subClassOf schema:CreativeWorkSeason . + +schema:RadioSeries a rdfs:Class ; + rdfs:label "RadioSeries" ; + rdfs:comment "CreativeWorkSeries dedicated to radio broadcast and associated online delivery." ; + rdfs:subClassOf schema:CreativeWorkSeries . + +schema:RadioStation a rdfs:Class ; + rdfs:label "RadioStation" ; + rdfs:comment "A radio station." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:Rating a rdfs:Class ; + rdfs:label "Rating" ; + rdfs:comment "A rating is an evaluation on a numeric scale, such as 1 to 5 stars." ; + rdfs:subClassOf schema:Intangible . + +schema:ReactAction a rdfs:Class ; + rdfs:label "ReactAction" ; + rdfs:comment "The act of responding instinctively and emotionally to an object, expressing a sentiment." ; + rdfs:subClassOf schema:AssessAction . + +schema:ReadAction a rdfs:Class ; + rdfs:label "ReadAction" ; + rdfs:comment "The act of consuming written content." ; + rdfs:subClassOf schema:ConsumeAction . + +schema:RealEstateAgent a rdfs:Class ; + rdfs:label "RealEstateAgent" ; + rdfs:comment "A real-estate agent." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:RealEstateListing a rdfs:Class ; + rdfs:label "RealEstateListing" ; + rdfs:comment """A [[RealEstateListing]] is a listing that describes one or more real-estate [[Offer]]s (whose [[businessFunction]] is typically to lease out, or to sell). + The [[RealEstateListing]] type itself represents the overall listing, as manifested in some [[WebPage]]. + """ ; + rdfs:subClassOf schema:WebPage ; + schema:isPartOf ; + schema:source . + +schema:ReceiveAction a rdfs:Class ; + rdfs:label "ReceiveAction" ; + rdfs:comment "The act of physically/electronically taking delivery of an object that has been transferred from an origin to a destination. Reciprocal of SendAction.\\n\\nRelated actions:\\n\\n* [[SendAction]]: The reciprocal of ReceiveAction.\\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transferred (e.g. I can receive a package, but it does not mean the package is now mine)." ; + rdfs:subClassOf schema:TransferAction . + +schema:Recipe a rdfs:Class ; + rdfs:label "Recipe" ; + rdfs:comment "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via [[suitableForDiet]]. The [[keywords]] property can also be used to add more detail." ; + rdfs:subClassOf schema:HowTo . + +schema:Recommendation a rdfs:Class ; + rdfs:label "Recommendation" ; + rdfs:comment "[[Recommendation]] is a type of [[Review]] that suggests or proposes something as the best option or best course of action. Recommendations may be for products or services, or other concrete things, as in the case of a ranked list or product guide. A [[Guide]] may list multiple recommendations for different categories. For example, in a [[Guide]] about which TVs to buy, the author may have several [[Recommendation]]s." ; + rdfs:subClassOf schema:Review ; + schema:isPartOf ; + schema:source . + +schema:RecommendedDoseSchedule a rdfs:Class ; + rdfs:label "RecommendedDoseSchedule" ; + rdfs:comment "A recommended dosing schedule for a drug or supplement as prescribed or recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity." ; + rdfs:subClassOf schema:DoseSchedule ; + schema:isPartOf . + +schema:RecyclingCenter a rdfs:Class ; + rdfs:label "RecyclingCenter" ; + rdfs:comment "A recycling center." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:RefundTypeEnumeration a rdfs:Class ; + rdfs:label "RefundTypeEnumeration" ; + rdfs:comment "Enumerates several kinds of product return refund types." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:RegisterAction a rdfs:Class ; + rdfs:label "RegisterAction" ; + rdfs:comment "The act of registering to be a user of a service, product or web page.\\n\\nRelated actions:\\n\\n* [[JoinAction]]: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, *not* a group/team of people.\\n* [[FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.\\n* [[SubscribeAction]]: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object." ; + rdfs:subClassOf schema:InteractAction . + +schema:RejectAction a rdfs:Class ; + rdfs:label "RejectAction" ; + rdfs:comment "The act of rejecting to/adopting an object.\\n\\nRelated actions:\\n\\n* [[AcceptAction]]: The antonym of RejectAction." ; + rdfs:subClassOf schema:AllocateAction . + +schema:RentAction a rdfs:Class ; + rdfs:label "RentAction" ; + rdfs:comment "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment." ; + rdfs:subClassOf schema:TradeAction . + +schema:RentalCarReservation a rdfs:Class ; + rdfs:label "RentalCarReservation" ; + rdfs:comment "A reservation for a rental car.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations." ; + rdfs:subClassOf schema:Reservation . + +schema:RepaymentSpecification a rdfs:Class ; + rdfs:label "RepaymentSpecification" ; + rdfs:comment "A structured value representing repayment." ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:ReplaceAction a rdfs:Class ; + rdfs:label "ReplaceAction" ; + rdfs:comment "The act of editing a recipient by replacing an old object with a new object." ; + rdfs:subClassOf schema:UpdateAction . + +schema:ReplyAction a rdfs:Class ; + rdfs:label "ReplyAction" ; + rdfs:comment "The act of responding to a question/message asked/sent by the object. Related to [[AskAction]].\\n\\nRelated actions:\\n\\n* [[AskAction]]: Appears generally as an origin of a ReplyAction." ; + rdfs:subClassOf schema:CommunicateAction . + +schema:Report a rdfs:Class ; + rdfs:label "Report" ; + rdfs:comment "A Report generated by governmental or non-governmental organization." ; + rdfs:subClassOf schema:Article . + +schema:ReportageNewsArticle a rdfs:Class ; + rdfs:label "ReportageNewsArticle" ; + rdfs:comment """The [[ReportageNewsArticle]] type is a subtype of [[NewsArticle]] representing + news articles which are the result of journalistic news reporting conventions. + +In practice many news publishers produce a wide variety of article types, many of which might be considered a [[NewsArticle]] but not a [[ReportageNewsArticle]]. For example, opinion pieces, reviews, analysis, sponsored or satirical articles, or articles that combine several of these elements. + +The [[ReportageNewsArticle]] type is based on a stricter ideal for "news" as a work of journalism, with articles based on factual information either observed or verified by the author, or reported and verified from knowledgeable sources. This often includes perspectives from multiple viewpoints on a particular issue (distinguishing news reports from public relations or propaganda). News reports in the [[ReportageNewsArticle]] sense de-emphasize the opinion of the author, with commentary and value judgements typically expressed elsewhere. + +A [[ReportageNewsArticle]] which goes deeper into analysis can also be marked with an additional type of [[AnalysisNewsArticle]]. +""" ; + rdfs:subClassOf schema:NewsArticle ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:ReportedDoseSchedule a rdfs:Class ; + rdfs:label "ReportedDoseSchedule" ; + rdfs:comment "A patient-reported or observed dosing schedule for a drug or supplement." ; + rdfs:subClassOf schema:DoseSchedule ; + schema:isPartOf . + +schema:ResearchOrganization a rdfs:Class ; + rdfs:label "ResearchOrganization" ; + rdfs:comment "A Research Organization (e.g. scientific institute, research company)." ; + rdfs:subClassOf schema:Organization ; + schema:isPartOf ; + schema:source . + +schema:ResearchProject a rdfs:Class ; + rdfs:label "ResearchProject" ; + rdfs:comment "A Research project." ; + rdfs:subClassOf schema:Project ; + schema:isPartOf ; + schema:source , + . + +schema:Researcher a rdfs:Class ; + rdfs:label "Researcher" ; + rdfs:comment "Researchers." ; + rdfs:subClassOf schema:Audience . + +schema:Reservation a rdfs:Class ; + rdfs:label "Reservation" ; + rdfs:comment "Describes a reservation for travel, dining or an event. Some reservations require tickets. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]]." ; + rdfs:subClassOf schema:Intangible . + +schema:ReservationPackage a rdfs:Class ; + rdfs:label "ReservationPackage" ; + rdfs:comment "A group of multiple reservations with common values for all sub-reservations." ; + rdfs:subClassOf schema:Reservation . + +schema:ReservationStatusType a rdfs:Class ; + rdfs:label "ReservationStatusType" ; + rdfs:comment "Enumerated status values for Reservation." ; + rdfs:subClassOf schema:StatusEnumeration . + +schema:ReserveAction a rdfs:Class ; + rdfs:label "ReserveAction" ; + rdfs:comment "Reserving a concrete object.\\n\\nRelated actions:\\n\\n* [[ScheduleAction]]: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation." ; + rdfs:subClassOf schema:PlanAction . + +schema:Reservoir a rdfs:Class ; + rdfs:label "Reservoir" ; + rdfs:comment "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir." ; + rdfs:subClassOf schema:BodyOfWater . + +schema:ResetPasswordAction a rdfs:Class ; + rdfs:label "ResetPasswordAction" ; + rdfs:comment "The action of resetting the password of a device or application." ; + rdfs:subClassOf schema:ControlAction ; + schema:isPartOf ; + schema:source . + +schema:Residence a rdfs:Class ; + rdfs:label "Residence" ; + rdfs:comment "The place where a person lives." ; + rdfs:subClassOf schema:Place . + +schema:Resort a rdfs:Class ; + rdfs:label "Resort" ; + rdfs:comment """A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishments operated by a single company (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Resort). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. + """ ; + rdfs:subClassOf schema:LodgingBusiness ; + schema:contributor . + +schema:Restaurant a rdfs:Class ; + rdfs:label "Restaurant" ; + rdfs:comment "A restaurant." ; + rdfs:subClassOf schema:FoodEstablishment . + +schema:RestrictedDiet a rdfs:Class ; + rdfs:label "RestrictedDiet" ; + rdfs:comment "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons. " ; + rdfs:subClassOf schema:Enumeration . + +schema:ResumeAction a rdfs:Class ; + rdfs:label "ResumeAction" ; + rdfs:comment "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer)." ; + rdfs:subClassOf schema:ControlAction . + +schema:ReturnAction a rdfs:Class ; + rdfs:label "ReturnAction" ; + rdfs:comment "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership)." ; + rdfs:subClassOf schema:TransferAction . + +schema:ReturnFeesEnumeration a rdfs:Class ; + rdfs:label "ReturnFeesEnumeration" ; + rdfs:comment "Enumerates several kinds of policies for product return fees." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:ReturnLabelSourceEnumeration a rdfs:Class ; + rdfs:label "ReturnLabelSourceEnumeration" ; + rdfs:comment "Enumerates several types of return labels for product returns." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:ReturnMethodEnumeration a rdfs:Class ; + rdfs:label "ReturnMethodEnumeration" ; + rdfs:comment "Enumerates several types of product return methods." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:Review a rdfs:Class ; + rdfs:label "Review" ; + rdfs:comment "A review of an item - for example, of a restaurant, movie, or store." ; + rdfs:subClassOf schema:CreativeWork . + +schema:ReviewAction a rdfs:Class ; + rdfs:label "ReviewAction" ; + rdfs:comment "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review." ; + rdfs:subClassOf schema:AssessAction . + +schema:ReviewNewsArticle a rdfs:Class ; + rdfs:label "ReviewNewsArticle" ; + rdfs:comment "A [[NewsArticle]] and [[CriticReview]] providing a professional critic's assessment of a service, product, performance, or artistic or literary work." ; + rdfs:subClassOf schema:CriticReview, + schema:NewsArticle ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:RiverBodyOfWater a rdfs:Class ; + rdfs:label "RiverBodyOfWater" ; + rdfs:comment "A river (for example, the broad majestic Shannon)." ; + rdfs:subClassOf schema:BodyOfWater . + +schema:Role a rdfs:Class ; + rdfs:label "Role" ; + rdfs:comment "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\\n\\nSee also [blog post](https://blog.schema.org/2014/06/16/introducing-role/)." ; + rdfs:subClassOf schema:Intangible . + +schema:RoofingContractor a rdfs:Class ; + rdfs:label "RoofingContractor" ; + rdfs:comment "A roofing contractor." ; + rdfs:subClassOf schema:HomeAndConstructionBusiness . + +schema:Room a rdfs:Class ; + rdfs:label "Room" ; + rdfs:comment """A room is a distinguishable space within a structure, usually separated from other spaces by interior walls (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:Accommodation ; + schema:contributor . + +schema:RsvpAction a rdfs:Class ; + rdfs:label "RsvpAction" ; + rdfs:comment "The act of notifying an event organizer as to whether you expect to attend the event." ; + rdfs:subClassOf schema:InformAction . + +schema:RsvpResponseType a rdfs:Class ; + rdfs:label "RsvpResponseType" ; + rdfs:comment "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request." ; + rdfs:subClassOf schema:Enumeration . + +schema:RuntimePlatform a rdfs:Class ; + rdfs:label "RuntimePlatform" ; + rdfs:comment "Specialized software environment that provides the essential infrastructure, libraries, and services required to execute a program." ; + rdfs:subClassOf schema:SoftwareApplication ; + schema:isPartOf ; + schema:source . + +schema:SaleEvent a rdfs:Class ; + rdfs:label "SaleEvent" ; + rdfs:comment "Event type: Sales event." ; + rdfs:subClassOf schema:Event . + +schema:SatiricalArticle a rdfs:Class ; + rdfs:label "SatiricalArticle" ; + rdfs:comment "An [[Article]] whose content is primarily [[satirical]](https://en.wikipedia.org/wiki/Satire) in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a [[NewsArticle]]. [[ScholarlyArticle]]s are also sometimes satirized." ; + rdfs:subClassOf schema:Article ; + schema:contributor ; + schema:isPartOf ; + schema:source . + +schema:Schedule a rdfs:Class ; + rdfs:label "Schedule" ; + rdfs:comment """A schedule defines a repeating time period used to describe a regularly occurring [[Event]]. At a minimum a schedule will specify [[repeatFrequency]] which describes the interval between occurrences of the event. Additional information can be provided to specify the schedule more precisely. + This includes identifying the day(s) of the week or month when the recurring event will take place, in addition to its start and end time. Schedules may also + have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.""" ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:ScheduleAction a rdfs:Class ; + rdfs:label "ScheduleAction" ; + rdfs:comment "Scheduling future actions, events, or tasks.\\n\\nRelated actions:\\n\\n* [[ReserveAction]]: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation." ; + rdfs:subClassOf schema:PlanAction . + +schema:ScholarlyArticle a rdfs:Class ; + rdfs:label "ScholarlyArticle" ; + rdfs:comment "A scholarly article." ; + rdfs:subClassOf schema:Article . + +schema:School a rdfs:Class ; + rdfs:label "School" ; + rdfs:comment "A school." ; + rdfs:subClassOf schema:EducationalOrganization . + +schema:SchoolDistrict a rdfs:Class ; + rdfs:label "SchoolDistrict" ; + rdfs:comment "A School District is an administrative area for the administration of schools." ; + rdfs:subClassOf schema:AdministrativeArea ; + schema:isPartOf ; + schema:source . + +schema:ScreeningEvent a rdfs:Class ; + rdfs:label "ScreeningEvent" ; + rdfs:comment "A screening of a movie or other video." ; + rdfs:subClassOf schema:Event . + +schema:Sculpture a rdfs:Class ; + rdfs:label "Sculpture" ; + rdfs:comment "A piece of sculpture." ; + rdfs:subClassOf schema:CreativeWork . + +schema:SeaBodyOfWater a rdfs:Class ; + rdfs:label "SeaBodyOfWater" ; + rdfs:comment "A sea (for example, the Caspian sea)." ; + rdfs:subClassOf schema:BodyOfWater . + +schema:SearchAction a rdfs:Class ; + rdfs:label "SearchAction" ; + rdfs:comment "The act of searching for an object.\\n\\nRelated actions:\\n\\n* [[FindAction]]: SearchAction generally leads to a FindAction, but not necessarily." ; + rdfs:subClassOf schema:Action . + +schema:SearchRescueOrganization a rdfs:Class ; + rdfs:label "SearchRescueOrganization" ; + rdfs:comment "A Search and Rescue organization of some kind." ; + rdfs:subClassOf schema:Organization ; + schema:isPartOf ; + schema:source . + +schema:SearchResultsPage a rdfs:Class ; + rdfs:label "SearchResultsPage" ; + rdfs:comment "Web page type: Search results page." ; + rdfs:subClassOf schema:WebPage . + +schema:Season a rdfs:Class ; + rdfs:label "Season" ; + rdfs:comment "A media season, e.g. TV, radio, video game etc." ; + rdfs:subClassOf schema:CreativeWork ; + schema:supersededBy schema:CreativeWorkSeason . + +schema:Seat a rdfs:Class ; + rdfs:label "Seat" ; + rdfs:comment "Used to describe a seat, such as a reserved seat in an event reservation." ; + rdfs:subClassOf schema:Intangible . + +schema:SeekToAction a rdfs:Class ; + rdfs:label "SeekToAction" ; + rdfs:comment "This is the [[Action]] of navigating to a specific [[startOffset]] timestamp within a [[VideoObject]], typically represented with a URL template structure." ; + rdfs:subClassOf schema:Action ; + schema:isPartOf ; + schema:source . + +schema:SelfStorage a rdfs:Class ; + rdfs:label "SelfStorage" ; + rdfs:comment "A self-storage facility." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:SellAction a rdfs:Class ; + rdfs:label "SellAction" ; + rdfs:comment "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction." ; + rdfs:subClassOf schema:TradeAction . + +schema:SendAction a rdfs:Class ; + rdfs:label "SendAction" ; + rdfs:comment "The act of physically/electronically dispatching an object for transfer from an origin to a destination. Related actions:\\n\\n* [[ReceiveAction]]: The reciprocal of SendAction.\\n* [[GiveAction]]: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you)." ; + rdfs:subClassOf schema:TransferAction . + +schema:SequentialArt a rdfs:Class ; + rdfs:label "SequentialArt" ; + rdfs:comment "An art forms that use images deployed in a specific order for the purpose of graphic storytelling (i.e., narration of graphic stories) or conveying information. Examples of SequentialArt are Franco-Belgian Bande Dessinée, Comics in the USA and 漫画 (Manga) in Japan." ; + rdfs:subClassOf schema:Book, + schema:VisualArtwork ; + schema:isPartOf . + +schema:Series a rdfs:Class ; + rdfs:label "Series" ; + rdfs:comment "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also [[CreativeWorkSeries]], [[EventSeries]]." ; + rdfs:subClassOf schema:Intangible . + +schema:Service a rdfs:Class ; + rdfs:label "Service" ; + rdfs:comment "A service provided by an organization, e.g. delivery service, print services, etc." ; + rdfs:subClassOf schema:Intangible . + +schema:ServiceChannel a rdfs:Class ; + rdfs:label "ServiceChannel" ; + rdfs:comment "A means for accessing a service, e.g. a government office location, web site, or phone number." ; + rdfs:subClassOf schema:Intangible . + +schema:ServicePeriod a rdfs:Class ; + rdfs:label "ServicePeriod" ; + rdfs:comment "ServicePeriod represents a duration with some constraints about cutoff time and business days. This is used e.g. in shipping for handling times or transit time." ; + rdfs:subClassOf schema:StructuredValue ; + schema:isPartOf ; + schema:source . + +schema:ShareAction a rdfs:Class ; + rdfs:label "ShareAction" ; + rdfs:comment "The act of distributing content to people for their amusement or edification." ; + rdfs:subClassOf schema:CommunicateAction . + +schema:SheetMusic a rdfs:Class ; + rdfs:label "SheetMusic" ; + rdfs:comment "Printed music, as opposed to performed or recorded music." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:ShippingConditions a rdfs:Class ; + rdfs:label "ShippingConditions" ; + rdfs:comment "ShippingConditions represent a set of constraints and information about the conditions of shipping a product. Such conditions may apply to only a subset of the products being shipped, depending on aspects of the product like weight, size, price, destination, and others. All the specified conditions must be met for this ShippingConditions to apply." ; + rdfs:subClassOf schema:StructuredValue ; + schema:isPartOf ; + schema:source . + +schema:ShippingDeliveryTime a rdfs:Class ; + rdfs:label "ShippingDeliveryTime" ; + rdfs:comment "ShippingDeliveryTime provides various pieces of information about delivery times for shipping." ; + rdfs:subClassOf schema:StructuredValue ; + schema:source . + +schema:ShippingRateSettings a rdfs:Class ; + rdfs:label "ShippingRateSettings" ; + rdfs:comment "A ShippingRateSettings represents re-usable pieces of shipping information. It is designed for publication on an URL that may be referenced via the [[shippingSettingsLink]] property of an [[OfferShippingDetails]]. Several occurrences can be published, distinguished and matched (i.e. identified/referenced) by their different values for [[shippingLabel]]." ; + rdfs:subClassOf schema:StructuredValue ; + schema:source . + +schema:ShippingService a rdfs:Class ; + rdfs:label "ShippingService" ; + rdfs:comment "ShippingService represents the criteria used to determine if and how an offer could be shipped to a customer." ; + rdfs:subClassOf schema:StructuredValue ; + schema:isPartOf ; + schema:source . + +schema:ShoeStore a rdfs:Class ; + rdfs:label "ShoeStore" ; + rdfs:comment "A shoe store." ; + rdfs:subClassOf schema:Store . + +schema:ShoppingCenter a rdfs:Class ; + rdfs:label "ShoppingCenter" ; + rdfs:comment "A shopping center or mall." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:ShortStory a rdfs:Class ; + rdfs:label "ShortStory" ; + rdfs:comment "Short story or tale. A brief work of literature, usually written in narrative prose." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:SingleFamilyResidence a rdfs:Class ; + rdfs:label "SingleFamilyResidence" ; + rdfs:comment "Residence type: Single-family home." ; + rdfs:subClassOf schema:House . + +schema:SiteNavigationElement a rdfs:Class ; + rdfs:label "SiteNavigationElement" ; + rdfs:comment "A navigation element of the page." ; + rdfs:subClassOf schema:WebPageElement . + +schema:SizeGroupEnumeration a rdfs:Class ; + rdfs:label "SizeGroupEnumeration" ; + rdfs:comment "Enumerates common size groups for various product categories." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:SizeSpecification a rdfs:Class ; + rdfs:label "SizeSpecification" ; + rdfs:comment "Size related properties of a product, typically a size code ([[name]]) and optionally a [[sizeSystem]], [[sizeGroup]], and product measurements ([[hasMeasurement]]). In addition, the intended audience can be defined through [[suggestedAge]], [[suggestedGender]], and suggested body measurements ([[suggestedMeasurement]])." ; + rdfs:subClassOf schema:QualitativeValue ; + schema:isPartOf ; + schema:source . + +schema:SizeSystemEnumeration a rdfs:Class ; + rdfs:label "SizeSystemEnumeration" ; + rdfs:comment "Enumerates common size systems for different categories of products, for example \"EN-13402\" or \"UK\" for wearables or \"Imperial\" for screws." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:SkiResort a rdfs:Class ; + rdfs:label "SkiResort" ; + rdfs:comment "A ski resort." ; + rdfs:subClassOf schema:Resort, + schema:SportsActivityLocation . + +schema:SocialEvent a rdfs:Class ; + rdfs:label "SocialEvent" ; + rdfs:comment "Event type: Social event." ; + rdfs:subClassOf schema:Event . + +schema:SocialMediaPosting a rdfs:Class ; + rdfs:label "SocialMediaPosting" ; + rdfs:comment "A post to a social media platform, including blog posts, tweets, Facebook posts, etc." ; + rdfs:subClassOf schema:Article . + +schema:SoftwareApplication a rdfs:Class ; + rdfs:label "SoftwareApplication" ; + rdfs:comment "A software application." ; + rdfs:subClassOf schema:CreativeWork . + +schema:SoftwareSourceCode a rdfs:Class ; + rdfs:label "SoftwareSourceCode" ; + rdfs:comment "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates." ; + rdfs:subClassOf schema:CreativeWork . + +schema:SolveMathAction a rdfs:Class ; + rdfs:label "SolveMathAction" ; + rdfs:comment "The action that takes in a math expression and directs users to a page potentially capable of solving/simplifying that expression." ; + rdfs:subClassOf schema:Action ; + schema:isPartOf ; + schema:source . + +schema:SomeProducts a rdfs:Class ; + rdfs:label "SomeProducts" ; + rdfs:comment "A placeholder for multiple similar products of the same kind." ; + rdfs:subClassOf schema:Product ; + schema:contributor . + +schema:SpeakableSpecification a rdfs:Class ; + rdfs:label "SpeakableSpecification" ; + rdfs:comment "A SpeakableSpecification indicates (typically via [[xpath]] or [[cssSelector]]) sections of a document that are highlighted as particularly [[speakable]]. Instances of this type are expected to be used primarily as values of the [[speakable]] property." ; + rdfs:subClassOf schema:Intangible ; + schema:source . + +schema:SpecialAnnouncement a rdfs:Class ; + rdfs:label "SpecialAnnouncement" ; + rdfs:comment """A SpecialAnnouncement combines a simple date-stamped textual information update + with contextualized Web links and other structured data. It represents an information update made by a + locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police, + local government. + +For work in progress guidelines on Coronavirus-related markup see [this doc](https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#). + +The motivating scenario for SpecialAnnouncement is the [Coronavirus pandemic](https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic), and the initial vocabulary is oriented to this urgent situation. Schema.org +expect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our +usual [Github entry](https://github.com/schemaorg/schemaorg/issues/2490), feedback comments can also be provided in [this document](https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#). + + +While this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like [CAP](https://en.wikipedia.org/wiki/Common_Alerting_Protocol), although there may be overlaps. The intent is to cover +the kinds of everyday practical information being posted to existing websites during an emergency situation. + +Several kinds of information can be provided: + +We encourage the provision of "name", "text", "datePosted", "expires" (if appropriate), "category" and +"url" as a simple baseline. It is important to provide a value for "category" where possible, most ideally as a well known +URL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be "https://en.wikipedia.org/w/index.php?title=2019-20\\_coronavirus\\_pandemic" or "https://www.wikidata.org/wiki/Q81068910". + +For many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a [[WebContent]] type, and provide the url as a property of that, alongside at least a simple "[[text]]" summary of the page. It is +unlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously. + +We expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, [[openingHours]], [[Event]], [[FAQPage]] etc. By linking to those pages from a [[SpecialAnnouncement]] you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the [[category]] property of the [[SpecialAnnouncement]]. + +Many [[SpecialAnnouncement]]s will relate to particular regions and to identifiable local organizations. Use [[spatialCoverage]] for the region, and [[announcementLocation]] to indicate specific [[LocalBusiness]]es and [[CivicStructure]]s. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both [[spatialCoverage]] and [[announcementLocation]]. + +The [[about]] property can be used to indicate entities that are the focus of the announcement. We now recommend using [[about]] only +for representing non-location entities (e.g. a [[Course]] or a [[RadioStation]]). For places, use [[announcementLocation]] and [[spatialCoverage]]. Consumers of this markup should be aware that the initial design encouraged the use of [[about]] for locations too. + +The basic content of [[SpecialAnnouncement]] is similar to that of an [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(Web_standard)) feed. For publishers without such feeds, basic feed-like information can be shared by posting +[[SpecialAnnouncement]] updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed +with the [[webFeed]] property. This can be a simple URL, or an inline [[DataFeed]] object, with [[encodingFormat]] providing +media type information, e.g. "application/rss+xml" or "application/atom+xml". +""" ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:Specialty a rdfs:Class ; + rdfs:label "Specialty" ; + rdfs:comment "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort." ; + rdfs:subClassOf schema:Enumeration . + +schema:SportingGoodsStore a rdfs:Class ; + rdfs:label "SportingGoodsStore" ; + rdfs:comment "A sporting goods store." ; + rdfs:subClassOf schema:Store . + +schema:SportsActivityLocation a rdfs:Class ; + rdfs:label "SportsActivityLocation" ; + rdfs:comment "A sports location, such as a playing field." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:SportsClub a rdfs:Class ; + rdfs:label "SportsClub" ; + rdfs:comment "A sports club." ; + rdfs:subClassOf schema:SportsActivityLocation . + +schema:SportsEvent a rdfs:Class ; + rdfs:label "SportsEvent" ; + rdfs:comment "Event type: Sports event." ; + rdfs:subClassOf schema:Event . + +schema:SportsOrganization a rdfs:Class ; + rdfs:label "SportsOrganization" ; + rdfs:comment "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations." ; + rdfs:subClassOf schema:Organization . + +schema:SportsTeam a rdfs:Class ; + rdfs:label "SportsTeam" ; + rdfs:comment "Organization: Sports team." ; + rdfs:subClassOf schema:SportsOrganization . + +schema:SpreadsheetDigitalDocument a rdfs:Class ; + rdfs:label "SpreadsheetDigitalDocument" ; + rdfs:comment "A spreadsheet file." ; + rdfs:subClassOf schema:DigitalDocument . + +schema:StadiumOrArena a rdfs:Class ; + rdfs:label "StadiumOrArena" ; + rdfs:comment "A stadium." ; + rdfs:subClassOf schema:CivicStructure, + schema:SportsActivityLocation . + +schema:State a rdfs:Class ; + rdfs:label "State" ; + rdfs:comment "A state or province of a country." ; + rdfs:subClassOf schema:AdministrativeArea . + +schema:Statement a rdfs:Class ; + rdfs:label "Statement" ; + rdfs:comment "A statement about something, for example a fun or interesting fact. If known, the main entity this statement is about can be indicated using mainEntity. For more formal claims (e.g. in Fact Checking), consider using [[Claim]] instead. Use the [[text]] property to capture the text of the statement." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:StatisticalPopulation a rdfs:Class ; + rdfs:label "StatisticalPopulation" ; + rdfs:comment """A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property [[populationType]] is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a [[StatisticalPopulation]] representing all [[Person]]s with a [[homeLocation]] of East Podunk California would be described by applying the appropriate [[homeLocation]] and [[populationType]] properties to a [[StatisticalPopulation]] item that stands for that set of people. +The properties [[numConstraints]] and [[constraintProperty]] are used to specify which of the populations properties are used to specify the population. Note that the sense of "population" used here is the general sense of a statistical +population, and does not imply that the population consists of people. For example, a [[populationType]] of [[Event]] or [[NewsArticle]] could be used. See also [[Observation]], where a [[populationType]] such as [[Person]] or [[Event]] can be indicated directly. In most cases it may be better to use [[StatisticalVariable]] instead of [[StatisticalPopulation]].""" ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:StatisticalVariable a rdfs:Class ; + rdfs:label "StatisticalVariable" ; + rdfs:comment "[[StatisticalVariable]] represents any type of statistical metric that can be measured at a place and time. The usage pattern for [[StatisticalVariable]] is typically expressed using [[Observation]] with an explicit [[populationType]], which is a type, typically drawn from Schema.org. Each [[StatisticalVariable]] is marked as a [[ConstraintNode]], meaning that some properties (those listed using [[constraintProperty]]) serve in this setting solely to define the statistical variable rather than literally describe a specific person, place or thing. For example, a [[StatisticalVariable]] Median_Height_Person_Female representing the median height of women, could be written as follows: the population type is [[Person]]; the measuredProperty [[height]]; the [[statType]] [[median]]; the [[gender]] [[Female]]. It is important to note that there are many kinds of scientific quantitative observation which are not fully, perfectly or unambiguously described following this pattern, or with solely Schema.org terminology. The approach taken here is designed to allow partial, incremental or minimal description of [[StatisticalVariable]]s, and the use of detailed sets of entity and property IDs from external repositories. The [[measurementMethod]], [[unitCode]] and [[unitText]] properties can also be used to clarify the specific nature and notation of an observed measurement. " ; + rdfs:subClassOf schema:ConstraintNode ; + schema:isPartOf ; + schema:source . + +schema:StatusEnumeration a rdfs:Class ; + rdfs:label "StatusEnumeration" ; + rdfs:comment "Lists or enumerations dealing with status types." ; + rdfs:subClassOf schema:Enumeration ; + schema:source . + +schema:SteeringPositionValue a rdfs:Class ; + rdfs:label "SteeringPositionValue" ; + rdfs:comment "A value indicating a steering position." ; + rdfs:subClassOf schema:QualitativeValue ; + schema:contributor . + +schema:Store a rdfs:Class ; + rdfs:label "Store" ; + rdfs:comment "A retail good store." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:StructuredValue a rdfs:Class ; + rdfs:label "StructuredValue" ; + rdfs:comment "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." ; + rdfs:subClassOf schema:Intangible . + +schema:SubscribeAction a rdfs:Class ; + rdfs:label "SubscribeAction" ; + rdfs:comment "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.\\n* [[RegisterAction]]: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\\n* [[JoinAction]]: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object." ; + rdfs:subClassOf schema:InteractAction . + +schema:Substance a rdfs:Class ; + rdfs:label "Substance" ; + rdfs:comment "Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical." ; + rdfs:subClassOf schema:MedicalEntity ; + owl:equivalentClass snomed:105590001 ; + schema:isPartOf . + +schema:SubwayStation a rdfs:Class ; + rdfs:label "SubwayStation" ; + rdfs:comment "A subway station." ; + rdfs:subClassOf schema:CivicStructure . + +schema:Suite a rdfs:Class ; + rdfs:label "Suite" ; + rdfs:comment """A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Suite_(hotel)). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. +""" ; + rdfs:subClassOf schema:Accommodation ; + schema:contributor . + +schema:SuperficialAnatomy a rdfs:Class ; + rdfs:label "SuperficialAnatomy" ; + rdfs:comment "Anatomical features that can be observed by sight (without dissection), including the form and proportions of the human body as well as surface landmarks that correspond to deeper subcutaneous structures. Superficial anatomy plays an important role in sports medicine, phlebotomy, and other medical specialties as underlying anatomical structures can be identified through surface palpation. For example, during back surgery, superficial anatomy can be used to palpate and count vertebrae to find the site of incision. Or in phlebotomy, superficial anatomy can be used to locate an underlying vein; for example, the median cubital vein can be located by palpating the borders of the cubital fossa (such as the epicondyles of the humerus) and then looking for the superficial signs of the vein, such as size, prominence, ability to refill after depression, and feel of surrounding tissue support. As another example, in a subluxation (dislocation) of the glenohumeral joint, the bony structure becomes pronounced with the deltoid muscle failing to cover the glenohumeral joint allowing the edges of the scapula to be superficially visible. Here, the superficial anatomy is the visible edges of the scapula, implying the underlying dislocation of the joint (the related anatomical structure)." ; + rdfs:subClassOf schema:MedicalEntity ; + schema:isPartOf . + +schema:SurgicalProcedure a rdfs:Class ; + rdfs:label "SurgicalProcedure" ; + rdfs:comment "A medical procedure involving an incision with instruments; performed for diagnose, or therapeutic purposes." ; + rdfs:subClassOf schema:MedicalProcedure ; + owl:equivalentClass snomed:387713003 ; + schema:isPartOf . + +schema:SuspendAction a rdfs:Class ; + rdfs:label "SuspendAction" ; + rdfs:comment "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer)." ; + rdfs:subClassOf schema:ControlAction . + +schema:Syllabus a rdfs:Class ; + rdfs:label "Syllabus" ; + rdfs:comment "A syllabus that describes the material covered in a course, often with several such sections per [[Course]] so that a distinct [[timeRequired]] can be provided for that section of the [[Course]]." ; + rdfs:subClassOf schema:LearningResource ; + schema:isPartOf ; + schema:source . + +schema:Synagogue a rdfs:Class ; + rdfs:label "Synagogue" ; + rdfs:comment "A synagogue." ; + rdfs:subClassOf schema:PlaceOfWorship . + +schema:TVClip a rdfs:Class ; + rdfs:label "TVClip" ; + rdfs:comment "A short TV program or a segment/part of a TV program." ; + rdfs:subClassOf schema:Clip . + +schema:TVEpisode a rdfs:Class ; + rdfs:label "TVEpisode" ; + rdfs:comment "A TV episode which can be part of a series or season." ; + rdfs:subClassOf schema:Episode . + +schema:TVSeason a rdfs:Class ; + rdfs:label "TVSeason" ; + rdfs:comment "Season dedicated to TV broadcast and associated online delivery." ; + rdfs:subClassOf schema:CreativeWork, + schema:CreativeWorkSeason . + +schema:TVSeries a rdfs:Class ; + rdfs:label "TVSeries" ; + rdfs:comment "CreativeWorkSeries dedicated to TV broadcast and associated online delivery." ; + rdfs:subClassOf schema:CreativeWork, + schema:CreativeWorkSeries . + +schema:Table a rdfs:Class ; + rdfs:label "Table" ; + rdfs:comment "A table on a Web page." ; + rdfs:subClassOf schema:WebPageElement . + +schema:TakeAction a rdfs:Class ; + rdfs:label "TakeAction" ; + rdfs:comment "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\\n\\nRelated actions:\\n\\n* [[GiveAction]]: The reciprocal of TakeAction.\\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transferred." ; + rdfs:subClassOf schema:TransferAction . + +schema:TattooParlor a rdfs:Class ; + rdfs:label "TattooParlor" ; + rdfs:comment "A tattoo parlor." ; + rdfs:subClassOf schema:HealthAndBeautyBusiness . + +schema:Taxi a rdfs:Class ; + rdfs:label "Taxi" ; + rdfs:comment "A taxi." ; + rdfs:subClassOf schema:Service ; + schema:supersededBy schema:TaxiService . + +schema:TaxiReservation a rdfs:Class ; + rdfs:label "TaxiReservation" ; + rdfs:comment "A reservation for a taxi.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ; + rdfs:subClassOf schema:Reservation . + +schema:TaxiService a rdfs:Class ; + rdfs:label "TaxiService" ; + rdfs:comment "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled." ; + rdfs:subClassOf schema:Service . + +schema:TaxiStand a rdfs:Class ; + rdfs:label "TaxiStand" ; + rdfs:comment "A taxi stand." ; + rdfs:subClassOf schema:CivicStructure . + +schema:Taxon a rdfs:Class ; + rdfs:label "Taxon" ; + rdfs:comment "A set of organisms asserted to represent a natural cohesive biological unit." ; + rdfs:subClassOf schema:Thing ; + schema:isPartOf ; + schema:source . + +schema:TechArticle a rdfs:Class ; + rdfs:label "TechArticle" ; + rdfs:comment "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc." ; + rdfs:subClassOf schema:Article . + +schema:TelevisionChannel a rdfs:Class ; + rdfs:label "TelevisionChannel" ; + rdfs:comment "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup." ; + rdfs:subClassOf schema:BroadcastChannel . + +schema:TelevisionStation a rdfs:Class ; + rdfs:label "TelevisionStation" ; + rdfs:comment "A television station." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:TennisComplex a rdfs:Class ; + rdfs:label "TennisComplex" ; + rdfs:comment "A tennis complex." ; + rdfs:subClassOf schema:SportsActivityLocation . + +schema:Text a rdfs:Class, + schema:DataType ; + rdfs:label "Text" ; + rdfs:comment "Data type: Text." . + +schema:TextDigitalDocument a rdfs:Class ; + rdfs:label "TextDigitalDocument" ; + rdfs:comment "A file composed primarily of text." ; + rdfs:subClassOf schema:DigitalDocument . + +schema:TextObject a rdfs:Class ; + rdfs:label "TextObject" ; + rdfs:comment "A text file. The text can be unformatted or contain markup, html, etc." ; + rdfs:subClassOf schema:MediaObject ; + owl:equivalentClass dctype:Text . + +schema:TheaterEvent a rdfs:Class ; + rdfs:label "TheaterEvent" ; + rdfs:comment "Event type: Theater performance." ; + rdfs:subClassOf schema:Event . + +schema:TheaterGroup a rdfs:Class ; + rdfs:label "TheaterGroup" ; + rdfs:comment "A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre." ; + rdfs:subClassOf schema:PerformingGroup . + +schema:TherapeuticProcedure a rdfs:Class ; + rdfs:label "TherapeuticProcedure" ; + rdfs:comment "A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition." ; + rdfs:subClassOf schema:MedicalProcedure ; + owl:equivalentClass snomed:277132007 ; + schema:isPartOf . + +schema:Thesis a rdfs:Class ; + rdfs:label "Thesis" ; + rdfs:comment "A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification." ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:Thing a rdfs:Class ; + rdfs:label "Thing" ; + rdfs:comment "The most generic type of item." . + +schema:Ticket a rdfs:Class ; + rdfs:label "Ticket" ; + rdfs:comment "Used to describe a ticket to an event, a flight, a bus ride, etc." ; + rdfs:subClassOf schema:Intangible . + +schema:TieAction a rdfs:Class ; + rdfs:label "TieAction" ; + rdfs:comment "The act of reaching a draw in a competitive activity." ; + rdfs:subClassOf schema:AchieveAction . + +schema:TierBenefitEnumeration a rdfs:Class ; + rdfs:label "TierBenefitEnumeration" ; + rdfs:comment "An enumeration of possible benefits as part of a loyalty (members) program." ; + rdfs:subClassOf schema:Enumeration ; + schema:isPartOf ; + schema:source . + +schema:Time a rdfs:Class, + schema:DataType ; + rdfs:label "Time" ; + rdfs:comment "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see [XML schema for details](http://www.w3.org/TR/xmlschema-2/#time))." . + +schema:TipAction a rdfs:Class ; + rdfs:label "TipAction" ; + rdfs:comment "The act of giving money voluntarily to a beneficiary in recognition of services rendered." ; + rdfs:subClassOf schema:TradeAction . + +schema:TireShop a rdfs:Class ; + rdfs:label "TireShop" ; + rdfs:comment "A tire shop." ; + rdfs:subClassOf schema:Store . + +schema:TouristAttraction a rdfs:Class ; + rdfs:label "TouristAttraction" ; + rdfs:comment "A tourist attraction. In principle any Thing can be a [[TouristAttraction]], from a [[Mountain]] and [[LandmarksOrHistoricalBuildings]] to a [[LocalBusiness]]. This Type can be used on its own to describe a general [[TouristAttraction]], or be used as an [[additionalType]] to add tourist attraction properties to any other type. (See examples below)" ; + rdfs:subClassOf schema:Place ; + schema:contributor , + . + +schema:TouristDestination a rdfs:Class ; + rdfs:label "TouristDestination" ; + rdfs:comment """A tourist destination. In principle any [[Place]] can be a [[TouristDestination]] from a [[City]], Region or [[Country]] to an [[AmusementPark]] or [[Hotel]]. This Type can be used on its own to describe a general [[TouristDestination]], or be used as an [[additionalType]] to add tourist relevant properties to any other [[Place]]. A [[TouristDestination]] is defined as a [[Place]] that contains, or is colocated with, one or more [[TouristAttraction]]s, often linked by a similar theme or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip. + (See examples below.)""" ; + rdfs:subClassOf schema:Place ; + schema:contributor , + ; + schema:isPartOf ; + schema:source . + +schema:TouristInformationCenter a rdfs:Class ; + rdfs:label "TouristInformationCenter" ; + rdfs:comment "A tourist information center." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:TouristTrip a rdfs:Class ; + rdfs:label "TouristTrip" ; + rdfs:comment """A tourist trip. A created itinerary of visits to one or more places of interest ([[TouristAttraction]]/[[TouristDestination]]) often linked by a similar theme, geographic area, or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines tourism trip as the Trip taken by visitors. + (See examples below.)""" ; + rdfs:subClassOf schema:Trip ; + schema:contributor , + ; + schema:isPartOf ; + schema:source . + +schema:ToyStore a rdfs:Class ; + rdfs:label "ToyStore" ; + rdfs:comment "A toy store." ; + rdfs:subClassOf schema:Store . + +schema:TrackAction a rdfs:Class ; + rdfs:label "TrackAction" ; + rdfs:comment "An agent tracks an object for updates.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.\\n* [[SubscribeAction]]: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects." ; + rdfs:subClassOf schema:FindAction . + +schema:TradeAction a rdfs:Class ; + rdfs:label "TradeAction" ; + rdfs:comment "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." ; + rdfs:subClassOf schema:Action . + +schema:TrainReservation a rdfs:Class ; + rdfs:label "TrainReservation" ; + rdfs:comment "A reservation for train travel.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ; + rdfs:subClassOf schema:Reservation . + +schema:TrainStation a rdfs:Class ; + rdfs:label "TrainStation" ; + rdfs:comment "A train station." ; + rdfs:subClassOf schema:CivicStructure . + +schema:TrainTrip a rdfs:Class ; + rdfs:label "TrainTrip" ; + rdfs:comment "A trip on a commercial train line." ; + rdfs:subClassOf schema:Trip . + +schema:TransferAction a rdfs:Class ; + rdfs:label "TransferAction" ; + rdfs:comment "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." ; + rdfs:subClassOf schema:Action . + +schema:TravelAction a rdfs:Class ; + rdfs:label "TravelAction" ; + rdfs:comment "The act of traveling from a fromLocation to a destination by a specified mode of transport, optionally with participants." ; + rdfs:subClassOf schema:MoveAction . + +schema:TravelAgency a rdfs:Class ; + rdfs:label "TravelAgency" ; + rdfs:comment "A travel agency." ; + rdfs:subClassOf schema:LocalBusiness . + +schema:TreatmentIndication a rdfs:Class ; + rdfs:label "TreatmentIndication" ; + rdfs:comment "An indication for treating an underlying condition, symptom, etc." ; + rdfs:subClassOf schema:MedicalIndication ; + schema:isPartOf . + +schema:Trip a rdfs:Class ; + rdfs:label "Trip" ; + rdfs:comment "A trip or journey. An itinerary of visits to one or more places." ; + rdfs:subClassOf schema:Intangible ; + schema:contributor . + +schema:TypeAndQuantityNode a rdfs:Class ; + rdfs:label "TypeAndQuantityNode" ; + rdfs:comment "A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer." ; + rdfs:subClassOf schema:StructuredValue ; + schema:contributor . + +schema:UKNonprofitType a rdfs:Class ; + rdfs:label "UKNonprofitType" ; + rdfs:comment "UKNonprofitType: Non-profit organization type originating from the United Kingdom." ; + rdfs:subClassOf schema:NonprofitType ; + schema:isPartOf ; + schema:source . + +schema:URL a rdfs:Class ; + rdfs:label "URL" ; + rdfs:comment "Data type: URL." ; + rdfs:subClassOf schema:Text . + +schema:USNonprofitType a rdfs:Class ; + rdfs:label "USNonprofitType" ; + rdfs:comment "USNonprofitType: Non-profit organization type originating from the United States." ; + rdfs:subClassOf schema:NonprofitType ; + schema:isPartOf ; + schema:source . + +schema:UnRegisterAction a rdfs:Class ; + rdfs:label "UnRegisterAction" ; + rdfs:comment "The act of un-registering from a service.\\n\\nRelated actions:\\n\\n* [[RegisterAction]]: antonym of UnRegisterAction.\\n* [[LeaveAction]]: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you were previously registered, rather than leaving a team/group of people." ; + rdfs:subClassOf schema:InteractAction . + +schema:UnitPriceSpecification a rdfs:Class ; + rdfs:label "UnitPriceSpecification" ; + rdfs:comment "The price asked for a given offer by the respective organization or person." ; + rdfs:subClassOf schema:PriceSpecification ; + schema:contributor . + +schema:UpdateAction a rdfs:Class ; + rdfs:label "UpdateAction" ; + rdfs:comment "The act of managing by changing/editing the state of the object." ; + rdfs:subClassOf schema:Action . + +schema:UseAction a rdfs:Class ; + rdfs:label "UseAction" ; + rdfs:comment "The act of applying an object to its intended purpose." ; + rdfs:subClassOf schema:ConsumeAction . + +schema:UserBlocks a rdfs:Class ; + rdfs:label "UserBlocks" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:supersededBy schema:InteractionCounter . + +schema:UserCheckins a rdfs:Class ; + rdfs:label "UserCheckins" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:supersededBy schema:InteractionCounter . + +schema:UserComments a rdfs:Class ; + rdfs:label "UserComments" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:contributor ; + schema:supersededBy schema:InteractionCounter . + +schema:UserDownloads a rdfs:Class ; + rdfs:label "UserDownloads" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:supersededBy schema:InteractionCounter . + +schema:UserInteraction a rdfs:Class ; + rdfs:label "UserInteraction" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:Event ; + schema:supersededBy schema:InteractionCounter . + +schema:UserLikes a rdfs:Class ; + rdfs:label "UserLikes" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:supersededBy schema:InteractionCounter . + +schema:UserPageVisits a rdfs:Class ; + rdfs:label "UserPageVisits" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:supersededBy schema:InteractionCounter . + +schema:UserPlays a rdfs:Class ; + rdfs:label "UserPlays" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:supersededBy schema:InteractionCounter . + +schema:UserPlusOnes a rdfs:Class ; + rdfs:label "UserPlusOnes" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:supersededBy schema:InteractionCounter . + +schema:UserReview a rdfs:Class ; + rdfs:label "UserReview" ; + rdfs:comment "A review created by an end-user (e.g. consumer, purchaser, attendee etc.), in contrast with [[CriticReview]]." ; + rdfs:subClassOf schema:Review ; + schema:isPartOf ; + schema:source . + +schema:UserTweets a rdfs:Class ; + rdfs:label "UserTweets" ; + rdfs:comment "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." ; + rdfs:subClassOf schema:UserInteraction ; + schema:supersededBy schema:InteractionCounter . + +schema:VacationRental a rdfs:Class ; + rdfs:label "VacationRental" ; + rdfs:comment "A kind of lodging business that focuses on renting single properties for limited time." ; + rdfs:subClassOf schema:LodgingBusiness . + +schema:Vehicle a rdfs:Class ; + rdfs:label "Vehicle" ; + rdfs:comment "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space." ; + rdfs:subClassOf schema:Product . + +schema:Vein a rdfs:Class ; + rdfs:label "Vein" ; + rdfs:comment "A type of blood vessel that specifically carries blood to the heart." ; + rdfs:subClassOf schema:Vessel ; + schema:isPartOf . + +schema:Vessel a rdfs:Class ; + rdfs:label "Vessel" ; + rdfs:comment "A component of the human body circulatory system comprised of an intricate network of hollow tubes that transport blood throughout the entire body." ; + rdfs:subClassOf schema:AnatomicalStructure ; + schema:isPartOf . + +schema:VeterinaryCare a rdfs:Class ; + rdfs:label "VeterinaryCare" ; + rdfs:comment "A vet's office." ; + rdfs:subClassOf schema:MedicalOrganization ; + schema:isPartOf . + +schema:VideoGallery a rdfs:Class ; + rdfs:label "VideoGallery" ; + rdfs:comment "Web page type: Video gallery page." ; + rdfs:subClassOf schema:MediaGallery . + +schema:VideoGame a rdfs:Class ; + rdfs:label "VideoGame" ; + rdfs:comment "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device." ; + rdfs:subClassOf schema:Game, + schema:SoftwareApplication . + +schema:VideoGameClip a rdfs:Class ; + rdfs:label "VideoGameClip" ; + rdfs:comment "A short segment/part of a video game." ; + rdfs:subClassOf schema:Clip . + +schema:VideoGameSeries a rdfs:Class ; + rdfs:label "VideoGameSeries" ; + rdfs:comment "A video game series." ; + rdfs:subClassOf schema:CreativeWorkSeries . + +schema:VideoObject a rdfs:Class ; + rdfs:label "VideoObject" ; + rdfs:comment "A video file." ; + rdfs:subClassOf schema:MediaObject ; + schema:contributor . + +schema:VideoObjectSnapshot a rdfs:Class ; + rdfs:label "VideoObjectSnapshot" ; + rdfs:comment "A specific and exact (byte-for-byte) version of a [[VideoObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity." ; + rdfs:subClassOf schema:VideoObject ; + schema:isPartOf ; + schema:source . + +schema:ViewAction a rdfs:Class ; + rdfs:label "ViewAction" ; + rdfs:comment "The act of consuming static visual content." ; + rdfs:subClassOf schema:ConsumeAction . + +schema:VirtualLocation a rdfs:Class ; + rdfs:label "VirtualLocation" ; + rdfs:comment "An online or virtual location for attending events. For example, one may attend an online seminar or educational event. While a virtual location may be used as the location of an event, virtual locations should not be confused with physical locations in the real world." ; + rdfs:subClassOf schema:Intangible ; + schema:isPartOf ; + schema:source . + +schema:VisualArtsEvent a rdfs:Class ; + rdfs:label "VisualArtsEvent" ; + rdfs:comment "Event type: Visual arts event." ; + rdfs:subClassOf schema:Event . + +schema:VisualArtwork a rdfs:Class ; + rdfs:label "VisualArtwork" ; + rdfs:comment "A work of art that is primarily visual in character." ; + rdfs:subClassOf schema:CreativeWork . + +schema:VitalSign a rdfs:Class ; + rdfs:label "VitalSign" ; + rdfs:comment "Vital signs are measures of various physiological functions in order to assess the most basic body functions." ; + rdfs:subClassOf schema:MedicalSign ; + schema:isPartOf . + +schema:Volcano a rdfs:Class ; + rdfs:label "Volcano" ; + rdfs:comment "A volcano, like Fujisan." ; + rdfs:subClassOf schema:Landform . + +schema:VoteAction a rdfs:Class ; + rdfs:label "VoteAction" ; + rdfs:comment "The act of expressing a preference from a fixed/finite/structured set of choices/options." ; + rdfs:subClassOf schema:ChooseAction . + +schema:WPAdBlock a rdfs:Class ; + rdfs:label "WPAdBlock" ; + rdfs:comment "An advertising section of the page." ; + rdfs:subClassOf schema:WebPageElement . + +schema:WPFooter a rdfs:Class ; + rdfs:label "WPFooter" ; + rdfs:comment "The footer section of the page." ; + rdfs:subClassOf schema:WebPageElement . + +schema:WPHeader a rdfs:Class ; + rdfs:label "WPHeader" ; + rdfs:comment "The header section of the page." ; + rdfs:subClassOf schema:WebPageElement . + +schema:WPSideBar a rdfs:Class ; + rdfs:label "WPSideBar" ; + rdfs:comment "A sidebar section of the page." ; + rdfs:subClassOf schema:WebPageElement . + +schema:WantAction a rdfs:Class ; + rdfs:label "WantAction" ; + rdfs:comment "The act of expressing a desire about the object. An agent wants an object." ; + rdfs:subClassOf schema:ReactAction . + +schema:WarrantyPromise a rdfs:Class ; + rdfs:label "WarrantyPromise" ; + rdfs:comment "A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product." ; + rdfs:subClassOf schema:StructuredValue, + fibo-fnd-agr-ctr:MutualContractualAgreement ; + schema:contributor . + +schema:WarrantyScope a rdfs:Class ; + rdfs:label "WarrantyScope" ; + rdfs:comment """A range of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Labor-BringIn\\n* http://purl.org/goodrelations/v1#PartsAndLabor-BringIn\\n* http://purl.org/goodrelations/v1#PartsAndLabor-PickUp + """ ; + rdfs:subClassOf schema:Enumeration ; + schema:contributor . + +schema:WatchAction a rdfs:Class ; + rdfs:label "WatchAction" ; + rdfs:comment "The act of consuming dynamic/moving visual content." ; + rdfs:subClassOf schema:ConsumeAction . + +schema:Waterfall a rdfs:Class ; + rdfs:label "Waterfall" ; + rdfs:comment "A waterfall, like Niagara." ; + rdfs:subClassOf schema:BodyOfWater . + +schema:WearAction a rdfs:Class ; + rdfs:label "WearAction" ; + rdfs:comment "The act of dressing oneself in clothing." ; + rdfs:subClassOf schema:UseAction . + +schema:WearableMeasurementTypeEnumeration a rdfs:Class ; + rdfs:label "WearableMeasurementTypeEnumeration" ; + rdfs:comment "Enumerates common types of measurement for wearables products." ; + rdfs:subClassOf schema:MeasurementTypeEnumeration ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupEnumeration a rdfs:Class ; + rdfs:label "WearableSizeGroupEnumeration" ; + rdfs:comment "Enumerates common size groups (also known as \"size types\") for wearable products." ; + rdfs:subClassOf schema:SizeGroupEnumeration ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemEnumeration a rdfs:Class ; + rdfs:label "WearableSizeSystemEnumeration" ; + rdfs:comment "Enumerates common size systems specific for wearable products." ; + rdfs:subClassOf schema:SizeSystemEnumeration ; + schema:isPartOf ; + schema:source . + +schema:WebAPI a rdfs:Class ; + rdfs:label "WebAPI" ; + rdfs:comment "An application programming interface accessible over Web/Internet technologies." ; + rdfs:subClassOf schema:Service ; + schema:isPartOf ; + schema:source . + +schema:WebApplication a rdfs:Class ; + rdfs:label "WebApplication" ; + rdfs:comment "Web applications." ; + rdfs:subClassOf schema:SoftwareApplication . + +schema:WebContent a rdfs:Class ; + rdfs:label "WebContent" ; + rdfs:comment "WebContent is a type representing all [[WebPage]], [[WebSite]] and [[WebPageElement]] content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts are not always important or obvious. The [[WebContent]] type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types [[WebPage]], [[WebSite]] and [[WebPageElement]] will eventually be declared as subtypes of [[WebContent]].)" ; + rdfs:subClassOf schema:CreativeWork ; + schema:isPartOf ; + schema:source . + +schema:WebPage a rdfs:Class ; + rdfs:label "WebPage" ; + rdfs:comment "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." ; + rdfs:subClassOf schema:CreativeWork . + +schema:WebPageElement a rdfs:Class ; + rdfs:label "WebPageElement" ; + rdfs:comment "A web page element, like a table or an image." ; + rdfs:subClassOf schema:CreativeWork . + +schema:WebSite a rdfs:Class ; + rdfs:label "WebSite" ; + rdfs:comment "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs." ; + rdfs:subClassOf schema:CreativeWork . + +schema:WholesaleStore a rdfs:Class ; + rdfs:label "WholesaleStore" ; + rdfs:comment "A wholesale store." ; + rdfs:subClassOf schema:Store . + +schema:WinAction a rdfs:Class ; + rdfs:label "WinAction" ; + rdfs:comment "The act of achieving victory in a competitive activity." ; + rdfs:subClassOf schema:AchieveAction . + +schema:Winery a rdfs:Class ; + rdfs:label "Winery" ; + rdfs:comment "A winery." ; + rdfs:subClassOf schema:FoodEstablishment . + +schema:WorkBasedProgram a rdfs:Class ; + rdfs:label "WorkBasedProgram" ; + rdfs:comment "A program with both an educational and employment component. Typically based at a workplace and structured around work-based learning, with the aim of instilling competencies related to an occupation. WorkBasedProgram is used to distinguish programs such as apprenticeships from school, college or other classroom based educational programs." ; + rdfs:subClassOf schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:source . + +schema:WorkersUnion a rdfs:Class ; + rdfs:label "WorkersUnion" ; + rdfs:comment "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying." ; + rdfs:subClassOf schema:Organization ; + schema:source . + +schema:WriteAction a rdfs:Class ; + rdfs:label "WriteAction" ; + rdfs:comment "The act of authoring written creative content." ; + rdfs:subClassOf schema:CreateAction . + +schema:XPathType a rdfs:Class ; + rdfs:label "XPathType" ; + rdfs:comment "Text representing an XPath (typically but not necessarily version 1.0)." ; + rdfs:subClassOf schema:Text ; + schema:isPartOf ; + schema:source . + +schema:Zoo a rdfs:Class ; + rdfs:label "Zoo" ; + rdfs:comment "A zoo." ; + rdfs:subClassOf schema:CivicStructure . + +fibo-be-corp-corp:Corporation a rdfs:Class . + +fibo-be-le-cb:CooperativeSociety a rdfs:Class . + +fibo-be-nfp-nfp:NonGovernmentalOrganization a rdfs:Class . + +fibo-fbc-pas-fpas:BankAccount a rdfs:Class . + +fibo-fbc-pas-fpas:PaymentMechanism a rdfs:Class . + +fibo-fnd-agr-ctr:MutualContractualAgreement a rdfs:Class . + +fibo-fnd-arr-doc:Certificate a rdfs:Class . + +fibo-fnd-arr-doc:Document a rdfs:Class . + +fibo-fnd-arr-doc:LegalDocument a rdfs:Class . + +fibo-fnd-dt-oc:Occurrence a rdfs:Class . + +fibo-fnd-org-org:ContactPoint a rdfs:Class . + +fibo-fnd-org-org:Organization a rdfs:Class . + +fibo-fnd-plc-adr:PostalAddress a rdfs:Class . + +fibo-fnd-plc-loc:Municipality a rdfs:Class . + +fibo-fnd-pas-pas:Offer a rdfs:Class . + +fibo-fnd-pas-pas:Price a rdfs:Class . + +fibo-fnd-pas-pas:Product a rdfs:Class . + +fibo-pay-ps-ps:PaymentService a rdfs:Class . + +cmns-cls:Classifier a rdfs:Class . + +cmns-col:Collection a rdfs:Class . + +cmns-dt:Date a rdfs:Class . + +cmns-dt:DateTime a rdfs:Class . + +cmns-dt:Duration a rdfs:Class . + +cmns-ge:GeopoliticalEntity a rdfs:Class . + +cmns-ge:Subdivision a rdfs:Class . + +cmns-loc:Address a rdfs:Class . + +cmns-loc:GeographicCoordinate a rdfs:Class . + +cmns-loc:Location a rdfs:Class . + +lcc-cr:Continent a rdfs:Class . + +lcc-cr:Country a rdfs:Class . + +schema:Abdomen a schema:PhysicalExam ; + rdfs:label "Abdomen" ; + rdfs:comment "Abdomen clinical examination." ; + schema:isPartOf . + +schema:ActivationFee a schema:PriceComponentTypeEnumeration ; + rdfs:label "ActivationFee" ; + rdfs:comment "Represents the activation fee part of the total price for an offered product, for example a cellphone contract." ; + schema:isPartOf ; + schema:source . + +schema:ActiveActionStatus a schema:ActionStatusType ; + rdfs:label "ActiveActionStatus" ; + rdfs:comment "An in-progress action (e.g., while watching the movie, or driving to a location)." . + +schema:ActiveNotRecruiting a schema:MedicalStudyStatus ; + rdfs:label "ActiveNotRecruiting" ; + rdfs:comment "Active, but not recruiting new participants." ; + schema:isPartOf . + +schema:AerobicActivity a schema:PhysicalActivityCategory ; + rdfs:label "AerobicActivity" ; + rdfs:comment "Physical activity of relatively low intensity that depends primarily on the aerobic energy-generating process; during activity, the aerobic metabolism uses oxygen to adequately meet energy demands during exercise." ; + schema:isPartOf . + +schema:AlbumRelease a schema:MusicAlbumReleaseType ; + rdfs:label "AlbumRelease" ; + rdfs:comment "AlbumRelease." ; + schema:contributor . + +schema:AlcoholConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "AlcoholConsideration" ; + rdfs:comment "Item contains alcohol or promotes alcohol consumption." ; + schema:isPartOf ; + schema:source . + +schema:AlgorithmicMediaDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "AlgorithmicMediaDigitalSource" ; + rdfs:comment "Content coded as 'algorithmic media' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:AlgorithmicallyEnhancedDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "AlgorithmicallyEnhancedDigitalSource" ; + rdfs:comment "Content coded as 'algorithmically enhanced' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:AllWheelDriveConfiguration a schema:DriveWheelConfigurationValue ; + rdfs:label "AllWheelDriveConfiguration" ; + rdfs:comment "All-wheel Drive is a transmission layout where the engine drives all four wheels." ; + schema:contributor . + +schema:AllergiesHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "AllergiesHealthAspect" ; + rdfs:comment "Content about the allergy-related aspects of a health topic." ; + schema:isPartOf ; + schema:source . + +schema:AnaerobicActivity a schema:PhysicalActivityCategory ; + rdfs:label "AnaerobicActivity" ; + rdfs:comment "Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body." ; + schema:isPartOf . + +schema:AndroidPlatform a schema:DigitalPlatformEnumeration ; + rdfs:label "AndroidPlatform" ; + rdfs:comment "Represents the broad notion of Android-based operating systems." ; + schema:isPartOf ; + schema:source . + +schema:Anesthesia a schema:MedicalSpecialty ; + rdfs:label "Anesthesia" ; + rdfs:comment "A specific branch of medical science that pertains to study of anesthetics and their application." ; + schema:isPartOf . + +schema:Appearance a schema:PhysicalExam ; + rdfs:label "Appearance" ; + rdfs:comment "Appearance assessment with clinical examination." ; + schema:isPartOf . + +schema:AudiobookFormat a schema:BookFormatType ; + rdfs:label "AudiobookFormat" ; + rdfs:comment "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties." . + +schema:AuthoritativeLegalValue a schema:LegalValueLevel ; + rdfs:label "AuthoritativeLegalValue" ; + rdfs:comment "Indicates that the publisher gives some special status to the publication of the document. (\"The Queens Printer\" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications). Something \"Authoritative\" is considered to be also [[OfficialLegalValue]]\"." ; + skos:exactMatch eli:LegalValue-authoritative ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:Ayurvedic a schema:MedicineSystem ; + rdfs:label "Ayurvedic" ; + rdfs:comment "A system of medicine that originated in India over thousands of years and that focuses on integrating and balancing the body, mind, and spirit." ; + schema:isPartOf . + +schema:BackOrder a schema:ItemAvailability ; + rdfs:label "BackOrder" ; + rdfs:comment "Indicates that the item is available on back order." . + +schema:Bacteria a schema:InfectiousAgentClass ; + rdfs:label "Bacteria" ; + rdfs:comment "Pathogenic bacteria that cause bacterial infection." ; + schema:isPartOf . + +schema:Balance a schema:PhysicalActivityCategory ; + rdfs:label "Balance" ; + rdfs:comment "Physical activity that is engaged to help maintain posture and balance." ; + schema:isPartOf . + +schema:BasicIncome a schema:GovernmentBenefitsType ; + rdfs:label "BasicIncome" ; + rdfs:comment "BasicIncome: this is a benefit for basic income." ; + schema:isPartOf ; + schema:source . + +schema:BenefitsHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "BenefitsHealthAspect" ; + rdfs:comment "Content about the benefits and advantages of usage or utilization of topic." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementArm a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementArm" ; + rdfs:comment "Arm length (measured between arms/shoulder line intersection and the prominent wrist bone). Used, for example, to fit shirts." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementBust a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementBust" ; + rdfs:comment "Maximum girth of bust. Used, for example, to fit women's suits." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementChest a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementChest" ; + rdfs:comment "Maximum girth of chest. Used, for example, to fit men's suits." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementFoot a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementFoot" ; + rdfs:comment "Foot length (measured between end of the most prominent toe and the most prominent part of the heel). Used, for example, to measure socks." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementHand a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementHand" ; + rdfs:comment "Maximum hand girth (measured over the knuckles of the open right hand excluding thumb, fingers together). Used, for example, to fit gloves." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementHead a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementHead" ; + rdfs:comment "Maximum girth of head above the ears. Used, for example, to fit hats." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementHeight a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementHeight" ; + rdfs:comment "Body height (measured between crown of head and soles of feet). Used, for example, to fit jackets." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementHips a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementHips" ; + rdfs:comment "Girth of hips (measured around the buttocks). Used, for example, to fit skirts." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementInsideLeg a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementInsideLeg" ; + rdfs:comment "Inside leg (measured between crotch and soles of feet). Used, for example, to fit pants." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementNeck a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementNeck" ; + rdfs:comment "Girth of neck. Used, for example, to fit shirts." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementUnderbust a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementUnderbust" ; + rdfs:comment "Girth of body just below the bust. Used, for example, to fit women's swimwear." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementWaist a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementWaist" ; + rdfs:comment "Girth of natural waistline (between hip bones and lower ribs). Used, for example, to fit pants." ; + schema:isPartOf ; + schema:source . + +schema:BodyMeasurementWeight a schema:BodyMeasurementTypeEnumeration ; + rdfs:label "BodyMeasurementWeight" ; + rdfs:comment "Body weight. Used, for example, to measure pantyhose." ; + schema:isPartOf ; + schema:source . + +schema:BroadcastRelease a schema:MusicAlbumReleaseType ; + rdfs:label "BroadcastRelease" ; + rdfs:comment "BroadcastRelease." ; + schema:contributor . + +schema:BusinessSupport a schema:GovernmentBenefitsType ; + rdfs:label "BusinessSupport" ; + rdfs:comment "BusinessSupport: this is a benefit for supporting businesses." ; + schema:isPartOf ; + schema:source . + +schema:ByBankTransferInAdvance a schema:PaymentMethodType ; + rdfs:label "ByBankTransferInAdvance" ; + rdfs:comment "Payment in advance by bank transfer, equivalent to http://purl.org/goodrelations/v1#ByBankTransferInAdvance." . + +schema:ByInvoice a schema:PaymentMethodType ; + rdfs:label "ByInvoice" ; + rdfs:comment "Payment by invoice, typically after the goods were delivered, equivalent to http://purl.org/goodrelations/v1#ByInvoice." . + +schema:CDFormat a schema:MusicReleaseFormatType ; + rdfs:label "CDFormat" ; + rdfs:comment "CDFormat." ; + schema:contributor . + +schema:COD a schema:PaymentMethodType ; + rdfs:label "COD" ; + rdfs:comment "Cash on Delivery (COD) payment, equivalent to http://purl.org/goodrelations/v1#COD." . + +schema:CT a schema:MedicalImagingTechnique ; + rdfs:label "CT" ; + rdfs:comment "X-ray computed tomography imaging." ; + schema:isPartOf . + +schema:Cardiovascular a schema:MedicalSpecialty ; + rdfs:label "Cardiovascular" ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of heart and vasculature." ; + schema:isPartOf . + +schema:CardiovascularExam a schema:PhysicalExam ; + rdfs:label "CardiovascularExam" ; + rdfs:comment "Cardiovascular system assessment with clinical examination." ; + schema:isPartOf . + +schema:CaseSeries a schema:MedicalObservationalStudyDesign ; + rdfs:label "CaseSeries" ; + rdfs:comment "A case series (also known as a clinical series) is a medical research study that tracks patients with a known exposure given similar treatment or examines their medical records for exposure and outcome. A case series can be retrospective or prospective and usually involves a smaller number of patients than the more powerful case-control studies or randomized controlled trials. Case series may be consecutive or non-consecutive, depending on whether all cases presenting to the reporting authors over a period of time were included, or only a selection." ; + schema:isPartOf . + +schema:Cash a schema:PaymentMethodType ; + rdfs:label "Cash" ; + rdfs:comment "Payment using cash, on premises, equivalent to http://purl.org/goodrelations/v1#Cash." . + +schema:CassetteFormat a schema:MusicReleaseFormatType ; + rdfs:label "CassetteFormat" ; + rdfs:comment "CassetteFormat." ; + schema:contributor . + +schema:CausesHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "CausesHealthAspect" ; + rdfs:comment "Information about the causes and main actions that gave rise to the topic." ; + schema:isPartOf ; + schema:source . + +schema:CertificationActive a schema:CertificationStatusEnumeration ; + rdfs:label "CertificationActive" ; + rdfs:comment "Specifies that a certification is active." ; + schema:isPartOf ; + schema:source . + +schema:CertificationInactive a schema:CertificationStatusEnumeration ; + rdfs:label "CertificationInactive" ; + rdfs:comment "Specifies that a certification is inactive (no longer in effect)." ; + schema:isPartOf ; + schema:source . + +schema:CharitableIncorporatedOrganization a schema:UKNonprofitType ; + rdfs:label "CharitableIncorporatedOrganization" ; + rdfs:comment "CharitableIncorporatedOrganization: Non-profit type referring to a Charitable Incorporated Organization (UK)." ; + schema:isPartOf ; + schema:source . + +schema:CheckInAdvance a schema:PaymentMethodType ; + rdfs:label "CheckInAdvance" ; + rdfs:comment "Payment in advance by sending a check, equivalent to http://purl.org/goodrelations/v1#CheckInAdvance." . + +schema:Chiropractic a schema:MedicineSystem ; + rdfs:label "Chiropractic" ; + rdfs:comment "A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning." ; + schema:isPartOf . + +schema:CleaningFee a schema:PriceComponentTypeEnumeration ; + rdfs:label "CleaningFee" ; + rdfs:comment "Represents the cleaning fee part of the total price for an offered product, for example a vacation rental." ; + schema:isPartOf ; + schema:source . + +schema:Clinician a schema:MedicalAudienceType ; + rdfs:label "Clinician" ; + rdfs:comment "Medical clinicians, including practicing physicians and other medical professionals involved in clinical practice." ; + schema:isPartOf . + +schema:CoOp a schema:GamePlayMode ; + rdfs:label "CoOp" ; + rdfs:comment "Play mode: CoOp. Co-operative games, where you play on the same team with friends." . + +schema:CohortStudy a schema:MedicalObservationalStudyDesign ; + rdfs:label "CohortStudy" ; + rdfs:comment "Also known as a panel study. A cohort study is a form of longitudinal study used in medicine and social science. It is one type of study design and should be compared with a cross-sectional study. A cohort is a group of people who share a common characteristic or experience within a defined period (e.g., are born, leave school, lose their job, are exposed to a drug or a vaccine, etc.). The comparison group may be the general population from which the cohort is drawn, or it may be another cohort of persons thought to have had little or no exposure to the substance under investigation, but otherwise similar. Alternatively, subgroups within the cohort may be compared with each other." ; + schema:isPartOf . + +schema:CommentPermission a schema:DigitalDocumentPermissionType ; + rdfs:label "CommentPermission" ; + rdfs:comment "Permission to add comments to the document." . + +schema:CommunityHealth a schema:MedicalSpecialty ; + rdfs:label "CommunityHealth" ; + rdfs:comment "A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:CompilationAlbum a schema:MusicAlbumProductionType ; + rdfs:label "CompilationAlbum" ; + rdfs:comment "CompilationAlbum." ; + schema:contributor . + +schema:Completed a schema:MedicalStudyStatus ; + rdfs:label "Completed" ; + rdfs:comment "Completed." ; + schema:isPartOf . + +schema:CompletedActionStatus a schema:ActionStatusType ; + rdfs:label "CompletedActionStatus" ; + rdfs:comment "An action that has already taken place." . + +schema:CompositeCaptureDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "CompositeCaptureDigitalSource" ; + rdfs:comment "Content coded as 'composite capture' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:CompositeDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "CompositeDigitalSource" ; + rdfs:comment "Content coded as 'algorithmic media' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:CompositeSyntheticDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "CompositeSyntheticDigitalSource" ; + rdfs:comment "Content coded as 'composite synthetic' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:CompositeWithTrainedAlgorithmicMediaDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "CompositeWithTrainedAlgorithmicMediaDigitalSource" ; + rdfs:comment "Content coded as 'composite with trained algorithmic media' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:ContagiousnessHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "ContagiousnessHealthAspect" ; + rdfs:comment "Content about contagion mechanisms and contagiousness information over the topic." ; + schema:isPartOf ; + schema:source . + +schema:CrossSectional a schema:MedicalObservationalStudyDesign ; + rdfs:label "CrossSectional" ; + rdfs:comment "Studies carried out on pre-existing data (usually from 'snapshot' surveys), such as that collected by the Census Bureau. Sometimes called Prevalence Studies." ; + schema:isPartOf . + +schema:DECooperativeCharity a schema:DENonprofitType ; + rdfs:label "DECooperativeCharity" ; + rdfs:comment "DECooperativeCharity: Non-profit type referring to a charitable Cooperative (German Genossenschaft) that has been recognized by the tax authorities as a charitable non-profit." ; + schema:isPartOf ; + schema:source . + +schema:DEFoundationCharity a schema:DENonprofitType ; + rdfs:label "DEFoundationCharity" ; + rdfs:comment "DEFoundationCharity: Non-profit type referring to a charitable Foundation (German Stiftung) that has been recognized by the tax authorities as a charitable non-profit." ; + schema:isPartOf ; + schema:source . + +schema:DEJointStockCompanyCharity a schema:DENonprofitType ; + rdfs:label "DEJointStockCompanyCharity" ; + rdfs:comment "DEJointStockCompanyCharity: Non-profit type referring to a charitable Joint Stock Company (German gAG gemeinnützige Aktiengesellschaft) that has been recognized by the tax authorities as a charitable non-profit." ; + schema:isPartOf ; + schema:source . + +schema:DELimitedLiabilityCharity a schema:DENonprofitType ; + rdfs:label "DELimitedLiabilityCharity" ; + rdfs:comment "DELimitedLiabilityCharity: Non-profit type referring to a charitable Common Stock Company (German gGmbH or gemeinnützige Gesellschaft mit beschränkter Haftung) that has been recognized by the tax authorities as a charitable non-profit." ; + schema:isPartOf ; + schema:source . + +schema:DENotRegisteredAssociationCharity a schema:DENonprofitType ; + rdfs:label "DENotRegisteredAssociationCharity" ; + rdfs:comment "DENotRegisteredAssociationCharity: Non-profit type referring to a charitable association that is not registered with the German association register (gemeinnütziger Verein) and has been recognized by the tax authorities as a charitable non-profit." ; + schema:isPartOf ; + schema:source . + +schema:DEPublicCharity a schema:DENonprofitType ; + rdfs:label "DEPublicCharity" ; + rdfs:comment "DEPublicCharity: Non-profit type referring to a charitable government owned juridical person (German Körperschaft öffentlichen Rechts) that has been recognized by the tax authorities as a charitable non-profit." ; + schema:isPartOf ; + schema:source . + +schema:DERegisteredAssociationCharity a schema:DENonprofitType ; + rdfs:label "DERegisteredAssociationCharity" ; + rdfs:comment "DERegisteredAssociationCharity: Non-profit type referring to a charitable association that is registered with the German association register (german gemeinnütziger e.v. or gemeinnütziger eingetragener Verein) and has been recognized by the tax authorities as a charitable non-profit." ; + schema:isPartOf ; + schema:source . + +schema:DJMixAlbum a schema:MusicAlbumProductionType ; + rdfs:label "DJMixAlbum" ; + rdfs:comment "DJMixAlbum." ; + schema:contributor . + +schema:DVDFormat a schema:MusicReleaseFormatType ; + rdfs:label "DVDFormat" ; + rdfs:comment "DVDFormat." ; + schema:contributor . + +schema:DamagedCondition a schema:OfferItemCondition ; + rdfs:label "DamagedCondition" ; + rdfs:comment "Indicates that the item is damaged." . + +schema:DangerousGoodConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "DangerousGoodConsideration" ; + rdfs:comment "The item is dangerous and requires careful handling and/or special training of the user. See also the [UN Model Classification](https://unece.org/DAM/trans/danger/publi/unrec/rev17/English/02EREv17_Part2.pdf) defining the 9 classes of dangerous goods such as explosives, gases, flammables, and more." ; + schema:isPartOf ; + schema:source . + +schema:DataDrivenMediaDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "DataDrivenMediaDigitalSource" ; + rdfs:comment "Content coded as 'data driven media' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:DecontextualizedContent a schema:MediaManipulationRatingEnumeration ; + rdfs:label "DecontextualizedContent" ; + rdfs:comment """Content coded 'missing context' in a [[MediaReview]], considered in the context of how it was published or shared. + +For a [[VideoObject]] to be 'missing context': Presenting unaltered video in an inaccurate manner that misrepresents the footage. For example, using incorrect dates or locations, altering the transcript or sharing brief clips from a longer video to mislead viewers. (A video rated 'original' can also be missing context.) + +For an [[ImageObject]] to be 'missing context': Presenting unaltered images in an inaccurate manner to misrepresent the image and mislead the viewer. For example, a common tactic is using an unaltered image but saying it came from a different time or place. (An image rated 'original' can also be missing context.) + +For an [[ImageObject]] with embedded text to be 'missing context': An unaltered image presented in an inaccurate manner to misrepresent the image and mislead the viewer. For example, a common tactic is using an unaltered image but saying it came from a different time or place. (An 'original' image with inaccurate text would generally fall in this category.) + +For an [[AudioObject]] to be 'missing context': Unaltered audio presented in an inaccurate manner that misrepresents it. For example, using incorrect dates or locations, or sharing brief clips from a longer recording to mislead viewers. (Audio rated “original” can also be missing context.) +""" ; + schema:isPartOf ; + schema:source . + +schema:DefinitiveLegalValue a schema:LegalValueLevel ; + rdfs:label "DefinitiveLegalValue" ; + rdfs:comment """Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.) + Something "Definitive" is considered to be also [[AuthoritativeLegalValue]].""" ; + skos:exactMatch eli:LegalValue-definitive ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:DemoAlbum a schema:MusicAlbumProductionType ; + rdfs:label "DemoAlbum" ; + rdfs:comment "DemoAlbum." ; + schema:contributor . + +schema:DemoGameAvailability a schema:GameAvailabilityEnumeration ; + rdfs:label "DemoGameAvailability" ; + rdfs:comment "Indicates demo game availability, i.e. a somehow limited demonstration of the full game." ; + schema:isPartOf ; + schema:source . + +schema:Dentistry a schema:MedicalSpecialty ; + rdfs:label "Dentistry" ; + rdfs:comment "A branch of medicine that is involved in the dental care." ; + schema:isPartOf . + +schema:Dermatologic a schema:MedicalSpecialty ; + rdfs:label "Dermatologic" ; + rdfs:comment "Something relating to or practicing dermatology." ; + schema:isPartOf ; + schema:supersededBy schema:Dermatology . + +schema:DesktopWebPlatform a schema:DigitalPlatformEnumeration ; + rdfs:label "DesktopWebPlatform" ; + rdfs:comment "Represents the broad notion of 'desktop' browsers as a Web Platform." ; + schema:isPartOf ; + schema:source . + +schema:DiabeticDiet a schema:RestrictedDiet ; + rdfs:label "DiabeticDiet" ; + rdfs:comment "A diet appropriate for people with diabetes." . + +schema:Diagnostic a schema:MedicalDevicePurpose ; + rdfs:label "Diagnostic" ; + rdfs:comment "A medical device used for diagnostic purposes." ; + schema:isPartOf . + +schema:DietNutrition a schema:MedicalSpecialty ; + rdfs:label "DietNutrition" ; + rdfs:comment "Dietetics and nutrition as a medical specialty." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:DigitalArtDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "DigitalArtDigitalSource" ; + rdfs:comment "Content coded as 'digital art' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:DigitalAudioTapeFormat a schema:MusicReleaseFormatType ; + rdfs:label "DigitalAudioTapeFormat" ; + rdfs:comment "DigitalAudioTapeFormat." ; + schema:contributor . + +schema:DigitalCaptureDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "DigitalCaptureDigitalSource" ; + rdfs:comment "Content coded as 'digital capture' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:DigitalFormat a schema:MusicReleaseFormatType ; + rdfs:label "DigitalFormat" ; + rdfs:comment "DigitalFormat." ; + schema:contributor . + +schema:DirectDebit a schema:PaymentMethodType ; + rdfs:label "DirectDebit" ; + rdfs:comment "Payment in advance by direct debit from the bank, equivalent to http://purl.org/goodrelations/v1#DirectDebit." . + +schema:DisabilitySupport a schema:GovernmentBenefitsType ; + rdfs:label "DisabilitySupport" ; + rdfs:comment "DisabilitySupport: this is a benefit for disability support." ; + schema:isPartOf ; + schema:source . + +schema:Discontinued a schema:ItemAvailability ; + rdfs:label "Discontinued" ; + rdfs:comment "Indicates that the item has been discontinued." . + +schema:DistanceFee a schema:PriceComponentTypeEnumeration ; + rdfs:label "DistanceFee" ; + rdfs:comment "Represents the distance fee (e.g., price per km or mile) part of the total price for an offered product, for example a car rental." ; + schema:isPartOf ; + schema:source . + +schema:DoubleBlindedTrial a schema:MedicalTrialDesign ; + rdfs:label "DoubleBlindedTrial" ; + rdfs:comment "A trial design in which neither the researcher nor the patient knows the details of the treatment the patient was randomly assigned to." ; + schema:isPartOf . + +schema:Downpayment a schema:PriceComponentTypeEnumeration ; + rdfs:label "Downpayment" ; + rdfs:comment "Represents the downpayment (up-front payment) price component of the total price for an offered product that has additional installment payments." ; + schema:isPartOf ; + schema:source . + +schema:DrivingSchoolVehicleUsage a schema:CarUsageType ; + rdfs:label "DrivingSchoolVehicleUsage" ; + rdfs:comment "Indicates the usage of the vehicle for driving school." ; + schema:contributor ; + schema:isPartOf . + +schema:EBook a schema:BookFormatType ; + rdfs:label "EBook" ; + rdfs:comment "Book format: Ebook." . + +schema:EPRelease a schema:MusicAlbumReleaseType ; + rdfs:label "EPRelease" ; + rdfs:comment "EPRelease." ; + schema:contributor . + +schema:EUEnergyEfficiencyCategoryA a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryA" ; + rdfs:comment "Represents EU Energy Efficiency Class A as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryA1Plus a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryA1Plus" ; + rdfs:comment "Represents EU Energy Efficiency Class A+ as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryA2Plus a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryA2Plus" ; + rdfs:comment "Represents EU Energy Efficiency Class A++ as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryA3Plus a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryA3Plus" ; + rdfs:comment "Represents EU Energy Efficiency Class A+++ as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryB a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryB" ; + rdfs:comment "Represents EU Energy Efficiency Class B as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryC a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryC" ; + rdfs:comment "Represents EU Energy Efficiency Class C as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryD a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryD" ; + rdfs:comment "Represents EU Energy Efficiency Class D as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryE a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryE" ; + rdfs:comment "Represents EU Energy Efficiency Class E as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryF a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryF" ; + rdfs:comment "Represents EU Energy Efficiency Class F as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:EUEnergyEfficiencyCategoryG a schema:EUEnergyEfficiencyEnumeration ; + rdfs:label "EUEnergyEfficiencyCategoryG" ; + rdfs:comment "Represents EU Energy Efficiency Class G as defined in EU energy labeling regulations." ; + schema:isPartOf ; + schema:source . + +schema:Ear a schema:PhysicalExam ; + rdfs:label "Ear" ; + rdfs:comment "Ear function assessment with clinical examination." ; + schema:isPartOf . + +schema:EditedOrCroppedContent a schema:MediaManipulationRatingEnumeration ; + rdfs:label "EditedOrCroppedContent" ; + rdfs:comment """Content coded 'edited or cropped content' in a [[MediaReview]], considered in the context of how it was published or shared. + +For a [[VideoObject]] to be 'edited or cropped content': The video has been edited or rearranged. This category applies to time edits, including editing multiple videos together to alter the story being told or editing out large portions from a video. + +For an [[ImageObject]] to be 'edited or cropped content': Presenting a part of an image from a larger whole to mislead the viewer. + +For an [[ImageObject]] with embedded text to be 'edited or cropped content': Presenting a part of an image from a larger whole to mislead the viewer. + +For an [[AudioObject]] to be 'edited or cropped content': The audio has been edited or rearranged. This category applies to time edits, including editing multiple audio clips together to alter the story being told or editing out large portions from the recording. +""" ; + schema:isPartOf ; + schema:source . + +schema:EffectivenessHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "EffectivenessHealthAspect" ; + rdfs:comment "Content about the effectiveness-related aspects of a health topic." ; + schema:isPartOf ; + schema:source . + +schema:Emergency a schema:MedicalSpecialty ; + rdfs:label "Emergency" ; + rdfs:comment "A specific branch of medical science that deals with the evaluation and initial treatment of medical conditions caused by trauma or sudden illness." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:Endocrine a schema:MedicalSpecialty ; + rdfs:label "Endocrine" ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of endocrine glands and their secretions." ; + schema:isPartOf . + +schema:EnergyStarCertified a schema:EnergyStarEnergyEfficiencyEnumeration ; + rdfs:label "EnergyStarCertified" ; + rdfs:comment "Represents EnergyStar certification." ; + schema:isPartOf ; + schema:source . + +schema:EnrollingByInvitation a schema:MedicalStudyStatus ; + rdfs:label "EnrollingByInvitation" ; + rdfs:comment "Enrolling participants by invitation only." ; + schema:isPartOf . + +schema:EventCancelled a schema:EventStatusType ; + rdfs:label "EventCancelled" ; + rdfs:comment "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s)." . + +schema:EventMovedOnline a schema:EventStatusType ; + rdfs:label "EventMovedOnline" ; + rdfs:comment "Indicates that the event was changed to allow online participation. See [[eventAttendanceMode]] for specifics of whether it is now fully or partially online." . + +schema:EventPostponed a schema:EventStatusType ; + rdfs:label "EventPostponed" ; + rdfs:comment "The event has been postponed and no new date has been set. The event's previousStartDate should be set." . + +schema:EventRescheduled a schema:EventStatusType ; + rdfs:label "EventRescheduled" ; + rdfs:comment "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated.)" . + +schema:EventScheduled a schema:EventStatusType ; + rdfs:label "EventScheduled" ; + rdfs:comment "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default." . + +schema:EvidenceLevelA a schema:MedicalEvidenceLevel ; + rdfs:label "EvidenceLevelA" ; + rdfs:comment "Data derived from multiple randomized clinical trials or meta-analyses." ; + schema:isPartOf . + +schema:EvidenceLevelB a schema:MedicalEvidenceLevel ; + rdfs:label "EvidenceLevelB" ; + rdfs:comment "Data derived from a single randomized trial, or nonrandomized studies." ; + schema:isPartOf . + +schema:EvidenceLevelC a schema:MedicalEvidenceLevel ; + rdfs:label "EvidenceLevelC" ; + rdfs:comment "Only consensus opinion of experts, case studies, or standard-of-care." ; + schema:isPartOf . + +schema:ExampleMeasurementMethodEnum a schema:MeasurementMethodEnum ; + rdfs:label "ExampleMeasurementMethodEnum" ; + rdfs:comment "An example [[MeasurementMethodEnum]] (to remove when real enums are added)." ; + schema:isPartOf ; + schema:source . + +schema:ExchangeRefund a schema:RefundTypeEnumeration ; + rdfs:label "ExchangeRefund" ; + rdfs:comment "Specifies that a refund can be done as an exchange for the same product." ; + schema:isPartOf ; + schema:source . + +schema:Eye a schema:PhysicalExam ; + rdfs:label "Eye" ; + rdfs:comment "Eye or ophthalmological function assessment with clinical examination." ; + schema:isPartOf . + +schema:FDAcategoryA a schema:DrugPregnancyCategory ; + rdfs:label "FDAcategoryA" ; + rdfs:comment "A designation by the US FDA signifying that adequate and well-controlled studies have failed to demonstrate a risk to the fetus in the first trimester of pregnancy (and there is no evidence of risk in later trimesters)." ; + schema:isPartOf . + +schema:FDAcategoryB a schema:DrugPregnancyCategory ; + rdfs:label "FDAcategoryB" ; + rdfs:comment "A designation by the US FDA signifying that animal reproduction studies have failed to demonstrate a risk to the fetus and there are no adequate and well-controlled studies in pregnant women." ; + schema:isPartOf . + +schema:FDAcategoryC a schema:DrugPregnancyCategory ; + rdfs:label "FDAcategoryC" ; + rdfs:comment "A designation by the US FDA signifying that animal reproduction studies have shown an adverse effect on the fetus and there are no adequate and well-controlled studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks." ; + schema:isPartOf . + +schema:FDAcategoryD a schema:DrugPregnancyCategory ; + rdfs:label "FDAcategoryD" ; + rdfs:comment "A designation by the US FDA signifying that there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience or studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks." ; + schema:isPartOf . + +schema:FDAcategoryX a schema:DrugPregnancyCategory ; + rdfs:label "FDAcategoryX" ; + rdfs:comment "A designation by the US FDA signifying that studies in animals or humans have demonstrated fetal abnormalities and/or there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience, and the risks involved in use of the drug in pregnant women clearly outweigh potential benefits." ; + schema:isPartOf . + +schema:FDAnotEvaluated a schema:DrugPregnancyCategory ; + rdfs:label "FDAnotEvaluated" ; + rdfs:comment "A designation that the drug in question has not been assigned a pregnancy category designation by the US FDA." ; + schema:isPartOf . + +schema:FailedActionStatus a schema:ActionStatusType ; + rdfs:label "FailedActionStatus" ; + rdfs:comment "An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure." . + +schema:False a schema:Boolean ; + rdfs:label "False" ; + rdfs:comment "The boolean value false." . + +schema:Female a schema:GenderType ; + rdfs:label "Female" ; + rdfs:comment "The female gender." . + +schema:Flexibility a schema:PhysicalActivityCategory ; + rdfs:label "Flexibility" ; + rdfs:comment "Physical activity that is engaged in to improve joint and muscle flexibility." ; + schema:isPartOf . + +schema:FourWheelDriveConfiguration a schema:DriveWheelConfigurationValue ; + rdfs:label "FourWheelDriveConfiguration" ; + rdfs:comment "Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability." ; + schema:contributor . + +schema:FreeReturn a schema:ReturnFeesEnumeration ; + rdfs:label "FreeReturn" ; + rdfs:comment "Specifies that product returns are free of charge for the customer." ; + schema:isPartOf ; + schema:source . + +schema:Friday a schema:DayOfWeek ; + rdfs:label "Friday" ; + rdfs:comment "The day of the week between Thursday and Saturday." ; + schema:sameAs . + +schema:FrontWheelDriveConfiguration a schema:DriveWheelConfigurationValue ; + rdfs:label "FrontWheelDriveConfiguration" ; + rdfs:comment "Front-wheel drive is a transmission layout where the engine drives the front wheels." ; + schema:contributor . + +schema:FulfillmentTypeCollectionPoint a schema:FulfillmentTypeEnumeration ; + rdfs:label "FulfillmentTypeCollectionPoint" ; + rdfs:comment "Fulfillment to a collection point location." ; + schema:isPartOf ; + schema:source . + +schema:FulfillmentTypeDelivery a schema:FulfillmentTypeEnumeration ; + rdfs:label "FulfillmentTypeDelivery" ; + rdfs:comment "Fulfillment to a customer selected address." ; + schema:isPartOf ; + schema:source . + +schema:FulfillmentTypePickupDropoff a schema:FulfillmentTypeEnumeration ; + rdfs:label "FulfillmentTypePickupDropoff" ; + rdfs:comment "Fulfillment through pick-up drop-off locations." ; + schema:isPartOf ; + schema:source . + +schema:FulfillmentTypePickupInStore a schema:FulfillmentTypeEnumeration ; + rdfs:label "FulfillmentTypePickupInStore" ; + rdfs:comment "Fulfillment through pick-up in a store." ; + schema:isPartOf ; + schema:source . + +schema:FulfillmentTypeScheduledDelivery a schema:FulfillmentTypeEnumeration ; + rdfs:label "FulfillmentTypeScheduledDelivery" ; + rdfs:comment "Fulfillment to a customer selected address after scheduling with the customer." ; + schema:isPartOf ; + schema:source . + +schema:FullGameAvailability a schema:GameAvailabilityEnumeration ; + rdfs:label "FullGameAvailability" ; + rdfs:comment "Indicates full game availability." ; + schema:isPartOf ; + schema:source . + +schema:FullRefund a schema:RefundTypeEnumeration ; + rdfs:label "FullRefund" ; + rdfs:comment "Specifies that a refund can be done in the full amount the customer paid for the product." ; + schema:isPartOf ; + schema:source . + +schema:Fungus a schema:InfectiousAgentClass ; + rdfs:label "Fungus" ; + rdfs:comment "Pathogenic fungus." ; + schema:isPartOf . + +schema:Gastroenterologic a schema:MedicalSpecialty ; + rdfs:label "Gastroenterologic" ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of digestive system." ; + schema:isPartOf . + +schema:GenericWebPlatform a schema:DigitalPlatformEnumeration ; + rdfs:label "GenericWebPlatform" ; + rdfs:comment "Represents the generic notion of the Web Platform. More specific codes include [[MobileWebPlatform]] and [[DesktopWebPlatform]], as an incomplete list. " ; + schema:isPartOf ; + schema:source . + +schema:Genetic a schema:MedicalSpecialty ; + rdfs:label "Genetic" ; + rdfs:comment "A specific branch of medical science that pertains to hereditary transmission and the variation of inherited characteristics and disorders." ; + schema:isPartOf . + +schema:Genitourinary a schema:PhysicalExam ; + rdfs:label "Genitourinary" ; + rdfs:comment "Genitourinary system function assessment with clinical examination." ; + schema:isPartOf . + +schema:Geriatric a schema:MedicalSpecialty ; + rdfs:label "Geriatric" ; + rdfs:comment "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases, debilities and provision of care to the aged." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:GettingAccessHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "GettingAccessHealthAspect" ; + rdfs:comment "Content that discusses practical and policy aspects for getting access to specific kinds of healthcare (e.g. distribution mechanisms for vaccines)." ; + schema:isPartOf ; + schema:source . + +schema:GlutenFreeDiet a schema:RestrictedDiet ; + rdfs:label "GlutenFreeDiet" ; + rdfs:comment "A diet exclusive of gluten." . + +schema:GraphicNovel a schema:BookFormatType ; + rdfs:label "GraphicNovel" ; + rdfs:comment """This type is deprecated: GraphicNovel does not fit the BookFormatType enumeration, as it can appear in multiple formats (e.g., Hardcover, eBook). It is not mutually exclusive and therefore deprecated. Use standard BookFormatType values instead in combination with the SequentialArt. + +Book format: GraphicNovel. May represent a bound collection of ComicIssue instances.""" ; + schema:isPartOf . + +schema:GroupBoardingPolicy a schema:BoardingPolicyType ; + rdfs:label "GroupBoardingPolicy" ; + rdfs:comment "The airline boards by groups based on check-in time, priority, etc." . + +schema:Gynecologic a schema:MedicalSpecialty ; + rdfs:label "Gynecologic" ; + rdfs:comment "A specific branch of medical science that pertains to the health care of women, particularly in the diagnosis and treatment of disorders affecting the female reproductive system." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:HalalDiet a schema:RestrictedDiet ; + rdfs:label "HalalDiet" ; + rdfs:comment "A diet conforming to Islamic dietary practices." . + +schema:Hardcover a schema:BookFormatType ; + rdfs:label "Hardcover" ; + rdfs:comment "A durable, archival-quality book featuring a rigid protective shell made of heavy board wrapped in cloth or paper, designed to withstand heavy use and preservation on a shelf." . + +schema:Head a schema:PhysicalExam ; + rdfs:label "Head" ; + rdfs:comment "Head assessment with clinical examination." ; + schema:isPartOf . + +schema:HealthCare a schema:GovernmentBenefitsType ; + rdfs:label "HealthCare" ; + rdfs:comment "HealthCare: this is a benefit for health care." ; + schema:isPartOf ; + schema:source . + +schema:HealthcareConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "HealthcareConsideration" ; + rdfs:comment "Item is a pharmaceutical (e.g., a prescription or OTC drug) or a restricted medical device." ; + schema:isPartOf ; + schema:source . + +schema:HearingImpairedSupported a schema:ContactPointOption ; + rdfs:label "HearingImpairedSupported" ; + rdfs:comment "Uses devices to support users with hearing impairments." . + +schema:Hematologic a schema:MedicalSpecialty ; + rdfs:label "Hematologic" ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of blood and blood producing organs." ; + schema:isPartOf . + +schema:HinduDiet a schema:RestrictedDiet ; + rdfs:label "HinduDiet" ; + rdfs:comment "A diet conforming to Hindu dietary practices, in particular, beef-free." . + +schema:Homeopathic a schema:MedicineSystem ; + rdfs:label "Homeopathic" ; + rdfs:comment "A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people." ; + schema:isPartOf . + +schema:HowItWorksHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "HowItWorksHealthAspect" ; + rdfs:comment "Content that discusses and explains how a particular health-related topic works, e.g. in terms of mechanisms and underlying science." ; + schema:isPartOf ; + schema:source . + +schema:HowOrWhereHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "HowOrWhereHealthAspect" ; + rdfs:comment "Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed." ; + schema:isPartOf ; + schema:source . + +schema:IOSPlatform a schema:DigitalPlatformEnumeration ; + rdfs:label "IOSPlatform" ; + rdfs:comment "Represents the broad notion of iOS-based operating systems." ; + schema:isPartOf ; + schema:source . + +schema:ITCooperativeCharity a schema:ITNonprofitType ; + rdfs:label "ITCooperativeCharity" ; + rdfs:comment "ITCooperativeCharity: Non-profit type referring to Cooperatives with charitable missions (Ital. Cooperativa Sociale) according to Italian Law 112 of 2017." ; + schema:isPartOf ; + schema:source . + +schema:ITMutualAidCharity a schema:ITNonprofitType ; + rdfs:label "ITMutualAidCharity" ; + rdfs:comment "ITMutualAidCharity: Non-profit type referring to associations providing financial aid to people need (Ital. Società di mutuo soccorso or SOMS) according to Italian Law 3818 of 1886." ; + schema:isPartOf ; + schema:source . + +schema:ITSocialCompanyCharity a schema:ITNonprofitType ; + rdfs:label "ITSocialCompanyCharity" ; + rdfs:comment "ITSocialCompanyCharity: Non-profit type referring to companies with charitable missions (Ital. Imprese Sociali or IS) according to Italian Law 112 of 2017." ; + schema:isPartOf ; + schema:source . + +schema:ITSocialPromotionCharity a schema:ITNonprofitType ; + rdfs:label "ITSocialPromotionCharity" ; + rdfs:comment "ITSocialPromotionCharity: Non-profit type referring to associations promoting charitable causes (Ital. Associazioni di promozione sociale or APS) according to Italian Law 383 of 2000." ; + schema:isPartOf ; + schema:source . + +schema:ITSportCompanyCharity a schema:ITNonprofitType ; + rdfs:label "ITSportCompanyCharity" ; + rdfs:comment "ITSportCompanyCharity: Non-profit type referring to Companies that organize sports activities for the public or inscribed members (Ital. Società Sportiva Dilettantistica or SSD) according to Italian Law 289 of 2002." ; + schema:isPartOf ; + schema:source . + +schema:ITVolunteerAssociationCharity a schema:ITNonprofitType ; + rdfs:label "ITVolunteerAssociationCharity" ; + rdfs:comment "ITVolunteerAssociationCharity: Non-profit type referring to associations organising charitable volunteer activities (Ital. Organizzazioni di volontariato or ODV) according to Italian Law 266 of 1991." ; + schema:isPartOf ; + schema:source . + +schema:InForce a schema:LegalForceStatus ; + rdfs:label "InForce" ; + rdfs:comment "Indicates that a legislation is in force." ; + skos:exactMatch eli:InForce-inForce ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:InStock a schema:ItemAvailability ; + rdfs:label "InStock" ; + rdfs:comment "Indicates that the item is in stock." . + +schema:InStoreOnly a schema:ItemAvailability ; + rdfs:label "InStoreOnly" ; + rdfs:comment "Indicates that the item is available only at physical locations." . + +schema:InStorePrepay a schema:PaymentMethodType ; + rdfs:label "InStorePrepay" ; + rdfs:comment "Payment in advance in some form of shop or kiosk for goods purchased online." . + +schema:IncentiveQualifiedExpenseTypeGoodsOnly a schema:IncentiveQualifiedExpenseType ; + rdfs:label "IncentiveQualifiedExpenseTypeGoodsOnly" ; + rdfs:comment "This incentive applies to goods only." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveQualifiedExpenseTypeGoodsOrServices a schema:IncentiveQualifiedExpenseType ; + rdfs:label "IncentiveQualifiedExpenseTypeGoodsOrServices" ; + rdfs:comment "This incentive can apply to either goods or services (or both)." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveQualifiedExpenseTypeServicesOnly a schema:IncentiveQualifiedExpenseType ; + rdfs:label "IncentiveQualifiedExpenseTypeServicesOnly" ; + rdfs:comment "This incentive applies to services only." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveQualifiedExpenseTypeUtilityBill a schema:IncentiveQualifiedExpenseType ; + rdfs:label "IncentiveQualifiedExpenseTypeUtilityBill" ; + rdfs:comment "This incentive applies to utility bills." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveStatusActive a schema:IncentiveStatus ; + rdfs:label "IncentiveStatusActive" ; + rdfs:comment "This incentive is currently active." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveStatusInDevelopment a schema:IncentiveStatus ; + rdfs:label "IncentiveStatusInDevelopment" ; + rdfs:comment "This incentive is currently being developed, and may become active/retired in the future." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveStatusOnHold a schema:IncentiveStatus ; + rdfs:label "IncentiveStatusOnHold" ; + rdfs:comment "This incentive is currently active, but may not be accepting new applicants (e.g. max number of redemptions reached for a year)" ; + schema:isPartOf ; + schema:source . + +schema:IncentiveStatusRetired a schema:IncentiveStatus ; + rdfs:label "IncentiveStatusRetired" ; + rdfs:comment "This incentive is not longer available." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveTypeLoan a schema:IncentiveType ; + rdfs:label "IncentiveTypeLoan" ; + rdfs:comment "An incentive where the recipient can receive additional funding for the purchase/lease of the good/service, which must be paid back." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveTypeRebateOrSubsidy a schema:IncentiveType ; + rdfs:label "IncentiveTypeRebateOrSubsidy" ; + rdfs:comment "An incentive that reduces the purchase/lease cost of the good/service in question." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveTypeTaxCredit a schema:IncentiveType ; + rdfs:label "IncentiveTypeTaxCredit" ; + rdfs:comment "An incentive that directly reduces the amount of tax owed by the recipient." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveTypeTaxDeduction a schema:IncentiveType ; + rdfs:label "IncentiveTypeTaxDeduction" ; + rdfs:comment "An incentive that reduces the recipient's amount of taxable income." ; + schema:isPartOf ; + schema:source . + +schema:IncentiveTypeTaxWaiver a schema:IncentiveType ; + rdfs:label "IncentiveTypeTaxWaiver" ; + rdfs:comment "An incentive that reduces/exempts the recipient from taxation applicable to the incentivized good/service (e.g. luxury taxes, registration taxes, circulation tax)." ; + schema:isPartOf ; + schema:source . + +schema:Infectious a schema:MedicalSpecialty ; + rdfs:label "Infectious" ; + rdfs:comment "Something in medical science that pertains to infectious diseases, i.e. caused by bacterial, viral, fungal or parasitic infections." ; + schema:isPartOf . + +schema:IngredientsHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "IngredientsHealthAspect" ; + rdfs:comment "Content discussing ingredients-related aspects of a health topic." ; + schema:isPartOf ; + schema:source . + +schema:Installment a schema:PriceComponentTypeEnumeration ; + rdfs:label "Installment" ; + rdfs:comment "Represents the installment pricing component of the total price for an offered product." ; + schema:isPartOf ; + schema:source . + +schema:InternationalTrial a schema:MedicalTrialDesign ; + rdfs:label "InternationalTrial" ; + rdfs:comment "An international trial." ; + schema:isPartOf . + +schema:InvoicePrice a schema:PriceTypeEnumeration ; + rdfs:label "InvoicePrice" ; + rdfs:comment "Represents the invoice price of an offered product." ; + schema:isPartOf ; + schema:source . + +schema:ItemListOrderAscending a schema:ItemListOrderType ; + rdfs:label "ItemListOrderAscending" ; + rdfs:comment "An ItemList ordered with lower values listed first." . + +schema:ItemListOrderDescending a schema:ItemListOrderType ; + rdfs:label "ItemListOrderDescending" ; + rdfs:comment "An ItemList ordered with higher values listed first." . + +schema:ItemListUnordered a schema:ItemListOrderType ; + rdfs:label "ItemListUnordered" ; + rdfs:comment "An ItemList ordered with no explicit order." . + +schema:KeepProduct a schema:ReturnMethodEnumeration ; + rdfs:label "KeepProduct" ; + rdfs:comment "Specifies that the consumer can keep the product, even when receiving a refund or store credit." ; + schema:isPartOf ; + schema:source . + +schema:KosherDiet a schema:RestrictedDiet ; + rdfs:label "KosherDiet" ; + rdfs:comment "A diet conforming to Jewish dietary practices." . + +schema:LaboratoryScience a schema:MedicalSpecialty ; + rdfs:label "LaboratoryScience" ; + rdfs:comment "A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research." ; + schema:isPartOf . + +schema:LaserDiscFormat a schema:MusicReleaseFormatType ; + rdfs:label "LaserDiscFormat" ; + rdfs:comment "LaserDiscFormat." ; + schema:contributor . + +schema:LeftHandDriving a schema:SteeringPositionValue ; + rdfs:label "LeftHandDriving" ; + rdfs:comment "The steering position is on the left side of the vehicle (viewed from the main direction of driving)." ; + schema:contributor . + +schema:LeisureTimeActivity a schema:PhysicalActivityCategory ; + rdfs:label "LeisureTimeActivity" ; + rdfs:comment "Any physical activity engaged in for recreational purposes. Examples may include ballroom dancing, roller skating, canoeing, fishing, etc." ; + schema:isPartOf . + +schema:LimitedAvailability a schema:ItemAvailability ; + rdfs:label "LimitedAvailability" ; + rdfs:comment "Indicates that the item has limited availability." . + +schema:LimitedByGuaranteeCharity a schema:UKNonprofitType ; + rdfs:label "LimitedByGuaranteeCharity" ; + rdfs:comment "LimitedByGuaranteeCharity: Non-profit type referring to a charitable company that is limited by guarantee (UK)." ; + schema:isPartOf ; + schema:source . + +schema:ListPrice a schema:PriceTypeEnumeration ; + rdfs:label "ListPrice" ; + rdfs:comment "Represents the list price of an offered product. Typically the same as the [MSRP](https://schema.org/MSRP)." ; + schema:isPartOf ; + schema:source . + +schema:LiveAlbum a schema:MusicAlbumProductionType ; + rdfs:label "LiveAlbum" ; + rdfs:comment "LiveAlbum." ; + schema:contributor . + +schema:LivingWithHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "LivingWithHealthAspect" ; + rdfs:comment "Information about coping or life related to the topic." ; + schema:isPartOf ; + schema:source . + +schema:LockerDelivery a schema:DeliveryMethod ; + rdfs:label "LockerDelivery" ; + rdfs:comment "A DeliveryMethod in which an item is made available via locker." . + +schema:Longitudinal a schema:MedicalObservationalStudyDesign ; + rdfs:label "Longitudinal" ; + rdfs:comment "Unlike cross-sectional studies, longitudinal studies track the same people, and therefore the differences observed in those people are less likely to be the result of cultural differences across generations. Longitudinal studies are also used in medicine to uncover predictors of certain diseases." ; + schema:isPartOf . + +schema:LowCalorieDiet a schema:RestrictedDiet ; + rdfs:label "LowCalorieDiet" ; + rdfs:comment "A diet focused on reduced calorie intake." . + +schema:LowFatDiet a schema:RestrictedDiet ; + rdfs:label "LowFatDiet" ; + rdfs:comment "A diet focused on reduced fat and cholesterol intake." . + +schema:LowLactoseDiet a schema:RestrictedDiet ; + rdfs:label "LowLactoseDiet" ; + rdfs:comment "A diet appropriate for people with lactose intolerance." . + +schema:LowSaltDiet a schema:RestrictedDiet ; + rdfs:label "LowSaltDiet" ; + rdfs:comment "A diet focused on reduced sodium intake." . + +schema:Lung a schema:PhysicalExam ; + rdfs:label "Lung" ; + rdfs:comment "Lung and respiratory system clinical examination." ; + schema:isPartOf . + +schema:MRI a schema:MedicalImagingTechnique ; + rdfs:label "MRI" ; + rdfs:comment "Magnetic resonance imaging." ; + schema:isPartOf . + +schema:MSRP a schema:PriceTypeEnumeration ; + rdfs:label "MSRP" ; + rdfs:comment "Represents the manufacturer suggested retail price (\"MSRP\") of an offered product." ; + schema:isPartOf ; + schema:source . + +schema:MadeToOrder a schema:ItemAvailability ; + rdfs:label "MadeToOrder" ; + rdfs:comment "Indicates that the item is made to order (custom made)." . + +schema:Male a schema:GenderType ; + rdfs:label "Male" ; + rdfs:comment "The male gender." . + +schema:MayTreatHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "MayTreatHealthAspect" ; + rdfs:comment "Related topics may be treated by a Topic." ; + schema:isPartOf ; + schema:source . + +schema:MedicalResearcher a schema:MedicalAudienceType ; + rdfs:label "MedicalResearcher" ; + rdfs:comment "Medical researchers." ; + schema:isPartOf . + +schema:MerchantReturnFiniteReturnWindow a schema:MerchantReturnEnumeration ; + rdfs:label "MerchantReturnFiniteReturnWindow" ; + rdfs:comment "Specifies that there is a finite window for product returns." ; + schema:isPartOf ; + schema:source . + +schema:MerchantReturnNotPermitted a schema:MerchantReturnEnumeration ; + rdfs:label "MerchantReturnNotPermitted" ; + rdfs:comment "Specifies that product returns are not permitted." ; + schema:isPartOf ; + schema:source . + +schema:MerchantReturnUnlimitedWindow a schema:MerchantReturnEnumeration ; + rdfs:label "MerchantReturnUnlimitedWindow" ; + rdfs:comment "Specifies that there is an unlimited window for product returns." ; + schema:isPartOf ; + schema:source . + +schema:MerchantReturnUnspecified a schema:MerchantReturnEnumeration ; + rdfs:label "MerchantReturnUnspecified" ; + rdfs:comment "Specifies that a product return policy is not provided." ; + schema:isPartOf ; + schema:source . + +schema:Midwifery a schema:MedicalSpecialty ; + rdfs:label "Midwifery" ; + rdfs:comment "A nurse-like health profession that deals with pregnancy, childbirth, and the postpartum period (including care of the newborn), besides sexual and reproductive health of women throughout their lives." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:MinimumAdvertisedPrice a schema:PriceTypeEnumeration ; + rdfs:label "MinimumAdvertisedPrice" ; + rdfs:comment "Represents the minimum advertised price (\"MAP\") (as dictated by the manufacturer) of an offered product." ; + schema:isPartOf ; + schema:source . + +schema:MinorHumanEditsDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "MinorHumanEditsDigitalSource" ; + rdfs:comment "Content coded as 'minor human edits' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:MisconceptionsHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "MisconceptionsHealthAspect" ; + rdfs:comment "Content about common misconceptions and myths that are related to a topic." ; + schema:isPartOf ; + schema:source . + +schema:MixedEventAttendanceMode a schema:EventAttendanceModeEnumeration ; + rdfs:label "MixedEventAttendanceMode" ; + rdfs:comment "MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes." ; + schema:isPartOf ; + schema:source . + +schema:MixtapeAlbum a schema:MusicAlbumProductionType ; + rdfs:label "MixtapeAlbum" ; + rdfs:comment "MixtapeAlbum." ; + schema:contributor . + +schema:MobileWebPlatform a schema:DigitalPlatformEnumeration ; + rdfs:label "MobileWebPlatform" ; + rdfs:comment "Represents the broad notion of 'mobile' browsers as a Web Platform." ; + schema:isPartOf ; + schema:source . + +schema:Monday a schema:DayOfWeek ; + rdfs:label "Monday" ; + rdfs:comment "The day of the week between Sunday and Tuesday." ; + schema:sameAs . + +schema:MultiCenterTrial a schema:MedicalTrialDesign ; + rdfs:label "MultiCenterTrial" ; + rdfs:comment "A trial that takes place at multiple centers." ; + schema:isPartOf . + +schema:MultiFrameComputationalCaptureDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "MultiFrameComputationalCaptureDigitalSource" ; + rdfs:comment "Content coded as 'algorithmic media' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:MultiPlayer a schema:GamePlayMode ; + rdfs:label "MultiPlayer" ; + rdfs:comment "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously." . + +schema:MulticellularParasite a schema:InfectiousAgentClass ; + rdfs:label "MulticellularParasite" ; + rdfs:comment "Multicellular parasite that causes an infection." ; + schema:isPartOf . + +schema:Musculoskeletal a schema:MedicalSpecialty ; + rdfs:label "Musculoskeletal" ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of muscles, ligaments and skeletal system." ; + schema:isPartOf . + +schema:MusculoskeletalExam a schema:PhysicalExam ; + rdfs:label "MusculoskeletalExam" ; + rdfs:comment "Musculoskeletal system clinical examination." ; + schema:isPartOf . + +schema:NarcoticConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "NarcoticConsideration" ; + rdfs:comment "Item is a narcotic as defined by the [1961 UN convention](https://www.incb.org/incb/en/narcotic-drugs/Yellowlist/yellow-list.html), for example marijuana or heroin." ; + schema:isPartOf ; + schema:source . + +schema:Neck a schema:PhysicalExam ; + rdfs:label "Neck" ; + rdfs:comment "Neck assessment with clinical examination." ; + schema:isPartOf . + +schema:NegativeFilmDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "NegativeFilmDigitalSource" ; + rdfs:comment "Content coded as 'negative film' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:Neuro a schema:PhysicalExam ; + rdfs:label "Neuro" ; + rdfs:comment "Neurological system clinical examination." ; + schema:isPartOf . + +schema:Neurologic a schema:MedicalSpecialty ; + rdfs:label "Neurologic" ; + rdfs:comment "A specific branch of medical science that studies the nerves and nervous system and its respective disease states." ; + schema:isPartOf . + +schema:NewCondition a schema:OfferItemCondition ; + rdfs:label "NewCondition" ; + rdfs:comment "Indicates that the item is new." . + +schema:NoninvasiveProcedure a schema:MedicalProcedureType ; + rdfs:label "NoninvasiveProcedure" ; + rdfs:comment "A type of medical procedure that involves noninvasive techniques." ; + schema:isPartOf . + +schema:Nonprofit501a a schema:USNonprofitType ; + rdfs:label "Nonprofit501a" ; + rdfs:comment "Nonprofit501a: Non-profit type referring to Farmers’ Cooperative Associations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c1 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c1" ; + rdfs:comment "Nonprofit501c1: Non-profit type referring to Corporations Organized Under Act of Congress, including Federal Credit Unions and National Farm Loan Associations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c10 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c10" ; + rdfs:comment "Nonprofit501c10: Non-profit type referring to Domestic Fraternal Societies and Associations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c11 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c11" ; + rdfs:comment "Nonprofit501c11: Non-profit type referring to Teachers' Retirement Fund Associations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c12 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c12" ; + rdfs:comment "Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c13 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c13" ; + rdfs:comment "Nonprofit501c13: Non-profit type referring to Cemetery Companies." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c14 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c14" ; + rdfs:comment "Nonprofit501c14: Non-profit type referring to State-Chartered Credit Unions, Mutual Reserve Funds." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c15 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c15" ; + rdfs:comment "Nonprofit501c15: Non-profit type referring to Mutual Insurance Companies or Associations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c16 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c16" ; + rdfs:comment "Nonprofit501c16: Non-profit type referring to Cooperative Organizations to Finance Crop Operations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c17 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c17" ; + rdfs:comment "Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c18 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c18" ; + rdfs:comment "Nonprofit501c18: Non-profit type referring to Employee Funded Pension Trust (created before 25 June 1959)." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c19 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c19" ; + rdfs:comment "Nonprofit501c19: Non-profit type referring to Post or Organization of Past or Present Members of the Armed Forces." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c2 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c2" ; + rdfs:comment "Nonprofit501c2: Non-profit type referring to Title-holding Corporations for Exempt Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c20 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c20" ; + rdfs:comment "Nonprofit501c20: Non-profit type referring to Group Legal Services Plan Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c21 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c21" ; + rdfs:comment "Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c22 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c22" ; + rdfs:comment "Nonprofit501c22: Non-profit type referring to Withdrawal Liability Payment Funds." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c23 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c23" ; + rdfs:comment "Nonprofit501c23: Non-profit type referring to Veterans Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c24 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c24" ; + rdfs:comment "Nonprofit501c24: Non-profit type referring to Section 4049 ERISA Trusts." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c25 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c25" ; + rdfs:comment "Nonprofit501c25: Non-profit type referring to Real Property Title-Holding Corporations or Trusts with Multiple Parents." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c26 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c26" ; + rdfs:comment "Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c27 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c27" ; + rdfs:comment "Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c28 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c28" ; + rdfs:comment "Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c3 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c3" ; + rdfs:comment "Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, Fostering National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c4 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c4" ; + rdfs:comment "Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c5 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c5" ; + rdfs:comment "Nonprofit501c5: Non-profit type referring to Labor, Agricultural and Horticultural Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c6 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c6" ; + rdfs:comment "Nonprofit501c6: Non-profit type referring to Business Leagues, Chambers of Commerce, Real Estate Boards." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c7 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c7" ; + rdfs:comment "Nonprofit501c7: Non-profit type referring to Social and Recreational Clubs." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c8 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c8" ; + rdfs:comment "Nonprofit501c8: Non-profit type referring to Fraternal Beneficiary Societies and Associations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501c9 a schema:USNonprofitType ; + rdfs:label "Nonprofit501c9" ; + rdfs:comment "Nonprofit501c9: Non-profit type referring to Voluntary Employee Beneficiary Associations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501d a schema:USNonprofitType ; + rdfs:label "Nonprofit501d" ; + rdfs:comment "Nonprofit501d: Non-profit type referring to Religious and Apostolic Associations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501e a schema:USNonprofitType ; + rdfs:label "Nonprofit501e" ; + rdfs:comment "Nonprofit501e: Non-profit type referring to Cooperative Hospital Service Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501f a schema:USNonprofitType ; + rdfs:label "Nonprofit501f" ; + rdfs:comment "Nonprofit501f: Non-profit type referring to Cooperative Service Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501k a schema:USNonprofitType ; + rdfs:label "Nonprofit501k" ; + rdfs:comment "Nonprofit501k: Non-profit type referring to Child Care Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501n a schema:USNonprofitType ; + rdfs:label "Nonprofit501n" ; + rdfs:comment "Nonprofit501n: Non-profit type referring to Charitable Risk Pools." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit501q a schema:USNonprofitType ; + rdfs:label "Nonprofit501q" ; + rdfs:comment "Nonprofit501q: Non-profit type referring to Credit Counseling Organizations." ; + schema:isPartOf ; + schema:source . + +schema:Nonprofit527 a schema:USNonprofitType ; + rdfs:label "Nonprofit527" ; + rdfs:comment "Nonprofit527: Non-profit type referring to political organizations." ; + schema:isPartOf ; + schema:source . + +schema:NonprofitANBI a schema:NLNonprofitType ; + rdfs:label "NonprofitANBI" ; + rdfs:comment "NonprofitANBI: Non-profit type referring to a Public Benefit Organization (NL)." ; + schema:isPartOf ; + schema:source . + +schema:NonprofitSBBI a schema:NLNonprofitType ; + rdfs:label "NonprofitSBBI" ; + rdfs:comment "NonprofitSBBI: Non-profit type referring to a Social Interest Promoting Institution (NL)." ; + schema:isPartOf ; + schema:source . + +schema:Nose a schema:PhysicalExam ; + rdfs:label "Nose" ; + rdfs:comment "Nose function assessment with clinical examination." ; + schema:isPartOf . + +schema:NotInForce a schema:LegalForceStatus ; + rdfs:label "NotInForce" ; + rdfs:comment "Indicates that a legislation is currently not in force." ; + skos:exactMatch eli:InForce-notInForce ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:NotYetRecruiting a schema:MedicalStudyStatus ; + rdfs:label "NotYetRecruiting" ; + rdfs:comment "Not yet recruiting." ; + schema:isPartOf . + +schema:Nursing a schema:MedicalSpecialty ; + rdfs:label "Nursing" ; + rdfs:comment "A health profession of a person formally educated and trained in the care of the sick or infirm person." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:OTC a schema:DrugPrescriptionStatus ; + rdfs:label "OTC" ; + rdfs:comment "The character of a medical substance, typically a medicine, of being available over the counter or not." ; + schema:isPartOf . + +schema:Observational a schema:MedicalObservationalStudyDesign ; + rdfs:label "Observational" ; + rdfs:comment "An observational study design." ; + schema:isPartOf . + +schema:Obstetric a schema:MedicalSpecialty ; + rdfs:label "Obstetric" ; + rdfs:comment "A specific branch of medical science that specializes in the care of women during the prenatal and postnatal care and with the delivery of the child." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:OccupationalActivity a schema:PhysicalActivityCategory ; + rdfs:label "OccupationalActivity" ; + rdfs:comment "Any physical activity engaged in for job-related purposes. Examples may include waiting tables, maid service, carrying a mailbag, picking fruits or vegetables, construction work, etc." ; + schema:isPartOf . + +schema:OfficialLegalValue a schema:LegalValueLevel ; + rdfs:label "OfficialLegalValue" ; + rdfs:comment "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of a EU directive published by the EU Office of Publications)." ; + skos:exactMatch eli:LegalValue-official ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:OfflineEventAttendanceMode a schema:EventAttendanceModeEnumeration ; + rdfs:label "OfflineEventAttendanceMode" ; + rdfs:comment "OfflineEventAttendanceMode - an event that is primarily conducted offline. " ; + schema:isPartOf ; + schema:source . + +schema:OfflinePermanently a schema:GameServerStatus ; + rdfs:label "OfflinePermanently" ; + rdfs:comment "Game server status: OfflinePermanently. Server is offline and not available." . + +schema:OfflineTemporarily a schema:GameServerStatus ; + rdfs:label "OfflineTemporarily" ; + rdfs:comment "Game server status: OfflineTemporarily. Server is offline now but it can be online soon." . + +schema:OnSitePickup a schema:DeliveryMethod ; + rdfs:label "OnSitePickup" ; + rdfs:comment "A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office." . + +schema:Oncologic a schema:MedicalSpecialty ; + rdfs:label "Oncologic" ; + rdfs:comment "A specific branch of medical science that deals with benign and malignant tumors, including the study of their development, diagnosis, treatment and prevention." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:OneTimePayments a schema:GovernmentBenefitsType ; + rdfs:label "OneTimePayments" ; + rdfs:comment "OneTimePayments: this is a benefit for one-time payments for individuals." ; + schema:isPartOf ; + schema:source . + +schema:Online a schema:GameServerStatus ; + rdfs:label "Online" ; + rdfs:comment "Game server status: Online. Server is available." . + +schema:OnlineEventAttendanceMode a schema:EventAttendanceModeEnumeration ; + rdfs:label "OnlineEventAttendanceMode" ; + rdfs:comment "OnlineEventAttendanceMode - an event that is primarily conducted online. " ; + schema:isPartOf ; + schema:source . + +schema:OnlineFull a schema:GameServerStatus ; + rdfs:label "OnlineFull" ; + rdfs:comment "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached." . + +schema:OnlineOnly a schema:ItemAvailability ; + rdfs:label "OnlineOnly" ; + rdfs:comment "Indicates that the item is available only online." . + +schema:OpenTrial a schema:MedicalTrialDesign ; + rdfs:label "OpenTrial" ; + rdfs:comment "A trial design in which the researcher knows the full details of the treatment, and so does the patient." ; + schema:isPartOf . + +schema:Optometric a schema:MedicalSpecialty ; + rdfs:label "Optometric" ; + rdfs:comment "The science or practice of testing visual acuity and prescribing corrective lenses." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:OrderCancelled a schema:OrderStatus ; + rdfs:label "OrderCancelled" ; + rdfs:comment "OrderStatus representing cancellation of an order." . + +schema:OrderDelivered a schema:OrderStatus ; + rdfs:label "OrderDelivered" ; + rdfs:comment "OrderStatus representing successful delivery of an order." . + +schema:OrderInTransit a schema:OrderStatus ; + rdfs:label "OrderInTransit" ; + rdfs:comment "OrderStatus representing that an order is in transit." . + +schema:OrderPaymentDue a schema:OrderStatus ; + rdfs:label "OrderPaymentDue" ; + rdfs:comment "OrderStatus representing that payment is due on an order." . + +schema:OrderPickupAvailable a schema:OrderStatus ; + rdfs:label "OrderPickupAvailable" ; + rdfs:comment "OrderStatus representing availability of an order for pickup." . + +schema:OrderProblem a schema:OrderStatus ; + rdfs:label "OrderProblem" ; + rdfs:comment "OrderStatus representing that there is a problem with the order." . + +schema:OrderProcessing a schema:OrderStatus ; + rdfs:label "OrderProcessing" ; + rdfs:comment "OrderStatus representing that an order is being processed." . + +schema:OrderReturned a schema:OrderStatus ; + rdfs:label "OrderReturned" ; + rdfs:comment "OrderStatus representing that an order has been returned." . + +schema:OriginalMediaContent a schema:MediaManipulationRatingEnumeration ; + rdfs:label "OriginalMediaContent" ; + rdfs:comment """Content coded 'as original media content' in a [[MediaReview]], considered in the context of how it was published or shared. + +For a [[VideoObject]] to be 'original': No evidence the footage has been misleadingly altered or manipulated, though it may contain false or misleading claims. + +For an [[ImageObject]] to be 'original': No evidence the image has been misleadingly altered or manipulated, though it may still contain false or misleading claims. + +For an [[ImageObject]] with embedded text to be 'original': No evidence the image has been misleadingly altered or manipulated, though it may still contain false or misleading claims. + +For an [[AudioObject]] to be 'original': No evidence the audio has been misleadingly altered or manipulated, though it may contain false or misleading claims. +""" ; + schema:isPartOf ; + schema:source . + +schema:OriginalShippingFees a schema:ReturnFeesEnumeration ; + rdfs:label "OriginalShippingFees" ; + rdfs:comment "Specifies that the customer must pay the original shipping costs when returning a product." ; + schema:isPartOf ; + schema:source . + +schema:Osteopathic a schema:MedicineSystem ; + rdfs:label "Osteopathic" ; + rdfs:comment "A system of medicine focused on promoting the body's innate ability to heal itself." ; + schema:isPartOf . + +schema:Otolaryngologic a schema:MedicalSpecialty ; + rdfs:label "Otolaryngologic" ; + rdfs:comment "A specific branch of medical science that is concerned with the ear, nose and throat and their respective disease states." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:OutOfStock a schema:ItemAvailability ; + rdfs:label "OutOfStock" ; + rdfs:comment "Indicates that the item is out of stock." . + +schema:OverviewHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "OverviewHealthAspect" ; + rdfs:comment "Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction." ; + schema:isPartOf ; + schema:source . + +schema:PET a schema:MedicalImagingTechnique ; + rdfs:label "PET" ; + rdfs:comment "Positron emission tomography imaging." ; + schema:isPartOf . + +schema:PaidLeave a schema:GovernmentBenefitsType ; + rdfs:label "PaidLeave" ; + rdfs:comment "PaidLeave: this is a benefit for paid leave." ; + schema:isPartOf ; + schema:source . + +schema:Pamphlet a schema:BookFormatType ; + rdfs:label "Pamphlet" ; + rdfs:comment "A small, unbound or stapled booklet consisting of few pages with a flexible paper cover, designed for the economical distribution of focused information on a single subject." . + +schema:Paperback a schema:BookFormatType ; + rdfs:label "Paperback" ; + rdfs:comment "A flexible, lightweight book bound with a thick paper or cardstock cover and glued spine, prioritizing portability and affordability over long-term durability." . + +schema:ParcelService a schema:DeliveryMethod ; + rdfs:label "ParcelService" ; + rdfs:comment """A private parcel service as the delivery mode available for a certain offer.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#DHL\\n* http://purl.org/goodrelations/v1#FederalExpress\\n* http://purl.org/goodrelations/v1#UPS + """ ; + schema:contributor . + +schema:ParentalSupport a schema:GovernmentBenefitsType ; + rdfs:label "ParentalSupport" ; + rdfs:comment "ParentalSupport: this is a benefit for parental support." ; + schema:isPartOf ; + schema:source . + +schema:ParkingMap a schema:MapCategoryType ; + rdfs:label "ParkingMap" ; + rdfs:comment "A parking map." . + +schema:PartiallyInForce a schema:LegalForceStatus ; + rdfs:label "PartiallyInForce" ; + rdfs:comment "Indicates that parts of the legislation are in force, and parts are not." ; + skos:exactMatch eli:InForce-partiallyInForce ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:Pathology a schema:MedicalSpecialty ; + rdfs:label "Pathology" ; + rdfs:comment "A specific branch of medical science that is concerned with the study of the cause, origin and nature of a disease state, including its consequences as a result of manifestation of the disease. In clinical care, the term is used to designate a branch of medicine using laboratory tests to diagnose and determine the prognostic significance of illness." ; + schema:isPartOf . + +schema:PatientExperienceHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "PatientExperienceHealthAspect" ; + rdfs:comment "Content about the real life experience of patients or people that have lived a similar experience about the topic. May be forums, topics, Q-and-A and related material." ; + schema:isPartOf ; + schema:source . + +schema:PaymentAutomaticallyApplied a schema:PaymentStatusType ; + rdfs:label "PaymentAutomaticallyApplied" ; + rdfs:comment "An automatic payment system is in place and will be used." . + +schema:PaymentComplete a schema:PaymentStatusType ; + rdfs:label "PaymentComplete" ; + rdfs:comment "The payment has been received and processed." . + +schema:PaymentDeclined a schema:PaymentStatusType ; + rdfs:label "PaymentDeclined" ; + rdfs:comment "The payee received the payment, but it was declined for some reason." . + +schema:PaymentDue a schema:PaymentStatusType ; + rdfs:label "PaymentDue" ; + rdfs:comment "The payment is due, but still within an acceptable time to be received." . + +schema:PaymentPastDue a schema:PaymentStatusType ; + rdfs:label "PaymentPastDue" ; + rdfs:comment "The payment is due and considered late." . + +schema:Pediatric a schema:MedicalSpecialty ; + rdfs:label "Pediatric" ; + rdfs:comment "A specific branch of medical science that specializes in the care of infants, children and adolescents." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:PercutaneousProcedure a schema:MedicalProcedureType ; + rdfs:label "PercutaneousProcedure" ; + rdfs:comment "A type of medical procedure that involves percutaneous techniques, where access to organs or tissue is achieved via needle-puncture of the skin. For example, catheter-based procedures like stent delivery." ; + schema:isPartOf . + +schema:PharmacySpecialty a schema:MedicalSpecialty ; + rdfs:label "PharmacySpecialty" ; + rdfs:comment "The practice or art and science of preparing and dispensing drugs and medicines." ; + schema:isPartOf . + +schema:PhoneCarrierPayment a schema:PaymentMethodType ; + rdfs:label "PhoneCarrierPayment" ; + rdfs:comment "Payment by billing via the phone carrier." . + +schema:Physiotherapy a schema:MedicalSpecialty ; + rdfs:label "Physiotherapy" ; + rdfs:comment "The practice of treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise rather than by drugs or surgery." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:PlaceboControlledTrial a schema:MedicalTrialDesign ; + rdfs:label "PlaceboControlledTrial" ; + rdfs:comment "A placebo-controlled trial design." ; + schema:isPartOf . + +schema:PlasticSurgery a schema:MedicalSpecialty ; + rdfs:label "PlasticSurgery" ; + rdfs:comment "A specific branch of medical science that pertains to therapeutic or cosmetic repair or re-formation of missing, injured or malformed tissues or body parts by manual and instrumental means." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:Podiatric a schema:MedicalSpecialty ; + rdfs:label "Podiatric" ; + rdfs:comment "Podiatry is the care of the human foot, especially the diagnosis and treatment of foot disorders." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:PositiveFilmDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "PositiveFilmDigitalSource" ; + rdfs:comment "Content coded as 'positive film' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:PotentialActionStatus a schema:ActionStatusType ; + rdfs:label "PotentialActionStatus" ; + rdfs:comment "A description of an action that is supported." . + +schema:PreOrder a schema:ItemAvailability ; + rdfs:label "PreOrder" ; + rdfs:comment "Indicates that the item is available for pre-order." . + +schema:PreSale a schema:ItemAvailability ; + rdfs:label "PreSale" ; + rdfs:comment "Indicates that the item is available for ordering and delivery before general availability." . + +schema:PregnancyHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "PregnancyHealthAspect" ; + rdfs:comment "Content discussing pregnancy-related aspects of a health topic." ; + schema:isPartOf ; + schema:source . + +schema:PrescriptionOnly a schema:DrugPrescriptionStatus ; + rdfs:label "PrescriptionOnly" ; + rdfs:comment "Available by prescription only." ; + schema:isPartOf . + +schema:PreventionHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "PreventionHealthAspect" ; + rdfs:comment "Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic." ; + schema:isPartOf ; + schema:source . + +schema:PrimaryCare a schema:MedicalSpecialty ; + rdfs:label "PrimaryCare" ; + rdfs:comment "The medical care by a physician, or other health-care professional, who is the patient's first contact with the health-care system and who may recommend a specialist if necessary." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:PrintDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "PrintDigitalSource" ; + rdfs:comment "Content coded as 'print' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:Prion a schema:InfectiousAgentClass ; + rdfs:label "Prion" ; + rdfs:comment "A prion is an infectious agent composed of protein in a misfolded form." ; + schema:isPartOf . + +schema:PrognosisHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "PrognosisHealthAspect" ; + rdfs:comment "Typical progression and happenings of life course of the topic." ; + schema:isPartOf ; + schema:source . + +schema:Protozoa a schema:InfectiousAgentClass ; + rdfs:label "Protozoa" ; + rdfs:comment "Single-celled organism that causes an infection." ; + schema:isPartOf . + +schema:Psychiatric a schema:MedicalSpecialty ; + rdfs:label "Psychiatric" ; + rdfs:comment "A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:PublicHealth a schema:MedicalSpecialty ; + rdfs:label "PublicHealth" ; + rdfs:comment "Branch of medicine that pertains to the health services to improve and protect community health, especially epidemiology, sanitation, immunization, and preventive medicine." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:PublicHolidays a schema:DayOfWeek ; + rdfs:label "PublicHolidays" ; + rdfs:comment "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with [[OpeningHoursSpecification]]. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs." ; + schema:contributor . + +schema:Pulmonary a schema:MedicalSpecialty ; + rdfs:label "Pulmonary" ; + rdfs:comment "A specific branch of medical science that pertains to the study of the respiratory system and its respective disease states." ; + schema:isPartOf . + +schema:PurchaseTypeLease a schema:PurchaseType ; + rdfs:label "PurchaseTypeLease" ; + rdfs:comment "This is a lease of an item." ; + schema:isPartOf ; + schema:source . + +schema:PurchaseTypeNewPurchase a schema:PurchaseType ; + rdfs:label "PurchaseTypeNewPurchase" ; + rdfs:comment "This is a purchase of a new item." ; + schema:isPartOf ; + schema:source . + +schema:PurchaseTypeTradeIn a schema:PurchaseType ; + rdfs:label "PurchaseTypeTradeIn" ; + rdfs:comment "This is a trade-in for an item." ; + schema:isPartOf ; + schema:source . + +schema:PurchaseTypeUsedPurchase a schema:PurchaseType ; + rdfs:label "PurchaseTypeUsedPurchase" ; + rdfs:comment "This is a purchase of a used item." ; + schema:isPartOf ; + schema:source . + +schema:Radiography a schema:MedicalImagingTechnique, + schema:MedicalSpecialty ; + rdfs:label "Radiography" ; + rdfs:comment "Radiography is an imaging technique that uses electromagnetic radiation other than visible light, especially X-rays, to view the internal structure of a non-uniformly composed and opaque object such as the human body." ; + schema:isPartOf . + +schema:RandomizedTrial a schema:MedicalTrialDesign ; + rdfs:label "RandomizedTrial" ; + rdfs:comment "A randomized trial design." ; + schema:isPartOf . + +schema:ReadPermission a schema:DigitalDocumentPermissionType ; + rdfs:label "ReadPermission" ; + rdfs:comment "Permission to read or view the document." . + +schema:RearWheelDriveConfiguration a schema:DriveWheelConfigurationValue ; + rdfs:label "RearWheelDriveConfiguration" ; + rdfs:comment "Real-wheel drive is a transmission layout where the engine drives the rear wheels." ; + schema:contributor . + +schema:Recruiting a schema:MedicalStudyStatus ; + rdfs:label "Recruiting" ; + rdfs:comment "Recruiting participants." ; + schema:isPartOf . + +schema:ReducedRelevanceForChildrenConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "ReducedRelevanceForChildrenConsideration" ; + rdfs:comment "A general code for cases where relevance to children is reduced, e.g. adult education, mortgages, retirement-related products, etc." ; + schema:isPartOf ; + schema:source . + +schema:RefurbishedCondition a schema:OfferItemCondition ; + rdfs:label "RefurbishedCondition" ; + rdfs:comment "Indicates that the item is refurbished." . + +schema:Registry a schema:MedicalObservationalStudyDesign ; + rdfs:label "Registry" ; + rdfs:comment "A registry-based study design." ; + schema:isPartOf . + +schema:RegularPrice a schema:PriceTypeEnumeration ; + rdfs:label "RegularPrice" ; + rdfs:comment "Represents the regular price of an offered product. This is usually the advertised price before a temporary sale. Once the sale period ends the advertised price will go back to the regular price." ; + schema:isPartOf ; + schema:source . + +schema:ReimbursementCap a schema:DrugCostCategory ; + rdfs:label "ReimbursementCap" ; + rdfs:comment "The drug's cost represents the maximum reimbursement paid by an insurer for the drug." ; + schema:isPartOf . + +schema:RelatedTopicsHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "RelatedTopicsHealthAspect" ; + rdfs:comment "Other prominent or relevant topics tied to the main topic." ; + schema:isPartOf ; + schema:source . + +schema:RemixAlbum a schema:MusicAlbumProductionType ; + rdfs:label "RemixAlbum" ; + rdfs:comment "RemixAlbum." ; + schema:contributor . + +schema:Renal a schema:MedicalSpecialty ; + rdfs:label "Renal" ; + rdfs:comment "A specific branch of medical science that pertains to the study of the kidneys and its respective disease states." ; + schema:isPartOf . + +schema:RentalVehicleUsage a schema:CarUsageType ; + rdfs:label "RentalVehicleUsage" ; + rdfs:comment "Indicates the usage of the vehicle as a rental car." ; + schema:contributor ; + schema:isPartOf . + +schema:ReservationCancelled a schema:ReservationStatusType ; + rdfs:label "ReservationCancelled" ; + rdfs:comment "The status for a previously confirmed reservation that is now cancelled." . + +schema:ReservationConfirmed a schema:ReservationStatusType ; + rdfs:label "ReservationConfirmed" ; + rdfs:comment "The status of a confirmed reservation." . + +schema:ReservationHold a schema:ReservationStatusType ; + rdfs:label "ReservationHold" ; + rdfs:comment "The status of a reservation on hold pending an update like credit card number or flight changes." . + +schema:ReservationPending a schema:ReservationStatusType ; + rdfs:label "ReservationPending" ; + rdfs:comment "The status of a reservation when a request has been sent, but not confirmed." . + +schema:Reserved a schema:ItemAvailability ; + rdfs:label "Reserved" ; + rdfs:comment "Indicates that the item is reserved and therefore not available." . + +schema:RespiratoryTherapy a schema:MedicalSpecialty ; + rdfs:label "RespiratoryTherapy" ; + rdfs:comment "The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease)." ; + rdfs:subClassOf schema:MedicalTherapy ; + schema:isPartOf . + +schema:RestockingFees a schema:ReturnFeesEnumeration ; + rdfs:label "RestockingFees" ; + rdfs:comment "Specifies that the customer must pay a restocking fee when returning a product." ; + schema:isPartOf ; + schema:source . + +schema:ResultsAvailable a schema:MedicalStudyStatus ; + rdfs:label "ResultsAvailable" ; + rdfs:comment "Results are available." ; + schema:isPartOf . + +schema:ResultsNotAvailable a schema:MedicalStudyStatus ; + rdfs:label "ResultsNotAvailable" ; + rdfs:comment "Results are not available." ; + schema:isPartOf . + +schema:Retail a schema:DrugCostCategory ; + rdfs:label "Retail" ; + rdfs:comment "The drug's cost represents the retail cost of the drug." ; + schema:isPartOf . + +schema:ReturnAtKiosk a schema:ReturnMethodEnumeration ; + rdfs:label "ReturnAtKiosk" ; + rdfs:comment "Specifies that product returns must be made at a kiosk." ; + schema:isPartOf ; + schema:source . + +schema:ReturnByMail a schema:ReturnMethodEnumeration ; + rdfs:label "ReturnByMail" ; + rdfs:comment "Specifies that product returns must be done by mail." ; + schema:isPartOf ; + schema:source . + +schema:ReturnFeesCustomerResponsibility a schema:ReturnFeesEnumeration ; + rdfs:label "ReturnFeesCustomerResponsibility" ; + rdfs:comment "Specifies that product returns must be paid for, and are the responsibility of, the customer." ; + schema:isPartOf ; + schema:source . + +schema:ReturnInStore a schema:ReturnMethodEnumeration ; + rdfs:label "ReturnInStore" ; + rdfs:comment "Specifies that product returns must be made in a store." ; + schema:isPartOf ; + schema:source . + +schema:ReturnLabelCustomerResponsibility a schema:ReturnLabelSourceEnumeration ; + rdfs:label "ReturnLabelCustomerResponsibility" ; + rdfs:comment "Indicated that creating a return label is the responsibility of the customer." ; + schema:isPartOf ; + schema:source . + +schema:ReturnLabelDownloadAndPrint a schema:ReturnLabelSourceEnumeration ; + rdfs:label "ReturnLabelDownloadAndPrint" ; + rdfs:comment "Indicated that a return label must be downloaded and printed by the customer." ; + schema:isPartOf ; + schema:source . + +schema:ReturnLabelInBox a schema:ReturnLabelSourceEnumeration ; + rdfs:label "ReturnLabelInBox" ; + rdfs:comment "Specifies that a return label will be provided by the seller in the shipping box." ; + schema:isPartOf ; + schema:source . + +schema:ReturnShippingFees a schema:ReturnFeesEnumeration ; + rdfs:label "ReturnShippingFees" ; + rdfs:comment "Specifies that the customer must pay the return shipping costs when returning a product." ; + schema:isPartOf ; + schema:source . + +schema:Rheumatologic a schema:MedicalSpecialty ; + rdfs:label "Rheumatologic" ; + rdfs:comment "A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases." ; + schema:isPartOf . + +schema:RightHandDriving a schema:SteeringPositionValue ; + rdfs:label "RightHandDriving" ; + rdfs:comment "The steering position is on the right side of the vehicle (viewed from the main direction of driving)." ; + schema:contributor . + +schema:RisksOrComplicationsHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "RisksOrComplicationsHealthAspect" ; + rdfs:comment "Information about the risk factors and possible complications that may follow a topic." ; + schema:isPartOf ; + schema:source . + +schema:RsvpResponseMaybe a schema:RsvpResponseType ; + rdfs:label "RsvpResponseMaybe" ; + rdfs:comment "The invitee may or may not attend." . + +schema:RsvpResponseNo a schema:RsvpResponseType ; + rdfs:label "RsvpResponseNo" ; + rdfs:comment "The invitee will not attend." . + +schema:RsvpResponseYes a schema:RsvpResponseType ; + rdfs:label "RsvpResponseYes" ; + rdfs:comment "The invitee will attend." . + +schema:SRP a schema:PriceTypeEnumeration ; + rdfs:label "SRP" ; + rdfs:comment "Represents the suggested retail price (\"SRP\") of an offered product." ; + schema:isPartOf ; + schema:source . + +schema:SafetyHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "SafetyHealthAspect" ; + rdfs:comment "Content about the safety-related aspects of a health topic." ; + schema:isPartOf ; + schema:source . + +schema:SalePrice a schema:PriceTypeEnumeration ; + rdfs:label "SalePrice" ; + rdfs:comment "Represents a sale price (usually active for a limited period) of an offered product." ; + schema:isPartOf ; + schema:source . + +schema:SatireOrParodyContent a schema:MediaManipulationRatingEnumeration ; + rdfs:label "SatireOrParodyContent" ; + rdfs:comment """Content coded 'satire or parody content' in a [[MediaReview]], considered in the context of how it was published or shared. + +For a [[VideoObject]] to be 'satire or parody content': A video that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.) + +For an [[ImageObject]] to be 'satire or parody content': An image that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.) + +For an [[ImageObject]] with embedded text to be 'satire or parody content': An image that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.) + +For an [[AudioObject]] to be 'satire or parody content': Audio that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.) +""" ; + schema:isPartOf ; + schema:source . + +schema:Saturday a schema:DayOfWeek ; + rdfs:label "Saturday" ; + rdfs:comment "The day of the week between Friday and Sunday." ; + schema:sameAs . + +schema:ScreenCaptureDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "ScreenCaptureDigitalSource" ; + rdfs:comment "Content coded as 'algorithmic media' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:ScreeningHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "ScreeningHealthAspect" ; + rdfs:comment "Content about how to screen or further filter a topic." ; + schema:isPartOf ; + schema:source . + +schema:SeatingMap a schema:MapCategoryType ; + rdfs:label "SeatingMap" ; + rdfs:comment "A seating map." . + +schema:SeeDoctorHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "SeeDoctorHealthAspect" ; + rdfs:comment "Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation." ; + schema:isPartOf ; + schema:source . + +schema:SelfCareHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "SelfCareHealthAspect" ; + rdfs:comment "Self care actions or measures that can be taken to sooth, health or avoid a topic. This may be carried at home and can be carried/managed by the person itself." ; + schema:isPartOf ; + schema:source . + +schema:SexualContentConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "SexualContentConsideration" ; + rdfs:comment "The item contains sexually oriented content such as nudity, suggestive or explicit material, or related online services, or is intended to enhance sexual activity. Examples: Erotic videos or magazine, sexual enhancement devices, sex toys." ; + schema:isPartOf ; + schema:source . + +schema:SideEffectsHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "SideEffectsHealthAspect" ; + rdfs:comment "Side effects that can be observed from the usage of the topic." ; + schema:isPartOf ; + schema:source . + +schema:SingleBlindedTrial a schema:MedicalTrialDesign ; + rdfs:label "SingleBlindedTrial" ; + rdfs:comment "A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not." ; + schema:isPartOf . + +schema:SingleCenterTrial a schema:MedicalTrialDesign ; + rdfs:label "SingleCenterTrial" ; + rdfs:comment "A trial that takes place at a single center." ; + schema:isPartOf . + +schema:SinglePlayer a schema:GamePlayMode ; + rdfs:label "SinglePlayer" ; + rdfs:comment "Play mode: SinglePlayer. Which is played by a lone player." . + +schema:SingleRelease a schema:MusicAlbumReleaseType ; + rdfs:label "SingleRelease" ; + rdfs:comment "SingleRelease." ; + schema:contributor . + +schema:SizeSystemImperial a schema:SizeSystemEnumeration ; + rdfs:label "SizeSystemImperial" ; + rdfs:comment "Imperial size system." ; + schema:isPartOf ; + schema:source . + +schema:SizeSystemMetric a schema:SizeSystemEnumeration ; + rdfs:label "SizeSystemMetric" ; + rdfs:comment "Metric size system." ; + schema:isPartOf ; + schema:source . + +schema:Skin a schema:PhysicalExam ; + rdfs:label "Skin" ; + rdfs:comment "Skin assessment with clinical examination." ; + schema:isPartOf . + +schema:SoldOut a schema:ItemAvailability ; + rdfs:label "SoldOut" ; + rdfs:comment "Indicates that the item has sold out." . + +schema:SoundtrackAlbum a schema:MusicAlbumProductionType ; + rdfs:label "SoundtrackAlbum" ; + rdfs:comment "SoundtrackAlbum." ; + schema:contributor . + +schema:SpeechPathology a schema:MedicalSpecialty ; + rdfs:label "SpeechPathology" ; + rdfs:comment "The scientific study and treatment of defects, disorders, and malfunctions of speech and voice, as stuttering, lisping, or lalling, and of language disturbances, as aphasia or delayed language acquisition." ; + schema:isPartOf . + +schema:SpokenWordAlbum a schema:MusicAlbumProductionType ; + rdfs:label "SpokenWordAlbum" ; + rdfs:comment "SpokenWordAlbum." ; + schema:contributor . + +schema:StagedContent a schema:MediaManipulationRatingEnumeration ; + rdfs:label "StagedContent" ; + rdfs:comment """Content coded 'staged content' in a [[MediaReview]], considered in the context of how it was published or shared. + +For a [[VideoObject]] to be 'staged content': A video that has been created using actors or similarly contrived. + +For an [[ImageObject]] to be 'staged content': An image that was created using actors or similarly contrived, such as a screenshot of a fake tweet. + +For an [[ImageObject]] with embedded text to be 'staged content': An image that was created using actors or similarly contrived, such as a screenshot of a fake tweet. + +For an [[AudioObject]] to be 'staged content': Audio that has been created using actors or similarly contrived. +""" ; + schema:isPartOf ; + schema:source . + +schema:StagesHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "StagesHealthAspect" ; + rdfs:comment "Stages that can be observed from a topic." ; + schema:isPartOf ; + schema:source . + +schema:StoreCreditRefund a schema:RefundTypeEnumeration ; + rdfs:label "StoreCreditRefund" ; + rdfs:comment "Specifies that the customer receives a store credit as refund when returning a product." ; + schema:isPartOf ; + schema:source . + +schema:StrengthTraining a schema:PhysicalActivityCategory ; + rdfs:label "StrengthTraining" ; + rdfs:comment "Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training." ; + schema:isPartOf . + +schema:StrikethroughPrice a schema:PriceTypeEnumeration ; + rdfs:label "StrikethroughPrice" ; + rdfs:comment "Represents the strikethrough price (the previous advertised price) of an offered product." ; + schema:isPartOf ; + schema:source . + +schema:StudioAlbum a schema:MusicAlbumProductionType ; + rdfs:label "StudioAlbum" ; + rdfs:comment "StudioAlbum." ; + schema:contributor . + +schema:Subscription a schema:PriceComponentTypeEnumeration ; + rdfs:label "Subscription" ; + rdfs:comment "Represents the subscription pricing component of the total price for an offered product." ; + schema:isPartOf ; + schema:source . + +schema:Sunday a schema:DayOfWeek ; + rdfs:label "Sunday" ; + rdfs:comment "The day of the week between Saturday and Monday." ; + schema:sameAs . + +schema:Surgical a schema:MedicalSpecialty ; + rdfs:label "Surgical" ; + rdfs:comment "A specific branch of medical science that pertains to treating diseases, injuries and deformities by manual and instrumental means." ; + schema:isPartOf . + +schema:Suspended a schema:MedicalStudyStatus ; + rdfs:label "Suspended" ; + rdfs:comment "Suspended." ; + schema:isPartOf . + +schema:SymptomsHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "SymptomsHealthAspect" ; + rdfs:comment "Symptoms or related symptoms of a Topic." ; + schema:isPartOf ; + schema:source . + +schema:TaxiVehicleUsage a schema:CarUsageType ; + rdfs:label "TaxiVehicleUsage" ; + rdfs:comment "Indicates the usage of the car as a taxi." ; + schema:contributor ; + schema:isPartOf . + +schema:Terminated a schema:MedicalStudyStatus ; + rdfs:label "Terminated" ; + rdfs:comment "Terminated." ; + schema:isPartOf . + +schema:Therapeutic a schema:MedicalDevicePurpose ; + rdfs:label "Therapeutic" ; + rdfs:comment "A medical device used for therapeutic purposes." ; + schema:isPartOf . + +schema:Throat a schema:PhysicalExam ; + rdfs:label "Throat" ; + rdfs:comment "Throat assessment with clinical examination." ; + schema:isPartOf . + +schema:Thursday a schema:DayOfWeek ; + rdfs:label "Thursday" ; + rdfs:comment "The day of the week between Wednesday and Friday." ; + schema:sameAs . + +schema:TierBenefitLoyaltyPoints a schema:TierBenefitEnumeration ; + rdfs:label "TierBenefitLoyaltyPoints" ; + rdfs:comment "Benefit of the tier is earning of loyalty points." ; + schema:isPartOf ; + schema:source . + +schema:TierBenefitLoyaltyPrice a schema:TierBenefitEnumeration ; + rdfs:label "TierBenefitLoyaltyPrice" ; + rdfs:comment "Benefit of the tier is a members-only price." ; + schema:isPartOf ; + schema:source . + +schema:TierBenefitLoyaltyReturns a schema:TierBenefitEnumeration ; + rdfs:label "TierBenefitLoyaltyReturns" ; + rdfs:comment "Benefit of the tier is members-only returns, for example free unlimited returns." ; + schema:isPartOf ; + schema:source . + +schema:TierBenefitLoyaltyShipping a schema:TierBenefitEnumeration ; + rdfs:label "TierBenefitLoyaltyShipping" ; + rdfs:comment "Benefit of the tier is a members-only shipping price or speed (for example free shipping or 1-day shipping)." ; + schema:isPartOf ; + schema:source . + +schema:TobaccoNicotineConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "TobaccoNicotineConsideration" ; + rdfs:comment "Item contains tobacco and/or nicotine, for example cigars, cigarettes, chewing tobacco, e-cigarettes, or hookahs." ; + schema:isPartOf ; + schema:source . + +schema:TollFree a schema:ContactPointOption ; + rdfs:label "TollFree" ; + rdfs:comment "The associated telephone number is toll free." . + +schema:Toxicologic a schema:MedicalSpecialty ; + rdfs:label "Toxicologic" ; + rdfs:comment "A specific branch of medical science that is concerned with poisons, their nature, effects and detection and involved in the treatment of poisoning." ; + schema:isPartOf . + +schema:TraditionalChinese a schema:MedicineSystem ; + rdfs:label "TraditionalChinese" ; + rdfs:comment "A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions." ; + schema:isPartOf . + +schema:TrainedAlgorithmicMediaDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "TrainedAlgorithmicMediaDigitalSource" ; + rdfs:comment "Content coded as 'trained algorithmic media' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:TransformedContent a schema:MediaManipulationRatingEnumeration ; + rdfs:label "TransformedContent" ; + rdfs:comment """Content coded 'transformed content' in a [[MediaReview]], considered in the context of how it was published or shared. + +For a [[VideoObject]] to be 'transformed content': or all of the video has been manipulated to transform the footage itself. This category includes using tools like the Adobe Suite to change the speed of the video, add or remove visual elements or dub audio. Deepfakes are also a subset of transformation. + +For an [[ImageObject]] to be 'transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead. + +For an [[ImageObject]] with embedded text to be 'transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead. + +For an [[AudioObject]] to be 'transformed content': Part or all of the audio has been manipulated to alter the words or sounds, or the audio has been synthetically generated, such as to create a sound-alike voice. +""" ; + schema:isPartOf ; + schema:source . + +schema:TransitMap a schema:MapCategoryType ; + rdfs:label "TransitMap" ; + rdfs:comment "A transit map." . + +schema:TreatmentsHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "TreatmentsHealthAspect" ; + rdfs:comment "Treatments or related therapies for a Topic." ; + schema:isPartOf ; + schema:source . + +schema:TripleBlindedTrial a schema:MedicalTrialDesign ; + rdfs:label "TripleBlindedTrial" ; + rdfs:comment "A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to." ; + schema:isPartOf . + +schema:True a schema:Boolean ; + rdfs:label "True" ; + rdfs:comment "The boolean value true." . + +schema:Tuesday a schema:DayOfWeek ; + rdfs:label "Tuesday" ; + rdfs:comment "The day of the week between Monday and Wednesday." ; + schema:sameAs . + +schema:TypesHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "TypesHealthAspect" ; + rdfs:comment "Categorization and other types related to a topic." ; + schema:isPartOf ; + schema:source . + +schema:UKTrust a schema:UKNonprofitType ; + rdfs:label "UKTrust" ; + rdfs:comment "UKTrust: Non-profit type referring to a UK trust." ; + schema:isPartOf ; + schema:source . + +schema:Ultrasound a schema:MedicalImagingTechnique ; + rdfs:label "Ultrasound" ; + rdfs:comment "Ultrasound imaging." ; + schema:isPartOf . + +schema:UnclassifiedAdultConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "UnclassifiedAdultConsideration" ; + rdfs:comment "The item is suitable only for adults, without indicating why. Due to widespread use of \"adult\" as a euphemism for \"sexual\", many such items are likely suited also for the SexualContentConsideration code." ; + schema:isPartOf ; + schema:source . + +schema:UnemploymentSupport a schema:GovernmentBenefitsType ; + rdfs:label "UnemploymentSupport" ; + rdfs:comment "UnemploymentSupport: this is a benefit for unemployment support." ; + schema:isPartOf ; + schema:source . + +schema:UnincorporatedAssociationCharity a schema:UKNonprofitType ; + rdfs:label "UnincorporatedAssociationCharity" ; + rdfs:comment "UnincorporatedAssociationCharity: Non-profit type referring to a charitable company that is not incorporated (UK)." ; + schema:isPartOf ; + schema:source . + +schema:UnofficialLegalValue a schema:LegalValueLevel ; + rdfs:label "UnofficialLegalValue" ; + rdfs:comment "Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher)." ; + skos:exactMatch eli:LegalValue-unofficial ; + schema:contributor ; + schema:isPartOf ; + schema:source , + . + +schema:Urologic a schema:MedicalSpecialty ; + rdfs:label "Urologic" ; + rdfs:comment "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases pertaining to the urinary tract and the urogenital system." ; + schema:isPartOf . + +schema:UsageOrScheduleHealthAspect a schema:HealthAspectEnumeration ; + rdfs:label "UsageOrScheduleHealthAspect" ; + rdfs:comment "Content about how, when, frequency and dosage of a topic." ; + schema:isPartOf ; + schema:source . + +schema:UsedCondition a schema:OfferItemCondition ; + rdfs:label "UsedCondition" ; + rdfs:comment "Indicates that the item is used." . + +schema:VeganDiet a schema:RestrictedDiet ; + rdfs:label "VeganDiet" ; + rdfs:comment "A diet exclusive of all animal products." . + +schema:VegetarianDiet a schema:RestrictedDiet ; + rdfs:label "VegetarianDiet" ; + rdfs:comment "A diet exclusive of animal meat." . + +schema:VenueMap a schema:MapCategoryType ; + rdfs:label "VenueMap" ; + rdfs:comment "A venue map (e.g. for malls, auditoriums, museums, etc.)." . + +schema:VinylFormat a schema:MusicReleaseFormatType ; + rdfs:label "VinylFormat" ; + rdfs:comment "VinylFormat." ; + schema:contributor . + +schema:ViolenceConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "ViolenceConsideration" ; + rdfs:comment "Item shows or promotes violence." ; + schema:isPartOf ; + schema:source . + +schema:VirtualRecordingDigitalSource a schema:IPTCDigitalSourceEnumeration ; + rdfs:label "VirtualRecordingDigitalSource" ; + rdfs:comment "Content coded as 'virtual recording' using the IPTC digital source type vocabulary." ; + skos:exactMatch ; + schema:isPartOf ; + schema:source . + +schema:Virus a schema:InfectiousAgentClass ; + rdfs:label "Virus" ; + rdfs:comment "Pathogenic virus that causes viral infection." ; + schema:isPartOf . + +schema:WeaponConsideration a schema:AdultOrientedEnumeration ; + rdfs:label "WeaponConsideration" ; + rdfs:comment "The item is intended to induce bodily harm, for example guns, mace, combat knives, brass knuckles, nail or other bombs, and spears." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementBack a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementBack" ; + rdfs:comment "Measurement of the back section, for example of a jacket." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementChestOrBust a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementChestOrBust" ; + rdfs:comment "Measurement of the chest/bust section, for example of a suit." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementCollar a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementCollar" ; + rdfs:comment "Measurement of the collar, for example of a shirt." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementCup a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementCup" ; + rdfs:comment "Measurement of the cup, for example of a bra." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementHeight a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementHeight" ; + rdfs:comment "Measurement of the height, for example the heel height of a shoe." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementHips a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementHips" ; + rdfs:comment "Measurement of the hip section, for example of a skirt." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementInseam a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementInseam" ; + rdfs:comment "Measurement of the inseam, for example of pants." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementLength a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementLength" ; + rdfs:comment "Represents the length, for example of a dress." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementOutsideLeg a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementOutsideLeg" ; + rdfs:comment "Measurement of the outside leg, for example of pants." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementSleeve a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementSleeve" ; + rdfs:comment "Measurement of the sleeve length, for example of a shirt." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementWaist a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementWaist" ; + rdfs:comment "Measurement of the waist section, for example of pants." ; + schema:isPartOf ; + schema:source . + +schema:WearableMeasurementWidth a schema:WearableMeasurementTypeEnumeration ; + rdfs:label "WearableMeasurementWidth" ; + rdfs:comment "Measurement of the width, for example of shoes." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupBig a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupBig" ; + rdfs:comment "Size group \"Big\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupBoys a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupBoys" ; + rdfs:comment "Size group \"Boys\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupExtraShort a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupExtraShort" ; + rdfs:comment "Size group \"Extra Short\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupExtraTall a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupExtraTall" ; + rdfs:comment "Size group \"Extra Tall\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupGirls a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupGirls" ; + rdfs:comment "Size group \"Girls\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupHusky a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupHusky" ; + rdfs:comment "Size group \"Husky\" (or \"Stocky\") for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupInfants a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupInfants" ; + rdfs:comment "Size group \"Infants\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupJuniors a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupJuniors" ; + rdfs:comment "Size group \"Juniors\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupMaternity a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupMaternity" ; + rdfs:comment "Size group \"Maternity\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupMens a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupMens" ; + rdfs:comment "Size group \"Mens\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupMisses a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupMisses" ; + rdfs:comment "Size group \"Misses\" (also known as \"Missy\") for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupPetite a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupPetite" ; + rdfs:comment "Size group \"Petite\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupPlus a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupPlus" ; + rdfs:comment "Size group \"Plus\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupRegular a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupRegular" ; + rdfs:comment "Size group \"Regular\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupShort a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupShort" ; + rdfs:comment "Size group \"Short\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupTall a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupTall" ; + rdfs:comment "Size group \"Tall\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeGroupWomens a schema:WearableSizeGroupEnumeration ; + rdfs:label "WearableSizeGroupWomens" ; + rdfs:comment "Size group \"Womens\" for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemAU a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemAU" ; + rdfs:comment "Australian size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemBR a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemBR" ; + rdfs:comment "Brazilian size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemCN a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemCN" ; + rdfs:comment "Chinese size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemContinental a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemContinental" ; + rdfs:comment "Continental size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemDE a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemDE" ; + rdfs:comment "German size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemEN13402 a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemEN13402" ; + rdfs:comment "EN 13402 (joint European standard for size labelling of clothes)." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemEurope a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemEurope" ; + rdfs:comment "European size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemFR a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemFR" ; + rdfs:comment "French size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemGS1 a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemGS1" ; + rdfs:comment "GS1 (formerly NRF) size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemIT a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemIT" ; + rdfs:comment "Italian size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemJP a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemJP" ; + rdfs:comment "Japanese size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemMX a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemMX" ; + rdfs:comment "Mexican size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemUK a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemUK" ; + rdfs:comment "United Kingdom size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:WearableSizeSystemUS a schema:WearableSizeSystemEnumeration ; + rdfs:label "WearableSizeSystemUS" ; + rdfs:comment "United States size system for wearables." ; + schema:isPartOf ; + schema:source . + +schema:Wednesday a schema:DayOfWeek ; + rdfs:label "Wednesday" ; + rdfs:comment "The day of the week between Tuesday and Thursday." ; + schema:sameAs . + +schema:WesternConventional a schema:MedicineSystem ; + rdfs:label "WesternConventional" ; + rdfs:comment "The conventional Western system of medicine, that aims to apply the best available evidence gained from the scientific method to clinical decision making. Also known as conventional or Western medicine." ; + schema:isPartOf . + +schema:Wholesale a schema:DrugCostCategory ; + rdfs:label "Wholesale" ; + rdfs:comment "The drug's cost represents the wholesale acquisition cost of the drug." ; + schema:isPartOf . + +schema:Withdrawn a schema:MedicalStudyStatus ; + rdfs:label "Withdrawn" ; + rdfs:comment "Withdrawn." ; + schema:isPartOf . + +schema:WritePermission a schema:DigitalDocumentPermissionType ; + rdfs:label "WritePermission" ; + rdfs:comment "Permission to write or edit the document." . + +schema:XRay a schema:MedicalImagingTechnique ; + rdfs:label "XRay" ; + rdfs:comment "X-ray imaging." ; + schema:isPartOf . + +schema:ZoneBoardingPolicy a schema:BoardingPolicyType ; + rdfs:label "ZoneBoardingPolicy" ; + rdfs:comment "The airline boards by zones of the plane." . + +schema:abridged a rdf:Property ; + rdfs:label "abridged" ; + rdfs:comment "Indicates whether the book is an abridged edition." ; + schema:domainIncludes schema:Book ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean . + +schema:abstract a rdf:Property ; + rdfs:label "abstract" ; + rdfs:comment "An abstract is a short description that summarizes a [[CreativeWork]]." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:accelerationTime a rdf:Property ; + rdfs:label "accelerationTime" ; + rdfs:comment "The time needed to accelerate the vehicle from a given start velocity to a given target velocity.\\n\\nTypical unit code(s): SEC for seconds\\n\\n* Note: There are unfortunately no standard unit codes for seconds/0..100 km/h or seconds/0..60 mph. Simply use \"SEC\" for seconds and indicate the velocities in the [[name]] of the [[QuantitativeValue]], or use [[valueReference]] with a [[QuantitativeValue]] of 0..60 mph or 0..100 km/h to specify the reference speeds." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:acceptedAnswer a rdf:Property ; + rdfs:label "acceptedAnswer" ; + rdfs:comment "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author." ; + rdfs:subPropertyOf schema:suggestedAnswer ; + schema:domainIncludes schema:Question ; + schema:rangeIncludes schema:Answer, + schema:ItemList . + +schema:acceptedOffer a rdf:Property ; + rdfs:label "acceptedOffer" ; + rdfs:comment "The offer(s) -- e.g., product, quantity and price combinations -- included in the order." ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Offer . + +schema:acceptedPaymentMethod a rdf:Property ; + rdfs:label "acceptedPaymentMethod" ; + rdfs:comment "The payment method(s) that are accepted in general by an organization, or for some specific demand or offer." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Organization ; + schema:rangeIncludes schema:LoanOrCredit, + schema:PaymentMethod, + schema:Text ; + schema:source . + +schema:acceptsReservations a rdf:Property ; + rdfs:label "acceptsReservations" ; + rdfs:comment "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings ```Yes``` or ```No```." ; + schema:domainIncludes schema:FoodEstablishment ; + schema:rangeIncludes schema:Boolean, + schema:Text, + schema:URL . + +schema:accessCode a rdf:Property ; + rdfs:label "accessCode" ; + rdfs:comment "Password, PIN, or access code needed for delivery (e.g. from a locker)." ; + schema:domainIncludes schema:DeliveryEvent ; + schema:rangeIncludes schema:Text . + +schema:accessMode a rdf:Property ; + rdfs:label "accessMode" ; + rdfs:comment "The human sensory perceptual system or cognitive faculty through which a person may process or perceive the intellectual content of a resource, not including any adaptations of the content (e.g., text alternatives for images). Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary)." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:accessModeSufficient a rdf:Property ; + rdfs:label "accessModeSufficient" ; + rdfs:comment "A list of single or combined access modes that are sufficient to understand all the intellectual content of a resource, including any adaptations. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary)." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:ItemList ; + schema:source . + +schema:accessibilityAPI a rdf:Property ; + rdfs:label "accessibilityAPI" ; + rdfs:comment "Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary)." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text . + +schema:accessibilityControl a rdf:Property ; + rdfs:label "accessibilityControl" ; + rdfs:comment "Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary)." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text . + +schema:accessibilityFeature a rdf:Property ; + rdfs:label "accessibilityFeature" ; + rdfs:comment "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary)." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text . + +schema:accessibilityHazard a rdf:Property ; + rdfs:label "accessibilityHazard" ; + rdfs:comment "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary)." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text . + +schema:accessibilitySummary a rdf:Property ; + rdfs:label "accessibilitySummary" ; + rdfs:comment "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed\"." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:accommodationCategory a rdf:Property ; + rdfs:label "accommodationCategory" ; + rdfs:comment "Category of an [[Accommodation]], following real estate conventions, e.g. RESO (see [PropertySubType](https://ddwiki.reso.org/display/DDW17/PropertySubType+Field), and [PropertyType](https://ddwiki.reso.org/display/DDW17/PropertyType+Field) fields for suggested values)." ; + rdfs:subPropertyOf schema:category ; + schema:domainIncludes schema:Accommodation ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:accommodationFloorPlan a rdf:Property ; + rdfs:label "accommodationFloorPlan" ; + rdfs:comment "A floorplan of some [[Accommodation]]." ; + schema:domainIncludes schema:Accommodation, + schema:Residence ; + schema:isPartOf ; + schema:rangeIncludes schema:FloorPlan ; + schema:source . + +schema:accountId a rdf:Property ; + rdfs:label "accountId" ; + rdfs:comment "The identifier for the account the payment will be applied to." ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:Invoice ; + schema:rangeIncludes schema:Text . + +schema:accountMinimumInflow a rdf:Property ; + rdfs:label "accountMinimumInflow" ; + rdfs:comment "A minimum amount that has to be paid in every month." ; + schema:contributor ; + schema:domainIncludes schema:BankAccount ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:accountOverdraftLimit a rdf:Property ; + rdfs:label "accountOverdraftLimit" ; + rdfs:comment "An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money." ; + schema:contributor ; + schema:domainIncludes schema:BankAccount ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:accountablePerson a rdf:Property ; + rdfs:label "accountablePerson" ; + rdfs:comment "Specifies the Person that is legally accountable for the CreativeWork." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Person . + +schema:acquireLicensePage a rdf:Property ; + rdfs:label "acquireLicensePage" ; + rdfs:comment "Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item." ; + rdfs:subPropertyOf schema:usageInfo ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:acquiredFrom a rdf:Property ; + rdfs:label "acquiredFrom" ; + rdfs:comment "The organization or person from which the product was acquired." ; + schema:contributor ; + schema:domainIncludes schema:OwnershipInfo ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:acrissCode a rdf:Property ; + rdfs:label "acrissCode" ; + rdfs:comment "The ACRISS Car Classification Code is a code used by many car rental companies, for classifying vehicles. ACRISS stands for Association of Car Rental Industry Systems and Standards." ; + schema:contributor ; + schema:domainIncludes schema:BusOrCoach, + schema:Car ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:actionAccessibilityRequirement a rdf:Property ; + rdfs:label "actionAccessibilityRequirement" ; + rdfs:comment "A set of requirements that must be fulfilled in order to perform an Action. If more than one value is specified, fulfilling one set of requirements will allow the Action to be performed." ; + schema:domainIncludes schema:ConsumeAction ; + schema:rangeIncludes schema:ActionAccessSpecification ; + schema:source . + +schema:actionPlatform a rdf:Property ; + rdfs:label "actionPlatform" ; + rdfs:comment "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication." ; + schema:domainIncludes schema:EntryPoint ; + schema:rangeIncludes schema:DigitalPlatformEnumeration, + schema:Text, + schema:URL . + +schema:actionProcess a rdf:Property ; + rdfs:label "actionProcess" ; + rdfs:comment "Description of the process by which the action was performed." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:HowTo . + +schema:actionStatus a rdf:Property ; + rdfs:label "actionStatus" ; + rdfs:comment "Indicates the current disposition of the Action." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:ActionStatusType . + +schema:actionableFeedbackPolicy a rdf:Property ; + rdfs:label "actionableFeedbackPolicy" ; + rdfs:comment "For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization, + schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:activeIngredient a rdf:Property ; + rdfs:label "activeIngredient" ; + rdfs:comment "An active ingredient, typically chemical compounds and/or biologic substances." ; + schema:domainIncludes schema:DietarySupplement, + schema:Drug, + schema:DrugStrength, + schema:Substance ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:activityDuration a rdf:Property ; + rdfs:label "activityDuration" ; + rdfs:comment "Length of time to engage in the activity." ; + schema:domainIncludes schema:ExercisePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Duration, + schema:QuantitativeValue . + +schema:activityFrequency a rdf:Property ; + rdfs:label "activityFrequency" ; + rdfs:comment "How often one should engage in the activity." ; + schema:domainIncludes schema:ExercisePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue, + schema:Text . + +schema:actors a rdf:Property ; + rdfs:label "actors" ; + rdfs:comment "An actor, e.g. in TV, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip." ; + schema:domainIncludes schema:Clip, + schema:Episode, + schema:Movie, + schema:MovieSeries, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGame, + schema:VideoGameSeries, + schema:VideoObject ; + schema:rangeIncludes schema:Person ; + schema:supersededBy schema:actor . + +schema:addOn a rdf:Property ; + rdfs:label "addOn" ; + rdfs:comment "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge)." ; + schema:contributor ; + schema:domainIncludes schema:Offer ; + schema:rangeIncludes schema:Offer . + +schema:additionalName a rdf:Property ; + rdfs:label "additionalName" ; + rdfs:comment "An additional name for a Person, can be used for a middle name." ; + rdfs:subPropertyOf schema:alternateName ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Text . + +schema:additionalNumberOfGuests a rdf:Property ; + rdfs:label "additionalNumberOfGuests" ; + rdfs:comment "If responding yes, the number of guests who will attend in addition to the invitee." ; + schema:domainIncludes schema:RsvpAction ; + schema:rangeIncludes schema:Number . + +schema:additionalProperty a rdf:Property ; + rdfs:label "additionalProperty" ; + rdfs:comment """A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. +""" ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:Offer, + schema:Place, + schema:Product, + schema:QualitativeValue, + schema:QuantitativeValue ; + schema:rangeIncludes schema:PropertyValue . + +schema:additionalType a rdf:Property ; + rdfs:label "additionalType" ; + rdfs:comment """An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the + use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.""" ; + rdfs:subPropertyOf rdf:type ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:additionalVariable a rdf:Property ; + rdfs:label "additionalVariable" ; + rdfs:comment "Any additional component of the exercise prescription that may need to be articulated to the patient. This may include the order of exercises, the number of repetitions of movement, quantitative distance, progressions over time, etc." ; + schema:domainIncludes schema:ExercisePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:address a rdf:Property ; + rdfs:label "address" ; + rdfs:comment "Physical address of the item." ; + owl:equivalentProperty gs1:address ; + schema:domainIncludes schema:GeoCoordinates, + schema:GeoShape, + schema:Organization, + schema:Person, + schema:Place ; + schema:rangeIncludes schema:PostalAddress, + schema:Text . + +schema:addressCountry a rdf:Property ; + rdfs:label "addressCountry" ; + rdfs:comment "The country. Recommended to be in 2-letter [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1) format, for example \"US\". For backward compatibility, a 3-letter [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) country code such as \"SGP\" or a full country name such as \"Singapore\" can also be used." ; + schema:domainIncludes schema:DefinedRegion, + schema:GeoCoordinates, + schema:GeoShape, + schema:PostalAddress ; + schema:rangeIncludes schema:Country, + schema:Text ; + schema:source . + +schema:addressLocality a rdf:Property ; + rdfs:label "addressLocality" ; + rdfs:comment "The locality in which the street address is, and which is in the region. For example, Mountain View." ; + owl:equivalentProperty gs1:addressLocality, + fibo-fnd-plc-adr:hasMunicipality ; + schema:domainIncludes schema:PostalAddress ; + schema:rangeIncludes schema:Text . + +schema:addressRegion a rdf:Property ; + rdfs:label "addressRegion" ; + rdfs:comment "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country) such as the Province in Italy or Region in Germany." ; + owl:equivalentProperty fibo-fnd-plc-adr:hasCountrySubdivision ; + schema:domainIncludes schema:DefinedRegion, + schema:PostalAddress ; + schema:rangeIncludes schema:AdministrativeArea, + schema:Text ; + schema:source . + +schema:administrationRoute a rdf:Property ; + rdfs:label "administrationRoute" ; + rdfs:comment "A route by which this drug may be administered, e.g. 'oral'." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:advanceBookingRequirement a rdf:Property ; + rdfs:label "advanceBookingRequirement" ; + rdfs:comment "The amount of time that is required between accepting the offer and the actual usage of the resource or service." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:adverseOutcome a rdf:Property ; + rdfs:label "adverseOutcome" ; + rdfs:comment "A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or otherwise life-threatening or requiring immediate medical attention), tag it as a seriousAdverseOutcome instead." ; + schema:domainIncludes schema:MedicalDevice, + schema:TherapeuticProcedure ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity . + +schema:affectedBy a rdf:Property ; + rdfs:label "affectedBy" ; + rdfs:comment "Drugs that affect the test's results." ; + schema:domainIncludes schema:MedicalTest ; + schema:isPartOf ; + schema:rangeIncludes schema:Drug . + +schema:affiliation a rdf:Property ; + rdfs:label "affiliation" ; + rdfs:comment "An organization that this person is affiliated with. For example, a school/university, a club, or a team." ; + rdfs:subPropertyOf schema:memberOf ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Organization . + +schema:afterMedia a rdf:Property ; + rdfs:label "afterMedia" ; + rdfs:comment "A media object representing the circumstances after performing this direction." ; + schema:domainIncludes schema:HowToDirection ; + schema:rangeIncludes schema:MediaObject, + schema:URL . + +schema:agent a rdf:Property ; + rdfs:label "agent" ; + rdfs:comment "The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:agentInteractionStatistic a rdf:Property ; + rdfs:label "agentInteractionStatistic" ; + rdfs:comment "The number of completed interactions for this entity, in a particular role (the 'agent'), in a particular action (indicated in the statistic), and in a particular context (i.e. interactionService)." ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:isPartOf ; + schema:rangeIncludes schema:InteractionCounter ; + schema:source . + +schema:aggregateElement a rdf:Property ; + rdfs:label "aggregateElement" ; + rdfs:comment "Indicates a prototype of the elements in the list that is used to hold aggregate information (ratings, offers, etc.)." ; + schema:domainIncludes schema:ItemList ; + schema:isPartOf ; + schema:rangeIncludes schema:Thing ; + schema:source . + +schema:aggregateRating a rdf:Property ; + rdfs:label "aggregateRating" ; + rdfs:comment "The overall rating, based on a collection of reviews or ratings, of the item." ; + schema:domainIncludes schema:Brand, + schema:CreativeWork, + schema:Event, + schema:Offer, + schema:Organization, + schema:Place, + schema:Product, + schema:Service ; + schema:rangeIncludes schema:AggregateRating . + +schema:aircraft a rdf:Property ; + rdfs:label "aircraft" ; + rdfs:comment "The kind of aircraft (e.g., \"Boeing 747\")." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Text, + schema:Vehicle . + +schema:albumProductionType a rdf:Property ; + rdfs:label "albumProductionType" ; + rdfs:comment "Classification of the album by its type of content: soundtrack, live album, studio album, etc." ; + schema:contributor ; + schema:domainIncludes schema:MusicAlbum ; + schema:rangeIncludes schema:MusicAlbumProductionType . + +schema:albumReleaseType a rdf:Property ; + rdfs:label "albumReleaseType" ; + rdfs:comment "The kind of release which this album is: single, EP or album." ; + schema:contributor ; + schema:domainIncludes schema:MusicAlbum ; + schema:rangeIncludes schema:MusicAlbumReleaseType . + +schema:albums a rdf:Property ; + rdfs:label "albums" ; + rdfs:comment "A collection of music albums." ; + schema:domainIncludes schema:MusicGroup ; + schema:rangeIncludes schema:MusicAlbum ; + schema:supersededBy schema:album . + +schema:alcoholWarning a rdf:Property ; + rdfs:label "alcoholWarning" ; + rdfs:comment "Any precaution, guidance, contraindication, etc. related to consumption of alcohol while taking this drug." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:algorithm a rdf:Property ; + rdfs:label "algorithm" ; + rdfs:comment "The algorithm or rules to follow to compute the score." ; + schema:domainIncludes schema:MedicalRiskScore ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:alignmentType a rdf:Property ; + rdfs:label "alignmentType" ; + rdfs:comment "A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'." ; + schema:domainIncludes schema:AlignmentObject ; + schema:rangeIncludes schema:Text . + +schema:alternativeHeadline a rdf:Property ; + rdfs:label "alternativeHeadline" ; + rdfs:comment "A secondary title of the CreativeWork." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text . + +schema:alternativeOf a rdf:Property ; + rdfs:label "alternativeOf" ; + rdfs:comment "Another gene which is a variation of this one." ; + schema:domainIncludes schema:Gene ; + schema:isPartOf ; + schema:rangeIncludes schema:Gene ; + schema:source . + +schema:amenityFeature a rdf:Property ; + rdfs:label "amenityFeature" ; + rdfs:comment "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs." ; + schema:contributor ; + schema:domainIncludes schema:Accommodation, + schema:FloorPlan, + schema:LodgingBusiness, + schema:Place ; + schema:rangeIncludes schema:LocationFeatureSpecification . + +schema:amount a rdf:Property ; + rdfs:label "amount" ; + rdfs:comment "The amount of money." ; + schema:domainIncludes schema:DatedMoneySpecification, + schema:InvestmentOrDeposit, + schema:LoanOrCredit, + schema:MonetaryGrant, + schema:MoneyTransfer ; + schema:rangeIncludes schema:MonetaryAmount, + schema:Number ; + schema:source , + . + +schema:amountOfThisGood a rdf:Property ; + rdfs:label "amountOfThisGood" ; + rdfs:comment "The quantity of the goods included in the offer." ; + schema:contributor ; + schema:domainIncludes schema:TypeAndQuantityNode ; + schema:rangeIncludes schema:Number . + +schema:announcementLocation a rdf:Property ; + rdfs:label "announcementLocation" ; + rdfs:comment "Indicates a specific [[CivicStructure]] or [[LocalBusiness]] associated with the SpecialAnnouncement. For example, a specific testing facility or business with special opening hours. For a larger geographic region like a quarantine of an entire region, use [[spatialCoverage]]." ; + rdfs:subPropertyOf schema:spatialCoverage ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:CivicStructure, + schema:LocalBusiness ; + schema:source . + +schema:annualPercentageRate a rdf:Property ; + rdfs:label "annualPercentageRate" ; + rdfs:comment "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction." ; + schema:contributor ; + schema:domainIncludes schema:FinancialProduct ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:answerCount a rdf:Property ; + rdfs:label "answerCount" ; + rdfs:comment "The number of answers this question has received." ; + schema:domainIncludes schema:Question ; + schema:rangeIncludes schema:Integer . + +schema:answerExplanation a rdf:Property ; + rdfs:label "answerExplanation" ; + rdfs:comment "A step-by-step or full explanation about Answer. Can outline how this Answer was achieved or contain more broad clarification or statement about it. " ; + schema:domainIncludes schema:Answer ; + schema:isPartOf ; + schema:rangeIncludes schema:Comment, + schema:WebContent ; + schema:source . + +schema:antagonist a rdf:Property ; + rdfs:label "antagonist" ; + rdfs:comment "The muscle whose action counteracts the specified muscle." ; + schema:domainIncludes schema:Muscle ; + schema:isPartOf ; + schema:rangeIncludes schema:Muscle . + +schema:appearance a rdf:Property ; + rdfs:label "appearance" ; + rdfs:comment "Indicates an occurrence of a [[Claim]] in some [[CreativeWork]]." ; + rdfs:subPropertyOf schema:workExample ; + schema:domainIncludes schema:Claim ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork ; + schema:source . + +schema:applicableCountry a rdf:Property ; + rdfs:label "applicableCountry" ; + rdfs:comment "A country where a particular merchant return policy applies to, for example the two-letter ISO 3166-1 alpha-2 country code." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:Country, + schema:Text ; + schema:source . + +schema:applicableLocation a rdf:Property ; + rdfs:label "applicableLocation" ; + rdfs:comment "The location in which the status applies." ; + schema:domainIncludes schema:DrugCost, + schema:DrugLegalStatus ; + schema:isPartOf ; + schema:rangeIncludes schema:AdministrativeArea . + +schema:applicantLocationRequirements a rdf:Property ; + rdfs:label "applicantLocationRequirements" ; + rdfs:comment "The location(s) applicants can apply from. This is usually used for telecommuting jobs where the applicant does not need to be in a physical office. Note: This should not be used for citizenship or work visa requirements." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:AdministrativeArea ; + schema:source . + +schema:application a rdf:Property ; + rdfs:label "application" ; + rdfs:comment "An application that can complete the request." ; + schema:domainIncludes schema:EntryPoint ; + schema:rangeIncludes schema:SoftwareApplication ; + schema:supersededBy schema:actionApplication . + +schema:applicationCategory a rdf:Property ; + rdfs:label "applicationCategory" ; + rdfs:comment "Type of software application, e.g. 'Game, Multimedia'." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:applicationContact a rdf:Property ; + rdfs:label "applicationContact" ; + rdfs:comment "Contact details for further information relevant to this job posting." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:ContactPoint ; + schema:source . + +schema:applicationDeadline a rdf:Property ; + rdfs:label "applicationDeadline" ; + rdfs:comment "The date on which the program stops collecting applications for the next enrollment cycle. Flexible application deadlines (for example, a program with rolling admissions) can be described in a textual string, rather than as a DateTime." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Date, + schema:Text ; + schema:source . + +schema:applicationStartDate a rdf:Property ; + rdfs:label "applicationStartDate" ; + rdfs:comment "The date at which the program begins collecting applications for the next enrollment cycle." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Date ; + schema:source . + +schema:applicationSubCategory a rdf:Property ; + rdfs:label "applicationSubCategory" ; + rdfs:comment "Subcategory of the application, e.g. 'Arcade Game'." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:applicationSuite a rdf:Property ; + rdfs:label "applicationSuite" ; + rdfs:comment "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text . + +schema:appliesToDeliveryMethod a rdf:Property ; + rdfs:label "appliesToDeliveryMethod" ; + rdfs:comment "The delivery method(s) to which the delivery charge or payment charge specification applies." ; + schema:contributor ; + schema:domainIncludes schema:DeliveryChargeSpecification, + schema:PaymentChargeSpecification ; + schema:rangeIncludes schema:DeliveryMethod . + +schema:appliesToPaymentMethod a rdf:Property ; + rdfs:label "appliesToPaymentMethod" ; + rdfs:comment "The payment method(s) to which the payment charge specification applies." ; + schema:contributor ; + schema:domainIncludes schema:PaymentChargeSpecification ; + schema:rangeIncludes schema:PaymentMethod . + +schema:archivedAt a rdf:Property ; + rdfs:label "archivedAt" ; + rdfs:comment "Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:URL, + schema:WebPage ; + schema:source . + +schema:area a rdf:Property ; + rdfs:label "area" ; + rdfs:comment "The area within which users can expect to reach the broadcast service." ; + schema:domainIncludes schema:BroadcastService ; + schema:rangeIncludes schema:Place ; + schema:supersededBy schema:serviceArea . + +schema:arrivalAirport a rdf:Property ; + rdfs:label "arrivalAirport" ; + rdfs:comment "The airport where the flight terminates." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Airport . + +schema:arrivalBoatTerminal a rdf:Property ; + rdfs:label "arrivalBoatTerminal" ; + rdfs:comment "The terminal or port from which the boat arrives." ; + schema:domainIncludes schema:BoatTrip ; + schema:isPartOf ; + schema:rangeIncludes schema:BoatTerminal ; + schema:source . + +schema:arrivalBusStop a rdf:Property ; + rdfs:label "arrivalBusStop" ; + rdfs:comment "The stop or station from which the bus arrives." ; + schema:domainIncludes schema:BusTrip ; + schema:rangeIncludes schema:BusStation, + schema:BusStop . + +schema:arrivalGate a rdf:Property ; + rdfs:label "arrivalGate" ; + rdfs:comment "Identifier of the flight's arrival gate." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Text . + +schema:arrivalPlatform a rdf:Property ; + rdfs:label "arrivalPlatform" ; + rdfs:comment "The platform where the train arrives." ; + schema:domainIncludes schema:TrainTrip ; + schema:rangeIncludes schema:Text . + +schema:arrivalStation a rdf:Property ; + rdfs:label "arrivalStation" ; + rdfs:comment "The station where the train trip ends." ; + schema:domainIncludes schema:TrainTrip ; + schema:rangeIncludes schema:TrainStation . + +schema:arrivalTerminal a rdf:Property ; + rdfs:label "arrivalTerminal" ; + rdfs:comment "Identifier of the flight's arrival terminal." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Text . + +schema:arrivalTime a rdf:Property ; + rdfs:label "arrivalTime" ; + rdfs:comment "The expected arrival time." ; + schema:domainIncludes schema:Trip ; + schema:rangeIncludes schema:DateTime, + schema:Time . + +schema:artEdition a rdf:Property ; + rdfs:label "artEdition" ; + rdfs:comment "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\")." ; + schema:domainIncludes schema:VisualArtwork ; + schema:rangeIncludes schema:Integer, + schema:Text . + +schema:artMedium a rdf:Property ; + rdfs:label "artMedium" ; + rdfs:comment "The material used. (E.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)" ; + rdfs:subPropertyOf schema:material ; + schema:domainIncludes schema:VisualArtwork ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:artform a rdf:Property ; + rdfs:label "artform" ; + rdfs:comment "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc." ; + schema:domainIncludes schema:VisualArtwork ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:articleBody a rdf:Property ; + rdfs:label "articleBody" ; + rdfs:comment "The actual body of the article." ; + schema:domainIncludes schema:Article ; + schema:rangeIncludes schema:Text . + +schema:articleSection a rdf:Property ; + rdfs:label "articleSection" ; + rdfs:comment "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc." ; + schema:domainIncludes schema:Article ; + schema:rangeIncludes schema:Text . + +schema:artist a rdf:Property ; + rdfs:label "artist" ; + rdfs:comment """The primary artist for a work + in a medium other than pencils or digital line art--for example, if the + primary artwork is done in watercolors or digital paints.""" ; + schema:domainIncludes schema:ComicIssue, + schema:ComicStory, + schema:VisualArtwork ; + schema:isPartOf ; + schema:rangeIncludes schema:Person . + +schema:asin a rdf:Property ; + rdfs:label "asin" ; + rdfs:comment """An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization (summary from [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number)'s article). + +Note also that this is a definition for how to include ASINs in Schema.org data, and not a definition of ASINs in general - see documentation from Amazon for authoritative details. +ASINs are most commonly encoded as text strings, but the [asin] property supports URL/URI as potential values too.""" ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:aspect a rdf:Property ; + rdfs:label "aspect" ; + rdfs:comment "An aspect of medical practice that is considered on the page, such as 'diagnosis', 'treatment', 'causes', 'prognosis', 'etiology', 'epidemiology', etc." ; + schema:domainIncludes schema:MedicalWebPage ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:mainContentOfPage . + +schema:assembly a rdf:Property ; + rdfs:label "assembly" ; + rdfs:comment "Library file name, e.g., mscorlib.dll, system.web.dll." ; + schema:domainIncludes schema:APIReference ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:executableLibraryName . + +schema:assemblyVersion a rdf:Property ; + rdfs:label "assemblyVersion" ; + rdfs:comment "Associated product/technology version. E.g., .NET Framework 4.5." ; + schema:domainIncludes schema:APIReference ; + schema:rangeIncludes schema:Text . + +schema:assesses a rdf:Property ; + rdfs:label "assesses" ; + rdfs:comment "The item being described is intended to assess the competency or learning outcome defined by the referenced term." ; + schema:domainIncludes schema:CreativeWork, + schema:EducationEvent, + schema:LearningResource ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:associatedAnatomy a rdf:Property ; + rdfs:label "associatedAnatomy" ; + rdfs:comment "The anatomy of the underlying organ system or structures associated with this entity." ; + schema:domainIncludes schema:MedicalCondition, + schema:PhysicalActivity ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure, + schema:AnatomicalSystem, + schema:SuperficialAnatomy . + +schema:associatedArticle a rdf:Property ; + rdfs:label "associatedArticle" ; + rdfs:comment "A NewsArticle associated with the Media Object." ; + schema:domainIncludes schema:MediaObject ; + schema:rangeIncludes schema:NewsArticle . + +schema:associatedClaimReview a rdf:Property ; + rdfs:label "associatedClaimReview" ; + rdfs:comment "An associated [[ClaimReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[associatedClaimReview]] would be used on [[MediaReview]]." ; + rdfs:subPropertyOf schema:associatedReview ; + schema:domainIncludes schema:Review ; + schema:isPartOf ; + schema:rangeIncludes schema:Review ; + schema:source . + +schema:associatedDisease a rdf:Property ; + rdfs:label "associatedDisease" ; + rdfs:comment "Disease associated to this BioChemEntity. Such disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalCondition, + schema:PropertyValue, + schema:URL ; + schema:source . + +schema:associatedMedia a rdf:Property ; + rdfs:label "associatedMedia" ; + rdfs:comment "A media object that encodes this CreativeWork. This property is a synonym for encoding." ; + schema:domainIncludes schema:CreativeWork, + schema:HyperToc, + schema:HyperTocEntry ; + schema:rangeIncludes schema:MediaObject . + +schema:associatedMediaReview a rdf:Property ; + rdfs:label "associatedMediaReview" ; + rdfs:comment "An associated [[MediaReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[associatedClaimReview]] would be used on [[MediaReview]]." ; + rdfs:subPropertyOf schema:associatedReview ; + schema:domainIncludes schema:Review ; + schema:isPartOf ; + schema:rangeIncludes schema:Review ; + schema:source . + +schema:associatedPathophysiology a rdf:Property ; + rdfs:label "associatedPathophysiology" ; + rdfs:comment "If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system." ; + schema:domainIncludes schema:AnatomicalStructure, + schema:AnatomicalSystem, + schema:SuperficialAnatomy ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:athlete a rdf:Property ; + rdfs:label "athlete" ; + rdfs:comment "A person that acts as performing member of a sports team; a player as opposed to a coach." ; + schema:domainIncludes schema:SportsTeam ; + schema:rangeIncludes schema:Person . + +schema:attendees a rdf:Property ; + rdfs:label "attendees" ; + rdfs:comment "A person attending the event." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:supersededBy schema:attendee . + +schema:audienceType a rdf:Property ; + rdfs:label "audienceType" ; + rdfs:comment "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.)." ; + schema:domainIncludes schema:Audience ; + schema:rangeIncludes schema:Text . + +schema:audio a rdf:Property ; + rdfs:label "audio" ; + rdfs:comment "An embedded audio object." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:AudioObject, + schema:Clip, + schema:MusicRecording ; + schema:source . + +schema:auditDate a rdf:Property ; + rdfs:label "auditDate" ; + rdfs:comment "Date when a certification was last audited. See also [gs1:certificationAuditDate](https://www.gs1.org/voc/certificationAuditDate)." ; + owl:equivalentProperty unece:InspectionDateTime ; + schema:domainIncludes schema:Certification ; + schema:rangeIncludes schema:Date, + schema:DateTime ; + schema:source . + +schema:authenticator a rdf:Property ; + rdfs:label "authenticator" ; + rdfs:comment "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media." ; + schema:domainIncludes schema:MediaSubscription ; + schema:rangeIncludes schema:Organization ; + schema:source . + +schema:author a rdf:Property ; + rdfs:label "author" ; + rdfs:comment "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably." ; + schema:domainIncludes schema:CreativeWork, + schema:Rating ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:availability a rdf:Property ; + rdfs:label "availability" ; + rdfs:comment "The availability of this item—for example In stock, Out of stock, Pre-order, etc." ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:ItemAvailability . + +schema:availabilityEnds a rdf:Property ; + rdfs:label "availabilityEnds" ; + rdfs:comment "The end of the availability of the product or service included in the offer." ; + schema:contributor ; + schema:domainIncludes schema:ActionAccessSpecification, + schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:Date, + schema:DateTime, + schema:Time ; + schema:source . + +schema:availabilityStarts a rdf:Property ; + rdfs:label "availabilityStarts" ; + rdfs:comment "The beginning of the availability of the product or service included in the offer." ; + schema:contributor ; + schema:domainIncludes schema:ActionAccessSpecification, + schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:Date, + schema:DateTime, + schema:Time ; + schema:source . + +schema:availableAtOrFrom a rdf:Property ; + rdfs:label "availableAtOrFrom" ; + rdfs:comment "The place(s) from which the offer can be obtained (e.g. store locations)." ; + rdfs:subPropertyOf schema:areaServed ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:Place . + +schema:availableChannel a rdf:Property ; + rdfs:label "availableChannel" ; + rdfs:comment "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.)." ; + schema:domainIncludes schema:Service ; + schema:rangeIncludes schema:ServiceChannel . + +schema:availableDeliveryMethod a rdf:Property ; + rdfs:label "availableDeliveryMethod" ; + rdfs:comment "The delivery method(s) available for this offer." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:DeliveryMethod . + +schema:availableFrom a rdf:Property ; + rdfs:label "availableFrom" ; + rdfs:comment "When the item is available for pickup from the store, locker, etc." ; + schema:domainIncludes schema:DeliveryEvent ; + schema:rangeIncludes schema:DateTime . + +schema:availableIn a rdf:Property ; + rdfs:label "availableIn" ; + rdfs:comment "The location in which the strength is available." ; + schema:domainIncludes schema:DrugStrength ; + schema:isPartOf ; + schema:rangeIncludes schema:AdministrativeArea . + +schema:availableLanguage a rdf:Property ; + rdfs:label "availableLanguage" ; + rdfs:comment "A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]]." ; + owl:equivalentProperty gs1:availableLanguage ; + schema:domainIncludes schema:ContactPoint, + schema:Course, + schema:LodgingBusiness, + schema:ServiceChannel, + schema:TouristAttraction ; + schema:rangeIncludes schema:Language, + schema:Text . + +schema:availableService a rdf:Property ; + rdfs:label "availableService" ; + rdfs:comment "A medical service available from this provider." ; + schema:domainIncludes schema:Hospital, + schema:MedicalClinic, + schema:Physician ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalProcedure, + schema:MedicalTest, + schema:MedicalTherapy . + +schema:availableStrength a rdf:Property ; + rdfs:label "availableStrength" ; + rdfs:comment "An available dosage strength for the drug." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:DrugStrength . + +schema:availableTest a rdf:Property ; + rdfs:label "availableTest" ; + rdfs:comment "A diagnostic test or procedure offered by this lab." ; + schema:domainIncludes schema:DiagnosticLab ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalTest . + +schema:availableThrough a rdf:Property ; + rdfs:label "availableThrough" ; + rdfs:comment "After this date, the item will no longer be available for pickup." ; + schema:domainIncludes schema:DeliveryEvent ; + schema:rangeIncludes schema:DateTime . + +schema:awards a rdf:Property ; + rdfs:label "awards" ; + rdfs:comment "Awards won by or for this item." ; + schema:domainIncludes schema:CreativeWork, + schema:Organization, + schema:Person, + schema:Product ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:award . + +schema:awayTeam a rdf:Property ; + rdfs:label "awayTeam" ; + rdfs:comment "The away team in a sports event." ; + rdfs:subPropertyOf schema:competitor ; + schema:domainIncludes schema:SportsEvent ; + schema:rangeIncludes schema:Person, + schema:SportsTeam . + +schema:backstory a rdf:Property ; + rdfs:label "backstory" ; + rdfs:comment "For an [[Article]], typically a [[NewsArticle]], the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc." ; + schema:contributor ; + schema:domainIncludes schema:Article ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:Text ; + schema:source . + +schema:bankAccountType a rdf:Property ; + rdfs:label "bankAccountType" ; + rdfs:comment "The type of a bank account." ; + schema:contributor ; + schema:domainIncludes schema:BankAccount ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:baseSalary a rdf:Property ; + rdfs:label "baseSalary" ; + rdfs:comment "The base salary of the job or of an employee in an EmployeeRole." ; + schema:domainIncludes schema:EmployeeRole, + schema:JobPosting ; + schema:rangeIncludes schema:MonetaryAmount, + schema:Number, + schema:PriceSpecification . + +schema:bccRecipient a rdf:Property ; + rdfs:label "bccRecipient" ; + rdfs:comment "A sub property of recipient. The recipient blind copied on a message." ; + rdfs:subPropertyOf schema:recipient ; + schema:domainIncludes schema:Message ; + schema:rangeIncludes schema:ContactPoint, + schema:Organization, + schema:Person . + +schema:bed a rdf:Property ; + rdfs:label "bed" ; + rdfs:comment """The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text. + If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property.""" ; + schema:contributor ; + schema:domainIncludes schema:Accommodation, + schema:HotelRoom, + schema:Suite ; + schema:rangeIncludes schema:BedDetails, + schema:BedType, + schema:Text . + +schema:beforeMedia a rdf:Property ; + rdfs:label "beforeMedia" ; + rdfs:comment "A media object representing the circumstances before performing this direction." ; + schema:domainIncludes schema:HowToDirection ; + schema:rangeIncludes schema:MediaObject, + schema:URL . + +schema:beneficiaryBank a rdf:Property ; + rdfs:label "beneficiaryBank" ; + rdfs:comment "A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary." ; + schema:contributor ; + schema:domainIncludes schema:MoneyTransfer ; + schema:isPartOf ; + schema:rangeIncludes schema:BankOrCreditUnion, + schema:Text ; + schema:source . + +schema:benefits a rdf:Property ; + rdfs:label "benefits" ; + rdfs:comment "Description of benefits associated with the job." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:jobBenefits . + +schema:benefitsSummaryUrl a rdf:Property ; + rdfs:label "benefitsSummaryUrl" ; + rdfs:comment "The URL that goes directly to the summary of benefits and coverage for the specific standard plan or plan variation." ; + schema:domainIncludes schema:HealthInsurancePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:URL ; + schema:source . + +schema:bestRating a rdf:Property ; + rdfs:label "bestRating" ; + rdfs:comment "The highest value allowed in this rating system." ; + schema:domainIncludes schema:Rating ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:billingAddress a rdf:Property ; + rdfs:label "billingAddress" ; + rdfs:comment "The billing address for the order." ; + owl:equivalentProperty unece:BillingAddress ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:PostalAddress . + +schema:billingDuration a rdf:Property ; + rdfs:label "billingDuration" ; + rdfs:comment "Specifies for how long this price (or price component) will be billed. Can be used, for example, to model the contractual duration of a subscription or payment plan. Type can be either a Duration or a Number (in which case the unit of measurement, for example month, is specified by the unitCode property)." ; + schema:domainIncludes schema:UnitPriceSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Duration, + schema:Number, + schema:QuantitativeValue ; + schema:source . + +schema:billingIncrement a rdf:Property ; + rdfs:label "billingIncrement" ; + rdfs:comment "This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property." ; + schema:contributor ; + schema:domainIncludes schema:UnitPriceSpecification ; + schema:rangeIncludes schema:Number . + +schema:billingPeriod a rdf:Property ; + rdfs:label "billingPeriod" ; + rdfs:comment "The time interval used to compute the invoice." ; + owl:equivalentProperty unece:billingPeriod ; + schema:domainIncludes schema:Invoice ; + schema:rangeIncludes schema:Duration . + +schema:billingStart a rdf:Property ; + rdfs:label "billingStart" ; + rdfs:comment "Specifies after how much time this price (or price component) becomes valid and billing starts. Can be used, for example, to model a price increase after the first year of a subscription. The unit of measurement is specified by the unitCode property." ; + schema:domainIncludes schema:UnitPriceSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:bioChemInteraction a rdf:Property ; + rdfs:label "bioChemInteraction" ; + rdfs:comment "A BioChemEntity that is known to interact with this item." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:BioChemEntity ; + schema:source . + +schema:bioChemSimilarity a rdf:Property ; + rdfs:label "bioChemSimilarity" ; + rdfs:comment "A similar BioChemEntity, e.g., obtained by fingerprint similarity algorithms." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:BioChemEntity ; + schema:source . + +schema:biologicalRole a rdf:Property ; + rdfs:label "biologicalRole" ; + rdfs:comment "A role played by the BioChemEntity within a biological context." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm ; + schema:source . + +schema:biomechnicalClass a rdf:Property ; + rdfs:label "biomechnicalClass" ; + rdfs:comment "The biomechanical properties of the bone." ; + schema:domainIncludes schema:Joint ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:birthDate a rdf:Property ; + rdfs:label "birthDate" ; + rdfs:comment "Date of birth." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Date . + +schema:birthPlace a rdf:Property ; + rdfs:label "birthPlace" ; + rdfs:comment "The place where the person was born." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Place . + +schema:bitrate a rdf:Property ; + rdfs:label "bitrate" ; + rdfs:comment "The bitrate of the media object." ; + schema:domainIncludes schema:MediaObject ; + schema:rangeIncludes schema:Text . + +schema:blogPosts a rdf:Property ; + rdfs:label "blogPosts" ; + rdfs:comment "Indicates a post that is part of a [[Blog]]. Note that historically, what we term a \"Blog\" was once known as a \"weblog\", and that what we term a \"BlogPosting\" is now often colloquially referred to as a \"blog\"." ; + schema:domainIncludes schema:Blog ; + schema:rangeIncludes schema:BlogPosting ; + schema:supersededBy schema:blogPost . + +schema:bloodSupply a rdf:Property ; + rdfs:label "bloodSupply" ; + rdfs:comment "The blood vessel that carries blood from the heart to the muscle." ; + schema:domainIncludes schema:Muscle ; + schema:isPartOf ; + schema:rangeIncludes schema:Vessel . + +schema:boardingGroup a rdf:Property ; + rdfs:label "boardingGroup" ; + rdfs:comment "The airline-specific indicator of boarding order / preference." ; + schema:domainIncludes schema:FlightReservation ; + schema:rangeIncludes schema:Text . + +schema:boardingPolicy a rdf:Property ; + rdfs:label "boardingPolicy" ; + rdfs:comment "The type of boarding policy used by the airline (e.g. zone-based or group-based)." ; + schema:domainIncludes schema:Airline, + schema:Flight ; + schema:rangeIncludes schema:BoardingPolicyType . + +schema:bodyLocation a rdf:Property ; + rdfs:label "bodyLocation" ; + rdfs:comment "Location in the body of the anatomical structure." ; + schema:domainIncludes schema:AnatomicalStructure, + schema:MedicalProcedure ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:bodyType a rdf:Property ; + rdfs:label "bodyType" ; + rdfs:comment "Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.)." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text, + schema:URL . + +schema:bookEdition a rdf:Property ; + rdfs:label "bookEdition" ; + rdfs:comment "The edition of the book." ; + schema:domainIncludes schema:Book ; + schema:rangeIncludes schema:Text . + +schema:bookFormat a rdf:Property ; + rdfs:label "bookFormat" ; + rdfs:comment "The format of the book." ; + schema:domainIncludes schema:Book ; + schema:rangeIncludes schema:BookFormatType . + +schema:bookingAgent a rdf:Property ; + rdfs:label "bookingAgent" ; + rdfs:comment "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent." ; + schema:domainIncludes schema:Reservation ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:supersededBy schema:broker . + +schema:bookingTime a rdf:Property ; + rdfs:label "bookingTime" ; + rdfs:comment "The date and time the reservation was booked." ; + schema:domainIncludes schema:Reservation ; + schema:rangeIncludes schema:DateTime . + +schema:borrower a rdf:Property ; + rdfs:label "borrower" ; + rdfs:comment "A sub property of participant. The person that borrows the object being lent." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:LendAction ; + schema:rangeIncludes schema:Person . + +schema:box a rdf:Property ; + rdfs:label "box" ; + rdfs:comment "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character." ; + schema:domainIncludes schema:GeoShape ; + schema:rangeIncludes schema:Text . + +schema:branch a rdf:Property ; + rdfs:label "branch" ; + rdfs:comment "The branches that delineate from the nerve bundle. Not to be confused with [[branchOf]]." ; + schema:domainIncludes schema:Nerve ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure ; + schema:supersededBy schema:arterialBranch . + +schema:branchCode a rdf:Property ; + rdfs:label "branchCode" ; + rdfs:comment """A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\\n\\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch. + """ ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:Text . + +schema:branchOf a rdf:Property ; + rdfs:label "branchOf" ; + rdfs:comment "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]]." ; + schema:domainIncludes schema:LocalBusiness ; + schema:rangeIncludes schema:Organization ; + schema:supersededBy schema:parentOrganization . + +schema:brand a rdf:Property ; + rdfs:label "brand" ; + rdfs:comment "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." ; + rdfs:subPropertyOf fibo-fnd-rel-rel:hasDesignation ; + owl:equivalentProperty unece:brandName ; + schema:domainIncludes schema:Organization, + schema:Person, + schema:Product, + schema:Service ; + schema:rangeIncludes schema:Brand, + schema:Organization . + +schema:breadcrumb a rdf:Property ; + rdfs:label "breadcrumb" ; + rdfs:comment "A set of links that can help a user understand and navigate a website hierarchy." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:BreadcrumbList, + schema:Text . + +schema:breastfeedingWarning a rdf:Property ; + rdfs:label "breastfeedingWarning" ; + rdfs:comment "Any precaution, guidance, contraindication, etc. related to this drug's use by breastfeeding mothers." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:broadcastAffiliateOf a rdf:Property ; + rdfs:label "broadcastAffiliateOf" ; + rdfs:comment "The media network(s) whose content is broadcast on this station." ; + schema:domainIncludes schema:BroadcastService ; + schema:rangeIncludes schema:Organization . + +schema:broadcastChannelId a rdf:Property ; + rdfs:label "broadcastChannelId" ; + rdfs:comment "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number." ; + schema:domainIncludes schema:BroadcastChannel ; + schema:rangeIncludes schema:Text . + +schema:broadcastDisplayName a rdf:Property ; + rdfs:label "broadcastDisplayName" ; + rdfs:comment "The name displayed in the channel guide. For many US affiliates, it is the network name." ; + schema:domainIncludes schema:BroadcastService ; + schema:rangeIncludes schema:Text . + +schema:broadcastFrequency a rdf:Property ; + rdfs:label "broadcastFrequency" ; + rdfs:comment "The frequency used for over-the-air broadcasts. Numeric values or simple ranges, e.g. 87-99. In addition a shortcut idiom is supported for frequencies of AM and FM radio channels, e.g. \"87 FM\"." ; + schema:domainIncludes schema:BroadcastChannel, + schema:BroadcastService ; + schema:rangeIncludes schema:BroadcastFrequencySpecification, + schema:Text ; + schema:source . + +schema:broadcastFrequencyValue a rdf:Property ; + rdfs:label "broadcastFrequencyValue" ; + rdfs:comment "The frequency in MHz for a particular broadcast." ; + schema:domainIncludes schema:BroadcastFrequencySpecification ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue ; + schema:source . + +schema:broadcastOfEvent a rdf:Property ; + rdfs:label "broadcastOfEvent" ; + rdfs:comment "The event being broadcast such as a sporting event or awards ceremony." ; + schema:domainIncludes schema:BroadcastEvent ; + schema:rangeIncludes schema:Event . + +schema:broadcastServiceTier a rdf:Property ; + rdfs:label "broadcastServiceTier" ; + rdfs:comment "The type of service required to have access to the channel (e.g. Standard or Premium)." ; + schema:domainIncludes schema:BroadcastChannel ; + schema:rangeIncludes schema:Text . + +schema:broadcastSignalModulation a rdf:Property ; + rdfs:label "broadcastSignalModulation" ; + rdfs:comment "The modulation (e.g. FM, AM, etc) used by a particular broadcast service." ; + schema:domainIncludes schema:BroadcastFrequencySpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text ; + schema:source . + +schema:broadcastSubChannel a rdf:Property ; + rdfs:label "broadcastSubChannel" ; + rdfs:comment "The subchannel used for the broadcast." ; + schema:domainIncludes schema:BroadcastFrequencySpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:broadcastTimezone a rdf:Property ; + rdfs:label "broadcastTimezone" ; + rdfs:comment "The timezone in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601) for which the service bases its broadcasts." ; + schema:domainIncludes schema:BroadcastService ; + schema:rangeIncludes schema:Text . + +schema:broadcaster a rdf:Property ; + rdfs:label "broadcaster" ; + rdfs:comment "The organization owning or operating the broadcast service." ; + schema:domainIncludes schema:BroadcastService ; + schema:rangeIncludes schema:Organization . + +schema:browserRequirements a rdf:Property ; + rdfs:label "browserRequirements" ; + rdfs:comment "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'." ; + schema:domainIncludes schema:WebApplication ; + schema:rangeIncludes schema:Text . + +schema:busName a rdf:Property ; + rdfs:label "busName" ; + rdfs:comment "The name of the bus (e.g. Bolt Express)." ; + schema:domainIncludes schema:BusTrip ; + schema:rangeIncludes schema:Text . + +schema:busNumber a rdf:Property ; + rdfs:label "busNumber" ; + rdfs:comment "The unique identifier for the bus." ; + schema:domainIncludes schema:BusTrip ; + schema:rangeIncludes schema:Text . + +schema:businessDays a rdf:Property ; + rdfs:label "businessDays" ; + rdfs:comment "Days of the week when the merchant typically operates, indicated via opening hours markup." ; + schema:domainIncludes schema:ServicePeriod, + schema:ShippingDeliveryTime ; + schema:rangeIncludes schema:DayOfWeek, + schema:OpeningHoursSpecification ; + schema:source , + . + +schema:businessFunction a rdf:Property ; + rdfs:label "businessFunction" ; + rdfs:comment "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:TypeAndQuantityNode ; + schema:rangeIncludes schema:BusinessFunction . + +schema:buyer a rdf:Property ; + rdfs:label "buyer" ; + rdfs:comment "A sub property of participant. The participant/person/organization that bought the object." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:SellAction ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:byArtist a rdf:Property ; + rdfs:label "byArtist" ; + rdfs:comment "The artist that performed this album or recording." ; + schema:domainIncludes schema:MusicAlbum, + schema:MusicRecording ; + schema:rangeIncludes schema:MusicGroup, + schema:Person . + +schema:byDay a rdf:Property ; + rdfs:label "byDay" ; + rdfs:comment "Defines the day(s) of the week on which a recurring [[Event]] takes place. May be specified using either [[DayOfWeek]], or alternatively [[Text]] conforming to iCal's syntax for byDay recurrence rules." ; + schema:domainIncludes schema:Schedule ; + schema:isPartOf ; + schema:rangeIncludes schema:DayOfWeek, + schema:Text ; + schema:source . + +schema:byMonth a rdf:Property ; + rdfs:label "byMonth" ; + rdfs:comment "Defines the month(s) of the year on which a recurring [[Event]] takes place. Specified as an [[Integer]] between 1-12. January is 1." ; + schema:domainIncludes schema:Schedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:byMonthDay a rdf:Property ; + rdfs:label "byMonthDay" ; + rdfs:comment "Defines the day(s) of the month on which a recurring [[Event]] takes place. Specified as an [[Integer]] between 1-31." ; + schema:domainIncludes schema:Schedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:byMonthWeek a rdf:Property ; + rdfs:label "byMonthWeek" ; + rdfs:comment "Defines the week(s) of the month on which a recurring Event takes place. Specified as an Integer between 1-5. For clarity, byMonthWeek is best used in conjunction with byDay to indicate concepts like the first and third Mondays of a month." ; + schema:domainIncludes schema:Schedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:callSign a rdf:Property ; + rdfs:label "callSign" ; + rdfs:comment "A [callsign](https://en.wikipedia.org/wiki/Call_sign), as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles." ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:BroadcastService, + schema:Person, + schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:calories a rdf:Property ; + rdfs:label "calories" ; + rdfs:comment "The number of calories." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Energy . + +schema:candidate a rdf:Property ; + rdfs:label "candidate" ; + rdfs:comment "A sub property of object. The candidate subject of this action." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:VoteAction ; + schema:rangeIncludes schema:Person . + +schema:carbohydrateContent a rdf:Property ; + rdfs:label "carbohydrateContent" ; + rdfs:comment "The number of grams of carbohydrates." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:cargoVolume a rdf:Property ; + rdfs:label "cargoVolume" ; + rdfs:comment "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.\\n\\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet\\n\\nNote: You can use [[minValue]] and [[maxValue]] to indicate ranges." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:carrier a rdf:Property ; + rdfs:label "carrier" ; + rdfs:comment "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." ; + schema:domainIncludes schema:Flight, + schema:ParcelDelivery ; + schema:rangeIncludes schema:Organization ; + schema:supersededBy schema:provider . + +schema:carrierRequirements a rdf:Property ; + rdfs:label "carrierRequirements" ; + rdfs:comment "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network)." ; + schema:domainIncludes schema:MobileApplication ; + schema:rangeIncludes schema:Text . + +schema:cashBack a rdf:Property ; + rdfs:label "cashBack" ; + rdfs:comment "A cardholder benefit that pays the cardholder a small percentage of their net expenditures." ; + schema:contributor ; + schema:domainIncludes schema:PaymentCard ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean, + schema:Number ; + schema:source . + +schema:catalog a rdf:Property ; + rdfs:label "catalog" ; + rdfs:comment "A data catalog which contains this dataset." ; + schema:domainIncludes schema:Dataset ; + schema:rangeIncludes schema:DataCatalog ; + schema:supersededBy schema:includedInDataCatalog . + +schema:catalogNumber a rdf:Property ; + rdfs:label "catalogNumber" ; + rdfs:comment "The catalog number for the release." ; + schema:contributor ; + schema:domainIncludes schema:MusicRelease ; + schema:rangeIncludes schema:Text . + +schema:ccRecipient a rdf:Property ; + rdfs:label "ccRecipient" ; + rdfs:comment "A sub property of recipient. The recipient copied on a message." ; + rdfs:subPropertyOf schema:recipient ; + schema:domainIncludes schema:Message ; + schema:rangeIncludes schema:ContactPoint, + schema:Organization, + schema:Person . + +schema:certificationIdentification a rdf:Property ; + rdfs:label "certificationIdentification" ; + rdfs:comment "Identifier of a certification instance (as registered with an independent certification body). Typically this identifier can be used to consult and verify the certification instance. See also [gs1:certificationIdentification](https://www.gs1.org/voc/certificationIdentification)." ; + rdfs:subPropertyOf ; + owl:equivalentProperty unece:CertificateIdentifier ; + schema:domainIncludes schema:Certification ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:certificationRating a rdf:Property ; + rdfs:label "certificationRating" ; + rdfs:comment "Rating of a certification instance (as defined by an independent certification body). Typically this rating can be used to rate the level to which the requirements of the certification instance are fulfilled. See also [gs1:certificationValue](https://www.gs1.org/voc/certificationValue)." ; + schema:domainIncludes schema:Certification ; + schema:isPartOf ; + schema:rangeIncludes schema:Rating ; + schema:source . + +schema:certificationStatus a rdf:Property ; + rdfs:label "certificationStatus" ; + rdfs:comment "Indicates the current status of a certification: active or inactive. See also [gs1:certificationStatus](https://www.gs1.org/voc/certificationStatus)." ; + schema:domainIncludes schema:Certification ; + schema:rangeIncludes schema:CertificationStatusEnumeration ; + schema:source . + +schema:character a rdf:Property ; + rdfs:label "character" ; + rdfs:comment "Fictional person connected with a creative work." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Person . + +schema:characterAttribute a rdf:Property ; + rdfs:label "characterAttribute" ; + rdfs:comment "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage)." ; + schema:domainIncludes schema:Game, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Thing . + +schema:characterName a rdf:Property ; + rdfs:label "characterName" ; + rdfs:comment "The name of a character played in some acting or performing role, i.e. in a PerformanceRole." ; + schema:domainIncludes schema:PerformanceRole ; + schema:rangeIncludes schema:Text . + +schema:cheatCode a rdf:Property ; + rdfs:label "cheatCode" ; + rdfs:comment "Cheat codes to the game." ; + schema:domainIncludes schema:VideoGame, + schema:VideoGameSeries ; + schema:rangeIncludes schema:CreativeWork . + +schema:checkinTime a rdf:Property ; + rdfs:label "checkinTime" ; + rdfs:comment "The earliest someone may check into a lodging establishment." ; + schema:domainIncludes schema:LodgingBusiness, + schema:LodgingReservation ; + schema:rangeIncludes schema:DateTime, + schema:Time . + +schema:checkoutPageURLTemplate a rdf:Property ; + rdfs:label "checkoutPageURLTemplate" ; + rdfs:comment "A URL template (RFC 6570) for a checkout page for an offer. This approach allows merchants to specify a URL for online checkout of the offered product, by interpolating parameters such as the logged in user ID, product ID, quantity, discount code etc. Parameter naming and standardization are not specified here." ; + schema:domainIncludes schema:Offer ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:checkoutTime a rdf:Property ; + rdfs:label "checkoutTime" ; + rdfs:comment "The latest someone may check out of a lodging establishment." ; + schema:domainIncludes schema:LodgingBusiness, + schema:LodgingReservation ; + schema:rangeIncludes schema:DateTime, + schema:Time . + +schema:chemicalComposition a rdf:Property ; + rdfs:label "chemicalComposition" ; + rdfs:comment "The chemical composition describes the identity and relative ratio of the chemical elements that make up the substance." ; + schema:domainIncludes schema:ChemicalSubstance ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:chemicalRole a rdf:Property ; + rdfs:label "chemicalRole" ; + rdfs:comment "A role played by the BioChemEntity within a chemical context." ; + schema:domainIncludes schema:ChemicalSubstance, + schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm ; + schema:source . + +schema:childMaxAge a rdf:Property ; + rdfs:label "childMaxAge" ; + rdfs:comment "Maximal age of the child." ; + schema:domainIncludes schema:ParentAudience ; + schema:rangeIncludes schema:Number . + +schema:childMinAge a rdf:Property ; + rdfs:label "childMinAge" ; + rdfs:comment "Minimal age of the child." ; + schema:domainIncludes schema:ParentAudience ; + schema:rangeIncludes schema:Number . + +schema:children a rdf:Property ; + rdfs:label "children" ; + rdfs:comment "A child of the person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person . + +schema:cholesterolContent a rdf:Property ; + rdfs:label "cholesterolContent" ; + rdfs:comment "The number of milligrams of cholesterol." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:circle a rdf:Property ; + rdfs:label "circle" ; + rdfs:comment "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters." ; + schema:domainIncludes schema:GeoShape ; + schema:rangeIncludes schema:Text . + +schema:citation a rdf:Property ; + rdfs:label "citation" ; + rdfs:comment "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:CreativeWork, + schema:Text . + +schema:claimInterpreter a rdf:Property ; + rdfs:label "claimInterpreter" ; + rdfs:comment "For a [[Claim]] interpreted from [[MediaObject]] content, the [[interpretedAsClaim]] property can be used to indicate a claim contained, implied or refined from the content of a [[MediaObject]]." ; + schema:domainIncludes schema:Claim ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source . + +schema:claimReviewed a rdf:Property ; + rdfs:label "claimReviewed" ; + rdfs:comment "A short summary of the specific claims reviewed in a ClaimReview." ; + schema:domainIncludes schema:ClaimReview ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:clincalPharmacology a rdf:Property ; + rdfs:label "clincalPharmacology" ; + rdfs:comment "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD)." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:clinicalPharmacology . + +schema:clipNumber a rdf:Property ; + rdfs:label "clipNumber" ; + rdfs:comment "Position of the clip within an ordered group of clips." ; + rdfs:subPropertyOf schema:position ; + schema:domainIncludes schema:Clip ; + schema:rangeIncludes schema:Integer, + schema:Text . + +schema:closes a rdf:Property ; + rdfs:label "closes" ; + rdfs:comment "The closing hour of the place or service on the given day(s) of the week." ; + schema:contributor ; + schema:domainIncludes schema:OpeningHoursSpecification ; + schema:rangeIncludes schema:Time . + +schema:coach a rdf:Property ; + rdfs:label "coach" ; + rdfs:comment "A person that acts in a coaching role for a sports team." ; + schema:domainIncludes schema:SportsTeam ; + schema:rangeIncludes schema:Person . + +schema:code a rdf:Property ; + rdfs:label "code" ; + rdfs:comment "A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc." ; + schema:domainIncludes schema:MedicalEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalCode . + +schema:codeRepository a rdf:Property ; + rdfs:label "codeRepository" ; + rdfs:comment "Link to the repository where the un-compiled, human readable code and related code is located (SVN, GitHub, CodePlex)." ; + schema:domainIncludes schema:SoftwareSourceCode ; + schema:rangeIncludes schema:URL . + +schema:codeValue a rdf:Property ; + rdfs:label "codeValue" ; + rdfs:comment "A short textual code that uniquely identifies the value." ; + rdfs:subPropertyOf schema:termCode ; + schema:domainIncludes schema:CategoryCode, + schema:MedicalCode ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:codingSystem a rdf:Property ; + rdfs:label "codingSystem" ; + rdfs:comment "The coding system, e.g. 'ICD-10'." ; + schema:domainIncludes schema:MedicalCode ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:colleagues a rdf:Property ; + rdfs:label "colleagues" ; + rdfs:comment "A colleague of the person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person ; + schema:supersededBy schema:colleague . + +schema:collection a rdf:Property ; + rdfs:label "collection" ; + rdfs:comment "A sub property of object. The collection target of the action." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:UpdateAction ; + schema:rangeIncludes schema:Thing ; + schema:supersededBy schema:targetCollection . + +schema:collectionSize a rdf:Property ; + rdfs:label "collectionSize"@en ; + rdfs:comment "The number of items in the [[Collection]]."@en ; + schema:domainIncludes schema:Collection ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:color a rdf:Property ; + rdfs:label "color" ; + rdfs:comment "The color of the product." ; + owl:equivalentProperty unece:colourDescription ; + schema:contributor ; + schema:domainIncludes schema:Product ; + schema:rangeIncludes schema:Text . + +schema:colorSwatch a rdf:Property ; + rdfs:label "colorSwatch" ; + rdfs:comment "A color swatch image, visualizing the color of a [[Product]]. Should match the textual description specified in the [[color]] property. This can be a URL or a fully described ImageObject." ; + rdfs:subPropertyOf schema:image ; + schema:domainIncludes schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:ImageObject, + schema:URL ; + schema:source . + +schema:colorist a rdf:Property ; + rdfs:label "colorist" ; + rdfs:comment "The individual who adds color to inked drawings." ; + schema:domainIncludes schema:ComicIssue, + schema:ComicStory, + schema:VisualArtwork ; + schema:isPartOf ; + schema:rangeIncludes schema:Person . + +schema:comment a rdf:Property ; + rdfs:label "comment" ; + rdfs:comment "Comments, typically from users." ; + schema:domainIncludes schema:CreativeWork, + schema:RsvpAction ; + schema:rangeIncludes schema:Comment . + +schema:commentCount a rdf:Property ; + rdfs:label "commentCount" ; + rdfs:comment "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Integer . + +schema:commentText a rdf:Property ; + rdfs:label "commentText" ; + rdfs:comment "The text of the UserComment." ; + schema:domainIncludes schema:UserComments ; + schema:rangeIncludes schema:Text . + +schema:commentTime a rdf:Property ; + rdfs:label "commentTime" ; + rdfs:comment "The time at which the UserComment was made." ; + schema:domainIncludes schema:UserComments ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:companyRegistration a rdf:Property ; + rdfs:label "companyRegistration" ; + rdfs:comment "The official registration information of a business including the organization that issued it such as Company House or Chamber of Commerce in form of a Certification." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Certification . + +schema:competencyRequired a rdf:Property ; + rdfs:label "competencyRequired" ; + rdfs:comment "Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity in order to do something such as earn an Educational Occupational Credential or understand a LearningResource." ; + schema:domainIncludes schema:EducationalOccupationalCredential, + schema:LearningResource ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text, + schema:URL ; + schema:source . + +schema:composer a rdf:Property ; + rdfs:label "composer" ; + rdfs:comment "The person or organization who wrote a composition, or who is the composer of a work performed at some event." ; + schema:contributor ; + schema:domainIncludes schema:Event, + schema:MusicComposition ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:comprisedOf a rdf:Property ; + rdfs:label "comprisedOf" ; + rdfs:comment "Specifying something physically contained by something else. Typically used here for the underlying anatomical structures, such as organs, that comprise the anatomical system." ; + schema:domainIncludes schema:AnatomicalSystem ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure, + schema:AnatomicalSystem . + +schema:conditionsOfAccess a rdf:Property ; + rdfs:label "conditionsOfAccess" ; + rdfs:comment "Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.\\n\\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \". " ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:confirmationNumber a rdf:Property ; + rdfs:label "confirmationNumber" ; + rdfs:comment "A number that confirms the given order or payment has been received." ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:Invoice, + schema:Order ; + schema:rangeIncludes schema:Text . + +schema:connectedTo a rdf:Property ; + rdfs:label "connectedTo" ; + rdfs:comment "Other anatomical structures to which this structure is connected." ; + schema:domainIncludes schema:AnatomicalStructure ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure . + +schema:constraintProperty a rdf:Property ; + rdfs:label "constraintProperty" ; + rdfs:comment "Indicates a property used as a constraint. For example, in the definition of a [[StatisticalVariable]]. The value is a property, either from within Schema.org or from other compatible (e.g. RDF) systems such as DataCommons.org or Wikidata.org. " ; + schema:domainIncludes schema:ConstraintNode ; + schema:isPartOf ; + schema:rangeIncludes schema:Property, + schema:URL ; + schema:source . + +schema:contactOption a rdf:Property ; + rdfs:label "contactOption" ; + rdfs:comment "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers)." ; + schema:domainIncludes schema:ContactPoint ; + schema:rangeIncludes schema:ContactPointOption . + +schema:contactPoints a rdf:Property ; + rdfs:label "contactPoints" ; + rdfs:comment "A contact point for a person or organization." ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:rangeIncludes schema:ContactPoint ; + schema:supersededBy schema:contactPoint . + +schema:contactType a rdf:Property ; + rdfs:label "contactType" ; + rdfs:comment "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point." ; + owl:equivalentProperty gs1:contactType ; + schema:domainIncludes schema:ContactPoint ; + schema:rangeIncludes schema:Text . + +schema:contactlessPayment a rdf:Property ; + rdfs:label "contactlessPayment" ; + rdfs:comment "A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology." ; + schema:contributor ; + schema:domainIncludes schema:PaymentCard ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:containedIn a rdf:Property ; + rdfs:label "containedIn" ; + rdfs:comment "The basic containment relation between a place and one that contains it." ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:Place ; + schema:supersededBy schema:containedInPlace . + +schema:contentRating a rdf:Property ; + rdfs:label "contentRating" ; + rdfs:comment "Official rating of a piece of content—for example, 'MPAA PG-13'." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Rating, + schema:Text . + +schema:contentReferenceTime a rdf:Property ; + rdfs:label "contentReferenceTime" ; + rdfs:comment "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:DateTime ; + schema:source . + +schema:contentSize a rdf:Property ; + rdfs:label "contentSize" ; + rdfs:comment "File size in (mega/kilo)bytes." ; + schema:domainIncludes schema:MediaObject ; + schema:rangeIncludes schema:Text . + +schema:contentType a rdf:Property ; + rdfs:label "contentType" ; + rdfs:comment "The supported content type(s) for an EntryPoint response." ; + schema:domainIncludes schema:EntryPoint ; + schema:rangeIncludes schema:Text . + +schema:contentUrl a rdf:Property ; + rdfs:label "contentUrl" ; + rdfs:comment "Actual bytes of the media object, for example the image file or video file." ; + schema:domainIncludes schema:MediaObject ; + schema:rangeIncludes schema:URL . + +schema:contraindication a rdf:Property ; + rdfs:label "contraindication" ; + rdfs:comment "A contraindication for this therapy." ; + schema:domainIncludes schema:MedicalDevice, + schema:MedicalTherapy ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalContraindication, + schema:Text . + +schema:contributor a rdf:Property ; + rdfs:label "contributor" ; + rdfs:comment "A secondary contributor to the CreativeWork or Event." ; + owl:equivalentProperty dct:contributor ; + schema:domainIncludes schema:CreativeWork, + schema:Event ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:cookTime a rdf:Property ; + rdfs:label "cookTime" ; + rdfs:comment "The time it takes to actually cook the dish, in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ; + rdfs:subPropertyOf schema:performTime ; + schema:domainIncludes schema:Recipe ; + schema:rangeIncludes schema:Duration . + +schema:cookingMethod a rdf:Property ; + rdfs:label "cookingMethod" ; + rdfs:comment "The method of cooking, such as Frying, Steaming, ..." ; + schema:domainIncludes schema:Recipe ; + schema:rangeIncludes schema:Text . + +schema:copyrightHolder a rdf:Property ; + rdfs:label "copyrightHolder" ; + rdfs:comment "The party holding the legal copyright to the CreativeWork." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:copyrightNotice a rdf:Property ; + rdfs:label "copyrightNotice" ; + rdfs:comment "Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:copyrightYear a rdf:Property ; + rdfs:label "copyrightYear" ; + rdfs:comment "The year during which the claimed copyright for the CreativeWork was first asserted." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Number . + +schema:correction a rdf:Property ; + rdfs:label "correction" ; + rdfs:comment "Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document." ; + schema:contributor ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:CorrectionComment, + schema:Text, + schema:URL ; + schema:source . + +schema:correctionsPolicy a rdf:Property ; + rdfs:label "correctionsPolicy" ; + rdfs:comment "For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization, + schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:costCategory a rdf:Property ; + rdfs:label "costCategory" ; + rdfs:comment "The category of cost, such as wholesale, retail, reimbursement cap, etc." ; + schema:domainIncludes schema:DrugCost ; + schema:isPartOf ; + schema:rangeIncludes schema:DrugCostCategory . + +schema:costCurrency a rdf:Property ; + rdfs:label "costCurrency" ; + rdfs:comment "The currency (in 3-letter) of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217. " ; + schema:domainIncludes schema:DrugCost ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:costOrigin a rdf:Property ; + rdfs:label "costOrigin" ; + rdfs:comment "Additional details to capture the origin of the cost data. For example, 'Medicare Part B'." ; + schema:domainIncludes schema:DrugCost ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:costPerUnit a rdf:Property ; + rdfs:label "costPerUnit" ; + rdfs:comment "The cost per unit of the drug." ; + schema:domainIncludes schema:DrugCost ; + schema:isPartOf ; + schema:rangeIncludes schema:Number, + schema:QualitativeValue, + schema:Text . + +schema:countriesNotSupported a rdf:Property ; + rdfs:label "countriesNotSupported" ; + rdfs:comment "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text . + +schema:countriesSupported a rdf:Property ; + rdfs:label "countriesSupported" ; + rdfs:comment "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text . + +schema:countryOfAssembly a rdf:Property ; + rdfs:label "countryOfAssembly" ; + rdfs:comment "The place where the product was assembled." ; + owl:equivalentProperty unece:finalAssemblyCountry ; + schema:domainIncludes schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:countryOfLastProcessing a rdf:Property ; + rdfs:label "countryOfLastProcessing" ; + rdfs:comment "The place where the item (typically [[Product]]) was last processed and tested before importation." ; + owl:equivalentProperty unece:ProcessingCountry ; + schema:domainIncludes schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:countryOfOrigin a rdf:Property ; + rdfs:label "countryOfOrigin" ; + rdfs:comment """The country of origin of something, including products as well as creative works such as movie and TV content. + +In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable. + +In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.""" ; + owl:equivalentProperty unece:originCountry ; + schema:domainIncludes schema:CreativeWork, + schema:Movie, + schema:Product, + schema:TVEpisode, + schema:TVSeason, + schema:TVSeries ; + schema:rangeIncludes schema:Country . + +schema:course a rdf:Property ; + rdfs:label "course" ; + rdfs:comment "A sub property of location. The course where this action was taken." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:ExerciseAction ; + schema:rangeIncludes schema:Place ; + schema:supersededBy schema:exerciseCourse . + +schema:courseCode a rdf:Property ; + rdfs:label "courseCode" ; + rdfs:comment "The identifier for the [[Course]] used by the course [[provider]] (e.g. CS101 or 6.001)." ; + schema:domainIncludes schema:Course ; + schema:rangeIncludes schema:Text . + +schema:courseMode a rdf:Property ; + rdfs:label "courseMode" ; + rdfs:comment "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous)." ; + schema:domainIncludes schema:CourseInstance ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:coursePrerequisites a rdf:Property ; + rdfs:label "coursePrerequisites" ; + rdfs:comment "Requirements for taking the Course. May be completion of another [[Course]] or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using [[AlignmentObject]]." ; + schema:domainIncludes schema:Course ; + schema:rangeIncludes schema:AlignmentObject, + schema:Course, + schema:Text . + +schema:courseSchedule a rdf:Property ; + rdfs:label "courseSchedule" ; + rdfs:comment "Represents the length and pace of a course, expressed as a [[Schedule]]." ; + schema:domainIncludes schema:CourseInstance ; + schema:isPartOf ; + schema:rangeIncludes schema:Schedule ; + schema:source . + +schema:courseWorkload a rdf:Property ; + rdfs:label "courseWorkload" ; + rdfs:comment "The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, \"2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week\"." ; + schema:domainIncludes schema:CourseInstance ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:coverageEndTime a rdf:Property ; + rdfs:label "coverageEndTime" ; + rdfs:comment "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes." ; + schema:domainIncludes schema:LiveBlogPosting ; + schema:rangeIncludes schema:DateTime . + +schema:coverageStartTime a rdf:Property ; + rdfs:label "coverageStartTime" ; + rdfs:comment "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins." ; + schema:domainIncludes schema:LiveBlogPosting ; + schema:rangeIncludes schema:DateTime . + +schema:creativeWorkStatus a rdf:Property ; + rdfs:label "creativeWorkStatus" ; + rdfs:comment "The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:credentialCategory a rdf:Property ; + rdfs:label "credentialCategory" ; + rdfs:comment "The category or type of credential being described, for example \"degree”, “certificate”, “badge”, or more specific term." ; + schema:domainIncludes schema:Credential ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text, + schema:URL ; + schema:source . + +schema:creditText a rdf:Property ; + rdfs:label "creditText" ; + rdfs:comment "Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:creditedTo a rdf:Property ; + rdfs:label "creditedTo" ; + rdfs:comment "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga." ; + schema:contributor ; + schema:domainIncludes schema:MusicRelease ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:cssSelector a rdf:Property ; + rdfs:label "cssSelector" ; + rdfs:comment "A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\"." ; + schema:domainIncludes schema:SpeakableSpecification, + schema:WebPageElement ; + schema:rangeIncludes schema:CssSelectorType ; + schema:source . + +schema:currenciesAccepted a rdf:Property ; + rdfs:label "currenciesAccepted" ; + rdfs:comment "The currency accepted.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\"." ; + schema:domainIncludes schema:LocalBusiness ; + schema:rangeIncludes schema:Text . + +schema:currency a rdf:Property ; + rdfs:label "currency" ; + rdfs:comment "The currency in which the monetary amount is expressed.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\"." ; + owl:equivalentProperty fibo-fnd-acc-cur:hasCurrency ; + schema:domainIncludes schema:DatedMoneySpecification, + schema:ExchangeRateSpecification, + schema:LoanOrCredit, + schema:MonetaryAmount, + schema:MonetaryAmountDistribution ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:currentExchangeRate a rdf:Property ; + rdfs:label "currentExchangeRate" ; + rdfs:comment "The current price of a currency." ; + schema:contributor ; + schema:domainIncludes schema:ExchangeRateSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:UnitPriceSpecification ; + schema:source . + +schema:customer a rdf:Property ; + rdfs:label "customer" ; + rdfs:comment "Party placing the order or paying the invoice." ; + schema:domainIncludes schema:Invoice, + schema:Order ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:customerRemorseReturnFees a rdf:Property ; + rdfs:label "customerRemorseReturnFees" ; + rdfs:comment "The type of return fees if the product is returned due to customer remorse." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:ReturnFeesEnumeration ; + schema:source . + +schema:customerRemorseReturnLabelSource a rdf:Property ; + rdfs:label "customerRemorseReturnLabelSource" ; + rdfs:comment "The method (from an enumeration) by which the customer obtains a return shipping label for a product returned due to customer remorse." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:ReturnLabelSourceEnumeration ; + schema:source . + +schema:customerRemorseReturnShippingFeesAmount a rdf:Property ; + rdfs:label "customerRemorseReturnShippingFeesAmount" ; + rdfs:comment "The amount of shipping costs if a product is returned due to customer remorse. Applicable when property [[customerRemorseReturnFees]] equals [[ReturnShippingFees]]." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:cutoffTime a rdf:Property ; + rdfs:label "cutoffTime" ; + rdfs:comment "Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. For orders processed after cutoff time, one day gets added to the delivery time estimate. This property is expected to be most typically used via the [[ShippingRateSettings]] publication pattern. The time is indicated using the ISO-8601 Time format, e.g. \"23:30:00-05:00\" would represent 6:30 pm Eastern Standard Time (EST) which is 5 hours behind Coordinated Universal Time (UTC)." ; + schema:domainIncludes schema:ServicePeriod, + schema:ShippingDeliveryTime ; + schema:rangeIncludes schema:Time ; + schema:source , + . + +schema:cvdCollectionDate a rdf:Property ; + rdfs:label "cvdCollectionDate" ; + rdfs:comment "collectiondate - Date for which patient counts are reported." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:DateTime, + schema:Text ; + schema:source . + +schema:cvdFacilityCounty a rdf:Property ; + rdfs:label "cvdFacilityCounty" ; + rdfs:comment "Name of the County of the NHSN facility that this data record applies to. Use [[cvdFacilityId]] to identify the facility. To provide other details, [[healthcareReportingData]] can be used on a [[Hospital]] entry." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:cvdFacilityId a rdf:Property ; + rdfs:label "cvdFacilityId" ; + rdfs:comment "Identifier of the NHSN facility that this data record applies to. Use [[cvdFacilityCounty]] to indicate the county. To provide other details, [[healthcareReportingData]] can be used on a [[Hospital]] entry." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:cvdNumBeds a rdf:Property ; + rdfs:label "cvdNumBeds" ; + rdfs:comment "numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed, licensed, and overflow (surge) beds used for inpatients." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumBedsOcc a rdf:Property ; + rdfs:label "cvdNumBedsOcc" ; + rdfs:comment "numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed inpatient beds that are occupied." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumC19Died a rdf:Property ; + rdfs:label "cvdNumC19Died" ; + rdfs:comment "numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who died in the hospital, ED, or any overflow location." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumC19HOPats a rdf:Property ; + rdfs:label "cvdNumC19HOPats" ; + rdfs:comment "numc19hopats - HOSPITAL ONSET: Patients hospitalized in an NHSN inpatient care location with onset of suspected or confirmed COVID-19 14 or more days after hospitalization." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumC19HospPats a rdf:Property ; + rdfs:label "cvdNumC19HospPats" ; + rdfs:comment "numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an inpatient care location who have suspected or confirmed COVID-19." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumC19MechVentPats a rdf:Property ; + rdfs:label "cvdNumC19MechVentPats" ; + rdfs:comment "numc19mechventpats - HOSPITALIZED and VENTILATED: Patients hospitalized in an NHSN inpatient care location who have suspected or confirmed COVID-19 and are on a mechanical ventilator." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumC19OFMechVentPats a rdf:Property ; + rdfs:label "cvdNumC19OFMechVentPats" ; + rdfs:comment "numc19ofmechventpats - ED/OVERFLOW and VENTILATED: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed and on a mechanical ventilator." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumC19OverflowPats a rdf:Property ; + rdfs:label "cvdNumC19OverflowPats" ; + rdfs:comment "numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumICUBeds a rdf:Property ; + rdfs:label "cvdNumICUBeds" ; + rdfs:comment "numicubeds - ICU BEDS: Total number of staffed inpatient intensive care unit (ICU) beds." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumICUBedsOcc a rdf:Property ; + rdfs:label "cvdNumICUBedsOcc" ; + rdfs:comment "numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU beds that are occupied." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumTotBeds a rdf:Property ; + rdfs:label "cvdNumTotBeds" ; + rdfs:comment "numtotbeds - ALL HOSPITAL BEDS: Total number of all inpatient and outpatient beds, including all staffed, ICU, licensed, and overflow (surge) beds used for inpatients or outpatients." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumVent a rdf:Property ; + rdfs:label "cvdNumVent" ; + rdfs:comment "numvent - MECHANICAL VENTILATORS: Total number of ventilators available." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:cvdNumVentUse a rdf:Property ; + rdfs:label "cvdNumVentUse" ; + rdfs:comment "numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators in use." ; + schema:domainIncludes schema:CDCPMDRecord ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:data a rdf:Property ; + rdfs:label "data" ; + rdfs:comment "Data associated with the event, like for instance a log message." ; + schema:domainIncludes schema:InstantaneousEvent ; + schema:isPartOf ; + schema:rangeIncludes schema:Thing ; + schema:source . + +schema:dataFeedElement a rdf:Property ; + rdfs:label "dataFeedElement" ; + rdfs:comment "An item within a data feed. Data feeds may have many elements." ; + schema:domainIncludes schema:DataFeed ; + schema:rangeIncludes schema:DataFeedItem, + schema:Text, + schema:Thing . + +schema:datasetTimeInterval a rdf:Property ; + rdfs:label "datasetTimeInterval" ; + rdfs:comment "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format)." ; + schema:domainIncludes schema:Dataset ; + schema:rangeIncludes schema:DateTime ; + schema:supersededBy schema:temporalCoverage . + +schema:dateDeleted a rdf:Property ; + rdfs:label "dateDeleted" ; + rdfs:comment "The datetime the item was removed from the DataFeed." ; + schema:domainIncludes schema:DataFeedItem ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:dateIssued a rdf:Property ; + rdfs:label "dateIssued" ; + rdfs:comment "The date the ticket was issued." ; + schema:domainIncludes schema:Ticket ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:dateModified a rdf:Property ; + rdfs:label "dateModified" ; + rdfs:comment "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed." ; + schema:domainIncludes schema:CreativeWork, + schema:DataFeedItem ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:datePosted a rdf:Property ; + rdfs:label "datePosted" ; + rdfs:comment "Publication date of an online listing." ; + schema:domainIncludes schema:CDCPMDRecord, + schema:JobPosting, + schema:RealEstateListing, + schema:SpecialAnnouncement ; + schema:rangeIncludes schema:Date, + schema:DateTime ; + schema:source , + . + +schema:datePublished a rdf:Property ; + rdfs:label "datePublished" ; + rdfs:comment "Date of first publication or broadcast. For example the date a [[CreativeWork]] was broadcast or a [[Certification]] was issued." ; + schema:domainIncludes schema:Certification, + schema:CreativeWork ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:dateRead a rdf:Property ; + rdfs:label "dateRead" ; + rdfs:comment "The date/time at which the message has been read by the recipient if a single recipient exists." ; + schema:domainIncludes schema:Message ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:dateReceived a rdf:Property ; + rdfs:label "dateReceived" ; + rdfs:comment "The date/time the message was received if a single recipient exists." ; + schema:domainIncludes schema:Message ; + schema:rangeIncludes schema:DateTime . + +schema:dateSent a rdf:Property ; + rdfs:label "dateSent" ; + rdfs:comment "The date/time at which the message was sent." ; + schema:domainIncludes schema:Message ; + schema:rangeIncludes schema:DateTime . + +schema:dateVehicleFirstRegistered a rdf:Property ; + rdfs:label "dateVehicleFirstRegistered" ; + rdfs:comment "The date of the first registration of the vehicle with the respective public authorities." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Date . + +schema:dateline a rdf:Property ; + rdfs:label "dateline" ; + rdfs:comment """A [dateline](https://en.wikipedia.org/wiki/Dateline) is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided. + +Structured representations of dateline-related information can also be expressed more explicitly using [[locationCreated]] (which represents where a work was created, e.g. where a news report was written). For location depicted or described in the content, use [[contentLocation]]. + +Dateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: "BEIRUT, Lebanon, June 2.", "Paris, France", "December 19, 2017 11:43AM Reporting from Washington", "Beijing/Moscow", "QUEZON CITY, Philippines". + """ ; + schema:domainIncludes schema:NewsArticle ; + schema:rangeIncludes schema:Text . + +schema:dayOfWeek a rdf:Property ; + rdfs:label "dayOfWeek" ; + rdfs:comment "The day of the week for which these opening hours are valid." ; + schema:contributor ; + schema:domainIncludes schema:EducationalOccupationalProgram, + schema:OpeningHoursSpecification ; + schema:rangeIncludes schema:DayOfWeek . + +schema:deathDate a rdf:Property ; + rdfs:label "deathDate" ; + rdfs:comment "Date of death." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Date . + +schema:deathPlace a rdf:Property ; + rdfs:label "deathPlace" ; + rdfs:comment "The place where the person died." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Place . + +schema:defaultValue a rdf:Property ; + rdfs:label "defaultValue" ; + rdfs:comment "The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Text, + schema:Thing . + +schema:deliveryAddress a rdf:Property ; + rdfs:label "deliveryAddress" ; + rdfs:comment "Destination address." ; + owl:equivalentProperty unece:ShipToAddress ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:PostalAddress . + +schema:deliveryLeadTime a rdf:Property ; + rdfs:label "deliveryLeadTime" ; + rdfs:comment "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:deliveryMethod a rdf:Property ; + rdfs:label "deliveryMethod" ; + rdfs:comment "A sub property of instrument. The method of delivery." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:OrderAction, + schema:ReceiveAction, + schema:SendAction, + schema:TrackAction ; + schema:rangeIncludes schema:DeliveryMethod . + +schema:deliveryStatus a rdf:Property ; + rdfs:label "deliveryStatus" ; + rdfs:comment "New entry added as the package passes through each leg of its journey (from shipment to final delivery)." ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:DeliveryEvent . + +schema:deliveryTime a rdf:Property ; + rdfs:label "deliveryTime" ; + rdfs:comment "The total delay between the receipt of the order and the goods reaching the final customer." ; + schema:domainIncludes schema:DeliveryTimeSettings, + schema:OfferShippingDetails ; + schema:rangeIncludes schema:ShippingDeliveryTime ; + schema:source . + +schema:department a rdf:Property ; + rdfs:label "department" ; + rdfs:comment "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Organization . + +schema:departureAirport a rdf:Property ; + rdfs:label "departureAirport" ; + rdfs:comment "The airport where the flight originates." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Airport . + +schema:departureBoatTerminal a rdf:Property ; + rdfs:label "departureBoatTerminal" ; + rdfs:comment "The terminal or port from which the boat departs." ; + schema:domainIncludes schema:BoatTrip ; + schema:isPartOf ; + schema:rangeIncludes schema:BoatTerminal ; + schema:source . + +schema:departureBusStop a rdf:Property ; + rdfs:label "departureBusStop" ; + rdfs:comment "The stop or station from which the bus departs." ; + schema:domainIncludes schema:BusTrip ; + schema:rangeIncludes schema:BusStation, + schema:BusStop . + +schema:departureGate a rdf:Property ; + rdfs:label "departureGate" ; + rdfs:comment "Identifier of the flight's departure gate." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Text . + +schema:departurePlatform a rdf:Property ; + rdfs:label "departurePlatform" ; + rdfs:comment "The platform from which the train departs." ; + schema:domainIncludes schema:TrainTrip ; + schema:rangeIncludes schema:Text . + +schema:departureStation a rdf:Property ; + rdfs:label "departureStation" ; + rdfs:comment "The station from which the train departs." ; + schema:domainIncludes schema:TrainTrip ; + schema:rangeIncludes schema:TrainStation . + +schema:departureTerminal a rdf:Property ; + rdfs:label "departureTerminal" ; + rdfs:comment "Identifier of the flight's departure terminal." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Text . + +schema:departureTime a rdf:Property ; + rdfs:label "departureTime" ; + rdfs:comment "The expected departure time." ; + schema:domainIncludes schema:Trip ; + schema:rangeIncludes schema:DateTime, + schema:Time . + +schema:dependencies a rdf:Property ; + rdfs:label "dependencies" ; + rdfs:comment "Prerequisites needed to fulfill steps in article." ; + schema:domainIncludes schema:TechArticle ; + schema:rangeIncludes schema:Text . + +schema:depth a rdf:Property ; + rdfs:label "depth" ; + rdfs:comment "The depth of the item." ; + schema:contributor ; + schema:domainIncludes schema:OfferShippingDetails, + schema:Product, + schema:ShippingConditions, + schema:VisualArtwork ; + schema:rangeIncludes schema:Distance, + schema:QuantitativeValue ; + schema:source . + +schema:device a rdf:Property ; + rdfs:label "device" ; + rdfs:comment "Device required to run the application. Used in cases where a specific make/model is required to run the application." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:availableOnDevice . + +schema:diagnosis a rdf:Property ; + rdfs:label "diagnosis" ; + rdfs:comment "One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process." ; + schema:domainIncludes schema:DDxElement, + schema:Patient ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalCondition . + +schema:diagram a rdf:Property ; + rdfs:label "diagram" ; + rdfs:comment "An image containing a diagram that illustrates the structure and/or its component substructures and/or connections with other structures." ; + schema:domainIncludes schema:AnatomicalStructure ; + schema:isPartOf ; + schema:rangeIncludes schema:ImageObject . + +schema:diet a rdf:Property ; + rdfs:label "diet" ; + rdfs:comment "A sub property of instrument. The diet used in this action." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:ExerciseAction ; + schema:isPartOf ; + schema:rangeIncludes schema:Diet . + +schema:dietFeatures a rdf:Property ; + rdfs:label "dietFeatures" ; + rdfs:comment "Nutritional information specific to the dietary plan. May include dietary recommendations on what foods to avoid, what foods to consume, and specific alterations/deviations from the USDA or other regulatory body's approved dietary guidelines." ; + schema:domainIncludes schema:Diet ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:differentialDiagnosis a rdf:Property ; + rdfs:label "differentialDiagnosis" ; + rdfs:comment "One of a set of differential diagnoses for the condition. Specifically, a closely-related or competing diagnosis typically considered later in the cognitive process whereby this medical condition is distinguished from others most likely responsible for a similar collection of signs and symptoms to reach the most parsimonious diagnosis or diagnoses in a patient." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:DDxElement . + +schema:digitalSourceType a rdf:Property ; + rdfs:label "digitalSourceType" ; + rdfs:comment "Indicates an IPTCDigitalSourceEnumeration code indicating the nature of the digital source(s) for some [[CreativeWork]]." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:IPTCDigitalSourceEnumeration ; + schema:source . + +schema:directApply a rdf:Property ; + rdfs:label "directApply" ; + rdfs:comment "Indicates whether an [[url]] that is associated with a [[JobPosting]] enables direct application for the job, via the posting website. A job posting is considered to have directApply of [[True]] if an application process for the specified job can be directly initiated via the url(s) given (noting that e.g. multiple internet domains might nevertheless be involved at an implementation level). A value of [[False]] is appropriate if there is no clear path to applying directly online for the specified job, navigating directly from the JobPosting url(s) supplied." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:directors a rdf:Property ; + rdfs:label "directors" ; + rdfs:comment "A director of e.g. TV, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip." ; + schema:domainIncludes schema:Clip, + schema:Episode, + schema:Movie, + schema:MovieSeries, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGame, + schema:VideoGameSeries, + schema:VideoObject ; + schema:rangeIncludes schema:Person ; + schema:supersededBy schema:director . + +schema:disambiguatingDescription a rdf:Property ; + rdfs:label "disambiguatingDescription" ; + rdfs:comment "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation." ; + rdfs:subPropertyOf schema:description ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:Text . + +schema:discount a rdf:Property ; + rdfs:label "discount" ; + rdfs:comment "Any discount applied (to an Order)." ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:discountCode a rdf:Property ; + rdfs:label "discountCode" ; + rdfs:comment "Code used to redeem a discount." ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Text . + +schema:discountCurrency a rdf:Property ; + rdfs:label "discountCurrency" ; + rdfs:comment "The currency of the discount.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\"." ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Text . + +schema:discusses a rdf:Property ; + rdfs:label "discusses" ; + rdfs:comment "Specifies the CreativeWork associated with the UserComment." ; + schema:domainIncludes schema:UserComments ; + schema:rangeIncludes schema:CreativeWork . + +schema:discussionUrl a rdf:Property ; + rdfs:label "discussionUrl" ; + rdfs:comment "A link to the page containing the comments of the CreativeWork." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:URL . + +schema:diseasePreventionInfo a rdf:Property ; + rdfs:label "diseasePreventionInfo" ; + rdfs:comment "Information about disease prevention." ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:URL, + schema:WebContent ; + schema:source . + +schema:diseaseSpreadStatistics a rdf:Property ; + rdfs:label "diseaseSpreadStatistics" ; + rdfs:comment """Statistical information about the spread of a disease, either as [[WebContent]], or + described directly as a [[Dataset]], or the specific [[Observation]]s in the dataset. When a [[WebContent]] URL is + provided, the page indicated might also contain more such markup.""" ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:Dataset, + schema:Observation, + schema:URL, + schema:WebContent ; + schema:source . + +schema:displayLocation a rdf:Property ; + rdfs:label "displayLocation" ; + rdfs:comment "The location at which an item can be viewed or experienced in-person." ; + schema:domainIncludes schema:CreativeWork, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:Place ; + schema:source . + +schema:dissolutionDate a rdf:Property ; + rdfs:label "dissolutionDate" ; + rdfs:comment "The date that this organization was dissolved." ; + owl:equivalentProperty gs1:organizationTerminationDate ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Date . + +schema:distance a rdf:Property ; + rdfs:label "distance" ; + rdfs:comment "The distance travelled, e.g. exercising or travelling." ; + schema:domainIncludes schema:ExerciseAction, + schema:TravelAction ; + schema:rangeIncludes schema:Distance . + +schema:distinguishingSign a rdf:Property ; + rdfs:label "distinguishingSign" ; + rdfs:comment "One of a set of signs and symptoms that can be used to distinguish this diagnosis from others in the differential diagnosis." ; + schema:domainIncludes schema:DDxElement ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalSignOrSymptom . + +schema:distribution a rdf:Property ; + rdfs:label "distribution" ; + rdfs:comment "A downloadable form of this dataset, at a specific location, in a specific format. This property can be repeated if different variations are available. There is no expectation that different downloadable distributions must contain exactly equivalent information (see also [DCAT](https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution) on this point). Different distributions might include or exclude different subsets of the entire dataset, for example." ; + schema:domainIncludes schema:Dataset ; + schema:rangeIncludes schema:DataDownload . + +schema:diversityPolicy a rdf:Property ; + rdfs:label "diversityPolicy" ; + rdfs:comment "Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data." ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization, + schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:diversityStaffingReport a rdf:Property ; + rdfs:label "diversityStaffingReport" ; + rdfs:comment "For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization, + schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:Article, + schema:URL ; + schema:source . + +schema:documentation a rdf:Property ; + rdfs:label "documentation" ; + rdfs:comment "Further documentation describing the Web API in more detail." ; + schema:domainIncludes schema:WebAPI ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:doesNotShip a rdf:Property ; + rdfs:label "doesNotShip" ; + rdfs:comment "Indicates when shipping to a particular [[shippingDestination]] is not available." ; + schema:domainIncludes schema:OfferShippingDetails, + schema:ShippingConditions, + schema:ShippingRateSettings ; + schema:rangeIncludes schema:Boolean ; + schema:source , + . + +schema:domainIncludes a rdf:Property ; + rdfs:label "domainIncludes" ; + rdfs:comment "Relates a property to a class that is (one of) the type(s) the property is expected to be used on." ; + schema:domainIncludes schema:Property ; + schema:isPartOf ; + schema:rangeIncludes schema:Class . + +schema:domiciledMortgage a rdf:Property ; + rdfs:label "domiciledMortgage" ; + rdfs:comment "Whether borrower is a resident of the jurisdiction where the property is located." ; + schema:contributor ; + schema:domainIncludes schema:MortgageLoan ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:doorTime a rdf:Property ; + rdfs:label "doorTime" ; + rdfs:comment "The time admission will commence." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:DateTime, + schema:Time . + +schema:dosageForm a rdf:Property ; + rdfs:label "dosageForm" ; + rdfs:comment "A dosage form in which this drug/supplement is available, e.g. 'tablet', 'suspension', 'injection'." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:doseSchedule a rdf:Property ; + rdfs:label "doseSchedule" ; + rdfs:comment "A dosing schedule for the drug for a given population, either observed, recommended, or maximum dose based on the type used." ; + schema:domainIncludes schema:Drug, + schema:TherapeuticProcedure ; + schema:isPartOf ; + schema:rangeIncludes schema:DoseSchedule . + +schema:doseUnit a rdf:Property ; + rdfs:label "doseUnit" ; + rdfs:comment "The unit of the dose, e.g. 'mg'." ; + schema:domainIncludes schema:DoseSchedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:doseValue a rdf:Property ; + rdfs:label "doseValue" ; + rdfs:comment "The value of the dose, e.g. 500." ; + schema:domainIncludes schema:DoseSchedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Number, + schema:QualitativeValue . + +schema:downPayment a rdf:Property ; + rdfs:label "downPayment" ; + rdfs:comment "a type of payment made in cash during the onset of the purchase of an expensive good/service. The payment typically represents only a percentage of the full purchase price." ; + schema:contributor ; + schema:domainIncludes schema:RepaymentSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount, + schema:Number ; + schema:source . + +schema:downloadUrl a rdf:Property ; + rdfs:label "downloadUrl" ; + rdfs:comment "If the file can be downloaded, URL to download the binary." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:URL . + +schema:downvoteCount a rdf:Property ; + rdfs:label "downvoteCount" ; + rdfs:comment "The number of downvotes this question, answer or comment has received from the community." ; + schema:domainIncludes schema:Comment ; + schema:rangeIncludes schema:Integer . + +schema:drainsTo a rdf:Property ; + rdfs:label "drainsTo" ; + rdfs:comment "The vasculature that the vein drains into." ; + schema:domainIncludes schema:Vein ; + schema:isPartOf ; + schema:rangeIncludes schema:Vessel . + +schema:driveWheelConfiguration a rdf:Property ; + rdfs:label "driveWheelConfiguration" ; + rdfs:comment "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:DriveWheelConfigurationValue, + schema:Text . + +schema:dropoffLocation a rdf:Property ; + rdfs:label "dropoffLocation" ; + rdfs:comment "Where a rental car can be dropped off." ; + schema:domainIncludes schema:RentalCarReservation ; + schema:rangeIncludes schema:Place . + +schema:dropoffTime a rdf:Property ; + rdfs:label "dropoffTime" ; + rdfs:comment "When a rental car can be dropped off." ; + schema:domainIncludes schema:RentalCarReservation ; + schema:rangeIncludes schema:DateTime . + +schema:drug a rdf:Property ; + rdfs:label "drug" ; + rdfs:comment "Specifying a drug or medicine used in a medication procedure." ; + schema:domainIncludes schema:DrugClass, + schema:MedicalCondition, + schema:Patient, + schema:TherapeuticProcedure ; + schema:isPartOf ; + schema:rangeIncludes schema:Drug . + +schema:drugClass a rdf:Property ; + rdfs:label "drugClass" ; + rdfs:comment "The class of drug this belongs to (e.g., statins)." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:DrugClass . + +schema:drugUnit a rdf:Property ; + rdfs:label "drugUnit" ; + rdfs:comment "The unit in which the drug is measured, e.g. '5 mg tablet'." ; + schema:domainIncludes schema:Drug, + schema:DrugCost ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:duns a rdf:Property ; + rdfs:label "duns" ; + rdfs:comment "The Dun & Bradstreet DUNS number for identifying an organization or business person." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty unece:dUNSId ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Text . + +schema:duplicateTherapy a rdf:Property ; + rdfs:label "duplicateTherapy" ; + rdfs:comment "A therapy that duplicates or overlaps this one." ; + schema:domainIncludes schema:MedicalTherapy ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalTherapy . + +schema:durationOfWarranty a rdf:Property ; + rdfs:label "durationOfWarranty" ; + rdfs:comment "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days." ; + rdfs:subPropertyOf schema:duration ; + schema:contributor ; + schema:domainIncludes schema:WarrantyPromise ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:duringMedia a rdf:Property ; + rdfs:label "duringMedia" ; + rdfs:comment "A media object representing the circumstances while performing this direction." ; + schema:domainIncludes schema:HowToDirection ; + schema:rangeIncludes schema:MediaObject, + schema:URL . + +schema:earlyPrepaymentPenalty a rdf:Property ; + rdfs:label "earlyPrepaymentPenalty" ; + rdfs:comment "The amount to be paid as a penalty in the event of early payment of the loan." ; + schema:contributor ; + schema:domainIncludes schema:RepaymentSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:editEIDR a rdf:Property ; + rdfs:label "editEIDR" ; + rdfs:comment """An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television. + +For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3". + +Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. +""" ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:editor a rdf:Property ; + rdfs:label "editor" ; + rdfs:comment "Specifies the Person who edited the CreativeWork." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Person . + +schema:eduQuestionType a rdf:Property ; + rdfs:label "eduQuestionType" ; + rdfs:comment "For questions that are part of learning resources (e.g. Quiz), eduQuestionType indicates the format of question being given. Example: \"Multiple choice\", \"Open ended\", \"Flashcard\"." ; + schema:domainIncludes schema:Question, + schema:SolveMathAction ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:educationRequirements a rdf:Property ; + rdfs:label "educationRequirements" ; + rdfs:comment "Educational background needed for the position or Occupation." ; + schema:domainIncludes schema:JobPosting, + schema:Occupation ; + schema:isPartOf ; + schema:rangeIncludes schema:EducationalOccupationalCredential, + schema:Text ; + schema:source , + . + +schema:educationalAlignment a rdf:Property ; + rdfs:label "educationalAlignment" ; + rdfs:comment """An alignment to an established educational framework. + +This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.""" ; + schema:domainIncludes schema:CreativeWork, + schema:LearningResource ; + schema:rangeIncludes schema:AlignmentObject . + +schema:educationalCredentialAwarded a rdf:Property ; + rdfs:label "educationalCredentialAwarded" ; + rdfs:comment "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program." ; + schema:domainIncludes schema:Course, + schema:EducationalOccupationalProgram ; + schema:rangeIncludes schema:EducationalOccupationalCredential, + schema:Text, + schema:URL ; + schema:source . + +schema:educationalFramework a rdf:Property ; + rdfs:label "educationalFramework" ; + rdfs:comment "The framework to which the resource being described is aligned." ; + schema:domainIncludes schema:AlignmentObject ; + schema:rangeIncludes schema:Text . + +schema:educationalLevel a rdf:Property ; + rdfs:label "educationalLevel" ; + rdfs:comment "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators." ; + schema:domainIncludes schema:CreativeWork, + schema:EducationEvent, + schema:EducationalOccupationalCredential, + schema:LearningResource ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text, + schema:URL ; + schema:source . + +schema:educationalProgramMode a rdf:Property ; + rdfs:label "educationalProgramMode" ; + rdfs:comment "Similar to courseMode, the medium or means of delivery of the program as a whole. The value may either be a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous )." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:educationalRole a rdf:Property ; + rdfs:label "educationalRole" ; + rdfs:comment "An educationalRole of an EducationalAudience." ; + schema:domainIncludes schema:EducationalAudience ; + schema:rangeIncludes schema:Text . + +schema:educationalUse a rdf:Property ; + rdfs:label "educationalUse" ; + rdfs:comment "The purpose of a work in the context of education; for example, 'assignment', 'group work'." ; + schema:domainIncludes schema:CreativeWork, + schema:LearningResource ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text . + +schema:elevation a rdf:Property ; + rdfs:label "elevation" ; + rdfs:comment "The elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form 'NUMBER UNIT\\_OF\\_MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." ; + schema:domainIncludes schema:GeoCoordinates, + schema:GeoShape ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:eligibilityToWorkRequirement a rdf:Property ; + rdfs:label "eligibilityToWorkRequirement" ; + rdfs:comment "The legal requirements such as citizenship, visa and other documentation required for an applicant to this job." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:eligibleCustomerType a rdf:Property ; + rdfs:label "eligibleCustomerType" ; + rdfs:comment "The type(s) of customers for which the given offer is valid." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:BusinessEntityType . + +schema:eligibleDuration a rdf:Property ; + rdfs:label "eligibleDuration" ; + rdfs:comment "The duration for which the given offer is valid." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:eligibleQuantity a rdf:Property ; + rdfs:label "eligibleQuantity" ; + rdfs:comment "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:PriceSpecification ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:eligibleRegion a rdf:Property ; + rdfs:label "eligibleRegion" ; + rdfs:comment """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\\n\\nSee also [[ineligibleRegion]]. + """ ; + rdfs:subPropertyOf schema:areaServed ; + schema:contributor ; + schema:domainIncludes schema:ActionAccessSpecification, + schema:DeliveryChargeSpecification, + schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:GeoShape, + schema:Place, + schema:Text ; + schema:source . + +schema:eligibleTransactionVolume a rdf:Property ; + rdfs:label "eligibleTransactionVolume" ; + rdfs:comment "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:PriceSpecification ; + schema:rangeIncludes schema:PriceSpecification . + +schema:eligibleWithSupplier a rdf:Property ; + rdfs:label "eligibleWithSupplier" ; + rdfs:comment "The supplier of the incentivized item/service for which the incentive is valid for such as a utility company, merchant, or contractor." ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization ; + schema:source . + +schema:email a rdf:Property ; + rdfs:label "email" ; + rdfs:comment "Email address." ; + owl:equivalentProperty gs1:email ; + schema:domainIncludes schema:ContactPoint, + schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Text . + +schema:embedUrl a rdf:Property ; + rdfs:label "embedUrl" ; + rdfs:comment "A URL pointing to a player for a specific video. In general, this is the information in the ```src``` element of an ```embed``` tag and should not be the same as the content of the ```loc``` tag." ; + schema:domainIncludes schema:MediaObject ; + schema:rangeIncludes schema:URL . + +schema:embeddedTextCaption a rdf:Property ; + rdfs:label "embeddedTextCaption" ; + rdfs:comment "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'." ; + rdfs:subPropertyOf schema:caption ; + schema:domainIncludes schema:AudioObject, + schema:ImageObject, + schema:VideoObject ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:emissionsCO2 a rdf:Property ; + rdfs:label "emissionsCO2" ; + rdfs:comment "The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put \"g/km\" into the unitText property of that value, since there is no UN/CEFACT Common Code for \"g/km\"." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:Number . + +schema:employees a rdf:Property ; + rdfs:label "employees" ; + rdfs:comment "People working for this organization." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Person ; + schema:supersededBy schema:employee . + +schema:employerOverview a rdf:Property ; + rdfs:label "employerOverview" ; + rdfs:comment "A description of the employer, career opportunities and work environment for this position." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:employmentType a rdf:Property ; + rdfs:label "employmentType" ; + rdfs:comment "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship)." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Text . + +schema:employmentUnit a rdf:Property ; + rdfs:label "employmentUnit" ; + rdfs:comment "Indicates the department, unit and/or facility where the employee reports and/or in which the job is to be performed." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization ; + schema:source . + +schema:encodingType a rdf:Property ; + rdfs:label "encodingType" ; + rdfs:comment "The supported encoding type(s) for an EntryPoint request." ; + schema:domainIncludes schema:EntryPoint ; + schema:rangeIncludes schema:Text . + +schema:encodings a rdf:Property ; + rdfs:label "encodings" ; + rdfs:comment "A media object that encodes this CreativeWork." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:MediaObject ; + schema:supersededBy schema:encoding . + +schema:endOffset a rdf:Property ; + rdfs:label "endOffset" ; + rdfs:comment "The end time of the clip expressed as the number of seconds from the beginning of the work." ; + schema:domainIncludes schema:Clip ; + schema:isPartOf ; + schema:rangeIncludes schema:HyperTocEntry, + schema:Number ; + schema:source . + +schema:endTime a rdf:Property ; + rdfs:label "endTime" ; + rdfs:comment "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." ; + schema:domainIncludes schema:Action, + schema:FoodEstablishmentReservation, + schema:InteractionCounter, + schema:MediaObject, + schema:Schedule ; + schema:rangeIncludes schema:DateTime, + schema:Time ; + schema:source . + +schema:endorsee a rdf:Property ; + rdfs:label "endorsee" ; + rdfs:comment "A sub property of participant. The person/organization being supported." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:EndorseAction ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:endorsers a rdf:Property ; + rdfs:label "endorsers" ; + rdfs:comment "People or organizations that endorse the plan." ; + schema:domainIncludes schema:Diet ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:energyEfficiencyScaleMax a rdf:Property ; + rdfs:label "energyEfficiencyScaleMax" ; + rdfs:comment "Specifies the most energy efficient class on the regulated EU energy consumption scale for the product category a product belongs to. For example, energy consumption for televisions placed on the market after January 1, 2020 is scaled from D to A+++." ; + schema:domainIncludes schema:EnergyConsumptionDetails ; + schema:isPartOf ; + schema:rangeIncludes schema:EUEnergyEfficiencyEnumeration ; + schema:source . + +schema:energyEfficiencyScaleMin a rdf:Property ; + rdfs:label "energyEfficiencyScaleMin" ; + rdfs:comment "Specifies the least energy efficient class on the regulated EU energy consumption scale for the product category a product belongs to. For example, energy consumption for televisions placed on the market after January 1, 2020 is scaled from D to A+++." ; + schema:domainIncludes schema:EnergyConsumptionDetails ; + schema:isPartOf ; + schema:rangeIncludes schema:EUEnergyEfficiencyEnumeration ; + schema:source . + +schema:engineDisplacement a rdf:Property ; + rdfs:label "engineDisplacement" ; + rdfs:comment "The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement. \\n\\nTypical unit code(s): CMQ for cubic centimeter, LTR for liters, INQ for cubic inches\\n* Note 1: You can link to information about how the given value has been determined using the [[valueReference]] property.\\n* Note 2: You can use [[minValue]] and [[maxValue]] to indicate ranges." ; + schema:contributor ; + schema:domainIncludes schema:EngineSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:enginePower a rdf:Property ; + rdfs:label "enginePower" ; + rdfs:comment """The power of the vehicle's engine. + Typical unit code(s): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower (PS, with 1 PS = 735,49875 W)\\n\\n* Note 1: There are many different ways of measuring an engine's power. For an overview, see [http://en.wikipedia.org/wiki/Horsepower#Engine\\_power\\_test\\_codes](http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes).\\n* Note 2: You can link to information about how the given value has been determined using the [[valueReference]] property.\\n* Note 3: You can use [[minValue]] and [[maxValue]] to indicate ranges.""" ; + schema:contributor ; + schema:domainIncludes schema:EngineSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:engineType a rdf:Property ; + rdfs:label "engineType" ; + rdfs:comment "The type of engine or engines powering the vehicle." ; + schema:contributor ; + schema:domainIncludes schema:EngineSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text, + schema:URL . + +schema:entertainmentBusiness a rdf:Property ; + rdfs:label "entertainmentBusiness" ; + rdfs:comment "A sub property of location. The entertainment business where the action occurred." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:PerformAction ; + schema:rangeIncludes schema:EntertainmentBusiness . + +schema:epidemiology a rdf:Property ; + rdfs:label "epidemiology" ; + rdfs:comment "The characteristics of associated patients, such as age, gender, race etc." ; + schema:domainIncludes schema:MedicalCondition, + schema:PhysicalActivity ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:episodeNumber a rdf:Property ; + rdfs:label "episodeNumber" ; + rdfs:comment "Position of the episode within an ordered group of episodes." ; + rdfs:subPropertyOf schema:position ; + schema:domainIncludes schema:Episode ; + schema:rangeIncludes schema:Integer, + schema:Text . + +schema:episodes a rdf:Property ; + rdfs:label "episodes" ; + rdfs:comment "An episode of a TV/radio series or season." ; + schema:domainIncludes schema:CreativeWorkSeason, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Episode ; + schema:supersededBy schema:episode . + +schema:equal a rdf:Property ; + rdfs:label "equal" ; + rdfs:comment "This ordering relation for qualitative values indicates that the subject is equal to the object." ; + schema:contributor ; + schema:domainIncludes schema:QualitativeValue ; + schema:rangeIncludes schema:QualitativeValue . + +schema:error a rdf:Property ; + rdfs:label "error" ; + rdfs:comment "For failed actions, more information on the cause of the failure. Consider using the Error type." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:Thing . + +schema:errorCode a rdf:Property ; + rdfs:label "errorCode" ; + rdfs:comment "Application or platform dependant error code." ; + rdfs:seeAlso hydra:statusCode ; + schema:domainIncludes schema:Error ; + schema:rangeIncludes schema:DefinedTerm, + schema:Integer, + schema:StatusEnumeration, + schema:Text . + +schema:estimatedCost a rdf:Property ; + rdfs:label "estimatedCost" ; + rdfs:comment "The estimated cost of the supply or supplies consumed when performing instructions." ; + schema:domainIncludes schema:HowTo, + schema:HowToSupply ; + schema:rangeIncludes schema:MonetaryAmount, + schema:Text . + +schema:estimatedFlightDuration a rdf:Property ; + rdfs:label "estimatedFlightDuration" ; + rdfs:comment "The estimated time the flight will take." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Duration, + schema:Text . + +schema:estimatedSalary a rdf:Property ; + rdfs:label "estimatedSalary" ; + rdfs:comment "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value." ; + schema:domainIncludes schema:JobPosting, + schema:Occupation ; + schema:rangeIncludes schema:MonetaryAmount, + schema:MonetaryAmountDistribution, + schema:Number ; + schema:source . + +schema:estimatesRiskOf a rdf:Property ; + rdfs:label "estimatesRiskOf" ; + rdfs:comment "The condition, complication, or symptom whose risk is being estimated." ; + schema:domainIncludes schema:MedicalRiskEstimator ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity . + +schema:ethicsPolicy a rdf:Property ; + rdfs:label "ethicsPolicy" ; + rdfs:comment "Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization." ; + schema:domainIncludes schema:NewsMediaOrganization, + schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:eventAttendanceMode a rdf:Property ; + rdfs:label "eventAttendanceMode" ; + rdfs:comment "The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix." ; + schema:domainIncludes schema:Event ; + schema:isPartOf ; + schema:rangeIncludes schema:EventAttendanceModeEnumeration ; + schema:source . + +schema:eventSchedule a rdf:Property ; + rdfs:label "eventSchedule" ; + rdfs:comment """Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable to share a schedule for a series of + repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly + gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An [[Event]] that + is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated + [[Schedule]], this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months + or seasons.""" ; + schema:domainIncludes schema:Event ; + schema:isPartOf ; + schema:rangeIncludes schema:Schedule ; + schema:source . + +schema:eventStatus a rdf:Property ; + rdfs:label "eventStatus" ; + rdfs:comment "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:EventStatusType . + +schema:events a rdf:Property ; + rdfs:label "events" ; + rdfs:comment "Upcoming or past events associated with this place or organization." ; + schema:domainIncludes schema:Organization, + schema:Place ; + schema:rangeIncludes schema:Event ; + schema:supersededBy schema:event . + +schema:evidenceLevel a rdf:Property ; + rdfs:label "evidenceLevel" ; + rdfs:comment "Strength of evidence of the data used to formulate the guideline (enumerated)." ; + schema:domainIncludes schema:MedicalGuideline ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEvidenceLevel . + +schema:evidenceOrigin a rdf:Property ; + rdfs:label "evidenceOrigin" ; + rdfs:comment "Source of the data used to formulate the guidance, e.g. RCT, consensus opinion, etc." ; + schema:domainIncludes schema:MedicalGuideline ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:exceptDate a rdf:Property ; + rdfs:label "exceptDate" ; + rdfs:comment """Defines a [[Date]] or [[DateTime]] during which a scheduled [[Event]] will not take place. The property allows exceptions to + a [[Schedule]] to be specified. If an exception is specified as a [[DateTime]] then only the event that would have started at that specific date and time + should be excluded from the schedule. If an exception is specified as a [[Date]] then any event that is scheduled for that 24 hour period should be + excluded from the schedule. This allows a whole day to be excluded from the schedule without having to itemise every scheduled event.""" ; + schema:domainIncludes schema:Schedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Date, + schema:DateTime ; + schema:source . + +schema:exchangeRateSpread a rdf:Property ; + rdfs:label "exchangeRateSpread" ; + rdfs:comment "The difference between the price at which a broker or other intermediary buys and sells foreign currency." ; + schema:contributor ; + schema:domainIncludes schema:ExchangeRateSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount, + schema:Number ; + schema:source . + +schema:exercisePlan a rdf:Property ; + rdfs:label "exercisePlan" ; + rdfs:comment "A sub property of instrument. The exercise plan used on this action." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:ExerciseAction ; + schema:isPartOf ; + schema:rangeIncludes schema:ExercisePlan . + +schema:exerciseRelatedDiet a rdf:Property ; + rdfs:label "exerciseRelatedDiet" ; + rdfs:comment "A sub property of instrument. The diet used in this action." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:ExerciseAction ; + schema:isPartOf ; + schema:rangeIncludes schema:Diet . + +schema:exerciseType a rdf:Property ; + rdfs:label "exerciseType" ; + rdfs:comment "Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc." ; + schema:domainIncludes schema:ExerciseAction, + schema:ExercisePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:exifData a rdf:Property ; + rdfs:label "exifData" ; + rdfs:comment "exif data for this object." ; + schema:domainIncludes schema:ImageObject ; + schema:rangeIncludes schema:PropertyValue, + schema:Text . + +schema:expectedArrivalFrom a rdf:Property ; + rdfs:label "expectedArrivalFrom" ; + rdfs:comment "The earliest date the package may arrive." ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:expectedArrivalUntil a rdf:Property ; + rdfs:label "expectedArrivalUntil" ; + rdfs:comment "The latest date the package may arrive." ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:expectedPrognosis a rdf:Property ; + rdfs:label "expectedPrognosis" ; + rdfs:comment "The likely outcome in either the short term or long term of the medical condition." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:expectsAcceptanceOf a rdf:Property ; + rdfs:label "expectsAcceptanceOf" ; + rdfs:comment "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it." ; + schema:domainIncludes schema:ActionAccessSpecification, + schema:ConsumeAction, + schema:MediaSubscription ; + schema:rangeIncludes schema:Offer ; + schema:source . + +schema:experienceInPlaceOfEducation a rdf:Property ; + rdfs:label "experienceInPlaceOfEducation" ; + rdfs:comment "Indicates whether a [[JobPosting]] will accept experience (as indicated by [[OccupationalExperienceRequirements]]) in place of its formal educational qualifications (as indicated by [[educationRequirements]]). If true, indicates that satisfying one of these requirements is sufficient." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:experienceRequirements a rdf:Property ; + rdfs:label "experienceRequirements" ; + rdfs:comment "Description of skills and experience needed for the position or Occupation." ; + schema:domainIncludes schema:JobPosting, + schema:Occupation ; + schema:rangeIncludes schema:OccupationalExperienceRequirements, + schema:Text ; + schema:source . + +schema:expertConsiderations a rdf:Property ; + rdfs:label "expertConsiderations" ; + rdfs:comment "Medical expert advice related to the plan." ; + schema:domainIncludes schema:Diet ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:expires a rdf:Property ; + rdfs:label "expires" ; + rdfs:comment "Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date, or a [[Certification]] the validity has expired." ; + schema:domainIncludes schema:Certification, + schema:CreativeWork ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:expressedIn a rdf:Property ; + rdfs:label "expressedIn" ; + rdfs:comment "Tissue, organ, biological sample, etc in which activity of this gene has been observed experimentally. For example brain, digestive system." ; + schema:domainIncludes schema:Gene ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure, + schema:AnatomicalSystem, + schema:BioChemEntity, + schema:DefinedTerm ; + schema:source . + +schema:extendedAddress a rdf:Property ; + rdfs:label "extendedAddress" ; + rdfs:comment "An address extension such as an apartment number, C/O or alternative name." ; + schema:domainIncludes schema:PostalAddress ; + schema:rangeIncludes schema:Text . + +schema:familyName a rdf:Property ; + rdfs:label "familyName" ; + rdfs:comment "Family name. In the U.S., the last name of a Person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Text . + +schema:fatContent a rdf:Property ; + rdfs:label "fatContent" ; + rdfs:comment "The number of grams of fat." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:faxNumber a rdf:Property ; + rdfs:label "faxNumber" ; + rdfs:comment "The fax number." ; + owl:equivalentProperty gs1:faxNumber ; + schema:domainIncludes schema:ContactPoint, + schema:Organization, + schema:Person, + schema:Place ; + schema:rangeIncludes schema:Text . + +schema:featureList a rdf:Property ; + rdfs:label "featureList" ; + rdfs:comment "Features or modules provided by this application (and possibly required by other applications)." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:feesAndCommissionsSpecification a rdf:Property ; + rdfs:label "feesAndCommissionsSpecification" ; + rdfs:comment "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization." ; + schema:contributor ; + schema:domainIncludes schema:FinancialProduct, + schema:FinancialService ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:fiberContent a rdf:Property ; + rdfs:label "fiberContent" ; + rdfs:comment "The number of grams of fiber." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:fileFormat a rdf:Property ; + rdfs:label "fileFormat" ; + rdfs:comment "Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:supersededBy schema:encodingFormat . + +schema:fileSize a rdf:Property ; + rdfs:label "fileSize" ; + rdfs:comment "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text . + +schema:financialAidEligible a rdf:Property ; + rdfs:label "financialAidEligible" ; + rdfs:comment "A financial aid type or program which students may use to pay for tuition or fees associated with the program." ; + schema:domainIncludes schema:Course, + schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:firstAppearance a rdf:Property ; + rdfs:label "firstAppearance" ; + rdfs:comment "Indicates the first known occurrence of a [[Claim]] in some [[CreativeWork]]." ; + rdfs:subPropertyOf schema:workExample ; + schema:domainIncludes schema:Claim ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork ; + schema:source . + +schema:firstPerformance a rdf:Property ; + rdfs:label "firstPerformance" ; + rdfs:comment "The date and place the work was first performed." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:rangeIncludes schema:Event . + +schema:flightDistance a rdf:Property ; + rdfs:label "flightDistance" ; + rdfs:comment "The distance of the flight." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Distance, + schema:Text . + +schema:flightNumber a rdf:Property ; + rdfs:label "flightNumber" ; + rdfs:comment "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'." ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Text . + +schema:floorLevel a rdf:Property ; + rdfs:label "floorLevel" ; + rdfs:comment """The floor level for an [[Accommodation]] in a multi-storey building. Since counting + systems [vary internationally](https://en.wikipedia.org/wiki/Storey#Consecutive_number_floor_designations), the local system should be used where possible.""" ; + schema:domainIncludes schema:Accommodation, + schema:LocalBusiness, + schema:Residence ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source , + . + +schema:floorLimit a rdf:Property ; + rdfs:label "floorLimit" ; + rdfs:comment "A floor limit is the amount of money above which credit card transactions must be authorized." ; + schema:contributor ; + schema:domainIncludes schema:PaymentCard ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:floorSize a rdf:Property ; + rdfs:label "floorSize" ; + rdfs:comment """The size of the accommodation, e.g. in square meter or squarefoot. +Typical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard.""" ; + schema:contributor ; + schema:domainIncludes schema:Accommodation, + schema:FloorPlan ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:followee a rdf:Property ; + rdfs:label "followee" ; + rdfs:comment "A sub property of object. The person or organization being followed." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:FollowAction ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:follows a rdf:Property ; + rdfs:label "follows" ; + rdfs:comment "The most generic uni-directional social relation." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person . + +schema:followup a rdf:Property ; + rdfs:label "followup" ; + rdfs:comment "Typical or recommended followup care after the procedure is performed." ; + schema:domainIncludes schema:MedicalProcedure ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:foodEstablishment a rdf:Property ; + rdfs:label "foodEstablishment" ; + rdfs:comment "A sub property of location. The specific food establishment where the action occurred." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:CookAction ; + schema:rangeIncludes schema:FoodEstablishment, + schema:Place . + +schema:foodEvent a rdf:Property ; + rdfs:label "foodEvent" ; + rdfs:comment "A sub property of location. The specific food event where the action occurred." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:CookAction ; + schema:rangeIncludes schema:FoodEvent . + +schema:foodWarning a rdf:Property ; + rdfs:label "foodWarning" ; + rdfs:comment "Any precaution, guidance, contraindication, etc. related to consumption of specific foods while taking this drug." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:founders a rdf:Property ; + rdfs:label "founders" ; + rdfs:comment "A person who founded this organization." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Person ; + schema:supersededBy schema:founder . + +schema:foundingDate a rdf:Property ; + rdfs:label "foundingDate" ; + rdfs:comment "The date that this organization was founded." ; + owl:equivalentProperty gs1:organizationFormationDate ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Date . + +schema:foundingLocation a rdf:Property ; + rdfs:label "foundingLocation" ; + rdfs:comment "The place where the Organization was founded." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Place . + +schema:free a rdf:Property ; + rdfs:label "free" ; + rdfs:comment "A flag to signal that the item, event, or place is accessible for free." ; + schema:domainIncludes schema:PublicationEvent ; + schema:rangeIncludes schema:Boolean ; + schema:supersededBy schema:isAccessibleForFree . + +schema:freeShippingThreshold a rdf:Property ; + rdfs:label "freeShippingThreshold" ; + rdfs:comment "A monetary value above (or at) which the shipping rate becomes free. Intended to be used via an [[OfferShippingDetails]] with [[shippingSettingsLink]] matching this [[ShippingRateSettings]]." ; + schema:domainIncludes schema:ShippingRateSettings ; + schema:rangeIncludes schema:DeliveryChargeSpecification, + schema:MonetaryAmount ; + schema:source . + +schema:fromLocation a rdf:Property ; + rdfs:label "fromLocation" ; + rdfs:comment "A sub property of location. The original location of the object or the agent before the action." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:ExerciseAction, + schema:MoveAction, + schema:TransferAction ; + schema:rangeIncludes schema:Place . + +schema:fuelCapacity a rdf:Property ; + rdfs:label "fuelCapacity" ; + rdfs:comment "The capacity of the fuel tank or in the case of electric cars, the battery. If there are multiple components for storage, this should indicate the total of all storage of the same type.\\n\\nTypical unit code(s): LTR for liters, GLL of US gallons, GLI for UK / imperial gallons, AMH for ampere-hours (for electrical vehicles)." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:fuelConsumption a rdf:Property ; + rdfs:label "fuelConsumption" ; + rdfs:comment "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).\\n\\n* Note 1: There are unfortunately no standard unit codes for liters per 100 km. Use [[unitText]] to indicate the unit of measurement, e.g. L/100 km.\\n* Note 2: There are two ways of indicating the fuel consumption, [[fuelConsumption]] (e.g. 8 liters per 100 km) and [[fuelEfficiency]] (e.g. 30 miles per gallon). They are reciprocal.\\n* Note 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use [[valueReference]] to link the value for the fuel consumption to another value." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:fuelEfficiency a rdf:Property ; + rdfs:label "fuelEfficiency" ; + rdfs:comment "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).\\n\\n* Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use [[unitText]] to indicate the unit of measurement, e.g. mpg or km/L.\\n* Note 2: There are two ways of indicating the fuel consumption, [[fuelConsumption]] (e.g. 8 liters per 100 km) and [[fuelEfficiency]] (e.g. 30 miles per gallon). They are reciprocal.\\n* Note 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use [[valueReference]] to link the value for the fuel economy to another value." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:fuelType a rdf:Property ; + rdfs:label "fuelType" ; + rdfs:comment "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle." ; + schema:contributor ; + schema:domainIncludes schema:EngineSpecification, + schema:Vehicle ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text, + schema:URL . + +schema:fulfillmentType a rdf:Property ; + rdfs:label "fulfillmentType" ; + rdfs:comment "Type of fulfillment applicable to the [[ShippingService]]." ; + schema:domainIncludes schema:ShippingService ; + schema:isPartOf ; + schema:rangeIncludes schema:FulfillmentTypeEnumeration ; + schema:source . + +schema:functionalClass a rdf:Property ; + rdfs:label "functionalClass" ; + rdfs:comment "The degree of mobility the joint allows." ; + schema:domainIncludes schema:Joint ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity, + schema:Text . + +schema:funder a rdf:Property ; + rdfs:label "funder" ; + rdfs:comment "A person or organization that supports (sponsors) something through some kind of financial contribution." ; + rdfs:subPropertyOf schema:sponsor ; + schema:domainIncludes schema:CreativeWork, + schema:Event, + schema:Grant, + schema:MonetaryGrant, + schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:gameAvailabilityType a rdf:Property ; + rdfs:label "gameAvailabilityType" ; + rdfs:comment "Indicates the availability type of the game content associated with this action, such as whether it is a full version or a demo." ; + schema:domainIncludes schema:PlayGameAction ; + schema:isPartOf ; + schema:rangeIncludes schema:GameAvailabilityEnumeration, + schema:Text ; + schema:source . + +schema:gameEdition a rdf:Property ; + rdfs:label "gameEdition" ; + rdfs:comment "The edition of a video game." ; + schema:domainIncludes schema:VideoGame ; + schema:rangeIncludes schema:Text . + +schema:gameItem a rdf:Property ; + rdfs:label "gameItem" ; + rdfs:comment "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character." ; + schema:domainIncludes schema:Game, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Thing . + +schema:gameLocation a rdf:Property ; + rdfs:label "gameLocation" ; + rdfs:comment "Real or fictional location of the game (or part of game)." ; + schema:domainIncludes schema:Game, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Place, + schema:PostalAddress, + schema:URL . + +schema:gamePlatform a rdf:Property ; + rdfs:label "gamePlatform" ; + rdfs:comment "The electronic systems used to play video games." ; + schema:domainIncludes schema:VideoGame, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Text, + schema:Thing, + schema:URL . + +schema:gameTip a rdf:Property ; + rdfs:label "gameTip" ; + rdfs:comment "Links to tips, tactics, etc." ; + schema:domainIncludes schema:VideoGame ; + schema:rangeIncludes schema:CreativeWork . + +schema:gender a rdf:Property ; + rdfs:label "gender" ; + rdfs:comment "Gender of something, typically a [[Person]], but possibly also fictional characters, animals, etc. While https://schema.org/Male and https://schema.org/Female may be used, text strings are also acceptable for people who are not a binary gender. The [[gender]] property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender [[SportsTeam]] can be indicated with a text value of \"Mixed\"." ; + schema:domainIncludes schema:Person, + schema:SportsTeam ; + schema:isPartOf ; + schema:rangeIncludes schema:GenderType, + schema:Text ; + schema:source . + +schema:geo a rdf:Property ; + rdfs:label "geo" ; + rdfs:comment "The geo coordinates of the place." ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:GeoCoordinates, + schema:GeoShape . + +schema:geoContains a rdf:Property ; + rdfs:label "geoContains" ; + rdfs:comment "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoCoveredBy a rdf:Property ; + rdfs:label "geoCoveredBy" ; + rdfs:comment "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoCovers a rdf:Property ; + rdfs:label "geoCovers" ; + rdfs:comment "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoCrosses a rdf:Property ; + rdfs:label "geoCrosses" ; + rdfs:comment "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoDisjoint a rdf:Property ; + rdfs:label "geoDisjoint" ; + rdfs:comment "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: \"they have no point in common. They form a set of disconnected geometries.\" (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)" ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoEquals a rdf:Property ; + rdfs:label "geoEquals" ; + rdfs:comment "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)." ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoIntersects a rdf:Property ; + rdfs:label "geoIntersects" ; + rdfs:comment "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoMidpoint a rdf:Property ; + rdfs:label "geoMidpoint" ; + rdfs:comment "Indicates the GeoCoordinates at the centre of a GeoShape, e.g. GeoCircle." ; + schema:domainIncludes schema:GeoCircle ; + schema:rangeIncludes schema:GeoCoordinates . + +schema:geoOverlaps a rdf:Property ; + rdfs:label "geoOverlaps" ; + rdfs:comment "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoRadius a rdf:Property ; + rdfs:label "geoRadius" ; + rdfs:comment "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation)." ; + schema:domainIncludes schema:GeoCircle ; + schema:rangeIncludes schema:Distance, + schema:Number, + schema:Text . + +schema:geoTouches a rdf:Property ; + rdfs:label "geoTouches" ; + rdfs:comment "Represents spatial relations in which two geometries (or the places they represent) touch: \"they have at least one boundary point in common, but no interior points.\" (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)" ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geoWithin a rdf:Property ; + rdfs:label "geoWithin" ; + rdfs:comment "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ; + schema:domainIncludes schema:GeospatialGeometry, + schema:Place ; + schema:rangeIncludes schema:GeospatialGeometry, + schema:Place . + +schema:geographicArea a rdf:Property ; + rdfs:label "geographicArea" ; + rdfs:comment "The geographic area associated with the audience." ; + schema:domainIncludes schema:Audience ; + schema:rangeIncludes schema:AdministrativeArea . + +schema:gettingTestedInfo a rdf:Property ; + rdfs:label "gettingTestedInfo" ; + rdfs:comment "Information about getting tested (for a [[MedicalCondition]]), e.g. in the context of a pandemic." ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:URL, + schema:WebContent ; + schema:source . + +schema:givenName a rdf:Property ; + rdfs:label "givenName" ; + rdfs:comment "Given name. In the U.S., the first name of a Person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Text . + +schema:globalLocationNumber a rdf:Property ; + rdfs:label "globalLocationNumber" ; + rdfs:comment "The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty unece:gLNId, + gs1:globalLocationNumber ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person, + schema:Place ; + schema:rangeIncludes schema:Text . + +schema:governmentBenefitsInfo a rdf:Property ; + rdfs:label "governmentBenefitsInfo" ; + rdfs:comment "governmentBenefitsInfo provides information about government benefits associated with a SpecialAnnouncement." ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:GovernmentService ; + schema:source . + +schema:gracePeriod a rdf:Property ; + rdfs:label "gracePeriod" ; + rdfs:comment "The period of time after any due date that the borrower has to fulfil its obligations before a default (failure to pay) is deemed to have occurred." ; + schema:contributor ; + schema:domainIncludes schema:LoanOrCredit ; + schema:isPartOf ; + schema:rangeIncludes schema:Duration ; + schema:source . + +schema:grantee a rdf:Property ; + rdfs:label "grantee" ; + rdfs:comment "The person, organization, contact point, or audience that has been granted this permission." ; + schema:domainIncludes schema:DigitalDocumentPermission ; + schema:rangeIncludes schema:Audience, + schema:ContactPoint, + schema:Organization, + schema:Person . + +schema:greater a rdf:Property ; + rdfs:label "greater" ; + rdfs:comment "This ordering relation for qualitative values indicates that the subject is greater than the object." ; + schema:contributor ; + schema:domainIncludes schema:QualitativeValue ; + schema:rangeIncludes schema:QualitativeValue . + +schema:greaterOrEqual a rdf:Property ; + rdfs:label "greaterOrEqual" ; + rdfs:comment "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object." ; + schema:contributor ; + schema:domainIncludes schema:QualitativeValue ; + schema:rangeIncludes schema:QualitativeValue . + +schema:gtin12 a rdf:Property ; + rdfs:label "gtin12" ; + rdfs:comment "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details." ; + rdfs:subPropertyOf schema:gtin, + schema:identifier ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Product ; + schema:rangeIncludes schema:Text . + +schema:gtin13 a rdf:Property ; + rdfs:label "gtin13" ; + rdfs:comment "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details." ; + rdfs:subPropertyOf schema:gtin, + schema:identifier ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Product ; + schema:rangeIncludes schema:Text . + +schema:gtin14 a rdf:Property ; + rdfs:label "gtin14" ; + rdfs:comment "The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details." ; + rdfs:subPropertyOf schema:gtin, + schema:identifier ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Product ; + schema:rangeIncludes schema:Text . + +schema:gtin8 a rdf:Property ; + rdfs:label "gtin8" ; + rdfs:comment "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details." ; + rdfs:subPropertyOf schema:gtin, + schema:identifier ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Product ; + schema:rangeIncludes schema:Text . + +schema:guideline a rdf:Property ; + rdfs:label "guideline" ; + rdfs:comment "A medical guideline related to this entity." ; + schema:domainIncludes schema:MedicalEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalGuideline . + +schema:guidelineDate a rdf:Property ; + rdfs:label "guidelineDate" ; + rdfs:comment "Date on which this guideline's recommendation was made." ; + schema:domainIncludes schema:MedicalGuideline ; + schema:isPartOf ; + schema:rangeIncludes schema:Date . + +schema:guidelineSubject a rdf:Property ; + rdfs:label "guidelineSubject" ; + rdfs:comment "The medical conditions, treatments, etc. that are the subject of the guideline." ; + schema:domainIncludes schema:MedicalGuideline ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity . + +schema:handlingTime a rdf:Property ; + rdfs:label "handlingTime" ; + rdfs:comment """The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup. + +In the context of [[ShippingDeliveryTime]], Typical properties: minValue, maxValue, unitCode (d for DAY). This is by common convention assumed to mean business days (if a unitCode is used, coded as "d"), i.e. only counting days when the business normally operates. + +In the context of [[ShippingService]], use the [[ServicePeriod]] format, that contains the same information in a structured form, with cut-off time, business days and duration.""" ; + rdfs:subPropertyOf schema:duration ; + schema:domainIncludes schema:ShippingDeliveryTime, + schema:ShippingService ; + schema:rangeIncludes schema:QuantitativeValue, + schema:ServicePeriod ; + schema:source , + . + +schema:hasAdultConsideration a rdf:Property ; + rdfs:label "hasAdultConsideration" ; + rdfs:comment "Used to tag an item to be intended or suitable for consumption or use by adults only." ; + schema:domainIncludes schema:Offer, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:AdultOrientedEnumeration ; + schema:source . + +schema:hasBioPolymerSequence a rdf:Property ; + rdfs:label "hasBioPolymerSequence" ; + rdfs:comment "A symbolic representation of a BioChemEntity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein." ; + rdfs:subPropertyOf schema:hasRepresentation ; + schema:domainIncludes schema:Gene, + schema:Protein ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:hasCategoryCode a rdf:Property ; + rdfs:label "hasCategoryCode" ; + rdfs:comment "A Category code contained in this code set." ; + rdfs:subPropertyOf schema:hasDefinedTerm ; + schema:domainIncludes schema:CategoryCodeSet ; + schema:isPartOf ; + schema:rangeIncludes schema:CategoryCode ; + schema:source . + +schema:hasCertification a rdf:Property ; + rdfs:label "hasCertification" ; + rdfs:comment "Certification information about a product, organization, service, place, or person." ; + rdfs:subPropertyOf fibo-fnd-arr-doc:isReferencedIn, + cmns-cls:isClassifiedBy ; + owl:equivalentProperty unece:ApplicableCertificate ; + schema:domainIncludes schema:Organization, + schema:Person, + schema:Place, + schema:Product, + schema:Service ; + schema:rangeIncludes schema:Certification ; + schema:source . + +schema:hasCourse a rdf:Property ; + rdfs:label "hasCourse" ; + rdfs:comment "A course or class that is one of the learning opportunities that constitute an educational / occupational program. No information is implied about whether the course is mandatory or optional; no guarantee is implied about whether the course will be available to everyone on the program." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Course ; + schema:source . + +schema:hasCourseInstance a rdf:Property ; + rdfs:label "hasCourseInstance" ; + rdfs:comment "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students." ; + schema:domainIncludes schema:Course ; + schema:rangeIncludes schema:CourseInstance . + +schema:hasCredential a rdf:Property ; + rdfs:label "hasCredential" ; + rdfs:comment "A credential awarded to the Person or Organization." ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:isPartOf ; + schema:rangeIncludes schema:Credential ; + schema:source . + +schema:hasDeliveryMethod a rdf:Property ; + rdfs:label "hasDeliveryMethod" ; + rdfs:comment "Method used for delivery or shipping." ; + schema:domainIncludes schema:DeliveryEvent, + schema:ParcelDelivery ; + schema:rangeIncludes schema:DeliveryMethod . + +schema:hasDigitalDocumentPermission a rdf:Property ; + rdfs:label "hasDigitalDocumentPermission" ; + rdfs:comment "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\"." ; + schema:domainIncludes schema:DigitalDocument ; + schema:rangeIncludes schema:DigitalDocumentPermission . + +schema:hasDriveThroughService a rdf:Property ; + rdfs:label "hasDriveThroughService" ; + rdfs:comment "Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users." ; + schema:domainIncludes schema:Place ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:hasEnergyConsumptionDetails a rdf:Property ; + rdfs:label "hasEnergyConsumptionDetails" ; + rdfs:comment "Defines the energy efficiency Category (also known as \"class\" or \"rating\") for a product according to an international energy efficiency standard." ; + schema:domainIncludes schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:EnergyConsumptionDetails ; + schema:source . + +schema:hasEnergyEfficiencyCategory a rdf:Property ; + rdfs:label "hasEnergyEfficiencyCategory" ; + rdfs:comment "Defines the energy efficiency Category (which could be either a rating out of range of values or a yes/no certification) for a product according to an international energy efficiency standard." ; + schema:domainIncludes schema:EnergyConsumptionDetails ; + schema:isPartOf ; + schema:rangeIncludes schema:EnergyEfficiencyEnumeration ; + schema:source . + +schema:hasGS1DigitalLink a rdf:Property ; + rdfs:label "hasGS1DigitalLink" ; + rdfs:comment "The GS1 digital link associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:

  • A Digital Link that contains a serial number (AI 21) should only be present on instances of [[IndividualProduct]]
  • A Digital Link that contains a lot number (AI 10) should be annotated as [[SomeProducts]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.
  • A Digital Link that contains a global model number (AI 8013) should be attached to a [[Product]] or a [[ProductModel]].
Other item types should be adapted similarly." ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:Offer, + schema:Organization, + schema:Place, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:URL ; + schema:source . + +schema:hasHealthAspect a rdf:Property ; + rdfs:label "hasHealthAspect" ; + rdfs:comment "Indicates the aspect or aspects specifically addressed in some [[HealthTopicContent]]. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects." ; + schema:domainIncludes schema:HealthTopicContent ; + schema:isPartOf ; + schema:rangeIncludes schema:HealthAspectEnumeration ; + schema:source . + +schema:hasMeasurement a rdf:Property ; + rdfs:label "hasMeasurement" ; + rdfs:comment "A measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge of a screw, or the carbon footprint measured for certification by an authority. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings." ; + schema:domainIncludes schema:Certification, + schema:Offer, + schema:Product, + schema:SizeSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue ; + schema:source . + +schema:hasMemberProgram a rdf:Property ; + rdfs:label "hasMemberProgram" ; + rdfs:comment "MemberProgram offered by an Organization, for example an eCommerce merchant or an airline." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:MemberProgram ; + schema:source . + +schema:hasMenuItem a rdf:Property ; + rdfs:label "hasMenuItem" ; + rdfs:comment "A food or drink item contained in a menu or menu section." ; + schema:domainIncludes schema:Menu, + schema:MenuSection ; + schema:rangeIncludes schema:MenuItem . + +schema:hasMenuSection a rdf:Property ; + rdfs:label "hasMenuSection" ; + rdfs:comment "A subgrouping of the menu (by dishes, course, serving time period, etc.)." ; + schema:domainIncludes schema:Menu, + schema:MenuSection ; + schema:rangeIncludes schema:MenuSection . + +schema:hasMerchantReturnPolicy a rdf:Property ; + rdfs:label "hasMerchantReturnPolicy" ; + rdfs:comment "Specifies a MerchantReturnPolicy that may be applicable." ; + schema:domainIncludes schema:Offer, + schema:Organization, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:MerchantReturnPolicy ; + schema:source . + +schema:hasMolecularFunction a rdf:Property ; + rdfs:label "hasMolecularFunction" ; + rdfs:comment "Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:PropertyValue, + schema:URL ; + schema:source . + +schema:hasOccupation a rdf:Property ; + rdfs:label "hasOccupation" ; + rdfs:comment "The Person's occupation. For past professions, use Role for expressing dates." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Occupation ; + schema:source . + +schema:hasOfferCatalog a rdf:Property ; + rdfs:label "hasOfferCatalog" ; + rdfs:comment "Indicates an OfferCatalog listing for this Organization, Person, or Service." ; + schema:domainIncludes schema:Organization, + schema:Person, + schema:Service ; + schema:rangeIncludes schema:OfferCatalog . + +schema:hasPOS a rdf:Property ; + rdfs:label "hasPOS" ; + rdfs:comment "Points-of-Sales operated by the organization or person." ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Place . + +schema:hasParticipationOffer a rdf:Property ; + rdfs:label "hasParticipationOffer" ; + rdfs:comment "An offer to participate in the event, for example, Call for Proposals, Call for Speakers, or Call for Performers." ; + schema:domainIncludes schema:Event ; + schema:isPartOf ; + schema:rangeIncludes schema:Offer ; + schema:source . + +schema:hasShippingService a rdf:Property ; + rdfs:label "hasShippingService" ; + rdfs:comment "Specification of a shipping service offered by the organization." ; + schema:domainIncludes schema:OfferShippingDetails, + schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:ShippingService ; + schema:source . + +schema:hasSponsorshipOffer a rdf:Property ; + rdfs:label "hasSponsorshipOffer" ; + rdfs:comment "An offer to sponsor the event, for example, Sponsorship Prospectus, Sponsorship Opportunities, or Sponsor Packages." ; + schema:domainIncludes schema:Event ; + schema:isPartOf ; + schema:rangeIncludes schema:Offer ; + schema:source . + +schema:hasStore a rdf:Property ; + rdfs:label "hasStore" ; + rdfs:comment "An eCommerce store part of an online marketplace." ; + schema:domainIncludes schema:OnlineMarketplace ; + schema:isPartOf ; + schema:rangeIncludes schema:OnlineStore ; + schema:source . + +schema:hasTierBenefit a rdf:Property ; + rdfs:label "hasTierBenefit" ; + rdfs:comment "A member benefit for a particular tier of a loyalty program." ; + schema:domainIncludes schema:MemberProgramTier ; + schema:rangeIncludes schema:TierBenefitEnumeration ; + schema:source . + +schema:hasTierRequirement a rdf:Property ; + rdfs:label "hasTierRequirement" ; + rdfs:comment "A requirement for a user to join a membership tier, for example: a CreditCard if the tier requires sign up for a credit card, A UnitPriceSpecification if the user is required to pay a (periodic) fee, or a MonetaryAmount if the user needs to spend a minimum amount to join the tier. If a tier is free to join then this property does not need to be specified." ; + schema:domainIncludes schema:MemberProgramTier ; + schema:rangeIncludes schema:CreditCard, + schema:MonetaryAmount, + schema:Text, + schema:UnitPriceSpecification ; + schema:source . + +schema:headline a rdf:Property ; + rdfs:label "headline" ; + rdfs:comment "Headline of the article." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text . + +schema:healthCondition a rdf:Property ; + rdfs:label "healthCondition" ; + rdfs:comment "Specifying the health condition(s) of a patient, medical study, or other target audience." ; + schema:domainIncludes schema:MedicalStudy, + schema:Patient, + schema:PeopleAudience ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalCondition . + +schema:healthPlanCoinsuranceOption a rdf:Property ; + rdfs:label "healthPlanCoinsuranceOption" ; + rdfs:comment "Whether the coinsurance applies before or after deductible, etc. TODO: Is this a closed set?" ; + schema:domainIncludes schema:HealthPlanCostSharingSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:healthPlanCoinsuranceRate a rdf:Property ; + rdfs:label "healthPlanCoinsuranceRate" ; + rdfs:comment "The rate of coinsurance expressed as a number between 0.0 and 1.0." ; + schema:domainIncludes schema:HealthPlanCostSharingSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:healthPlanCopay a rdf:Property ; + rdfs:label "healthPlanCopay" ; + rdfs:comment "The copay amount." ; + schema:domainIncludes schema:HealthPlanCostSharingSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:PriceSpecification ; + schema:source . + +schema:healthPlanCopayOption a rdf:Property ; + rdfs:label "healthPlanCopayOption" ; + rdfs:comment "Whether the copay is before or after deductible, etc. TODO: Is this a closed set?" ; + schema:domainIncludes schema:HealthPlanCostSharingSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:healthPlanCostSharing a rdf:Property ; + rdfs:label "healthPlanCostSharing" ; + rdfs:comment "The costs to the patient for services under this network or formulary." ; + schema:domainIncludes schema:HealthPlanFormulary, + schema:HealthPlanNetwork ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean, + schema:HealthPlanCostSharingSpecification ; + schema:source . + +schema:healthPlanDrugOption a rdf:Property ; + rdfs:label "healthPlanDrugOption" ; + rdfs:comment "TODO." ; + schema:domainIncludes schema:HealthInsurancePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:healthPlanDrugTier a rdf:Property ; + rdfs:label "healthPlanDrugTier" ; + rdfs:comment "The tier(s) of drugs offered by this formulary or insurance plan." ; + schema:domainIncludes schema:HealthInsurancePlan, + schema:HealthPlanFormulary ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:healthPlanId a rdf:Property ; + rdfs:label "healthPlanId" ; + rdfs:comment "The 14-character, HIOS-generated Plan ID number. (Plan IDs must be unique, even across different markets.)" ; + schema:domainIncludes schema:HealthInsurancePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:healthPlanMarketingUrl a rdf:Property ; + rdfs:label "healthPlanMarketingUrl" ; + rdfs:comment "The URL that goes directly to the plan brochure for the specific standard plan or plan variation." ; + schema:domainIncludes schema:HealthInsurancePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:URL ; + schema:source . + +schema:healthPlanNetworkId a rdf:Property ; + rdfs:label "healthPlanNetworkId" ; + rdfs:comment "Name or unique ID of network. (Networks are often reused across different insurance plans.)" ; + schema:domainIncludes schema:HealthPlanNetwork, + schema:MedicalOrganization ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:healthPlanNetworkTier a rdf:Property ; + rdfs:label "healthPlanNetworkTier" ; + rdfs:comment "The tier(s) for this network." ; + schema:domainIncludes schema:HealthPlanNetwork ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:healthPlanPharmacyCategory a rdf:Property ; + rdfs:label "healthPlanPharmacyCategory" ; + rdfs:comment "The category or type of pharmacy associated with this cost sharing." ; + schema:domainIncludes schema:HealthPlanCostSharingSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:healthcareReportingData a rdf:Property ; + rdfs:label "healthcareReportingData" ; + rdfs:comment "Indicates data describing a hospital, e.g. a CDC [[CDCPMDRecord]] or as some kind of [[Dataset]]." ; + schema:domainIncludes schema:Hospital ; + schema:isPartOf ; + schema:rangeIncludes schema:CDCPMDRecord, + schema:Dataset ; + schema:source . + +schema:height a rdf:Property ; + rdfs:label "height" ; + rdfs:comment "The height of the item." ; + schema:domainIncludes schema:MediaObject, + schema:OfferShippingDetails, + schema:Person, + schema:Product, + schema:ShippingConditions, + schema:VisualArtwork ; + schema:rangeIncludes schema:Distance, + schema:QuantitativeValue ; + schema:source . + +schema:highPrice a rdf:Property ; + rdfs:label "highPrice" ; + rdfs:comment "The highest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ; + schema:domainIncludes schema:AggregateOffer ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:hiringOrganization a rdf:Property ; + rdfs:label "hiringOrganization" ; + rdfs:comment "Organization or Person offering the job position." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:homeLocation a rdf:Property ; + rdfs:label "homeLocation" ; + rdfs:comment "A contact location for a person's residence." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:ContactPoint, + schema:Place . + +schema:homeTeam a rdf:Property ; + rdfs:label "homeTeam" ; + rdfs:comment "The home team in a sports event." ; + rdfs:subPropertyOf schema:competitor ; + schema:domainIncludes schema:SportsEvent ; + schema:rangeIncludes schema:Person, + schema:SportsTeam . + +schema:honorificPrefix a rdf:Property ; + rdfs:label "honorificPrefix" ; + rdfs:comment "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Text . + +schema:honorificSuffix a rdf:Property ; + rdfs:label "honorificSuffix" ; + rdfs:comment "An honorific suffix following a Person's name such as M.D./PhD/MSCSW." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Text . + +schema:hospitalAffiliation a rdf:Property ; + rdfs:label "hospitalAffiliation" ; + rdfs:comment "A hospital with which the physician or office is affiliated." ; + schema:domainIncludes schema:Physician ; + schema:isPartOf ; + schema:rangeIncludes schema:Hospital . + +schema:hostingOrganization a rdf:Property ; + rdfs:label "hostingOrganization" ; + rdfs:comment "The Organization (airline, travelers' club, retailer, etc.) the membership is made with or which offers the MemberProgram." ; + schema:domainIncludes schema:MemberProgram, + schema:ProgramMembership ; + schema:rangeIncludes schema:Organization . + +schema:hoursAvailable a rdf:Property ; + rdfs:label "hoursAvailable" ; + rdfs:comment "The hours during which this service or contact is available." ; + schema:domainIncludes schema:ContactPoint, + schema:LocationFeatureSpecification, + schema:Service ; + schema:rangeIncludes schema:OpeningHoursSpecification . + +schema:howPerformed a rdf:Property ; + rdfs:label "howPerformed" ; + rdfs:comment "How the procedure is performed." ; + schema:domainIncludes schema:MedicalProcedure ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:httpMethod a rdf:Property ; + rdfs:label "httpMethod" ; + rdfs:comment "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP." ; + schema:domainIncludes schema:EntryPoint ; + schema:rangeIncludes schema:Text . + +schema:iataCode a rdf:Property ; + rdfs:label "iataCode" ; + rdfs:comment "IATA identifier for an airline or airport." ; + schema:domainIncludes schema:Airline, + schema:Airport ; + schema:rangeIncludes schema:Text . + +schema:icaoCode a rdf:Property ; + rdfs:label "icaoCode" ; + rdfs:comment "ICAO identifier for an airport." ; + schema:domainIncludes schema:Airport ; + schema:rangeIncludes schema:Text . + +schema:identifyingExam a rdf:Property ; + rdfs:label "identifyingExam" ; + rdfs:comment "A physical examination that can identify this sign." ; + schema:domainIncludes schema:MedicalSign ; + schema:isPartOf ; + schema:rangeIncludes schema:PhysicalExam . + +schema:identifyingTest a rdf:Property ; + rdfs:label "identifyingTest" ; + rdfs:comment "A diagnostic test that can identify this sign." ; + schema:domainIncludes schema:MedicalSign ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalTest . + +schema:illustrator a rdf:Property ; + rdfs:label "illustrator" ; + rdfs:comment "The illustrator of the book." ; + schema:domainIncludes schema:Book ; + schema:rangeIncludes schema:Person . + +schema:imagingTechnique a rdf:Property ; + rdfs:label "imagingTechnique" ; + rdfs:comment "Imaging technique used." ; + schema:domainIncludes schema:ImagingTest ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalImagingTechnique . + +schema:inAlbum a rdf:Property ; + rdfs:label "inAlbum" ; + rdfs:comment "The album to which this recording belongs." ; + schema:domainIncludes schema:MusicRecording ; + schema:rangeIncludes schema:MusicAlbum . + +schema:inBroadcastLineup a rdf:Property ; + rdfs:label "inBroadcastLineup" ; + rdfs:comment "The CableOrSatelliteService offering the channel." ; + schema:domainIncludes schema:BroadcastChannel ; + schema:rangeIncludes schema:CableOrSatelliteService . + +schema:inChI a rdf:Property ; + rdfs:label "inChI" ; + rdfs:comment "Non-proprietary identifier for molecular entity that can be used in printed and electronic data sources thus enabling easier linking of diverse data compilations." ; + rdfs:subPropertyOf schema:hasRepresentation ; + schema:domainIncludes schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:inChIKey a rdf:Property ; + rdfs:label "inChIKey" ; + rdfs:comment "InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm)." ; + rdfs:subPropertyOf schema:hasRepresentation ; + schema:domainIncludes schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:inCodeSet a rdf:Property ; + rdfs:label "inCodeSet" ; + rdfs:comment "A [[CategoryCodeSet]] that contains this category code." ; + rdfs:subPropertyOf schema:inDefinedTermSet ; + schema:domainIncludes schema:CategoryCode ; + schema:isPartOf ; + schema:rangeIncludes schema:CategoryCodeSet, + schema:URL ; + schema:source . + +schema:inPlaylist a rdf:Property ; + rdfs:label "inPlaylist" ; + rdfs:comment "The playlist to which this recording belongs." ; + schema:domainIncludes schema:MusicRecording ; + schema:rangeIncludes schema:MusicPlaylist . + +schema:inProductGroupWithID a rdf:Property ; + rdfs:label "inProductGroupWithID" ; + rdfs:comment "Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]]. " ; + owl:equivalentProperty unece:variantId ; + schema:domainIncludes schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:inStoreReturnsOffered a rdf:Property ; + rdfs:label "inStoreReturnsOffered" ; + rdfs:comment "Are in-store returns offered? (For more advanced return methods use the [[returnMethod]] property.)" ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:inSupportOf a rdf:Property ; + rdfs:label "inSupportOf" ; + rdfs:comment "Qualification, candidature, degree, application that Thesis supports." ; + schema:domainIncludes schema:Thesis ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:incentiveAmount a rdf:Property ; + rdfs:label "incentiveAmount" ; + rdfs:comment """Describes the amount that can be redeemed from this incentive. + +

[[QuantitativeValue]]: Use this for incentives based on price (either raw amount or percentage-based). For a raw amount example, "You can claim $2,500 - $7,500 from the total cost of installation" would be represented as the following:

+ { + "@type": "QuantitativeValue", + “minValue”: 2500, + “maxValue”: 7500, + "unitCode": "USD" + } +

[[QuantitativeValue]] can also be used for percentage amounts. In such cases, value is used to represent the incentive’s percentage, while maxValue represents a limit (if one exists) to that incentive. The unitCode should be 'P1' and the unitText should be '%', while valueReference should be used for holding the currency type. For example, "You can claim up to 30% of the total cost of installation, up to a maximum of $7,500" would be:

+ { + "@type": "QuantitativeValue", + "value": 30, + "unitCode": "P1", + "unitText": "%", + “maxValue”: 7500, + “valueReference”: “USD” + } +

[[UnitPriceSpecification]]: Use this for incentives that are based on amounts rather than price. For example, a net metering rebate that pays $10/kWh, up to $1,000:

+ { + "@type": "UnitPriceSpecification", + "price": 10, + "priceCurrency": "USD", + "referenceQuantity": 1, + "unitCode": "DO3", + "unitText": "kw/h", + "maxPrice": 1000, + "description": "$10 / kwh up to $1000" + } +

[[LoanOrCredit]]: Use for incentives that are loan based. For example, a loan of $4,000 - $50,000 with a repayment term of 10 years, interest free would look like:

+ { + "@type": "LoanOrCredit", + "loanTerm": { + "@type":"QuantitativeValue", + "value":"10", + "unitCode": "ANN" + }, + "amount":[ + { + "@type": "QuantitativeValue", + "Name":"fixed interest rate", + "value":"0", + }, + ], + "amount":[ + { + "@type": "MonetaryAmount", + "Name":"min loan amount", + "value":"4000", + "currency":"CAD" + }, + { + "@type": "MonetaryAmount", + "Name":"max loan amount", + "value":"50000", + "currency":"CAD" + } + ], + } + +In summary:
  • Use [[QuantitativeValue]] for absolute/percentage-based incentives applied on the price of a good/service.
  • +
  • Use [[UnitPriceSpecification]] for incentives based on a per-unit basis (e.g. net metering).
  • +
  • Use [[LoanOrCredit]] for loans/credits.
  • +
.""" ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:LoanOrCredit, + schema:QuantitativeValue, + schema:UnitPriceSpecification ; + schema:source . + +schema:incentiveStatus a rdf:Property ; + rdfs:label "incentiveStatus" ; + rdfs:comment "The status of the incentive (active, on hold, retired, etc.)." ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:IncentiveStatus ; + schema:source . + +schema:incentiveType a rdf:Property ; + rdfs:label "incentiveType" ; + rdfs:comment "The type of incentive offered (tax credit/rebate, tax deduction, tax waiver, subsidies, etc.)." ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:IncentiveType ; + schema:source . + +schema:incentives a rdf:Property ; + rdfs:label "incentives" ; + rdfs:comment "Description of bonus and commission compensation aspects of the job." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:incentiveCompensation . + +schema:incentivizedItem a rdf:Property ; + rdfs:label "incentivizedItem" ; + rdfs:comment """The type or specific product(s) and/or service(s) being incentivized. +

DefinedTermSets are used for product and service categories such as the United Nations Standard Products and Services Code:

+ { + "@type": "DefinedTerm", + "inDefinedTermSet": "https://www.unspsc.org/", + "termCode": "261315XX", + "name": "Photovoltaic module" + } + +

For a specific product or service, use the Product type:

+ { + "@type": "Product", + "name": "Kenmore White 17" Microwave", + } +For multiple different incentivized items, use multiple [[DefinedTerm]] or [[Product]].""" ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Product ; + schema:source . + +schema:includedComposition a rdf:Property ; + rdfs:label "includedComposition" ; + rdfs:comment "Smaller compositions included in this work (e.g. a movement in a symphony)." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:rangeIncludes schema:MusicComposition . + +schema:includedDataCatalog a rdf:Property ; + rdfs:label "includedDataCatalog" ; + rdfs:comment "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog')." ; + schema:domainIncludes schema:Dataset ; + schema:rangeIncludes schema:DataCatalog ; + schema:supersededBy schema:includedInDataCatalog . + +schema:includedInHealthInsurancePlan a rdf:Property ; + rdfs:label "includedInHealthInsurancePlan" ; + rdfs:comment "The insurance plans that cover this drug." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:HealthInsurancePlan ; + schema:source . + +schema:includedRiskFactor a rdf:Property ; + rdfs:label "includedRiskFactor" ; + rdfs:comment "A modifiable or non-modifiable risk factor included in the calculation, e.g. age, coexisting condition." ; + schema:domainIncludes schema:MedicalRiskEstimator ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalRiskFactor . + +schema:includesAttraction a rdf:Property ; + rdfs:label "includesAttraction" ; + rdfs:comment "Attraction located at destination." ; + schema:contributor , + ; + schema:domainIncludes schema:TouristDestination ; + schema:isPartOf ; + schema:rangeIncludes schema:TouristAttraction ; + schema:source . + +schema:includesHealthPlanFormulary a rdf:Property ; + rdfs:label "includesHealthPlanFormulary" ; + rdfs:comment "Formularies covered by this plan." ; + schema:domainIncludes schema:HealthInsurancePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:HealthPlanFormulary ; + schema:source . + +schema:includesHealthPlanNetwork a rdf:Property ; + rdfs:label "includesHealthPlanNetwork" ; + rdfs:comment "Networks covered by this plan." ; + schema:domainIncludes schema:HealthInsurancePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:HealthPlanNetwork ; + schema:source . + +schema:includesObject a rdf:Property ; + rdfs:label "includesObject" ; + rdfs:comment "This links to a node or nodes indicating the exact quantity of the products included in an [[Offer]] or [[ProductCollection]]." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:ProductCollection ; + schema:rangeIncludes schema:TypeAndQuantityNode . + +schema:incomeLimit a rdf:Property ; + rdfs:label "incomeLimit" ; + rdfs:comment """Optional. Income limit for which the incentive is applicable for. + +

If MonetaryAmount is specified, this should be based on annualized income (e.g. if an incentive is limited to those making <$114,000 annually):

+ { + "@type": "MonetaryAmount", + "maxValue": 114000, + "currency": "USD", + } + +Use Text for incentives that are limited based on other criteria, for example if an incentive is only available to recipients making 120% of the median poverty income in their area.""" ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount, + schema:Text ; + schema:source . + +schema:increasesRiskOf a rdf:Property ; + rdfs:label "increasesRiskOf" ; + rdfs:comment "The condition, complication, etc. influenced by this factor." ; + schema:domainIncludes schema:MedicalRiskFactor ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity . + +schema:industry a rdf:Property ; + rdfs:label "industry" ; + rdfs:comment "The industry associated with the job position." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text . + +schema:ineligibleRegion a rdf:Property ; + rdfs:label "ineligibleRegion" ; + rdfs:comment """The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.\\n\\nSee also [[eligibleRegion]]. + """ ; + schema:domainIncludes schema:ActionAccessSpecification, + schema:DeliveryChargeSpecification, + schema:Demand, + schema:MediaObject, + schema:Offer ; + schema:isPartOf ; + schema:rangeIncludes schema:GeoShape, + schema:Place, + schema:Text ; + schema:source . + +schema:infectiousAgent a rdf:Property ; + rdfs:label "infectiousAgent" ; + rdfs:comment "The actual infectious agent, such as a specific bacterium." ; + schema:domainIncludes schema:InfectiousDisease ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:infectiousAgentClass a rdf:Property ; + rdfs:label "infectiousAgentClass" ; + rdfs:comment "The class of infectious agent (bacteria, prion, etc.) that causes the disease." ; + schema:domainIncludes schema:InfectiousDisease ; + schema:isPartOf ; + schema:rangeIncludes schema:InfectiousAgentClass . + +schema:ingredients a rdf:Property ; + rdfs:label "ingredients" ; + rdfs:comment "A single ingredient used in the recipe, e.g. sugar, flour or garlic." ; + rdfs:subPropertyOf schema:supply ; + schema:domainIncludes schema:Recipe ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:recipeIngredient . + +schema:inker a rdf:Property ; + rdfs:label "inker" ; + rdfs:comment "The individual who traces over the pencil drawings in ink after pencils are complete." ; + schema:domainIncludes schema:ComicIssue, + schema:ComicStory, + schema:VisualArtwork ; + schema:isPartOf ; + schema:rangeIncludes schema:Person . + +schema:insertion a rdf:Property ; + rdfs:label "insertion" ; + rdfs:comment "The place of attachment of a muscle, or what the muscle moves." ; + schema:domainIncludes schema:Muscle ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure . + +schema:installUrl a rdf:Property ; + rdfs:label "installUrl" ; + rdfs:comment "URL at which the app may be installed, if different from the URL of the item." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:URL . + +schema:instructor a rdf:Property ; + rdfs:label "instructor" ; + rdfs:comment "A person assigned to instruct or provide instructional assistance for the [[CourseInstance]]." ; + schema:domainIncludes schema:CourseInstance ; + schema:rangeIncludes schema:Person . + +schema:intensity a rdf:Property ; + rdfs:label "intensity" ; + rdfs:comment "Quantitative measure gauging the degree of force involved in the exercise, for example, heartbeats per minute. May include the velocity of the movement." ; + schema:domainIncludes schema:ExercisePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue, + schema:Text . + +schema:interactingDrug a rdf:Property ; + rdfs:label "interactingDrug" ; + rdfs:comment "Another drug that is known to interact with this drug in a way that impacts the effect of this drug or causes a risk to the patient. Note: disease interactions are typically captured as contraindications." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Drug . + +schema:interactionCount a rdf:Property ; + rdfs:label "interactionCount" ; + rdfs:comment "This property is deprecated, alongside the UserInteraction types on which it depended." ; + schema:supersededBy schema:interactionStatistic . + +schema:interactionService a rdf:Property ; + rdfs:label "interactionService" ; + rdfs:comment "The WebSite or SoftwareApplication where the interactions took place." ; + schema:domainIncludes schema:InteractionCounter ; + schema:rangeIncludes schema:SoftwareApplication, + schema:WebSite . + +schema:interactionType a rdf:Property ; + rdfs:label "interactionType" ; + rdfs:comment "The Action representing the type of interaction. For up votes, +1s, etc. use [[LikeAction]]. For down votes use [[DislikeAction]]. Otherwise, use the most specific Action." ; + schema:domainIncludes schema:InteractionCounter ; + schema:rangeIncludes schema:Action . + +schema:interactivityType a rdf:Property ; + rdfs:label "interactivityType" ; + rdfs:comment "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text . + +schema:interestRate a rdf:Property ; + rdfs:label "interestRate" ; + rdfs:comment "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate." ; + schema:contributor ; + schema:domainIncludes schema:FinancialProduct ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:interpretedAsClaim a rdf:Property ; + rdfs:label "interpretedAsClaim" ; + rdfs:comment "Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]." ; + rdfs:subPropertyOf schema:description ; + schema:domainIncludes schema:CreativeWork, + schema:MediaObject ; + schema:isPartOf ; + schema:rangeIncludes schema:Claim ; + schema:source . + +schema:inventoryLevel a rdf:Property ; + rdfs:label "inventoryLevel" ; + rdfs:comment "The current approximate inventory level for the item or items." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:SomeProducts ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:inverseOf a rdf:Property ; + rdfs:label "inverseOf" ; + rdfs:comment "Relates a property to a property that is its inverse. Inverse properties relate the same pairs of items to each other, but in reversed direction. For example, the 'alumni' and 'alumniOf' properties are inverseOf each other. Some properties don't have explicit inverses; in these situations RDFa and JSON-LD syntax for reverse properties can be used." ; + schema:domainIncludes schema:Property ; + schema:isPartOf ; + schema:rangeIncludes schema:Property . + +schema:isAcceptingNewPatients a rdf:Property ; + rdfs:label "isAcceptingNewPatients" ; + rdfs:comment "Whether the provider is accepting new patients." ; + schema:domainIncludes schema:MedicalOrganization ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:isAccessoryOrSparePartFor a rdf:Property ; + rdfs:label "isAccessoryOrSparePartFor" ; + rdfs:comment "A pointer to another product (or multiple products) for which this product is an accessory or spare part." ; + schema:contributor ; + schema:domainIncludes schema:Product ; + schema:rangeIncludes schema:Product . + +schema:isAvailableGenerically a rdf:Property ; + rdfs:label "isAvailableGenerically" ; + rdfs:comment "True if the drug is available in a generic form (regardless of name)." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean . + +schema:isBasedOnUrl a rdf:Property ; + rdfs:label "isBasedOnUrl" ; + rdfs:comment "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:CreativeWork, + schema:Product, + schema:URL ; + schema:supersededBy schema:isBasedOn . + +schema:isConsumableFor a rdf:Property ; + rdfs:label "isConsumableFor" ; + rdfs:comment "A pointer to another product (or multiple products) for which this product is a consumable." ; + schema:contributor ; + schema:domainIncludes schema:Product ; + schema:rangeIncludes schema:Product . + +schema:isFamilyFriendly a rdf:Property ; + rdfs:label "isFamilyFriendly" ; + rdfs:comment "Indicates whether this content is family friendly." ; + schema:domainIncludes schema:CreativeWork, + schema:Offer, + schema:Product ; + schema:rangeIncludes schema:Boolean . + +schema:isGift a rdf:Property ; + rdfs:label "isGift" ; + rdfs:comment "Indicates whether the offer was accepted as a gift for someone other than the buyer." ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Boolean . + +schema:isInvolvedInBiologicalProcess a rdf:Property ; + rdfs:label "isInvolvedInBiologicalProcess" ; + rdfs:comment "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:PropertyValue, + schema:URL ; + schema:source . + +schema:isLiveBroadcast a rdf:Property ; + rdfs:label "isLiveBroadcast" ; + rdfs:comment "True if the broadcast is of a live event." ; + schema:domainIncludes schema:BroadcastEvent ; + schema:rangeIncludes schema:Boolean . + +schema:isLocatedInSubcellularLocation a rdf:Property ; + rdfs:label "isLocatedInSubcellularLocation" ; + rdfs:comment "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:PropertyValue, + schema:URL ; + schema:source . + +schema:isPlanForApartment a rdf:Property ; + rdfs:label "isPlanForApartment" ; + rdfs:comment "Indicates some accommodation that this floor plan describes." ; + schema:domainIncludes schema:FloorPlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Accommodation ; + schema:source . + +schema:isProprietary a rdf:Property ; + rdfs:label "isProprietary" ; + rdfs:comment "True if this item's name is a proprietary/brand name (vs. generic name)." ; + schema:domainIncludes schema:DietarySupplement, + schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean . + +schema:isRelatedTo a rdf:Property ; + rdfs:label "isRelatedTo" ; + rdfs:comment "A pointer to another, somehow related product (or multiple products)." ; + owl:equivalentProperty unece:RelatedProduct ; + schema:contributor ; + schema:domainIncludes schema:Product, + schema:Service ; + schema:rangeIncludes schema:Product, + schema:Service . + +schema:isResizable a rdf:Property ; + rdfs:label "isResizable" ; + rdfs:comment "Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality." ; + schema:domainIncludes schema:3DModel ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:isSimilarTo a rdf:Property ; + rdfs:label "isSimilarTo" ; + rdfs:comment "A pointer to another, functionally similar product (or multiple products)." ; + owl:equivalentProperty unece:SubstituteProduct ; + schema:contributor ; + schema:domainIncludes schema:Product, + schema:Service ; + schema:rangeIncludes schema:Product, + schema:Service . + +schema:isStoreOn a rdf:Property ; + rdfs:label "isStoreOn" ; + rdfs:comment "The eCommerce marketplace this online store is on." ; + schema:domainIncludes schema:OnlineStore ; + schema:isPartOf ; + schema:rangeIncludes schema:OnlineMarketplace ; + schema:source . + +schema:isUnlabelledFallback a rdf:Property ; + rdfs:label "isUnlabelledFallback" ; + rdfs:comment "This can be marked 'true' to indicate that some published [[DeliveryTimeSettings]] or [[ShippingRateSettings]] are intended to apply to all [[OfferShippingDetails]] published by the same merchant, when referenced by a [[shippingSettingsLink]] in those settings. It is not meaningful to use a 'true' value for this property alongside a transitTimeLabel (for [[DeliveryTimeSettings]]) or shippingLabel (for [[ShippingRateSettings]]), since this property is for use with unlabelled settings." ; + schema:domainIncludes schema:DeliveryTimeSettings, + schema:ShippingRateSettings ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:isbn a rdf:Property ; + rdfs:label "isbn" ; + rdfs:comment "The ISBN of the book." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty bibo:isbn ; + schema:domainIncludes schema:Book ; + schema:rangeIncludes schema:Text . + +schema:isicV4 a rdf:Property ; + rdfs:label "isicV4" ; + rdfs:comment "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place." ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person, + schema:Place ; + schema:rangeIncludes schema:Text . + +schema:iso6523Code a rdf:Property ; + rdfs:label "iso6523Code" ; + rdfs:comment "An organization identifier as defined in [ISO 6523(-1)](https://en.wikipedia.org/wiki/ISO/IEC_6523). The identifier should be in the `XXXX:YYYYYY:ZZZ` or `XXXX:YYYYYY`format. Where `XXXX` is a 4 digit _ICD_ (International Code Designator), `YYYYYY` is an _OID_ (Organization Identifier) with all formatting characters (dots, dashes, spaces) removed with a maximal length of 35 characters, and `ZZZ` is an optional OPI (Organization Part Identifier) with a maximum length of 35 characters. The various components (ICD, OID, OPI) are joined with a colon character (ASCII `0x3a`). Note that many existing organization identifiers defined as attributes like [leiCode](https://schema.org/leiCode) (`0199`), [duns](https://schema.org/duns) (`0060`) or [GLN](https://schema.org/globalLocationNumber) (`0088`) can be expressed using ISO-6523. If possible, ISO-6523 codes should be preferred to populating [vatID](https://schema.org/vatID) or [taxID](https://schema.org/taxID), as ISO identifiers are less ambiguous." ; + schema:domainIncludes schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:isrcCode a rdf:Property ; + rdfs:label "isrcCode" ; + rdfs:comment "The International Standard Recording Code for the recording." ; + schema:contributor ; + schema:domainIncludes schema:MusicRecording ; + schema:rangeIncludes schema:Text . + +schema:issn a rdf:Property ; + rdfs:label "issn" ; + rdfs:comment "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty bibo:issn ; + schema:contributor ; + schema:domainIncludes schema:Blog, + schema:CreativeWorkSeries, + schema:Dataset, + schema:WebSite ; + schema:rangeIncludes schema:Text . + +schema:issueNumber a rdf:Property ; + rdfs:label "issueNumber" ; + rdfs:comment "Identifies the issue of publication; for example, \"iii\" or \"2\"." ; + rdfs:subPropertyOf schema:position ; + owl:equivalentProperty bibo:issue ; + schema:contributor ; + schema:domainIncludes schema:PublicationIssue ; + schema:rangeIncludes schema:Integer, + schema:Text . + +schema:issuedBy a rdf:Property ; + rdfs:label "issuedBy" ; + rdfs:comment "The organization issuing the item, for example a [[Permit]], [[Ticket]], or [[Certification]]." ; + schema:domainIncludes schema:Certification, + schema:Permit, + schema:Ticket ; + schema:rangeIncludes schema:Organization . + +schema:issuedThrough a rdf:Property ; + rdfs:label "issuedThrough" ; + rdfs:comment "The service through which the permit was granted." ; + schema:domainIncludes schema:Permit ; + schema:rangeIncludes schema:Service . + +schema:iswcCode a rdf:Property ; + rdfs:label "iswcCode" ; + rdfs:comment "The International Standard Musical Work Code for the composition." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:rangeIncludes schema:Text . + +schema:item a rdf:Property ; + rdfs:label "item" ; + rdfs:comment "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')." ; + schema:domainIncludes schema:DataFeedItem, + schema:ListItem ; + schema:rangeIncludes schema:Thing . + +schema:itemCondition a rdf:Property ; + rdfs:label "itemCondition" ; + rdfs:comment "A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns." ; + schema:domainIncludes schema:Demand, + schema:MerchantReturnPolicy, + schema:Offer, + schema:Product ; + schema:rangeIncludes schema:OfferItemCondition . + +schema:itemDefectReturnFees a rdf:Property ; + rdfs:label "itemDefectReturnFees" ; + rdfs:comment "The type of return fees for returns of defect products." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:ReturnFeesEnumeration ; + schema:source . + +schema:itemDefectReturnLabelSource a rdf:Property ; + rdfs:label "itemDefectReturnLabelSource" ; + rdfs:comment "The method (from an enumeration) by which the customer obtains a return shipping label for a defect product." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:ReturnLabelSourceEnumeration ; + schema:source . + +schema:itemDefectReturnShippingFeesAmount a rdf:Property ; + rdfs:label "itemDefectReturnShippingFeesAmount" ; + rdfs:comment "Amount of shipping costs for defect product returns. Applicable when property [[itemDefectReturnFees]] equals [[ReturnShippingFees]]." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:itemListElement a rdf:Property ; + rdfs:label "itemListElement" ; + rdfs:comment "For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.\\n\\nText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.\\n\\nNote: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases." ; + schema:domainIncludes schema:ItemList ; + schema:rangeIncludes schema:ListItem, + schema:Text, + schema:Thing . + +schema:itemListOrder a rdf:Property ; + rdfs:label "itemListOrder" ; + rdfs:comment "Type of ordering (e.g. Ascending, Descending, Unordered)." ; + schema:domainIncludes schema:ItemList ; + schema:rangeIncludes schema:ItemListOrderType, + schema:Text . + +schema:itemLocation a rdf:Property ; + rdfs:label "itemLocation"@en ; + rdfs:comment "Current location of the item."@en ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:ArchiveComponent ; + schema:isPartOf ; + schema:rangeIncludes schema:Place, + schema:PostalAddress, + schema:Text ; + schema:source . + +schema:itemReviewed a rdf:Property ; + rdfs:label "itemReviewed" ; + rdfs:comment "The item that is being reviewed/rated." ; + schema:domainIncludes schema:AggregateRating, + schema:Review ; + schema:rangeIncludes schema:Thing . + +schema:itemShipped a rdf:Property ; + rdfs:label "itemShipped" ; + rdfs:comment "Item(s) being shipped." ; + rdfs:subPropertyOf fibo-fnd-pas-pas:hasProduct ; + owl:equivalentProperty unece:IncludedConsignmentItem ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:Product . + +schema:itinerary a rdf:Property ; + rdfs:label "itinerary" ; + rdfs:comment "Destination(s) ( [[Place]] ) that make up a trip. For a trip where destination order is important use [[ItemList]] to specify that order (see examples)." ; + schema:contributor ; + schema:domainIncludes schema:Trip ; + schema:isPartOf ; + schema:rangeIncludes schema:ItemList, + schema:Place ; + schema:source . + +schema:iupacName a rdf:Property ; + rdfs:label "iupacName" ; + rdfs:comment "Systematic method of naming chemical compounds as recommended by the International Union of Pure and Applied Chemistry (IUPAC)." ; + schema:domainIncludes schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:jobDuration a rdf:Property ; + rdfs:label "jobDuration" ; + rdfs:comment "The expected duration of an employment offer as advertised by the employer. Relevant for job postings that have a clearly defined period in mind such as seasonal work, substitutes for maternal leave or any other temporary employment." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Duration, + schema:QuantitativeValue ; + schema:source . + +schema:jobImmediateStart a rdf:Property ; + rdfs:label "jobImmediateStart" ; + rdfs:comment "An indicator as to whether a position is available for an immediate start." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:jobLocation a rdf:Property ; + rdfs:label "jobLocation" ; + rdfs:comment "A (typically single) geographic location associated with the job position." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Place . + +schema:jobLocationType a rdf:Property ; + rdfs:label "jobLocationType" ; + rdfs:comment "A description of the job location (e.g. TELECOMMUTE for telecommute jobs)." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:jobStartDate a rdf:Property ; + rdfs:label "jobStartDate" ; + rdfs:comment "The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Date, + schema:Text ; + schema:source . + +schema:jobTitle a rdf:Property ; + rdfs:label "jobTitle" ; + rdfs:comment "The job title of the person (for example, Financial Manager)." ; + schema:domainIncludes schema:Person ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:keywords a rdf:Property ; + rdfs:label "keywords" ; + rdfs:comment "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property." ; + schema:domainIncludes schema:CreativeWork, + schema:Event, + schema:Organization, + schema:Place, + schema:Product ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text, + schema:URL . + +schema:knownVehicleDamages a rdf:Property ; + rdfs:label "knownVehicleDamages" ; + rdfs:comment "A textual description of known damages, both repaired and unrepaired." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Text . + +schema:knows a rdf:Property ; + rdfs:label "knows" ; + rdfs:comment "The most generic bi-directional social/work relation." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person . + +schema:knowsAbout a rdf:Property ; + rdfs:label "knowsAbout" ; + rdfs:comment "Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions." ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:Thing, + schema:URL ; + schema:source . + +schema:knowsLanguage a rdf:Property ; + rdfs:label "knowsLanguage" ; + rdfs:comment "Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47)." ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:isPartOf ; + schema:rangeIncludes schema:Language, + schema:Text ; + schema:source . + +schema:labelDetails a rdf:Property ; + rdfs:label "labelDetails" ; + rdfs:comment "Link to the drug's label details." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:URL . + +schema:landlord a rdf:Property ; + rdfs:label "landlord" ; + rdfs:comment "A sub property of participant. The owner of the real estate property." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:RentAction ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:language a rdf:Property ; + rdfs:label "language" ; + rdfs:comment "A sub property of instrument. The language used on this action." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:CommunicateAction, + schema:WriteAction ; + schema:rangeIncludes schema:Language ; + schema:supersededBy schema:inLanguage . + +schema:lastReviewed a rdf:Property ; + rdfs:label "lastReviewed" ; + rdfs:comment "Date on which the content on this web page was last reviewed for accuracy and/or completeness." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:Date . + +schema:latitude a rdf:Property ; + rdfs:label "latitude" ; + rdfs:comment "The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System))." ; + rdfs:subPropertyOf cmns-loc:hasLatitude ; + schema:domainIncludes schema:GeoCoordinates, + schema:Place ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:layoutImage a rdf:Property ; + rdfs:label "layoutImage" ; + rdfs:comment "A schematic image showing the floorplan layout." ; + rdfs:subPropertyOf schema:image ; + schema:domainIncludes schema:FloorPlan ; + schema:isPartOf ; + schema:rangeIncludes schema:ImageObject, + schema:URL ; + schema:source . + +schema:learningResourceType a rdf:Property ; + rdfs:label "learningResourceType" ; + rdfs:comment "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'." ; + schema:domainIncludes schema:CreativeWork, + schema:LearningResource ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text . + +schema:leaseLength a rdf:Property ; + rdfs:label "leaseLength" ; + rdfs:comment "Length of the lease for some [[Accommodation]], either particular to some [[Offer]] or in some cases intrinsic to the property." ; + schema:domainIncludes schema:Accommodation, + schema:Offer, + schema:RealEstateListing ; + schema:isPartOf ; + schema:rangeIncludes schema:Duration, + schema:QuantitativeValue ; + schema:source . + +schema:legalAddress a rdf:Property ; + rdfs:label "legalAddress" ; + rdfs:comment "The legal address of an organization which acts as the officially registered address used for legal and tax purposes. The legal address can be different from the place of operations of a business and other addresses can be part of an organization." ; + rdfs:subPropertyOf cmns-loc:hasAddress ; + owl:equivalentProperty fibo-fnd-plc-adr:hasRegisteredAddress ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:PostalAddress . + +schema:legalName a rdf:Property ; + rdfs:label "legalName" ; + rdfs:comment "The official name of the organization, e.g. the registered company name." ; + rdfs:subPropertyOf cmns-txt:hasName ; + owl:equivalentProperty gs1:organizationLegalName, + fibo-fnd-rel-rel:hasLegalName ; + schema:contributor ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Text . + +schema:legalRepresentative a rdf:Property ; + rdfs:label "legalRepresentative" ; + rdfs:comment "One or multiple persons who represent this organization legally such as CEO or sole administrator." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Person . + +schema:legalStatus a rdf:Property ; + rdfs:label "legalStatus" ; + rdfs:comment "The drug or supplement's legal status, including any controlled substance schedules that apply." ; + schema:domainIncludes schema:DietarySupplement, + schema:Drug, + schema:MedicalEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:DrugLegalStatus, + schema:MedicalEnumeration, + schema:Text . + +schema:legislationAmends a rdf:Property ; + rdfs:label "legislationAmends" ; + rdfs:comment "Another legislation that this legislation amends, introducing legal changes." ; + rdfs:subPropertyOf schema:legislationChanges ; + owl:equivalentProperty eli:amends ; + skos:exactMatch eli:amends ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:legislationCommences a rdf:Property ; + rdfs:label "legislationCommences" ; + rdfs:comment "Another legislation that this one sets into force." ; + rdfs:subPropertyOf schema:legislationChanges ; + owl:equivalentProperty eli:commences ; + skos:exactMatch eli:commences ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:legislationConsolidates a rdf:Property ; + rdfs:label "legislationConsolidates" ; + rdfs:comment "Indicates another legislation taken into account in this consolidated legislation (which is usually the product of an editorial process that revises the legislation). This property should be used multiple times to refer to both the original version or the previous consolidated version, and to the legislations making the change." ; + owl:equivalentProperty eli:consolidates ; + skos:exactMatch eli:consolidates ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:legislationCorrects a rdf:Property ; + rdfs:label "legislationCorrects" ; + rdfs:comment "Another legislation in which this one introduces textual changes, like correction of spelling mistakes, with no legal impact (for modifications that have legal impact, use legislationAmends)." ; + owl:equivalentProperty eli:corrects ; + skos:exactMatch eli:corrects ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:legislationCountersignedBy a rdf:Property ; + rdfs:label "legislationCountersignedBy" ; + rdfs:comment "The person or organization that countersigned the legislation. Depending on the legal context, a countersignature can indicate that the signed authority undertakes to assume responsibility for texts emanating from a person who is inviolable and irresponsible, (for example a King, Grand Duc or President), or that the authority is in charge of the implementation of the text." ; + owl:equivalentProperty eli:countersigned_by ; + skos:exactMatch eli:countersigned_by ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source , + . + +schema:legislationDate a rdf:Property ; + rdfs:label "legislationDate" ; + rdfs:comment "The date of adoption or signature of the legislation. This is the date at which the text is officially aknowledged to be a legislation, even though it might not even be published or in force." ; + rdfs:subPropertyOf schema:dateCreated ; + owl:equivalentProperty eli:date_document ; + skos:exactMatch eli:date_document ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Date ; + schema:source , + . + +schema:legislationDateOfApplicability a rdf:Property ; + rdfs:label "legislationDateOfApplicability" ; + rdfs:comment "The date at which the Legislation becomes applicable. This can sometimes be distinct from the date of entry into force : a text may come in force today, and state it will become applicable in 3 months." ; + owl:equivalentProperty eli:date_applicability ; + skos:exactMatch eli:date_applicability ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Date ; + schema:source , + . + +schema:legislationDateVersion a rdf:Property ; + rdfs:label "legislationDateVersion" ; + rdfs:comment "The point-in-time at which the provided description of the legislation is valid (e.g.: when looking at the law on the 2016-04-07 (= dateVersion), I get the consolidation of 2015-04-12 of the \"National Insurance Contributions Act 2015\")" ; + owl:equivalentProperty eli:version_date ; + skos:exactMatch eli:version_date ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Date ; + schema:source , + . + +schema:legislationEnsuresImplementationOf a rdf:Property ; + rdfs:label "legislationEnsuresImplementationOf" ; + rdfs:comment "Indicates that this Legislation ensures the implementation of another Legislation, for example by modifying national legislations so that they do not contradict to an EU regulation or decision. This implies a legal meaning. Transpositions of EU Directive should be captured with legislationTransposes." ; + rdfs:subPropertyOf schema:legislationApplies ; + owl:equivalentProperty eli:ensures_implementation_of ; + skos:exactMatch eli:ensures_implementation_of ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:legislationIdentifier a rdf:Property ; + rdfs:label "legislationIdentifier" ; + rdfs:comment "An identifier for the legislation. This can be either a string-based identifier, like the CELEX at EU level or the NOR in France, or a web-based, URL/URI identifier, like an ELI (European Legislation Identifier) or an URN-Lex." ; + rdfs:subPropertyOf schema:identifier ; + skos:closeMatch eli:id_local ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source , + . + +schema:legislationJurisdiction a rdf:Property ; + rdfs:label "legislationJurisdiction" ; + rdfs:comment "The jurisdiction from which the legislation originates." ; + rdfs:subPropertyOf schema:jurisdiction, + schema:spatialCoverage ; + owl:equivalentProperty eli:jurisdiction ; + skos:exactMatch eli:jurisdiction ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:AdministrativeArea, + schema:Text ; + schema:source , + . + +schema:legislationLegalForce a rdf:Property ; + rdfs:label "legislationLegalForce" ; + rdfs:comment "Whether the legislation is currently in force, not in force, or partially in force." ; + owl:equivalentProperty eli:in_force ; + skos:exactMatch eli:in_force ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:LegalForceStatus ; + schema:source , + . + +schema:legislationLegalValue a rdf:Property ; + rdfs:label "legislationLegalValue" ; + rdfs:comment "The legal value of this legislation file. The same legislation can be written in multiple files with different legal values. Typically a digitally signed PDF have a \"stronger\" legal value than the HTML file of the same act." ; + owl:equivalentProperty eli:legal_value ; + skos:exactMatch eli:legal_value ; + schema:contributor ; + schema:domainIncludes schema:LegislationObject ; + schema:isPartOf ; + schema:rangeIncludes schema:LegalValueLevel ; + schema:source , + . + +schema:legislationPassedBy a rdf:Property ; + rdfs:label "legislationPassedBy" ; + rdfs:comment "The person or organization that originally passed or made the law: typically parliament (for primary legislation) or government (for secondary legislation). This indicates the \"legal author\" of the law, as opposed to its physical author." ; + rdfs:subPropertyOf schema:creator ; + owl:equivalentProperty eli:passed_by ; + skos:exactMatch eli:passed_by ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source , + . + +schema:legislationRepeals a rdf:Property ; + rdfs:label "legislationRepeals" ; + rdfs:comment "Another legislation that this legislation repeals (cancels, abrogates)." ; + rdfs:subPropertyOf schema:legislationChanges ; + owl:equivalentProperty eli:repeals ; + skos:exactMatch eli:repeals ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:legislationResponsible a rdf:Property ; + rdfs:label "legislationResponsible" ; + rdfs:comment "An individual or organization that has some kind of responsibility for the legislation. Typically the ministry who is/was in charge of elaborating the legislation, or the adressee for potential questions about the legislation once it is published." ; + owl:equivalentProperty eli:responsibility_of ; + skos:exactMatch eli:responsibility_of ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source , + . + +schema:legislationTransposes a rdf:Property ; + rdfs:label "legislationTransposes" ; + rdfs:comment "Indicates that this legislation (or part of legislation) fulfills the objectives set by another legislation, by passing appropriate implementation measures. Typically, some legislations of European Union's member states or regions transpose European Directives. This indicates a legally binding link between the 2 legislations." ; + rdfs:subPropertyOf schema:legislationApplies ; + owl:equivalentProperty eli:transposes ; + skos:exactMatch eli:transposes ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:legislationType a rdf:Property ; + rdfs:label "legislationType" ; + rdfs:comment "The type of the legislation. Examples of values are \"law\", \"act\", \"directive\", \"decree\", \"regulation\", \"statutory instrument\", \"loi organique\", \"règlement grand-ducal\", etc., depending on the country." ; + rdfs:subPropertyOf schema:genre ; + owl:equivalentProperty eli:type_document ; + skos:exactMatch eli:type_document ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:CategoryCode, + schema:Text ; + schema:source , + . + +schema:leiCode a rdf:Property ; + rdfs:label "leiCode" ; + rdfs:comment "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty fibo-be-le-lp:hasLegalEntityIdentifier, + gleif-L1:hasLEI ; + schema:contributor , + ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Text . + +schema:lender a rdf:Property ; + rdfs:label "lender" ; + rdfs:comment "A sub property of participant. The person that lends the object being borrowed." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:BorrowAction ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:lesser a rdf:Property ; + rdfs:label "lesser" ; + rdfs:comment "This ordering relation for qualitative values indicates that the subject is lesser than the object." ; + schema:contributor ; + schema:domainIncludes schema:QualitativeValue ; + schema:rangeIncludes schema:QualitativeValue . + +schema:lesserOrEqual a rdf:Property ; + rdfs:label "lesserOrEqual" ; + rdfs:comment "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object." ; + schema:contributor ; + schema:domainIncludes schema:QualitativeValue ; + schema:rangeIncludes schema:QualitativeValue . + +schema:letterer a rdf:Property ; + rdfs:label "letterer" ; + rdfs:comment "The individual who adds lettering, including speech balloons and sound effects, to artwork." ; + schema:domainIncludes schema:ComicIssue, + schema:ComicStory, + schema:VisualArtwork ; + schema:isPartOf ; + schema:rangeIncludes schema:Person . + +schema:license a rdf:Property ; + rdfs:label "license" ; + rdfs:comment "A license document that applies to this content, typically indicated by URL." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:CreativeWork, + schema:URL . + +schema:lifeEvent a rdf:Property ; + rdfs:label "lifeEvent" ; + rdfs:comment "A life event like baptism, communions, Bar Mitzvahs, Aqiqah, Namakarana, Miyamairi, burial, ...." ; + schema:domainIncludes schema:Person ; + schema:isPartOf ; + schema:rangeIncludes schema:Event ; + schema:source . + +schema:line a rdf:Property ; + rdfs:label "line" ; + rdfs:comment "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space." ; + schema:domainIncludes schema:GeoShape ; + schema:rangeIncludes schema:Text . + +schema:linkRelationship a rdf:Property ; + rdfs:label "linkRelationship" ; + rdfs:comment "Indicates the relationship type of a Web link. " ; + schema:domainIncludes schema:LinkRole ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:liveBlogUpdate a rdf:Property ; + rdfs:label "liveBlogUpdate" ; + rdfs:comment "An update to the LiveBlog." ; + schema:domainIncludes schema:LiveBlogPosting ; + schema:rangeIncludes schema:BlogPosting . + +schema:loanMortgageMandateAmount a rdf:Property ; + rdfs:label "loanMortgageMandateAmount" ; + rdfs:comment "Amount of mortgage mandate that can be converted into a proper mortgage at a later stage." ; + schema:contributor ; + schema:domainIncludes schema:MortgageLoan ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:loanPaymentAmount a rdf:Property ; + rdfs:label "loanPaymentAmount" ; + rdfs:comment "The amount of money to pay in a single payment." ; + schema:contributor ; + schema:domainIncludes schema:RepaymentSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:loanPaymentFrequency a rdf:Property ; + rdfs:label "loanPaymentFrequency" ; + rdfs:comment "Frequency of payments due, i.e. number of months between payments. This is defined as a frequency, i.e. the reciprocal of a period of time." ; + schema:contributor ; + schema:domainIncludes schema:RepaymentSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:loanRepaymentForm a rdf:Property ; + rdfs:label "loanRepaymentForm" ; + rdfs:comment "A form of paying back money previously borrowed from a lender. Repayment usually takes the form of periodic payments that normally include part principal plus interest in each payment." ; + schema:contributor ; + schema:domainIncludes schema:LoanOrCredit ; + schema:isPartOf ; + schema:rangeIncludes schema:RepaymentSpecification ; + schema:source . + +schema:loanTerm a rdf:Property ; + rdfs:label "loanTerm" ; + rdfs:comment "The duration of the loan or credit agreement." ; + rdfs:subPropertyOf schema:duration ; + schema:contributor ; + schema:domainIncludes schema:LoanOrCredit ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:loanType a rdf:Property ; + rdfs:label "loanType" ; + rdfs:comment "The type of a loan or credit." ; + schema:contributor ; + schema:domainIncludes schema:LoanOrCredit ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:locationCreated a rdf:Property ; + rdfs:label "locationCreated" ; + rdfs:comment "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Place . + +schema:lodgingUnitDescription a rdf:Property ; + rdfs:label "lodgingUnitDescription" ; + rdfs:comment "A full description of the lodging unit." ; + schema:domainIncludes schema:LodgingReservation ; + schema:rangeIncludes schema:Text . + +schema:lodgingUnitType a rdf:Property ; + rdfs:label "lodgingUnitType" ; + rdfs:comment "Textual description of the unit type (including suite vs. room, size of bed, etc.)." ; + schema:domainIncludes schema:LodgingReservation ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text . + +schema:logo a rdf:Property ; + rdfs:label "logo" ; + rdfs:comment "An associated logo." ; + rdfs:subPropertyOf schema:image ; + owl:equivalentProperty unece:logoReferencedDocument ; + schema:contributor ; + schema:domainIncludes schema:Brand, + schema:Certification, + schema:Organization, + schema:Place, + schema:Product, + schema:Service ; + schema:rangeIncludes schema:ImageObject, + schema:URL . + +schema:longitude a rdf:Property ; + rdfs:label "longitude" ; + rdfs:comment "The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System))." ; + rdfs:subPropertyOf cmns-loc:hasLongitude ; + schema:domainIncludes schema:GeoCoordinates, + schema:Place ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:loser a rdf:Property ; + rdfs:label "loser" ; + rdfs:comment "A sub property of participant. The loser of the action." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:WinAction ; + schema:rangeIncludes schema:Person . + +schema:lowPrice a rdf:Property ; + rdfs:label "lowPrice" ; + rdfs:comment "The lowest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ; + rdfs:subPropertyOf fibo-fnd-acc-cur:hasMonetaryAmount, + cmns-q:hasLowerBound ; + schema:domainIncludes schema:AggregateOffer ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:lyricist a rdf:Property ; + rdfs:label "lyricist" ; + rdfs:comment "The person who wrote the words." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:rangeIncludes schema:Person . + +schema:lyrics a rdf:Property ; + rdfs:label "lyrics" ; + rdfs:comment "The words in the song." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:rangeIncludes schema:CreativeWork . + +schema:maintainer a rdf:Property ; + rdfs:label "maintainer" ; + rdfs:comment """A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. + """ ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source . + +schema:manufacturer a rdf:Property ; + rdfs:label "manufacturer" ; + rdfs:comment "The manufacturer of the product." ; + rdfs:subPropertyOf fibo-fnd-pas-pas:isProvisionedBy ; + owl:equivalentProperty unece:manufacturerParty, + gs1:manufacturer ; + schema:domainIncludes schema:Product ; + schema:rangeIncludes schema:Organization . + +schema:map a rdf:Property ; + rdfs:label "map" ; + rdfs:comment "A URL to a map of the place." ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:URL ; + schema:supersededBy schema:hasMap . + +schema:mapType a rdf:Property ; + rdfs:label "mapType" ; + rdfs:comment "Indicates the kind of Map, from the MapCategoryType Enumeration." ; + schema:domainIncludes schema:Map ; + schema:rangeIncludes schema:MapCategoryType . + +schema:maps a rdf:Property ; + rdfs:label "maps" ; + rdfs:comment "A URL to a map of the place." ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:URL ; + schema:supersededBy schema:hasMap . + +schema:marginOfError a rdf:Property ; + rdfs:label "marginOfError" ; + rdfs:comment "A [[marginOfError]] for an [[Observation]]." ; + schema:domainIncludes schema:Observation ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue ; + schema:source . + +schema:masthead a rdf:Property ; + rdfs:label "masthead" ; + rdfs:comment "For a [[NewsMediaOrganization]], a link to the masthead page or a page listing top editorial management." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:materialExtent a rdf:Property ; + rdfs:label "materialExtent"@en ; + rdfs:comment "The quantity of the materials being described or an expression of the physical space they occupy."@en ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue, + schema:Text ; + schema:source . + +schema:mathExpression a rdf:Property ; + rdfs:label "mathExpression" ; + rdfs:comment "A mathematical expression (e.g. 'x^2-3x=0') that may be solved for a specific variable, simplified, or transformed. This can take many formats, e.g. LaTeX, Ascii-Math, or math as you would write with a keyboard." ; + schema:domainIncludes schema:MathSolver ; + schema:isPartOf ; + schema:rangeIncludes schema:SolveMathAction, + schema:Text ; + schema:source . + +schema:maxPrice a rdf:Property ; + rdfs:label "maxPrice" ; + rdfs:comment "The highest price if the price is a range." ; + rdfs:subPropertyOf fibo-fnd-acc-cur:hasMonetaryAmount, + cmns-q:hasUpperBound ; + schema:contributor ; + schema:domainIncludes schema:PriceSpecification ; + schema:rangeIncludes schema:Number . + +schema:maxValue a rdf:Property ; + rdfs:label "maxValue" ; + rdfs:comment "The upper value of some characteristic or property." ; + rdfs:subPropertyOf cmns-q:hasUpperBound ; + schema:contributor ; + schema:domainIncludes schema:MonetaryAmount, + schema:PropertyValue, + schema:PropertyValueSpecification, + schema:QuantitativeValue ; + schema:rangeIncludes schema:Number . + +schema:maximumAttendeeCapacity a rdf:Property ; + rdfs:label "maximumAttendeeCapacity" ; + rdfs:comment "The total number of individuals that may attend an event or venue." ; + rdfs:subPropertyOf cmns-q:hasUpperBound ; + schema:domainIncludes schema:Event, + schema:Place ; + schema:rangeIncludes schema:Integer . + +schema:maximumEnrollment a rdf:Property ; + rdfs:label "maximumEnrollment" ; + rdfs:comment "The maximum number of students who may be enrolled in the program." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:maximumIntake a rdf:Property ; + rdfs:label "maximumIntake" ; + rdfs:comment "Recommended intake of this supplement for a given population as defined by a specific recommending authority." ; + schema:domainIncludes schema:DietarySupplement, + schema:Drug, + schema:DrugStrength, + schema:Substance ; + schema:isPartOf ; + schema:rangeIncludes schema:MaximumDoseSchedule . + +schema:maximumPhysicalAttendeeCapacity a rdf:Property ; + rdfs:label "maximumPhysicalAttendeeCapacity" ; + rdfs:comment "The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). " ; + schema:domainIncludes schema:Event ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:maximumVirtualAttendeeCapacity a rdf:Property ; + rdfs:label "maximumVirtualAttendeeCapacity" ; + rdfs:comment "The maximum virtual attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). " ; + schema:domainIncludes schema:Event ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:mealService a rdf:Property ; + rdfs:label "mealService" ; + rdfs:comment "Description of the meals that will be provided or available for purchase." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:Text . + +schema:measuredProperty a rdf:Property ; + rdfs:label "measuredProperty" ; + rdfs:comment "The measuredProperty of an [[Observation]], typically via its [[StatisticalVariable]]. There are various kinds of applicable [[Property]]: a schema.org property, a property from other RDF-compatible systems, e.g. W3C RDF Data Cube, Data Commons, Wikidata, or schema.org extensions such as [GS1's](https://www.gs1.org/voc/?show=properties)." ; + schema:domainIncludes schema:Observation, + schema:StatisticalVariable ; + schema:isPartOf ; + schema:rangeIncludes schema:Property ; + schema:source . + +schema:measurementDenominator a rdf:Property ; + rdfs:label "measurementDenominator" ; + rdfs:comment "Identifies the denominator variable when an observation represents a ratio or percentage." ; + schema:domainIncludes schema:Observation, + schema:StatisticalVariable ; + schema:isPartOf ; + schema:rangeIncludes schema:StatisticalVariable ; + schema:source . + +schema:measurementMethod a rdf:Property ; + rdfs:label "measurementMethod" ; + rdfs:comment "A subproperty of [[measurementTechnique]] that can be used for specifying specific methods, in particular via [[MeasurementMethodEnum]]." ; + rdfs:subPropertyOf schema:measurementTechnique ; + schema:domainIncludes schema:DataCatalog, + schema:DataDownload, + schema:Dataset, + schema:Observation, + schema:PropertyValue, + schema:StatisticalVariable ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:MeasurementMethodEnum, + schema:Text, + schema:URL ; + schema:source . + +schema:measurementQualifier a rdf:Property ; + rdfs:label "measurementQualifier" ; + rdfs:comment "Provides additional qualification to an observation. For example, a GDP observation measures the Nominal value." ; + schema:domainIncludes schema:Observation, + schema:StatisticalVariable ; + schema:isPartOf ; + schema:rangeIncludes schema:Enumeration ; + schema:source . + +schema:mechanismOfAction a rdf:Property ; + rdfs:label "mechanismOfAction" ; + rdfs:comment "The specific biochemical interaction through which this drug or supplement produces its pharmacological effect." ; + schema:domainIncludes schema:DietarySupplement, + schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:mediaAuthenticityCategory a rdf:Property ; + rdfs:label "mediaAuthenticityCategory" ; + rdfs:comment "Indicates a MediaManipulationRatingEnumeration classification of a media object (in the context of how it was published or shared)." ; + schema:domainIncludes schema:MediaReview ; + schema:isPartOf ; + schema:rangeIncludes schema:MediaManipulationRatingEnumeration ; + schema:source . + +schema:mediaItemAppearance a rdf:Property ; + rdfs:label "mediaItemAppearance" ; + rdfs:comment "In the context of a [[MediaReview]], indicates specific media item(s) that are grouped using a [[MediaReviewItem]]." ; + schema:domainIncludes schema:MediaReviewItem ; + schema:isPartOf ; + schema:rangeIncludes schema:MediaObject ; + schema:source . + +schema:median a rdf:Property ; + rdfs:label "median" ; + rdfs:comment "The median value." ; + schema:domainIncludes schema:QuantitativeValueDistribution ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:medicalAudience a rdf:Property ; + rdfs:label "medicalAudience" ; + rdfs:comment "Medical audience for page." ; + schema:domainIncludes schema:MedicalWebPage ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalAudience, + schema:MedicalAudienceType . + +schema:medicalSpecialty a rdf:Property ; + rdfs:label "medicalSpecialty" ; + rdfs:comment "A medical specialty of the provider." ; + schema:domainIncludes schema:Hospital, + schema:MedicalClinic, + schema:MedicalOrganization, + schema:Physician ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalSpecialty . + +schema:medicineSystem a rdf:Property ; + rdfs:label "medicineSystem" ; + rdfs:comment "The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc." ; + schema:domainIncludes schema:MedicalEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicineSystem . + +schema:meetsEmissionStandard a rdf:Property ; + rdfs:label "meetsEmissionStandard" ; + rdfs:comment "Indicates that the vehicle meets the respective emission standard." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text, + schema:URL . + +schema:members a rdf:Property ; + rdfs:label "members" ; + rdfs:comment "A member of this organization." ; + schema:domainIncludes schema:Organization, + schema:ProgramMembership ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:supersededBy schema:member . + +schema:membershipNumber a rdf:Property ; + rdfs:label "membershipNumber" ; + rdfs:comment "A unique identifier for the membership." ; + schema:domainIncludes schema:ProgramMembership ; + schema:rangeIncludes schema:Text . + +schema:membershipPointsEarned a rdf:Property ; + rdfs:label "membershipPointsEarned" ; + rdfs:comment "The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (E.g. stars, miles, etc.)" ; + schema:domainIncludes schema:MemberProgramTier, + schema:PriceSpecification, + schema:ProgramMembership ; + schema:isPartOf ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue ; + schema:source . + +schema:memoryRequirements a rdf:Property ; + rdfs:label "memoryRequirements" ; + rdfs:comment "Minimum memory requirements." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:mentions a rdf:Property ; + rdfs:label "mentions" ; + rdfs:comment "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Thing . + +schema:menu a rdf:Property ; + rdfs:label "menu" ; + rdfs:comment "Either the actual menu as a structured representation, as text, or a URL of the menu." ; + schema:domainIncludes schema:FoodEstablishment ; + schema:rangeIncludes schema:Menu, + schema:Text, + schema:URL ; + schema:supersededBy schema:hasMenu . + +schema:menuAddOn a rdf:Property ; + rdfs:label "menuAddOn" ; + rdfs:comment "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item." ; + schema:domainIncludes schema:MenuItem ; + schema:rangeIncludes schema:MenuItem, + schema:MenuSection ; + schema:source . + +schema:merchant a rdf:Property ; + rdfs:label "merchant" ; + rdfs:comment "'merchant' is an out-dated term for 'seller'." ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:supersededBy schema:seller . + +schema:merchantReturnDays a rdf:Property ; + rdfs:label "merchantReturnDays" ; + rdfs:comment "Specifies either a fixed return date or the number of days (from the delivery date) that a product can be returned. Used when the [[returnPolicyCategory]] property is specified as [[MerchantReturnFiniteReturnWindow]]." ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:MerchantReturnPolicySeasonalOverride ; + schema:isPartOf ; + schema:rangeIncludes schema:Date, + schema:DateTime, + schema:Integer ; + schema:source . + +schema:merchantReturnLink a rdf:Property ; + rdfs:label "merchantReturnLink" ; + rdfs:comment "Specifies a Web page or service by URL, for product returns." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:URL ; + schema:source . + +schema:messageAttachment a rdf:Property ; + rdfs:label "messageAttachment" ; + rdfs:comment "A CreativeWork attached to the message." ; + schema:domainIncludes schema:Message ; + schema:rangeIncludes schema:CreativeWork . + +schema:mileageFromOdometer a rdf:Property ; + rdfs:label "mileageFromOdometer" ; + rdfs:comment "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.\\n\\nTypical unit code(s): KMT for kilometers, SMI for statute miles." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:minPrice a rdf:Property ; + rdfs:label "minPrice" ; + rdfs:comment "The lowest price if the price is a range." ; + rdfs:subPropertyOf fibo-fnd-acc-cur:hasMonetaryAmount, + cmns-q:hasLowerBound ; + schema:contributor ; + schema:domainIncludes schema:PriceSpecification ; + schema:rangeIncludes schema:Number . + +schema:minValue a rdf:Property ; + rdfs:label "minValue" ; + rdfs:comment "The lower value of some characteristic or property." ; + rdfs:subPropertyOf cmns-q:hasLowerBound ; + schema:contributor ; + schema:domainIncludes schema:MonetaryAmount, + schema:PropertyValue, + schema:PropertyValueSpecification, + schema:QuantitativeValue ; + schema:rangeIncludes schema:Number . + +schema:minimumPaymentDue a rdf:Property ; + rdfs:label "minimumPaymentDue" ; + rdfs:comment "The minimum payment required at this time." ; + rdfs:subPropertyOf fibo-fnd-acc-cur:hasMonetaryAmount, + cmns-q:hasLowerBound ; + schema:domainIncludes schema:Invoice ; + schema:rangeIncludes schema:MonetaryAmount, + schema:PriceSpecification . + +schema:missionCoveragePrioritiesPolicy a rdf:Property ; + rdfs:label "missionCoveragePrioritiesPolicy" ; + rdfs:comment "For a [[NewsMediaOrganization]], a statement on coverage priorities, including any public agenda or stance on issues." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:mobileUrl a rdf:Property ; + rdfs:label "mobileUrl" ; + rdfs:comment """The [[mobileUrl]] property is provided for specific situations in which data consumers need to determine whether one of several provided URLs is a dedicated 'mobile site'. + +To discourage over-use, and reflecting intial usecases, the property is expected only on [[Product]] and [[Offer]], rather than [[Thing]]. The general trend in web technology is towards [responsive design](https://en.wikipedia.org/wiki/Responsive_web_design) in which content can be flexibly adapted to a wide range of browsing environments. Pages and sites referenced with the long-established [[url]] property should ideally also be usable on a wide variety of devices, including mobile phones. In most cases, it would be pointless and counter productive to attempt to update all [[url]] markup to use [[mobileUrl]] for more mobile-oriented pages. The property is intended for the case when items (primarily [[Product]] and [[Offer]]) have extra URLs hosted on an additional "mobile site" alongside the main one. It should not be taken as an endorsement of this publication style. + """ ; + schema:domainIncludes schema:Offer, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:model a rdf:Property ; + rdfs:label "model" ; + rdfs:comment "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties." ; + rdfs:subPropertyOf cmns-cls:isClassifiedBy ; + owl:equivalentProperty unece:ModelName ; + schema:domainIncludes schema:Product ; + schema:rangeIncludes schema:ProductModel, + schema:Text . + +schema:modelDate a rdf:Property ; + rdfs:label "modelDate" ; + rdfs:comment "The release date of a vehicle model (often used to differentiate versions of the same make and model)." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:Date . + +schema:modifiedTime a rdf:Property ; + rdfs:label "modifiedTime" ; + rdfs:comment "The date and time the reservation was modified." ; + schema:domainIncludes schema:Reservation ; + schema:rangeIncludes schema:DateTime . + +schema:molecularFormula a rdf:Property ; + rdfs:label "molecularFormula" ; + rdfs:comment "The empirical formula is the simplest whole number ratio of all the atoms in a molecule." ; + schema:domainIncludes schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:molecularWeight a rdf:Property ; + rdfs:label "molecularWeight" ; + rdfs:comment "This is the molecular weight of the entity being described, not of the parent. Units should be included in the form '<Number> <unit>', for example '12 amu' or as '<QuantitativeValue>." ; + schema:domainIncludes schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue, + schema:Text ; + schema:source . + +schema:monoisotopicMolecularWeight a rdf:Property ; + rdfs:label "monoisotopicMolecularWeight" ; + rdfs:comment "The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units in the form '<Number> <unit>', for example '770.230488 g/mol' or as '<QuantitativeValue>." ; + schema:domainIncludes schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue, + schema:Text ; + schema:source . + +schema:monthlyMinimumRepaymentAmount a rdf:Property ; + rdfs:label "monthlyMinimumRepaymentAmount" ; + rdfs:comment "The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month." ; + schema:contributor ; + schema:domainIncludes schema:PaymentCard ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount, + schema:Number ; + schema:source . + +schema:monthsOfExperience a rdf:Property ; + rdfs:label "monthsOfExperience" ; + rdfs:comment "Indicates the minimal number of months of experience required for a position." ; + schema:domainIncludes schema:OccupationalExperienceRequirements ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:mpn a rdf:Property ; + rdfs:label "mpn" ; + rdfs:comment "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers." ; + owl:equivalentProperty unece:manufacturerAssignedId ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Product ; + schema:rangeIncludes schema:Text . + +schema:multipleValues a rdf:Property ; + rdfs:label "multipleValues" ; + rdfs:comment "Whether multiple values are allowed for the property. Default is false." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Boolean . + +schema:muscleAction a rdf:Property ; + rdfs:label "muscleAction" ; + rdfs:comment "The movement the muscle generates." ; + schema:domainIncludes schema:Muscle ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:musicArrangement a rdf:Property ; + rdfs:label "musicArrangement" ; + rdfs:comment "An arrangement derived from the composition." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:rangeIncludes schema:MusicComposition . + +schema:musicBy a rdf:Property ; + rdfs:label "musicBy" ; + rdfs:comment "The composer of the soundtrack." ; + schema:domainIncludes schema:Clip, + schema:Episode, + schema:Movie, + schema:MovieSeries, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGame, + schema:VideoGameSeries, + schema:VideoObject ; + schema:rangeIncludes schema:MusicGroup, + schema:Person . + +schema:musicCompositionForm a rdf:Property ; + rdfs:label "musicCompositionForm" ; + rdfs:comment "The type of composition (e.g. overture, sonata, symphony, etc.)." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:rangeIncludes schema:Text . + +schema:musicGroupMember a rdf:Property ; + rdfs:label "musicGroupMember" ; + rdfs:comment "A member of a music group—for example, John, Paul, George, or Ringo." ; + schema:domainIncludes schema:MusicGroup ; + schema:rangeIncludes schema:Person ; + schema:supersededBy schema:member . + +schema:musicReleaseFormat a rdf:Property ; + rdfs:label "musicReleaseFormat" ; + rdfs:comment "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.)." ; + schema:contributor ; + schema:domainIncludes schema:MusicRelease ; + schema:rangeIncludes schema:MusicReleaseFormatType . + +schema:musicalKey a rdf:Property ; + rdfs:label "musicalKey" ; + rdfs:comment "The key, mode, or scale this composition uses." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:rangeIncludes schema:Text . + +schema:naics a rdf:Property ; + rdfs:label "naics" ; + rdfs:comment "The North American Industry Classification System (NAICS) code for a particular organization or business person." ; + rdfs:subPropertyOf cmns-cls:isClassifiedBy ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Text . + +schema:name a rdf:Property ; + rdfs:label "name" ; + rdfs:comment "The name of the item." ; + rdfs:subPropertyOf rdfs:label ; + owl:equivalentProperty og:title, + dct:title, + cmns-txt:hasName ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:Text . + +schema:namedPosition a rdf:Property ; + rdfs:label "namedPosition" ; + rdfs:comment "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'." ; + schema:domainIncludes schema:Role ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:supersededBy schema:roleName . + +schema:nationality a rdf:Property ; + rdfs:label "nationality" ; + rdfs:comment "Nationality of the person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Country . + +schema:naturalProgression a rdf:Property ; + rdfs:label "naturalProgression" ; + rdfs:comment "The expected progression of the condition if it is not treated and allowed to progress naturally." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:negativeNotes a rdf:Property ; + rdfs:label "negativeNotes" ; + rdfs:comment """Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry + +In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions +tend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]]. + +The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).""" ; + schema:domainIncludes schema:Product, + schema:Review ; + schema:isPartOf ; + schema:rangeIncludes schema:ItemList, + schema:ListItem, + schema:Text, + schema:WebContent ; + schema:source . + +schema:nerve a rdf:Property ; + rdfs:label "nerve" ; + rdfs:comment "The underlying innervation associated with the muscle." ; + schema:domainIncludes schema:Muscle ; + schema:isPartOf ; + schema:rangeIncludes schema:Nerve . + +schema:nerveMotor a rdf:Property ; + rdfs:label "nerveMotor" ; + rdfs:comment "The neurological pathway extension that involves muscle control." ; + schema:domainIncludes schema:Nerve ; + schema:isPartOf ; + schema:rangeIncludes schema:Muscle . + +schema:netWorth a rdf:Property ; + rdfs:label "netWorth" ; + rdfs:comment "The total financial value of the person as calculated by subtracting the total value of liabilities from the total value of assets." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:MonetaryAmount, + schema:PriceSpecification . + +schema:newsUpdatesAndGuidelines a rdf:Property ; + rdfs:label "newsUpdatesAndGuidelines" ; + rdfs:comment "Indicates a page with news updates and guidelines. This could often be (but is not required to be) the main page containing [[SpecialAnnouncement]] markup on a site." ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:URL, + schema:WebContent ; + schema:source . + +schema:nextItem a rdf:Property ; + rdfs:label "nextItem" ; + rdfs:comment "A link to the ListItem that follows the current one." ; + schema:domainIncludes schema:ListItem ; + schema:rangeIncludes schema:ListItem . + +schema:noBylinesPolicy a rdf:Property ; + rdfs:label "noBylinesPolicy" ; + rdfs:comment "For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement explaining when authors of articles are not named in bylines." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:nonEqual a rdf:Property ; + rdfs:label "nonEqual" ; + rdfs:comment "This ordering relation for qualitative values indicates that the subject is not equal to the object." ; + schema:contributor ; + schema:domainIncludes schema:QualitativeValue ; + schema:rangeIncludes schema:QualitativeValue . + +schema:nonProprietaryName a rdf:Property ; + rdfs:label "nonProprietaryName" ; + rdfs:comment "The generic name of this drug or supplement." ; + schema:domainIncludes schema:DietarySupplement, + schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:nonprofitStatus a rdf:Property ; + rdfs:label "nonprofitStatus" ; + rdfs:comment "nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business." ; + schema:domainIncludes schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:NonprofitType ; + schema:source . + +schema:normalRange a rdf:Property ; + rdfs:label "normalRange" ; + rdfs:comment "Range of acceptable values for a typical patient, when applicable." ; + schema:domainIncludes schema:MedicalTest ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEnumeration, + schema:Text . + +schema:nsn a rdf:Property ; + rdfs:label "nsn" ; + rdfs:comment "Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]]. " ; + rdfs:subPropertyOf schema:identifier, + cmns-id:identifiedBy ; + owl:equivalentProperty unece:nSNId ; + schema:domainIncludes schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:numAdults a rdf:Property ; + rdfs:label "numAdults" ; + rdfs:comment "The number of adults staying in the unit." ; + schema:domainIncludes schema:LodgingReservation ; + schema:rangeIncludes schema:Integer, + schema:QuantitativeValue . + +schema:numChildren a rdf:Property ; + rdfs:label "numChildren" ; + rdfs:comment "The number of children staying in the unit." ; + schema:domainIncludes schema:LodgingReservation ; + schema:rangeIncludes schema:Integer, + schema:QuantitativeValue . + +schema:numConstraints a rdf:Property ; + rdfs:label "numConstraints" ; + rdfs:comment "Indicates the number of constraints property values defined for a particular [[ConstraintNode]] such as [[StatisticalVariable]]. This helps applications understand if they have access to a sufficiently complete description of a [[StatisticalVariable]] or other construct that is defined using properties on template-style nodes." ; + schema:domainIncludes schema:ConstraintNode ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:numItems a rdf:Property ; + rdfs:label "numItems" ; + rdfs:comment "Limits the number of items being shipped for which these conditions apply." ; + schema:domainIncludes schema:ShippingConditions ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue ; + schema:source . + +schema:numTracks a rdf:Property ; + rdfs:label "numTracks" ; + rdfs:comment "The number of tracks in this album or playlist." ; + schema:domainIncludes schema:MusicPlaylist ; + schema:rangeIncludes schema:Integer . + +schema:numberOfAccommodationUnits a rdf:Property ; + rdfs:label "numberOfAccommodationUnits" ; + rdfs:comment "Indicates the total (available plus unavailable) number of accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAvailableAccommodationUnits]]." ; + schema:domainIncludes schema:ApartmentComplex, + schema:FloorPlan ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue ; + schema:source . + +schema:numberOfAirbags a rdf:Property ; + rdfs:label "numberOfAirbags" ; + rdfs:comment "The number or type of airbags in the vehicle." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:numberOfAvailableAccommodationUnits a rdf:Property ; + rdfs:label "numberOfAvailableAccommodationUnits" ; + rdfs:comment "Indicates the number of available accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAccommodationUnits]]." ; + schema:domainIncludes schema:ApartmentComplex, + schema:FloorPlan ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue ; + schema:source . + +schema:numberOfAxles a rdf:Property ; + rdfs:label "numberOfAxles" ; + rdfs:comment "The number of axles.\\n\\nTypical unit code(s): C62." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:numberOfBathroomsTotal a rdf:Property ; + rdfs:label "numberOfBathroomsTotal" ; + rdfs:comment "The total integer number of bathrooms in some [[Accommodation]], following real estate conventions as [documented in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field): \"The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.\". See also [[numberOfRooms]]." ; + schema:domainIncludes schema:Accommodation, + schema:FloorPlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:numberOfBedrooms a rdf:Property ; + rdfs:label "numberOfBedrooms" ; + rdfs:comment "The total integer number of bedrooms in a some [[Accommodation]], [[ApartmentComplex]] or [[FloorPlan]]." ; + schema:domainIncludes schema:Accommodation, + schema:ApartmentComplex, + schema:FloorPlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue ; + schema:source . + +schema:numberOfBeds a rdf:Property ; + rdfs:label "numberOfBeds" ; + rdfs:comment "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment." ; + schema:contributor ; + schema:domainIncludes schema:BedDetails ; + schema:rangeIncludes schema:Number . + +schema:numberOfCredits a rdf:Property ; + rdfs:label "numberOfCredits" ; + rdfs:comment "The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram." ; + schema:domainIncludes schema:Course, + schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer, + schema:StructuredValue ; + schema:source . + +schema:numberOfDoors a rdf:Property ; + rdfs:label "numberOfDoors" ; + rdfs:comment "The number of doors.\\n\\nTypical unit code(s): C62." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:numberOfEmployees a rdf:Property ; + rdfs:label "numberOfEmployees" ; + rdfs:comment "The number of employees in an organization, e.g. business." ; + schema:domainIncludes schema:BusinessAudience, + schema:Organization ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:numberOfEpisodes a rdf:Property ; + rdfs:label "numberOfEpisodes" ; + rdfs:comment "The number of episodes in this season or series." ; + schema:domainIncludes schema:CreativeWorkSeason, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Integer . + +schema:numberOfForwardGears a rdf:Property ; + rdfs:label "numberOfForwardGears" ; + rdfs:comment "The total number of forward gears available for the transmission system of the vehicle.\\n\\nTypical unit code(s): C62." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:numberOfFullBathrooms a rdf:Property ; + rdfs:label "numberOfFullBathrooms" ; + rdfs:comment "Number of full bathrooms - The total number of full and ¾ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsFull field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field)." ; + schema:domainIncludes schema:Accommodation, + schema:FloorPlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:numberOfItems a rdf:Property ; + rdfs:label "numberOfItems" ; + rdfs:comment "The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list." ; + schema:domainIncludes schema:ItemList ; + schema:rangeIncludes schema:Integer . + +schema:numberOfLoanPayments a rdf:Property ; + rdfs:label "numberOfLoanPayments" ; + rdfs:comment "The number of payments contractually required at origination to repay the loan. For monthly paying loans this is the number of months from the contractual first payment date to the maturity date." ; + schema:contributor ; + schema:domainIncludes schema:RepaymentSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:numberOfPages a rdf:Property ; + rdfs:label "numberOfPages" ; + rdfs:comment "The number of pages in the book." ; + schema:domainIncludes schema:Book ; + schema:rangeIncludes schema:Integer . + +schema:numberOfPartialBathrooms a rdf:Property ; + rdfs:label "numberOfPartialBathrooms" ; + rdfs:comment "Number of partial bathrooms - The total number of half and ¼ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsPartial field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsPartial+Field). " ; + schema:domainIncludes schema:Accommodation, + schema:FloorPlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:numberOfPlayers a rdf:Property ; + rdfs:label "numberOfPlayers" ; + rdfs:comment "Indicate how many people can play this game (minimum, maximum, or range)." ; + schema:domainIncludes schema:Game, + schema:VideoGameSeries ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:numberOfPreviousOwners a rdf:Property ; + rdfs:label "numberOfPreviousOwners" ; + rdfs:comment "The number of owners of the vehicle, including the current one.\\n\\nTypical unit code(s): C62." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:numberOfRooms a rdf:Property ; + rdfs:label "numberOfRooms" ; + rdfs:comment """The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. +Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.""" ; + schema:contributor ; + schema:domainIncludes schema:Accommodation, + schema:Apartment, + schema:FloorPlan, + schema:House, + schema:LodgingBusiness, + schema:SingleFamilyResidence, + schema:Suite ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:numberOfSeasons a rdf:Property ; + rdfs:label "numberOfSeasons" ; + rdfs:comment "The number of seasons in this series." ; + schema:domainIncludes schema:RadioSeries, + schema:TVSeries, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Integer . + +schema:numberedPosition a rdf:Property ; + rdfs:label "numberedPosition" ; + rdfs:comment "A number associated with a role in an organization, for example, the number on an athlete's jersey." ; + schema:domainIncludes schema:OrganizationRole ; + schema:rangeIncludes schema:Number . + +schema:nutrition a rdf:Property ; + rdfs:label "nutrition" ; + rdfs:comment "Nutrition information about the recipe or menu item." ; + schema:domainIncludes schema:MenuItem, + schema:Recipe ; + schema:rangeIncludes schema:NutritionInformation . + +schema:observationAbout a rdf:Property ; + rdfs:label "observationAbout" ; + rdfs:comment "The [[observationAbout]] property identifies an entity, often a [[Place]], associated with an [[Observation]]." ; + schema:domainIncludes schema:Observation ; + schema:isPartOf ; + schema:rangeIncludes schema:Place, + schema:Thing ; + schema:source . + +schema:observationDate a rdf:Property ; + rdfs:label "observationDate" ; + rdfs:comment "The observationDate of an [[Observation]]." ; + schema:domainIncludes schema:Observation ; + schema:isPartOf ; + schema:rangeIncludes schema:Date, + schema:DateTime ; + schema:source . + +schema:observationPeriod a rdf:Property ; + rdfs:label "observationPeriod" ; + rdfs:comment "The length of time an Observation took place over. The format follows `P[0-9]*[Y|M|D|h|m|s]`. For example, P1Y is Period 1 Year, P3M is Period 3 Months, P3h is Period 3 hours." ; + schema:domainIncludes schema:Observation ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:occupancy a rdf:Property ; + rdfs:label "occupancy" ; + rdfs:comment """The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person). +Typical unit code(s): C62 for person.""" ; + schema:contributor ; + schema:domainIncludes schema:Accommodation, + schema:Apartment, + schema:HotelRoom, + schema:SingleFamilyResidence, + schema:Suite ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:occupationLocation a rdf:Property ; + rdfs:label "occupationLocation" ; + rdfs:comment " The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." ; + schema:domainIncludes schema:Occupation ; + schema:rangeIncludes schema:AdministrativeArea ; + schema:source . + +schema:occupationalCategory a rdf:Property ; + rdfs:label "occupationalCategory" ; + rdfs:comment """A category describing the job, preferably using a term from a taxonomy such as [BLS O*NET-SOC](http://www.onetcenter.org/taxonomy.html), [ISCO-08](https://www.ilo.org/public/english/bureau/stat/isco/isco08/) or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.\\n +Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.""" ; + schema:domainIncludes schema:EducationalOccupationalProgram, + schema:JobPosting, + schema:Occupation, + schema:Physician, + schema:WorkBasedProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:CategoryCode, + schema:Text ; + schema:source , + , + , + , + . + +schema:occupationalCredentialAwarded a rdf:Property ; + rdfs:label "occupationalCredentialAwarded" ; + rdfs:comment "A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program." ; + schema:domainIncludes schema:Course, + schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:EducationalOccupationalCredential, + schema:Text, + schema:URL ; + schema:source . + +schema:offerCount a rdf:Property ; + rdfs:label "offerCount" ; + rdfs:comment "The number of offers for the product." ; + schema:domainIncludes schema:AggregateOffer ; + schema:rangeIncludes schema:Integer . + +schema:offersPrescriptionByMail a rdf:Property ; + rdfs:label "offersPrescriptionByMail" ; + rdfs:comment "Whether prescriptions can be delivered by mail." ; + schema:domainIncludes schema:HealthPlanFormulary ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:openingHours a rdf:Property ; + rdfs:label "openingHours" ; + rdfs:comment "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\\n\\n* Days are specified using the following two-letter combinations: ```Mo```, ```Tu```, ```We```, ```Th```, ```Fr```, ```Sa```, ```Su```.\\n* Times are specified using 24:00 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. \\n* Here is an example: <time itemprop=\"openingHours\" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>.\\n* If a business is open 7 days a week, then it can be specified as <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>." ; + schema:domainIncludes schema:CivicStructure, + schema:LocalBusiness ; + schema:rangeIncludes schema:Text . + +schema:openingHoursSpecification a rdf:Property ; + rdfs:label "openingHoursSpecification" ; + rdfs:comment "The opening hours of a certain place." ; + schema:contributor ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:OpeningHoursSpecification . + +schema:opens a rdf:Property ; + rdfs:label "opens" ; + rdfs:comment "The opening hour of the place or service on the given day(s) of the week." ; + schema:contributor ; + schema:domainIncludes schema:OpeningHoursSpecification ; + schema:rangeIncludes schema:Time . + +schema:operatingSystem a rdf:Property ; + rdfs:label "operatingSystem" ; + rdfs:comment "Operating systems supported (Windows 7, OS X 10.6, Android 1.6)." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:OperatingSystem, + schema:Text . + +schema:opponent a rdf:Property ; + rdfs:label "opponent" ; + rdfs:comment "A sub property of participant. The opponent on this action." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:ExerciseAction ; + schema:rangeIncludes schema:Person . + +schema:option a rdf:Property ; + rdfs:label "option" ; + rdfs:comment "A sub property of object. The options subject to this action." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:ChooseAction ; + schema:rangeIncludes schema:Text, + schema:Thing ; + schema:supersededBy schema:actionOption . + +schema:orderDate a rdf:Property ; + rdfs:label "orderDate" ; + rdfs:comment "Date order was placed." ; + rdfs:subPropertyOf cmns-dt:hasDate ; + owl:equivalentProperty unece:OrderDate ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:orderDelivery a rdf:Property ; + rdfs:label "orderDelivery" ; + rdfs:comment "The delivery of the parcel related to this order or order item." ; + schema:domainIncludes schema:Order, + schema:OrderItem ; + schema:rangeIncludes schema:ParcelDelivery . + +schema:orderItemNumber a rdf:Property ; + rdfs:label "orderItemNumber" ; + rdfs:comment "The identifier of the order item." ; + owl:equivalentProperty unece:LineItemIdentifier ; + schema:domainIncludes schema:OrderItem ; + schema:rangeIncludes schema:Text . + +schema:orderItemStatus a rdf:Property ; + rdfs:label "orderItemStatus" ; + rdfs:comment "The current status of the order item." ; + schema:domainIncludes schema:OrderItem ; + schema:rangeIncludes schema:OrderStatus . + +schema:orderNumber a rdf:Property ; + rdfs:label "orderNumber" ; + rdfs:comment "The identifier of the transaction." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty unece:OrderIdentifier ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Text . + +schema:orderPercentage a rdf:Property ; + rdfs:label "orderPercentage" ; + rdfs:comment "Value representing the fraction of the value of the order that is charged as shipping cost. Example: 0.10 would mean shipping rate is 10% of the total order value." ; + schema:domainIncludes schema:ShippingRateSettings ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:orderQuantity a rdf:Property ; + rdfs:label "orderQuantity" ; + rdfs:comment "The number of the item ordered. If the property is not set, assume the quantity is one." ; + rdfs:subPropertyOf cmns-q:hasQuantity ; + owl:equivalentProperty unece:orderQuantity ; + schema:domainIncludes schema:OrderItem ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:orderStatus a rdf:Property ; + rdfs:label "orderStatus" ; + rdfs:comment "The current status of the order." ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:OrderStatus . + +schema:orderValue a rdf:Property ; + rdfs:label "orderValue" ; + rdfs:comment "Minimum and maximum order value for which these shipping conditions are valid." ; + schema:domainIncludes schema:ShippingConditions ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:orderedItem a rdf:Property ; + rdfs:label "orderedItem" ; + rdfs:comment "The item ordered." ; + rdfs:subPropertyOf fibo-fnd-pas-pas:hasProduct ; + schema:domainIncludes schema:Order, + schema:OrderItem ; + schema:rangeIncludes schema:OrderItem, + schema:Product, + schema:Service . + +schema:organizer a rdf:Property ; + rdfs:label "organizer" ; + rdfs:comment "An organizer of an Event." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:originAddress a rdf:Property ; + rdfs:label "originAddress" ; + rdfs:comment "Shipper's address." ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:PostalAddress . + +schema:originalMediaContextDescription a rdf:Property ; + rdfs:label "originalMediaContextDescription" ; + rdfs:comment "Describes, in a [[MediaReview]] when dealing with [[DecontextualizedContent]], background information that can contribute to better interpretation of the [[MediaObject]]." ; + rdfs:subPropertyOf schema:description ; + schema:domainIncludes schema:MediaReview ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:originalMediaLink a rdf:Property ; + rdfs:label "originalMediaLink" ; + rdfs:comment "Link to the page containing an original version of the content, or directly to an online copy of the original [[MediaObject]] content, e.g. video file." ; + schema:domainIncludes schema:MediaReview ; + schema:isPartOf ; + schema:rangeIncludes schema:MediaObject, + schema:URL, + schema:WebPage ; + schema:source . + +schema:originatesFrom a rdf:Property ; + rdfs:label "originatesFrom" ; + rdfs:comment "The vasculature the lymphatic structure originates, or afferents, from." ; + schema:domainIncludes schema:LymphaticVessel ; + schema:isPartOf ; + schema:rangeIncludes schema:Vessel . + +schema:overdosage a rdf:Property ; + rdfs:label "overdosage" ; + rdfs:comment "Any information related to overdose on a drug, including signs or symptoms, treatments, contact information for emergency response." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:ownedFrom a rdf:Property ; + rdfs:label "ownedFrom" ; + rdfs:comment "The date and time of obtaining the product." ; + schema:contributor ; + schema:domainIncludes schema:OwnershipInfo ; + schema:rangeIncludes schema:DateTime . + +schema:ownedThrough a rdf:Property ; + rdfs:label "ownedThrough" ; + rdfs:comment "The date and time of giving up ownership on the product." ; + schema:contributor ; + schema:domainIncludes schema:OwnershipInfo ; + schema:rangeIncludes schema:DateTime . + +schema:ownershipFundingInfo a rdf:Property ; + rdfs:label "ownershipFundingInfo" ; + rdfs:comment "For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization, + schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:AboutPage, + schema:CreativeWork, + schema:Text, + schema:URL ; + schema:source . + +schema:pageEnd a rdf:Property ; + rdfs:label "pageEnd" ; + rdfs:comment "The page on which the work ends; for example \"138\" or \"xvi\"." ; + owl:equivalentProperty bibo:pageEnd ; + schema:contributor ; + schema:domainIncludes schema:Article, + schema:Chapter, + schema:PublicationIssue, + schema:PublicationVolume ; + schema:rangeIncludes schema:Integer, + schema:Text . + +schema:pageStart a rdf:Property ; + rdfs:label "pageStart" ; + rdfs:comment "The page on which the work starts; for example \"135\" or \"xiii\"." ; + owl:equivalentProperty bibo:pageStart ; + schema:contributor ; + schema:domainIncludes schema:Article, + schema:Chapter, + schema:PublicationIssue, + schema:PublicationVolume ; + schema:rangeIncludes schema:Integer, + schema:Text . + +schema:pagination a rdf:Property ; + rdfs:label "pagination" ; + rdfs:comment "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\"." ; + owl:equivalentProperty bibo:pages ; + schema:contributor ; + schema:domainIncludes schema:Article, + schema:Chapter, + schema:PublicationIssue, + schema:PublicationVolume ; + schema:rangeIncludes schema:Text . + +schema:parentItem a rdf:Property ; + rdfs:label "parentItem" ; + rdfs:comment "The parent of a question, answer or item in general. Typically used for Q/A discussion threads e.g. a chain of comments with the first comment being an [[Article]] or other [[CreativeWork]]. See also [[comment]] which points from something to a comment about it." ; + schema:domainIncludes schema:Answer, + schema:Comment, + schema:Question ; + schema:rangeIncludes schema:Comment, + schema:CreativeWork . + +schema:parentService a rdf:Property ; + rdfs:label "parentService" ; + rdfs:comment "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel." ; + schema:domainIncludes schema:BroadcastService ; + schema:rangeIncludes schema:BroadcastService . + +schema:parents a rdf:Property ; + rdfs:label "parents" ; + rdfs:comment "A parents of the person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person ; + schema:supersededBy schema:parent . + +schema:partOfEpisode a rdf:Property ; + rdfs:label "partOfEpisode" ; + rdfs:comment "The episode to which this clip belongs." ; + rdfs:subPropertyOf schema:isPartOf ; + schema:domainIncludes schema:Clip ; + schema:rangeIncludes schema:Episode . + +schema:partOfInvoice a rdf:Property ; + rdfs:label "partOfInvoice" ; + rdfs:comment "The order is being paid as part of the referenced Invoice." ; + rdfs:subPropertyOf fibo-fnd-arr-doc:isReferencedIn, + cmns-col:isPartOf ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:Invoice . + +schema:partOfOrder a rdf:Property ; + rdfs:label "partOfOrder" ; + rdfs:comment "The overall order the items in this delivery were included in." ; + rdfs:subPropertyOf fibo-fnd-arr-doc:refersTo ; + owl:equivalentProperty unece:ReferencedOrder ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:Order . + +schema:partOfSeason a rdf:Property ; + rdfs:label "partOfSeason" ; + rdfs:comment "The season to which this episode belongs." ; + rdfs:subPropertyOf schema:isPartOf ; + schema:domainIncludes schema:Clip, + schema:Episode ; + schema:rangeIncludes schema:CreativeWorkSeason . + +schema:partOfSystem a rdf:Property ; + rdfs:label "partOfSystem" ; + rdfs:comment "The anatomical or organ system that this structure is part of." ; + schema:domainIncludes schema:AnatomicalStructure ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalSystem . + +schema:partOfTVSeries a rdf:Property ; + rdfs:label "partOfTVSeries" ; + rdfs:comment "The TV series to which this episode or season belongs." ; + rdfs:subPropertyOf schema:isPartOf ; + schema:domainIncludes schema:TVClip, + schema:TVEpisode, + schema:TVSeason ; + schema:rangeIncludes schema:TVSeries ; + schema:supersededBy schema:partOfSeries . + +schema:partySize a rdf:Property ; + rdfs:label "partySize" ; + rdfs:comment "Number of people the reservation should accommodate." ; + schema:domainIncludes schema:FoodEstablishmentReservation, + schema:TaxiReservation ; + schema:rangeIncludes schema:Integer, + schema:QuantitativeValue . + +schema:passengerPriorityStatus a rdf:Property ; + rdfs:label "passengerPriorityStatus" ; + rdfs:comment "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority)." ; + schema:domainIncludes schema:FlightReservation ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text . + +schema:passengerSequenceNumber a rdf:Property ; + rdfs:label "passengerSequenceNumber" ; + rdfs:comment "The passenger's sequence number as assigned by the airline." ; + schema:domainIncludes schema:FlightReservation ; + schema:rangeIncludes schema:Text . + +schema:pathophysiology a rdf:Property ; + rdfs:label "pathophysiology" ; + rdfs:comment "Changes in the normal mechanical, physical, and biochemical functions that are associated with this activity or condition." ; + schema:domainIncludes schema:MedicalCondition, + schema:PhysicalActivity ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:pattern a rdf:Property ; + rdfs:label "pattern" ; + rdfs:comment "A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported." ; + owl:equivalentProperty unece:printDesignDescription ; + schema:domainIncludes schema:CreativeWork, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:payload a rdf:Property ; + rdfs:label "payload" ; + rdfs:comment "The permitted weight of passengers and cargo, EXCLUDING the weight of the empty vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: Many databases specify the permitted TOTAL weight instead, which is the sum of [[weight]] and [[payload]]\\n* Note 2: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 3: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 4: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:paymentAccepted a rdf:Property ; + rdfs:label "paymentAccepted" ; + rdfs:comment "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc." ; + schema:domainIncludes schema:LocalBusiness ; + schema:rangeIncludes schema:Text . + +schema:paymentDue a rdf:Property ; + rdfs:label "paymentDue" ; + rdfs:comment "The date that payment is due." ; + rdfs:subPropertyOf fibo-fbc-dae-dbt:hasPaymentDueDate ; + owl:equivalentProperty unece:PaymentDueDate ; + schema:domainIncludes schema:Invoice, + schema:Order ; + schema:rangeIncludes schema:DateTime ; + schema:supersededBy schema:paymentDueDate . + +schema:paymentMethod a rdf:Property ; + rdfs:label "paymentMethod" ; + rdfs:comment "The name of the credit card or other method of payment for the order." ; + rdfs:subPropertyOf fibo-fbc-pas-fpas:hasPaymentMechanism ; + schema:domainIncludes schema:Invoice, + schema:Order ; + schema:rangeIncludes schema:PaymentMethod, + schema:Text ; + schema:source . + +schema:paymentMethodId a rdf:Property ; + rdfs:label "paymentMethodId" ; + rdfs:comment "An identifier for the method of payment used (e.g. the last 4 digits of the credit card)." ; + owl:equivalentProperty unece:PaymentMeansID ; + schema:domainIncludes schema:Invoice, + schema:Order ; + schema:rangeIncludes schema:Text . + +schema:paymentMethodType a rdf:Property ; + rdfs:label "paymentMethodType" ; + rdfs:comment "The type of a payment method." ; + schema:domainIncludes schema:PaymentMethod ; + schema:isPartOf ; + schema:rangeIncludes schema:PaymentMethodType ; + schema:source . + +schema:paymentStatus a rdf:Property ; + rdfs:label "paymentStatus" ; + rdfs:comment "The status of payment; whether the invoice has been paid or not." ; + schema:domainIncludes schema:Invoice ; + schema:rangeIncludes schema:PaymentStatusType, + schema:Text . + +schema:paymentUrl a rdf:Property ; + rdfs:label "paymentUrl" ; + rdfs:comment "The URL for sending a payment." ; + rdfs:subPropertyOf cmns-loc:hasAddress ; + schema:domainIncludes schema:Order ; + schema:rangeIncludes schema:URL . + +schema:penciler a rdf:Property ; + rdfs:label "penciler" ; + rdfs:comment "The individual who draws the primary narrative artwork." ; + schema:domainIncludes schema:ComicIssue, + schema:ComicStory, + schema:VisualArtwork ; + schema:isPartOf ; + schema:rangeIncludes schema:Person . + +schema:percentile10 a rdf:Property ; + rdfs:label "percentile10" ; + rdfs:comment "The 10th percentile value." ; + schema:domainIncludes schema:QuantitativeValueDistribution ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:percentile25 a rdf:Property ; + rdfs:label "percentile25" ; + rdfs:comment "The 25th percentile value." ; + schema:domainIncludes schema:QuantitativeValueDistribution ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:percentile75 a rdf:Property ; + rdfs:label "percentile75" ; + rdfs:comment "The 75th percentile value." ; + schema:domainIncludes schema:QuantitativeValueDistribution ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:percentile90 a rdf:Property ; + rdfs:label "percentile90" ; + rdfs:comment "The 90th percentile value." ; + schema:domainIncludes schema:QuantitativeValueDistribution ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:performerIn a rdf:Property ; + rdfs:label "performerIn" ; + rdfs:comment "Event that this person is a performer or participant in." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Event . + +schema:performers a rdf:Property ; + rdfs:label "performers" ; + rdfs:comment "The main performer or performers of the event—for example, a presenter, musician, or actor." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:supersededBy schema:performer . + +schema:permissionType a rdf:Property ; + rdfs:label "permissionType" ; + rdfs:comment "The type of permission granted the person, organization, or audience." ; + schema:domainIncludes schema:DigitalDocumentPermission ; + schema:rangeIncludes schema:DigitalDocumentPermissionType . + +schema:permissions a rdf:Property ; + rdfs:label "permissions" ; + rdfs:comment "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi)." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text . + +schema:permitAudience a rdf:Property ; + rdfs:label "permitAudience" ; + rdfs:comment "The target audience for this permit." ; + schema:domainIncludes schema:Permit ; + schema:rangeIncludes schema:Audience . + +schema:permittedUsage a rdf:Property ; + rdfs:label "permittedUsage" ; + rdfs:comment "Indications regarding the permitted usage of the accommodation." ; + schema:contributor ; + schema:domainIncludes schema:Accommodation ; + schema:rangeIncludes schema:Text . + +schema:petsAllowed a rdf:Property ; + rdfs:label "petsAllowed" ; + rdfs:comment "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value." ; + schema:contributor ; + schema:domainIncludes schema:Accommodation, + schema:ApartmentComplex, + schema:FloorPlan, + schema:LodgingBusiness ; + schema:rangeIncludes schema:Boolean, + schema:Text . + +schema:phoneticText a rdf:Property ; + rdfs:label "phoneticText" ; + rdfs:comment "Representation of a text [[textValue]] using the specified [[speechToTextMarkup]]. For example the city name of Houston in IPA: /ˈhjuːstÉ™n/." ; + schema:domainIncludes schema:PronounceableText ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:photos a rdf:Property ; + rdfs:label "photos" ; + rdfs:comment "Photographs of this place." ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:ImageObject, + schema:Photograph ; + schema:supersededBy schema:photo . + +schema:physicalRequirement a rdf:Property ; + rdfs:label "physicalRequirement" ; + rdfs:comment "A description of the types of physical activity associated with the job. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text, + schema:URL ; + schema:source . + +schema:physiologicalBenefits a rdf:Property ; + rdfs:label "physiologicalBenefits" ; + rdfs:comment "Specific physiologic benefits associated to the plan." ; + schema:domainIncludes schema:Diet ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:pickupLocation a rdf:Property ; + rdfs:label "pickupLocation" ; + rdfs:comment "Where a taxi will pick up a passenger or a rental car can be picked up." ; + schema:domainIncludes schema:RentalCarReservation, + schema:TaxiReservation ; + schema:rangeIncludes schema:Place . + +schema:pickupTime a rdf:Property ; + rdfs:label "pickupTime" ; + rdfs:comment "When a taxi will pick up a passenger or a rental car can be picked up." ; + schema:domainIncludes schema:RentalCarReservation, + schema:TaxiReservation ; + schema:rangeIncludes schema:DateTime . + +schema:playMode a rdf:Property ; + rdfs:label "playMode" ; + rdfs:comment "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time." ; + schema:domainIncludes schema:VideoGame, + schema:VideoGameSeries ; + schema:rangeIncludes schema:GamePlayMode . + +schema:playerType a rdf:Property ; + rdfs:label "playerType" ; + rdfs:comment "Player type required—for example, Flash or Silverlight." ; + schema:domainIncludes schema:MediaObject ; + schema:rangeIncludes schema:Text . + +schema:playersOnline a rdf:Property ; + rdfs:label "playersOnline" ; + rdfs:comment "Number of players on the server." ; + schema:domainIncludes schema:GameServer ; + schema:rangeIncludes schema:Integer . + +schema:polygon a rdf:Property ; + rdfs:label "polygon" ; + rdfs:comment "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical." ; + schema:domainIncludes schema:GeoShape ; + schema:rangeIncludes schema:Text . + +schema:populationType a rdf:Property ; + rdfs:label "populationType" ; + rdfs:comment "Indicates the populationType common to all members of a [[StatisticalPopulation]] or all cases within the scope of a [[StatisticalVariable]]." ; + schema:domainIncludes schema:StatisticalPopulation, + schema:StatisticalVariable ; + schema:isPartOf ; + schema:rangeIncludes schema:Class ; + schema:source . + +schema:positiveNotes a rdf:Property ; + rdfs:label "positiveNotes" ; + rdfs:comment """Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews. + +In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. + +The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).""" ; + schema:domainIncludes schema:Product, + schema:Review ; + schema:isPartOf ; + schema:rangeIncludes schema:ItemList, + schema:ListItem, + schema:Text, + schema:WebContent ; + schema:source . + +schema:possibleComplication a rdf:Property ; + rdfs:label "possibleComplication" ; + rdfs:comment "A possible unexpected and unfavorable evolution of a medical condition. Complications may include worsening of the signs or symptoms of the disease, extension of the condition to other organ systems, etc." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:possibleTreatment a rdf:Property ; + rdfs:label "possibleTreatment" ; + rdfs:comment "A possible treatment to address this condition, sign or symptom." ; + schema:domainIncludes schema:MedicalCondition, + schema:MedicalSignOrSymptom ; + schema:isPartOf ; + schema:rangeIncludes schema:Drug, + schema:DrugClass, + schema:LifestyleModification, + schema:MedicalTherapy . + +schema:postOfficeBoxNumber a rdf:Property ; + rdfs:label "postOfficeBoxNumber" ; + rdfs:comment "The post office box number for PO box addresses." ; + owl:equivalentProperty unece:postOfficeBox, + gs1:postOfficeBoxNumber ; + schema:domainIncludes schema:PostalAddress ; + schema:rangeIncludes schema:Text . + +schema:postOp a rdf:Property ; + rdfs:label "postOp" ; + rdfs:comment "A description of the postoperative procedures, care, and/or followups for this device." ; + schema:domainIncludes schema:MedicalDevice ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:postalCode a rdf:Property ; + rdfs:label "postalCode" ; + rdfs:comment "The postal code. For example, 94043." ; + owl:equivalentProperty unece:postcodeCode, + gs1:postalCode, + fibo-fnd-plc-adr:hasPostalCode ; + schema:domainIncludes schema:DefinedRegion, + schema:GeoCoordinates, + schema:GeoShape, + schema:PostalAddress ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:postalCodeBegin a rdf:Property ; + rdfs:label "postalCodeBegin" ; + rdfs:comment "First postal code in a range (included)." ; + rdfs:subPropertyOf cmns-q:hasLowerBound ; + schema:domainIncludes schema:PostalCodeRangeSpecification ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:postalCodeEnd a rdf:Property ; + rdfs:label "postalCodeEnd" ; + rdfs:comment "Last postal code in the range (included). Needs to be after [[postalCodeBegin]]." ; + rdfs:subPropertyOf cmns-q:hasUpperBound ; + schema:domainIncludes schema:PostalCodeRangeSpecification ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:postalCodePrefix a rdf:Property ; + rdfs:label "postalCodePrefix" ; + rdfs:comment "A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK." ; + schema:domainIncludes schema:DefinedRegion ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:postalCodeRange a rdf:Property ; + rdfs:label "postalCodeRange" ; + rdfs:comment "A defined range of postal codes." ; + schema:domainIncludes schema:DefinedRegion ; + schema:rangeIncludes schema:PostalCodeRangeSpecification ; + schema:source . + +schema:potentialAction a rdf:Property ; + rdfs:label "potentialAction" ; + rdfs:comment "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role." ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:Action . + +schema:potentialUse a rdf:Property ; + rdfs:label "potentialUse" ; + rdfs:comment "Intended use of the BioChemEntity by humans." ; + schema:domainIncludes schema:ChemicalSubstance, + schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm ; + schema:source . + +schema:practicesAt a rdf:Property ; + rdfs:label "practicesAt" ; + rdfs:comment "A [[MedicalOrganization]] where the [[IndividualPhysician]] practices." ; + schema:domainIncludes schema:IndividualPhysician ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalOrganization ; + schema:source . + +schema:preOp a rdf:Property ; + rdfs:label "preOp" ; + rdfs:comment "A description of the workup, testing, and other preparations required before implanting this device." ; + schema:domainIncludes schema:MedicalDevice ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:predecessorOf a rdf:Property ; + rdfs:label "predecessorOf" ; + rdfs:comment "A pointer from a previous, often discontinued variant of the product to its newer variant." ; + schema:contributor ; + schema:domainIncludes schema:ProductModel ; + schema:rangeIncludes schema:ProductModel . + +schema:pregnancyCategory a rdf:Property ; + rdfs:label "pregnancyCategory" ; + rdfs:comment "Pregnancy category of this drug." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:DrugPregnancyCategory . + +schema:pregnancyWarning a rdf:Property ; + rdfs:label "pregnancyWarning" ; + rdfs:comment "Any precaution, guidance, contraindication, etc. related to this drug's use during pregnancy." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:prepTime a rdf:Property ; + rdfs:label "prepTime" ; + rdfs:comment "The length of time it takes to prepare the items to be used in instructions or a direction, in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ; + schema:domainIncludes schema:HowTo, + schema:HowToDirection ; + schema:rangeIncludes schema:Duration . + +schema:preparation a rdf:Property ; + rdfs:label "preparation" ; + rdfs:comment "Typical preparation that a patient must undergo before having the procedure performed." ; + schema:domainIncludes schema:MedicalProcedure ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity, + schema:Text . + +schema:prescribingInfo a rdf:Property ; + rdfs:label "prescribingInfo" ; + rdfs:comment "Link to prescribing information for the drug." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:URL . + +schema:prescriptionStatus a rdf:Property ; + rdfs:label "prescriptionStatus" ; + rdfs:comment "Indicates the status of drug prescription, e.g. local catalogs classifications or whether the drug is available by prescription or over-the-counter, etc." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:DrugPrescriptionStatus, + schema:Text . + +schema:previousItem a rdf:Property ; + rdfs:label "previousItem" ; + rdfs:comment "A link to the ListItem that precedes the current one." ; + schema:domainIncludes schema:ListItem ; + schema:rangeIncludes schema:ListItem . + +schema:previousStartDate a rdf:Property ; + rdfs:label "previousStartDate" ; + rdfs:comment "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:price a rdf:Property ; + rdfs:label "price" ; + rdfs:comment """The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\\n\\nUsage guidelines:\\n\\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols. + """ ; + rdfs:subPropertyOf fibo-fnd-acc-cur:hasAmount, + cmns-q:hasNumericValue ; + schema:domainIncludes schema:DonateAction, + schema:Offer, + schema:PriceSpecification, + schema:TradeAction ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:priceComponent a rdf:Property ; + rdfs:label "priceComponent" ; + rdfs:comment "This property links to all [[UnitPriceSpecification]] nodes that apply in parallel for the [[CompoundPriceSpecification]] node." ; + schema:contributor ; + schema:domainIncludes schema:CompoundPriceSpecification ; + schema:rangeIncludes schema:PriceSpecification . + +schema:priceComponentType a rdf:Property ; + rdfs:label "priceComponentType" ; + rdfs:comment "Identifies a price component (for example, a line item on an invoice), part of the total price for an offer." ; + schema:domainIncludes schema:UnitPriceSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:PriceComponentTypeEnumeration ; + schema:source . + +schema:priceCurrency a rdf:Property ; + rdfs:label "priceCurrency" ; + rdfs:comment "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\"." ; + rdfs:subPropertyOf fibo-fnd-acc-cur:hasCurrency ; + schema:domainIncludes schema:DonateAction, + schema:Offer, + schema:PriceSpecification, + schema:Reservation, + schema:Ticket, + schema:TradeAction ; + schema:rangeIncludes schema:Text . + +schema:priceRange a rdf:Property ; + rdfs:label "priceRange" ; + rdfs:comment "The price range of the business, for example ```$$$```." ; + schema:domainIncludes schema:LocalBusiness ; + schema:rangeIncludes schema:Text . + +schema:priceSpecification a rdf:Property ; + rdfs:label "priceSpecification" ; + rdfs:comment "One or more detailed price specifications, indicating the unit price and delivery or payment charges." ; + owl:equivalentClass unece:AmountType ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:DonateAction, + schema:Offer, + schema:TradeAction ; + schema:rangeIncludes schema:PriceSpecification . + +schema:priceType a rdf:Property ; + rdfs:label "priceType" ; + rdfs:comment "Defines the type of a price specified for an offered product, for example a list price, a (temporary) sale price or a manufacturer suggested retail price. If multiple prices are specified for an offer the [[priceType]] property can be used to identify the type of each such specified price. The value of priceType can be specified as a value from enumeration PriceTypeEnumeration or, a UN/EDIFACT 5387 code, or as a free form text string for price types that are not already predefined in PriceTypeEnumeration." ; + rdfs:subPropertyOf cmns-cls:isClassifiedBy ; + owl:equivalentProperty unece:PriceTypeCode ; + schema:contributor ; + schema:domainIncludes schema:CompoundPriceSpecification, + schema:UnitPriceSpecification ; + schema:rangeIncludes schema:PriceTypeEnumeration, + schema:Text . + +schema:priceValidUntil a rdf:Property ; + rdfs:label "priceValidUntil" ; + rdfs:comment "The date after which the price is no longer available." ; + rdfs:subPropertyOf schema:endDate ; + owl:equivalentProperty unece:EffectiveEndDateTime ; + schema:domainIncludes schema:Offer ; + schema:rangeIncludes schema:Date . + +schema:primaryImageOfPage a rdf:Property ; + rdfs:label "primaryImageOfPage" ; + rdfs:comment "Indicates the main image on the page." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:ImageObject . + +schema:primaryPrevention a rdf:Property ; + rdfs:label "primaryPrevention" ; + rdfs:comment "A preventative therapy used to prevent an initial occurrence of the medical condition, such as vaccination." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalTherapy . + +schema:printColumn a rdf:Property ; + rdfs:label "printColumn" ; + rdfs:comment "The number of the column in which the NewsArticle appears in the print edition." ; + schema:domainIncludes schema:NewsArticle ; + schema:rangeIncludes schema:Text . + +schema:printEdition a rdf:Property ; + rdfs:label "printEdition" ; + rdfs:comment "The edition of the print product in which the NewsArticle appears." ; + schema:domainIncludes schema:NewsArticle ; + schema:rangeIncludes schema:Text . + +schema:printPage a rdf:Property ; + rdfs:label "printPage" ; + rdfs:comment "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18)." ; + schema:domainIncludes schema:NewsArticle ; + schema:rangeIncludes schema:Text . + +schema:printSection a rdf:Property ; + rdfs:label "printSection" ; + rdfs:comment "If this NewsArticle appears in print, this field indicates the print section in which the article appeared." ; + schema:domainIncludes schema:NewsArticle ; + schema:rangeIncludes schema:Text . + +schema:procedure a rdf:Property ; + rdfs:label "procedure" ; + rdfs:comment "A description of the procedure involved in setting up, using, and/or installing the device." ; + schema:domainIncludes schema:MedicalDevice ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:procedureType a rdf:Property ; + rdfs:label "procedureType" ; + rdfs:comment "The type of procedure, for example Surgical, Noninvasive, or Percutaneous." ; + schema:domainIncludes schema:MedicalProcedure ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalProcedureType . + +schema:processingTime a rdf:Property ; + rdfs:label "processingTime" ; + rdfs:comment "Estimated processing time for the service using this channel." ; + schema:domainIncludes schema:ServiceChannel ; + schema:rangeIncludes schema:Duration . + +schema:processorRequirements a rdf:Property ; + rdfs:label "processorRequirements" ; + rdfs:comment "Processor architecture required to run the application (e.g. IA64)." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text . + +schema:producer a rdf:Property ; + rdfs:label "producer" ; + rdfs:comment "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.)." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:produces a rdf:Property ; + rdfs:label "produces" ; + rdfs:comment "The tangible thing generated by the service, e.g. a passport, permit, etc." ; + schema:domainIncludes schema:Service ; + schema:rangeIncludes schema:Thing ; + schema:supersededBy schema:serviceOutput . + +schema:productGroupID a rdf:Property ; + rdfs:label "productGroupID" ; + rdfs:comment "Indicates a textual identifier for a ProductGroup." ; + schema:domainIncludes schema:ProductGroup ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:productID a rdf:Property ; + rdfs:label "productID" ; + rdfs:comment "The product identifier, such as ISBN. For example: ``` meta itemprop=\"productID\" content=\"isbn:123-456-789\" ```." ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:Product ; + schema:rangeIncludes schema:Text . + +schema:productSupported a rdf:Property ; + rdfs:label "productSupported" ; + rdfs:comment "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\")." ; + schema:domainIncludes schema:ContactPoint ; + schema:rangeIncludes schema:Product, + schema:Text . + +schema:productionCompany a rdf:Property ; + rdfs:label "productionCompany" ; + rdfs:comment "The production company or studio responsible for the item, e.g. series, video game, episode etc." ; + schema:domainIncludes schema:CreativeWorkSeason, + schema:Episode, + schema:MediaObject, + schema:Movie, + schema:MovieSeries, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Organization . + +schema:productionDate a rdf:Property ; + rdfs:label "productionDate" ; + rdfs:comment "The date of production of the item, e.g. vehicle." ; + owl:equivalentProperty unece:ProductionDate ; + schema:contributor ; + schema:domainIncludes schema:Product, + schema:Vehicle ; + schema:rangeIncludes schema:Date . + +schema:proficiencyLevel a rdf:Property ; + rdfs:label "proficiencyLevel" ; + rdfs:comment "Proficiency needed for this content; expected values: 'Beginner', 'Expert'." ; + schema:domainIncludes schema:TechArticle ; + schema:rangeIncludes schema:Text . + +schema:program a rdf:Property ; + rdfs:label "program" ; + rdfs:comment "The [MemberProgram](https://schema.org/MemberProgram) associated with a [ProgramMembership](https://schema.org/ProgramMembership)." ; + schema:domainIncludes schema:ProgramMembership ; + schema:rangeIncludes schema:MemberProgram ; + schema:source . + +schema:programMembershipUsed a rdf:Property ; + rdfs:label "programMembershipUsed" ; + rdfs:comment "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation." ; + schema:domainIncludes schema:Reservation ; + schema:rangeIncludes schema:ProgramMembership . + +schema:programName a rdf:Property ; + rdfs:label "programName" ; + rdfs:comment "The program providing the membership. It is preferable to use [:program](https://schema.org/program) instead." ; + schema:domainIncludes schema:ProgramMembership ; + schema:rangeIncludes schema:Text . + +schema:programPrerequisites a rdf:Property ; + rdfs:label "programPrerequisites" ; + rdfs:comment "Prerequisites for enrolling in the program." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:AlignmentObject, + schema:Course, + schema:EducationalOccupationalCredential, + schema:Text ; + schema:source . + +schema:programType a rdf:Property ; + rdfs:label "programType" ; + rdfs:comment "The type of educational or occupational program. For example, classroom, internship, alternance, etc." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:programmingLanguage a rdf:Property ; + rdfs:label "programmingLanguage" ; + rdfs:comment "The computer programming language." ; + schema:domainIncludes schema:SoftwareSourceCode ; + schema:rangeIncludes schema:ComputerLanguage, + schema:Text . + +schema:programmingModel a rdf:Property ; + rdfs:label "programmingModel" ; + rdfs:comment "Indicates whether API is managed or unmanaged." ; + schema:domainIncludes schema:APIReference ; + schema:rangeIncludes schema:Text . + +schema:pronouns a rdf:Property ; + rdfs:label "pronouns" ; + rdfs:comment """A short string listing or describing pronouns for a person. Typically the person concerned is the best authority as pronouns are a critical part of personal identity and expression. Publishers and consumers of this information are reminded to treat this data responsibly, take country-specific laws related to gender expression into account, and be wary of out-of-date data and drawing unwarranted inferences about the person being described. + +In English, formulations such as "they/them", "she/her", and "he/him" are commonly used online and can also be used here. We do not intend to enumerate all possible micro-syntaxes in all languages. More structured and well-defined external values for pronouns can be referenced using the [[StructuredValue]] or [[DefinedTerm]] values. +""" ; + schema:domainIncludes schema:Person ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:StructuredValue, + schema:Text ; + schema:source . + +schema:propertyID a rdf:Property ; + rdfs:label "propertyID" ; + rdfs:comment """A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be +(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific ID of the property), or (3) +a URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry). +Standards bodies should promote a standard prefix for the identifiers of properties from their standards.""" ; + schema:domainIncludes schema:PropertyValue ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:proprietaryName a rdf:Property ; + rdfs:label "proprietaryName" ; + rdfs:comment "Proprietary name given to the diet plan, typically by its originator or creator." ; + schema:domainIncludes schema:DietarySupplement, + schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:proteinContent a rdf:Property ; + rdfs:label "proteinContent" ; + rdfs:comment "The number of grams of protein." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:providerMobility a rdf:Property ; + rdfs:label "providerMobility" ; + rdfs:comment "Indicates the mobility of a provided service (e.g. 'static', 'dynamic')." ; + schema:domainIncludes schema:Service ; + schema:rangeIncludes schema:Text . + +schema:providesService a rdf:Property ; + rdfs:label "providesService" ; + rdfs:comment "The service provided by this channel." ; + schema:domainIncludes schema:ServiceChannel ; + schema:rangeIncludes schema:Service . + +schema:publicAccess a rdf:Property ; + rdfs:label "publicAccess" ; + rdfs:comment "A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value." ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:Boolean . + +schema:publicTransportClosuresInfo a rdf:Property ; + rdfs:label "publicTransportClosuresInfo" ; + rdfs:comment "Information about public transport closures." ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:URL, + schema:WebContent ; + schema:source . + +schema:publication a rdf:Property ; + rdfs:label "publication" ; + rdfs:comment "A publication event associated with the item." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:PublicationEvent . + +schema:publicationType a rdf:Property ; + rdfs:label "publicationType" ; + rdfs:comment "The type of the medical article, taken from the US NLM MeSH publication type catalog. See also [MeSH documentation](http://www.nlm.nih.gov/mesh/pubtypes.html)." ; + schema:domainIncludes schema:MedicalScholarlyArticle ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:publishedBy a rdf:Property ; + rdfs:label "publishedBy" ; + rdfs:comment "An agent associated with the publication event." ; + schema:domainIncludes schema:PublicationEvent ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:publishedOn a rdf:Property ; + rdfs:label "publishedOn" ; + rdfs:comment "A broadcast service associated with the publication event." ; + schema:domainIncludes schema:PublicationEvent ; + schema:rangeIncludes schema:BroadcastService . + +schema:publisher a rdf:Property ; + rdfs:label "publisher" ; + rdfs:comment "The publisher of the article in question." ; + owl:equivalentProperty dct:publisher ; + schema:domainIncludes schema:CreativeWork, + schema:FinancialIncentive ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:publisherImprint a rdf:Property ; + rdfs:label "publisherImprint" ; + rdfs:comment "The publishing division which published the comic." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization . + +schema:purchaseDate a rdf:Property ; + rdfs:label "purchaseDate" ; + rdfs:comment "The date the item, e.g. vehicle, was purchased by the current owner." ; + schema:contributor ; + schema:domainIncludes schema:Product, + schema:Vehicle ; + schema:rangeIncludes schema:Date . + +schema:purchasePriceLimit a rdf:Property ; + rdfs:label "purchasePriceLimit" ; + rdfs:comment "Optional. The maximum price the item can have and still qualify for this offer." ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:purchaseType a rdf:Property ; + rdfs:label "purchaseType" ; + rdfs:comment "Optional. The type of purchase the consumer must make in order to qualify for this incentive." ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:PurchaseType ; + schema:source . + +schema:qualifications a rdf:Property ; + rdfs:label "qualifications" ; + rdfs:comment "Specific qualifications required for this role or Occupation." ; + schema:domainIncludes schema:JobPosting, + schema:Occupation ; + schema:isPartOf ; + schema:rangeIncludes schema:Credential, + schema:Text ; + schema:source , + . + +schema:qualifiedExpense a rdf:Property ; + rdfs:label "qualifiedExpense" ; + rdfs:comment "Optional. The types of expenses that are covered by the incentive. For example some incentives are only for the goods (tangible items) but the services (labor) are excluded." ; + schema:domainIncludes schema:FinancialIncentive ; + schema:isPartOf ; + schema:rangeIncludes schema:IncentiveQualifiedExpenseType ; + schema:source . + +schema:quarantineGuidelines a rdf:Property ; + rdfs:label "quarantineGuidelines" ; + rdfs:comment "Guidelines about quarantine rules, e.g. in the context of a pandemic." ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:URL, + schema:WebContent ; + schema:source . + +schema:query a rdf:Property ; + rdfs:label "query" ; + rdfs:comment "A sub property of instrument. The query used on this action." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:SearchAction ; + schema:rangeIncludes schema:Text . + +schema:quest a rdf:Property ; + rdfs:label "quest" ; + rdfs:comment "The task that a player-controlled character, or group of characters may complete in order to gain a reward." ; + schema:domainIncludes schema:Game, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Thing . + +schema:question a rdf:Property ; + rdfs:label "question" ; + rdfs:comment "A sub property of object. A question." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:AskAction ; + schema:rangeIncludes schema:Question . + +schema:rangeIncludes a rdf:Property ; + rdfs:label "rangeIncludes" ; + rdfs:comment "Relates a property to a class that constitutes (one of) the expected type(s) for values of the property." ; + schema:domainIncludes schema:Property ; + schema:isPartOf ; + schema:rangeIncludes schema:Class . + +schema:ratingCount a rdf:Property ; + rdfs:label "ratingCount" ; + rdfs:comment "The count of total number of ratings." ; + schema:domainIncludes schema:AggregateRating ; + schema:rangeIncludes schema:Integer . + +schema:ratingExplanation a rdf:Property ; + rdfs:label "ratingExplanation" ; + rdfs:comment "A short explanation (e.g. one to two sentences) providing background context and other information that led to the conclusion expressed in the rating. This is particularly applicable to ratings associated with \"fact check\" markup using [[ClaimReview]]." ; + schema:domainIncludes schema:Rating ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:ratingValue a rdf:Property ; + rdfs:label "ratingValue" ; + rdfs:comment "The rating for the content.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ; + schema:domainIncludes schema:Rating ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:readBy a rdf:Property ; + rdfs:label "readBy" ; + rdfs:comment "A person who reads (performs) the audiobook." ; + rdfs:subPropertyOf schema:actor ; + schema:domainIncludes schema:Audiobook ; + schema:isPartOf ; + schema:rangeIncludes schema:Person . + +schema:readonlyValue a rdf:Property ; + rdfs:label "readonlyValue" ; + rdfs:comment "Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a \"hidden\" input in an HTML form." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Boolean . + +schema:realEstateAgent a rdf:Property ; + rdfs:label "realEstateAgent" ; + rdfs:comment "A sub property of participant. The real estate agent involved in the action." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:RentAction ; + schema:rangeIncludes schema:RealEstateAgent . + +schema:recipe a rdf:Property ; + rdfs:label "recipe" ; + rdfs:comment "A sub property of instrument. The recipe/instructions used to perform the action." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:CookAction ; + schema:rangeIncludes schema:Recipe . + +schema:recipeCategory a rdf:Property ; + rdfs:label "recipeCategory" ; + rdfs:comment "The category of the recipe—for example, appetizer, entree, etc." ; + schema:domainIncludes schema:Recipe ; + schema:rangeIncludes schema:Text . + +schema:recipeCuisine a rdf:Property ; + rdfs:label "recipeCuisine" ; + rdfs:comment "The cuisine of the recipe (for example, French or Ethiopian)." ; + schema:domainIncludes schema:Recipe ; + schema:rangeIncludes schema:Text . + +schema:recipeInstructions a rdf:Property ; + rdfs:label "recipeInstructions" ; + rdfs:comment "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items." ; + rdfs:subPropertyOf schema:step ; + schema:domainIncludes schema:Recipe ; + schema:rangeIncludes schema:CreativeWork, + schema:ItemList, + schema:Text . + +schema:recipeYield a rdf:Property ; + rdfs:label "recipeYield" ; + rdfs:comment "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." ; + rdfs:subPropertyOf schema:yield ; + schema:domainIncludes schema:Recipe ; + schema:rangeIncludes schema:QuantitativeValue, + schema:Text . + +schema:recognizedBy a rdf:Property ; + rdfs:label "recognizedBy" ; + rdfs:comment "An organization that acknowledges the validity, value or utility of a credential. Note: recognition may include a process of quality assurance or accreditation." ; + schema:domainIncludes schema:Credential ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization ; + schema:source . + +schema:recognizingAuthority a rdf:Property ; + rdfs:label "recognizingAuthority" ; + rdfs:comment "If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine." ; + schema:domainIncludes schema:MedicalEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization . + +schema:recommendationStrength a rdf:Property ; + rdfs:label "recommendationStrength" ; + rdfs:comment "Strength of the guideline's recommendation (e.g. 'class I')." ; + schema:domainIncludes schema:MedicalGuidelineRecommendation ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:recommendedIntake a rdf:Property ; + rdfs:label "recommendedIntake" ; + rdfs:comment "Recommended intake of this supplement for a given population as defined by a specific recommending authority." ; + schema:domainIncludes schema:DietarySupplement ; + schema:isPartOf ; + schema:rangeIncludes schema:RecommendedDoseSchedule . + +schema:recordLabel a rdf:Property ; + rdfs:label "recordLabel" ; + rdfs:comment "The label that issued the release." ; + owl:equivalentProperty mo:label ; + schema:contributor ; + schema:domainIncludes schema:MusicRelease ; + schema:rangeIncludes schema:Organization . + +schema:recourseLoan a rdf:Property ; + rdfs:label "recourseLoan" ; + rdfs:comment "The only way you get the money back in the event of default is the security. Recourse is where you still have the opportunity to go back to the borrower for the rest of the money." ; + schema:contributor ; + schema:domainIncludes schema:LoanOrCredit ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:referee a rdf:Property ; + rdfs:label "referee" ; + rdfs:comment "An official who watches a game or match closely to enforce the rules and arbitrate on matters arising from the play such as referees, umpires or judges. The name of the effective function can vary according to the sport." ; + schema:domainIncludes schema:SportsEvent ; + schema:rangeIncludes schema:Person . + +schema:referenceQuantity a rdf:Property ; + rdfs:label "referenceQuantity" ; + rdfs:comment "The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit." ; + schema:contributor ; + schema:domainIncludes schema:UnitPriceSpecification ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:referencesOrder a rdf:Property ; + rdfs:label "referencesOrder" ; + rdfs:comment "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice." ; + schema:domainIncludes schema:Invoice ; + schema:rangeIncludes schema:Order . + +schema:refundType a rdf:Property ; + rdfs:label "refundType" ; + rdfs:comment "A refund type, from an enumerated list." ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:MerchantReturnPolicySeasonalOverride ; + schema:isPartOf ; + schema:rangeIncludes schema:RefundTypeEnumeration ; + schema:source . + +schema:regionDrained a rdf:Property ; + rdfs:label "regionDrained" ; + rdfs:comment "The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ." ; + schema:domainIncludes schema:LymphaticVessel, + schema:Vein ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure, + schema:AnatomicalSystem . + +schema:regionsAllowed a rdf:Property ; + rdfs:label "regionsAllowed" ; + rdfs:comment "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in [ISO 3166 format](http://en.wikipedia.org/wiki/ISO_3166)." ; + schema:domainIncludes schema:MediaObject ; + schema:rangeIncludes schema:Place . + +schema:relatedAnatomy a rdf:Property ; + rdfs:label "relatedAnatomy" ; + rdfs:comment "Anatomical systems or structures that relate to the superficial anatomy." ; + schema:domainIncludes schema:SuperficialAnatomy ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure, + schema:AnatomicalSystem . + +schema:relatedCondition a rdf:Property ; + rdfs:label "relatedCondition" ; + rdfs:comment "A medical condition associated with this anatomy." ; + schema:domainIncludes schema:AnatomicalStructure, + schema:AnatomicalSystem, + schema:SuperficialAnatomy ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalCondition . + +schema:relatedDrug a rdf:Property ; + rdfs:label "relatedDrug" ; + rdfs:comment "Any other drug related to this one, for example commonly-prescribed alternatives." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Drug . + +schema:relatedLink a rdf:Property ; + rdfs:label "relatedLink" ; + rdfs:comment "A link related to this web page, for example to other related web pages." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:URL . + +schema:relatedStructure a rdf:Property ; + rdfs:label "relatedStructure" ; + rdfs:comment "Related anatomical structure(s) that are not part of the system but relate or connect to it, such as vascular bundles associated with an organ system." ; + schema:domainIncludes schema:AnatomicalSystem ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure . + +schema:relatedTherapy a rdf:Property ; + rdfs:label "relatedTherapy" ; + rdfs:comment "A medical therapy related to this anatomy." ; + schema:domainIncludes schema:AnatomicalStructure, + schema:AnatomicalSystem, + schema:SuperficialAnatomy ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalTherapy . + +schema:relatedTo a rdf:Property ; + rdfs:label "relatedTo" ; + rdfs:comment "The most generic familial relation." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person . + +schema:releaseDate a rdf:Property ; + rdfs:label "releaseDate" ; + rdfs:comment "The release date of a product or product model. This can be used to distinguish the exact variant of a product." ; + owl:equivalentProperty unece:ProductAvailabilityDate ; + schema:contributor ; + schema:domainIncludes schema:Product ; + schema:rangeIncludes schema:Date . + +schema:releaseNotes a rdf:Property ; + rdfs:label "releaseNotes" ; + rdfs:comment "Description of what changed in this version." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:releasedEvent a rdf:Property ; + rdfs:label "releasedEvent" ; + rdfs:comment "The place and time the release was issued, expressed as a PublicationEvent." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:PublicationEvent . + +schema:relevantOccupation a rdf:Property ; + rdfs:label "relevantOccupation" ; + rdfs:comment "The Occupation for the JobPosting." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Occupation ; + schema:source . + +schema:relevantSpecialty a rdf:Property ; + rdfs:label "relevantSpecialty" ; + rdfs:comment "If applicable, a medical specialty in which this entity is relevant." ; + schema:domainIncludes schema:MedicalEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalSpecialty . + +schema:remainingAttendeeCapacity a rdf:Property ; + rdfs:label "remainingAttendeeCapacity" ; + rdfs:comment "The number of attendee places for an event that remain unallocated." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:Integer . + +schema:renegotiableLoan a rdf:Property ; + rdfs:label "renegotiableLoan" ; + rdfs:comment "Whether the terms for payment of interest can be renegotiated during the life of the loan." ; + schema:contributor ; + schema:domainIncludes schema:LoanOrCredit ; + schema:isPartOf ; + schema:rangeIncludes schema:Boolean ; + schema:source . + +schema:repeatCount a rdf:Property ; + rdfs:label "repeatCount" ; + rdfs:comment "Defines the number of times a recurring [[Event]] will take place." ; + schema:domainIncludes schema:Schedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:repeatFrequency a rdf:Property ; + rdfs:label "repeatFrequency" ; + rdfs:comment """Defines the frequency at which [[Event]]s will occur according to a schedule [[Schedule]]. The intervals between + events should be defined as a [[Duration]] of time.""" ; + rdfs:subPropertyOf schema:frequency ; + schema:domainIncludes schema:Schedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Duration, + schema:Text ; + schema:source . + +schema:repetitions a rdf:Property ; + rdfs:label "repetitions" ; + rdfs:comment "Number of times one should repeat the activity." ; + schema:domainIncludes schema:ExercisePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:replacee a rdf:Property ; + rdfs:label "replacee" ; + rdfs:comment "A sub property of object. The object that is being replaced." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:ReplaceAction ; + schema:rangeIncludes schema:Thing . + +schema:replacer a rdf:Property ; + rdfs:label "replacer" ; + rdfs:comment "A sub property of object. The object that replaces." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:ReplaceAction ; + schema:rangeIncludes schema:Thing . + +schema:replyToUrl a rdf:Property ; + rdfs:label "replyToUrl" ; + rdfs:comment "The URL at which a reply may be posted to the specified UserComment." ; + schema:domainIncludes schema:UserComments ; + schema:rangeIncludes schema:URL . + +schema:reportNumber a rdf:Property ; + rdfs:label "reportNumber" ; + rdfs:comment "The number or other unique designator assigned to a Report by the publishing organization." ; + schema:domainIncludes schema:Report ; + schema:rangeIncludes schema:Text . + +schema:representativeOfPage a rdf:Property ; + rdfs:label "representativeOfPage" ; + rdfs:comment "Indicates whether this image is representative of the content of the page." ; + schema:domainIncludes schema:ImageObject ; + schema:rangeIncludes schema:Boolean . + +schema:requiredCollateral a rdf:Property ; + rdfs:label "requiredCollateral" ; + rdfs:comment "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)" ; + schema:contributor ; + schema:domainIncludes schema:LoanOrCredit ; + schema:rangeIncludes schema:Text, + schema:Thing . + +schema:requiredGender a rdf:Property ; + rdfs:label "requiredGender" ; + rdfs:comment "Audiences defined by a person's gender." ; + schema:domainIncludes schema:PeopleAudience ; + schema:rangeIncludes schema:Text . + +schema:requiredMaxAge a rdf:Property ; + rdfs:label "requiredMaxAge" ; + rdfs:comment "Audiences defined by a person's maximum age." ; + schema:domainIncludes schema:PeopleAudience ; + schema:rangeIncludes schema:Integer . + +schema:requiredMinAge a rdf:Property ; + rdfs:label "requiredMinAge" ; + rdfs:comment "Audiences defined by a person's minimum age." ; + schema:domainIncludes schema:PeopleAudience ; + schema:rangeIncludes schema:Integer . + +schema:requiredQuantity a rdf:Property ; + rdfs:label "requiredQuantity" ; + rdfs:comment "The required quantity of the item(s)." ; + schema:domainIncludes schema:HowToItem ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue, + schema:Text . + +schema:requirements a rdf:Property ; + rdfs:label "requirements" ; + rdfs:comment "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (examples: DirectX, Java or .NET runtime)." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:supersededBy schema:softwareRequirements . + +schema:requiresSubscription a rdf:Property ; + rdfs:label "requiresSubscription" ; + rdfs:comment "Indicates if use of the media require a subscription (either paid or free). Allowed values are ```true``` or ```false``` (note that an earlier version had 'yes', 'no')." ; + schema:domainIncludes schema:ActionAccessSpecification, + schema:MediaObject ; + schema:rangeIncludes schema:Boolean, + schema:MediaSubscription ; + schema:source . + +schema:reservationFor a rdf:Property ; + rdfs:label "reservationFor" ; + rdfs:comment "The thing -- flight, event, restaurant, etc. being reserved." ; + schema:domainIncludes schema:Reservation ; + schema:rangeIncludes schema:Thing . + +schema:reservationId a rdf:Property ; + rdfs:label "reservationId" ; + rdfs:comment "A unique identifier for the reservation." ; + schema:domainIncludes schema:Reservation ; + schema:rangeIncludes schema:Text . + +schema:reservationStatus a rdf:Property ; + rdfs:label "reservationStatus" ; + rdfs:comment "The current status of the reservation." ; + schema:domainIncludes schema:Reservation ; + schema:rangeIncludes schema:ReservationStatusType . + +schema:reservedTicket a rdf:Property ; + rdfs:label "reservedTicket" ; + rdfs:comment "A ticket associated with the reservation." ; + schema:domainIncludes schema:Reservation ; + schema:rangeIncludes schema:Ticket . + +schema:responsibilities a rdf:Property ; + rdfs:label "responsibilities" ; + rdfs:comment "Responsibilities associated with this role or Occupation." ; + schema:domainIncludes schema:JobPosting, + schema:Occupation ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:restPeriods a rdf:Property ; + rdfs:label "restPeriods" ; + rdfs:comment "How often one should break from the activity." ; + schema:domainIncludes schema:ExercisePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue, + schema:Text . + +schema:restockingFee a rdf:Property ; + rdfs:label "restockingFee" ; + rdfs:comment "Use [[MonetaryAmount]] to specify a fixed restocking fee for product returns, or use [[Number]] to specify a percentage of the product price paid by the customer." ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:MerchantReturnPolicySeasonalOverride ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount, + schema:Number ; + schema:source . + +schema:resultComment a rdf:Property ; + rdfs:label "resultComment" ; + rdfs:comment "A sub property of result. The Comment created or sent as a result of this action." ; + rdfs:subPropertyOf schema:result ; + schema:domainIncludes schema:CommentAction, + schema:ReplyAction ; + schema:rangeIncludes schema:Comment . + +schema:resultReview a rdf:Property ; + rdfs:label "resultReview" ; + rdfs:comment "A sub property of result. The review that resulted in the performing of the action." ; + rdfs:subPropertyOf schema:result ; + schema:domainIncludes schema:ReviewAction ; + schema:rangeIncludes schema:Review . + +schema:returnFees a rdf:Property ; + rdfs:label "returnFees" ; + rdfs:comment "The type of return fees for purchased products (for any return reason)." ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:MerchantReturnPolicySeasonalOverride ; + schema:isPartOf ; + schema:rangeIncludes schema:ReturnFeesEnumeration ; + schema:source . + +schema:returnLabelSource a rdf:Property ; + rdfs:label "returnLabelSource" ; + rdfs:comment "The method (from an enumeration) by which the customer obtains a return shipping label for a product returned for any reason." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:ReturnLabelSourceEnumeration ; + schema:source . + +schema:returnMethod a rdf:Property ; + rdfs:label "returnMethod" ; + rdfs:comment "The type of return method offered, specified from an enumeration." ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:MerchantReturnPolicySeasonalOverride ; + schema:isPartOf ; + schema:rangeIncludes schema:ReturnMethodEnumeration ; + schema:source . + +schema:returnPolicyCategory a rdf:Property ; + rdfs:label "returnPolicyCategory" ; + rdfs:comment "Specifies an applicable return policy (from an enumeration)." ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:MerchantReturnPolicySeasonalOverride ; + schema:isPartOf ; + schema:rangeIncludes schema:MerchantReturnEnumeration ; + schema:source . + +schema:returnPolicyCountry a rdf:Property ; + rdfs:label "returnPolicyCountry" ; + rdfs:comment "The country where the product has to be sent to for returns, for example \"Ireland\" using the [[name]] property of [[Country]]. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1). Note that this can be different from the country where the product was originally shipped from or sent to." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:Country, + schema:Text ; + schema:source . + +schema:returnPolicySeasonalOverride a rdf:Property ; + rdfs:label "returnPolicySeasonalOverride" ; + rdfs:comment "Seasonal override of a return policy." ; + schema:domainIncludes schema:MerchantReturnPolicy ; + schema:isPartOf ; + schema:rangeIncludes schema:MerchantReturnPolicySeasonalOverride ; + schema:source . + +schema:returnShippingFeesAmount a rdf:Property ; + rdfs:label "returnShippingFeesAmount" ; + rdfs:comment "Amount of shipping costs for product returns (for any reason). Applicable when property [[returnFees]] equals [[ReturnShippingFees]]." ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:MerchantReturnPolicySeasonalOverride ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmount ; + schema:source . + +schema:reviewAspect a rdf:Property ; + rdfs:label "reviewAspect" ; + rdfs:comment "This Review or Rating is relevant to this part or facet of the itemReviewed." ; + schema:domainIncludes schema:Guide, + schema:Rating, + schema:Review ; + schema:rangeIncludes schema:StructuredValue, + schema:Text ; + schema:source . + +schema:reviewBody a rdf:Property ; + rdfs:label "reviewBody" ; + rdfs:comment "The actual body of the review." ; + schema:domainIncludes schema:Review ; + schema:rangeIncludes schema:Text . + +schema:reviewCount a rdf:Property ; + rdfs:label "reviewCount" ; + rdfs:comment "The count of total number of reviews." ; + schema:domainIncludes schema:AggregateRating ; + schema:rangeIncludes schema:Integer . + +schema:reviewRating a rdf:Property ; + rdfs:label "reviewRating" ; + rdfs:comment "The rating given in this review. Note that reviews can themselves be rated. The ```reviewRating``` applies to rating given by the review. The [[aggregateRating]] property applies to the review itself, as a creative work." ; + schema:domainIncludes schema:Review ; + schema:rangeIncludes schema:Rating . + +schema:reviewedBy a rdf:Property ; + rdfs:label "reviewedBy" ; + rdfs:comment "People or organizations that have reviewed the content on this web page for accuracy and/or completeness." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:reviews a rdf:Property ; + rdfs:label "reviews" ; + rdfs:comment "Review of the item." ; + schema:domainIncludes schema:CreativeWork, + schema:Offer, + schema:Organization, + schema:Place, + schema:Product ; + schema:rangeIncludes schema:Review ; + schema:supersededBy schema:review . + +schema:riskFactor a rdf:Property ; + rdfs:label "riskFactor" ; + rdfs:comment "A modifiable or non-modifiable factor that increases the risk of a patient contracting this condition, e.g. age, coexisting condition." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalRiskFactor . + +schema:risks a rdf:Property ; + rdfs:label "risks" ; + rdfs:comment "Specific physiologic risks associated to the diet plan." ; + schema:domainIncludes schema:Diet ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:roofLoad a rdf:Property ; + rdfs:label "roofLoad" ; + rdfs:comment "The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]]\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." ; + schema:contributor ; + schema:domainIncludes schema:BusOrCoach, + schema:Car ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:rsvpResponse a rdf:Property ; + rdfs:label "rsvpResponse" ; + rdfs:comment "The response (yes, no, maybe) to the RSVP." ; + schema:domainIncludes schema:RsvpAction ; + schema:rangeIncludes schema:RsvpResponseType . + +schema:runsTo a rdf:Property ; + rdfs:label "runsTo" ; + rdfs:comment "The vasculature the lymphatic structure runs, or efferents, to." ; + schema:domainIncludes schema:LymphaticVessel ; + schema:isPartOf ; + schema:rangeIncludes schema:Vessel . + +schema:runtime a rdf:Property ; + rdfs:label "runtime" ; + rdfs:comment "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0)." ; + schema:domainIncludes schema:SoftwareSourceCode ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:runtimePlatform . + +schema:rxcui a rdf:Property ; + rdfs:label "rxcui" ; + rdfs:comment "The RxCUI drug identifier from RXNORM." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:safetyConsideration a rdf:Property ; + rdfs:label "safetyConsideration" ; + rdfs:comment "Any potential safety concern associated with the supplement. May include interactions with other drugs and foods, pregnancy, breastfeeding, known adverse reactions, and documented efficacy of the supplement." ; + schema:domainIncludes schema:DietarySupplement ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:salaryCurrency a rdf:Property ; + rdfs:label "salaryCurrency" ; + rdfs:comment "The currency (coded using [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217)) used for the main salary information in this job posting or for this employee." ; + schema:domainIncludes schema:EmployeeRole, + schema:JobPosting ; + schema:rangeIncludes schema:Text . + +schema:salaryUponCompletion a rdf:Property ; + rdfs:label "salaryUponCompletion" ; + rdfs:comment "The expected salary upon completing the training." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmountDistribution ; + schema:source . + +schema:sameAs a rdf:Property ; + rdfs:label "sameAs" ; + rdfs:comment "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website." ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:URL . + +schema:sampleType a rdf:Property ; + rdfs:label "sampleType" ; + rdfs:comment "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template." ; + schema:domainIncludes schema:SoftwareSourceCode ; + schema:rangeIncludes schema:Text ; + schema:supersededBy schema:codeSampleType . + +schema:saturatedFatContent a rdf:Property ; + rdfs:label "saturatedFatContent" ; + rdfs:comment "The number of grams of saturated fat." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:scheduleTimezone a rdf:Property ; + rdfs:label "scheduleTimezone" ; + rdfs:comment "Indicates the timezone for which the time(s) indicated in the [[Schedule]] are given. The value provided should be among those listed in the IANA Time Zone Database." ; + schema:domainIncludes schema:Schedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:scheduledPaymentDate a rdf:Property ; + rdfs:label "scheduledPaymentDate" ; + rdfs:comment "The date the invoice is scheduled to be paid." ; + schema:domainIncludes schema:Invoice ; + schema:rangeIncludes schema:Date . + +schema:scheduledTime a rdf:Property ; + rdfs:label "scheduledTime" ; + rdfs:comment "The time the object is scheduled to." ; + schema:domainIncludes schema:PlanAction ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:schemaVersion a rdf:Property ; + rdfs:label "schemaVersion" ; + rdfs:comment """Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to + indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.""" ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:schoolClosuresInfo a rdf:Property ; + rdfs:label "schoolClosuresInfo" ; + rdfs:comment "Information about school closures." ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:URL, + schema:WebContent ; + schema:source . + +schema:screenCount a rdf:Property ; + rdfs:label "screenCount" ; + rdfs:comment "The number of screens in the movie theater." ; + schema:domainIncludes schema:MovieTheater ; + schema:rangeIncludes schema:Number . + +schema:screenshot a rdf:Property ; + rdfs:label "screenshot" ; + rdfs:comment "A link to a screenshot image of the app." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:ImageObject, + schema:URL . + +schema:sdDatePublished a rdf:Property ; + rdfs:label "sdDatePublished" ; + rdfs:comment "Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Date ; + schema:source . + +schema:sdLicense a rdf:Property ; + rdfs:label "sdLicense" ; + rdfs:comment "A license document that applies to this structured data, typically indicated by URL." ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:sdPublisher a rdf:Property ; + rdfs:label "sdPublisher" ; + rdfs:comment """Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The +[[sdPublisher]] property helps make such practices more explicit.""" ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source . + +schema:seasonNumber a rdf:Property ; + rdfs:label "seasonNumber" ; + rdfs:comment "Position of the season within an ordered group of seasons." ; + rdfs:subPropertyOf schema:position ; + schema:domainIncludes schema:CreativeWorkSeason ; + schema:rangeIncludes schema:Integer, + schema:Text . + +schema:seasonalOverride a rdf:Property ; + rdfs:label "seasonalOverride" ; + rdfs:comment "Limited period during which these shipping conditions apply." ; + schema:domainIncludes schema:ShippingConditions ; + schema:isPartOf ; + schema:rangeIncludes schema:OpeningHoursSpecification ; + schema:source . + +schema:seasons a rdf:Property ; + rdfs:label "seasons" ; + rdfs:comment "A season in a media series." ; + schema:domainIncludes schema:RadioSeries, + schema:TVSeries, + schema:VideoGameSeries ; + schema:rangeIncludes schema:CreativeWorkSeason ; + schema:supersededBy schema:season . + +schema:seatNumber a rdf:Property ; + rdfs:label "seatNumber" ; + rdfs:comment "The location of the reserved seat (e.g., 27)." ; + schema:domainIncludes schema:Seat ; + schema:rangeIncludes schema:Text . + +schema:seatRow a rdf:Property ; + rdfs:label "seatRow" ; + rdfs:comment "The row location of the reserved seat (e.g., B)." ; + schema:domainIncludes schema:Seat ; + schema:rangeIncludes schema:Text . + +schema:seatSection a rdf:Property ; + rdfs:label "seatSection" ; + rdfs:comment "The section location of the reserved seat (e.g. Orchestra)." ; + schema:domainIncludes schema:Seat ; + schema:rangeIncludes schema:Text . + +schema:seatingCapacity a rdf:Property ; + rdfs:label "seatingCapacity" ; + rdfs:comment "The number of persons that can be seated (e.g. in a vehicle), both in terms of the physical space available, and in terms of limitations set by law.\\n\\nTypical unit code(s): C62 for persons." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:seatingType a rdf:Property ; + rdfs:label "seatingType" ; + rdfs:comment "The type/class of the seat." ; + schema:domainIncludes schema:Seat ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text . + +schema:secondaryPrevention a rdf:Property ; + rdfs:label "secondaryPrevention" ; + rdfs:comment "A preventative therapy used to prevent reoccurrence of the medical condition after an initial episode of the condition." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:Drug, + schema:DrugClass, + schema:LifestyleModification, + schema:MedicalTherapy . + +schema:securityClearanceRequirement a rdf:Property ; + rdfs:label "securityClearanceRequirement" ; + rdfs:comment "A description of any security clearance requirements of the job." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:securityScreening a rdf:Property ; + rdfs:label "securityScreening" ; + rdfs:comment "The type of security screening the passenger is subject to." ; + schema:domainIncludes schema:FlightReservation ; + schema:rangeIncludes schema:Text . + +schema:seeks a rdf:Property ; + rdfs:label "seeks" ; + rdfs:comment "A pointer to products or services sought by the organization or person (demand)." ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Demand . + +schema:sender a rdf:Property ; + rdfs:label "sender" ; + rdfs:comment "A sub property of participant. The participant who is at the sending end of the action." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:Message, + schema:ReceiveAction ; + schema:rangeIncludes schema:Audience, + schema:Organization, + schema:Person . + +schema:sensoryRequirement a rdf:Property ; + rdfs:label "sensoryRequirement" ; + rdfs:comment "A description of any sensory requirements and levels necessary to function on the job, including hearing and vision. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text, + schema:URL ; + schema:source . + +schema:sensoryUnit a rdf:Property ; + rdfs:label "sensoryUnit" ; + rdfs:comment "The neurological pathway extension that inputs and sends information to the brain or spinal cord." ; + schema:domainIncludes schema:Nerve ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure, + schema:SuperficialAnatomy . + +schema:seriousAdverseOutcome a rdf:Property ; + rdfs:label "seriousAdverseOutcome" ; + rdfs:comment "A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition." ; + schema:domainIncludes schema:MedicalDevice, + schema:MedicalTherapy ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity . + +schema:serverStatus a rdf:Property ; + rdfs:label "serverStatus" ; + rdfs:comment "Status of a game server." ; + schema:domainIncludes schema:GameServer ; + schema:rangeIncludes schema:GameServerStatus . + +schema:servesCuisine a rdf:Property ; + rdfs:label "servesCuisine" ; + rdfs:comment "The cuisine of the restaurant." ; + schema:domainIncludes schema:FoodEstablishment ; + schema:rangeIncludes schema:Text . + +schema:serviceAudience a rdf:Property ; + rdfs:label "serviceAudience" ; + rdfs:comment "The audience eligible for this service." ; + schema:domainIncludes schema:Service ; + schema:rangeIncludes schema:Audience ; + schema:supersededBy schema:audience . + +schema:serviceLocation a rdf:Property ; + rdfs:label "serviceLocation" ; + rdfs:comment "The location (e.g. civic structure, local business, etc.) where a person can go to access the service." ; + schema:domainIncludes schema:ServiceChannel ; + schema:rangeIncludes schema:Place . + +schema:serviceOperator a rdf:Property ; + rdfs:label "serviceOperator" ; + rdfs:comment "The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor." ; + schema:domainIncludes schema:GovernmentService ; + schema:rangeIncludes schema:Organization . + +schema:servicePhone a rdf:Property ; + rdfs:label "servicePhone" ; + rdfs:comment "The phone number to use to access the service." ; + rdfs:subPropertyOf cmns-loc:hasAddress ; + schema:domainIncludes schema:ServiceChannel ; + schema:rangeIncludes schema:ContactPoint . + +schema:servicePostalAddress a rdf:Property ; + rdfs:label "servicePostalAddress" ; + rdfs:comment "The address for accessing the service by mail." ; + rdfs:subPropertyOf cmns-loc:hasAddress ; + schema:domainIncludes schema:ServiceChannel ; + schema:rangeIncludes schema:PostalAddress . + +schema:serviceSmsNumber a rdf:Property ; + rdfs:label "serviceSmsNumber" ; + rdfs:comment "The number to access the service by text message." ; + rdfs:subPropertyOf cmns-loc:hasAddress ; + schema:domainIncludes schema:ServiceChannel ; + schema:rangeIncludes schema:ContactPoint . + +schema:serviceType a rdf:Property ; + rdfs:label "serviceType" ; + rdfs:comment "The type of service being offered, e.g. veterans' benefits, emergency relief, etc." ; + schema:domainIncludes schema:Service ; + schema:rangeIncludes schema:GovernmentBenefitsType, + schema:Text . + +schema:serviceUrl a rdf:Property ; + rdfs:label "serviceUrl" ; + rdfs:comment "The website to access the service." ; + schema:domainIncludes schema:ServiceChannel ; + schema:rangeIncludes schema:URL . + +schema:servingSize a rdf:Property ; + rdfs:label "servingSize" ; + rdfs:comment "The serving size, in terms of the number of volume or mass." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Text . + +schema:sha256 a rdf:Property ; + rdfs:label "sha256" ; + rdfs:comment "The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'." ; + rdfs:subPropertyOf schema:description ; + schema:domainIncludes schema:MediaObject ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:sharedContent a rdf:Property ; + rdfs:label "sharedContent" ; + rdfs:comment "A CreativeWork such as an image, video, or audio clip shared as part of this posting." ; + schema:domainIncludes schema:Comment, + schema:SocialMediaPosting ; + schema:rangeIncludes schema:CreativeWork . + +schema:shippingConditions a rdf:Property ; + rdfs:label "shippingConditions" ; + rdfs:comment "The conditions (constraints, price) applicable to the [[ShippingService]]." ; + schema:domainIncludes schema:ShippingService ; + schema:isPartOf ; + schema:rangeIncludes schema:ShippingConditions ; + schema:source . + +schema:shippingDestination a rdf:Property ; + rdfs:label "shippingDestination" ; + rdfs:comment "indicates (possibly multiple) shipping destinations. These can be defined in several ways, e.g. postalCode ranges." ; + schema:domainIncludes schema:DeliveryTimeSettings, + schema:OfferShippingDetails, + schema:ShippingConditions, + schema:ShippingRateSettings ; + schema:rangeIncludes schema:DefinedRegion ; + schema:source , + . + +schema:shippingDetails a rdf:Property ; + rdfs:label "shippingDetails" ; + rdfs:comment "Indicates information about the shipping policies and options associated with an [[Offer]]." ; + schema:domainIncludes schema:Offer ; + schema:rangeIncludes schema:OfferShippingDetails ; + schema:source . + +schema:shippingOrigin a rdf:Property ; + rdfs:label "shippingOrigin" ; + rdfs:comment "Indicates the origin of a shipment, i.e. where it should be coming from." ; + rdfs:subPropertyOf cmns-loc:hasLocation ; + owl:equivalentProperty unece:DespatchLocation ; + schema:domainIncludes schema:OfferShippingDetails, + schema:ShippingConditions ; + schema:rangeIncludes schema:DefinedRegion ; + schema:source , + . + +schema:shippingRate a rdf:Property ; + rdfs:label "shippingRate" ; + rdfs:comment "The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the [[MonetaryAmount]]) are most appropriate." ; + schema:domainIncludes schema:OfferShippingDetails, + schema:ShippingConditions, + schema:ShippingRateSettings ; + schema:rangeIncludes schema:MonetaryAmount, + schema:ShippingRateSettings ; + schema:source , + . + +schema:siblings a rdf:Property ; + rdfs:label "siblings" ; + rdfs:comment "A sibling of the person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person ; + schema:supersededBy schema:sibling . + +schema:signDetected a rdf:Property ; + rdfs:label "signDetected" ; + rdfs:comment "A sign detected by the test." ; + schema:domainIncludes schema:MedicalTest ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalSign . + +schema:signOrSymptom a rdf:Property ; + rdfs:label "signOrSymptom" ; + rdfs:comment "A sign or symptom of this condition. Signs are objective or physically observable manifestations of the medical condition while symptoms are the subjective experience of the medical condition." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalSignOrSymptom . + +schema:significance a rdf:Property ; + rdfs:label "significance" ; + rdfs:comment "The significance associated with the superficial anatomy; as an example, how characteristics of the superficial anatomy can suggest underlying medical conditions or courses of treatment." ; + schema:domainIncludes schema:SuperficialAnatomy ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:significantLinks a rdf:Property ; + rdfs:label "significantLinks" ; + rdfs:comment "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:URL ; + schema:supersededBy schema:significantLink . + +schema:size a rdf:Property ; + rdfs:label "size" ; + rdfs:comment "A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. " ; + owl:equivalentProperty unece:sizeDescription ; + schema:domainIncludes schema:CreativeWork, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:QuantitativeValue, + schema:SizeSpecification, + schema:Text ; + schema:source . + +schema:sizeGroup a rdf:Property ; + rdfs:label "sizeGroup" ; + rdfs:comment "The size group (also known as \"size type\") for a product's size. Size groups are common in the fashion industry to define size segments and suggested audiences for wearable products. Multiple values can be combined, for example \"men's big and tall\", \"petite maternity\" or \"regular\"." ; + schema:domainIncludes schema:SizeSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:SizeGroupEnumeration, + schema:Text ; + schema:source . + +schema:sizeSystem a rdf:Property ; + rdfs:label "sizeSystem" ; + rdfs:comment "The size system used to identify a product's size. Typically either a standard (for example, \"GS1\" or \"ISO-EN13402\"), country code (for example \"US\" or \"JP\"), or a measuring system (for example \"Metric\" or \"Imperial\")." ; + schema:domainIncludes schema:SizeSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:SizeSystemEnumeration, + schema:Text ; + schema:source . + +schema:skills a rdf:Property ; + rdfs:label "skills" ; + rdfs:comment "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation." ; + schema:domainIncludes schema:JobPosting, + schema:Occupation, + schema:Organization, + schema:Person ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source , + . + +schema:sku a rdf:Property ; + rdfs:label "sku" ; + rdfs:comment "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty unece:sellerAssignedId ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Product ; + schema:rangeIncludes schema:Text . + +schema:slogan a rdf:Property ; + rdfs:label "slogan" ; + rdfs:comment "A slogan or motto associated with the item." ; + owl:equivalentProperty unece:PromotionalMessage ; + schema:domainIncludes schema:Brand, + schema:Organization, + schema:Place, + schema:Product, + schema:Service ; + schema:rangeIncludes schema:Text . + +schema:smiles a rdf:Property ; + rdfs:label "smiles" ; + rdfs:comment "A specification in form of a line notation for describing the structure of chemical species using short ASCII strings. Double bond stereochemistry \\ indicators may need to be escaped in the string in formats where the backslash is an escape character." ; + rdfs:subPropertyOf schema:hasRepresentation ; + schema:domainIncludes schema:MolecularEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:smokingAllowed a rdf:Property ; + rdfs:label "smokingAllowed" ; + rdfs:comment "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room." ; + schema:contributor ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:Boolean . + +schema:sodiumContent a rdf:Property ; + rdfs:label "sodiumContent" ; + rdfs:comment "The number of milligrams of sodium." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:softwareAddOn a rdf:Property ; + rdfs:label "softwareAddOn" ; + rdfs:comment "Additional content for a software application." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:SoftwareApplication . + +schema:softwareHelp a rdf:Property ; + rdfs:label "softwareHelp" ; + rdfs:comment "Software application help." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:CreativeWork . + +schema:softwareVersion a rdf:Property ; + rdfs:label "softwareVersion" ; + rdfs:comment "Version of the software instance." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text . + +schema:source a rdf:Property ; + rdfs:label "source" ; + rdfs:comment "The source or cause of the event." ; + schema:domainIncludes schema:InstantaneousEvent ; + schema:isPartOf ; + schema:rangeIncludes schema:Thing ; + schema:source . + +schema:sourceOrganization a rdf:Property ; + rdfs:label "sourceOrganization" ; + rdfs:comment "The Organization on whose behalf the creator was working." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Organization . + +schema:sourcedFrom a rdf:Property ; + rdfs:label "sourcedFrom" ; + rdfs:comment "The neurological pathway that originates the neurons." ; + schema:domainIncludes schema:Nerve ; + schema:isPartOf ; + schema:rangeIncludes schema:BrainStructure . + +schema:spatial a rdf:Property ; + rdfs:label "spatial" ; + rdfs:comment """The "spatial" property can be used in cases when more specific properties +(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.""" ; + owl:equivalentProperty dct:spatial ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Place . + +schema:speakable a rdf:Property ; + rdfs:label "speakable" ; + rdfs:comment """Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech. + +The *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values: + +1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned. + +2.) CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use the [[cssSelector]] property. + +3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property. + + +For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this +we define a supporting type, [[SpeakableSpecification]] which is defined to be a possible value of the *speakable* property. + """ ; + schema:domainIncludes schema:Article, + schema:WebPage ; + schema:rangeIncludes schema:SpeakableSpecification, + schema:URL ; + schema:source . + +schema:specialCommitments a rdf:Property ; + rdfs:label "specialCommitments" ; + rdfs:comment "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Text . + +schema:specialOpeningHoursSpecification a rdf:Property ; + rdfs:label "specialOpeningHoursSpecification" ; + rdfs:comment """The special opening hours of a certain place.\\n\\nUse this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. + """ ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:OpeningHoursSpecification . + +schema:specialty a rdf:Property ; + rdfs:label "specialty" ; + rdfs:comment "One of the domain specialities to which this web page's content applies." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:Specialty . + +schema:speechToTextMarkup a rdf:Property ; + rdfs:label "speechToTextMarkup" ; + rdfs:comment "Form of markup used. eg. [SSML](https://www.w3.org/TR/speech-synthesis11) or [IPA](https://www.wikidata.org/wiki/Property:P898)." ; + schema:domainIncludes schema:PronounceableText ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:speed a rdf:Property ; + rdfs:label "speed" ; + rdfs:comment "The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range (indicated by [[maxValue]]) should be the maximum speed achievable under regular conditions.\\n\\nTypical unit code(s): KMH for km/h, HM for mile per hour (0.447 04 m/s), KNT for knot\\n\\n*Note 1: Use [[minValue]] and [[maxValue]] to indicate the range. Typically, the minimal value is zero.\\n* Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the [[valueReference]] property." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:spokenByCharacter a rdf:Property ; + rdfs:label "spokenByCharacter" ; + rdfs:comment "The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork." ; + schema:domainIncludes schema:Quotation ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source . + +schema:sport a rdf:Property ; + rdfs:label "sport" ; + rdfs:comment "A type of sport (e.g. Baseball)." ; + schema:domainIncludes schema:SportsEvent, + schema:SportsOrganization ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:sportsActivityLocation a rdf:Property ; + rdfs:label "sportsActivityLocation" ; + rdfs:comment "A sub property of location. The sports activity location where this action occurred." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:ExerciseAction ; + schema:rangeIncludes schema:SportsActivityLocation . + +schema:sportsEvent a rdf:Property ; + rdfs:label "sportsEvent" ; + rdfs:comment "A sub property of location. The sports event where this action occurred." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:ExerciseAction ; + schema:rangeIncludes schema:SportsEvent . + +schema:sportsTeam a rdf:Property ; + rdfs:label "sportsTeam" ; + rdfs:comment "A sub property of participant. The sports team that participated on this action." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:ExerciseAction ; + schema:rangeIncludes schema:SportsTeam . + +schema:spouse a rdf:Property ; + rdfs:label "spouse" ; + rdfs:comment "The person's spouse." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person . + +schema:stage a rdf:Property ; + rdfs:label "stage" ; + rdfs:comment "The stage of the condition, if applicable." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalConditionStage . + +schema:stageAsNumber a rdf:Property ; + rdfs:label "stageAsNumber" ; + rdfs:comment "The stage represented as a number, e.g. 3." ; + schema:domainIncludes schema:MedicalConditionStage ; + schema:isPartOf ; + schema:rangeIncludes schema:Number . + +schema:starRating a rdf:Property ; + rdfs:label "starRating" ; + rdfs:comment "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars)." ; + schema:contributor ; + schema:domainIncludes schema:FoodEstablishment, + schema:LodgingBusiness ; + schema:rangeIncludes schema:Rating . + +schema:startDate a rdf:Property ; + rdfs:label "startDate" ; + rdfs:comment "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601))." ; + owl:equivalentProperty cmns-dt:hasStartDate ; + schema:domainIncludes schema:CreativeWorkSeason, + schema:CreativeWorkSeries, + schema:DatedMoneySpecification, + schema:EducationalOccupationalProgram, + schema:Event, + schema:MerchantReturnPolicySeasonalOverride, + schema:Role, + schema:Schedule ; + schema:rangeIncludes schema:Date, + schema:DateTime ; + schema:source . + +schema:startOffset a rdf:Property ; + rdfs:label "startOffset" ; + rdfs:comment "The start time of the clip expressed as the number of seconds from the beginning of the work." ; + schema:domainIncludes schema:Clip, + schema:SeekToAction ; + schema:isPartOf ; + schema:rangeIncludes schema:HyperTocEntry, + schema:Number ; + schema:source . + +schema:startTime a rdf:Property ; + rdfs:label "startTime" ; + rdfs:comment "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." ; + schema:domainIncludes schema:Action, + schema:FoodEstablishmentReservation, + schema:InteractionCounter, + schema:MediaObject, + schema:Schedule ; + schema:rangeIncludes schema:DateTime, + schema:Time ; + schema:source . + +schema:statType a rdf:Property ; + rdfs:label "statType" ; + rdfs:comment "Indicates the kind of statistic represented by a [[StatisticalVariable]], e.g. mean, count etc. The value of statType is a property, either from within Schema.org (e.g. [[median]], [[marginOfError]], [[maxValue]], [[minValue]]) or from other compatible (e.g. RDF) systems such as DataCommons.org or Wikidata.org. " ; + schema:domainIncludes schema:StatisticalVariable ; + schema:isPartOf ; + schema:rangeIncludes schema:Property, + schema:Text, + schema:URL ; + schema:source . + +schema:status a rdf:Property ; + rdfs:label "status" ; + rdfs:comment "The status of the study (enumerated)." ; + schema:domainIncludes schema:MedicalCondition, + schema:MedicalProcedure, + schema:MedicalStudy ; + schema:isPartOf ; + schema:rangeIncludes schema:EventStatusType, + schema:MedicalStudyStatus, + schema:Text . + +schema:steeringPosition a rdf:Property ; + rdfs:label "steeringPosition" ; + rdfs:comment "The position of the steering wheel or similar device (mostly for cars)." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:SteeringPositionValue . + +schema:stepValue a rdf:Property ; + rdfs:label "stepValue" ; + rdfs:comment "The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Number . + +schema:steps a rdf:Property ; + rdfs:label "steps" ; + rdfs:comment "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred)." ; + schema:domainIncludes schema:HowTo, + schema:HowToSection ; + schema:rangeIncludes schema:CreativeWork, + schema:ItemList, + schema:Text ; + schema:supersededBy schema:step . + +schema:storageRequirements a rdf:Property ; + rdfs:label "storageRequirements" ; + rdfs:comment "Storage requirements (free space required)." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:streetAddress a rdf:Property ; + rdfs:label "streetAddress" ; + rdfs:comment "The street address. For example, 1600 Amphitheatre Pkwy." ; + owl:equivalentProperty gs1:streetAddress ; + schema:domainIncludes schema:PostalAddress ; + schema:rangeIncludes schema:Text . + +schema:strengthUnit a rdf:Property ; + rdfs:label "strengthUnit" ; + rdfs:comment "The units of an active ingredient's strength, e.g. mg." ; + schema:domainIncludes schema:DrugStrength ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:strengthValue a rdf:Property ; + rdfs:label "strengthValue" ; + rdfs:comment "The value of an active ingredient's strength, e.g. 325." ; + schema:domainIncludes schema:DrugStrength ; + schema:isPartOf ; + schema:rangeIncludes schema:Number . + +schema:structuralClass a rdf:Property ; + rdfs:label "structuralClass" ; + rdfs:comment "The name given to how bone physically connects to each other." ; + schema:domainIncludes schema:Joint ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:study a rdf:Property ; + rdfs:label "study" ; + rdfs:comment "A medical study or trial related to this entity." ; + schema:domainIncludes schema:MedicalEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalStudy . + +schema:studyDesign a rdf:Property ; + rdfs:label "studyDesign" ; + rdfs:comment "Specifics about the observational study design (enumerated)." ; + schema:domainIncludes schema:MedicalObservationalStudy ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalObservationalStudyDesign . + +schema:studyLocation a rdf:Property ; + rdfs:label "studyLocation" ; + rdfs:comment "The location in which the study is taking/took place." ; + schema:domainIncludes schema:MedicalStudy ; + schema:isPartOf ; + schema:rangeIncludes schema:AdministrativeArea . + +schema:studySubject a rdf:Property ; + rdfs:label "studySubject" ; + rdfs:comment "A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study." ; + schema:domainIncludes schema:MedicalStudy ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity . + +schema:subEvents a rdf:Property ; + rdfs:label "subEvents" ; + rdfs:comment "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:Event ; + schema:supersededBy schema:subEvent . + +schema:subReservation a rdf:Property ; + rdfs:label "subReservation" ; + rdfs:comment "The individual reservations included in the package. Typically a repeated property." ; + schema:domainIncludes schema:ReservationPackage ; + schema:rangeIncludes schema:Reservation . + +schema:subStageSuffix a rdf:Property ; + rdfs:label "subStageSuffix" ; + rdfs:comment "The substage, e.g. 'a' for Stage IIIa." ; + schema:domainIncludes schema:MedicalConditionStage ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:subStructure a rdf:Property ; + rdfs:label "subStructure" ; + rdfs:comment "Component (sub-)structure(s) that comprise this anatomical structure." ; + schema:domainIncludes schema:AnatomicalStructure ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure . + +schema:subTest a rdf:Property ; + rdfs:label "subTest" ; + rdfs:comment "A component test of the panel." ; + schema:domainIncludes schema:MedicalTestPanel ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalTest . + +schema:subtitleLanguage a rdf:Property ; + rdfs:label "subtitleLanguage" ; + rdfs:comment "Languages in which subtitles/captions are available, in [IETF BCP 47 standard format](http://tools.ietf.org/html/bcp47)." ; + schema:domainIncludes schema:BroadcastEvent, + schema:Movie, + schema:ScreeningEvent, + schema:TVEpisode ; + schema:isPartOf ; + schema:rangeIncludes schema:Language, + schema:Text ; + schema:source . + +schema:successorOf a rdf:Property ; + rdfs:label "successorOf" ; + rdfs:comment "A pointer from a newer variant of a product to its previous, often discontinued predecessor." ; + schema:contributor ; + schema:domainIncludes schema:ProductModel ; + schema:rangeIncludes schema:ProductModel . + +schema:sugarContent a rdf:Property ; + rdfs:label "sugarContent" ; + rdfs:comment "The number of grams of sugar." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:suggestedAge a rdf:Property ; + rdfs:label "suggestedAge" ; + rdfs:comment "The age or age range for the intended audience or person, for example 3-12 months for infants, 1-5 years for toddlers." ; + schema:domainIncludes schema:PeopleAudience, + schema:SizeSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue ; + schema:source . + +schema:suggestedGender a rdf:Property ; + rdfs:label "suggestedGender" ; + rdfs:comment "The suggested gender of the intended person or audience, for example \"male\", \"female\", or \"unisex\"." ; + schema:domainIncludes schema:PeopleAudience, + schema:SizeSpecification ; + schema:rangeIncludes schema:GenderType, + schema:Text . + +schema:suggestedMaxAge a rdf:Property ; + rdfs:label "suggestedMaxAge" ; + rdfs:comment "Maximum recommended age in years for the audience or user." ; + schema:domainIncludes schema:PeopleAudience ; + schema:rangeIncludes schema:Number . + +schema:suggestedMeasurement a rdf:Property ; + rdfs:label "suggestedMeasurement" ; + rdfs:comment "A suggested range of body measurements for the intended audience or person, for example inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size chart for wearable products." ; + schema:domainIncludes schema:PeopleAudience, + schema:SizeSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue ; + schema:source . + +schema:suggestedMinAge a rdf:Property ; + rdfs:label "suggestedMinAge" ; + rdfs:comment "Minimum recommended age in years for the audience or user." ; + schema:domainIncludes schema:PeopleAudience ; + schema:rangeIncludes schema:Number . + +schema:suitableForDiet a rdf:Property ; + rdfs:label "suitableForDiet" ; + rdfs:comment "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc." ; + schema:domainIncludes schema:MenuItem, + schema:Recipe ; + schema:rangeIncludes schema:Diet, + schema:RestrictedDiet . + +schema:supersededBy a rdf:Property ; + rdfs:label "supersededBy" ; + rdfs:comment "Relates a term (i.e. a property, class or enumeration) to one that supersedes it." ; + schema:domainIncludes schema:Class, + schema:Enumeration, + schema:Property ; + schema:isPartOf ; + schema:rangeIncludes schema:Class, + schema:Enumeration, + schema:Property . + +schema:supplyTo a rdf:Property ; + rdfs:label "supplyTo" ; + rdfs:comment "The area to which the artery supplies blood." ; + schema:domainIncludes schema:Artery ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure . + +schema:supportingData a rdf:Property ; + rdfs:label "supportingData" ; + rdfs:comment "Supporting data for a SoftwareApplication." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:DataFeed . + +schema:surface a rdf:Property ; + rdfs:label "surface" ; + rdfs:comment "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc." ; + rdfs:subPropertyOf schema:material ; + schema:domainIncludes schema:VisualArtwork ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:supersededBy schema:artworkSurface . + +schema:syllabusSections a rdf:Property ; + rdfs:label "syllabusSections" ; + rdfs:comment "Indicates (typically several) Syllabus entities that lay out what each section of the overall course will cover." ; + schema:domainIncludes schema:Course ; + schema:isPartOf ; + schema:rangeIncludes schema:Syllabus ; + schema:source . + +schema:target a rdf:Property ; + rdfs:label "target" ; + rdfs:comment "Indicates a target EntryPoint, or url, for an Action." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:EntryPoint, + schema:URL . + +schema:targetDescription a rdf:Property ; + rdfs:label "targetDescription" ; + rdfs:comment "The description of a node in an established educational framework." ; + schema:domainIncludes schema:AlignmentObject ; + schema:rangeIncludes schema:Text . + +schema:targetName a rdf:Property ; + rdfs:label "targetName" ; + rdfs:comment "The name of a node in an established educational framework." ; + schema:domainIncludes schema:AlignmentObject ; + schema:rangeIncludes schema:Text . + +schema:targetPlatform a rdf:Property ; + rdfs:label "targetPlatform" ; + rdfs:comment "Type of app development: phone, Metro style, desktop, XBox, etc." ; + schema:domainIncludes schema:APIReference ; + schema:rangeIncludes schema:Text . + +schema:targetPopulation a rdf:Property ; + rdfs:label "targetPopulation" ; + rdfs:comment "Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'." ; + schema:domainIncludes schema:DietarySupplement, + schema:DoseSchedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:targetProduct a rdf:Property ; + rdfs:label "targetProduct" ; + rdfs:comment "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used." ; + schema:domainIncludes schema:SoftwareSourceCode ; + schema:rangeIncludes schema:SoftwareApplication . + +schema:targetUrl a rdf:Property ; + rdfs:label "targetUrl" ; + rdfs:comment "The URL of a node in an established educational framework." ; + schema:domainIncludes schema:AlignmentObject ; + schema:rangeIncludes schema:URL . + +schema:taxID a rdf:Property ; + rdfs:label "taxID" ; + rdfs:comment "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty fibo-fnd-pty-pty:hasTaxIdentifier ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Text . + +schema:taxonRank a rdf:Property ; + rdfs:label "taxonRank" ; + rdfs:comment "The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary – typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs." ; + schema:domainIncludes schema:Taxon ; + schema:isPartOf ; + schema:rangeIncludes schema:PropertyValue, + schema:Text, + schema:URL ; + schema:source . + +schema:taxonomicRange a rdf:Property ; + rdfs:label "taxonomicRange" ; + rdfs:comment "The taxonomic grouping of the organism that expresses, encodes, or in some way related to the BioChemEntity." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Taxon, + schema:Text, + schema:URL ; + schema:source . + +schema:teaches a rdf:Property ; + rdfs:label "teaches" ; + rdfs:comment "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term." ; + schema:domainIncludes schema:CreativeWork, + schema:EducationEvent, + schema:LearningResource ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:telephone a rdf:Property ; + rdfs:label "telephone" ; + rdfs:comment "The telephone number." ; + owl:equivalentProperty gs1:telephone ; + schema:domainIncludes schema:ContactPoint, + schema:Organization, + schema:Person, + schema:Place ; + schema:rangeIncludes schema:Text . + +schema:temporal a rdf:Property ; + rdfs:label "temporal" ; + rdfs:comment """The "temporal" property can be used in cases where more specific properties +(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.""" ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:DateTime, + schema:Text . + +schema:termDuration a rdf:Property ; + rdfs:label "termDuration" ; + rdfs:comment "The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Duration ; + schema:source . + +schema:termsOfService a rdf:Property ; + rdfs:label "termsOfService" ; + rdfs:comment "Human-readable terms of service documentation." ; + schema:domainIncludes schema:Service ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:termsPerYear a rdf:Property ; + rdfs:label "termsPerYear" ; + rdfs:comment "The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:text a rdf:Property ; + rdfs:label "text" ; + rdfs:comment "The textual content of this CreativeWork." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Text . + +schema:textValue a rdf:Property ; + rdfs:label "textValue" ; + rdfs:comment "Text value being annotated." ; + schema:domainIncludes schema:PronounceableText ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:thumbnail a rdf:Property ; + rdfs:label "thumbnail" ; + rdfs:comment "Thumbnail image for an image or video." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:ImageObject . + +schema:thumbnailUrl a rdf:Property ; + rdfs:label "thumbnailUrl" ; + rdfs:comment "A thumbnail image relevant to the Thing." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:URL . + +schema:tickerSymbol a rdf:Property ; + rdfs:label "tickerSymbol" ; + rdfs:comment "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO 15022." ; + schema:domainIncludes schema:Corporation ; + schema:rangeIncludes schema:Text . + +schema:ticketNumber a rdf:Property ; + rdfs:label "ticketNumber" ; + rdfs:comment "The unique identifier for the ticket." ; + schema:domainIncludes schema:Ticket ; + schema:rangeIncludes schema:Text . + +schema:ticketToken a rdf:Property ; + rdfs:label "ticketToken" ; + rdfs:comment "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance." ; + schema:domainIncludes schema:Ticket ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:ticketedSeat a rdf:Property ; + rdfs:label "ticketedSeat" ; + rdfs:comment "The seat associated with the ticket." ; + schema:domainIncludes schema:Ticket ; + schema:rangeIncludes schema:Seat . + +schema:timeOfDay a rdf:Property ; + rdfs:label "timeOfDay" ; + rdfs:comment "The time of day the program normally runs. For example, \"evenings\"." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:timeRequired a rdf:Property ; + rdfs:label "timeRequired" ; + rdfs:comment "Approximate or typical time it usually takes to work with or through the content of this work for the typical or target audience." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Duration . + +schema:timeToComplete a rdf:Property ; + rdfs:label "timeToComplete" ; + rdfs:comment "The expected length of time to complete the program if attending full-time." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Duration ; + schema:source . + +schema:timestamp a rdf:Property ; + rdfs:label "timestamp" ; + rdfs:comment "The instant the event occured." ; + owl:equivalentClass prov:atTime ; + schema:domainIncludes schema:InstantaneousEvent ; + schema:isPartOf ; + schema:rangeIncludes schema:DateTime ; + schema:source . + +schema:tissueSample a rdf:Property ; + rdfs:label "tissueSample" ; + rdfs:comment "The type of tissue sample required for the test." ; + schema:domainIncludes schema:PathologyTest ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:title a rdf:Property ; + rdfs:label "title" ; + rdfs:comment "The title of the job." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Text . + +schema:titleEIDR a rdf:Property ; + rdfs:label "titleEIDR" ; + rdfs:comment """An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television. + +For example, the motion picture known as "Ghostbusters" has a titleEIDR of "10.5240/7EC7-228A-510A-053E-CBB8-J". This title (or work) may have several variants, which EIDR calls "edits". See [[editEIDR]]. + +Since schema.org types like [[Movie]], [[TVEpisode]], [[TVSeason]], and [[TVSeries]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. +""" ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:Movie, + schema:TVEpisode, + schema:TVSeason, + schema:TVSeries ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:toLocation a rdf:Property ; + rdfs:label "toLocation" ; + rdfs:comment "A sub property of location. The final location of the object or the agent after the action." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:ExerciseAction, + schema:InsertAction, + schema:MoveAction, + schema:TransferAction ; + schema:rangeIncludes schema:Place . + +schema:toRecipient a rdf:Property ; + rdfs:label "toRecipient" ; + rdfs:comment "A sub property of recipient. The recipient who was directly sent the message." ; + rdfs:subPropertyOf schema:recipient ; + schema:domainIncludes schema:Message ; + schema:rangeIncludes schema:Audience, + schema:ContactPoint, + schema:Organization, + schema:Person . + +schema:tocContinuation a rdf:Property ; + rdfs:label "tocContinuation" ; + rdfs:comment "A [[HyperTocEntry]] can have a [[tocContinuation]] indicated, which is another [[HyperTocEntry]] that would be the default next item to play or render." ; + schema:domainIncludes schema:HyperTocEntry ; + schema:isPartOf ; + schema:rangeIncludes schema:HyperTocEntry ; + schema:source . + +schema:tocEntry a rdf:Property ; + rdfs:label "tocEntry" ; + rdfs:comment "Indicates a [[HyperTocEntry]] in a [[HyperToc]]." ; + rdfs:subPropertyOf schema:hasPart ; + schema:domainIncludes schema:HyperToc ; + schema:isPartOf ; + schema:rangeIncludes schema:HyperTocEntry ; + schema:source . + +schema:tongueWeight a rdf:Property ; + rdfs:label "tongueWeight" ; + rdfs:comment "The permitted vertical load (TWR) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating (TLR) or Vertical Load Rating (VLR).\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:tool a rdf:Property ; + rdfs:label "tool" ; + rdfs:comment "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:HowTo, + schema:HowToDirection ; + schema:rangeIncludes schema:HowToTool, + schema:Text . + +schema:torque a rdf:Property ; + rdfs:label "torque" ; + rdfs:comment "The torque (turning force) of the vehicle's engine.\\n\\nTypical unit code(s): NU for newton metre (N m), F17 for pound-force per foot, or F48 for pound-force per inch\\n\\n* Note 1: You can link to information about how the given value has been determined (e.g. reference RPM) using the [[valueReference]] property.\\n* Note 2: You can use [[minValue]] and [[maxValue]] to indicate ranges." ; + schema:contributor ; + schema:domainIncludes schema:EngineSpecification ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:totalHistoricalEnrollment a rdf:Property ; + rdfs:label "totalHistoricalEnrollment" ; + rdfs:comment "The total number of students that have enrolled in the history of the course." ; + schema:domainIncludes schema:Course ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:totalJobOpenings a rdf:Property ; + rdfs:label "totalJobOpenings" ; + rdfs:comment "The number of positions open for this job posting. Use a positive integer. Do not use if the number of positions is unclear or not known." ; + schema:domainIncludes schema:JobPosting ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer ; + schema:source . + +schema:totalPaymentDue a rdf:Property ; + rdfs:label "totalPaymentDue" ; + rdfs:comment "The total amount due." ; + schema:domainIncludes schema:Invoice ; + schema:rangeIncludes schema:MonetaryAmount, + schema:PriceSpecification . + +schema:totalPrice a rdf:Property ; + rdfs:label "totalPrice" ; + rdfs:comment "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ; + schema:domainIncludes schema:Reservation, + schema:Ticket ; + schema:rangeIncludes schema:Number, + schema:PriceSpecification, + schema:Text . + +schema:totalTime a rdf:Property ; + rdfs:label "totalTime" ; + rdfs:comment "The total time required to perform instructions or a direction (including time to prepare the supplies), in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ; + schema:domainIncludes schema:HowTo, + schema:HowToDirection ; + schema:rangeIncludes schema:Duration . + +schema:tourBookingPage a rdf:Property ; + rdfs:label "tourBookingPage" ; + rdfs:comment "A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate." ; + schema:domainIncludes schema:Accommodation, + schema:ApartmentComplex, + schema:Place ; + schema:isPartOf ; + schema:rangeIncludes schema:URL ; + schema:source . + +schema:touristType a rdf:Property ; + rdfs:label "touristType" ; + rdfs:comment "Attraction suitable for type(s) of tourist. E.g. children, visitors from a particular country, etc. " ; + schema:contributor , + ; + schema:domainIncludes schema:TouristAttraction, + schema:TouristDestination, + schema:TouristTrip ; + schema:rangeIncludes schema:Audience, + schema:Text . + +schema:trackingNumber a rdf:Property ; + rdfs:label "trackingNumber" ; + rdfs:comment "Shipper tracking number." ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:Text . + +schema:trackingUrl a rdf:Property ; + rdfs:label "trackingUrl" ; + rdfs:comment "Tracking url for the parcel delivery." ; + schema:domainIncludes schema:ParcelDelivery ; + schema:rangeIncludes schema:URL . + +schema:tracks a rdf:Property ; + rdfs:label "tracks" ; + rdfs:comment "A music recording (track)—usually a single song." ; + schema:domainIncludes schema:MusicGroup, + schema:MusicPlaylist ; + schema:rangeIncludes schema:MusicRecording ; + schema:supersededBy schema:track . + +schema:trailer a rdf:Property ; + rdfs:label "trailer" ; + rdfs:comment "The trailer of a movie or TV/radio series, season, episode, etc." ; + schema:domainIncludes schema:CreativeWorkSeason, + schema:Episode, + schema:Movie, + schema:MovieSeries, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGame, + schema:VideoGameSeries ; + schema:rangeIncludes schema:VideoObject . + +schema:trailerWeight a rdf:Property ; + rdfs:label "trailerWeight" ; + rdfs:comment "The permitted weight of a trailer attached to the vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:trainName a rdf:Property ; + rdfs:label "trainName" ; + rdfs:comment "The name of the train (e.g. The Orient Express)." ; + schema:domainIncludes schema:TrainTrip ; + schema:rangeIncludes schema:Text . + +schema:trainNumber a rdf:Property ; + rdfs:label "trainNumber" ; + rdfs:comment "The unique identifier for the train." ; + schema:domainIncludes schema:TrainTrip ; + schema:rangeIncludes schema:Text . + +schema:trainingSalary a rdf:Property ; + rdfs:label "trainingSalary" ; + rdfs:comment "The estimated salary earned while in the program." ; + schema:domainIncludes schema:EducationalOccupationalProgram, + schema:WorkBasedProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:MonetaryAmountDistribution ; + schema:source , + . + +schema:transFatContent a rdf:Property ; + rdfs:label "transFatContent" ; + rdfs:comment "The number of grams of trans fat." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:transcript a rdf:Property ; + rdfs:label "transcript" ; + rdfs:comment "If this MediaObject is an AudioObject or VideoObject, the transcript of that object." ; + schema:domainIncludes schema:AudioObject, + schema:VideoObject ; + schema:rangeIncludes schema:Text . + +schema:transitTime a rdf:Property ; + rdfs:label "transitTime" ; + rdfs:comment """The typical delay the order has been sent for delivery and the goods reach the final customer. + + In the context of [[ShippingDeliveryTime]], use the [[QuantitativeValue]]. Typical properties: minValue, maxValue, unitCode (d for DAY). + + In the context of [[ShippingConditions]], use the [[ServicePeriod]]. It has a duration (as a [[QuantitativeValue]]) and also business days and a cut-off time. +""" ; + schema:domainIncludes schema:ShippingConditions, + schema:ShippingDeliveryTime ; + schema:rangeIncludes schema:QuantitativeValue, + schema:ServicePeriod ; + schema:source , + . + +schema:translator a rdf:Property ; + rdfs:label "translator" ; + rdfs:comment "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event." ; + schema:domainIncludes schema:CreativeWork, + schema:Event ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:transmissionMethod a rdf:Property ; + rdfs:label "transmissionMethod" ; + rdfs:comment "How the disease spreads, either as a route or vector, for example 'direct contact', 'Aedes aegypti', etc." ; + schema:domainIncludes schema:InfectiousDisease ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:travelBans a rdf:Property ; + rdfs:label "travelBans" ; + rdfs:comment "Information about travel bans, e.g. in the context of a pandemic." ; + schema:domainIncludes schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:URL, + schema:WebContent ; + schema:source . + +schema:trialDesign a rdf:Property ; + rdfs:label "trialDesign" ; + rdfs:comment "Specifics about the trial design (enumerated)." ; + schema:domainIncludes schema:MedicalTrial ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalTrialDesign . + +schema:tributary a rdf:Property ; + rdfs:label "tributary" ; + rdfs:comment "The anatomical or organ system that the vein flows into; a larger structure that the vein connects to." ; + schema:domainIncludes schema:Vein ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure . + +schema:tripOrigin a rdf:Property ; + rdfs:label "tripOrigin" ; + rdfs:comment "The location of origin of the trip, prior to any destination(s)." ; + schema:domainIncludes schema:Trip ; + schema:rangeIncludes schema:Place . + +schema:typeOfBed a rdf:Property ; + rdfs:label "typeOfBed" ; + rdfs:comment "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity." ; + schema:contributor ; + schema:domainIncludes schema:BedDetails ; + schema:rangeIncludes schema:BedType, + schema:Text . + +schema:typeOfGood a rdf:Property ; + rdfs:label "typeOfGood" ; + rdfs:comment "The product that this structured value is referring to." ; + schema:contributor ; + schema:domainIncludes schema:OwnershipInfo, + schema:TypeAndQuantityNode ; + schema:rangeIncludes schema:Product, + schema:Service . + +schema:typicalAgeRange a rdf:Property ; + rdfs:label "typicalAgeRange" ; + rdfs:comment "The typical expected age range, e.g. '7-9', '11-'." ; + schema:domainIncludes schema:CreativeWork, + schema:Event ; + schema:rangeIncludes schema:Text . + +schema:typicalCreditsPerTerm a rdf:Property ; + rdfs:label "typicalCreditsPerTerm" ; + rdfs:comment "The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution." ; + schema:domainIncludes schema:EducationalOccupationalProgram ; + schema:isPartOf ; + schema:rangeIncludes schema:Integer, + schema:StructuredValue ; + schema:source . + +schema:typicalTest a rdf:Property ; + rdfs:label "typicalTest" ; + rdfs:comment "A medical test typically performed given this condition." ; + schema:domainIncludes schema:MedicalCondition ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalTest . + +schema:underName a rdf:Property ; + rdfs:label "underName" ; + rdfs:comment "The person or organization the reservation or ticket is for." ; + schema:domainIncludes schema:Reservation, + schema:Ticket ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:unitCode a rdf:Property ; + rdfs:label "unitCode" ; + rdfs:comment "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon." ; + schema:contributor ; + schema:domainIncludes schema:PropertyValue, + schema:QuantitativeValue, + schema:TypeAndQuantityNode, + schema:UnitPriceSpecification ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:unitText a rdf:Property ; + rdfs:label "unitText" ; + rdfs:comment """A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for +unitCode.""" ; + schema:domainIncludes schema:PropertyValue, + schema:QuantitativeValue, + schema:TypeAndQuantityNode, + schema:UnitPriceSpecification ; + schema:rangeIncludes schema:Text . + +schema:unnamedSourcesPolicy a rdf:Property ; + rdfs:label "unnamedSourcesPolicy" ; + rdfs:comment "For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization, + schema:Organization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:unsaturatedFatContent a rdf:Property ; + rdfs:label "unsaturatedFatContent" ; + rdfs:comment "The number of grams of unsaturated fat." ; + schema:domainIncludes schema:NutritionInformation ; + schema:rangeIncludes schema:Mass . + +schema:uploadDate a rdf:Property ; + rdfs:label "uploadDate" ; + rdfs:comment "Date (including time if available) when this media object was uploaded to this site." ; + schema:domainIncludes schema:MediaObject ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:upvoteCount a rdf:Property ; + rdfs:label "upvoteCount" ; + rdfs:comment "The number of upvotes this question, answer or comment has received from the community." ; + schema:domainIncludes schema:Comment ; + schema:rangeIncludes schema:Integer . + +schema:url a rdf:Property ; + rdfs:label "url" ; + rdfs:comment "URL of the item." ; + owl:equivalentProperty og:url ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:URL . + +schema:urlTemplate a rdf:Property ; + rdfs:label "urlTemplate" ; + rdfs:comment "An url template (RFC6570) that will be used to construct the target of the execution of the action." ; + schema:domainIncludes schema:EntryPoint ; + schema:rangeIncludes schema:Text . + +schema:usNPI a rdf:Property ; + rdfs:label "usNPI" ; + rdfs:comment """A National Provider Identifier (NPI) + is a unique 10-digit identification number issued to health care providers in the United States by the Centers for Medicare and Medicaid Services.""" ; + rdfs:subPropertyOf schema:identifier ; + schema:domainIncludes schema:Physician ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:usedToDiagnose a rdf:Property ; + rdfs:label "usedToDiagnose" ; + rdfs:comment "A condition the test is used to diagnose." ; + schema:domainIncludes schema:MedicalTest ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalCondition . + +schema:userInteractionCount a rdf:Property ; + rdfs:label "userInteractionCount" ; + rdfs:comment "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." ; + schema:domainIncludes schema:InteractionCounter ; + schema:rangeIncludes schema:Integer . + +schema:usesDevice a rdf:Property ; + rdfs:label "usesDevice" ; + rdfs:comment "Device used to perform the test." ; + schema:domainIncludes schema:MedicalTest ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalDevice . + +schema:usesHealthPlanIdStandard a rdf:Property ; + rdfs:label "usesHealthPlanIdStandard" ; + rdfs:comment "The standard for interpreting the Plan ID. The preferred is \"HIOS\". See the Centers for Medicare & Medicaid Services for more details." ; + schema:domainIncludes schema:HealthInsurancePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:utterances a rdf:Property ; + rdfs:label "utterances" ; + rdfs:comment "Text of an utterances (spoken words, lyrics etc.) that occurs at a certain section of a media object, represented as a [[HyperTocEntry]]." ; + schema:domainIncludes schema:HyperTocEntry ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:validFor a rdf:Property ; + rdfs:label "validFor" ; + rdfs:comment "The duration of validity of a permit or similar thing." ; + schema:domainIncludes schema:Credential, + schema:Permit ; + schema:rangeIncludes schema:Duration ; + schema:source . + +schema:validForMemberTier a rdf:Property ; + rdfs:label "validForMemberTier" ; + rdfs:comment "The membership program tier(s) an Offer (or a PriceSpecification, OfferShippingDetails, or MerchantReturnPolicy under an Offer) is valid for." ; + schema:domainIncludes schema:MerchantReturnPolicy, + schema:Offer, + schema:OfferShippingDetails, + schema:PriceSpecification, + schema:ShippingService ; + schema:isPartOf ; + schema:rangeIncludes schema:MemberProgramTier ; + schema:source , + . + +schema:validFrom a rdf:Property ; + rdfs:label "validFrom" ; + rdfs:comment "The date when the item becomes valid." ; + owl:equivalentProperty cmns-dt:hasStartDate ; + schema:contributor ; + schema:domainIncludes schema:Certification, + schema:Demand, + schema:FinancialIncentive, + schema:LocationFeatureSpecification, + schema:MonetaryAmount, + schema:Offer, + schema:OpeningHoursSpecification, + schema:Permit, + schema:PriceSpecification ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:validIn a rdf:Property ; + rdfs:label "validIn" ; + rdfs:comment "The geographic area where the item is valid. Applies for example to a [[Permit]], a [[Certification]], or an [[EducationalOccupationalCredential]]. " ; + schema:domainIncludes schema:Certification, + schema:Credential, + schema:Permit ; + schema:rangeIncludes schema:AdministrativeArea ; + schema:source . + +schema:validThrough a rdf:Property ; + rdfs:label "validThrough" ; + rdfs:comment "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours." ; + owl:equivalentProperty cmns-dt:hasEndDate ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:FinancialIncentive, + schema:JobPosting, + schema:LocationFeatureSpecification, + schema:MonetaryAmount, + schema:Offer, + schema:OpeningHoursSpecification, + schema:PriceSpecification ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:validUntil a rdf:Property ; + rdfs:label "validUntil" ; + rdfs:comment "The date when the item is no longer valid." ; + schema:domainIncludes schema:Permit ; + schema:rangeIncludes schema:Date . + +schema:value a rdf:Property ; + rdfs:label "value" ; + rdfs:comment "The value of a [[QuantitativeValue]] (including [[Observation]]) or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ; + schema:contributor ; + schema:domainIncludes schema:MonetaryAmount, + schema:PropertyValue, + schema:QuantitativeValue ; + schema:rangeIncludes schema:Boolean, + schema:Number, + schema:StructuredValue, + schema:Text . + +schema:valueAddedTaxIncluded a rdf:Property ; + rdfs:label "valueAddedTaxIncluded" ; + rdfs:comment "Specifies whether the applicable value-added tax (VAT) is included in the price specification or not." ; + schema:contributor ; + schema:domainIncludes schema:PriceSpecification ; + schema:rangeIncludes schema:Boolean . + +schema:valueMaxLength a rdf:Property ; + rdfs:label "valueMaxLength" ; + rdfs:comment "Specifies the allowed range for number of characters in a literal value." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Number . + +schema:valueMinLength a rdf:Property ; + rdfs:label "valueMinLength" ; + rdfs:comment "Specifies the minimum allowed range for number of characters in a literal value." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Number . + +schema:valueName a rdf:Property ; + rdfs:label "valueName" ; + rdfs:comment "Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Text . + +schema:valuePattern a rdf:Property ; + rdfs:label "valuePattern" ; + rdfs:comment "Specifies a regular expression for testing literal values according to the HTML spec." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Text . + +schema:valueReference a rdf:Property ; + rdfs:label "valueReference" ; + rdfs:comment "A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement." ; + schema:contributor ; + schema:domainIncludes schema:PropertyValue, + schema:QualitativeValue, + schema:QuantitativeValue ; + schema:rangeIncludes schema:DefinedTerm, + schema:Enumeration, + schema:MeasurementTypeEnumeration, + schema:PropertyValue, + schema:QualitativeValue, + schema:QuantitativeValue, + schema:StructuredValue, + schema:Text . + +schema:valueRequired a rdf:Property ; + rdfs:label "valueRequired" ; + rdfs:comment "Whether the property must be filled in to complete the action. Default is false." ; + schema:domainIncludes schema:PropertyValueSpecification ; + schema:rangeIncludes schema:Boolean . + +schema:variableMeasured a rdf:Property ; + rdfs:label "variableMeasured" ; + rdfs:comment "The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue, or more explicitly as a [[StatisticalVariable]]." ; + schema:domainIncludes schema:Dataset, + schema:Observation ; + schema:isPartOf ; + schema:rangeIncludes schema:Property, + schema:PropertyValue, + schema:StatisticalVariable, + schema:Text ; + schema:source . + +schema:variantCover a rdf:Property ; + rdfs:label "variantCover" ; + rdfs:comment """A description of the variant cover + for the issue, if the issue is a variant printing. For example, "Bryan Hitch + Variant Cover" or "2nd Printing Variant".""" ; + schema:domainIncludes schema:ComicIssue ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:variesBy a rdf:Property ; + rdfs:label "variesBy" ; + rdfs:comment "Indicates the property or properties by which the variants in a [[ProductGroup]] vary, e.g. their size, color etc. Schema.org properties can be referenced by their short name e.g. \"color\"; terms defined elsewhere can be referenced with their URIs." ; + schema:domainIncludes schema:ProductGroup ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text ; + schema:source . + +schema:vatID a rdf:Property ; + rdfs:label "vatID" ; + rdfs:comment "The value-added Tax ID of the organization or person with national prefix (for example IT123456789). Can also be described as [[iso6523Code]] with proper prefix." ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Text . + +schema:vehicleConfiguration a rdf:Property ; + rdfs:label "vehicleConfiguration" ; + rdfs:comment "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Text . + +schema:vehicleEngine a rdf:Property ; + rdfs:label "vehicleEngine" ; + rdfs:comment "Information about the engine or engines of the vehicle." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:EngineSpecification . + +schema:vehicleIdentificationNumber a rdf:Property ; + rdfs:label "vehicleIdentificationNumber" ; + rdfs:comment "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles." ; + rdfs:subPropertyOf schema:serialNumber ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Text . + +schema:vehicleInteriorColor a rdf:Property ; + rdfs:label "vehicleInteriorColor" ; + rdfs:comment "The color or color combination of the interior of the vehicle." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Text . + +schema:vehicleInteriorType a rdf:Property ; + rdfs:label "vehicleInteriorType" ; + rdfs:comment "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Text . + +schema:vehicleModelDate a rdf:Property ; + rdfs:label "vehicleModelDate" ; + rdfs:comment "The release date of a vehicle model (often used to differentiate versions of the same make and model)." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Date . + +schema:vehicleSeatingCapacity a rdf:Property ; + rdfs:label "vehicleSeatingCapacity" ; + rdfs:comment "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.\\n\\nTypical unit code(s): C62 for persons." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:Number, + schema:QuantitativeValue . + +schema:vehicleSpecialUsage a rdf:Property ; + rdfs:label "vehicleSpecialUsage" ; + rdfs:comment "Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:CarUsageType, + schema:Text . + +schema:vehicleTransmission a rdf:Property ; + rdfs:label "vehicleTransmission" ; + rdfs:comment "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars)." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:rangeIncludes schema:QualitativeValue, + schema:Text, + schema:URL . + +schema:vendor a rdf:Property ; + rdfs:label "vendor" ; + rdfs:comment "'vendor' is an earlier term for 'seller'." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:BuyAction ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:supersededBy schema:seller . + +schema:verificationFactCheckingPolicy a rdf:Property ; + rdfs:label "verificationFactCheckingPolicy" ; + rdfs:comment "Disclosure about verification and fact-checking processes for a [[NewsMediaOrganization]] or other fact-checking [[Organization]]." ; + rdfs:subPropertyOf schema:publishingPrinciples ; + schema:contributor ; + schema:domainIncludes schema:NewsMediaOrganization ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:version a rdf:Property ; + rdfs:label "version" ; + rdfs:comment "The version of the CreativeWork embodied by a specified resource." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:video a rdf:Property ; + rdfs:label "video" ; + rdfs:comment "An embedded video object." ; + owl:equivalentProperty og:video ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Clip, + schema:VideoObject . + +schema:videoFormat a rdf:Property ; + rdfs:label "videoFormat" ; + rdfs:comment "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.)." ; + schema:domainIncludes schema:BroadcastEvent, + schema:BroadcastService, + schema:ScreeningEvent ; + schema:rangeIncludes schema:Text . + +schema:videoFrameSize a rdf:Property ; + rdfs:label "videoFrameSize" ; + rdfs:comment "The frame size of the video." ; + schema:domainIncludes schema:VideoObject ; + schema:rangeIncludes schema:Text . + +schema:videoQuality a rdf:Property ; + rdfs:label "videoQuality" ; + rdfs:comment "The quality of the video." ; + schema:domainIncludes schema:VideoObject ; + schema:rangeIncludes schema:Text . + +schema:volumeNumber a rdf:Property ; + rdfs:label "volumeNumber" ; + rdfs:comment "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\"." ; + rdfs:subPropertyOf schema:position ; + owl:equivalentProperty bibo:volume ; + schema:contributor ; + schema:domainIncludes schema:PublicationVolume ; + schema:rangeIncludes schema:Integer, + schema:Text . + +schema:warning a rdf:Property ; + rdfs:label "warning" ; + rdfs:comment "Any FDA or other warnings about the drug (text or URL)." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:warrantyPromise a rdf:Property ; + rdfs:label "warrantyPromise" ; + rdfs:comment "The warranty promise(s) included in the offer." ; + schema:domainIncludes schema:BuyAction, + schema:SellAction ; + schema:rangeIncludes schema:WarrantyPromise ; + schema:supersededBy schema:warranty . + +schema:warrantyScope a rdf:Property ; + rdfs:label "warrantyScope" ; + rdfs:comment "The scope of the warranty promise." ; + schema:contributor ; + schema:domainIncludes schema:WarrantyPromise ; + schema:rangeIncludes schema:WarrantyScope . + +schema:webCheckinTime a rdf:Property ; + rdfs:label "webCheckinTime" ; + rdfs:comment "The time when a passenger can check into the flight online." ; + schema:domainIncludes schema:Flight ; + schema:rangeIncludes schema:DateTime . + +schema:webFeed a rdf:Property ; + rdfs:label "webFeed" ; + rdfs:comment "The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom." ; + schema:domainIncludes schema:PodcastSeries, + schema:SpecialAnnouncement ; + schema:isPartOf ; + schema:rangeIncludes schema:DataFeed, + schema:URL ; + schema:source . + +schema:weight a rdf:Property ; + rdfs:label "weight" ; + rdfs:comment "The weight of the product or person." ; + schema:contributor ; + schema:domainIncludes schema:OfferShippingDetails, + schema:Person, + schema:Product, + schema:ShippingConditions, + schema:VisualArtwork ; + schema:rangeIncludes schema:Mass, + schema:QuantitativeValue ; + schema:source . + +schema:weightPercentage a rdf:Property ; + rdfs:label "weightPercentage" ; + rdfs:comment "Value representing the fraction of the weight that is used to compute the shipping price. Example: 0.10 and a shipping weight of 15kg would add $1.5 to the order price, where the $ is the currency of the order." ; + schema:domainIncludes schema:ShippingRateSettings ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:weightTotal a rdf:Property ; + rdfs:label "weightTotal" ; + rdfs:comment "The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:wheelbase a rdf:Property ; + rdfs:label "wheelbase" ; + rdfs:comment "The distance between the centers of the front and rear wheels.\\n\\nTypical unit code(s): CMT for centimeters, MTR for meters, INH for inches, FOT for foot/feet." ; + schema:contributor ; + schema:domainIncludes schema:Vehicle ; + schema:isPartOf ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:width a rdf:Property ; + rdfs:label "width" ; + rdfs:comment "The width of the item." ; + schema:domainIncludes schema:MediaObject, + schema:OfferShippingDetails, + schema:Product, + schema:ShippingConditions, + schema:VisualArtwork ; + schema:rangeIncludes schema:Distance, + schema:QuantitativeValue ; + schema:source . + +schema:winner a rdf:Property ; + rdfs:label "winner" ; + rdfs:comment "A sub property of participant. The winner of the action." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:LoseAction ; + schema:rangeIncludes schema:Person . + +schema:wordCount a rdf:Property ; + rdfs:label "wordCount" ; + rdfs:comment "The number of words in the text of the CreativeWork such as an Article, Book, etc." ; + schema:domainIncludes schema:Article, + schema:CreativeWork ; + schema:rangeIncludes schema:Integer . + +schema:workHours a rdf:Property ; + rdfs:label "workHours" ; + rdfs:comment "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm)." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Text . + +schema:workLocation a rdf:Property ; + rdfs:label "workLocation" ; + rdfs:comment "A contact location for a person's place of work." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:ContactPoint, + schema:Place . + +schema:workPerformed a rdf:Property ; + rdfs:label "workPerformed" ; + rdfs:comment "A work performed in some event, for example a play performed in a TheaterEvent." ; + rdfs:subPropertyOf schema:workFeatured ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:CreativeWork . + +schema:workPresented a rdf:Property ; + rdfs:label "workPresented" ; + rdfs:comment "The movie presented during this event." ; + rdfs:subPropertyOf schema:workFeatured ; + schema:domainIncludes schema:ScreeningEvent ; + schema:rangeIncludes schema:Movie . + +schema:workload a rdf:Property ; + rdfs:label "workload" ; + rdfs:comment "Quantitative measure of the physiologic output of the exercise; also referred to as energy expenditure." ; + schema:domainIncludes schema:ExercisePlan ; + schema:isPartOf ; + schema:rangeIncludes schema:Energy, + schema:QuantitativeValue . + +schema:worksFor a rdf:Property ; + rdfs:label "worksFor" ; + rdfs:comment "Organizations that the person works for." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Organization . + +schema:worstRating a rdf:Property ; + rdfs:label "worstRating" ; + rdfs:comment "The lowest value allowed in this rating system." ; + schema:domainIncludes schema:Rating ; + schema:rangeIncludes schema:Number, + schema:Text . + +schema:xpath a rdf:Property ; + rdfs:label "xpath" ; + rdfs:comment "An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\"." ; + schema:domainIncludes schema:SpeakableSpecification, + schema:WebPageElement ; + schema:rangeIncludes schema:XPathType ; + schema:source . + +schema:yearBuilt a rdf:Property ; + rdfs:label "yearBuilt" ; + rdfs:comment "The year an [[Accommodation]] was constructed. This corresponds to the [YearBuilt field in RESO](https://ddwiki.reso.org/display/DDW17/YearBuilt+Field). " ; + schema:domainIncludes schema:Accommodation ; + schema:isPartOf ; + schema:rangeIncludes schema:Number ; + schema:source . + +schema:yearlyRevenue a rdf:Property ; + rdfs:label "yearlyRevenue" ; + rdfs:comment "The size of the business in annual revenue." ; + schema:domainIncludes schema:BusinessAudience ; + schema:rangeIncludes schema:QuantitativeValue . + +schema:yearsInOperation a rdf:Property ; + rdfs:label "yearsInOperation" ; + rdfs:comment "The age of the business." ; + schema:domainIncludes schema:BusinessAudience ; + schema:rangeIncludes schema:QuantitativeValue . + +og:description a rdf:Property . + +og:image a rdf:Property . + +og:title a rdf:Property . + +og:url a rdf:Property . + +og:video a rdf:Property . + +dct:audience a rdf:Property . + +dct:contributor a rdf:Property . + +dct:creator a rdf:Property . + +dct:description a rdf:Property . + +dct:identifier a rdf:Property . + +dct:language a rdf:Property . + +dct:publisher a rdf:Property . + +dct:subject a rdf:Property . + +dct:temporal a rdf:Property . + +dct:title a rdf:Property . + +bibo:isbn a rdf:Property . + +bibo:issn a rdf:Property . + +bibo:issue a rdf:Property . + +bibo:pageEnd a rdf:Property . + +bibo:pageStart a rdf:Property . + +bibo:pages a rdf:Property . + +bibo:volume a rdf:Property . + +mo:label a rdf:Property . + +unece:ApplicableCertificate a rdf:Property . + +unece:BillingAddress a rdf:Property . + +unece:CertificateIdentifier a rdf:Property . + +unece:DespatchLocation a rdf:Property . + +unece:EffectiveEndDateTime a rdf:Property . + +unece:IncludedConsignmentItem a rdf:Property . + +unece:InspectionDateTime a rdf:Property . + +unece:LineItemIdentifier a rdf:Property . + +unece:ModelName a rdf:Property . + +unece:OrderDate a rdf:Property . + +unece:OrderIdentifier a rdf:Property . + +unece:PaymentMeansID a rdf:Property . + +unece:PriceTypeCode a rdf:Property . + +unece:ProcessingCountry a rdf:Property . + +unece:ProductAvailabilityDate a rdf:Property . + +unece:ProductionDate a rdf:Property . + +unece:PromotionalMessage a rdf:Property . + +unece:ReferencedOrder a rdf:Property . + +unece:RelatedProduct a rdf:Property . + +unece:Seller a rdf:Property . + +unece:SerialId a rdf:Property . + +unece:ServiceProvider a rdf:Property . + +unece:ShipToAddress a rdf:Property . + +unece:SubstituteProduct a rdf:Property . + +unece:billingPeriod a rdf:Property . + +unece:brandName a rdf:Property . + +unece:colourDescription a rdf:Property . + +unece:dUNSId a rdf:Property . + +unece:finalAssemblyCountry a rdf:Property . + +unece:gLNId a rdf:Property . + +unece:gTINId a rdf:Property . + +unece:logoReferencedDocument a rdf:Property . + +unece:manufacturerAssignedId a rdf:Property . + +unece:manufacturerParty a rdf:Property . + +unece:nSNId a rdf:Property . + +unece:orderQuantity a rdf:Property . + +unece:originCountry a rdf:Property . + +unece:postOfficeBox a rdf:Property . + +unece:postcodeCode a rdf:Property . + +unece:printDesignDescription a rdf:Property . + +unece:sellerAssignedId a rdf:Property . + +unece:sizeDescription a rdf:Property . + +unece:variantId a rdf:Property . + +rdf:type a rdf:Property . + +rdfs:label a rdf:Property . + +skos:broader a rdf:Property . + +gs1:address a rdf:Property . + +gs1:addressLocality a rdf:Property . + +gs1:availableLanguage a rdf:Property . + +gs1:contactPoint a rdf:Property . + +gs1:contactType a rdf:Property . + +gs1:description a rdf:Property . + +gs1:email a rdf:Property . + +gs1:faxNumber a rdf:Property . + +gs1:globalLocationNumber a rdf:Property . + +gs1:gtin a rdf:Property . + +gs1:manufacturer a rdf:Property . + +gs1:organizationFormationDate a rdf:Property . + +gs1:organizationLegalName a rdf:Property . + +gs1:organizationTerminationDate a rdf:Property . + +gs1:owns a rdf:Property . + +gs1:parentOrganization a rdf:Property . + +gs1:postOfficeBoxNumber a rdf:Property . + +gs1:postalCode a rdf:Property . + +gs1:streetAddress a rdf:Property . + +gs1:subOrganization a rdf:Property . + +gs1:telephone a rdf:Property . + +schema:Dermatology a schema:MedicalSpecialty ; + rdfs:label "Dermatology" ; + rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of skin." ; + rdfs:subClassOf schema:MedicalBusiness ; + schema:isPartOf . + +schema:actionApplication a rdf:Property ; + rdfs:label "actionApplication" ; + rdfs:comment "An application that can complete the request." ; + schema:domainIncludes schema:EntryPoint ; + schema:rangeIncludes schema:SoftwareApplication . + +schema:actionOption a rdf:Property ; + rdfs:label "actionOption" ; + rdfs:comment "A sub property of object. The options subject to this action." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:ChooseAction ; + schema:rangeIncludes schema:Text, + schema:Thing . + +schema:album a rdf:Property ; + rdfs:label "album" ; + rdfs:comment "A music album." ; + schema:domainIncludes schema:MusicGroup ; + schema:rangeIncludes schema:MusicAlbum . + +schema:albumRelease a rdf:Property ; + rdfs:label "albumRelease" ; + rdfs:comment "A release of this album." ; + schema:domainIncludes schema:MusicAlbum ; + schema:inverseOf schema:releaseOf ; + schema:rangeIncludes schema:MusicRelease . + +schema:alternateName a rdf:Property ; + rdfs:label "alternateName" ; + rdfs:comment "An alias for the item." ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:Text . + +schema:alumni a rdf:Property ; + rdfs:label "alumni" ; + rdfs:comment "Alumni of an organization." ; + schema:domainIncludes schema:EducationalOrganization, + schema:Organization ; + schema:inverseOf schema:alumniOf ; + schema:rangeIncludes schema:Person . + +schema:alumniOf a rdf:Property ; + rdfs:label "alumniOf" ; + rdfs:comment "An organization that the person is an alumni of." ; + schema:domainIncludes schema:Person ; + schema:inverseOf schema:alumni ; + schema:rangeIncludes schema:EducationalOrganization, + schema:Organization . + +schema:archiveHeld a rdf:Property ; + rdfs:label "archiveHeld"@en ; + rdfs:comment "Collection, [fonds](https://en.wikipedia.org/wiki/Fonds), or item held, kept or maintained by an [[ArchiveOrganization]]."@en ; + schema:domainIncludes schema:ArchiveOrganization ; + schema:inverseOf schema:holdingArchive ; + schema:isPartOf ; + schema:rangeIncludes schema:ArchiveComponent ; + schema:source . + +schema:arterialBranch a rdf:Property ; + rdfs:label "arterialBranch" ; + rdfs:comment "The branches that comprise the arterial structure." ; + schema:domainIncludes schema:Artery ; + schema:isPartOf ; + schema:rangeIncludes schema:AnatomicalStructure . + +schema:artworkSurface a rdf:Property ; + rdfs:label "artworkSurface" ; + rdfs:comment "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc." ; + schema:domainIncludes schema:VisualArtwork ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:attendee a rdf:Property ; + rdfs:label "attendee" ; + rdfs:comment "A person or organization attending the event." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:audience a rdf:Property ; + rdfs:label "audience" ; + rdfs:comment "An intended audience, i.e. a group for whom something was created." ; + owl:equivalentProperty dct:audience ; + schema:domainIncludes schema:CreativeWork, + schema:Event, + schema:LodgingBusiness, + schema:PlayAction, + schema:Product, + schema:Service ; + schema:rangeIncludes schema:Audience . + +schema:availableOnDevice a rdf:Property ; + rdfs:label "availableOnDevice" ; + rdfs:comment "Device required to run the application. Used in cases where a specific make/model is required to run the application." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:Text . + +schema:award a rdf:Property ; + rdfs:label "award" ; + rdfs:comment "An award won by or for this item." ; + schema:domainIncludes schema:CreativeWork, + schema:Organization, + schema:Person, + schema:Product, + schema:Service ; + schema:rangeIncludes schema:Text . + +schema:blogPost a rdf:Property ; + rdfs:label "blogPost" ; + rdfs:comment "A posting that is part of this blog." ; + schema:domainIncludes schema:Blog ; + schema:rangeIncludes schema:BlogPosting . + +schema:broker a rdf:Property ; + rdfs:label "broker" ; + rdfs:comment "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred." ; + schema:domainIncludes schema:Invoice, + schema:Order, + schema:Reservation, + schema:Service ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:caption a rdf:Property ; + rdfs:label "caption" ; + rdfs:comment "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the [[encodingFormat]]." ; + schema:domainIncludes schema:AudioObject, + schema:ImageObject, + schema:VideoObject ; + schema:rangeIncludes schema:MediaObject, + schema:Text . + +schema:category a rdf:Property ; + rdfs:label "category" ; + rdfs:comment "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy." ; + schema:domainIncludes schema:ActionAccessSpecification, + schema:Guide, + schema:Invoice, + schema:Offer, + schema:PhysicalActivity, + schema:Product, + schema:Recommendation, + schema:Service, + schema:SpecialAnnouncement ; + schema:rangeIncludes schema:CategoryCode, + schema:PhysicalActivityCategory, + schema:Text, + schema:Thing, + schema:URL ; + schema:source , + . + +schema:cause a rdf:Property ; + rdfs:label "cause" ; + rdfs:comment "The cause of a medical condition." ; + schema:domainIncludes schema:MedicalCondition ; + schema:inverseOf schema:causeOf ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalCause . + +schema:causeOf a rdf:Property ; + rdfs:label "causeOf" ; + rdfs:comment "The condition, complication, symptom, sign, etc. caused." ; + schema:domainIncludes schema:MedicalCause ; + schema:inverseOf schema:cause ; + schema:isPartOf ; + schema:rangeIncludes schema:MedicalEntity . + +schema:childTaxon a rdf:Property ; + rdfs:label "childTaxon" ; + rdfs:comment "Closest child taxa of the taxon in question." ; + schema:domainIncludes schema:Taxon ; + schema:inverseOf schema:parentTaxon ; + schema:isPartOf ; + schema:rangeIncludes schema:Taxon, + schema:Text, + schema:URL ; + schema:source . + +schema:clinicalPharmacology a rdf:Property ; + rdfs:label "clinicalPharmacology" ; + rdfs:comment "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD)." ; + schema:domainIncludes schema:Drug ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:codeSampleType a rdf:Property ; + rdfs:label "codeSampleType" ; + rdfs:comment "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template." ; + schema:domainIncludes schema:SoftwareSourceCode ; + schema:rangeIncludes schema:Text . + +schema:colleague a rdf:Property ; + rdfs:label "colleague" ; + rdfs:comment "A colleague of the person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person, + schema:URL . + +schema:contactPoint a rdf:Property ; + rdfs:label "contactPoint" ; + rdfs:comment "A contact point for a person or organization." ; + owl:equivalentProperty gs1:contactPoint, + fibo-fnd-org-org:hasContactPoint ; + schema:domainIncludes schema:HealthInsurancePlan, + schema:Organization, + schema:Person ; + schema:rangeIncludes schema:ContactPoint . + +schema:containsPlace a rdf:Property ; + rdfs:label "containsPlace" ; + rdfs:comment "The basic containment relation between a place and another that it contains." ; + schema:domainIncludes schema:Place ; + schema:inverseOf schema:containedInPlace ; + schema:rangeIncludes schema:Place . + +schema:containsSeason a rdf:Property ; + rdfs:label "containsSeason" ; + rdfs:comment "A season that is part of the media series." ; + rdfs:subPropertyOf schema:hasPart ; + schema:domainIncludes schema:RadioSeries, + schema:TVSeries, + schema:VideoGameSeries ; + schema:rangeIncludes schema:CreativeWorkSeason . + +schema:contentLocation a rdf:Property ; + rdfs:label "contentLocation" ; + rdfs:comment "The location depicted or described in the content. For example, the location in a photograph or painting." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Place . + +schema:creator a rdf:Property ; + rdfs:label "creator" ; + rdfs:comment "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." ; + owl:equivalentProperty dct:creator ; + schema:domainIncludes schema:CreativeWork, + schema:UserComments ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:dataset a rdf:Property ; + rdfs:label "dataset" ; + rdfs:comment "A dataset contained in this catalog." ; + schema:domainIncludes schema:DataCatalog ; + schema:inverseOf schema:includedInDataCatalog ; + schema:rangeIncludes schema:Dataset . + +schema:dateCreated a rdf:Property ; + rdfs:label "dateCreated" ; + rdfs:comment "The date on which the CreativeWork was created or the item was added to a DataFeed." ; + schema:domainIncludes schema:CreativeWork, + schema:DataFeedItem ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:director a rdf:Property ; + rdfs:label "director" ; + rdfs:comment "A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." ; + schema:domainIncludes schema:Clip, + schema:CreativeWorkSeason, + schema:Episode, + schema:Event, + schema:Movie, + schema:MovieSeries, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGame, + schema:VideoGameSeries, + schema:VideoObject ; + schema:rangeIncludes schema:Person . + +schema:employee a rdf:Property ; + rdfs:label "employee" ; + rdfs:comment "Someone working for this organization." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Person . + +schema:encodesBioChemEntity a rdf:Property ; + rdfs:label "encodesBioChemEntity" ; + rdfs:comment "Another BioChemEntity encoded by this one. " ; + schema:domainIncludes schema:Gene ; + schema:inverseOf schema:isEncodedByBioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:BioChemEntity ; + schema:source . + +schema:encodesCreativeWork a rdf:Property ; + rdfs:label "encodesCreativeWork" ; + rdfs:comment "The CreativeWork encoded by this media object." ; + schema:domainIncludes schema:MediaObject ; + schema:inverseOf schema:encoding ; + schema:rangeIncludes schema:CreativeWork . + +schema:encodingFormat a rdf:Property ; + rdfs:label "encodingFormat" ; + rdfs:comment """Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc. + +In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information. + +Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.""" ; + schema:domainIncludes schema:CreativeWork, + schema:MediaObject ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:endDate a rdf:Property ; + rdfs:label "endDate" ; + rdfs:comment "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601))." ; + owl:equivalentProperty cmns-dt:hasEndDate ; + schema:domainIncludes schema:CreativeWorkSeason, + schema:CreativeWorkSeries, + schema:DatedMoneySpecification, + schema:EducationalOccupationalProgram, + schema:Event, + schema:MerchantReturnPolicySeasonalOverride, + schema:Role, + schema:Schedule ; + schema:rangeIncludes schema:Date, + schema:DateTime ; + schema:source . + +schema:episode a rdf:Property ; + rdfs:label "episode" ; + rdfs:comment "An episode of a TV, radio or game media within a series or season." ; + rdfs:subPropertyOf schema:hasPart ; + schema:domainIncludes schema:CreativeWorkSeason, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGameSeries ; + schema:rangeIncludes schema:Episode . + +schema:event a rdf:Property ; + rdfs:label "event" ; + rdfs:comment "Upcoming or past event associated with this place, organization, or action." ; + schema:domainIncludes schema:InformAction, + schema:InviteAction, + schema:JoinAction, + schema:LeaveAction, + schema:Organization, + schema:Place, + schema:PlayAction ; + schema:rangeIncludes schema:Event . + +schema:exampleOfWork a rdf:Property ; + rdfs:label "exampleOfWork" ; + rdfs:comment "A creative work that this work is an example/instance/realization/derivation of." ; + schema:contributor ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:workExample ; + schema:rangeIncludes schema:CreativeWork . + +schema:executableLibraryName a rdf:Property ; + rdfs:label "executableLibraryName" ; + rdfs:comment "Library file name, e.g., mscorlib.dll, system.web.dll." ; + schema:domainIncludes schema:APIReference ; + schema:rangeIncludes schema:Text . + +schema:exerciseCourse a rdf:Property ; + rdfs:label "exerciseCourse" ; + rdfs:comment "A sub property of location. The course where this action was taken." ; + rdfs:subPropertyOf schema:location ; + schema:domainIncludes schema:ExerciseAction ; + schema:rangeIncludes schema:Place . + +schema:founder a rdf:Property ; + rdfs:label "founder" ; + rdfs:comment "A person or organization who founded this organization." ; + schema:domainIncludes schema:Organization ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:frequency a rdf:Property ; + rdfs:label "frequency" ; + rdfs:comment "How often the dose is taken, e.g. 'daily'." ; + schema:domainIncludes schema:DoseSchedule ; + schema:isPartOf ; + schema:rangeIncludes schema:Text . + +schema:fundedItem a rdf:Property ; + rdfs:label "fundedItem" ; + rdfs:comment "Indicates something directly or indirectly funded or sponsored through a [[Grant]]. See also [[ownershipFundingInfo]]." ; + schema:contributor ; + schema:domainIncludes schema:Grant ; + schema:inverseOf schema:funding ; + schema:isPartOf ; + schema:rangeIncludes schema:BioChemEntity, + schema:CreativeWork, + schema:Event, + schema:MedicalEntity, + schema:Organization, + schema:Person, + schema:Product ; + schema:source , + . + +schema:funding a rdf:Property ; + rdfs:label "funding" ; + rdfs:comment "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]." ; + schema:contributor ; + schema:domainIncludes schema:BioChemEntity, + schema:CreativeWork, + schema:Event, + schema:MedicalEntity, + schema:Organization, + schema:Person, + schema:Product ; + schema:inverseOf schema:fundedItem ; + schema:isPartOf ; + schema:rangeIncludes schema:Grant ; + schema:source . + +schema:game a rdf:Property ; + rdfs:label "game" ; + rdfs:comment "Video game which is played on this server." ; + schema:domainIncludes schema:GameServer ; + schema:inverseOf schema:gameServer ; + schema:rangeIncludes schema:VideoGame . + +schema:gameServer a rdf:Property ; + rdfs:label "gameServer" ; + rdfs:comment "The server on which it is possible to play the game." ; + schema:domainIncludes schema:VideoGame ; + schema:inverseOf schema:game ; + schema:rangeIncludes schema:GameServer . + +schema:genre a rdf:Property ; + rdfs:label "genre" ; + rdfs:comment "Genre of the creative work, broadcast channel or group." ; + schema:domainIncludes schema:BroadcastChannel, + schema:CreativeWork, + schema:MusicGroup ; + schema:rangeIncludes schema:DefinedTerm, + schema:Text, + schema:URL . + +schema:hasBioChemEntityPart a rdf:Property ; + rdfs:label "hasBioChemEntityPart" ; + rdfs:comment "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. " ; + schema:domainIncludes schema:BioChemEntity ; + schema:inverseOf schema:isPartOfBioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:BioChemEntity ; + schema:source . + +schema:hasBroadcastChannel a rdf:Property ; + rdfs:label "hasBroadcastChannel" ; + rdfs:comment "A broadcast channel of a broadcast service." ; + schema:domainIncludes schema:BroadcastService ; + schema:inverseOf schema:providesBroadcastService ; + schema:rangeIncludes schema:BroadcastChannel ; + schema:source . + +schema:hasDefinedTerm a rdf:Property ; + rdfs:label "hasDefinedTerm" ; + rdfs:comment "A Defined Term contained in this term set." ; + schema:domainIncludes schema:DefinedTermSet, + schema:Taxon ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm ; + schema:source . + +schema:hasMenu a rdf:Property ; + rdfs:label "hasMenu" ; + rdfs:comment "Either the actual menu as a structured representation, as text, or a URL of the menu." ; + schema:domainIncludes schema:FoodEstablishment ; + schema:rangeIncludes schema:Menu, + schema:Text, + schema:URL . + +schema:hasTiers a rdf:Property ; + rdfs:label "hasTiers" ; + rdfs:comment "The tiers of a member program." ; + schema:domainIncludes schema:MemberProgram ; + schema:inverseOf schema:isTierOf ; + schema:rangeIncludes schema:MemberProgramTier ; + schema:source . + +schema:hasVariant a rdf:Property ; + rdfs:label "hasVariant" ; + rdfs:comment "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]])." ; + schema:domainIncludes schema:ProductGroup ; + schema:inverseOf schema:isVariantOf ; + schema:isPartOf ; + schema:rangeIncludes schema:Product ; + schema:source . + +schema:holdingArchive a rdf:Property ; + rdfs:label "holdingArchive"@en ; + rdfs:comment "[[ArchiveOrganization]] that holds, keeps or maintains the [[ArchiveComponent]]."@en ; + schema:domainIncludes schema:ArchiveComponent ; + schema:inverseOf schema:archiveHeld ; + schema:isPartOf ; + schema:rangeIncludes schema:ArchiveOrganization ; + schema:source . + +schema:inDefinedTermSet a rdf:Property ; + rdfs:label "inDefinedTermSet" ; + rdfs:comment "A [[DefinedTermSet]] that contains this term." ; + rdfs:subPropertyOf schema:isPartOf ; + schema:domainIncludes schema:DefinedTerm ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTermSet, + schema:URL ; + schema:source . + +schema:inLanguage a rdf:Property ; + rdfs:label "inLanguage" ; + rdfs:comment "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]." ; + owl:equivalentProperty dct:language ; + schema:domainIncludes schema:BroadcastService, + schema:CommunicateAction, + schema:CreativeWork, + schema:Event, + schema:LinkRole, + schema:PronounceableText, + schema:WriteAction ; + schema:rangeIncludes schema:Language, + schema:Text ; + schema:source . + +schema:incentiveCompensation a rdf:Property ; + rdfs:label "incentiveCompensation" ; + rdfs:comment "Description of bonus and commission compensation aspects of the job." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Text . + +schema:interactionStatistic a rdf:Property ; + rdfs:label "interactionStatistic" ; + rdfs:comment "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." ; + schema:domainIncludes schema:CreativeWork, + schema:Organization, + schema:Person ; + schema:rangeIncludes schema:InteractionCounter ; + schema:source . + +schema:isAccessibleForFree a rdf:Property ; + rdfs:label "isAccessibleForFree" ; + rdfs:comment "A flag to signal that the item, event, or place is accessible for free." ; + schema:domainIncludes schema:CreativeWork, + schema:Event, + schema:Place ; + schema:rangeIncludes schema:Boolean . + +schema:isBasedOn a rdf:Property ; + rdfs:label "isBasedOn" ; + rdfs:comment "A resource from which this work is derived or from which it is a modification or adaptation." ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:CreativeWork, + schema:Product, + schema:URL . + +schema:isEncodedByBioChemEntity a rdf:Property ; + rdfs:label "isEncodedByBioChemEntity" ; + rdfs:comment "Another BioChemEntity encoding by this one." ; + schema:domainIncludes schema:BioChemEntity ; + schema:inverseOf schema:encodesBioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:Gene ; + schema:source . + +schema:isPartOfBioChemEntity a rdf:Property ; + rdfs:label "isPartOfBioChemEntity" ; + rdfs:comment "Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. " ; + schema:domainIncludes schema:BioChemEntity ; + schema:inverseOf schema:hasBioChemEntityPart ; + schema:isPartOf ; + schema:rangeIncludes schema:BioChemEntity ; + schema:source . + +schema:isTierOf a rdf:Property ; + rdfs:label "isTierOf" ; + rdfs:comment "The member program this tier is a part of." ; + schema:domainIncludes schema:MemberProgramTier ; + schema:inverseOf schema:hasTiers ; + schema:rangeIncludes schema:MemberProgram ; + schema:source . + +schema:isVariantOf a rdf:Property ; + rdfs:label "isVariantOf" ; + rdfs:comment "Indicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a pointer (from a ProductModel) to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. In the case of a [[ProductGroup]], the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with [[ProductGroup]], this property can apply to any [[Product]] included in the group." ; + rdfs:subPropertyOf skos:broader, + cmns-cls:exemplifies ; + schema:contributor ; + schema:domainIncludes schema:Product, + schema:ProductModel ; + schema:inverseOf schema:hasVariant ; + schema:rangeIncludes schema:ProductGroup, + schema:ProductModel . + +schema:itemOffered a rdf:Property ; + rdfs:label "itemOffered" ; + rdfs:comment "An item being offered (or demanded). The transactional nature of the offer or demand is documented using [[businessFunction]], e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer." ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:inverseOf schema:offers ; + schema:rangeIncludes schema:AggregateOffer, + schema:CreativeWork, + schema:Event, + schema:MenuItem, + schema:Product, + schema:Service, + schema:Trip . + +schema:jobBenefits a rdf:Property ; + rdfs:label "jobBenefits" ; + rdfs:comment "Description of benefits associated with the job." ; + schema:domainIncludes schema:JobPosting ; + schema:rangeIncludes schema:Text . + +schema:jurisdiction a rdf:Property ; + rdfs:label "jurisdiction" ; + rdfs:comment "Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based." ; + schema:domainIncludes schema:GovernmentService, + schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:AdministrativeArea, + schema:Text ; + schema:source . + +schema:mainContentOfPage a rdf:Property ; + rdfs:label "mainContentOfPage" ; + rdfs:comment "Indicates if this web page element is the main subject of the page." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:WebPageElement . + +schema:mainEntity a rdf:Property ; + rdfs:label "mainEntity" ; + rdfs:comment "Indicates the primary entity described in some page or other CreativeWork." ; + rdfs:subPropertyOf schema:about ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:mainEntityOfPage ; + schema:rangeIncludes schema:Thing . + +schema:mainEntityOfPage a rdf:Property ; + rdfs:label "mainEntityOfPage" ; + rdfs:comment "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details." ; + schema:domainIncludes schema:Thing ; + schema:inverseOf schema:mainEntity ; + schema:rangeIncludes schema:CreativeWork, + schema:URL . + +schema:makesOffer a rdf:Property ; + rdfs:label "makesOffer" ; + rdfs:comment "A pointer to products or services offered by the organization or person." ; + owl:equivalentProperty fibo-fnd-pas-pas:offers ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:inverseOf schema:offeredBy ; + schema:rangeIncludes schema:Offer . + +schema:measurementTechnique a rdf:Property ; + rdfs:label "measurementTechnique" ; + rdfs:comment """A technique, method or technology used in an [[Observation]], [[StatisticalVariable]] or [[Dataset]] (or [[DataDownload]], [[DataCatalog]]), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using [[variableMeasured]]; for [[Observation]], a [[StatisticalVariable]]). Often but not necessarily each [[variableMeasured]] will have an explicit representation as (or mapping to) an property such as those defined in Schema.org, or other RDF vocabularies and "knowledge graphs". In that case the subproperty of [[variableMeasured]] called [[measuredProperty]] is applicable. + +The [[measurementTechnique]] property helps when extra clarification is needed about how a [[measuredProperty]] was measured. This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but can often serve as a high level summary for dataset discovery. + +For example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: "mass spectrometry" or "nmr spectroscopy" or "colorimetry" or "immunofluorescence". If the [[variableMeasured]] is "depression rating", the [[measurementTechnique]] could be "Zung Scale" or "HAM-D" or "Beck Depression Inventory". + +If there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]]. The value can also be from an enumeration, organized as a [[MeasurementMethodEnum]].""" ; + schema:domainIncludes schema:DataCatalog, + schema:DataDownload, + schema:Dataset, + schema:Observation, + schema:PropertyValue, + schema:StatisticalVariable ; + schema:isPartOf ; + schema:rangeIncludes schema:DefinedTerm, + schema:MeasurementMethodEnum, + schema:Text, + schema:URL ; + schema:source . + +schema:offeredBy a rdf:Property ; + rdfs:label "offeredBy" ; + rdfs:comment "A pointer to the organization or person making the offer." ; + owl:equivalentProperty fibo-fnd-pas-pas:isOfferedBy ; + schema:domainIncludes schema:Offer ; + schema:inverseOf schema:makesOffer ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:offers a rdf:Property ; + rdfs:label "offers" ; + rdfs:comment """An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. + """ ; + owl:equivalentProperty fibo-fnd-pas-pas:isProductOf ; + schema:domainIncludes schema:AggregateOffer, + schema:CreativeWork, + schema:EducationalOccupationalProgram, + schema:Event, + schema:MenuItem, + schema:Product, + schema:Service, + schema:Trip ; + schema:inverseOf schema:itemOffered ; + schema:rangeIncludes schema:Demand, + schema:Offer ; + schema:source . + +schema:owner a rdf:Property ; + rdfs:label "owner" ; + rdfs:comment "A person or organization who owns this Thing." ; + schema:domainIncludes schema:Thing ; + schema:inverseOf schema:owns ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source . + +schema:owns a rdf:Property ; + rdfs:label "owns" ; + rdfs:comment "Things owned by the organization or person." ; + owl:equivalentProperty gs1:owns ; + schema:contributor ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:inverseOf schema:owner ; + schema:rangeIncludes schema:Thing ; + schema:source . + +schema:parent a rdf:Property ; + rdfs:label "parent" ; + rdfs:comment "A parent of this person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person . + +schema:parentTaxon a rdf:Property ; + rdfs:label "parentTaxon" ; + rdfs:comment "Closest parent taxon of the taxon in question." ; + schema:domainIncludes schema:Taxon ; + schema:inverseOf schema:childTaxon ; + schema:isPartOf ; + schema:rangeIncludes schema:Taxon, + schema:Text, + schema:URL ; + schema:source . + +schema:partOfSeries a rdf:Property ; + rdfs:label "partOfSeries" ; + rdfs:comment "The series to which this episode or season belongs." ; + rdfs:subPropertyOf schema:isPartOf ; + schema:domainIncludes schema:Clip, + schema:CreativeWorkSeason, + schema:Episode ; + schema:rangeIncludes schema:CreativeWorkSeries . + +schema:partOfTrip a rdf:Property ; + rdfs:label "partOfTrip" ; + rdfs:comment "Identifies that this [[Trip]] is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip." ; + schema:contributor ; + schema:domainIncludes schema:Trip ; + schema:inverseOf schema:subTrip ; + schema:isPartOf ; + schema:rangeIncludes schema:Trip ; + schema:source . + +schema:paymentDueDate a rdf:Property ; + rdfs:label "paymentDueDate" ; + rdfs:comment "The date that payment is due." ; + owl:equivalentProperty unece:PaymentDueDate ; + schema:domainIncludes schema:Invoice, + schema:Order ; + schema:rangeIncludes schema:Date, + schema:DateTime . + +schema:performTime a rdf:Property ; + rdfs:label "performTime" ; + rdfs:comment "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ; + schema:domainIncludes schema:HowTo, + schema:HowToDirection ; + schema:rangeIncludes schema:Duration . + +schema:performer a rdf:Property ; + rdfs:label "performer" ; + rdfs:comment "A performer at the event—for example, a presenter, musician, musical group or actor." ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:photo a rdf:Property ; + rdfs:label "photo" ; + rdfs:comment "A photograph of this place." ; + rdfs:subPropertyOf schema:image ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:ImageObject, + schema:Photograph . + +schema:provider a rdf:Property ; + rdfs:label "provider" ; + rdfs:comment "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." ; + owl:equivalentProperty unece:ServiceProvider ; + schema:domainIncludes schema:Action, + schema:CreativeWork, + schema:EducationalOccupationalProgram, + schema:FinancialIncentive, + schema:Invoice, + schema:ParcelDelivery, + schema:Reservation, + schema:Service, + schema:Trip ; + schema:isPartOf ; + schema:rangeIncludes schema:Organization, + schema:Person ; + schema:source , + . + +schema:providesBroadcastService a rdf:Property ; + rdfs:label "providesBroadcastService" ; + rdfs:comment "The BroadcastService offered on this channel." ; + schema:domainIncludes schema:BroadcastChannel ; + schema:inverseOf schema:hasBroadcastChannel ; + schema:rangeIncludes schema:BroadcastService . + +schema:recipeIngredient a rdf:Property ; + rdfs:label "recipeIngredient" ; + rdfs:comment "An ingredient or ordered list of ingredients and potentially quantities used in the recipe, e.g. 1 cup of sugar, flour or garlic. The ingredients can be represented as free text or more structured values." ; + rdfs:subPropertyOf schema:supply ; + schema:domainIncludes schema:Recipe ; + schema:rangeIncludes schema:ItemList, + schema:PropertyValue, + schema:Text . + +schema:recordedAs a rdf:Property ; + rdfs:label "recordedAs" ; + rdfs:comment "An audio recording of the work." ; + schema:contributor ; + schema:domainIncludes schema:MusicComposition ; + schema:inverseOf schema:recordingOf ; + schema:rangeIncludes schema:MusicRecording . + +schema:recordedAt a rdf:Property ; + rdfs:label "recordedAt" ; + rdfs:comment "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event." ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:recordedIn ; + schema:rangeIncludes schema:Event . + +schema:recordedIn a rdf:Property ; + rdfs:label "recordedIn" ; + rdfs:comment "The CreativeWork that captured all or part of this Event." ; + schema:domainIncludes schema:Event ; + schema:inverseOf schema:recordedAt ; + schema:rangeIncludes schema:CreativeWork . + +schema:recordingOf a rdf:Property ; + rdfs:label "recordingOf" ; + rdfs:comment "The composition this track is a recording of." ; + schema:contributor ; + schema:domainIncludes schema:MusicRecording ; + schema:inverseOf schema:recordedAs ; + schema:rangeIncludes schema:MusicComposition . + +schema:releaseOf a rdf:Property ; + rdfs:label "releaseOf" ; + rdfs:comment "The album this is a release of." ; + schema:contributor ; + schema:domainIncludes schema:MusicRelease ; + schema:inverseOf schema:albumRelease ; + schema:rangeIncludes schema:MusicAlbum . + +schema:review a rdf:Property ; + rdfs:label "review" ; + rdfs:comment "A review of the item." ; + schema:domainIncludes schema:Brand, + schema:CreativeWork, + schema:Event, + schema:Offer, + schema:Organization, + schema:Place, + schema:Product, + schema:Service ; + schema:rangeIncludes schema:Review . + +schema:roleName a rdf:Property ; + rdfs:label "roleName" ; + rdfs:comment "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'." ; + schema:domainIncludes schema:Role ; + schema:rangeIncludes schema:Text, + schema:URL . + +schema:runtimePlatform a rdf:Property ; + rdfs:label "runtimePlatform" ; + rdfs:comment "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0)." ; + schema:domainIncludes schema:SoftwareApplication, + schema:SoftwareSourceCode ; + schema:rangeIncludes schema:RuntimePlatform, + schema:Text . + +schema:season a rdf:Property ; + rdfs:label "season" ; + rdfs:comment "A season in a media series." ; + rdfs:subPropertyOf schema:hasPart ; + schema:domainIncludes schema:RadioSeries, + schema:TVSeries, + schema:VideoGameSeries ; + schema:rangeIncludes schema:CreativeWorkSeason, + schema:URL ; + schema:supersededBy schema:containsSeason . + +schema:serialNumber a rdf:Property ; + rdfs:label "serialNumber" ; + rdfs:comment "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer." ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty unece:SerialId ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:IndividualProduct, + schema:Offer ; + schema:rangeIncludes schema:Text . + +schema:serviceArea a rdf:Property ; + rdfs:label "serviceArea" ; + rdfs:comment "The geographic area where the service is provided." ; + schema:domainIncludes schema:ContactPoint, + schema:Organization, + schema:Service ; + schema:rangeIncludes schema:AdministrativeArea, + schema:GeoShape, + schema:Place ; + schema:supersededBy schema:areaServed . + +schema:serviceOutput a rdf:Property ; + rdfs:label "serviceOutput" ; + rdfs:comment "The tangible thing generated by the service, e.g. a passport, permit, etc." ; + schema:domainIncludes schema:Service ; + schema:rangeIncludes schema:Thing . + +schema:sibling a rdf:Property ; + rdfs:label "sibling" ; + rdfs:comment "A sibling of the person." ; + schema:domainIncludes schema:Person ; + schema:rangeIncludes schema:Person . + +schema:significantLink a rdf:Property ; + rdfs:label "significantLink" ; + rdfs:comment "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most." ; + schema:domainIncludes schema:WebPage ; + schema:rangeIncludes schema:URL . + +schema:softwareRequirements a rdf:Property ; + rdfs:label "softwareRequirements" ; + rdfs:comment "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (examples: DirectX, Java or .NET runtime)." ; + schema:domainIncludes schema:SoftwareApplication ; + schema:rangeIncludes schema:SoftwareApplication, + schema:Text, + schema:URL . + +schema:sponsor a rdf:Property ; + rdfs:label "sponsor" ; + rdfs:comment "A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event." ; + schema:domainIncludes schema:CreativeWork, + schema:Event, + schema:Grant, + schema:MedicalStudy, + schema:Organization, + schema:Person ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:subOrganization a rdf:Property ; + rdfs:label "subOrganization" ; + rdfs:comment "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property." ; + owl:equivalentProperty gs1:subOrganization, + fibo-be-oac-cctl:hasSubsidiary ; + schema:domainIncludes schema:Organization ; + schema:inverseOf schema:parentOrganization ; + schema:rangeIncludes schema:Organization . + +schema:subTrip a rdf:Property ; + rdfs:label "subTrip" ; + rdfs:comment "Identifies a [[Trip]] that is a subTrip of this Trip. For example Day 1, Day 2, etc. of a multi-day trip." ; + schema:contributor ; + schema:domainIncludes schema:Trip ; + schema:inverseOf schema:partOfTrip ; + schema:isPartOf ; + schema:rangeIncludes schema:Trip ; + schema:source . + +schema:subjectOf a rdf:Property ; + rdfs:label "subjectOf" ; + rdfs:comment "A CreativeWork or Event about this Thing." ; + schema:domainIncludes schema:Thing ; + schema:inverseOf schema:about ; + schema:rangeIncludes schema:CreativeWork, + schema:Event ; + schema:source . + +schema:suggestedAnswer a rdf:Property ; + rdfs:label "suggestedAnswer" ; + rdfs:comment "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site." ; + schema:domainIncludes schema:Question ; + schema:rangeIncludes schema:Answer, + schema:ItemList . + +schema:superEvent a rdf:Property ; + rdfs:label "superEvent" ; + rdfs:comment "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent." ; + schema:domainIncludes schema:Event ; + schema:inverseOf schema:subEvent ; + schema:rangeIncludes schema:Event . + +schema:targetCollection a rdf:Property ; + rdfs:label "targetCollection" ; + rdfs:comment "A sub property of object. The collection target of the action." ; + rdfs:subPropertyOf schema:object ; + schema:domainIncludes schema:UpdateAction ; + schema:rangeIncludes schema:Thing . + +schema:temporalCoverage a rdf:Property ; + rdfs:label "temporalCoverage" ; + rdfs:comment """The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In + the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. + Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945". + +Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.""" ; + owl:equivalentProperty dct:temporal ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:DateTime, + schema:Text, + schema:URL . + +schema:termCode a rdf:Property ; + rdfs:label "termCode" ; + rdfs:comment "A code that identifies this [[DefinedTerm]] within a [[DefinedTermSet]]." ; + schema:domainIncludes schema:DefinedTerm ; + schema:isPartOf ; + schema:rangeIncludes schema:Text ; + schema:source . + +schema:track a rdf:Property ; + rdfs:label "track" ; + rdfs:comment "A music recording (track)—usually a single song. If an ItemList is given, the list should contain items of type MusicRecording." ; + schema:contributor ; + schema:domainIncludes schema:MusicGroup, + schema:MusicPlaylist ; + schema:rangeIncludes schema:ItemList, + schema:MusicRecording . + +schema:translationOfWork a rdf:Property ; + rdfs:label "translationOfWork" ; + rdfs:comment "The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”." ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:workTranslation ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork . + +schema:usageInfo a rdf:Property ; + rdfs:label "usageInfo" ; + rdfs:comment """The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options. + +This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.""" ; + schema:domainIncludes schema:CreativeWork ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork, + schema:URL ; + schema:source . + +schema:warranty a rdf:Property ; + rdfs:label "warranty" ; + rdfs:comment "The warranty promise(s) included in the offer." ; + schema:contributor ; + schema:domainIncludes schema:Demand, + schema:Offer ; + schema:rangeIncludes schema:WarrantyPromise . + +schema:workTranslation a rdf:Property ; + rdfs:label "workTranslation" ; + rdfs:comment "A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo." ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:translationOfWork ; + schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork . + +schema:yield a rdf:Property ; + rdfs:label "yield" ; + rdfs:comment "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles." ; + schema:domainIncludes schema:HowTo ; + schema:rangeIncludes schema:QuantitativeValue, + schema:Text . + +fibo-be-le-lp:hasLegalEntityIdentifier a rdf:Property . + +fibo-be-oac-cctl:hasSubsidiary a rdf:Property . + +fibo-fbc-dae-dbt:hasPaymentDueDate a rdf:Property . + +fibo-fbc-pas-fpas:hasPaymentMechanism a rdf:Property . + +fibo-fnd-acc-cur:hasAmount a rdf:Property . + +fibo-fnd-arr-doc:refersTo a rdf:Property . + + a rdf:Property . + +fibo-fnd-org-org:hasContactPoint a rdf:Property . + +fibo-fnd-org-org:hasMember a rdf:Property . + +fibo-fnd-pty-pty:hasTaxIdentifier a rdf:Property . + +fibo-fnd-plc-adr:hasCountrySubdivision a rdf:Property . + +fibo-fnd-plc-adr:hasMunicipality a rdf:Property . + +fibo-fnd-plc-adr:hasPostalCode a rdf:Property . + +fibo-fnd-plc-adr:hasRegisteredAddress a rdf:Property . + +fibo-fnd-pas-pas:hasServiceArea a rdf:Property . + +fibo-fnd-pas-pas:hasSupplier a rdf:Property . + +fibo-fnd-pas-pas:isOfferedBy a rdf:Property . + +fibo-fnd-pas-pas:isProductOf a rdf:Property . + +fibo-fnd-pas-pas:isProvisionedBy a rdf:Property . + +fibo-fnd-pas-pas:offers a rdf:Property . + +fibo-fnd-rel-rel:hasDesignation a rdf:Property . + +fibo-fnd-rel-rel:hasLegalName a rdf:Property . + +gleif-L1:hasLEI a rdf:Property . + +cmns-cls:exemplifies a rdf:Property . + +cmns-col:isPartOf a rdf:Property . + +cmns-dt:hasDate a rdf:Property . + +cmns-loc:hasLatitude a rdf:Property . + +cmns-loc:hasLocation a rdf:Property . + +cmns-loc:hasLongitude a rdf:Property . + +cmns-loc:isLocatedIn a rdf:Property . + +cmns-q:hasNumericValue a rdf:Property . + +cmns-q:hasQuantity a rdf:Property . + +eli:amends a rdf:Property . + +eli:changes a rdf:Property . + +eli:commences a rdf:Property . + +eli:consolidates a rdf:Property . + +eli:corrects a rdf:Property . + +eli:countersigned_by a rdf:Property . + +eli:date_applicability a rdf:Property . + +eli:date_document a rdf:Property . + +eli:ensures_implementation_of a rdf:Property . + +eli:implements a rdf:Property . + +eli:in_force a rdf:Property . + +eli:jurisdiction a rdf:Property . + +eli:legal_value a rdf:Property . + +eli:passed_by a rdf:Property . + +eli:repeals a rdf:Property . + +eli:responsibility_of a rdf:Property . + +eli:transposes a rdf:Property . + +eli:type_document a rdf:Property . + +eli:version_date a rdf:Property . + +dct:spatial a rdf:Property . + +unece:PaymentDueDate a rdf:Property . + +schema:about a rdf:Property ; + rdfs:label "about" ; + rdfs:comment "The subject matter of an object." ; + owl:equivalentProperty dct:subject ; + schema:domainIncludes schema:Certification, + schema:CommunicateAction, + schema:CreativeWork, + schema:DefinedTerm, + schema:DefinedTermSet, + schema:Event ; + schema:inverseOf schema:subjectOf ; + schema:rangeIncludes schema:Thing ; + schema:source , + . + +schema:actor a rdf:Property ; + rdfs:label "actor" ; + rdfs:comment "An actor (individual or a group), e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip." ; + schema:domainIncludes schema:Clip, + schema:CreativeWorkSeason, + schema:Episode, + schema:Event, + schema:Movie, + schema:MovieSeries, + schema:PodcastSeries, + schema:RadioSeries, + schema:TVSeries, + schema:VideoGame, + schema:VideoGameSeries, + schema:VideoObject ; + schema:rangeIncludes schema:PerformingGroup, + schema:Person . + +schema:associatedReview a rdf:Property ; + rdfs:label "associatedReview" ; + rdfs:comment "An associated [[Review]]." ; + schema:domainIncludes schema:Review ; + schema:isPartOf ; + schema:rangeIncludes schema:Review ; + schema:source . + +schema:competitor a rdf:Property ; + rdfs:label "competitor" ; + rdfs:comment "A competitor in a sports event." ; + schema:domainIncludes schema:SportsEvent ; + schema:rangeIncludes schema:Person, + schema:SportsTeam . + +schema:containedInPlace a rdf:Property ; + rdfs:label "containedInPlace" ; + rdfs:comment "The basic containment relation between a place and one that contains it." ; + schema:domainIncludes schema:Place ; + schema:inverseOf schema:containsPlace ; + schema:rangeIncludes schema:Place . + +schema:encoding a rdf:Property ; + rdfs:label "encoding" ; + rdfs:comment "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia." ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:encodesCreativeWork ; + schema:rangeIncludes schema:MediaObject . + +schema:hasMap a rdf:Property ; + rdfs:label "hasMap" ; + rdfs:comment "A URL to a map of the place." ; + schema:domainIncludes schema:Place ; + schema:rangeIncludes schema:Map, + schema:URL . + +schema:legislationApplies a rdf:Property ; + rdfs:label "legislationApplies" ; + rdfs:comment "Indicates that this legislation (or part of a legislation) somehow transfers another legislation in a different legislative context. This is an informative link, and it has no legal value. For legally-binding links of transposition, use the legislationTransposes property. For example an informative consolidated law of a European Union's member state \"applies\" the consolidated version of the European Directive implemented in it." ; + owl:equivalentProperty eli:implements ; + skos:exactMatch eli:implements ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:material a rdf:Property ; + rdfs:label "material" ; + rdfs:comment "A material that something is made from, e.g. leather, wool, cotton, paper." ; + schema:domainIncludes schema:CreativeWork, + schema:Product ; + schema:rangeIncludes schema:Product, + schema:Text, + schema:URL . + +schema:memberOf a rdf:Property ; + rdfs:label "memberOf" ; + rdfs:comment "An Organization (or ProgramMembership) to which this Person or Organization belongs." ; + schema:domainIncludes schema:Organization, + schema:Person ; + schema:inverseOf schema:member ; + schema:rangeIncludes schema:MemberProgramTier, + schema:Organization, + schema:ProgramMembership . + +schema:parentOrganization a rdf:Property ; + rdfs:label "parentOrganization" ; + rdfs:comment "The larger organization that this organization is a [[subOrganization]] of, if any." ; + owl:equivalentProperty gs1:parentOrganization ; + schema:domainIncludes schema:Organization ; + schema:inverseOf schema:subOrganization ; + schema:rangeIncludes schema:Organization . + +schema:result a rdf:Property ; + rdfs:label "result" ; + rdfs:comment "The result produced in the action. E.g. John wrote *a book*." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:Thing . + +schema:seller a rdf:Property ; + rdfs:label "seller" ; + rdfs:comment "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." ; + rdfs:subPropertyOf schema:participant, + fibo-fnd-pas-pas:hasSupplier ; + owl:equivalentProperty unece:Seller ; + schema:domainIncludes schema:BuyAction, + schema:Demand, + schema:Flight, + schema:Offer, + schema:Order ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:spatialCoverage a rdf:Property ; + rdfs:label "spatialCoverage" ; + rdfs:comment """The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of + contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates + areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.""" ; + rdfs:subPropertyOf schema:contentLocation ; + owl:equivalentProperty dct:spatial ; + schema:domainIncludes schema:CreativeWork ; + schema:rangeIncludes schema:Place . + +schema:step a rdf:Property ; + rdfs:label "step" ; + rdfs:comment "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection." ; + schema:domainIncludes schema:HowTo ; + schema:rangeIncludes schema:CreativeWork, + schema:HowToSection, + schema:HowToStep, + schema:Text . + +schema:subEvent a rdf:Property ; + rdfs:label "subEvent" ; + rdfs:comment "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference." ; + schema:domainIncludes schema:Event ; + schema:inverseOf schema:superEvent ; + schema:rangeIncludes schema:Event . + +schema:supply a rdf:Property ; + rdfs:label "supply" ; + rdfs:comment "A sub-property of instrument. A supply consumed when performing instructions or a direction." ; + rdfs:subPropertyOf schema:instrument ; + schema:domainIncludes schema:HowTo, + schema:HowToDirection ; + schema:rangeIncludes schema:HowToSupply, + schema:Text . + +schema:workFeatured a rdf:Property ; + rdfs:label "workFeatured" ; + rdfs:comment """A work featured in some event, e.g. exhibited in an ExhibitionEvent. + Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).""" ; + schema:domainIncludes schema:Event ; + schema:rangeIncludes schema:CreativeWork . + +fibo-fnd-acc-cur:hasCurrency a rdf:Property . + +fibo-fnd-arr-doc:isReferencedIn a rdf:Property . + +fibo-fnd-pas-pas:hasProduct a rdf:Property . + +cmns-dt:hasEndDate a rdf:Property . + +cmns-dt:hasStartDate a rdf:Property . + +cmns-id:identifiedBy a rdf:Property . + +cmns-txt:hasName a rdf:Property . + +schema:areaServed a rdf:Property ; + rdfs:label "areaServed" ; + rdfs:comment "The geographic area where a service or offered item is provided." ; + owl:equivalentProperty fibo-fnd-pas-pas:hasServiceArea ; + schema:domainIncludes schema:ContactPoint, + schema:DeliveryChargeSpecification, + schema:Demand, + schema:FinancialIncentive, + schema:Offer, + schema:Organization, + schema:Service ; + schema:rangeIncludes schema:AdministrativeArea, + schema:GeoShape, + schema:Place, + schema:Text . + +schema:duration a rdf:Property ; + rdfs:label "duration" ; + rdfs:comment "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ; + schema:domainIncludes schema:Audiobook, + schema:Episode, + schema:Event, + schema:MediaObject, + schema:Movie, + schema:MusicRecording, + schema:MusicRelease, + schema:QuantitativeValueDistribution, + schema:Schedule, + schema:ServicePeriod ; + schema:rangeIncludes schema:Duration, + schema:QuantitativeValue ; + schema:source , + , + . + +schema:includedInDataCatalog a rdf:Property ; + rdfs:label "includedInDataCatalog" ; + rdfs:comment "A data catalog which contains this dataset." ; + schema:domainIncludes schema:Dataset ; + schema:inverseOf schema:dataset ; + schema:rangeIncludes schema:DataCatalog . + +schema:legislationChanges a rdf:Property ; + rdfs:label "legislationChanges" ; + rdfs:comment "Another legislation that this legislation changes. This encompasses the notions of amendment, replacement, correction, repeal, or other types of change. This may be a direct change (textual or non-textual amendment) or a consequential or indirect change. The property is to be used to express the existence of a change relationship between two acts rather than the existence of a consolidated version of the text that shows the result of the change. For consolidation relationships, use the legislationConsolidates property." ; + owl:equivalentProperty eli:changes ; + skos:exactMatch eli:changes ; + schema:contributor ; + schema:domainIncludes schema:Legislation ; + schema:isPartOf ; + schema:rangeIncludes schema:Legislation ; + schema:source , + . + +schema:member a rdf:Property ; + rdfs:label "member" ; + rdfs:comment "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals." ; + owl:equivalentProperty fibo-fnd-org-org:hasMember ; + schema:domainIncludes schema:Organization, + schema:ProgramMembership ; + schema:inverseOf schema:memberOf ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:recipient a rdf:Property ; + rdfs:label "recipient" ; + rdfs:comment "A sub property of participant. The participant who is at the receiving end of the action." ; + rdfs:subPropertyOf schema:participant ; + schema:domainIncludes schema:AuthorizeAction, + schema:CommunicateAction, + schema:DonateAction, + schema:GiveAction, + schema:Message, + schema:PayAction, + schema:ReturnAction, + schema:SendAction, + schema:TipAction ; + schema:rangeIncludes schema:Audience, + schema:ContactPoint, + schema:Organization, + schema:Person . + +schema:workExample a rdf:Property ; + rdfs:label "workExample" ; + rdfs:comment "Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book." ; + schema:contributor ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:exampleOfWork ; + schema:rangeIncludes schema:CreativeWork . + +schema:description a rdf:Property ; + rdfs:label "description" ; + rdfs:comment "A description of the item." ; + owl:equivalentProperty og:description, + dct:description, + gs1:description ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:Text, + schema:TextObject . + +schema:gtin a rdf:Property ; + rdfs:label "gtin" ; + rdfs:comment """A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes. + +A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a "GS1 Digital Link" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties. + +The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) expresses GTINs as URLs (URIs, IRIs, etc.). +Digital Links should be populated into the [[hasGS1DigitalLink]] attribute. + +Note also that this is a definition for how to include GTINs in Schema.org data, and not a definition of GTINs in general - see the GS1 documentation for authoritative details.""" ; + rdfs:subPropertyOf schema:identifier ; + owl:equivalentProperty unece:gTINId, + gs1:gtin ; + schema:domainIncludes schema:Demand, + schema:Offer, + schema:Product ; + schema:isPartOf ; + schema:rangeIncludes schema:Text, + schema:URL ; + schema:source . + +schema:hasRepresentation a rdf:Property ; + rdfs:label "hasRepresentation" ; + rdfs:comment "A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image." ; + schema:domainIncludes schema:BioChemEntity ; + schema:isPartOf ; + schema:rangeIncludes schema:PropertyValue, + schema:Text, + schema:URL ; + schema:source . + +schema:image a rdf:Property ; + rdfs:label "image" ; + rdfs:comment "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]." ; + owl:equivalentProperty og:image ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:ImageObject, + schema:URL . + +fibo-fnd-acc-cur:hasMonetaryAmount a rdf:Property . + +cmns-cls:isClassifiedBy a rdf:Property . + +cmns-q:hasUpperBound a rdf:Property . + +schema:hasPart a rdf:Property ; + rdfs:label "hasPart" ; + rdfs:comment "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense)." ; + schema:contributor ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:isPartOf ; + schema:rangeIncludes schema:CreativeWork . + +schema:position a rdf:Property ; + rdfs:label "position" ; + rdfs:comment "The position of an item in a series or sequence of items." ; + schema:domainIncludes schema:CreativeWork, + schema:ListItem ; + schema:rangeIncludes schema:Integer, + schema:Text . + +cmns-loc:hasAddress a rdf:Property . + +cmns-q:hasLowerBound a rdf:Property . + +schema:isPartOf a rdf:Property ; + rdfs:label "isPartOf" ; + rdfs:comment "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of." ; + schema:domainIncludes schema:CreativeWork ; + schema:inverseOf schema:hasPart ; + schema:rangeIncludes schema:CreativeWork, + schema:URL . + +schema:instrument a rdf:Property ; + rdfs:label "instrument" ; + rdfs:comment "The object that helped the agent perform the action. E.g. John wrote a book with *a pen*." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:Thing . + +schema:object a rdf:Property ; + rdfs:label "object" ; + rdfs:comment "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). E.g. John read *a book*." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:Thing . + +schema:publishingPrinciples a rdf:Property ; + rdfs:label "publishingPrinciples" ; + rdfs:comment """The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]]. + +While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. +""" ; + schema:domainIncludes schema:CreativeWork, + schema:Organization, + schema:Person ; + schema:rangeIncludes schema:CreativeWork, + schema:URL . + +schema:location a rdf:Property ; + rdfs:label "location" ; + rdfs:comment "The location of, for example, where an event is happening, where an organization is located, or where an action takes place." ; + owl:equivalentProperty cmns-loc:isLocatedIn ; + schema:domainIncludes schema:Action, + schema:Event, + schema:InteractionCounter, + schema:Organization ; + schema:rangeIncludes schema:Place, + schema:PostalAddress, + schema:Text, + schema:VirtualLocation . + +schema:participant a rdf:Property ; + rdfs:label "participant" ; + rdfs:comment "Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*." ; + schema:domainIncludes schema:Action ; + schema:rangeIncludes schema:Organization, + schema:Person . + +schema:identifier a rdf:Property ; + rdfs:label "identifier" ; + rdfs:comment """The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. + """ ; + owl:equivalentProperty dct:identifier, + cmns-id:identifiedBy ; + schema:domainIncludes schema:Thing ; + schema:rangeIncludes schema:PropertyValue, + schema:Text, + schema:URL . diff --git a/data/ontologies/skos/skos-core.rdf b/data/ontologies/skos/skos-core.rdf new file mode 100644 index 00000000..1ddeb9a5 --- /dev/null +++ b/data/ontologies/skos/skos-core.rdf @@ -0,0 +1,468 @@ + + + + + SKOS Vocabulary + Dave Beckett + Nikki Rogers + Participants in W3C's Semantic Web Deployment Working Group. + An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies. + Alistair Miles + Sean Bechhofer + + + + Concept + + An idea or notion; a unit of thought. + + + + + Concept Scheme + + A set of concepts, optionally including statements about semantic relationships between those concepts. + A concept scheme may be defined to include concepts from different sources. + Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies. + + + + + + + Collection + + A meaningful collection of concepts. + Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy. + + + + + + + + + Ordered Collection + + An ordered collection of concepts, where both the grouping and the ordering are meaningful. + Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'. + + + + + + + is in scheme + + Relates a resource (for example a concept) to a concept scheme in which it is included. + A concept may be a member of more than one concept scheme. + + + + + + + + + has top concept + + Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies. + + + + + + + + + + + + + is top concept in scheme + + Relates a concept to the concept scheme that it is a top level concept of. + + + + + + + + + + + + + preferred label + + The preferred lexical label for a resource, in a given language. + + + + + + A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag. + + The range of skos:prefLabel is the class of RDF plain literals. + + skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise + disjoint properties. + + + + + alternative label + + An alternative lexical label for a resource. + Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel). + + + + + + The range of skos:altLabel is the class of RDF plain literals. + + skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties. + + + + + hidden label + + A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations. + + + + + + The range of skos:hiddenLabel is the class of RDF plain literals. + + skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties. + + + + + notation + + A notation, also known as classification code, is a string of characters such as "T58.5" or "303.4833" used to uniquely identify a concept within the scope of a given concept scheme. + By convention, skos:notation is used with a typed literal in the object position of the triple. + + + + + + + note + + A general note, for any purpose. + This property may be used directly, or as a super-property for more specific note types. + + + + + + + change note + + A note about a modification to a concept. + + + + + + + + + definition + + A statement or formal explanation of the meaning of a concept. + + + + + + + + + editorial note + + A note for an editor, translator or maintainer of the vocabulary. + + + + + + + + + example + + An example of the use of a concept. + + + + + + + + + history note + + A note about the past state/use/meaning of a concept. + + + + + + + + + scope note + + A note that helps to clarify the meaning and/or the use of a concept. + + + + + + + + + is in semantic relation with + + Links a concept to a concept related by meaning. + This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts. + + + + + + + + + + + has broader + + Relates a concept to a concept that is more general in meaning. + Broader concepts are typically rendered as parents in a concept hierarchy (tree). + By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources. + + + + + + + + + + + has narrower + + Relates a concept to a concept that is more specific in meaning. + By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources. + Narrower concepts are typically rendered as children in a concept hierarchy (tree). + + + + + + + + + + + has related + + Relates a concept to a concept with which there is an associative semantic relationship. + + + + + + + + skos:related is disjoint with skos:broaderTransitive + + + + + has broader transitive + + skos:broaderTransitive is a transitive superproperty of skos:broader. + By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application. + + + + + + + + + + + + + has narrower transitive + + skos:narrowerTransitive is a transitive superproperty of skos:narrower. + By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application. + + + + + + + + + + + + + has member + + Relates a collection to one of its members. + + + + + + + + + + + + + + + + + + has member list + + Relates an ordered collection to the RDF list containing its members. + + + + + + + + + + For any resource, every item in the list given as the value of the + skos:memberList property is also a value of the skos:member property. + + + + + is in mapping relation with + + Relates two concepts coming, by convention, from different schemes, and that have comparable meanings + These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice. + + + + + + + + + has broader match + + skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes. + + + + + + + + + + + + + has narrower match + + skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes. + + + + + + + + + + + + + has related match + + skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes. + + + + + + + + + + + + + has exact match + + skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch. + + + + + + + + + + skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch. + + + + + has close match + + skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of "compound errors" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property. + + + + + + + + + + diff --git a/data/ontologies/skos/skos-owl1dl.rdf b/data/ontologies/skos/skos-owl1dl.rdf new file mode 100644 index 00000000..199b7fa7 --- /dev/null +++ b/data/ontologies/skos/skos-owl1dl.rdf @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + Concept + + An idea or notion; a unit of thought. + + + + + Concept Scheme + + A set of concepts, optionally including statements about semantic relationships between those concepts. + A concept scheme may be defined to include concepts from different sources. + Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies. + + + + + + + Collection + + A meaningful collection of concepts. + Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy. + + + + + + + + + Ordered Collection + + An ordered collection of concepts, where both the grouping and the ordering are meaningful. + Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'. + + + + + + + is in scheme + + Relates a resource (for example a concept) to a concept scheme in which it is included. + A concept may be a member of more than one concept scheme. + + + + + + + + + has top concept + + Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies. + + + + + + + + + + + + + is top concept in scheme + + Relates a concept to the concept scheme that it is a top level concept of. + + + + + + + + + + + + + preferred label + + The preferred lexical label for a resource, in a given language. + + + + + + A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag. + + The range of skos:prefLabel is the class of RDF plain literals. + + skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise + disjoint properties. + + + + + alternative label + + An alternative lexical label for a resource. + Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel). + + + + + + The range of skos:altLabel is the class of RDF plain literals. + + skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties. + + + + + hidden label + + A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations. + + + + + + The range of skos:hiddenLabel is the class of RDF plain literals. + + skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties. + + + + + notation + + A notation, also known as classification code, is a string of characters such as "T58.5" or "303.4833" used to uniquely identify a concept within the scope of a given concept scheme. + By convention, skos:notation is used with a typed literal in the object position of the triple. + + + + + + + note + + A general note, for any purpose. + This property may be used directly, or as a super-property for more specific note types. + + + + + + + change note + + A note about a modification to a concept. + + + + + + + + + definition + + A statement or formal explanation of the meaning of a concept. + + + + + + + + + editorial note + + A note for an editor, translator or maintainer of the vocabulary. + + + + + + + + + example + + An example of the use of a concept. + + + + + + + + + history note + + A note about the past state/use/meaning of a concept. + + + + + + + + + scope note + + A note that helps to clarify the meaning and/or the use of a concept. + + + + + + + + + is in semantic relation with + + Links a concept to a concept related by meaning. + This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts. + + + + + + + + + + + has broader + + Relates a concept to a concept that is more general in meaning. + Broader concepts are typically rendered as parents in a concept hierarchy (tree). + By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources. + + + + + + + + + + + has narrower + + Relates a concept to a concept that is more specific in meaning. + By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources. + Narrower concepts are typically rendered as children in a concept hierarchy (tree). + + + + + + + + + + + has related + + Relates a concept to a concept with which there is an associative semantic relationship. + + + + + + + + skos:related is disjoint with skos:broaderTransitive + + + + + has broader transitive + + skos:broaderTransitive is a transitive superproperty of skos:broader. + By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application. + + + + + + + + + + + + + has narrower transitive + + skos:narrowerTransitive is a transitive superproperty of skos:narrower. + By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application. + + + + + + + + + + + + + has member + + Relates a collection to one of its members. + + + + + + + + + + + + + + + + + + has member list + + Relates an ordered collection to the RDF list containing its members. + + + + + + + + + + For any resource, every item in the list given as the value of the + skos:memberList property is also a value of the skos:member property. + + + + + is in mapping relation with + + Relates two concepts coming, by convention, from different schemes, and that have comparable meanings + These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice. + + + + + + + + + has broader match + + skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes. + + + + + + + + + + + + + has narrower match + + skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes. + + + + + + + + + + + + + has related match + + skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes. + + + + + + + + + + + + + has exact match + + skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch. + + + + + + + + + + skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch. + + + + + has close match + + skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of "compound errors" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property. + + + + + + + + + + diff --git a/data/ontologies/skos/skos-xl.rdf b/data/ontologies/skos/skos-xl.rdf new file mode 100644 index 00000000..1c5b6273 --- /dev/null +++ b/data/ontologies/skos/skos-xl.rdf @@ -0,0 +1,129 @@ + + + + + Alistair Miles + Sean Bechhofer + + + SKOS XL Vocabulary + Participants in W3C's Semantic Web Deployment Working Group. + An RDF vocabulary extending SKOS and allowing the description and linking of lexical entities. + + + + Label + + A special class of lexical entities. + + + + + + + + + + + + + 1 + + + + + + literal form + + The property skosxl:literalForm is used to give the literal form of an skosxl:Label. + If two instances of the class skosxl:Label have the same literal form, they are not necessarily the same resource. + + + + + + The range of skosxl:literalForm is the class of RDF plain literals. + + + + + + preferred label + + The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel. + + + + + + + If C skosxl:prefLabel L and L skosxl:literalForm V, then X skos:prefLabel V. + + + + + + alternative label + + The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel. + + + + + + + If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V. + + + + + + hidden label + + The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel. + + + + + + + If C skosxl:hiddenLabel L and L skosxl:literalForm V, then C skos:hiddenLabel V. + + + + + + label relation + + The property skosxl:labelRelation is used for representing binary ('direct') relations between instances of the class skosxl:Label. + skosxl:labelRelation is not intended to be used directly, but rather as the basis for a design pattern which can be refined for more specific labeling scenarios. + + + + + + + + + + + + + diff --git a/data/ontologies/skr-datev/README.md b/data/ontologies/skr-datev/README.md new file mode 100644 index 00000000..18d8f2d2 --- /dev/null +++ b/data/ontologies/skr-datev/README.md @@ -0,0 +1,99 @@ +DATEV SKR (Standardkontenrahmen) — German chart of accounts +============================================================= + +This directory holds machine-readable extracts of the DATEV +Standardkontenrahmen (German standard chart of accounts), the de-facto +canonical chart used by German SMEs for HGB-compliant bookkeeping. Two +schemes are shipped: + +- SKR 03 (Prozessgliederungsprinzip — process-oriented) — used by most + German SMEs. Family numbering reflects business-process flow. +- SKR 04 (Abschlussgliederungsprinzip — balance-sheet-structure) — used + by larger firms; numbering mirrors the §266 HGB P&L structure. + +Files +----- + +skr04.csv (1232 accounts) + Generic SKR 04, extracted from DATEV Art.-Nr. 11175, valid 2023. + Family numbering: + 0 Anlagevermögen 1 Umlaufvermögen 2 Eigenkapital + 3 Fremdkapital 4 Erträge 5 Materialaufwand + 6 Personalaufwand 7 Finanzergebnis/Steuern 8 frei + 9 Statistische Konten + +skr03.csv (1476 accounts) + Canonical SKR 03 (4-digit account numbers). Extracted as the NN=00 + subset of the SKR 03 Bau und Handwerk variant — i.e. the base accounts + that are NOT trade-specific. Family numbering: + 0 Anlage- und Kapitalkonten 1 Finanz- und Privatkonten + 2 Abgrenzungskonten 3 Wareneingang/Bestandskonten + 4 Betriebliche Aufwendungen 5/6 frei + 7 Bestände an Erzeugnissen 8 Erlöse + 9 Vortrags-, Statistische Konten + +skr03-bau.csv (1686 accounts) + Full SKR 03 Bau und Handwerk (DATEV Art.-Nr. 19606, 2026 edition). + Trade-specific variant for construction and crafts businesses. Uses + 6-digit account format: NNNN + 2-digit sub. NN=00 is the canonical + base account; NN>00 is a trade-specific subdivision (e.g. 007510 + Sand- und Kiesausbeute is a Bau-specific child of 0075 Grundstücke + mit Substanzverzehr). Contains 210 trade-specific extensions on top + of the canonical 1476. + +Source PDFs +----------- +Both extracts come from official DATEV-published "Eigenformular" PDFs: +- SKR 04: Art.-Nr. 11175 (2023-01-02 revision), valid for booking year 2023. +- SKR 03 Bau: Art.-Nr. 19606, valid for booking year 2026. + +Format +------ +Each CSV has four columns: + account_number 4-digit (SKR 04, canonical SKR 03) or 6-digit (SKR 03 Bau) + account_name German account name (UTF-8) + family Category derived from leading digit (see above) + source Artifact reference (DATEV article number + edition) + +Reproducibility +--------------- +parse_pdfs.py is the Python script used to extract these CSVs from the +source PDFs. Re-run by pointing the input paths inside the script at +the source PDFs and executing `python3 parse_pdfs.py`. Depends on +`pdftotext` (from poppler-utils) being on $PATH. + +Known data-quality issues +------------------------- +Multi-column PDF layouts make name extraction noisy on category +boundaries. Approximately: + - SKR 04: ~150 entries (12%) have multi-column bleeding in their + account_name (typically the first ~50 accounts on page 1, where the + extra-wide page header offsets the column positions slightly). + - SKR 03 canonical: ~180 entries (12%) similar issue. + - SKR 03 Bau: similar rate. + +Suspect entries are those with account_name longer than ~80 characters. +Account NUMBERS are always reliable; only the names need cleanup for +the worst-affected entries. + +Hyphenated line breaks like "Konzessio- nen" are repaired to +"Konzessionen" by a heuristic, with exceptions kept for compound-word +constructions like "Geschäfts- oder Firmenwert" where the hyphen marks +a coordinated compound rather than a line break. + +License +------- +See ../../../LICENSES/DATEV-SKR.txt. DATEV publishes the SKR formats +as "Eigenformular" with the notice "Nachdruck — auch auszugsweise — +nicht gestattet" (reproduction, even excerpts, not permitted). The +ACCOUNT NUMBERS THEMSELVES are bookkeeping-standard data and not +copyrightable in Germany under the standard reasoning that they are +short alphanumeric codes ordering a body of public-domain accounting +concepts. The German names of the accounts are likewise descriptive +labels. The original PDF formatting and layout IS copyrighted by DATEV +eG; this CSV redistribution carries only the underlying data, not +DATEV's formatting. + +For commercial use, consult DATEV directly. This data drop is shipped +for the lance-graph cognitive shader as a structural reference for HGB +booking entities, aligned with FIBO and ZUGFeRD invoice projections. diff --git a/data/ontologies/skr-datev/parse_pdfs.py b/data/ontologies/skr-datev/parse_pdfs.py new file mode 100644 index 00000000..353b3f3f --- /dev/null +++ b/data/ontologies/skr-datev/parse_pdfs.py @@ -0,0 +1,280 @@ +#!/usr/bin/env python3 +""" +DATEV SKR -> CSV (v5): character-column slicing of `pdftotext -layout` output. + +Both PDFs use stable column layouts. We slice each text line into N character +ranges (one per logical column), then process each column as an independent +account stream. + +Each stream walks rows top-to-bottom: + - A row whose first non-whitespace token is an account-number pattern + starts a new account. + - A row whose first non-whitespace content is at the SAME indent (i.e. + inside the column range) but does NOT start with a number is a + continuation of the current account's name. + - A blank row in this column = section break, flush current account. +""" + +import csv +import re +import subprocess +import sys +from pathlib import Path + +NUM_4 = re.compile(r"^(?:F\s+|S\s+|R\s+|AV\s+|AM\s+|U\s+F\s+|U\s+S\s+|U\s+AM\s+|" + r"S/AV\s+|S/AM\s+|G\s+K\s+)?(\d{4})(?:\s+|$)") +NUM_6 = re.compile(r"^(?:F\s+|S\s+|R\s+|AV\s+|AM\s+|U\s+F\s+|U\s+S\s+|U\s+AM\s+|" + r"S/AV\s+|S/AM\s+|G\s+K\s+)?(\d{4})\s+(\d{2})(?:\s+|$)") +RESERVED = re.compile(r"^R\s+(\d{4})\s*$") +RANGE_TAIL = re.compile(r"^-\d+\s*$") + +# SKR 04 (Abschlussgliederungsprinzip — balance-sheet-structure): +FAMILY_SKR04 = { + "0": "Anlagevermögen", "1": "Umlaufvermögen", "2": "Eigenkapital", + "3": "Fremdkapital", "4": "Erträge", "5": "Materialaufwand", + "6": "Personalaufwand/sonstige Aufwendungen", + "7": "Finanzergebnis/Steuern", "8": "frei", + "9": "Statistische Konten", +} + +# SKR 03 (Prozessgliederungsprinzip — process-oriented): +FAMILY_SKR03 = { + "0": "Anlage- und Kapitalkonten", + "1": "Finanz- und Privatkonten", + "2": "Abgrenzungskonten", + "3": "Wareneingang und Bestandskonten", + "4": "Betriebliche Aufwendungen", + "5": "frei", + "6": "frei", + "7": "Bestände an Erzeugnissen", + "8": "Erlöse", + "9": "Vortrags-, Statistische Konten", +} + + +def family_skr04(num: str) -> str: + return FAMILY_SKR04.get(num[0], "Unknown") + + +def family_skr03(num: str) -> str: + return FAMILY_SKR03.get(num[0], "Unknown") + + +def extract_layout_text(pdf_path: Path) -> str: + result = subprocess.run( + ["pdftotext", "-layout", str(pdf_path), "-"], + capture_output=True, text=True, check=True, + ) + return result.stdout + + +def slice_columns(text: str, ranges: list[tuple[int, int]]) -> list[list[str]]: + """For each (start, end) char range, return the list of substrings + (one per text line). Lines shorter than `start` produce empty strings.""" + lines = text.splitlines() + out = [] + for start, end in ranges: + col_lines = [] + for line in lines: + if len(line) <= start: + col_lines.append("") + else: + col_lines.append(line[start:end].rstrip()) + out.append(col_lines) + return out + + +# Section-header tokens that, when they appear ALONE on a line in a column, +# signal a category break and force a flush of the current account. Kept +# conservative — only words that are NEVER part of an account name. +HARD_SECTION_HEADERS = { + "Anlagevermögen", "Anlagevermögenskonten", "Umlaufvermögen", + "Umlaufvermögenskonten", "Eigenkapital", "Eigenkapitalkonten", + "Fremdkapital", "Fremdkapitalkonten", "Sachanlagen", "Finanzanlagen", + "Vorräte", "Materialaufwand", +} + + +def walk_skr04_column(col_lines: list[str], accounts: dict[str, str]) -> None: + cur_num = None + cur_parts = [] + for raw in col_lines: + s = raw.strip() + if not s: + # Blank slice = this column has no content on this row (could be a + # right-page-only line). Just skip — do NOT flush. Flush is driven + # purely by new-account-number-detection and hard section headers. + continue + if RESERVED.match(s) or RANGE_TAIL.match(s): + if cur_num and cur_parts: + _stash(accounts, cur_num, cur_parts) + cur_num = None; cur_parts = [] + continue + # Hard section header alone on a line -> flush. + if s in HARD_SECTION_HEADERS: + if cur_num and cur_parts: + _stash(accounts, cur_num, cur_parts) + cur_num = None; cur_parts = [] + continue + m = NUM_4.match(s) + if m: + if cur_num and cur_parts: + _stash(accounts, cur_num, cur_parts) + cur_num = m.group(1) + cur_parts = [s[m.end():].strip()] + else: + if cur_num is not None: + cur_parts.append(s) + if cur_num and cur_parts: + _stash(accounts, cur_num, cur_parts) + + +def walk_skr03_column(col_lines: list[str], accounts: dict[str, str]) -> None: + cur_num = None + cur_parts = [] + for raw in col_lines: + s = raw.strip() + if not s: + continue + if RESERVED.match(s) or RANGE_TAIL.match(s): + if cur_num and cur_parts: + _stash(accounts, cur_num, cur_parts) + cur_num = None; cur_parts = [] + continue + if s in HARD_SECTION_HEADERS: + if cur_num and cur_parts: + _stash(accounts, cur_num, cur_parts) + cur_num = None; cur_parts = [] + continue + m = NUM_6.match(s) + if m: + if cur_num and cur_parts: + _stash(accounts, cur_num, cur_parts) + cur_num = m.group(1) + m.group(2) + cur_parts = [s[m.end():].strip()] + else: + if cur_num is not None: + cur_parts.append(s) + if cur_num and cur_parts: + _stash(accounts, cur_num, cur_parts) + + +def _stash(accounts: dict[str, str], num: str, parts: list[str]) -> None: + name = " ".join(p.strip() for p in parts if p.strip()).strip() + name = re.sub(r"\s+", " ", name) + # Strip trailing markers. + while True: + m = re.match(r"^(.*\S)\s+(HB|SB|EÜR)$", name) + if not m: + break + name = m.group(1).strip() + # Strip footer fragments. + name = re.sub(r"\s+Art\.-Nr\.\s+\d+.*$", "", name).strip() + name = re.sub(r"\s+Seite\s+\d+\s*$", "", name).strip() + # Repair hyphenated line breaks like "Konzessio- nen" -> "Konzessionen". + # Don't merge if the next word is a separable German function word + # ("oder", "und", "der", "die", "das") — those are real word boundaries + # in DATEV's compound notation like "Geschäfts- oder Firmenwert". + def _maybe_merge(match): + next_word = match.group(1) + if next_word in {"oder", "und", "der", "die", "das", "im", "in", + "an", "auf", "für", "mit", "zur", "zum"}: + return "- " + next_word # keep hyphen + return next_word # merge + + name = re.sub(r"-\s+([a-zäöüß]{1,6})(?=\s|$)", _maybe_merge, name) + if not name: + return + # Reject standalone section headers. + if name in {"Anlagevermögen", "Umlaufvermögen", "Eigenkapital", + "Fremdkapital", "Sachanlagen", "Finanzanlagen", + "Vorräte", "Rückstellungen", "Verbindlichkeiten"}: + return + if num not in accounts: + accounts[num] = name + + +def write_csv(rows, path: Path, source: str): + with path.open("w", newline="", encoding="utf-8") as f: + w = csv.writer(f) + w.writerow(["account_number", "account_name", "family", "source"]) + for num, name, fam in rows: + w.writerow([num, name, fam, source]) + + +def main(): + skr04_pdf = Path( + "/root/.claude/uploads/8b4bdcc8-f92c-424f-911e-928ee9191fb8/edb5ec8e-st26301494027_de.pdf" + ) + skr03_pdf = Path( + "/root/.claude/uploads/8b4bdcc8-f92c-424f-911e-928ee9191fb8/4ad3968e-19606_HGB_SKR_03_Bau_und_Handwerk_2026.pdf" + ) + out_dir = Path("/home/user/lance-graph/data/ontologies/skr-datev") + out_dir.mkdir(parents=True, exist_ok=True) + + # SKR 04: 4 logical columns. The account-num+name columns sit at char + # ranges [37, 115) (left page) and [115, 200) (right page). The right + # boundary of col 1 is conservatively past Posten-col-2 because the + # only thing in chars 80-115 on a row that ALSO has account content in + # col 1 is more col-1 name continuation. + skr04_text = extract_layout_text(skr04_pdf) + skr04_cols = slice_columns(skr04_text, [(37, 100), (110, 200)]) + accounts04 = {} + for col in skr04_cols: + walk_skr04_column(col, accounts04) + skr04 = sorted( + [(n, name, family_skr04(n)) for n, name in accounts04.items()], + key=lambda r: r[0], + ) + write_csv(skr04, out_dir / "skr04.csv", + "DATEV SKR 04 (Art.-Nr. 11175, 2023)") + print(f"SKR 04: {len(skr04)}") + + # SKR 03 Bau has 4 logical columns; account name+number columns sit at + # char ranges [38, 100) and [128, 200). The left boundary was 44 in an + # earlier revision but rows with a function-code prefix (e.g. "F 1000 00 + # Kasse") push the account number one column LEFT — slicing at 44 cut + # those numbers in half and dropped them from the output. Widening to + # 38 catches the function code AND the first digit of the number. + skr03_text = extract_layout_text(skr03_pdf) + skr03_cols = slice_columns(skr03_text, [(38, 100), (128, 200)]) + accounts03 = {} + for col in skr03_cols: + walk_skr03_column(col, accounts03) + bau = sorted( + [(n, name, family_skr03(n[:4])) for n, name in accounts03.items()], + key=lambda r: r[0], + ) + write_csv(bau, out_dir / "skr03-bau.csv", + "DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)") + print(f"SKR 03 Bau: {len(bau)}") + + # Canonical SKR 03 = Bau (NN=00) entries. + canonical = [(n[:4], name, fam) for n, name, fam in bau if n[4:] == "00"] + write_csv(canonical, out_dir / "skr03.csv", + "Canonical DATEV SKR 03 (NN=00 subset of Bau variant)") + print(f"SKR 03 canonical: {len(canonical)}") + + # Quality samples. + print("\n--- SKR 04 samples ---") + for r in skr04[:8]: print(f" {r}") + print("\n--- Mid-range SKR04 (5000-5050) ---") + for r in skr04: + if "5000" <= r[0] <= "5050": + print(f" {r}") + print("\n--- SKR 03 canonical samples ---") + for r in canonical[:8]: print(f" {r}") + print("\n--- SKR 03 Bau extensions (NN != 00) ---") + extensions = [r for r in bau if r[0][4:] != "00"] + print(f" total: {len(extensions)} trade-specific extensions") + for r in extensions[:5]: print(f" {r}") + + # Quality stats. + susp_4 = [r for r in skr04 if len(r[1]) > 100] + susp_3 = [r for r in canonical if len(r[1]) > 100] + print(f"\nNames >100 chars (review candidates): SKR04={len(susp_4)}, SKR03={len(susp_3)}") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/data/ontologies/skr-datev/skr03-bau.csv b/data/ontologies/skr-datev/skr03-bau.csv new file mode 100644 index 00000000..222b6990 --- /dev/null +++ b/data/ontologies/skr-datev/skr03-bau.csv @@ -0,0 +1,1881 @@ +account_number,account_name,family,source +000500,Rückständige fällige Einzahlungen auf Geschäftsanteile,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +001000,"Entgeltlich erworbene Konzessionen, gewerbliche Schutzrechte und geleistete ähnliche Rechte und lungen und Werte sowie Lizenzen gen im Bau an solchen Rechten Grundstück und Werten grundstück che Rechte Bauten ein",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +001500,Konzessionen lich der B,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +002000,Gewerbliche auf fremde Schutzrechte Grundstück,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +002500,Ähnliche Rechte und Werte,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +002700,EDV-Software,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +003000,Lizenzen an gewerblichen Schutzrechten und ähnlichen Rechten und Werten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +003500,Geschäfts- oder Firmenwert,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +003800,Anzahlungen auf Geschäfts- oder Firmenwert,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +003900,Geleistete Anzahlungen auf immaterielle Vermö- gensgegenstände,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +004000,-0042 99,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +004300,Selbst geschaffene immaterielle Vermö- gensgegenstände geleistete lungen und,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +004400,EDV-Software gen im Bau,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +004500,Lizenzen und Franchiseverträge,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +004600,Konzessionen und ge- werbliche Schutzrechte,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +004700,"Rezepte, Verfahren, Grundstück Prototypen grundstück",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +004800,Immaterielle Vermöche Rechte gensgegenstände in Bauten ein Entwicklung lich der B auf fremde Grundstück,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +005000,"Grundstücke, grund- stücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grundstücken",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +005900,Grundstücksanteil häusliches Arbeitszimmer geleistete,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +006000,Grundstücksgleiche lungen und Rechte ohne Bauten gen im Bau,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +006500,Unbebaute Grundstücke,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +007000,"Grundstücksgleiche Rechte (Erbbaurecht, Dauerwohnrecht, unbebaute Grundstücke) Eigenformular, Nachdruck – auch auszugsweis 0 Bilanz-/GuV- Anlage- und Kapitalkonten Posten HGB",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +007500,Grundstücke mit Substanzverzehr,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +007510,Sand- und Kiesausbeute,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +007511,Grundstücke mit Substanzverzehr,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +007900,Anzahlungen auf Grund und Boden,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +008000,Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +008500,Grundstückswerte eigener bebauter Grundstücke,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +009000,Geschäftsbauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +010000,Fabrikbauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +010010,Bauliche Anlagen für stationäre Fertigung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +010011,Fabrikbauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +011000,Garagen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +011100,"Außenanlagen für Geschäfts-, Fabrik- und andere Bauten",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +011200,Hof- und Wegebefestigungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +011300,"Einrichtungen für Geschäfts-, Fabrik- und andere Bauten",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +011500,Andere Bauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +011510,Bauten auf dem Bauhof,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +011600,Andere Bauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +012000,"Geschäfts-, Fabrik- und andere Bauten im Bau auf eigenen Grundstücken",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +012900,"Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten auf eigenen Grundstücken",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +014000,Wohnbauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +014500,Garagen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +014600,Außenanlagen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +014700,Hof- und Wegebefestigungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +014800,Einrichtungen für Wohnbauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +014900,Gebäudeanteil häusliches Arbeitszimmer,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +015000,Wohnbauten im Bau auf eigenen Grundstücken,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +015900,"Anzahlungen auf Wohnbauten auf eigenen Grundstücken Seite 1 0 nlage- und Kapitalkonten 20 10 Bohrgeräte, Laser u. a. 20 11 Kleingeräte 21 00 Maschinengebundene Werkzeuge 40 00 Technische Anlagen 60 00 Transportanlagen und Ähnliches 80 00 Betriebsvorrichtungen 90 00 Technische Anlagen und Maschinen im Bau 99 00 Anzahlungen auf technische Anlagen und Maschinen 00 00 Andere Anlagen, Betriebs- und Geschäftsausstattung 00 10 Fuhrpark 00 11 Bau- und Mannschaftswagen 01 00 Andere Anlagen, Betriebs- und Geschäftsausstattung 10 00 Andere Anlagen 20 00 Pkw 20 10 Fuhrpark - Busse und Kombi 20 70 Fuhrpark - Pkw - gewerblich 21 00 Pkw 50 00 Lkw 50 10 Fuhrpark - Lkw 51 00 Lkw 80 00 Sonstige Transportmittel 80 10 Fuhrpark Hänger/ Tieflader 80 11 Transporter und Pritschen 80 12 Stapler 80 90 Sonstige Transportgeräte 81 00 Sonstige Transportmittel 00 00 Betriebsausstattung 00 10 Bauwagen und Baucontainer 00 11 Baustellenausstattung 00 12 Einrichtung Bauhof 00 13 Einrichtung Werkstatt 00 14 Wohnwagen und Baracken 01 00 Betriebsausstattung 10 00 Geschäftsausstattung 10 10 EDV-Hardware 10 11 Kommunikationsanlagen 11 00 Geschäftsausstattung 20 00 Büroeinrichtung 30 00 Ladeneinrichtung 40 00 Werkzeuge 40 10 Werkzeuge außerhalb der Baugeräteliste (BGL) 41 00 Werkzeuge 50 00 Einbauten in fremde Grundstücke 60 00 Gerüst- und Schalungsmaterial 60 10 Genormte Rüstung und Schalung Seite 2 0 Anlage- und Kapitalkonten 520 00 Ausleihungen an Unternehmen, mit denen ein Beteiligungs- verhältnis besteht 523 00 Ausleihungen an Unternehmen, mit denen ein Beteiligungs- verhältnis besteht, Personengesellschaften 524 00 Ausleihungen an Unternehmen, mit denen ein Beteiligungs- verhältnis besteht, Kapitalgesellschaften 525 00 Wertpapiere des Anlagevermögens 530 00 Wertpapiere mit Gewinnbeteiligungsan- sprüchen, die dem Teileinkünfteverfahren unterliegen 535 00 Festverzinsliche Wertpapiere 538 00 Anteile einer GmbH & Co. KG an einer Komplementär-GmbH 540 00 Übrige sonstige Ausleihungen 550 00 Darlehen 570 00 Genossenschaftsanteile zum langfristigen Verbleib 580 00 Ausleihungen an Gesellschafter 582 00 Ausleihungen an GmbH-Gesellschafter",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +016000,Bauten auf fremden Grundstücken,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +016500,Geschäftsbauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +017000,Fabrikbauten geleistete Anzah-,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +017500,Garagen lungen und Anla-,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +017600,Außenanlagen gen im Bau,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +017700,Hof- und Wegebefestigungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +017800,"Einrichtungen für Geschäfts-, Fabrik-, Andere Anlagen, Wohn- und Betriebs- und Geandere Bauten schäftsausstat-",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +017900,Andere Bauten tung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +018000,"Geschäfts-, Fabrik- und andere Bauten im Bau auf fremden Grundstücken",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +018900,"Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten auf fremden Grundstücken",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +019000,Wohnbauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +019100,Garagen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +019200,Außenanlagen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +019300,Hof- und Wegebefestigungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +019400,Einrichtungen für Wohnbauten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +019500,Wohnbauten im Bau auf fremden Grundstücken,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +019900,Anzahlungen auf Wohnbauten auf fremden Grundstücken,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +020000,Technische Anlagen und Maschinen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +020010,Baugeräte und Maschinen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +020011,Kleingeräte außerhalb der Baugeräteliste (BGL),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +020012,Zubehör für Geräte und Maschinen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +020013,Technische Anlagen und stationäre Maschinen (z.B. Mischanlagen),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +020090,Sonstiges Inventar,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +020100,Technische Anlagen und Maschinen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +021000,Maschinen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +021010,Baumaschinen alt,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +021011,Baukräne,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +021012,Mobil- und Kettenbagger,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +021013,Kompressoren,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +021014,Sonstige Verdichtungsgeräte,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +021015,Stromaggregate,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +021100,Maschinen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +022000,"Maschinengebundene Werkzeuge Eigenformular, Nachdruck – auch auszugsweise – nic 0 Bilanz-/GuV- Anlage- und Kapitalkonten Posten HGB",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +046011,"Ungenormte Rüstung Ausleihungen an und Schalung Unternehmen, mit",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +046012,Leiter-/ denen ein Beteili Stahlrohrgerüste gungsverhältnis,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +046100,Gerüst- und besteht Schalungsmaterial,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +048000,Geringwertige Wirtschaftsgüter,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +048500,Wirtschaftsgüter (Sammelposten),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +049000,Sonstige Betriebs- und Geschäftsausstattung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +049010,Bauhof- und Geschäftsausstattung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +049011,"Bauzäune, Absperrungen Wertpapiere des",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +049100,Sonstige Betriebs- und Anlagevermögens Geschäftsausstattung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +049800,"Andere Anlagen, Betriebs- und Geschäftsausstattung im Bau",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +049900,"Anzahlungen auf andere Anlagen, Betriebs- und Anteile an ver- Geschäftsausstattung bundenen Unter-",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050000,Anteile an verbundenen nehmen Unternehmen (Anlagevermögen) sonstige Auslei-,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050100,"Anteile an verbundenen hungen Unternehmen, Personengesellschaften Genossenschafts-",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050200,"Anteile an verbundenen anteile Unternehmen, Kapitalgesellschaften Ausleihungen an",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050300,"Anteile an herrschender Gesellschafter oder mehrheitlich beteiligter Gesellschaft, Kapitalgesellschaften",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050400,Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050500,Ausleihungen an ver- bundene Unternehmen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050600,"Ausleihungen an ver- sonstige Auslei- bundene Unternehmen, hungen Personengesellschaften Rückdeckungsan-",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050700,"Ausleihungen an ver- sprüche aus Le- bundene Unternehmen, bensversicherun- Kapitalgesellschaften gen",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050800,"Ausleihungen an ver- Anleihen bundene Unternehmen, Einzelunternehmen",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +050900,"Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft, Personengesellschaften",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +051000,Beteiligungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +051300,Typisch stille Beteiligungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +051600,Atypisch stille Beteiligungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +051700,Beteiligungen an Kapitalgesellschaften,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +051800,Beteiligungen an Personengesellschaften,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +051900,"Beteiligung einer GmbH & Co. KG an einer Komplementär-GmbH Eigenformular, Nachdruck – auch auszugsweise – nic 0 Bilanz-/GuV- Anlage- und Kapitalkonten Posten HGB",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +058400,"Ausleihungen an persönlich haftende Gesellschafter 586 00 Ausleihungen an Kommanditisten 590 00 Ausleihungen an nahe stehende Personen 595 00 Rückdeckungsansprüche aus Lebensversicherungen zum langfristigen Verbleib 600 00 Anleihen, nicht konvertibel 601 00 Anleihen, nicht konvertibel - Restlaufzeit bis 1 Jahr 605 00 Anleihen, nicht konvertibel - Restlaufzeit 1 bis 5 Jahre 610 00 Anleihen, nicht konvertibel - Restlaufzeit größer 5 Jahre 615 00 Anleihen, konvertibel 616 00 Anleihen, konvertibel - Restlaufzeit bis 1 Jahr 620 00 Anleihen, konvertibel - Restlaufzeit 1 bis 5 Jahre 625 00 Anleihen, konvertibel - Restlaufzeit größer 5 Jahre Seite 3 0 lage- und Kapitalkonten 15 00 Verbindlichkeiten ge- genüber Unternehmen, mit denen ein Beteili- gungsverhältnis besteht 16 00 Verbindlichkeiten ge- genüber Unternehmen, mit denen ein Beteili- gungsverhältnis besteht - Restlaufzeit bis 1 Jahr 20 00 Verbindlichkeiten ge- genüber Unternehmen, mit denen ein Beteili- gungsverhältnis besteht - Restlaufzeit 1 bis 5 Jahre 25 00 Verbindlichkeiten ge- genüber Unternehmen, mit denen ein Beteili- gungsverhältnis besteht - Restlaufzeit größer 5 Jahre 30 00 Verbindlichkeiten ge- genüber Gesellschaftern 31 00 Verbindlichkeiten ge- genüber Gesellschaftern - Restlaufzeit bis 1 Jahr 40 00 Verbindlichkeiten ge- genüber Gesellschaftern - Restlaufzeit 1 bis 5 Jahre 50 00 Verbindlichkeiten ge- genüber Gesellschaftern - Restlaufzeit größer 5 Jahre 55 00 Verbindlichkeiten gegenüber Gesellschaftern für offene Ausschüttungen 60 00 Verbindlichkeiten gegenüber typisch stillen Gesellschaftern 61 00 Verbindlichkeiten gegenüber typisch stillen Gesellschaftern - Restlaufzeit bis 1 Jahr 64 00 Verbindlichkeiten gegenüber typisch stillen Gesellschaftern - Restlaufzeit 1 bis 5 Jahre 67 00 Verbindlichkeiten gegenüber typisch stillen Gesellschaftern - Restlaufzeit größer 5 Jahre 70 00 Verbindlichkeiten gegenüber atypisch stillen Gesellschaftern Seite 4 0 Anlage- und Kapitalkonten",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +063000,"Verbindlichkeiten Verbindlichkeiten gegenüber gegenüber Unter- Kreditinstituten nehmen, mit denen ein Beteili- gungsverhältnis besteht oder For- derungen gegen Unternehmen, mit",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +063100,Verbindlichkeiten denen ein Beteili gegenüber gungsverhältnis Kreditinstituten besteht - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +064000,Verbindlichkeiten gegenüber Kreditinstituten - Restlaufzeit 1 bis 5 Jahre,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +065000,Verbindlichkeiten gegenüber Kreditinstituten - Restlaufzeit größer 5 Jahre,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +066000,Verbindlichkeiten gegenüber Kreditinstituten aus Teilzahlungsverträgen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +066100,Verbindlichkeiten gegenüber Kreditinstituten aus Verbindlichkeiten Teilzahlungsverträgen gegenüber Gesell- - Restlaufzeit bis 1 Jahr schaftern oder,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +067000,Verbindlichkeiten Forderungen ge- gegenüber gen Gesellschafte Kreditinstituten aus oder Sonstige Teilzahlungsverträgen Vermögensge- - Restlaufzeit genstände 1 bis 5 Jahre,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +068000,Verbindlichkeiten gegenüber Kreditinstituten aus Verbindlichkeiten Teilzahlungsverträgen gegenüber Gesell- - Restlaufzeit größer schaftern 5 Jahre,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +069000,"Verbindlichkeiten gegenüber Kreditinstituten, vor Restlaufzeitdifferenzierung",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +069900,Gegenkonto 0630-0689 bei Aufteilung der Konten 0690-0698,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +070000,Verbindlichkeiten ge- sonstige Verbind- genüber verbundenen lichkeiten Unternehmen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +070100,Verbindlichkeiten ge- genüber verbundenen Unternehmen - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +070500,Verbindlichkeiten ge- genüber verbundenen Unternehmen - Restlaufzeit 1 bis 5 Jahre,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +071000,"Verbindlichkeiten ge- genüber verbundenen Unternehmen - Restlaufzeit größer 5 Jahre Eigenformular, Nachdruck – auch auszugsweise – nic 0 Bilanz-/G Anlage- und Kapitalkonten Posten HG",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +077100,Verbindlichkeiten Eingefordert gegenüber atypisch noch aussteh stillen Gesellschaftern Kapitaleinla - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +077400,Verbindlichkeiten gegenüber atypisch stillen Gesellschaftern - Restlaufzeit eingefordert 1 bis 5 Jahre Nachschüsse,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +077700,Verbindlichkeiten gegenüber atypisch Kapitalrückl stillen Gesellschaftern - Restlaufzeit größer 5 Jahre,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +078000,Partiarische Darlehen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +078100,Partiarische Darlehen - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +078400,Partiarische Darlehen - Restlaufzeit 1 bis 5 Jahre,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +078700,Partiarische Darlehen - Restlaufzeit größer 5 Jahre,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +079000,"Sonstige Verbindlichkeiten, vor Restlaufzeitdifferenzierung (nur Bilanzierer)",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +079900,"Gegenkonto 0730-0789 und 1665-1678 und 1695-1698 bei Gesetzliche Aufteilung der Konten lage 0790-0798 Andere Gewin K 0800 00 Gezeichnetes Kapital17) rücklagen K 0809 00 Kapitalerhöhung aus Rücklage für Gesellschaftsmitteln17) teile an ein K 0810 00 Geschäftsguthaben herrschenden der verbleibenden oder mehrhei Mitglieder17) beteiligten nehmen K 0811 00 Geschäftsguthaben Satzungsmäßi der ausscheidenden Rücklagen Mitglieder17) Andere Ergeb rücklagen K 0812 00 Geschäftsguthaben Anfangskapit aus gekündigten Geschäftsanteilen17) K 0813 00 Rückständige fällige Einzahlungen auf Geschäftsanteile, vermerkt17)",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +081500,"Gegenkonto Andere Gewin Rückständige fällige rücklagen Einzahlungen auf Geschäftsanteile, vermerkt Anfangskapit K 0819 00 Erworbene eigene Anteile17)",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +082000,"Ausstehende -0829 99 Einlagen auf das gezeichnete Kapital, nicht eingefordert (Passivausweis, vom gezeichneten Kapital offen abgesetzt; eingeforderte ausstehende Einlagen s. Konten 0830-0838) Gewinn- / Ve vortrag Eigenformular, Nachdruck – auch auszugsweise gr.- 0 Bil ind. Anlage- und Kapitalkonten Pos hl.ck",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +083000,"Ausstehende Einlagen -0838 99 auf das gezeichnete Kapital, eingefordert (Forderungen, nicht eingeforderte ausstehende Einlagen s. Konten 0820-0829)",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +083900,"Nachschüsse (Forderungen, Gegenkonto 0845) K 0840 00 Kapitalrücklage17) K 0841 00 Kapitalrücklage durch Ausgabe von Anteilen über Nennbetrag17) K 0842 00 Kapitalrücklage durch Ausgabe von Schuldverschreibungen für Wandlungsrechte und Optionsrechte zum Erwerb von Anteilen17) K 0843 00 Kapitalrücklage durch Zuzahlungen gegen Gewährung eines Vorzugs für Anteile17) K 0844 00 Kapitalrücklage durch Zuzahlungen in das Eigenkapital17) K 0845 00 Nachschusskapital (Gegenkonto 0839)17) K 0846 00 Gesetzliche Rücklage17) K 0848 00 Andere Gewinnrücklagen aus dem Erwerb eigener Anteile17)",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +084900,Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen K 0851 00 Satzungsmäßige Rücklagen17) K 0852 00 Andere Ergebnisrücklagen17),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +085300,Gewinnrücklagen aus den Übergangsvor- schriften BilMoG11),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +085400,Gewinnrücklagen aus den Übergangsvor- schriften BilMoG (Zuschreibung Sachanlagevermögen)11) K 0855 00 Andere Gewinnrücklagen17) K 0856 00 Eigenkapitalanteil von Wertaufholungen17),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +085700,Gewinnrücklagen aus den Übergangsvor- schriften BilMoG (Zuschreibung Finanz- anlagevermögen)11),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +085800,Gewinnrücklagen aus den Übergangsvor- schriften BilMoG (Auflösung der Sonderposten mit Rücklageanteil)11),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +085900,Latente Steuern (Gewinnrücklage Haben) aus erfolgsneutralen Verrechnungen11) K 0860 00 Gewinnvortrag vor Verwendung17) Seite 5 rogr.- 0 rbind. Anlage- und Kapitalkonten schl.weck,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +086500,Gewinnvortrag vor Verwendung (mit Aufteilung für Kapi- Rückst talkontenentwicklung) für Pe,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +086700,Verlustvortrag vor ähnlic Verwendung pflich (mit Aufteilung für Kapi- Rückst talkontenentwicklung) für Pe K 0868 00 Verlustvortrag vor ähnlic Verwendung17) pflich,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +087000,Festkapital (VH) Aktive schied der Ve,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +087100,"Kapital (fester Anteil, verrec nur Einzelunterneh- Rückst men)22) für Pe",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +088000,Variables Kapital (VH) ähnlic pflich,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +088100,"Kapital (variabler Anteil, nur Einzelunterneh- men)22)",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +089000,Gesellschafter-Darlehen (VH) Steuer gen Sonsti,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +089100,lungen -0899 99 Steuer,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +090000,Kommandit-Kapital (TH) gen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +090100,-0909 99 Sonsti,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +091000,Verlustausgleichskonto lungen (TH),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +091100,-0919 99,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +092000,Gesellschafter-Darlehen (TH),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +092100,-0929 99,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +093000,Übrige andere Sonderposten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +093100,Steuerfreie Rücklagen Sonsti nach § 6b EStG lungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +093200,Rücklage für ver Un Ersatzbeschaffung betrag,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +094000,"Sonderposten mit Vermög Rücklageanteil, rechnu Sonderabschreibungen6)",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +094500,Ausgleichsposten bei Entnahmen § 4g EStG Passiv,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +094600,Rücklage für Zuschüsse Steuer Steuer,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +094700,Sonderposten mit gen Rücklageanteil nach Sonsti § 7g Abs. 5 EStG lungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +094800,"Sonderposten für Zuschüsse Dritter Eigenformular, Nachdruck – auch auszugs gr.- 0 Bilanz- ind. Anlage- und Kapitalkonten Posten hl.ck",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +094900,Sonderposten für Investitionszulagen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +095000,Rückstellungen für Pensionen und ähnliche Verpflichtungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +095100,Rückstellungen für Pensionen und ähnliche Verpflichtungen zur Saldierung mit Vermö- gensgegenständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +095200,Rückstellungen für Pensionen und ähnliche Verpflichtungen gegenüber Gesellschaftern oder nahe stehenden Personen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +095300,Rückstellungen für Direktzusagen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +095400,Rückstellungen für Zu- schussverpflichtungen für Pensionskassen und Lebensversicherungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +095500,Steuerrückstellungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +095600,Gewerbesteuerrückstellung nach § 4 Abs. 5b EStG,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096100,Urlaubsrückstellungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096200,Steuerrückstellung für Steuerstundung (BStBK),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096300,Körperschaftsteuerrück- stellung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096400,Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zum langfristigen Verbleib,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096500,Rückstellungen für Personalkosten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096510,Rückstellungen für Ansparstunden,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096511,Rückstellungen Personalkosten für ausgeschiedene Mitarbeiter,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096600,Rückstellungen zur Erfüllung der Aufbe- wahrungspflichten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096700,Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zur Saldierung mit Vermö- gensgegenständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096800,Passive latente Steuern,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +096900,Rückstellungen für latente Steuern,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097000,Sonstige Rückstellungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097010,Rückstellungen für Berufsgenossen- schaftsbeiträge,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097011,Rückstellungen für Ausgleichsabgabe Seite 6 .- 0 d. Anlage- und Kapitalkonten .-,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097012,Rückstellungen für Prozesskosten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097013,Rückstellungen für Baustellenräumung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097014,Rückstellungen für noch auszuführende Arbeiten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097100,"Rückstellungen für unterlassene Aufwendungen für Instandhaltung, Nachholung in den ersten drei Monaten",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097300,Rückstellungen für Abraum- und Abfallbeseitigung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097400,Rückstellungen für Gewährleistungen (Gegenkonto 4790),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097600,Rückstellungen für drohende Verluste aus schwebenden Geschäften,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097700,Rückstellungen für Abschluss- und Prüfungskosten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097800,-0978 99,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097900,Rückstellungen für Umweltschutz,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +097910,Rückstellungen für Rekultivierung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +098000,Aktive Rechnungsabgrenzung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +098300,Aktive latente Steuern,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +098400,Als Aufwand berücksichtigte Zölle und Verbrauchsteuern auf Vorräte,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +098500,Als Aufwand berücksichtigte Umsatzsteuer auf Anzahlungen,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +098600,Damnum/Disagio,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +098700,Rechnungsabgren- zungsposten (Gewinnrücklage Soll) aus erfolgsneutralen Verrechnungen11),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +098800,Latente Steuern (Gewinnrücklage Soll) aus erfolgsneutralen Verrechnungen11),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +098900,Gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapi- talkontenentwicklung),Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +099000,Passive Rechnungsabgrenzung,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +099200,Abgrenzung unterjährig pauschal gebuchter Abschreibungen für BWA,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +099600,Pauschalwertberichtigung auf Forderungen - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +099700,"Pauschalwertberichtigung auf Forderungen - Restlaufzeit größer 1 Jahr Eigenformular, Nachdruck – auch auszugsweis 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +099800,Einzelwertberichtigungen auf Forderungen - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +099900,Einzelwertberichtigungen auf Forderungen - Restlaufzeit größer 1 Jahr Seite 7 1 Finanz- und Privatkonten,Anlage- und Kapitalkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +100000,Kasse,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +101000,Nebenkasse 1,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +101010,Baukasse,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +101100,Nebenkasse 1,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +102000,Nebenkasse 2,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +110000,Bank (Postbank) Aktiver Unter- schiedsbetrag a der Vermögens- verrechnung ode Sonstige Rückst lungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +111000,Bank (Postbank 1) Sonstige Vermö-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +112000,Bank (Postbank 2) gensgegenstände,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +113000,Bank (Postbank 3),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +119000,LZB-Guthaben,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +119500,Bundesbankguthaben,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +120000,Bank,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +121000,Bank 1,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +122000,Bank 2,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +123000,Bank 3 Aktiver Unter-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +124000,Bank 4 schiedsbetrag a,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +125000,Bank 5 der Vermögens-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +128900,verrechnung ode -1289 99 Rückstellungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +129000,Finanzmittelanlagen im für Pensionen u Rahmen der ähnliche Ver- kurzfristigen pflichtungen Finanzdisposition (nicht Sonstige Vermö- im Finanzmittelfonds gensgegenstände enthalten) oder sonstige,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +129500,Verbindlichkeiten Verbindlichkeit gegenüber Kreditinstituten (nicht im Finanzmittelfonds enthalten),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +130000,Forderungen ge- -1328 99 gen Kommanditisten oder Ver bindlichkeiten genüber Kom-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +132900,Andere Wertpapiere manditisten ode mit unwesentlichen Verbindlichkeit Wertschwankungen gegenüber Gesel,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +133000,schaftern -1339 99 Sonstige Vermö- gensgegenstände,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +134000,Anteile an verbundenen Unternehmen (Umlaufvermögen),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +134400,Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +134800,Sonstige Wertpapiere,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +134900,Wertpapieranlagen im Rahmen der kurzfristigen Sonstige Vermö- Finanzdisposition gensgegenstände,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +135000,"GmbH-Anteile zum oder sonstige kurzfristigen Verbleib Verbindlichkeit Eigenformular, Nachdruck – auch auszugsweise – n gr.- 1 Bilanz- ind. Finanz- und Privatkonten Posten hl.ck",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +135200,Genossenschaftsanteile zum kurzfristigen Verbleib,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +135300,Vermögensgegenstände zur Erfüllung von mit der Altersversorgung vergleichbaren langfristigen Verpflichtungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +135400,Vermögensgegenstände zur Saldierung mit der Altersversorgung vergleichbaren langfristigen Verpflichtungen nach § 246 Abs. 2 HGB,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +135500,Ansprüche aus Rückde- ckungsversicherungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +135600,Vermögensgegenstände zur Erfüllung von Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +135700,Vermögensgegenstände zur Saldierung mit Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +136000,Geldtransit,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +137100,"Verrechnungskonto Gewinnermittlung § 4 Abs. 3 EStG, nicht ergebniswirksam",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +137200,Wirtschaftsgüter des Umlaufvermögens nach § 4 Abs. 3 S. 4 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +137300,-1375 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +137600,Forderungen gegen typisch stille Gesellschafter,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +137700,Forderungen gegen typisch stille Gesellschafter - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +137800,Forderungen gegen typisch stille Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +137900,-1379 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +138000,Überleitungskonto Kostenstellen Seite 8 .- 1 d. Finanz- und Privatkonten .-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +138100,Forderungen gegen GmbH-Gesellschafter,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +138200,Forderungen gegen GmbH-Gesellschafter - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +138300,Forderungen gegen GmbH-Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +138500,Forderungen gegen persönlich haftende Gesellschafter Forderunge Lieferunge,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +138600,Forderungen gegen Leistungen persönlich haftende sonstige V Gesellschafter lichkeiten - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +138700,Forderungen gegen persönlich haftende Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +138900,Ansprüche aus betrieblicher Altersversorgung und Pensionsansprüche (Mitunternehmer)28),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +139000,Verrechnungskonto Ist-Versteuerung,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +139100,Neutralisierung ertragswirksamer Forderunge Sachverhalte für gen verbun § 4 Abs. 3 EStG Unternehme,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +139400,Forderungen gegen oder Verbi Gesellschaft/ keiten geg Gesamthand28) verbundene,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +140000,Forderungen aus ternehmen Lieferungen und Leistungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +140100,-1406 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +141000,Forderungen aus -1410 09 Lieferungen und Leistungen ohne Kontokorrent,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +141010,Sicherheitseinbehalte,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +141100,Forderungen aus -1444 99 Lieferungen und Leistungen ohne Forderunge Kontokorrent gen verbun,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +144500,"Forderungen aus Unternehme Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz oder eines Kleinunternehmers (EÜR) Eigenformular, Nachdruck – auch auszugsweis 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +144600,Forderungen aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +144700,Forderungen aus steuerfreien oder nicht steuerbaren Lieferungen und Leistungen (EÜR),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +144800,Forderungen aus Lieferungen und Leistungen nach Durchschnittssätzen nach § 24 UStG (EÜR),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +144900,Gegenkonto 1445-1448 bei Aufteilung der Forderungen nach Steuersätzen (EÜR),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +145000,Forderungen nach § 11 Abs. 1 S. 2 EStG für § 4 Abs. 3 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +145100,Forderungen aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +145500,Forderungen aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +146000,Zweifelhafte Forderungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +146100,Zweifelhafte Forderungen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +146500,Zweifelhafte Forderungen - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +147000,Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +147100,Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +147500,Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +147800,Wertberichtigungen auf Forderungen gegen verbundene Unternehmen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +147900,Wertberichtigungen auf Forderungen gegen verbundene Unternehmen - Restlaufzeit größer 1 Jahr Seite 9 1 Finanz- und Privatkonten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +148000,"Forderungen aus Lieferungen und Leistungen gegen Unternehmen, mit Sonstige Vermödenen ein Beteiligungs- gensgegenstände verhältnis besteht Sonstige Vermö- gensgegenstände oder sonstige Verbindlichkeit",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +148100,"Forderungen aus Sonstige Vermö- Lieferungen und gensgegenstände Leistungen gegen Unternehmen, mit denen ein Beteiligungs- verhältnis besteht Sonstige Vermö- - Restlaufzeit bis 1 Jahr gensgegenstände",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +148500,"Forderungen aus oder sonstige Lieferungen und Verbindlichkeit Leistungen gegen Sonstige Vermö- Unternehmen, mit gensgegenstände denen ein Beteiligungs- verhältnis besteht - Restlaufzeit größer 1 Jahr Forderungen ge-",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +148800,"Wertberichtigungen auf gen Gesellschaf Forderungen gegen oder Verbindlic Unternehmen, mit keiten gegenübe denen ein Beteiligungs- Gesellschaftern verhältnis besteht oder sonstige - Restlaufzeit bis 1 Jahr Verbindlichkeit",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +148900,"Wertberichtigungen auf Forderungen gegen Unternehmen, mit denen ein Beteiligungs- verhältnis besteht Geleistete Anza - Restlaufzeit größer lungen 1 Jahr",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +149000,Forderungen aus Lieferungen und Leistungen gegen Gesellschafter,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +149100,Forderungen aus Lieferungen und Leistungen gegen Sonstige Vermö- Gesellschafter gensgegenstände - Restlaufzeit bis 1 Jahr oder sonstige,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +149500,Forderungen aus Verbindlichkeit Lieferungen und Leistungen gegen Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +149800,Gegenkonto zu sonstige Vermögensgegenstände bei Buchungen über Debitorenkonto,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +149900,Gegenkonto 1451-1497 bei Aufteilung Sonstige Vermö- Debitorenkonto gensgegenstände,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150000,Sonstige Vermögensge- genstände,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150030,"Forderungen gegenüber Sozialkasse (SOKA) Eigenformular, Nachdruck – auch auszugsweise – n 1 Bilanz-/ Finanz- und Privatkonten Posten H",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150100,Sonstige Vermögensge- genstände - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150200,Sonstige Vermögensge- genstände - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150300,Forderungen gegen Vorstandsmitglieder und Geschäftsführer - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150400,Forderungen gegen Vorstandsmitglieder und Geschäftsführer - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150500,Forderungen gegen Aufsichtsrats- und Beiratsmitglieder - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150600,Forderungen gegen Aufsichtsrats- und Beiratsmitglieder - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150700,Forderungen gegen sonstige Gesellschafter - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +150800,Forderungen gegen sonstige Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +151000,Geleistete Anzahlungen auf Vorräte,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +151100,Geleistete Anzahlungen -1511 99 7 % Vorsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +151200,Geleistete Anzahlungen -1512 99 5 % Vorsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +151300,-1516 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +151700,Geleistete Anzahlungen -1517 99 16 % Vorsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +151800,Geleistete Anzahlungen -1518 99 19 % Vorsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +151900,Forderungen gegen Arbeitsgemeinschaften,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152000,Forderungen gegenüber Krankenkassen aus Aufwendungsaus- gleichsgesetz,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152010,Forderungen gegenüber Krankenkassen (ohne AAG),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152100,Agenturwarenabrechnung,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152200,Genussrechte,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152400,Einzahlungsansprüche zu Nebenleistungen oder Zuzahlungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152500,Kautionen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152600,Kautionen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152700,Kautionen - Restlaufzeit größer 1 Jahr Seite 10 - 1 . Finanz- und Privatkonten -,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152800,Nachträglich abziehbare Vorsteuer nach § 15a Abs. 2 UStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +152900,Zurückzuzahlende Vorsteuer nach § 15a Abs. 2 UStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +153000,Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +153010,Lohn-Vorschüsse,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +153011,Lohn-Abschläge,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +153012,Lohn-Überzahlungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +153100,Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +153700,Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +153900,Umsatzsteuerforderungen frühere Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154000,Forderungen aus Gewerbesteuerüberzahlungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154200,Steuererstattungsan- sprüche gegenüber anderen Ländern,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154300,Forderungen an das Finanzamt aus abgeführtem Bauabzugsbetrag,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154400,Forderungen gegenüber Bundesagentur für Arbeit,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154500,Forderungen aus Umsatzsteuer- Vorauszahlungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154600,Umsatzsteuerforderungen Vorjahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154700,Forderungen aus entrichteten Verbrauchsteuern,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154800,Vorsteuer in Folgeperiode/ im Folgejahr abziehbar,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +154900,Körperschaftsteuerrück- forderung,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +155000,Darlehen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +155010,Personaldarlehen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +155100,Darlehen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +155500,Darlehen - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +155600,"Nachträglich abziehbare Vorsteuer nach Sonstige Ve § 15a Abs. 1 UStG, gensgegenst bewegliche oder sonsti Wirtschaftsgüter Verbindlich",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +155700,"Zurückzuzahlende Vorsteuer nach § 15a Abs. 1 UStG, bewegliche Wirtschaftsgüter Eigenformular, Nachdruck – auch auszugsweise 1 Bilanz-/ Finanz- und Privatkonten Posten H",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +155800,"Nachträglich abziehbare Vorsteuer nach § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +155900,"Zurückzuzahlende Vorsteuer nach § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156000,Aufzuteilende Vorsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156100,Aufzuteilende Vorsteuer 7 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156200,Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156300,Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156400,-1565 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156600,Aufzuteilende Vorsteuer 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156700,Aufzuteilende Vorsteuer nach §§ 13a und 13b UStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156800,-1568 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +156900,Aufzuteilende Vorsteuer nach §§ 13a und 13b UStG 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157000,Abziehbare Vorsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157100,Abziehbare Vorsteuer 7%,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157200,Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157300,Vorsteuer aus Erwerb als letzter Abnehmer innerhalb eines Dreiecksgeschäfts,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157400,Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157500,-1575 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157600,Abziehbare Vorsteuer 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157700,Abziehbare Vorsteuer nach § 13b UStG 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157800,Abziehbare Vorsteuer nach § 13b UStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +157900,-1579 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158000,Gegenkonto Vorsteuer § 4 Abs. 3 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158100,Auflösung Vorsteuer aus Vorjahr § 4 Abs. 3 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158200,Vorsteuer aus Investitionen § 4 Abs. 3 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158300,-1583 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158400,Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer- Identifikationsnummer Seite 11 - 1 . Finanz- und Privatkonten -,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158500,Abziehbare Vorsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158700,-1587 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158800,Entstandene Einfuhrumsatzsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +158900,-1589 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159000,Durchlaufende Posten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159200,Fremdgeld,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159300,Verrechnungskonto erhaltene Anzahlungen bei Buchung über Debitorenkonto,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159310,Angeforderte Abschlagszahlungen Verbindlich für erbrachte aus Lieferu Leistungen und Leistun,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159311,Angeforderte oder Sonsti Abschlagszahlungen Vermögensge für erbrachte genstände Leistungen nach § 13b,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159400,Forderungen gegen verbundene Unternehmen Verbindlich aus Lieferu und Leistun,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159500,Forderungen gegen oder Sonsti verbundene Vermögensge Unternehmen genstände - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159600,Forderungen gegen verbundene Unternehmen - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159700,"Forderungen gegen Unternehmen, mit denen ein Beteiligungs- verhältnis besteht Verbindlich gegenüber v bundenen Un nehmen oder derungen ge",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159800,"Forderungen gegen verbundene Unternehmen, mit ternehmen denen ein Beteiligungs- verhältnis besteht - Restlaufzeit bis 1 Jahr",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +159900,"Forderungen gegen Unternehmen, mit denen ein Beteiligungsver- hältnis besteht - Restlaufzeit größer 1 Jahr",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +160000,Verbindlichkeiten aus Lieferungen und Leistungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +160100,"-1603 99 Eigenformular, Nachdruck – auch auszugsweise 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +160500,Verbindlichkeiten aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz (EÜR),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +160600,Verbindlichkeiten aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +160700,Verbindlichkeiten aus Lieferungen und Leistungen ohne Vorsteuerabzug (EÜR),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +160900,Gegenkonto 1605-1607 bei Aufteilung der Verbindlichkeiten nach Steuersätzen (EÜR),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +161000,Verbindlichkeiten aus -1623 99 Lieferungen und Leistungen ohne Kontokorrent,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +162400,Verbindlichkeiten aus Lieferungen und Leistungen für Investitionen für § 4 Abs. 3 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +162500,Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +162600,Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +162800,Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +163000,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +163100,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +163500,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +163800,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen - Restlaufzeit größer 5 Jahre Seite 12 1 Finanz- und Privatkonten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +164000,"Verbindlichkeiten aus Verbindlichkeit Lieferungen und gegenüber Gesel Leistungen gegenüber schaftern oder Unternehmen, mit Forderungen gedenen ein Beteiligungsgen Gesellschaf verhältnis besteht Verbindlichkeit gegenüber Gesel",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +164100,"Verbindlichkeiten aus schaftern Lieferungen und Leistungen gegenüber Unternehmen, mit denen ein Beteiligungs- verhältnis besteht - Restlaufzeit bis 1 Jahr",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +164500,"Verbindlichkeiten aus Lieferungen und Verbindlichkeit Leistungen gegenüber gegenüber per- Unternehmen, mit sönlich haftend denen ein Beteiligungs- Gesellschaftern verhältnis besteht oder Forderunge - Restlaufzeit gegen persönlic 1 bis 5 Jahre haftende Gesell",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +164800,"Verbindlichkeiten aus schafter oder F Lieferungen und derungen gegen Leistungen gegenüber Gesellschafter Unternehmen, mit denen ein Beteiligungs- verhältnis besteht - Restlaufzeit größer 5 Jahre",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +165000,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +165100,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern - Restlaufzeit bis 1 Jahr Verbindlichkeit,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +165500,Verbindlichkeiten aus gegenüber Kom- Lieferungen und manditisten ode Leistungen gegenüber Forderungen ge- Gesellschaftern gen Kommandi- - Restlaufzeit tisten oder For 1 bis 5 Jahre rungen gegen Ge,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +165800,Verbindlichkeiten aus sellschafter Lieferungen und Leistungen gegenüber Gesellschaftern - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +165900,Gegenkonto 1625-1658 bei Aufteilung Kreditorenkonto,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +166000,"-1664 99 sonstige Verbin lichkeiten oder Sonstige Vermö- gensgegenstände Eigenformular, Nachdruck – auch auszugsweise – n gr.- 1 Bi ind. Finanz- und Privatkonten Po hl.ck",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +166500,Verbindlichkeiten gegenüber GmbH-Gesellschaftern,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +166600,Verbindlichkeiten gegenüber GmbH-Gesellschaftern - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +166700,Verbindlichkeiten gegenüber GmbH-Gesellschaftern - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +166800,Verbindlichkeiten gegenüber GmbH-Gesellschaftern - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +167000,Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +167100,Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +167200,Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +167300,Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +167500,Verbindlichkeiten gegenüber Kommanditisten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +167600,Verbindlichkeiten gegenüber Kommanditisten - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +167700,Verbindlichkeiten gegenüber Kommanditisten - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +167800,Verbindlichkeiten gegenüber Kommanditisten - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +169100,Verbindlichkeiten gegenüber Arbeitsgemeinschaften Seite 13 Progr.- 1 erbind. Finanz- und Privatkonten bschl.zweck,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +169200,Neutralisierung aufwandswirksamer Sachverhalte für § 4 Abs. 3 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +169300,Ergebnisneutrale Sachverhalte für § 4 Abs. 3 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +169500,Verbindlichkeiten gegenüber stillen Gesellschaftern,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +169600,Verbindlichkeiten gegenüber stillen Gesellschaftern - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +169700,Verbindlichkeiten gegenüber stillen Gesellschaftern - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +169800,Verbindlichkeiten gegenüber stillen Gesellschaftern - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170000,Sonstige Verbindlichkeiten Erhal lunge,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170010,Verbindlichkeiten aus lunge Pfändungen räten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170100,Sonstige setzt Verbindlichkeiten - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170200,Sonstige Verbindlichkeiten - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170300,Sonstige Verbindlichkeiten - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170400,Sonstige Verbindlichkeiten nach sonst § 11 Abs. 2 S. 2 EStG für lichk § 4 Abs. 3 EStG Sonst,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170500,Darlehen gensg sonst,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170600,Darlehen lichk - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170700,Darlehen - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170800,Darlehen - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +170900,Gewinnverfügungssonst konto stille lichk Gesellschafter Sonst - sonstige gensg Verbindlichkeiten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171000,Erhaltene Anzahlungen auf Bestellungen sonst (Verbindlichkeiten) lichk,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171010,Erhaltene Anzahlungen ohne erbrachte Leistungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171011,Erhaltene Anzahlungen ohne erbrachte Leistungen nach § 13b,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171100,"Erhaltene, versteuerte -1711 99 Anzahlungen 7 % USt (Verbindlichkeiten) Eigenformular, Nachdruck – auch auszug 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171200,"Erhaltene, versteuerte -1712 99 Anzahlungen 5 % USt (Verbindlichkeiten)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171300,-1713 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171400,"Erhaltene, versteuerte -1714 99 Anzahlungen 0 % USt (Verbindlichkeiten)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171500,Erhaltene Anzahlungen - Nachsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171600,-1716 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171700,"Erhaltene, versteuerte -1717 99 Anzahlungen 16 % USt (Verbindlichkeiten)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171800,"Erhaltene, versteuerte -1718 99 Anzahlungen 19 % USt (Verbindlichkeiten)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +171900,Erhaltene Anzahlungen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172000,Erhaltene Anzahlungen - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172100,Erhaltene Anzahlungen - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172200,Erhaltene Anzahlungen auf Bestellungen (von Vorräten offen abgesetzt),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172210,Erhaltene Abschlags- zahlungen für erbrachte Leistungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172211,Erhaltene Abschlags- zahlungen für erbrachte Leistungen nach § 13b,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172300,Erhaltene Anzahlungen auf Bestellungen (von Vorräten offen abgesetzt),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172500,Umsatzsteuer in Folgeperiode fällig (§§ 13 Abs. 1 Nr. 6 und 13b Abs. 2 UStG),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172800,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen elektronischen Dienstleistungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +172900,Steuerzahlungen aus im anderen EU-Land steuerpflichtigen Leistungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173000,Kreditkartenabrechnung,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173100,Agenturwarenabrechnung,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173200,Erhaltene Kautionen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173300,Erhaltene Kautionen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173400,Erhaltene Kautionen - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173500,Erhaltene Kautionen - Restlaufzeit größer 5 Jahre Seite 14 1 Finanz- und Privatkonten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173600,Verbindlichkeiten aus sonstige Verbind- Steuern und Abgaben lichkeiten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173700,Verbindlichkeiten aus Steuern und Abgaben - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173800,Verbindlichkeiten aus Steuern und Abgaben - Restlaufzeit 1 bis 5 Jahre sonstige Verbind-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +173900,Verbindlichkeiten aus lichkeiten oder Steuern und Abgaben Sonstige Vermö- - Restlaufzeit größer gensgegenstände 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174000,Verbindlichkeiten aus Lohn und Gehalt,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174010,Verbindlichkeiten aus Arbeitszeitkonten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174100,Verbindlichkeiten aus sonstige Verbind- Lohn- und lichkeiten Kirchensteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174200,Verbindlichkeiten im Rahmen der sozialen sonstige Verbind- Sicherheit lichkeiten oder,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174210,Verbindlichkeiten an Sonstige Vermö- Sozialkassen (SOKA) gensgegenstände,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174211,Verbindlichkeiten Steuerrückstellun Winterbeschäftigen oder Sonstige gungs-Umlage Vermögensge-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174212,Verbindlichkeiten genstände Ausbildungsumlage (AUGala),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174213,Verbindlichkeiten gegenüber Lohnausgleichskasse,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174300,Verbindlichkeiten im Rahmen der sozialen Sicherheit - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174400,Verbindlichkeiten im Rahmen der sozialen Sicherheit - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174500,Verbindlichkeiten im Rahmen der sozialen Sicherheit sonstige Verbind- - Restlaufzeit größer lichkeiten 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174600,"Verbindlichkeiten aus Einbehaltungen (KapESt und SolZ, KiSt auf KapESt) für offene Ausschüttungen",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174700,Verbindlichkeiten für Verbrauchsteuern sonstige Verbind-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174800,Verbindlichkeiten für lichkeiten oder Einbehaltungen von Sonstige Vermö- Arbeitnehmern gensgegenstände,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +174900,Verbindlichkeiten an das Finanzamt aus abzuführendem Bauabzugsbetrag,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175000,Verbindlichkeiten aus Vermögensbildung,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175100,"Verbindlichkeiten aus Vermögensbildung - Restlaufzeit bis 1 Jahr Eigenformular, Nachdruck – auch auszugsweise – nic gr.- 1 Bil ind. Finanz- und Privatkonten Pos hl.ck",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175200,Verbindlichkeiten aus Vermögensbildung - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175300,Verbindlichkeiten aus Vermögensbildung - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175400,Steuerzahlungen an andere Länder,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175500,Lohn- und Gehaltsver- rechnungskonto,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175600,Lohn- und Gehaltsver- rechnung nach § 11 Abs. 2 S. 2 EStG für § 4 Abs. 3 EStG,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175700,Verbindlichkeiten gegenüber Gesellschaft/ Gesamthand28),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175800,Sonstige Verbindlichkeiten aus genossenschaftlicher Rückvergütung,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +175900,Voraussichtliche Beitragsschuld gegenüber den Sozial- versicherungsträgern,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176000,Umsatzsteuer nicht fällig,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176100,Umsatzsteuer nicht fällig 7 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176200,Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176300,-1763 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176400,Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176500,-1765 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176600,Umsatzsteuer nicht fällig 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176700,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen Lieferungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176800,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen/ Werklieferungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +176900,Umsatzsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177000,Umsatzsteuer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177100,Umsatzsteuer 7 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177200,Umsatzsteuer aus inner- gemeinschaftlichem Erwerb,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177300,-1773 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177400,Umsatzsteuer aus inner- gemeinschaftlichem Erwerb 19 % Seite 15 rogr.- 1 rbind. Finanz- und Privatkonten schl.weck,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177500,-1775 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177600,Umsatzsteuer 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177700,Umsatzsteuer aus im Inland steuerpflichtigen EU-Lieferungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177800,Umsatzsteuer aus im Inland steuerpflichtigen Kapita EU-Lieferungen 19 % persön,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +177900,Umsatzsteuer aus innerden Ge gemeinschaftlichem Entnah Erwerb ohne Vorsteuerabzug,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178000,Umsatzsteuer- Kapita Vorauszahlungen persön,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178100,Umsatzsteuerden Ge Vorauszahlungen 1/11 Entnah,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178200,"Nachsteuer, UStVA Kz. 65 Kapita",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178300,"In Rechnung unrichtig persön oder unberechtigt den Ge ausgewiesene Entnah Steuerbeträge, UStVA Kz. 69",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178400,Umsatzsteuer aus inner- gemeinschaftlichem Kapita Erwerb von persön Neufahrzeugen von den Ge Lieferanten ohne Entnah Umsatzsteuer- Identifikationsnummer,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178500,Umsatzsteuer nach § 13b UStG Kapita,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178600,persön -1786 99 den Ge,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178700,Umsatzsteuer nach Entnah § 13b UStG 19 %,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178800,-1788 99 Kapita,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +178900,Umsatzsteuer persön laufendes Jahr den Ge,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179000,Umsatzsteuerverbind- lichkeiten Vorjahr Entnah,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179100,Umsatzsteuerverbind- lichkeiten frühere Jahre,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179200,Sonstige Verrechnungs- Kapita konten (Interimskonto) persön,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179210,Verrechnungskonto den Ge Urlaubsvergütung Entnah,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179211,Verrechnungskonto Kurzarbeitergeld und Saison-Kurzarbeitergeld (Kug/Saison-Kug),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179212,"Verrechnungskonto Aufwendungsaus- gleichsgesetz (AAG), Kapita Entgeltfortzahlungspersön gesetz (EFZG) und den Ge Mutterschaftsgeld Entnah (MSG)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179300,Verrechnungskonto geleistete Anzahlungen bei Buchung über Kreditorenkonto,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179400,Umsatzsteuer aus Kapita Erwerb als letzter persön Abnehmer innerhalb den Ge eines Dreiecksgeschäfts Entnah,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179500,Verbindlichkeiten im Rahmen der sozialen Sicherheit für Kapita § 4 Abs. 3 EStG persön,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179600,"Ausgegebene den Ge Geschenkgutscheine Eigenformular, Nachdruck – auch auszugs 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179700,Verbindlichkeiten aus Umsatzsteuer- Vorauszahlungen,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +179800,"Umsatzsteuer aus im Inland steuerpflichtigen EU-Lieferungen, nur OSS",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +180000,Privatentnahmen allgemein (VH),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +180100,Privatentnahmen allgemein (nur Einzelunternehmen)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +181000,Privatsteuern (VH),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +181100,Privatsteuern (nur Einzelunternehmen)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +182000,Sonderausgaben beschränkt abzugsfähig (VH),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +182100,Sonderausgaben beschränkt abzugsfähig (nur Einzelunterneh- men)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +183000,Sonderausgaben unbeschränkt abzugsfähig (VH),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +183100,Sonderausgaben unbeschränkt abzugsfähig (nur Einzelunternehmen)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +184000,"Zuwendungen, Spenden (VH)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +184100,"Zuwendungen, Spenden (nur Einzelunterneh- men)22)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +185000,Außergewöhnliche Belastungen (VH),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +185100,Außergewöhnliche Belastungen (nur Einzelunternehmen)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +186000,Grundstücksaufwand (VH),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +186100,Grundstücksaufwand (nur Einzelunterneh- men)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +186900,"Grundstücksaufwand (Umsatzsteuerschlüssel möglich, nur Einzelun- ternehmen)10), 22)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +187000,Grundstücksertrag (VH),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +187100,Grundstücksertrag (nur Einzelunternehmen)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +187900,"Grundstücksertrag (Umsatzsteuerschlüssel möglich, nur Einzelun- ternehmen)10), 22)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +188000,Unentgeltliche Wertabgaben (VH),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +188100,Unentgeltliche Wertabgaben (nur Einzelunternehmen)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +189000,Privateinlagen (VH) Seite 16 2 Abgrenzungskonten,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +189100,Privateinlagen (nur Einzelunternehmen)22),Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +190000,"Auszahlungen Sonstige betrie allgemein (TH), FK8) che Aufwendungen",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +190100,-1909 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +191000,"Privatsteuern (TH), FK",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +191100,-1919 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +192000,"Sonderausgaben beschränkt abzugsfähig (TH), FK",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +192100,Zinsen und ähnl -1929 99 che Aufwendun-,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +193000,"Sonderausgaben gen unbeschränkt abzugsfähig (TH), FK",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +193100,-1939 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +194000,"Zuwendungen, Spenden (TH), FK",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +194100,-1949 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +195000,"Außergewöhnliche Belastungen (TH), FK",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +195100,-1959 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +196000,"Grundstücksaufwand (TH), FK",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +196100,-1969 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +197000,"Grundstücksertrag (TH), FK",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +197100,-1979 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +198000,"Unentgeltliche Wertabgaben (TH), FK",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +198100,-1989 99,Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +199000,"Einzahlungen (TH), FK8)",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +199100,"-1999 99 Eigenformular, Nachdruck – auch auszugsweise – n 2 Bilanz-/ Abgrenzungskonten Posten H K 2117 00 Zinsen an Gesellschafter Zinsen und mit einer Beteiligung che Aufwend von mehr als 25 % bzw. gen oder So diesen nahe stehende Zinsen und Personen che Erträge",Finanz- und Privatkonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +200000,-2003 99 K 2004 00 Verluste durch Verschmelzung und Umwandlung,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +200600,-2006 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +200700,Aufwendungen für Restrukturierungs- und Sanierungsmaßnahmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +200800,-2008 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +201000,-2019 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +202000,Periodenfremde Aufwendungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +209000,-2099 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +210000,Zinsen und ähnliche Aufwendungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +210200,Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern § 4 Abs. 5b EStG,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +210300,Steuerlich abzugsfähige andere Nebenleistungen zu Steuern,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +210400,Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +210500,Zinsaufwendungen § 233a AO nicht abzugsfähig,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +210700,Zinsaufwendungen § 233a AO abzugsfähig,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +210800,Zinsaufwendungen §§ 234 bis 237 AO nicht abzugsfähig,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +210900,Zinsaufwendungen an verbundene Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +211000,Zinsaufwendungen für kurzfristige Verbindlichkeiten,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +211100,Zinsaufwendungen §§ 234 bis 237 AO abzugsfähig G 2113 00 Nicht abzugsfähige Schuldzinsen nach § 4 Abs. 4a EStG (Hinzurechnungsbetrag) K 2114 00 Zinsen für Gesellschafterdarlehen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +211500,"Zinsen und ähnliche Aufwendungen §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 und Abs. 4 KStG9), 16)",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +211600,"Zinsen und ähnliche Aufwendungen an verbundene Unternehmen §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 KStG9), 16) Seite 17 - 2 . Abgrenzungskonten -",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +211800,Zinsen auf Kontokorrentkonten,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +211900,Zinsaufwendungen für kurzfristige Verbindlichkeiten an verbundene Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +212000,Zinsaufwendungen Zinsen und für langfristige che Aufwend Verbindlichkeiten gen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +212300,Abschreibungen auf ein Agio oder Disagio/ Damnum zur Finanzierung,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +212400,Abschreibungen auf ein Agio oder Disagio/ Sonstige be Damnum zur che Aufwend Finanzierung des gen Anlagevermögens,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +212500,"Zinsaufwendungen für Gebäude, die zum Betriebsvermögen gehören",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +212600,Zinsen zur Finanzierung des Anlagevermögens,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +212700,Renten und dauernde Lasten G 2128 00 Zinsaufwendungen für Kapitalüberlassung durch Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) Steuern vom,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +212900,Zinsaufwendungen kommen und für langfristige Ertrag Verbindlichkeiten Steuern vom an verbundene kommen und Unternehmen Ertrag oder,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +213000,ern vom Ein -2139 99 men und vom,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214000,Zinsähnliche trag Aufwendungen Steuern vom,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214100,Kreditprovisionen und kommen und Verwaltungskostenbei- Ertrag träge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214200,Zinsanteil der Steuern vom Zuführungen zu kommen und Pensionsrückstellungen Ertrag oder,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214300,"Zinsaufwendungen aus ern vom Ein der Abzinsung von auf men und vom Rentenverpflichtungen trag beruhenden Steuern vom Verbindlichkeiten, für kommen und die eine Gegenleistung Ertrag nicht mehr zu erwarten ist8)",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214400,Zinsaufwendungen aus der Abzinsung von Rückstellungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214500,"Zinsaufwendungen aus der Abzinsung von Pensionsrückstellungen und ähnlichen/ vergleichbaren Verpflichtungen Eigenformular, Nachdruck – auch auszugsweise .- 2 Bilanz- d. Abgrenzungskonten Posten .- GK 2250 00 Aufwendungen aus der Zuführung und Auflösung von latenten Steuern GK 2255 00 Erträge aus der Zuführung und Auflösung von latenten Steuern GK 2260 00 Aufwendungen aus der Zuführung zu Steuer- rückstellungen für Sonstige b Steuerstundung (BStBK) che Aufwen GK 2265 00 Erträge aus der gen Auflösung von Steuer- rückstellungen für Steuerstundung (BStBK) GK 2281 00 Gewerbesteuernachzahlungen und Gewerbe- steuererstattungen für Vorjahre nach § 4 Abs. 5b EStG GK 2283 00 Erträge aus der Auflösung von Gewer- besteuerrückstellungen nach § 4 Abs. 5b EStG",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214600,Zinsaufwendungen aus der Abzinsung von Pensionsrückstellungen und ähnlichen/ vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2 HGB,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214700,Aufwendungen aus Ver- mögensgegenständen zur Verrechnung nach § 246 Abs. 2 HGB GK 2148 00 Steuerlich nicht abzugsfähige Zinsaufwendungen aus der Abzinsung von Rückstellungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +214900,Zinsähnliche Aufwendungen an verbundene Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +215000,Aufwendungen aus der Währungsumrechnung,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +215100,Aufwendungen aus der Währungsumrechnung (nicht § 256a HGB),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +216600,Aufwendungen aus Bewertung Finanzmittelfonds,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +217000,Nicht abziehbare Vorsteuer,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +217100,Nicht abziehbare Vorsteuer 7 %,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +217400,-2175 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +217600,Nicht abziehbare Vorsteuer 19 % K 2200 00 Körperschaftsteuer K 2203 00 Körperschaftsteuer für Vorjahre K 2204 00 Körperschaftsteuerer- stattungen für Vorjahre K 2208 00 Solidaritätszuschlag K 2209 00 Solidaritätszuschlag für Vorjahre K 2210 00 Solidaritätszuschlager- stattungen für Vorjahre K 2213 00 Kapitalertragsteuer 25 % K 2216 00 Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 25 % GK 2218 00 Ausländische Steuer auf im Inland steuerfreie DBA-Einkünfte GK 2219 00 Anrechnung / Abzug ausländische Quellensteuer Seite 18 .- 2 d. Abgrenzungskonten .-,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +228500,Steuernachzahlungen Vorjahre für sonstige Steuern,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +228700,Steuererstattungen Vorjahre für sonstige Steuern,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +228900,Erträge aus der Auflösung von Rückstellungen für sonstige Steuern,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +230000,Sonstige Aufwendungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +230700,-2307 99 GK 2308 00 Sonstige nicht abziehbare Aufwendungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +231000,Anlagenabgänge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +231100,Anlagenabgänge gen immaterielle Vermö- gensgegenstände (Restbuchwert bei Buchverlust),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +231200,Anlagenabgänge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +231500,Anlagenabgänge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +231600,"Anlagenabgänge che Aufwen immaterielle Vermögen gensgegenstände (Restbuchwert bei Buchgewinn) Eigenformular, Nachdruck – auch auszugsweis 2 Bilanz-/G Abgrenzungskonten Posten HG K 2382 00 Zuwendungen, Spenden für mildtätige Zwecke",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +231700,Anlagenabgänge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +232000,-2320 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +232300,-2323 99 K 2324 00 Abgänge Wertpapiere des Umlaufvermögens § 8b Abs. 2 KStG i. V. m. § 8b Abs. 3 S. 3 KStG (Buchwert bei Buchverlust)9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +232500,Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) GK 2326 00 Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG i. V. m. § 8b Abs. 3 S. 3 KStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +232700,Abgang von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 S. 4 EStG GK 2328 00 Abgang von Wirtschaftsgütern des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG i. V. m. § 8b Abs. 3 S. 3 KStG nach § 4 Abs. 3 S. 4 EStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +233900,Einstellungen in die steuerliche Rücklage nach § 4g EStG,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +234200,Einstellungen in die steuerliche Rücklage nach § 6b Abs. 3 EStG,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +234300,Einstellungen in die steuerliche Rücklage nach § 6b Abs. 10 EStG,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +234400,Einstellungen in die Rücklage für Ersatzbeschaffung nach R 6.6 EStR,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +234500,Einstellungen in sonstige steuerliche Rücklagen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +234700,Aufwendungen aus dem Erwerb eigener Anteile,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +235000,"Sonstige Grundstücks- aufwendungen (neutral) G 2375 00 Grundsteuer GK 2380 00 Zuwendungen, Spenden, steuerlich nicht abziehbar GK 2381 00 Zuwendungen, Spenden für wissenschaftliche und kulturelle Zwecke Seite 19 2 Abgrenzungskonten",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +238300,"Zuwendungen, Spenden für kirchliche, religiöse und gemeinnützige Zwecke",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +238400,"Zuwendungen, Spenden an politische Parteien",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +238500,Nicht abziehbare Hälfte der Aufsichtsratsvergütungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +238600,Abziehbare Aufsichts- ratsvergütungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +238700,"Zuwendungen, Spenden in das zu erhaltende Vermögen (Vermögens- stock) einer Stiftung für gemeinnützige Zwecke",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +238900,"Zuwendungen, Spenden in das zu erhaltende Vermögen (Vermögensstock) einer Stiftung für kirchliche, Sonstige bet religiöse und gemeinche Aufwendu nützige Zwecke gen",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +239000,"Zuwendungen, Spenden an Stiftungen in das zu erhaltende Vermögen (Vermögensstock) für Einstellunge wissenschaftliche, mild- die Rücklage tätige, kulturelle Zwecke Anteile an e",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240000,Forderungsverluste herrschenden (übliche Höhe) oder mehrhei,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240100,Forderungsverluste beteiligten -2401 99 7 % USt nehmen (übliche Höhe) Einstellunge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240200,Forderungsverluste andere Rückl -2402 99 aus steuerfreien EU-Lieferungen (übliche Höhe),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240300,Forderungsverluste Einstellunge -2403 99 aus im Inland andere Ergeb steuerpflichtigen rücklagen EU-Lieferungen steuerliches 7 % USt Mehr-/Minder (übliche Höhe) gebnis lfd.,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240400,(steuerliche -2405 99 gleichsposte,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240600,Forderungsverluste -2406 99 19 % USt (übliche Höhe),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240700,-2407 99 Aufwendungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240800,"Forderungsverluste aus Verlustü -2408 99 aus im Inland nahmen (Mutt steuerpflichtigen aufgrund ein EU-Lieferungen Gewinngemein 19 % USt schaft, eine (übliche Höhe) winnabführun",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +240900,oder Teilgew -2409 99 abführungsve,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +243000,"Forderungsverluste trags abgefü (soweit unüblich hoch) Gewinne oder träge aus Ve lustübernahm aufgrund ein Gewinngemein schaft, eine winnabführun",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +243100,Forderungsverluste oder Teilgew -2431 99 7 % USt abführungsve (soweit unüblich hoch) trags abgefü,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +243200,"Gewinne -2435 99 Eigenformular, Nachdruck – auch auszugsweise 2 Bilanz-/Gu Abgrenzungskonten Posten HGB K 2493 00 Abgeführte Gewinnanteile (Soll) / ausgeglichene Verlustanteile (Haben) bei typisch stiller Beteiligung § 8 GewStG",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +243600,Forderungsverluste -2436 99 19 % USt (soweit unüblich hoch),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +243700,"-2438 99 K 2440 00 Abschreibungen auf Forderungen gegenüber Kapitalgesellschaften, an denen eine Beteiligung besteht (soweit unüblich hoch), § 3c EStG bzw. § 8b Abs. 3 KStG K 2441 00 Abschreibungen auf Forderungen gegenüber Gesellschaftern und nahe stehenden Personen (soweit unüblich hoch), § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG9)",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +245000,Einstellung in die Pau- schalwertberichtigung auf Forderungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +245100,Einstellung in die Einzelwertberichtigung auf Forderungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +248000,Einstellungen in die Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +248100,Einstellungen in gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapi- talkontenentwicklung),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +248500,Einstellungen in andere Ergebnisrücklagen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +248800,Änderung steuerlicher Ausgleichsposten (Körperschaften),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +248900,"Änderung steuerlicher Ausgleichsposten (Personengesellschaf- ten, Einzelunternehmen) K 2490 00 Aufwendungen aus Verlustübernahme",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +249100,Abgeführte Gewinnanteile (Soll) / ausgeglichene Verlustanteile (Haben) bei atypisch stiller Beteiligung,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +249200,Abgeführte Gewinne auf Grund einer Gewinngemeinschaft Seite 20 2 Abgrenzungskonten K 2616 00 Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +249400,Abgeführte Gewinne auf Grund eines Gewinn- oder Teilge- winnabführungsvertrags Erträge aus a ren Wertpapie,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +249500,Einstellungen in die und Ausleihun Kapitalrücklage nach des Finanzanl den Vorschriften über vermögens die vereinfachte Kapitalherabsetzung,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +249600,Einstellungen in die gesetzliche Rücklage,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +249700,Einstellungen in satzungsmäßige Rücklagen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +249800,Einstellungen in den Ausgleichsposten für aktivierte eigene Anteile,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +249900,Einstellungen in andere Gewinnrücklagen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +250400,Erträge durch Verschmelzung und Umwandlung,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +250800,-2508 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +251000,Sonstige betriebsfremde Erträge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +252000,Periodenfremde Erträge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +259000,-2599 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +260000,Erträge aus Beteiligungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +260300,"Erträge aus Beteiligungen an Personengesellschaften (verbundene Unternehmen), § 9 GewStG bzw. § 18 EStG23)",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +261300,Erträge aus typisch stillen Beteiligungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +261400,Erträge aus atypisch stillen Beteiligungen23),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +261500,"Erträge aus Anteilen an Kapitalgesellschaften (Beteiligung) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9) Eigenformular, Nachdruck – auch auszugsweise – 2 Bilanz-/ Abgrenzungskonten Posten H",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +261800,"Gewinnanteile aus gewerblichen und selbständigen Mitunter- nehmerschaften, § 9 GewStG bzw. § 18 EStG23)",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +261900,Erträge aus Beteiligungen an verbundenen Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +262000,Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +262070,Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens - gewerblich,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +262100,Erträge aus Ausleihungen des Finanzanlagevermögens,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +262200,Erträge aus Ausleihungen des Finanzanlagevermögens an verbundenen Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +262300,Erträge aus Anteilen an Personengesellschaften (Finanzanlagevermö- gen),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +262500,Erträge aus Anteilen an Kapitalgesellschaften (Finanzanlagevermö- gen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 und Abs. 4 KStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +262600,Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +264000,Zins- und Dividendenerträge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +264100,Erhaltene Ausgleichszahlungen (als außenstehender Aktionär),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +264600,Erträge aus Anteilen an Personengesellschaften (verbundene Unternehmen),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +264700,Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Kapitalgesellschaften (verbundene Unternehmen) Seite 21 - 2 . Abgrenzungskonten -,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +264800,Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Personengesellschaften (verbundene Unternehmen),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +264900,Erträge aus anderen Sonstige Zi Wertpapieren und und ähnlich Ausleihungen des träge oder Finanzanlagevermögens und ähnlich aus verbundenen wendungen Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +265000,Sonstige Zinsen und ähnliche Erträge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +265300,"Zinserträge § 233a AO und § 4 Abs. 5b EStG, steuerfrei Sonstige Zi",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +265400,Erträge aus anderen und ähnlich Wertpapieren und träge Ausleihungen des Sonstige be Umlaufvermögens che Erträge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +265500,Erträge aus Anteilen an Kapitalgesellschaften (Umlaufvermögen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 und 4 KStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +265600,Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +265700,"Zinserträge § 233a AO, steuerpflichtig K 2658 00 Zinserträge § 233a AO, steuerfrei (Anlage GK KSt)",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +265900,Sonstige Zinsen und ähnliche Erträge aus verbundenen Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +266000,Erträge aus der Währungsumrechnung,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +266100,Erträge aus der Währungsumrechnung (nicht § 256a HGB),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +266600,Erträge aus Bewertung Finanzmittelfonds,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +267000,-2679 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +268000,Zinsähnliche Erträge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +268200,Steuerfreie Zinserträge aus der Abzinsung von Rückstellungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +268300,"Zinserträge aus der Abzinsung von auf Rentenverpflichtungen beruhenden Verbindlichkeiten, für die eine Gegenleistung nicht mehr zu erwarten ist8)",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +268400,"Zinserträge aus der Abzinsung von Rückstellungen Eigenformular, Nachdruck – auch auszugsweise gr.- 2 Bila ind. Abgrenzungskonten Post hl.ck GK 2726 00 Erträge aus dem Abgang von Gegenständen des Sonstig Umlaufvermögens che Ert (außer Vorräte) § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9)",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +268500,Zinserträge aus der Abzinsung von Pensionsrückstellungen und ähnlichen/ vergleichbaren Verpflichtungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +268600,Zinserträge aus der Abzinsung von Pensionsrückstellungen und ähnlichen/ vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2 HGB,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +268700,Erträge aus Vermögens- gegenständen zur Verrechnung nach § 246 Abs. 2 HGB,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +268900,Zinsähnliche Erträge aus verbundenen Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +270000,Andere betriebs- und/ oder periodenfremde (neutrale) sonstige Erträge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +270500,-2708 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +270900,Sonstige Erträge unregelmäßig,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +271000,Erträge aus Zuschreibungen des Sachanlagevermögens,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +271100,Erträge aus Zuschreibungen des immateriellen Anlagevermögens,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +271200,Erträge aus Zuschreibungen des Finanzanlagevermögens GK 2713 00 Erträge aus Zuschreibungen des Finanzanlagevermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 S. 9 KStG9) GK 2714 00 Erträge aus Zuschreibungen § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +271500,Erträge aus Zuschreibungen des Umlaufvermögens (außer Vorräte) GK 2716 00 Erträge aus Zuschreibungen des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 S. 9 KStG9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +272000,-2720 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +272300,-2723 99 K 2724 00 Abgänge Wertpapiere des Umlaufvermögens § 8b Abs. 2 KStG (Buchwert bei Buchgewinn)9),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +272500,Erträge aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) Seite 22 ogr.- 2 bind. Abgrenzungskonten chl.eck,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +272700,Erträge aus der Auflösung einer steuerlichen Rücklage nach § 6b Abs. 3 EStG,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +272800,Erträge aus der Umsatze Auflösung einer steuerlichen Rücklage Erträge nach § 6b Abs. 10 EStG lustübe,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +272900,"Erträge aus der Auf Gru Auflösung der Rücklage Gewinng für Ersatzbeschaffung, schaft, R 6.6 EStR winno",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +273000,Erträge aus der winnabf Herabsetzung der vertrag Pauschalwertberichti- Gewinne gung auf Forderungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +273100,Erträge aus der Herabsetzung der Einzelwertberichtigung auf Forderungen Entnahm,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +273200,Erträge aus der Kap abgeschriebenen lage Forderungen Entnahm,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +273500,Erträge aus der der ges Auflösung von Rücklag Rückstellungen Entnahm,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +273600,Erträge aus der satzung Herabsetzung von Rücklag Verbindlichkeiten Entnahm,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +273700,Erträge aus der der Rüc Auflösung einer Anteile steuerlichen Rücklage herrsch nach § 4g EStG oder me,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +274000,Erträge aus der beteili Auflösung sonstiger nehmen steuerlicher Rücklagen Entnahm,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +274100,Erträge aus der anderen Auflösung rücklag steuerrechtlicher Entnahm Sonderabschreibungen der Rüc,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +274200,Versicherungsentschä- Anteile digungen und Schaden- herrsch ersatzleistungen oder me,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +274300,Investitionszuschüsse beteili (steuerpflichtig) nehmen GK 2744 00 Investitionszulagen Entnahm (steuerfrei) anderen K 2745 00 Ertrag aus der gen Kapitalherabsetzung8) GK 2746 00 Steuerfreie Erträge aus der Auflösung von aus and steuerlichen Rücklagen gebnisr GK 2747 00 Sonstige steuerfreie davon G Betriebseinnahmen Verlust,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +274900,Erstattungen Aufwen- dungsausgleichsgesetz,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +274970,Erstattungen Aufwen- dungsausgleichsgesetz - gewerblich,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +275000,Grundstückserträge,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +275100,"Erlöse aus Vermietung -2751 99 und Verpachtung, umsatzsteuerfrei § 4 Nr. 12 UStG",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +275200,"Erlöse aus Vermietung -2752 99 und Verpachtung 19 % USt Eigenformular, Nachdruck – auch auszugsw 2 Bilanz-/GuV- Abgrenzungskonten Posten HGB",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +275300,-2754 99,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +276000,Erträge aus der Aktivierung unentgeltlich erworbener Vermö- gensgegenstände,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +276200,"Kostenerstattungen, Rückvergütungen und Gutschriften für frühere Jahre",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +276400,Erträge aus Verwal- tungskostenumlagen K 2790 00 Erträge aus Verlustübernahme,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +279200,Erhaltene Gewinne auf Grund einer Gewinngemeinschaft GK 2794 00 Erhaltene Gewinne auf Grund eines Gewinn- oder Teilge- winnabführungsvertrags,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +279500,Entnahmen aus der Kapitalrücklage,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +279600,Entnahmen aus der gesetzlichen Rücklage,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +279700,Entnahmen aus satzungsmäßigen Rücklagen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +279800,Entnahmen aus dem Ausgleichsposten für aktivierte eigene Anteile,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +279900,Entnahmen aus anderen Gewinnrücklagen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +284000,Entnahmen aus der Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +284100,Entnahmen aus gesamthänderisch gebundenen Rücklagen (mit Aufteilung für Kapi- talkontenentwicklung),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +285000,Entnahmen aus anderen Ergebnisrücklagen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +286000,Gewinnvortrag nach Verwendung,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +286500,Gewinnvortrag nach Verwendung (mit Aufteilung für Kapi- talkontenentwicklung),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +286700,Verlustvortrag nach Verwendung (mit Aufteilung für Kapi- talkontenentwicklung),Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +286800,Verlustvortrag nach Verwendung Seite 23 3 Wareneingangs- und Bestandskonten,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +287000,"Vorabausschüttung Aufwendungen für Roh-, Hilfs und Betriebssto und für bezogen Waren",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +289000,Verrechneter kalkulatorischer Unternehmerlohn,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +289100,Verrechnete kalkulatorische Miete/Pacht,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +289200,Verrechnete kalkulatorische Zinsen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +289300,Verrechnete kalkulatorische Abschreibungen,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +289400,Verrechnete kalkulatorische Wagnisse,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +289500,Verrechneter kalkulatorischer Lohn für unentgeltliche Mitarbeiter,Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +290000,"-2900 99 Eigenformular, Nachdruck – auch auszugsweise – n 3 Bilanz Wareneingangs- und Bestandskonten Posten",Abgrenzungskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +300000,"Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +301000,"Einkauf Roh-, Hilfs- -3019 99 und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +302000,-3028 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +302900,"Einkauf Roh-, Hilfs- und Betriebsstoffe ohne Vorsteuerabzug",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +303000,"Einkauf Roh-, Hilfs- -3039 99 und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +304000,"-3059 99 U AV 3060 00 Einkauf Roh-, Hilfs- -3060 99 und Betriebsstoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +306100,"-3061 99 U AV 3062 00 Einkauf Roh-, Hilfs- -3063 99 und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +306400,"-3065 99 U AV 3066 00 Einkauf Roh-, Hilfs- -3066 99 und Betriebsstoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 7 % Umsatzsteuer U AV 3067 00 Einkauf Roh-, Hilfs- -3067 99 und Betriebsstoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +306800,-3069 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +307000,"Einkauf Roh-, Hilfs- -3070 99 und Betriebsstoffe 5,5 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +307100,"Einkauf Roh-, Hilfs- -3071 99 und Betriebsstoffe 7,8 % Vorsteuer8)",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +307200,"-3074 99 U AV 3075 00 Einkauf Roh-, Hilfs- -3075 99 und Betriebsstoffe aus einem USt-Lager § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer U AV 3076 00 Einkauf Roh-, Hilfs- -3076 99 und Betriebsstoffe aus einem USt-Lager § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +307700,"-3088 99 U AV 3089 00 Erwerb Roh-, Hilfs- -3089 99 und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer Seite 24 r.- 3 nd. Wareneingangs- und Bestandskonten l.k U AV 3130 00 Bauleistungen eines -3130 99 im Inland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +309000,Energiestoffe (Fertigung),Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +309100,Energiestoffe -3091 99 (Fertigung) 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +309200,Energiestoffe -3092 99 (Fertigung) 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +309300,-3098 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310000,Fremdleistungen,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310010,Kipp- und Deponiegebühren,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310012,Baustelleneinrich- tung/-sicherung,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310070,Leiharbeiter - gewerblich,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310100,Fremdleistungen,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310600,Fremdleistungen -3106 99 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310700,-3107 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310800,Fremdleistungen -3108 99 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +310900,Fremdleistungen ohne Vorsteuer U AV 3110 00 Bauleistungen eines -3110 99 im Inland ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +311100,-3112 99 U AV 3113 00 Sonstige Leistungen -3113 99 eines im anderen EU-Land ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +311400,-3114 99 U AV 3115 00 Leistungen eines im -3115 99 Ausland ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +311600,-3119 99 U AV 3120 00 Bauleistungen eines im -3121 99 Inland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +312200,-3122 99 U AV 3123 00 Sonstige Leistungen -3123 99 eines im anderen EU-Land ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +312400,-3124 99 U AV 3125 00 Leistungen eines im -3126 99 Ausland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +312700,"-3129 99 Eigenformular, Nachdruck – auch auszugswei 3 Bilanz- Wareneingangs- und Bestandskonten Posten",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +313100,-3132 99 U AV 3133 00 Sonstige Leistungen -3133 99 eines im anderen EU-Land ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +313400,-3134 99 U AV 3135 00 Leistungen eines -3135 99 im Ausland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +313600,-3139 99 U AV 3140 00 Bauleistungen eines -3141 99 im Inland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +314200,-3142 99 U AV 3143 00 Sonstige Leistungen -3143 99 eines im anderen EU-Land ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +314400,-3144 99 U AV 3145 00 Leistungen eines im -3146 99 Ausland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +314700,-3149 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +315000,"Erhaltene Skonti aus -3150 99 Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird U S/AV 3151 00 Erhaltene Skonti aus -3151 99 Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +315200,-3152 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +315300,"Erhaltene Skonti aus -3153 99 Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer aber mit Umsatzsteuer U S/AV 3154 00 Erhaltene Skonti aus -3154 99 Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer, mit 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +315500,-3159 99 Seite 25 .- 3 d. Wareneingangs- und Bestandskonten .-,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +316000,Leistungen nach § 13b UStG mit Vorsteuerabzug21),Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +316500,Leistungen nach § 13b UStG ohne Vorsteuerabzug21),Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +317000,Fremdleistungen (Miet- und Pachtzinsen bewegliche Wirtschaftsgüter),Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +317500,Fremdleistungen (Miet- und Pachtzinsen unbewegliche Wirtschaftsgüter),Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +318000,Fremdleistungen (Entgelte für Rechte und Lizenzen) G 3185 00 Fremdleistungen (Vergütungen für die Überlassung von Wirtschaftsgütern - mit Sonderbe- triebseinnahme korrespondierend),Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +320000,Wareneingang,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +320001,Wareneingang Handelswaren,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +320100,Wareneingang,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +330000,Wareneingang 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +330001,Wareneingang -3300 99 Handelswaren 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +330100,Wareneingang -3309 99 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +331000,-3346 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +334700,Wareneingang -3347 99 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +334800,-3348 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +334900,Wareneingang ohne Vorsteuerabzug,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +340000,Wareneingang 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +340001,Wareneingang -3400 99 Handelswaren 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +340100,Wareneingang -3409 99 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +341000,-3417 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +341800,Wareneingang -3418 99 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +341900,-3419 99 U AV 3420 00 Innergemeinschaftlicher -3424 99 Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer U AV 3425 00 Innergemeinschaftlicher -3429 99 Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer U AV 3430 00 Innergemeinschaftlicher -3430 99 Erwerb ohne Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +343100,"-3434 99 U AV 3435 00 Innergemeinschaftlicher -3435 99 Erwerb ohne Vorsteuer und 19 % Umsatzsteuer Eigenformular, Nachdruck – auch auszugsweis 3 Bilan Wareneingangs- und Bestandskonten Poste",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +343600,-3439 99 U AV 3440 00 Innergemeinschaftlicher -3440 99 Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer- Identifikationsnummer 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +344100,-3449 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +350000,-3504 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +350500,"Wareneingang -3509 99 5,5 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +351000,-3539 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +354000,"Wareneingang zum -3549 99 Durchschnittssatz nach § 24 UStG 7,8 % Vorsteuer8) U AV 3550 00 Steuerfreier innerge- -3550 99 meinschaftlicher Erwerb",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +355100,Wareneingang im Drittland steuerbar U AV 3552 00 Erwerb 1. Abnehmer -3552 99 innerhalb eines Dreieckgeschäftes U AV 3553 00 Erwerb Waren als letzter -3553 99 Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +355400,-3557 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +355800,Wareneingang im anderen EU-Land steuerbar,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +355900,"Steuerfreie Einfuhren U AV 3560 00 Waren aus einem -3560 99 Umsatzsteuerlager, § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +356100,"-3564 99 U AV 3565 00 Waren aus einem -3565 99 Umsatzsteuerlager, § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +356600,-3569 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +360000,Nicht abziehbare -3609 99 Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +361000,Nicht abziehbare -3619 99 Vorsteuer 7 %,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +362000,-3629 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +365000,-3659 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +366000,Nicht abziehbare -3669 99 Vorsteuer 19 %,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +370000,Nachlässe,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +370100,"Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +371000,Nachlässe -3711 99 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +371200,"-3713 99 Seite 26 gr.- 3 ind. Wareneingangs- und Bestandskonten hl.ck U S/AV 3743 00 Erhaltene Skonti aus -3743 99 Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem inner- gemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +371400,"Nachlässe aus -3714 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +371500,"Nachlässe aus -3715 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +371600,"-3716 99 U AV 3717 00 Nachlässe aus -3717 99 Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer U AV 3718 00 Nachlässe aus -3718 99 Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +371900,-3719 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +372000,Nachlässe -3721 99 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +372200,-3723 99 U AV 3724 00 Nachlässe aus innerge- -3724 99 meinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer U AV 3725 00 Nachlässe aus innerge- -3725 99 meinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +372600,-3729 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373000,Erhaltene Skonti -3730 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373100,Erhaltene Skonti -3731 99 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373200,-3732 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373300,"Erhaltene Skonti aus -3733 99 Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373400,"Erhaltene Skonti aus -3734 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373500,-3735 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373600,Erhaltene Skonti -3736 99 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373700,-3737 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373800,"Erhaltene Skonti aus -3738 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +373900,"-3740 99 U S/AV 3741 00 Erhaltene Skonti aus -3741 99 Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem inner- gemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +374200,"-3742 99 Eigenformular, Nachdruck – auch auszugswe 3 Bilan Wareneingangs- und Bestandskonten Poste",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +374400,"Erhaltene Skonti aus -3744 99 Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem inner- gemeinschaftlichem Erwerb",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +374500,Erhaltene Skonti aus -3745 99 steuerpflichtigem inner- gemeinschaftlichem Erwerb U S/AV 3746 00 Erhaltene Skonti aus -3746 99 steuerpflichtigem inner- gemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +374700,-3747 99 U S/AV 3748 00 Erhaltene Skonti aus -3748 99 steuerpflichtigem inner- gemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +374900,-3749 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +375000,Erhaltene Boni -3751 99 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +375200,-3752 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +375300,"Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +375400,"Erhaltene Boni aus -3754 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +375500,"Erhaltene Boni aus -3755 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +375600,-3759 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +376000,Erhaltene Boni -3761 99 19 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +376200,-3768 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +376900,Erhaltene Boni,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +377000,Erhaltene Rabatte,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +378000,Erhaltene Rabatte -3781 99 7 % Vorsteuer,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +378200,-3782 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +378300,"Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +378400,"Erhaltene Rabatte aus -3784 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +378500,"Erhaltene Rabatte aus -3785 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +378600,-3786 99 Seite 27 gr.- 3 ind. Wareneingangs- und Bestandskonten hl.ck,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +378700,"Erhaltene Skonti aus -3787 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 9,0 % Vorsteuer11)",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +378800,Aufwendu -3789 99 für Roh-,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +379000,"Erhaltene Rabatte und Betr -3791 99 19 % Vorsteuer und für U AV 3792 00 Erhaltene Skonti aus Waren -3792 99 Erwerb Roh-, Hilfs- und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer U AV 3793 00 Erhaltene Skonti aus -3793 99 Erwerb Waren als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +379400,"Erhaltene Skonti -3794 99 5,5 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +379500,"Erhaltene Skonti -3795 99 9,0 % Vorsteuer11)",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +379600,-3797 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +379800,"Erhaltene Skonti aus -3798 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 5,5 % Vorsteuer",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +379900,-3799 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +380000,Bezugsnebenkosten,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +380010,Frachten und andere Bezugskosten,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +380011,Transportversicherung,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +380012,Verpackungsmaterial,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +380100,Bezugsnebenkosten,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +383000,Leergut,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +383010,Paletten,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +383100,Leergut,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +385000,Zölle und Einfuhrabgaben,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +395000,Bestandsveränderungen -3954 99 Waren,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +395500,"Bestandsveränderungen -3959 99 Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +396000,"Bestandsveränderungen -3969 99 Roh-, Hilfs- und Betriebsstoffe sowie bezogene Waren",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +397000,"Roh-, Hilfs- und -3970 09 Betriebsstoffe (Bestand)",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +397010,Lagervorhaltung Baugrundstoffe,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +397011,Lagervorhaltung Bauhilfs- und Baubetriebsstoffe,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +397012,Lagervorhaltung Vorhaltestoffe/ Verbaumaterial,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +397013,Lagervorhaltung Reparaturstoffe/ Ersatzteile,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +397090,Lagervorhaltung Sonstige Verbrauchsstoffe,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +397100,"Roh-, Hilfs- und -3979 99 Betriebsstoffe (Bestand)",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +398000,"Waren (Bestand) Eigenformular, Nachdruck – auch auszugswe 4 Bilanz-/G Betriebliche Aufwendungen Posten HG",Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +398001,Bestand Handelswaren -3980 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +398100,Waren (Bestand) -3989 99,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +399000,Verrechnete Stoffkosten -3999 99 (Gegenkonto zu 4000-99) Seite 28 4 Betriebliche Aufwendungen K 4129 70 Tantiemen Arbeitnehmer – gewerblich,Wareneingang und Bestandskonten,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +400000,"Aufwendungen für -4099 99 Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren soziale Abga und Aufwendu",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410000,Löhne und Gehälter gen für Alte sorgung und,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410010,Sonstige Löhne und Unterstützun Gehälter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410011,Weihnachtsgeld/Jah- ressonderzahlungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410012,Ausbildungsvergütungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410013,Urlaubsgeld,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410070,Sonstige Löhne und Gehälter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410071,Weihnachtsgeld/Jah- ressonderzahlungen - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410072,Ausbildungsvergütungen - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410073,Urlaubsgeld - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +410100,Löhne und Gehälter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +411000,Löhne,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +411070,Löhne - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +411071,Löhne für Bereitschafts-/ Stillstands- und Nacharbeitsstunden - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +411072,Mehrarbeits- und Erschwerniszuschläge - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +411073,Leistungsmehrlohn und Prämien - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +411074,Sonntags-/Feiertagslöhne (produktiv) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +411075,Saison-Kug für witterungsbedingten Arbeitsausfall - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +411100,Löhne,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +412000,Gehälter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +412010,Gehälter Techniker Sonstige bet und Kaufleute che Aufwendu,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +412070,Gehälter gen - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +412100,Gehälter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +412400,Geschäftsführergehälter der GmbH- Gesellschafter soziale Abga,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +412500,Ehegattengehalt und Aufwendu,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +412570,Ehegattengehalt gen für Alte - gewerblich sorgung und K 4126 00 Tantiemen Unterstützun Gesellschafter- Geschäftsführer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +412700,"Geschäftsführergehälter G 4128 00 Vergütungen an angestellte Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) K 4129 00 Tantiemen Arbeitnehmer Eigenformular, Nachdruck – auch auszugsweise 4 Bilanz-/Gu Betriebliche Aufwendungen Posten HGB",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413000,Gesetzliche soziale Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413010,Umlage Entgeltfortzahlung (EFZ) und Mutterschaftsgeld (MSG),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413011,Gesetzliche soziale Aufwendungen Arbeitgeberanteil Kurzarbeitergeld (Kug),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413070,Gesetzliche soziale Aufwendungen - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413071,Gesetzliche soziale Aufwendungen Arbeitgeberanteil Kurzarbeitergeld (Kug) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413072,Umlage Entgeltfortzahlung (EFZ) und Mutterschaftsgeld (MSG) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413073,Winterbeschäfti- gungs-Umlage - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413100,Gesetzliche soziale Aufwendungen G 4137 00 Gesetzliche soziale Aufwendungen für Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413800,Beiträge zur Berufsgenossenschaft,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413870,Beiträge zur Berufsgenossenschaft - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413900,Ausgleichsabgabe nach dem Schwerbehinder- tengesetz,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +413970,Ausgleichsabgabe nach dem Schwerbe- hindertengesetz - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414000,"Freiwillige soziale Aufwendungen, lohnsteuerfrei",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414070,"Freiwillige soziale Aufwendungen, lohnsteuerfrei - gewerblich",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414100,Sonstige soziale Abgaben,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414400,Soziale Abgaben für Minijobber,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414470,Soziale Abgaben für Minijobber Arbeitgeberanteil - gewerblich Seite 29 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414500,"Freiwillige soziale Aufwendungen, lohnsteuerpflichtig",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414570,"Freiwillige soziale Aufwendungen, lohnsteuerpflichtig - gewerblich",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414600,Freiwillige Zuwendungen an Minijobber,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414670,Freiwillige Zuwendungen an Minijobber - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414700,Freiwillige Zuwendungen an Gesellschafter- Geschäftsführer soziale Abgab G 4148 00 Freiwillige und Aufwendun Zuwendungen an gen für Alter angestellte sorgung und f Mitunternehmer Unterstützung § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414900,Pauschale Steuer auf sonstige Bezüge (z. B. Fahrtkostenzuschüsse),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +414970,Pauschale Steuer auf sonstige Bezüge (z. B. Fahrtkostenzuschüsse) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415000,Krankengeldzuschüsse,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415070,Krankengeldzuschüsse - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415100,Sachzuwendungen und Dienstleistungen an Minijobber,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415170,Sachzuwendungen und Dienstleistungen an Minijobber - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415200,Sachzuwendungen und Dienstleistungen an Arbeitnehmer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415270,Sachzuwendungen und Dienstleistungen an Arbeitnehmer - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415300,Sachzuwendungen und Dienstleistungen an Gesellschafter- Geschäftsführer G 4154 00 Sachzuwendungen und Dienstleistungen an angestellte Löhne und Geh Mitunternehmer ter § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415500,Zuschüsse der Agenturen für Arbeit (Haben),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415570,Zuschüsse der Agenturen für Arbeit (Haben) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415600,"Aufwendungen aus der Veränderung von Urlaubsrückstellungen Eigenformular, Nachdruck – auch auszugsweise – 4 Bilanz-/Gu Betriebliche Aufwendungen Posten HGB",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415700,Aufwendungen aus der Veränderung von Urlaubsrückstellungen für Gesellschafter- Geschäftsführer G 4158 00 Aufwendungen aus der Veränderung von Urlaubsrückstellungen für angestellte Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +415900,Aufwendungen aus der Veränderung von Urlaubsrückstellungen für Minijobber,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416000,Versorgungskassen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416010,Beiträge für Sozialkassen (SOKA),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416070,Beiträge für Sozialkassen (SOKA) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416100,Versorgungskassen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416500,Aufwendungen für Altersversorgung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416570,Aufwendungen für Altersversorgung - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416600,Aufwendungen für Altersversorgung für Gesellschafter- Geschäftsführer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416700,Pauschale Steuer auf sonstige Bezüge (z. B. Direktversicherungen),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416770,Pauschale Steuer auf sonstige Bezüge (z. B. Direktversicherungen) - gewerblich G 4168 00 Aufwendungen für Altersversorgung für Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416900,Aufwendungen für Unterstützung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +416970,Aufwendungen für Unterstützung - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +417000,Vermögenswirksame Leistungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +417070,Vermögenswirksame Leistungen Arbeitgeberanteil - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +417100,Vermögenswirksame Leistungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +417500,Fahrtkostenerstattung Wohnung/Arbeitsstätte,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +417570,Fahrtkostenerstattung Wohnung/ Arbeitsstätte - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +417600,Fahrtkostenerstattung Wohnung/Arbeitsstätte,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +418000,Bedienungsgelder,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419000,Aushilfslöhne Seite 30 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419070,Aushilfslöhne - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419100,Aushilfslöhne,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419400,Pauschale Steuer für Minijobber,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419470,Pauschale Steuern für Minijobber - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419500,Löhne für Minijobs,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419570,Löhne für Minijobs - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419600,Pauschale Steuer für Gesellschafter- Geschäftsführer G 4197 00 Pauschale Steuer für angestellte Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) G 4197 70 Pauschale Steuern für angestellte Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419800,Pauschale Steuer für Arbeitnehmer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419870,Pauschale Steuern für Arbeitnehmer - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419900,Pauschale Steuer für Aushilfen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +419970,Pauschale Steuer für Aushilfen - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +420000,Raumkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +421000,Miete (unbewegliche Wirtschaftsgüter),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +421070,Miete (unbewegliche Wirtschaftsgüter) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +421100,"Aufwendungen für gemietete oder Steuern vom E gepachtete kommen und vo unbewegliche Ertrag Wirtschaftsgüter, die sonstige Steu gewerbesteuerlich hinzuzurechnen sind",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +421200,Miete/Aufwendungen für doppelte Haushaltsführung Sonstige betr Unternehmer che Aufwendun,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +421500,Leasing (unbewegliche gen Wirtschaftsgüter) G 4219 00 Vergütungen an Mitunternehmer für die mietweise Überlassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +422000,"Pacht (unbewegliche Wirtschaftsgüter) K 4222 00 Vergütungen an Gesellschafter für die miet- oder pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter Eigenformular, Nachdruck – auch auszugsweise – 4 Bilanz-/GuV- Betriebliche Aufwendungen Posten HGB",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +422800,"Miet- und Pachtnebenkosten, die gewerbesteuerlich nicht hinzuzurechnen sind G 4229 00 Vergütungen an Mitunternehmer für die pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonder- betriebseinnahme korrespondierend)",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +423000,Heizung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +424000,"Gas, Strom, Wasser",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +424070,Energiekosten - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +424071,Wasser - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +424100,"Gas, Strom, Wasser",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +425000,Reinigung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +426000,Instandhaltung betrieblicher Räume,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +427000,Abgaben für betrieblich genutzten Grundbesitz,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +428000,Sonstige Raumkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +428700,Tagespauschale für die Tätigkeit in der häuslichen Wohnung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +428800,Aufwendungen für ein häusliches Arbeitszimmer (abziehbarer Anteil) G 4289 00 Aufwendungen für ein häusliches Arbeitszimmer (nicht abziehbarer Anteil),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +429000,Grundstücksaufwendungen betrieblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +430000,Nicht abziehbare Vorsteuer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +430100,Nicht abziehbare Vorsteuer 7 %,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +430400,-4305 99,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +430600,Nicht abziehbare Vorsteuer 19 %,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +432000,Gewerbesteuer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +434000,Sonstige Betriebssteuern,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +435000,Verbrauchsteuer (sonstige Steuern),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +435500,Ökosteuer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436000,Versicherungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436010,Betriebliche Versicherungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436011,Betriebshaftpflicht,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436012,Rechtsschutzversicherung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436013,Feuer-/Brandschutz- versicherung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436014,Bauwesenversicherung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436015,Sonstige betriebliche Versicherungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436100,Versicherungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +436600,Versicherungen für Gebäude,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +437000,Netto-Prämie für Rückdeckung künftiger Versorgungsleistungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +438000,Beiträge Seite 31 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +439000,Sonstige Abgaben,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +439070,Gebühren - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +439071,Straßenbenutzungsgebühren - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +439072,Kanal-/ Abwasserabgaben - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +439100,Sonstige Abgaben,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +439600,Steuerlich abzugsfähige Verspätungszuschläge und Zwangsgelder,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +439700,Steuerlich nicht abzugsfähige Verspätungszuschläge und Zwangsgelder,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +440000,(zur freien Verfügung) -4499 99,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +450000,Fahrzeugkosten18),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +450070,Fahrzeugkosten - gewerblich18),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +450071,Fahrzeugkosten Personaltransporter - gewerblich18),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +450100,Fahrzeugkosten18),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +451000,Kfz-Steuer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +451070,Kfz-Steuer - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +451100,Kfz-Steuer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +452000,Fahrzeug- Versicherungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +452070,Fahrzeug- Versicherungen - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +452071,Fahrzeug- Versicherungen - Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +452100,Fahrzeug- Versicherungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +453000,Laufende Fahrzeug- Betriebskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +453070,Laufende Fahrzeug- Betriebskosten - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +453071,Laufende Fahrzeug- Betriebskosten - Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +453100,Laufende Fahrzeug- Betriebskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +454000,Fahrzeug-Reparaturen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +454070,Fahrzeug-Reparaturen - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +454071,Fahrzeug-Reparaturen - Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +454100,Fahrzeug-Reparaturen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +455000,Garagenmiete,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +455070,Garagenmiete - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +455071,Garagenmiete Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +455100,Garagenmiete,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +456000,Mautgebühren,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +456070,Mautgebühren - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +456100,Mautgebühren,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +457000,Mietleasing Kfz,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +457070,"Mietleasing Kfz - gewerblich Eigenformular, Nachdruck – auch auszugsweise – n 4 Bilanz-/ Betriebliche Aufwendungen Posten H",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +457071,Mietleasing Kfz Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +457100,Mietleasing Kfz,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +457500,"Mietleasingaufwendungen für Elektrofahrzeuge und Fahrräder, die gewerbesteuerlich hinzuzurechnen sind",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +458000,Sonstige Fahrzeugkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +458070,Sonstige Fahrzeugkosten - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +458071,Sonstige Fahrzeugkosten - Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +458100,Sonstige Fahrzeugkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +459000,Kosten für betrieblich genutzte zum Privatvermögen gehörende Fahrzeuge,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +459070,Kosten für betrieblich genutzte zum Privatvermögen gehörende Fahrzeuge - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +459071,Kosten für betrieblich genutzte zum Privatvermögen gehörende Fahrzeuge - Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +459100,Kosten für betrieblich genutzte zum Privatvermögen gehörende Fahrzeuge,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +459500,Fremdfahrzeugkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +459570,Fremdfahrzeugkosten - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +459571,Fremdfahrzeugkosten Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +459600,Fremdfahrzeugkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +460000,Werbekosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +460500,Streuartikel,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +463000,Geschenke abzugsfähig ohne § 37b EStG,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +463100,Geschenke abzugsfähig mit § 37b EStG,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +463200,Pauschale Steuer für Geschenke und Zuwendungen abzugsfähig,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +463500,Geschenke nicht abzugsfähig ohne § 37b EStG,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +463600,Geschenke nicht abzugsfähig mit § 37b EStG,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +463700,Pauschale Steuer für Geschenke und Zuwendungen nicht abzugsfähig,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +463800,Geschenke ausschließlich betrieblich genutzt,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +463900,Zugaben mit § 37b EStG,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +464000,Repräsentationskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +465000,Bewirtungskosten Seite 32 - 4 . Betriebliche Aufwendungen -,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +465010,Bewirtungskosten intern,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +465011,Betriebsveranstaltungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +465100,Sonstige eingeschränkt abziehbare Betriebsausgaben (abziehbarer Anteil),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +465200,Sonstige eingeschränkt abziehbare Betriebsausgaben (nicht abziehbarer Anteil),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +465300,Aufmerksamkeiten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +465400,Nicht abzugsfähige Bewirtungskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +465500,Nicht abzugsfähige Betriebsausgaben aus Werbe- und Repräsentationskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466000,Reisekosten Arbeitnehmer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466070,Reisekosten Arbeitnehmer - gewerblich (Fahrt zur Baustelle),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466100,Reisekosten Arbeitnehmer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466300,Reisekosten Arbeitnehmer Fahrtkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466370,Reisekosten Arbeitnehmer Fahrtkosten - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466400,Reisekosten Arbeitnehmer Verpfle- gungsmehraufwand,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466470,Reisekosten Arbeitnehmer Verpfle- gungsmehraufwand - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466500,Reisekosten Arbeitnehmer Verpfle- gungsmehraufwand,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466600,Reisekosten Arbeitnehmer Über- nachtungsaufwand,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466670,Reisekosten Arbeitnehmer Über- nachtungsaufwand - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466700,-4667 99,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466800,Kilometergelderstattung Arbeitnehmer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466870,Kilometergelderstattung Arbeitnehmer - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +466900,Kilometergelderstattung Arbeitnehmer,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467000,Reisekosten Unternehmer18),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467070,Reisekosten Unternehmer - gewerblich18),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467100,"Reisekosten Unternehmer18) G 4672 00 Reisekosten Unternehmer (nicht abziehbarer Anteil) G 4672 70 Reisekosten Unternehmer (nicht abziehbarer Anteil) - gewerblich Eigenformular, Nachdruck – auch auszugsweise 4 Bilanz-/GuV Betriebliche Aufwendungen Posten HGB",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467300,Reisekosten Unternehmer Fahrtkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467370,Reisekosten Unternehmer Fahrtkosten - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467400,Reisekosten Unternehmer Verpfle- gungsmehraufwand,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467470,Reisekosten Unternehmer Verpflegungsmehraufwand - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467500,-4675 99,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467600,Reisekosten Unternehmer Übernachtungsaufwand und Reisenebenkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467670,Reisekosten Unternehmer Über- nachtungsaufwand und Reisenebenkosten - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467700,-4677 99,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467800,Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (abziehbarer Anteil) - Fahrzeuge im Betriebsvermögen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +467870,Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (abziehbarer Anteil) - gewerblich G 4679 00 Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (nicht abziehbarer Anteil) - Fahrzeuge im Betriebsvermögen G 4679 70 Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (nicht abziehbarer Anteil) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +468000,Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (Haben) - Fahrzeuge im Betriebsvermögen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +468070,Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (Haben) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +468100,Verpflegungsmehrauf- wendungen im Rahmen der doppelten Haushaltsführung Unternehmer Seite 33 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +468170,Verpflegungsmehrauf- wendungen im Rahmen der doppelten Haushaltsführung (abziehbarer Anteil) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +468200,Verpflegungsmehrauf- wendungen im Rahmen Abschreibungen der doppelten auf immateriel Haushaltsführung Vermögensge- Unternehmer genstände des,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +468500,Anlagevermögen -4685 99 und Sachanlage,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +470000,Kosten der Warenabgabe,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +471000,Verpackungsmaterial,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +473000,Ausgangsfrachten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +475000,Transportversicherungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +476000,Verkaufsprovisionen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +476010,Provisionen/Spesen an Betriebsfremde,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +476100,Verkaufsprovisionen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +478000,Fremdarbeiten (Vertrieb),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +478010,Nach-/Subunterneh- merleistungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +478011,Fremdlöhne inkl. Zuschläge,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +478012,Fremde Fuhr-/ Transportleistungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +478100,Fremdarbeiten (Vertrieb),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +479000,Aufwand für Gewährleistungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +479010,Gewährleistungsauf- wand/-pauschale,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +479100,Aufwand für Gewährleistungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +480000,Reparaturen und Instandhaltung von technischen Anlagen und Maschinen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +480010,Reparaturen und Instandhaltung von Leistungsgeräten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +480100,Reparaturen und Instandhaltung von Bauten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +480500,Reparaturen und Instandhaltungen von anderen Anlagen und Betriebs- und Geschäftsausstattung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +480600,Wartungskosten für Hard- und Software,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +480800,Zuführung zu Auf- wandsrückstellungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +480900,Sonstige Reparaturen und Instandhaltungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +481000,Mietleasing bewegliche Wirtschaftsgüter für technische Anlagen und Maschinen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +481010,Mietleasing (bewegliche Wirtschaftsgüter) Leistungsgeräte,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +481011,"Mietleasing (bewegliche Wirtschaftsgüter) für Büroeinrichtung Eigenformular, Nachdruck – auch auszugsweise – gr.- 4 Bilanz-/G ind. Betriebliche Aufwendungen Posten HG hl.ck",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +481070,Mietleasing (bewegliche Wirtschaftsgüter) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +481100,Mietleasing bewegliche Wirtschaftsgüter für technische Anlagen und Maschinen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +481500,Kaufleasing,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +481570,Kaufleasing - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +481600,Kaufleasing,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +482200,Abschreibungen auf immaterielle Vermö- gensgegenstände,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +482300,Abschreibungen auf selbst geschaffene immaterielle Vermö- gensgegenstände,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +482400,Abschreibungen auf den Geschäfts- oder Firmenwert,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +482500,Außerplanmäßige Abschreibungen auf den Geschäfts- oder Firmenwert,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +482600,Außerplanmäßige Abschreibungen auf immaterielle Vermö- gensgegenstände,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +482700,Außerplanmäßige Abschreibungen auf selbst geschaffene immaterielle Vermö- gensgegenstände,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483000,Abschreibungen auf Sachanlagen (ohne AfA auf Fahrzeuge und Gebäude),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483070,Abschreibungen auf Sachanlagen (ohne AfA auf Fahrzeuge und Gebäude) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483100,Abschreibungen auf Gebäude,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483170,Abschreibungen auf Gebäude - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483200,Abschreibungen auf Fahrzeuge,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483270,Abschreibungen auf Fahrzeuge - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483271,Abschreibungen auf Fahrzeuge - Personaltransporter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483300,Abschreibungen auf Gebäudeanteil des häuslichen Arbeitszimmers,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483370,Abschreibungen auf Gebäudeanteil des häuslichen Arbeitszimmers - gewerblich Seite 34 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +483400,Abschreibungen auf Gebäudeanteil des häuslichen Arbeitszimmers,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484000,Außerplanmäßige Abschreibungen auf,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484070,Außerplanmäßige Abschreibungen auf,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484100,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Gebäude,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484170,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Gebäude - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484200,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Fahrzeuge,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484270,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Fahrzeuge - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484300,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484370,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +484400,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485000,Abschreibungen auf Sachanlagen auf Grund steuerlicher Sondervorschriften,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485070,Abschreibungen auf Sachanlagen auf Grund steuerlicher Sondervorschriften - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485100,Sonderabschreibungen nach § 7g Abs. 5 EStG (ohne Fahrzeuge),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485170,"Sonderabschreibungen nach § 7g Abs. 5 EStG (ohne Fahrzeuge) - gewerblich Eigenformular, Nachdruck – auch auszugsweise gr.- 4 Bilanz-/ ind. Betriebliche Aufwendungen Posten H hl.ck",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485200,Sonderabschreibungen nach § 7g Abs. 5 EStG (für Fahrzeuge),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485270,Sonderabschreibungen nach § 7g Abs. 5 EStG (für Fahrzeuge) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485300,Kürzung der Anschaffungs- oder Herstellungskosten nach § 7g Abs. 2 EStG (ohne Fahrzeuge),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485370,Kürzung der Anschaffungs- oder Herstellungskosten nach § 7g Abs. 2 EStG (ohne Fahrzeuge) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485400,Kürzung der Anschaffungs- oder Herstellungskosten nach § 7g Abs. 2 EStG (für Fahrzeuge),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485470,Kürzung der Anschaffungs- oder Herstellungskosten nach § 7g Abs. 2 EStG (für Fahrzeuge) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485500,Sofortabschreibung geringwertiger Wirtschaftsgüter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485570,Sofortabschreibung geringwertiger Wirtschaftsgüter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485600,Sonderabschreibungen nach § 7b EStG (Mietwohnungsneubau),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +485900,Abzugsbetrag nach § 6b EStG,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486000,"Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486070,"Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter - gewerblich",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486100,"Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486200,Abschreibungen auf den Sammelposten Wirtschaftsgüter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486270,Abschreibungen auf den Sammelposten Wirtschaftsgüter - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486300,Abschreibungen auf den Sammelposten Wirtschaftsgüter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486500,Außerplanmäßige Abschreibungen auf aktivierte geringwertige Wirtschaftsgüter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486570,Außerplanmäßige Abschreibungen auf aktivierte geringwertige Wirtschaftsgüter - gewerblich Seite 35 - 4 . Betriebliche Aufwendungen -,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +486600,"Abschreibungen auf Abschreibun Finanzanlagen Vermögensge (nicht dauerhaft) genstände d Umlaufvermö gens, sowei",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +487000,Abschreibungen auf die übliche Finanzanlagen schreibunge (dauerhaft) überschreit GK 4871 00 Abschreibungen auf,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +487400,Abschreibungen auf,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +487500,Abschreibungen auf Wertpapiere des Umlaufvermögens GK 4876 00 Abschreibungen auf Wertpapiere des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG9),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +487700,Abschreibungen auf,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +487800,Abschreibungen auf Wertpapiere des Umlaufvermögens - verbundene Unternehmen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +488000,Abschreibungen auf sonstige Vermögensge- genstände des Umlaufvermögens (soweit unüblich hoch),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +488200,"Abschreibungen auf Umlaufvermögen, steuerrechtlich bedingt (soweit unüblich hoch)",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +488600,Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens (übliche Höhe),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +488700,"Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens, steuerrechtlich bedingt (übliche Höhe) Eigenformular, Nachdruck – auch auszugsweise 4 Bilanz-/Gu Betriebliche Aufwendungen Posten HGB G 4948 00 Sonstige Vergütungen an Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) G 4949 00 Haftungsvergütung an Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend)",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +489200,"Abschreibungen auf Roh-, Hilfs- und Betriebsstoffe/Waren (soweit unüblich hoch)",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +489300,Abschreibungen auf fertige und unfertige Erzeugnisse (soweit unüblich hoch),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490000,Sonstige betriebliche Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490010,Eigenleistung für Schadensfälle,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490011,Ausnahmegenehmigung für Schwertransporte,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490012,Betriebliche Bußgelder,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490013,Sondereinzelkosten der Baustellen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490014,Einmalschalung nicht GWG,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490015,Baustelleneinrich- tung/-sicherung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490016,Kosten der Schadens- regulierung Baustelle,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490017,Schadensabwicklung/ Nachbesserungsarbeit,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490018,Sondereinzelkosten Vertrieb,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490019,Ausschreibungskosten für Leistungsverzeichnis,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490020,Angebots-/ Submissionskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490021,Gutachten/ Güteprüfungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490090,Verschiedene Kosten der Verwaltung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490100,Sonstige betriebliche Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490200,"Interimskonto für Aufwendungen in einem anderen Land, bei denen eine Vorsteuervergütung möglich ist",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490500,-4908 99,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490900,Fremdleistungen/ Fremdarbeiten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490910,Architekten-/ Ingenieurleistungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490911,Leistungen technische Prüfstellen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +490912,Fremdleistungen/Ma- nagementvergütung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +491000,Porto,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +492000,Telefon,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +492070,Telefon - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +492100,Telefon,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +492500,Internetkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +493000,Bürobedarf,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +494000,"Zeitschriften, Bücher, digitale Medien (Fachliteratur)",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +494500,Fortbildungskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +494600,Freiwillige Sozialleistungen Seite 36 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +495000,Rechts- und Beratungskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +495010,Gerichtskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +495100,Rechts- und Beratungskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +495500,Buchführungskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +495700,Abschluss- und Prüfungskosten K 4958 00 Vergütungen an Gesellschafter für die miet- oder pachtweise Überlassung ihrer beweglichen Wirtschaftsgüter G 4959 00 Vergütungen an Genossenschaf Mitunternehmer für die che Rückvergü miet- oder pachtweise tung Überlassung ihrer Sonstige betr beweglichen che Aufwendun Wirtschaftsgüter gen § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496000,Mieten für Einrichtungen (bewegliche Wirtschaftsgüter),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496070,Mieten für Einrichtungen (bewegliche Wirtschaftsgüter) - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496100,Pacht (bewegliche Wirtschaftsgüter),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496300,"Aufwendungen für gemietete oder gepachtete bewegliche Wirtschaftsgüter, die gewerbesteuerlich hinzuzurechnen sind",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496400,"Aufwendungen für die zeitlich befristete Überlassung von Rechten (Lizenzen, Konzessionen)",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496500,Mietleasing bewegliche Wirtschaftsgüter für Betriebs- und Geschäftsausstattung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496900,Aufwendungen für Abraum- und Abfallbeseitigung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496910,Abfallbeseitigung Büro,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496970,Baustellenentsorgung/ Toiletten - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +496971,"Abraum-/ Abfallbeseitigung, Kipp-/Deponiegebühr - gewerblich",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +497000,"Nebenkosten des Geldverkehrs Eigenformular, Nachdruck – auch auszugsweise – 5 Bilanz-/GuV- Posten HGB",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +497010,Kontoführungsgebühren,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +497100,Verwahrentgelt,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +497500,"Aufwendungen aus Anteilen an Kapitalgesellschaften §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 und 4 KStG9), 16)",Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +497600,Veräußerungskosten § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG (bei Buchgewinn),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +497700,Veräußerungskosten § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG i. V. m. § 8b Abs. 3 S. 3 KStG (bei Buchverlust),Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +498000,Sonstiger Betriebsbedarf,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +498010,Arbeitskleidung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +498011,Arbeitsschutzkleidung,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +498100,Sonstiger Betriebsbedarf,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +498400,Genossenschaftliche Rückvergütung an Mitglieder,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +498500,Werkzeuge und Kleingeräte,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +498510,Werkzeuge und Kleingeräte als Gemeinkosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +498600,Werkzeuge und Kleingeräte,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499000,Kalkulatorischer Unternehmerlohn,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499010,Kalkulatorischer Unternehmerlohn für mitarbeitende Familienangehörige,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499070,Kalkulatorischer Unternehmerlohn - gewerblich,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499100,Kalkulatorische Miete und Pacht,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499200,Kalkulatorische Zinsen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499300,Kalkulatorische Abschreibungen,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499400,Kalkulatorische Wagnisse,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499500,Kalkulatorischer Lohn für unentgeltliche Mitarbeiter,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499600,Herstellungskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499700,Verwaltungskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499800,Vertriebskosten,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +499900,Gegenkonto zu 4996 bis 4998 Seite 37 6,Betriebliche Aufwendungen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +500000,"Zur freien Verfügung Sonstige betrieb -5999 99 che Aufwendungen Eigenformular, Nachdruck – auch auszugsweise – ni 7 Bilanz-/GuV- Bestände an Erzeugnissen Posten HGB",frei,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +600000,Zur freien Verfügung,frei,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +699999,Seite 38 8 Erlöskonten,frei,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +700000,"Unfertige Erzeugnisse, Umsatzerlöse unfertige Leistungen (Bestand)",Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +705000,Unfertige Erzeugnisse (Bestand),Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +708000,Unfertige Leistungen (Bestand),Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +709000,In Ausführung befindliche Bauaufträge,Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +709010,Teilfertige Arbeiten laufendes Jahr,Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +709011,"Geleistete, noch nicht abgerechnete Arbeiten",Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +709100,In Ausführung befindliche Bauaufträge,Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +709500,In Arbeit befindliche Aufträge,Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +710000,Fertige Erzeugnisse und Waren (Bestand),Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +711000,Fertige Erzeugnisse (Bestand),Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +714000,"Waren (Bestand) Eigenformular, Nachdruck – auch auszugsweise – nic 8 Bilan Erlöskonten Poste",Bestände an Erzeugnissen,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +800000,Umsatzerlöse -8099 99 (Zur freien Verfügung),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +810000,Steuerfreie Umsätze -8104 99 § 4 Nr. 8 ff. UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +810500,Steuerfreie Umsätze -8105 99 nach § 4 Nr. 12 UStG (Vermietung und Verpachtung),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +811000,Sonstige steuerfreie -8110 99 Umsätze Inland,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +812000,Steuerfreie Umsätze -8120 99 nach § 4 Nr. 1a UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +812500,Steuerfreie -8125 99 Innergemeinschaftliche Lieferungen nach § 4 Nr. 1b UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +812800,-8128 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +813000,Lieferungen des -8130 99 ersten Abnehmers bei innergemeinschaftlichen Dreiecksgeschäften § 25b Abs. 2 UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +813500,Steuerfreie -8135 99 innergemeinschaftliche Lieferungen von Neufahrzeugen an Abnehmer ohne Umsatzsteuer- Identifikationsnummer,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +814000,Steuerfreie Umsätze -8140 99 Offshore etc.,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +815000,Sonstige steuerfreie -8150 99 Umsätze (z. B. § 4 Nr. 2 bis 7 UStG),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +816000,"Steuerfreie Umsätze -8160 99 ohne Vorsteuerabzug zum Gesamtumsatz gehörend, § 4 UStG",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +816500,Steuerfreie Umsätze -8165 99 ohne Vorsteuerabzug zum Gesamtumsatz gehörend,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +818900,Umsatzerlöse nach § 25 UStG ohne USt1),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819000,"Erlöse, die mit den Durchschnittssätzen des § 24 UStG versteuert werden",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819100,Umsatzerlöse nach -8191 99 §§ 25 und 25a UStG 19 % USt11),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819200,Steuerfreie Erlöse -8192 99 Kleinunternehmer nach § 19 Abs. 1 UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819300,Umsatzerlöse nach §§ 25 und 25a UStG ohne USt11),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819400,"Umsatzerlöse aus -8194 99 Reiseleistungen § 25 Abs. 2 UStG, steuerfrei",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819500,-8196 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819700,Umsatzerlöse nach § 25a UStG ohne USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819800,Umsatzerlöse nach -8198 99 § 25 UStG 19 % USt1),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +819900,Umsatzerlöse nach -8199 99 § 25a UStG 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +820000,Erlöse,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +820010,Erlöse Bau-/ Handwerksleistungen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +820011,Erlöse Handelswaren Seite 39 gr.- 8 ind. Erlöskonten hl.ck,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +820012,Erlöse Leistungsgeräte (Bagger etc.),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +820100,Erlöse,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +829000,Erlöse 0 % USt -8299 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +830000,Erlöse 7 % USt -8300 09,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +830010,Erlöse Bau-/ Handwerksleistungen 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +830011,Erlöse Handelswaren -8300 99 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +830100,Erlöse 7 % USt -8309 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +831000,Erlöse aus im Inland -8314 99 steuerpflichtigen EU-Lieferungen 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +831500,Erlöse aus im Inland -8319 99 steuerpflichtigen EU-Lieferungen 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +832000,"Erlöse aus im -8329 99 anderen EU-Land steuerpflichtigen Lieferungen, im Inland nicht steuerbar3)",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833000,-8330 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833100,Erlöse aus im anderen EU-Land steuerpflichtigen elektronischen Dienstleistungen5),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833200,-8333 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833400,Erlöse 7 % USt -8334 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833500,"Erlöse aus Lieferungen Umsatzer -8335 99 von Mobilfunkgeräten, Tablet-Computern, Spielekonsolen und integrierten Schaltkreisen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833600,"Erlöse aus im -8336 99 anderen EU-Land steuerpflichtigen sonstigen Leistungen, für die der Leistungs- empfänger die Umsatzsteuer schuldet",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833700,"Erlöse aus Leistungen, -8337 99 für die der Leistungs- empfänger die Umsatzsteuer nach § 13b UStG schuldet",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833800,"Erlöse aus im Drittland -8338 99 steuerbaren Leistungen, im Inland nicht steuerbare Umsätze",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +833900,"Erlöse aus im anderen -8339 99 EU-Land steuerbaren Leistungen, im Inland nicht steuerbare Umsätze",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +834000,Erlöse 16 % USt -8349 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +840000,"Erlöse 19 % USt -8400 09 Eigenformular, Nachdruck – auch auszugswe 8 Bilanz Erlöskonten Posten",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +840010,Erlöse Bau-/ Handwerksleistungen 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +840011,Erlöse Handelswaren 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +840012,Erlöse Leistungsgeräte -8400 99 (Bagger etc.) 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +840100,Erlöse 19 % USt -8409 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +841000,Erlöse 19 % USt -8419 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +842000,-8448 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +844900,Erlöse aus im Inland -8449 99 steuerpflichtigen elektronischen Dienstleistungen 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +849900,Nebenerlöse (Bezug zu Materialaufwand),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +850000,"Sonderbetriebseinnah- men, Tätigkeitsvergü- tung28)",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +850100,"Sonderbetriebseinnah- men, Miet-/ Pachteinnahmen28)",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +850200,"Sonderbetriebseinnah- men, Zinseinnahmen28)",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +850300,"Sonderbetriebseinnah- men, Haftungsvergü- tung28)",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +850400,"Sonderbetriebseinnah- men, Pensionszahlun- gen28)",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +850500,"Sonderbetriebseinnah- men, sonstige Sonder- betriebseinnahmen28)",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +851000,Provisionsumsätze,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +851100,-8513 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +851400,"Provisionsumsätze, -8514 99 steuerfrei § 4 Nr. 8 ff. UStG",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +851500,"Provisionsumsätze, -8515 99 steuerfrei § 4 Nr. 5 UStG",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +851600,-8518 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +851900,Provisionsumsätze -8519 99 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +852000,Erlöse Abfallverwertung,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +854000,Erlöse Leergut,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +857000,"Sonstige Erträge aus Provisionen, Lizenzen und Patenten",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +857100,-8579 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +858000,Statistisches Konto Erlöse zum allgemeinen Umsatzsteuersatz (EÜR)15),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +858100,Statistisches Konto Erlöse zum ermäßigten Umsatzsteuersatz (EÜR)15),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +858200,Statistisches Konto Erlöse steuerfrei und nicht steuerbar (EÜR)15),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +858900,Gegenkonto 8580-8582 bei Aufteilung der Erlöse nach Steuersätzen (EÜR) Seite 40 r.- 8 nd. Erlöskonten l.k,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +859000,Verrechnete sonstige Sachbezüge (keine Waren),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +859100,Sachbezüge -8591 99 7 % USt (Waren),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +859400,-8594 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +859500,Sachbezüge -8595 99 19 % USt (Waren),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +859600,-8597 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860000,-8602 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860300,Sonstige betriebliche Erträge,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860400,Erstattete Vorsteuer anderer Länder,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860500,Sonstige Erträge betrieblich und regelmäßig,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860510,Erstattungen von Krankenkassen (ohne AAG),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860511,Erstattungen Ausbildungsvergütung,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860512,Erstattungen Sonstige Sozialaufwand und ähnli,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860570,Erstattungen von träge Krankenkassen (ohne AAG) - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860571,Erstattungen Ausbildungsvergütung Umsatzerl - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860572,Erstattungen Urlaubsvergütung - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860573,Erstattungen Ausfallgeld - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860574,Erstattungen 13. Mo- natseinkommen - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860575,Erstattungen Lohnausgleich - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860576,Erstattungen Sozialaufwand - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860577,Erstattungen Zusatzversorgungskasse (ZVK) - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860578,Erstattungen Saison-Kurzarbeitergeld (Saison-Kug) - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860579,Erstattungen Überbrückungsgeld - gewerblich,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860600,Sonstige betriebliche Erträge von verbundenen Unternehmen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860700,Andere Nebenerlöse,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +860900,"Sonstige Erträge -8609 99 betrieblich und regelmäßig, steuerfrei § 4 Nr. 8 ff. UStG",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +861000,"Verrechnete sonstige Sachbezüge Eigenformular, Nachdruck – auch auszugswei 8 Bila Erlöskonten Post",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +861100,Verrechnete sonstige -8611 99 Sachbezüge aus Fahrzeug-Gestellung 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +861200,-8612 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +861300,Verrechnete sonstige -8613 99 Sachbezüge 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +861400,Verrechnete sonstige Sachbezüge ohne Umsatzsteuer,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +862500,"Sonstige betriebliche -8629 99 Erträge, steuerfrei z. B. § 4 Nr. 2 bis 7 UStG",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +863000,Sonstige Erträge -8634 99 betrieblich und regelmäßig 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +863500,-8639 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +864000,Sonstige Erträge -8644 99 betrieblich und regelmäßig 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +864500,-8648 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +864900,Sonstige Erträge -8649 99 betrieblich und regelmäßig 16 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +865000,Erlöse Zinsen und Diskontspesen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +866000,Erlöse Zinsen und Diskontspesen aus verbundenen Unternehmen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870000,Erlösschmälerungen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870100,Erlösschmälerungen für -8701 99 steuerfreie Umsätze nach § 4 Nr. 8 ff. UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870200,Erlösschmälerungen für -8702 99 steuerfreie Umsätze nach § 4 Nr. 2 bis 7 UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870300,Erlösschmälerungen für -8703 99 sonstige steuerfreie Umsätze ohne Vorsteuerabzug,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870400,Erlösschmälerungen für -8704 99 sonstige steuerfreie Umsätze mit Vorsteuerabzug,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870500,Erlösschmälerungen aus -8705 99 steuerfreien Umsätzen § 4 Nr. 1a UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870600,Erlösschmälerungen -8706 99 für steuerfreie innergemeinschaftliche Dreiecksgeschäfte nach § 25b Abs. 2 und 4 UStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870700,Erlösschmälerungen für -8707 99 steuerfreie Umsätze nach § 19 Abs. 1 UStG1),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870800,Erlösschmälerungen für -8708 99 Umsätze nach § 25 UStG 19 % USt1),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +870900,Erlösschmälerungen für -8709 99 Umsätze nach § 25a UStG 19 % USt1),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +871000,Erlösschmälerungen -8711 99 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +871200,-8718 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +871900,Erlösschmälerungen -8719 99 0 % USt Seite 41 ogr.- 8 bind. Erlöskonten chl.eck U S/AM 8748 00 Gewährte Skonti aus im -8748 99 Inland steuerpflichtigen EU-Lieferungen 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +872000,Erlösschmälerungen -8721 99 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +872200,-8723 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +872400,Erlösschmälerungen -8724 99 aus steuerfreien innergemeinschaftlichen Lieferungen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +872500,Erlösschmälerungen -8725 99 aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +872600,Erlösschmälerungen -8726 99 aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +872700,Erlösschmälerungen aus im anderen EU-Land steuerpflichtigen Lieferungen3),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +872800,-8729 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +873000,Gewährte Skonti Sonstig -8730 99 che Auf U S/AM 8731 00 Gewährte Skonti gen -8731 99 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +873200,-8733 99 U S/AM 8734 00 Gewährte Skonti -8734 99 0 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +873500,-8735 99 U S/AM 8736 00 Gewährte Skonti -8736 99 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +873700,"-8737 99 U S/AM 8738 00 Gewährte Skonti a. -8738 99 Lieferungen v. Mobilfunkgeräten etc., für die der Leistungs- empfänger die Umsatzst. nach § 13b Abs. 2 Nr. 10 UStG schuldet U S/AM 8741 00 Gewährte Skonti aus -8741 99 Leistungen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet U S/AM 8742 00 Gewährte Skonti aus -8742 99 Erlöse aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen, für die der Leistungsempfänger die Sonstig Umsatzsteuer schuldet che Ert U S/AM 8743 00 Gewährte Skonti -8743 99 aus steuerfreien innergemeinschaftlichen Lieferungen § 4 Nr. 1b UStG",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +874400,-8744 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +874500,Gewährte Skonti aus im -8745 99 Inland steuerpflichtigen EU-Lieferungen U S/AM 8746 00 Gewährte Skonti aus im -8746 99 Inland steuerpflichtigen EU-Lieferungen 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +874700,"-8747 99 Eigenformular, Nachdruck – auch auszugsw gr.- 8 B ind. Erlöskonten P hl.ck",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +874900,-8749 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +875000,Gewährte Boni -8751 99 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +875200,-8759 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +876000,Gewährte Boni -8761 99 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +876200,-8768 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +876900,Gewährte Boni,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +877000,Gewährte Rabatte,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +878000,Gewährte Rabatte -8781 99 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +878200,-8789 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +879000,Gewährte Rabatte -8791 99 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +879200,-8799 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +880000,Erlöse aus Verkäufen Sachanlagevermögen (bei Buchverlust),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +880100,Erlöse aus Verkäufen -8806 99 Sachanlagevermögen 19 % USt (bei Buchverlust),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +880700,Erlöse aus Verkäufen -8807 99 Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchverlust),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +880800,Erlöse aus Verkäufen -8808 99 Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchverlust),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +880900,-8816 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +881700,Erlöse aus Verkäufen immaterieller Vermö- gensgegenstände (bei Buchverlust),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +881800,Erlöse aus Verkäufen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +882000,Erlöse aus Verkäufen -8825 99 Sachanlagevermögen 19 % USt (bei Buchgewinn),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +882600,-8826 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +882700,Erlöse aus Verkäufen -8827 99 Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchgewinn),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +882800,Erlöse aus Verkäufen -8828 99 Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchgewinn) Seite 42 Progr.- 8 verbind. Erlöskonten Abschl.zweck,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +882900,Erlöse aus Verkäufen Sachanlagevermögen (bei Buchgewinn),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +883000,-8836 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +883700,Erlöse aus Verkäufen immaterieller Vermö- gensgegenstände (bei Buchgewinn),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +883800,Erlöse aus Verkäufen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +885000,Erlöse aus Verkäufen -8850 99 von Wirtschaftsgütern des Umlaufvermögens 19 % USt für § 4 Abs. 3 S. 4 EStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +885100,"Erlöse aus Verkäufen -8851 99 von Wirtschaftsgütern des Umlaufvermögens umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 S. 4 EStG GKU AM 8852 00 Erlöse aus Verkäufen -8852 99 von Wirtschaftsgütern des Umlaufvermögens, umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 S. 4 EStG und § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9)",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +885300,Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 S. 4 EStG,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +890000,Unentgeltliche Wertabgaben,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +890500,Entnahme von Gegenständen ohne USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +890600,Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +890800,-8909 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +891000,Entnahme durch den -8913 99 Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +891400,-8914 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +891500,Entnahme durch den -8916 99 Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +891700,"Entnahme durch den -8917 99 Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt Eigenformular, Nachdruck – auch auszu gr.- 8 B ind. Erlöskonten P hl.ck",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +891800,Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Telefon-Nutzung),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +891900,Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) ohne USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +892000,Verwendung von -8920 99 Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +892100,Verwendung von -8921 99 Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt (Fahrzeug-Nutzung),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +892200,Verwendung von -8922 99 Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt (Telefon-Nutzung),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +892300,-8923 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +892400,Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Fahrzeug-Nutzung),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +892500,Unentgeltliche -8927 99 Erbringung einer sonstigen Leistung 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +892800,-8928 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +892900,Unentgeltliche Erbringung einer sonstigen Leistung ohne USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +893000,Verwendung von -8930 99 Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +893100,Verwendung von -8931 99 Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +893200,Unentgeltliche -8932 99 Erbringung einer sonstigen Leistung 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +893300,Unentgeltliche -8933 99 Erbringung einer sonstigen Leistung 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +893400,-8934 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +893500,Unentgeltliche -8937 99 Zuwendung von Gegenständen 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +893800,"-8938 99 Seite 43 Progr.- 9 verbind. Vortrags-, Kapital-, Korrektur- u. statisti- Abschl.sche Konten zweck",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +893900,Unentgeltliche Zuwendung von Gegenständen ohne USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +894000,Unentgeltliche -8943 99 Zuwendung von Waren 19 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +894400,-8944 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +894500,Unentgeltliche -8946 99 Zuwendung von Waren 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +894700,Unentgeltliche -8947 99 Zuwendung von Waren 7 % USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +894800,-8948 99,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +894900,Unentgeltliche Zuwendung von Waren ohne USt,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +895000,Nicht steuerbare Umsätze (Innenumsätze),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +895500,Umsatzsteuervergütungen nach § 24 UStG8),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +895900,Direkt mit dem Umsatz verbundene Steuern,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +896000,Bestandsveränderungen - unfertige Erzeugnisse,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +897000,Bestandsveränderungen - unfertige Leistungen,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +897500,Bestandsveränderungen in Ausführung befindlicher Bauaufträge Kapi,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +897700,Bestandsveränderungen Komm in Arbeit befindlicher Aufträge,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +898000,Bestandsveränderungen Samm - fertige Erzeugnisse anre,Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +899000,Andere aktivierte Steu Eigenleistungen GK 8994 00 Aktivierte Eigenleistungen (den Herstellungskosten zurechenbare Fremdkapitalzinsen),Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +899500,"Aktivierte Kapi Eigenleistungen zur pers Erstellung von selbst den geschaffenen Kapi immateriellen Vermö- Komm gensgegenständen Kapi pers den Eigenformular, Nachdruck – auch auszu 9 Bilanz- Vortrags-, Kapital-, Korrektur- u. statisti- Posten sche Konten",Erlöse,"DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +900000,"Saldenvorträge, Sachkonten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +900100,"Saldenvorträge, -9007 99 Sachkonten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +900800,"Saldenvorträge, Debitoren","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +900900,"Saldenvorträge, Kreditoren","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +905000,-9050 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +905100,Offene Posten aus 2021,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +905200,Offene Posten aus 2022,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +905300,Offene Posten aus 2023,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +905400,Offene Posten aus 2024,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +905500,Offene Posten aus 2025,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +905600,Offene Posten aus 20261),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +905700,-9089 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +909000,Summenvortragskonto,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +909100,-9100 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +910100,Verkaufstage12),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +910200,Anzahl der Barkunden12),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +910300,-9107 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +911100,-9111 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +911600,-9118 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +912000,Erweiterungsinvestitionen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +913000,-9131 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +913500,Auftragseingang im Geschäftsjahr,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914000,-9140 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914100,Variables Kapital TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914200,Variables Kapital - Anteil für Teilhafter,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914300,Privatsteuern Kapitalertragsteuer (Sammelposten),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914400,Privatsteuern Solidaritätszuschlag (Sammelposten),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914500,Privatsteuern Kirchensteuer (Sammelposten),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914600,Variables Kapital - Übertragung einer § 6b EStG-Rücklage VH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914700,Variables Kapital - Übertragung einer § 6b EStG-Rücklage TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +914800,-9149 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915000,Festkapital andere Kapitalkonten- anpassungen VH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915100,Variables Kapital andere Kapitalkonten- anpassungen VH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915200,Verlust-/Vortragskonto andere Kapitalkonten- anpassungen VH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915300,"Kapitalkonto III andere Kapitalkonten- anpassungen VH Seite 44 .- 9 d. Vortrags-, Kapital-, Korrektur- u. statisti- .sche Konten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915400,"Ausstehende Einlagen auf das Komplementär-Kapital, Kapitalant nicht eingefordert Kommanditi andere Kapitalkonten- anpassungen VH","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915500,Verrechnungskonto für Einzahlungsver- pflichtungen andere Kapitalkonten- anpassungen VH nicht eing,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915600,derte auss -9156 99 hende Einl,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915700,Privatsteuern Kapitalertragsteuer (VH) Kapitalant,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915800,Privatsteuern Kommanditi Solidaritätszuschlag (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +915900,Privatsteuern Verbindlic Kirchensteuer gegenüber (VH) manditiste,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916000,Kommandit-Kapital Forderunge andere Kapitalkontengen Komman anpassungen TH tisten ode,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916100,Variables Kapital rungen geg andere Kapitalkonten- sellschaft anpassungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916200,Verlustausgleichskonto andere Kapitalkonten- anpassungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916300,Kapitalkonto III andere Kapitalkonten- anpassungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916400,"Ausstehende Einlagen auf das Kommandit-Ka- pital, nicht eingefordert andere Kapitalkonten- anpassungen TH","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916500,Verrechnungskonto für Einzahlungsver- pflichtungen andere Kapitalkonten- anpassungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916600,-9166 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916700,"Privatsteuern Kapitalertragsteuer (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916800,"Privatsteuern Solidaritätszuschlag (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +916900,"Privatsteuern Kirchensteuer (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +917000,Festkapital - Umbuchungen VH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +917100,Variables Kapital - Umbuchungen VH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +917200,Verlust-/Vortragskonto - Umbuchungen VH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +917300,Kapitalkonto III - Umbuchungen VH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +917400,"Ausstehende Einlagen auf das Komplementär-Kapital, nicht eingefordert - Umbuchungen VH","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +917500,"Verrechnungskonto für Einzahlungsver- pflichtungen - Umbuchungen VH Eigenformular, Nachdruck – auch auszugsweis 9 Bilanz- Vortrags-, Kapital-, Korrektur- u. statisti- Posten sche Konten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +917600,-9179 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918000,Kommandit-Kapital - Umbuchungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918100,Variables Kapital - Umbuchungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918200,Verlustausgleichskonto - Umbuchungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918300,Kapitalkonto III - Umbuchungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918400,"Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert - Umbuchungen TH","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918500,Verrechnungskonto für Einzahlungsver- pflichtungen - Umbuchungen TH,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918600,"Privatsteuern Kapitalertragsteuer (TH), FK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918700,"Privatsteuern Solidaritätszuschlag (TH), FK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918800,"Privatsteuern Kirchensteuer (TH), FK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +918900,Verrechnungskonto für Umbuchungen zwischen Gesellschafter-,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +919000,Gegenkonto für statistische Mengeneinheiten Konten 9101-91028),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +919900,Gegenkonto zu Konten 9120 und 91358),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +920000,Beschäftigte Personen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +920100,-9207 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +920800,Statistisches Konto -9208 99 für den Kennziffernteil Bilanz/BWA7),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +920900,Gegenkonto zu 9200,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +921000,Produktive Löhne,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +921900,Gegenkonto zu 9210,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +922000,Gezeichnetes Kapital in DM (Art. 42 Abs. 3 S. 1 EGHGB),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +922900,Gegenkonto zu Konto 9220,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924000,Investitionsverbindlichkeiten bei den Leis- tungsverbindlichkeiten,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924100,Investitionsverbindlichkeiten aus Sachanlagekäufen bei Leistungs- verbindlichkeiten,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924200,Investitionsverbindlichkeiten aus Käufen von immateriellen Vermö- gensgegenständen bei Leistungsverbindlichkeiten,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924300,"Investitionsverbindlichkeiten aus Käufen von Finanzanlagen bei Leis- tungsverbindlichkeiten Seite 45 .- 9 d. Vortrags-, Kapital-, Korrektur- u. statisti- .sche Konten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924400,Gegenkonto zu Konten 9240-9243,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924500,Forderungen aus Sachanlageverkäufen bei sonstigen Vermö- gensgegenständen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924600,Forderungen aus Verkäufen immaterieller Vermögensgegenstände bei sonstigen Vermögensgegenständen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924700,Forderungen aus Verkäufen von Finanzanlagen bei sonstigen Vermögens- gegenständen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +924900,Gegenkonto zu Konten 9245-9247,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +925800,-9259 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +926000,Kurzfristige Rückstellungen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +926200,Mittelfristige Rückstellungen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +926400,"Langfristige Rückstellungen, außer Pensionen","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +926900,Gegenkonto zu Konten 9260-9268,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927000,Gegenkonto zu Konten 9271-9279 (Soll-Buchung),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927100,Verbindlichkeiten aus der Begebung und Übertragung von Wechseln,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927200,Verbindlichkeiten aus der Begebung und Übertragung von Wechseln gegenüber verbundenen/assoziierten Unternehmen Verbindlic,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927300,"Verbindlichkeiten aus Liefer aus Bürgschaften, und Leistu Wechsel- und sonstige V Scheckbürgschaften lichkeiten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927400,"Verbindlichkeiten aus Bürgschaften, Einlagen s Wechsel- und Gesellscha Scheckbürgschaften steuerlich gegenüber gleichspos verbundenen/assoziierten Unternehmen","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927500,Verbindlichkeiten aus Gewährleistungs- verträgen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927600,Verbindlichkeiten aus Gewährleistungs- verträgen gegenüber verbundenen/assoziierten Unternehmen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927700,"Haftung aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten Eigenformular, Nachdruck – auch auszugsweis 9 Bilanz- Vortrags-, Kapital-, Korrektur- u. statisti- Posten sche Konten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927800,Haftung aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten gegenüber verbundenen/assoziierten Unternehmen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +927900,Verpflichtungen aus Treuhandvermögen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928000,Gegenkonto zu 9281-9284,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928100,Verpflichtungen aus Miet- und Leasingverträgen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928200,Verpflichtungen aus Miet- und Leasingverträgen gegenüber verbundenen Unternehmen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928300,Andere Verpflichtungen nach § 285 Nr. 3a HGB,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928400,Andere Verpflichtungen nach § 285 Nr. 3a HGB gegenüber verbundenen Unternehmen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928500,Unterschiedsbetrag aus der Abzinsung von Altersversorgungsver- pflichtungen nach § 253 Abs. 6 HGB (Haben),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928600,Gegenkonto zu 9285,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928700,Zinsen bei Buchungen über Debitoren bei § 4 Abs. 3 EStG,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928800,Mahngebühren bei Buchungen über Debitoren bei § 4 Abs. 3 EStG,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +928900,Gegenkonto zu 9287 und 9288,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +929000,Statistisches Konto steuerfreie Auslagen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +929100,Gegenkonto zu 9290,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +929200,Statistisches Konto Fremdgeld,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +929300,Gegenkonto zu 9292,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +929500,Einlagen atypisch stiller Gesellschafter K 9297 00 Steuerlicher Ausgleichsposten (Körperschaften)17),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +929800,"Steuerlicher Ausgleichsposten VH (Personengesellschaf- ten, Einzelunternehmen)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +929900,Steuerlicher Ausgleichsposten TH (Personengesellschaf- ten),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +930000,-9320 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +932600,-9343 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +934600,-9349 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +935700,-9360 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +936500,"-9367 99 Seite 46 .- 9 d. Vortrags-, Kapital-, Korrektur- u. statisti- .sche Konten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +937100,Kapitalant -9372 99 Kommanditi,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939000,"Konto für Branchenlösungen (Werte 1), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939010,Marktpreis/ Verrechnungslohn pro Stunde (€),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939011,Einkaufspreis für Leiharbeiter pro Stunde (€),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939100,"Konto für Branchenlösungen (Werte 2), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939200,"Konto für Branchenlösungen (Werte 3), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939300,"Konto für Branchenlösungen (Werte 4), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939400,"Gegenkonto für Bran- chenlösungen (Werte), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939401,Gegenkonto für statistische Wertebuchungen24),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939500,"Konto für Branchenlösungen (Menge 1), (Zur freien Verfügung)7)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939510,Bezahlte Stunden (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939511,Krankheitsstunden (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939512,Saison-Kug Stunden (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939513,Sonstige bezahlte Fehlstunden (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939514,Produktive Stunden (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939515,Unproduktive Stunden (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939516,Arbeitszeitkonto 01.01. EB-Wert (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939517,Arbeitszeitkonto monatliche Veränderung (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939518,Urlaubsstunden (für BWA),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939519,Feiertagsstunden Verbindlic (für BWA) gegenüber,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939520,Zuschlag manditiste Materialgemeinkosten Forderunge (MGK) in % gen Komman,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939521,Fremdleistungszutisten ode schlag in % rungen geg,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939600,"Konto für Branchenlö- sellschaft sungen (Menge 2), (Zur freien Verfügung)7)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939700,"Konto für Branchenlö- eingeforde sungen (Menge 3), noch ausst (Zur freien Verfügung)7) Kapitalein","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939800,"Konto für Branchenlö- Kommanditi sungen (Menge 4), (Zur freien Verfügung)7)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939900,"Gegenkonto für Bran- chenlösungen (Menge), eingeforde (Zur freien Verfügung)7) noch ausst","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +939901,"Gegenkonto Kapitalein für statistische persönlich Mengenbuchungen7) der Gesell Eigenformular, Nachdruck – auch auszugsweis gr.- 9 Bi ind. Vortrags-, Kapital-, Korrektur- u. statisti- Po hl.sche Konten ck","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +940000,"Privatentnahmen allgemein (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +940100,-9409 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +941000,"Privatsteuern (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +941100,-9419 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +942000,"Sonderausgaben beschränkt abzugsfähig (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +942100,-9429 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +943000,"Sonderausgaben unbeschränkt abzugsfähig (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +943100,-9439 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +944000,"Zuwendungen, Spenden (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +944100,-9449 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +945000,"Außergewöhnliche Belastungen (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +945100,-9459 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +946000,"Grundstücksaufwand (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +946100,-9469 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +947000,"Grundstücksertrag (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +947100,-9479 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +948000,"Unentgeltliche Wertabgaben (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +948100,-9489 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +949000,"Privateinlagen (TH), EK","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +949100,-9499 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +950000,Anteil für Konto 0900 (TH) - Kommandit-Kapital,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +950100,-9509 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +951000,Anteil für Konto 0910 (TH) - Verlustausgleichskonto,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +951100,-9519 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +952000,Anteil für Konto 0920 (TH) - Gesellschafter- Darlehen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +952100,-9529 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +953000,Anteil für Konto 9950 (TH) - Ausstehende Einlagen auf das Kommandit- Kapital,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +953100,-9539 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +954000,"Anteil für Konto 9930 (VH) - Ausstehende Einlagen auf das Komplementär- Kapital Seite 47 Progr.- 9 erbind. Vortrags-, Kapital-, Korrektur- u. statisti- bschl.sche Konten zweck","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +954100,-9549 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +955000,Anteil für Konto 9810 (VH) - Kapitalkonto III,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +955100,-9559 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +956000,Anteil für Konto 9820 (VH) - Verlustvortrag,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +956100,-9569 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +957000,Anteil für Konto 0870 (VH) - Festkapital,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +957100,-9579 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +958000,Anteil für Konto 0880 (VH) - Variables Kapital,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +958100,-9589 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +959000,Anteil für Konto 0890 (VH) - Gesellschafter- Darlehen Kapit,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +959100,Komma -9599 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +960000,Name des Gesellschafters (VH) Gutsc pital,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +960100,Ergeb -9609 99 dung,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +961000,Tätigkeitsvergütung Kapit (VH) persö,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +961100,den G -9619 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +962000,Tantieme (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +962100,-9629 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +963000,Darlehensverzinsung (VH) Rückl,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +963100,-9639 99 Kapit,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +964000,Gebrauchsüberlassung Komma (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +964100,-9649 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +965000,Sonstige Vergütungen (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +965100,-9659 99 Rückl,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +966000,Sonstige Vergütungen (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +966100,-9669 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +967000,Sonstige Vergütungen (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +967100,-9679 99 Gewin,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +968000,Sonstige Vergütungen vortr (VH) wendu,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +968100,-9689 99 Rückl,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +969000,Restanteil (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +969100,"-9699 99 Eigenformular, Nachdruck – auch auszug 9 Bilanz- Vortrags-, Kapital-, Korrektur- u. statisti- Posten sche Konten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +970000,Name des Gesellschafters (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +970100,-9709 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +971000,Tätigkeitsvergütung (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +971100,-9719 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +972000,Tantieme (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +972100,-9729 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +973000,Darlehensverzinsung (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +973100,-9739 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +974000,Gebrauchsüberlassung (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +974100,-9749 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +975000,Sonstige Vergütungen (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +975100,-9759 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +976000,Sonstige Vergütungen (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +976100,-9769 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +977000,Sonstige Vergütungen (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +977100,-9779 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +978000,Anteil für Konto 9840 (TH) Kapitalkonto III,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +978100,-9789 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979000,Restanteil (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979100,Anteil Rücklagen variables Kapitalkonto VH1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979200,Anteil Rücklagen Kapitalkonto III VH1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979300,Anteil Rücklagen Verlust-/Vortragskonto VH1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979400,Gegenkonto Anteil Rücklagen VH1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979500,Anteil Rücklagen variables Kapitalkonto TH1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979600,Anteil Rücklagen Kapitalkonto III TH1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979700,Anteil Rücklagen Verlustausgleichskonto TH1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979800,Gegenkonto Anteil Rücklagen TH1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +979900,-9801 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +980200,Gesamthänderisch gebundene Rücklagen andere Kapitalkonten- anpassungen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +980300,Gewinnvortrag/ Verlustvortrag andere Kapitalkonten- anpassungen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +980400,"Gesamthänderisch gebundene Rücklagen - Umbuchungen Seite 48 .- 9 d. Vortrags-, Kapital-, Korrektur- u. statisti- .sche Konten","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +980500,Gewinnvortrag/ Verlustvortrag - Umbuchungen,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +980600,Zuzurechnender Anteil am Jahresüberschuss/ Jahresfehlbetrag je Gesellschafter,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +980700,Zuzurechnender Anteil am Bilanzgewinn/ Bilanzverlust je Gesellschafter,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +980800,Gegenkonto für zuzurechnenden Anteil am Jahresüberschuss/ Jahresfehlbetrag,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +980900,Gegenkonto für zuzurechnenden Anteil Rücklagen am Bilanzgewinn/ Bilanzverlust,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +981000,Kapitalkonto III (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +981100,-9819 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +982000,Verlust-/Vortragskonto (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +982100,-9829 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +983000,Verrechnungskonto für Einzahlungsverpflichtungen (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +983100,-9839 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +984000,Kapitalkonto III (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +984100,-9849 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +985000,Verrechnungskonto für Einzahlungsverpflichtungen (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +985100,-9859 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +986000,Einzahlungsverpflichtungen persönlich haftender Gesellschafter (VH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +986100,-9869 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +987000,Einzahlungsverpflichtungen Kommanditisten (TH),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +987100,-9879 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +988000,Ausgleichsposten für aktivierte eigene Anteile,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +988300,Nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +988400,Nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +988500,"Verrechnungskonto für nicht durch Vermögens- einlagen gedeckte Entnahmen persönlich haftender Gesellschafter Eigenformular, Nachdruck – auch auszugsweis gr.- 9 B ind. Vortrags-, Kapital-, Korrektur- u. statisti- P hl.sche Konten ck","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +988600,Verrechnungskonto für nicht durch Vermögens- einlagen gedeckte Entnahmen Kommanditisten,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +988700,Steueraufwand der Gesellschafter,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +988900,Gegenkonto zu 9887 GK 9890 00 Statistisches Konto für den Gewinnzuschlag nach §§ 6b Abs. 7 und 6c EStG (Haben),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989100,Gegenkonto zu statistischen Konten für den Gewinnzuschlag (Soll),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989200,Veränderung der gesamthänderisch gebundenen Rücklagen (Einlagen/Entnahmen),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989300,Umsatzsteuer in den Forderungen zum allgemeinen Umsatzsteuersatz (EÜR),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989400,Umsatzsteuer in den Forderungen zum ermäßigten Umsatzsteuersatz (EÜR),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989500,Gegenkonto 9893-9894 für die Aufteilung der Umsatzsteuer (EÜR),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989600,Vorsteuer in den Verbindlichkeiten zum allgemeinen Umsatzsteuersatz (EÜR),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989700,Vorsteuer in den Verbindlichkeiten zum ermäßigten Umsatzsteuersatz (EÜR),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989800,Vorsteuer in den Verbindlichkeiten aus verschiedenen Kosten (EÜR),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +989900,Gegenkonto 9896-9897 für die Aufteilung der Vorsteuer (EÜR),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +990000,Umsatzsteuer nicht fällig - sonstige Erlöse (EÜR),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +990100,Gegenkonto zu 9900,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +990200,Umsatzsteuer in den Forderungen aus sonstigen Erlösen (EÜR) GK 9906 00 Steuerfreie Einnahmen und Entnahmen nach § 3 Nr. 72 EStG (Soll),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +990700,Gegenkonto zu steuerfreien Einnahmen und Entnahmen nach § 3 Nr. 72 EStG (Haben) GK 9908 00 Nicht abzugsfähige Betriebsausgaben nach § 3c Abs. 1 EStG i. V. m. § 3 Nr. 72 EStG (Haben),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +990900,Gegenkonto zu nicht abzugsfähigen Betriebsausgaben nach § 3c Abs. 1 EStG i. V. m. § 3 Nr. 72 EStG (Soll),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +991000,"Gegenkonto zur Minderung der Entnahmen § 4 Abs. 4a EStG Seite 49 Progr.- 9 verbind. Vortrags-, Kapital-, Korrektur- u. statisti- Abschl.sche Konten zweck","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +991100,Minderung der Kass Entnahmen Bund § 4 Abs. 4a EStG habe (Haben) bei,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +991200,Erhöhung der ten Entnahmen Verb § 4 Abs. 4a EStG gege,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +991300,Gegenkonto zur inst Erhöhung der Entnahmen § 4 Abs. 4a EStG (Haben) Verb,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +991400,"aus -9915 99 und GK 9916 00 Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG Sons aus dem 2. vorangegangens genen Wirtschaftsjahr, außerbilanziell (Haben) GK 9917 00 Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem 3. vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +991800,Rückgängigmachung Investitionsabzugsbetrag § 7g Abs. 3 und 4 EStG im 2. vorangegangenen Wirtschaftsjahr,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +991900,Rückgängigmachung Investitionsabzugsbetrag § 7g Abs. 3 und 4 EStG im 3. vorangegangenen Wirtschaftsjahr,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +992000,"Ausstehende Einlagen auf das Komplementär-Kapital, nicht eingefordert (VH)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +992100,-9929 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +993000,"Ausstehende Einlagen auf das Komplementär-Kapital, eingefordert (VH)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +993100,-9939 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +994000,"Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert (TH)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +994100,-9949 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +995000,"Ausstehende Einlagen auf das Kommandit-Kapital, eingefordert (TH)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +995100,-9959 99,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +996000,Bewertungskorrektur zu Forderungen aus Lieferungen und Leistungen (Währungsumrechnung),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +996100,"Bewertungskorrektur zu sonstigen Verbindlichkeiten (Währungsumrechnung) Eigenformular, Nachdruck – auch auszu gr.- 9 ind. Vortrags-, Kapital-, Korrektur- u. statisti- Erläu hl.sche Konten Haupt ck","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +996200,Bewertungskorrektur zu Guthaben bei Kreditinstituten (Bewertung Finanzmittelfonds),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +996300,Bewertungskorrektur zu Verbindlichkeiten gegenüber Kreditinstituten (Bewertung Finanzmittelfonds),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +996400,Bewertungskorrektur zu Verbindlichkeiten aus Lieferungen und Leistungen (Währungsumrechnung),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +996500,Bewertungskorrektur zu sonstigen Vermö- gensgegenständen (Währungsumrechnung),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +996600,"-9969 99 GK 9970 00 Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Soll)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +997100,"Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Haben) - Gegenkonto zu 9970 GK 9972 00 Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +997300,"Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus den vorangegangenen Wirtschaftsjahren, außerbilanziell (Soll) - Gegenkonto zu 9972, 9916, 9917","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +997400,Rückgängigmachung Investitionsabzugsbetrag § 7g Abs. 3 und 4 EStG im vorangegangenen Wirtschaftsjahr,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +997500,"Rückgängigmachung Investitionsabzugsbetrag § 7g Abs. 3 und 4 EStG in den vorangegangenen Wirtschaftsjahren - Gegenkonto zu 9974, 9918, 9919 G 9976 00 Nicht abzugsfähige Zinsaufwendungen nach § 4h EStG (Haben)","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +997700,Nicht abzugsfähige Zinsaufwendungen nach § 4h EStG (Soll) - Gegenkonto zu 9976 G 9978 00 Abziehbare Zinsaufwendungen aus Vorjahren nach § 4h EStG (Soll),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +997900,"Abziehbare Zinsaufwendungen aus Vorjahren nach § 4h EStG (Haben) - Gegenkonto zu 9978 Seite 50 onen: der Vorsteuer der Umsatzsteuer Funktion t dann bebucht werden, wenn ihnen eine andere e. sel/Buchungsschlüssel erhalten Sie im Rechnungsile über die Tastenkombination „Umschalt + ter Stammdaten | Steuerschlüssel. Hier sind üglich Umfang und Sachverhalt einstellbar. Sie im Hilfecenter unter dem Suchbegriff ""Steul 4 tik gekennzeichneten Konten kann die Aufhebung chgeführt werden. n Konten mit Automatik-Funktion gebucht wer- Funktion nicht greifen soll. Fußnoten gekennzeichnet ahr 2026 neu eingeführt. BU-Schlüssel 10 bebucht werden. Das EU-Land euersatz werden über das EU-Fenster eingegeben. U-Schlüssel 44 bebucht werden. Das EU-Land und satz werden über das EU-Fenster eingegeben. tkonto für Sachverhalte, die in diesen Kontenbereier Sachverhalt auf Einzelkonten dargestellt sind. Branchen-BWA-Formen mit statistischen Mend wurden mit der Umrechnungssperre, Funktion 026 geändert. Gewerbesteuer werden ab VAZ 2009 die Erträge zu die Aufwendungen zu 40 % als nicht abziehbar be- Körperschaftsteuer werden die Erträge zu 100 % als endungen zu 100 % als nicht abziehbar behandelt. c EStG bzw. § 8b KStG. t mehr die Zusatzfunktion KU. Bitte verwenden ch in Verbindung mit einem Gegenkonto mit Geld- für Auswertungen mit Vorjahresvergleich benöden Jahr gelöscht. nden Jahr gelöscht, der Kontenzweck bleibt erhal- teilung nach Steuersätzen am Jahresende einge- rjährig nicht bebucht werden. Beachten Sie die Bu- . 0906057. rschaftsteuer nur bei Organgesellschaften berück- rschaftsteuer ausschließlich in die Positionen ‚Eihluss des vorangegangenen Wirtschaftsjahres‘ en differenzierten Ausweis der Reisekosten und darf dieses Konto von EÜR-Anwendern nicht ge- BU-Schlüssel 94 (Konto mit Vorsteuerabzug) 5 (Konto ohne Vorsteuerabzug) gebucht werden. b UStG ist anschließend zu erfassen. 9 dürfen die Konten nur noch für Einzelunter- . EÜR-Formular in die Zeile Ergebnisanteile aus Be- gesellschaften. die BWA-Formen der Branchenlösung bebucht. en Auswertungen für Sonderbilanzen abgefragt. Seite 51 e 52","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +998000,Anteil Belastung auf AV Verbindlichkeitskonten AM S F R,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +998100,Verrechnungskonto für Anteil Belastung auf Verbindlichkeitskonten Allge,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +998200,Anteil Gutschrift auf Eine Verbindlichkeitskonten wesen F3“ i versc,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +998300,Verrechnungskonto für Weite Anteil Gutschrift auf ersch Verbindlichkeitskonten Hinwe GK 9984 00 Gewinnkorrektur nach § 60 Abs 2 EStDV Schlü - Erhöhung Bei m handelsrechtliches der A Ergebnis durch Der S Habenbuchung den s - Minderung handelsrechtliches Hinwe Ergebnis durch Sollbuchung 1),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +998500,Gegenkonto zu 9984 3),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +998600,Ergebnisverteilung auf 5),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +998700,Korrekturkonto für die 6) Überleitungsrechnung,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +998900,Gegenkonto zu 7) 9986 - 9988,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +999000,Erträge von außergewöhnlicher 8) Größenordnung 9) oder Bedeutung,"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +999100,Erträge (aperiodisch),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +999200,Erträge von außergewöhnlicher Größenordnung oder Bedeutung 10) (aperiodisch),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +999300,Aufwendungen von außergewöhnlicher 11) Größenordnung oder Bedeutung 12),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +999400,Aufwendungen (aperiodisch) 15),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +999500,Aufwendungen von außergewöhnlicher Größenordnung 16) oder Bedeutung (aperiodisch) 17),"Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" +999800,"Gegenkonto zu 9990-9997 18) Personenkonten 21) 10000 00 Debitoren -69999 99 22) 70000 00 Kreditoren -99999 99 23) 24) 28) Eigenformular, Nachdruck – auch auszu onten für die Programmverbindung d Steuerprogrammen mens um zusätzliche Konten und besone Integration der DATEV-Programme und er- Rechnungswesen-Programmen, die gleich- Steuerliche Belange können bereits wähhtigt werden. In der Spalte Programmverbin- , die über die Schnittstelle in Rechnungs- Steuerprogramm Umsatzsteuererklä- rschaftsteuer (K) weitergegeben und an entng zu Grunde gelegt werden. Die Kennen umfasst für die Weitergabe an Gewerbee nachfolgenden Konten bis zum nächsten nzeichnung „U“ an Standardkonten steht satzsteuererklärung. Kontenbereiche wer- andardkontenrahmen ausgewiesen sind t sind solche Konten, die lediglich eine rechn Sinne ausüben wie Löhne und Gehälter so- lässigen Spendenabzugs im Rahmen von Abgebildet wird mit den Kennzeichen die iche Ursprung. Die Gewerbesteuer-Berechodukt Körperschaftsteuer integriert. Daher ist kmal auch ein „K“ für diese Programmverch für die Handelsbilanz gebucht werden. ch für die Steuerbilanz gebucht werden. ich für die Gewinnermittlung nach Eigenformular, Nachdruck – auch auszugswe","Vortrags-, Statistische Konten","DATEV SKR 03 Bau und Handwerk (Art.-Nr. 19606, 2026)" diff --git a/data/ontologies/skr-datev/skr03.csv b/data/ontologies/skr-datev/skr03.csv new file mode 100644 index 00000000..94cd4f95 --- /dev/null +++ b/data/ontologies/skr-datev/skr03.csv @@ -0,0 +1,1624 @@ +account_number,account_name,family,source +0005,Rückständige fällige Einzahlungen auf Geschäftsanteile,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0010,"Entgeltlich erworbene Konzessionen, gewerbliche Schutzrechte und geleistete ähnliche Rechte und lungen und Werte sowie Lizenzen gen im Bau an solchen Rechten Grundstück und Werten grundstück che Rechte Bauten ein",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0015,Konzessionen lich der B,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0020,Gewerbliche auf fremde Schutzrechte Grundstück,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0025,Ähnliche Rechte und Werte,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0027,EDV-Software,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0030,Lizenzen an gewerblichen Schutzrechten und ähnlichen Rechten und Werten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0035,Geschäfts- oder Firmenwert,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0038,Anzahlungen auf Geschäfts- oder Firmenwert,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0039,Geleistete Anzahlungen auf immaterielle Vermö- gensgegenstände,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0040,-0042 99,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0043,Selbst geschaffene immaterielle Vermö- gensgegenstände geleistete lungen und,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0044,EDV-Software gen im Bau,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0045,Lizenzen und Franchiseverträge,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0046,Konzessionen und ge- werbliche Schutzrechte,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0047,"Rezepte, Verfahren, Grundstück Prototypen grundstück",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0048,Immaterielle Vermöche Rechte gensgegenstände in Bauten ein Entwicklung lich der B auf fremde Grundstück,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0050,"Grundstücke, grund- stücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grundstücken",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0059,Grundstücksanteil häusliches Arbeitszimmer geleistete,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0060,Grundstücksgleiche lungen und Rechte ohne Bauten gen im Bau,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0065,Unbebaute Grundstücke,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0070,"Grundstücksgleiche Rechte (Erbbaurecht, Dauerwohnrecht, unbebaute Grundstücke) Eigenformular, Nachdruck – auch auszugsweis 0 Bilanz-/GuV- Anlage- und Kapitalkonten Posten HGB",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0075,Grundstücke mit Substanzverzehr,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0079,Anzahlungen auf Grund und Boden,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0080,Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0085,Grundstückswerte eigener bebauter Grundstücke,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0090,Geschäftsbauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0100,Fabrikbauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0110,Garagen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0111,"Außenanlagen für Geschäfts-, Fabrik- und andere Bauten",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0112,Hof- und Wegebefestigungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0113,"Einrichtungen für Geschäfts-, Fabrik- und andere Bauten",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0115,Andere Bauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0116,Andere Bauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0120,"Geschäfts-, Fabrik- und andere Bauten im Bau auf eigenen Grundstücken",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0129,"Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten auf eigenen Grundstücken",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0140,Wohnbauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0145,Garagen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0146,Außenanlagen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0147,Hof- und Wegebefestigungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0148,Einrichtungen für Wohnbauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0149,Gebäudeanteil häusliches Arbeitszimmer,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0150,Wohnbauten im Bau auf eigenen Grundstücken,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0159,"Anzahlungen auf Wohnbauten auf eigenen Grundstücken Seite 1 0 nlage- und Kapitalkonten 20 10 Bohrgeräte, Laser u. a. 20 11 Kleingeräte 21 00 Maschinengebundene Werkzeuge 40 00 Technische Anlagen 60 00 Transportanlagen und Ähnliches 80 00 Betriebsvorrichtungen 90 00 Technische Anlagen und Maschinen im Bau 99 00 Anzahlungen auf technische Anlagen und Maschinen 00 00 Andere Anlagen, Betriebs- und Geschäftsausstattung 00 10 Fuhrpark 00 11 Bau- und Mannschaftswagen 01 00 Andere Anlagen, Betriebs- und Geschäftsausstattung 10 00 Andere Anlagen 20 00 Pkw 20 10 Fuhrpark - Busse und Kombi 20 70 Fuhrpark - Pkw - gewerblich 21 00 Pkw 50 00 Lkw 50 10 Fuhrpark - Lkw 51 00 Lkw 80 00 Sonstige Transportmittel 80 10 Fuhrpark Hänger/ Tieflader 80 11 Transporter und Pritschen 80 12 Stapler 80 90 Sonstige Transportgeräte 81 00 Sonstige Transportmittel 00 00 Betriebsausstattung 00 10 Bauwagen und Baucontainer 00 11 Baustellenausstattung 00 12 Einrichtung Bauhof 00 13 Einrichtung Werkstatt 00 14 Wohnwagen und Baracken 01 00 Betriebsausstattung 10 00 Geschäftsausstattung 10 10 EDV-Hardware 10 11 Kommunikationsanlagen 11 00 Geschäftsausstattung 20 00 Büroeinrichtung 30 00 Ladeneinrichtung 40 00 Werkzeuge 40 10 Werkzeuge außerhalb der Baugeräteliste (BGL) 41 00 Werkzeuge 50 00 Einbauten in fremde Grundstücke 60 00 Gerüst- und Schalungsmaterial 60 10 Genormte Rüstung und Schalung Seite 2 0 Anlage- und Kapitalkonten 520 00 Ausleihungen an Unternehmen, mit denen ein Beteiligungs- verhältnis besteht 523 00 Ausleihungen an Unternehmen, mit denen ein Beteiligungs- verhältnis besteht, Personengesellschaften 524 00 Ausleihungen an Unternehmen, mit denen ein Beteiligungs- verhältnis besteht, Kapitalgesellschaften 525 00 Wertpapiere des Anlagevermögens 530 00 Wertpapiere mit Gewinnbeteiligungsan- sprüchen, die dem Teileinkünfteverfahren unterliegen 535 00 Festverzinsliche Wertpapiere 538 00 Anteile einer GmbH & Co. KG an einer Komplementär-GmbH 540 00 Übrige sonstige Ausleihungen 550 00 Darlehen 570 00 Genossenschaftsanteile zum langfristigen Verbleib 580 00 Ausleihungen an Gesellschafter 582 00 Ausleihungen an GmbH-Gesellschafter",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0160,Bauten auf fremden Grundstücken,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0165,Geschäftsbauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0170,Fabrikbauten geleistete Anzah-,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0175,Garagen lungen und Anla-,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0176,Außenanlagen gen im Bau,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0177,Hof- und Wegebefestigungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0178,"Einrichtungen für Geschäfts-, Fabrik-, Andere Anlagen, Wohn- und Betriebs- und Geandere Bauten schäftsausstat-",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0179,Andere Bauten tung,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0180,"Geschäfts-, Fabrik- und andere Bauten im Bau auf fremden Grundstücken",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0189,"Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten auf fremden Grundstücken",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0190,Wohnbauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0191,Garagen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0192,Außenanlagen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0193,Hof- und Wegebefestigungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0194,Einrichtungen für Wohnbauten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0195,Wohnbauten im Bau auf fremden Grundstücken,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0199,Anzahlungen auf Wohnbauten auf fremden Grundstücken,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0200,Technische Anlagen und Maschinen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0201,Technische Anlagen und Maschinen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0210,Maschinen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0211,Maschinen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0220,"Maschinengebundene Werkzeuge Eigenformular, Nachdruck – auch auszugsweise – nic 0 Bilanz-/GuV- Anlage- und Kapitalkonten Posten HGB",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0461,Gerüst- und besteht Schalungsmaterial,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0480,Geringwertige Wirtschaftsgüter,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0485,Wirtschaftsgüter (Sammelposten),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0490,Sonstige Betriebs- und Geschäftsausstattung,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0491,Sonstige Betriebs- und Anlagevermögens Geschäftsausstattung,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0498,"Andere Anlagen, Betriebs- und Geschäftsausstattung im Bau",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0499,"Anzahlungen auf andere Anlagen, Betriebs- und Anteile an ver- Geschäftsausstattung bundenen Unter-",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0500,Anteile an verbundenen nehmen Unternehmen (Anlagevermögen) sonstige Auslei-,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0501,"Anteile an verbundenen hungen Unternehmen, Personengesellschaften Genossenschafts-",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0502,"Anteile an verbundenen anteile Unternehmen, Kapitalgesellschaften Ausleihungen an",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0503,"Anteile an herrschender Gesellschafter oder mehrheitlich beteiligter Gesellschaft, Kapitalgesellschaften",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0504,Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0505,Ausleihungen an ver- bundene Unternehmen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0506,"Ausleihungen an ver- sonstige Auslei- bundene Unternehmen, hungen Personengesellschaften Rückdeckungsan-",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0507,"Ausleihungen an ver- sprüche aus Le- bundene Unternehmen, bensversicherun- Kapitalgesellschaften gen",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0508,"Ausleihungen an ver- Anleihen bundene Unternehmen, Einzelunternehmen",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0509,"Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft, Personengesellschaften",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0510,Beteiligungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0513,Typisch stille Beteiligungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0516,Atypisch stille Beteiligungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0517,Beteiligungen an Kapitalgesellschaften,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0518,Beteiligungen an Personengesellschaften,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0519,"Beteiligung einer GmbH & Co. KG an einer Komplementär-GmbH Eigenformular, Nachdruck – auch auszugsweise – nic 0 Bilanz-/GuV- Anlage- und Kapitalkonten Posten HGB",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0584,"Ausleihungen an persönlich haftende Gesellschafter 586 00 Ausleihungen an Kommanditisten 590 00 Ausleihungen an nahe stehende Personen 595 00 Rückdeckungsansprüche aus Lebensversicherungen zum langfristigen Verbleib 600 00 Anleihen, nicht konvertibel 601 00 Anleihen, nicht konvertibel - Restlaufzeit bis 1 Jahr 605 00 Anleihen, nicht konvertibel - Restlaufzeit 1 bis 5 Jahre 610 00 Anleihen, nicht konvertibel - Restlaufzeit größer 5 Jahre 615 00 Anleihen, konvertibel 616 00 Anleihen, konvertibel - Restlaufzeit bis 1 Jahr 620 00 Anleihen, konvertibel - Restlaufzeit 1 bis 5 Jahre 625 00 Anleihen, konvertibel - Restlaufzeit größer 5 Jahre Seite 3 0 lage- und Kapitalkonten 15 00 Verbindlichkeiten ge- genüber Unternehmen, mit denen ein Beteili- gungsverhältnis besteht 16 00 Verbindlichkeiten ge- genüber Unternehmen, mit denen ein Beteili- gungsverhältnis besteht - Restlaufzeit bis 1 Jahr 20 00 Verbindlichkeiten ge- genüber Unternehmen, mit denen ein Beteili- gungsverhältnis besteht - Restlaufzeit 1 bis 5 Jahre 25 00 Verbindlichkeiten ge- genüber Unternehmen, mit denen ein Beteili- gungsverhältnis besteht - Restlaufzeit größer 5 Jahre 30 00 Verbindlichkeiten ge- genüber Gesellschaftern 31 00 Verbindlichkeiten ge- genüber Gesellschaftern - Restlaufzeit bis 1 Jahr 40 00 Verbindlichkeiten ge- genüber Gesellschaftern - Restlaufzeit 1 bis 5 Jahre 50 00 Verbindlichkeiten ge- genüber Gesellschaftern - Restlaufzeit größer 5 Jahre 55 00 Verbindlichkeiten gegenüber Gesellschaftern für offene Ausschüttungen 60 00 Verbindlichkeiten gegenüber typisch stillen Gesellschaftern 61 00 Verbindlichkeiten gegenüber typisch stillen Gesellschaftern - Restlaufzeit bis 1 Jahr 64 00 Verbindlichkeiten gegenüber typisch stillen Gesellschaftern - Restlaufzeit 1 bis 5 Jahre 67 00 Verbindlichkeiten gegenüber typisch stillen Gesellschaftern - Restlaufzeit größer 5 Jahre 70 00 Verbindlichkeiten gegenüber atypisch stillen Gesellschaftern Seite 4 0 Anlage- und Kapitalkonten",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0630,"Verbindlichkeiten Verbindlichkeiten gegenüber gegenüber Unter- Kreditinstituten nehmen, mit denen ein Beteili- gungsverhältnis besteht oder For- derungen gegen Unternehmen, mit",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0631,Verbindlichkeiten denen ein Beteili gegenüber gungsverhältnis Kreditinstituten besteht - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0640,Verbindlichkeiten gegenüber Kreditinstituten - Restlaufzeit 1 bis 5 Jahre,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0650,Verbindlichkeiten gegenüber Kreditinstituten - Restlaufzeit größer 5 Jahre,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0660,Verbindlichkeiten gegenüber Kreditinstituten aus Teilzahlungsverträgen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0661,Verbindlichkeiten gegenüber Kreditinstituten aus Verbindlichkeiten Teilzahlungsverträgen gegenüber Gesell- - Restlaufzeit bis 1 Jahr schaftern oder,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0670,Verbindlichkeiten Forderungen ge- gegenüber gen Gesellschafte Kreditinstituten aus oder Sonstige Teilzahlungsverträgen Vermögensge- - Restlaufzeit genstände 1 bis 5 Jahre,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0680,Verbindlichkeiten gegenüber Kreditinstituten aus Verbindlichkeiten Teilzahlungsverträgen gegenüber Gesell- - Restlaufzeit größer schaftern 5 Jahre,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0690,"Verbindlichkeiten gegenüber Kreditinstituten, vor Restlaufzeitdifferenzierung",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0699,Gegenkonto 0630-0689 bei Aufteilung der Konten 0690-0698,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0700,Verbindlichkeiten ge- sonstige Verbind- genüber verbundenen lichkeiten Unternehmen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0701,Verbindlichkeiten ge- genüber verbundenen Unternehmen - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0705,Verbindlichkeiten ge- genüber verbundenen Unternehmen - Restlaufzeit 1 bis 5 Jahre,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0710,"Verbindlichkeiten ge- genüber verbundenen Unternehmen - Restlaufzeit größer 5 Jahre Eigenformular, Nachdruck – auch auszugsweise – nic 0 Bilanz-/G Anlage- und Kapitalkonten Posten HG",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0771,Verbindlichkeiten Eingefordert gegenüber atypisch noch aussteh stillen Gesellschaftern Kapitaleinla - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0774,Verbindlichkeiten gegenüber atypisch stillen Gesellschaftern - Restlaufzeit eingefordert 1 bis 5 Jahre Nachschüsse,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0777,Verbindlichkeiten gegenüber atypisch Kapitalrückl stillen Gesellschaftern - Restlaufzeit größer 5 Jahre,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0780,Partiarische Darlehen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0781,Partiarische Darlehen - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0784,Partiarische Darlehen - Restlaufzeit 1 bis 5 Jahre,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0787,Partiarische Darlehen - Restlaufzeit größer 5 Jahre,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0790,"Sonstige Verbindlichkeiten, vor Restlaufzeitdifferenzierung (nur Bilanzierer)",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0799,"Gegenkonto 0730-0789 und 1665-1678 und 1695-1698 bei Gesetzliche Aufteilung der Konten lage 0790-0798 Andere Gewin K 0800 00 Gezeichnetes Kapital17) rücklagen K 0809 00 Kapitalerhöhung aus Rücklage für Gesellschaftsmitteln17) teile an ein K 0810 00 Geschäftsguthaben herrschenden der verbleibenden oder mehrhei Mitglieder17) beteiligten nehmen K 0811 00 Geschäftsguthaben Satzungsmäßi der ausscheidenden Rücklagen Mitglieder17) Andere Ergeb rücklagen K 0812 00 Geschäftsguthaben Anfangskapit aus gekündigten Geschäftsanteilen17) K 0813 00 Rückständige fällige Einzahlungen auf Geschäftsanteile, vermerkt17)",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0815,"Gegenkonto Andere Gewin Rückständige fällige rücklagen Einzahlungen auf Geschäftsanteile, vermerkt Anfangskapit K 0819 00 Erworbene eigene Anteile17)",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0820,"Ausstehende -0829 99 Einlagen auf das gezeichnete Kapital, nicht eingefordert (Passivausweis, vom gezeichneten Kapital offen abgesetzt; eingeforderte ausstehende Einlagen s. Konten 0830-0838) Gewinn- / Ve vortrag Eigenformular, Nachdruck – auch auszugsweise gr.- 0 Bil ind. Anlage- und Kapitalkonten Pos hl.ck",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0830,"Ausstehende Einlagen -0838 99 auf das gezeichnete Kapital, eingefordert (Forderungen, nicht eingeforderte ausstehende Einlagen s. Konten 0820-0829)",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0839,"Nachschüsse (Forderungen, Gegenkonto 0845) K 0840 00 Kapitalrücklage17) K 0841 00 Kapitalrücklage durch Ausgabe von Anteilen über Nennbetrag17) K 0842 00 Kapitalrücklage durch Ausgabe von Schuldverschreibungen für Wandlungsrechte und Optionsrechte zum Erwerb von Anteilen17) K 0843 00 Kapitalrücklage durch Zuzahlungen gegen Gewährung eines Vorzugs für Anteile17) K 0844 00 Kapitalrücklage durch Zuzahlungen in das Eigenkapital17) K 0845 00 Nachschusskapital (Gegenkonto 0839)17) K 0846 00 Gesetzliche Rücklage17) K 0848 00 Andere Gewinnrücklagen aus dem Erwerb eigener Anteile17)",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0849,Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen K 0851 00 Satzungsmäßige Rücklagen17) K 0852 00 Andere Ergebnisrücklagen17),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0853,Gewinnrücklagen aus den Übergangsvor- schriften BilMoG11),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0854,Gewinnrücklagen aus den Übergangsvor- schriften BilMoG (Zuschreibung Sachanlagevermögen)11) K 0855 00 Andere Gewinnrücklagen17) K 0856 00 Eigenkapitalanteil von Wertaufholungen17),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0857,Gewinnrücklagen aus den Übergangsvor- schriften BilMoG (Zuschreibung Finanz- anlagevermögen)11),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0858,Gewinnrücklagen aus den Übergangsvor- schriften BilMoG (Auflösung der Sonderposten mit Rücklageanteil)11),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0859,Latente Steuern (Gewinnrücklage Haben) aus erfolgsneutralen Verrechnungen11) K 0860 00 Gewinnvortrag vor Verwendung17) Seite 5 rogr.- 0 rbind. Anlage- und Kapitalkonten schl.weck,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0865,Gewinnvortrag vor Verwendung (mit Aufteilung für Kapi- Rückst talkontenentwicklung) für Pe,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0867,Verlustvortrag vor ähnlic Verwendung pflich (mit Aufteilung für Kapi- Rückst talkontenentwicklung) für Pe K 0868 00 Verlustvortrag vor ähnlic Verwendung17) pflich,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0870,Festkapital (VH) Aktive schied der Ve,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0871,"Kapital (fester Anteil, verrec nur Einzelunterneh- Rückst men)22) für Pe",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0880,Variables Kapital (VH) ähnlic pflich,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0881,"Kapital (variabler Anteil, nur Einzelunterneh- men)22)",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0890,Gesellschafter-Darlehen (VH) Steuer gen Sonsti,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0891,lungen -0899 99 Steuer,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0900,Kommandit-Kapital (TH) gen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0901,-0909 99 Sonsti,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0910,Verlustausgleichskonto lungen (TH),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0911,-0919 99,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0920,Gesellschafter-Darlehen (TH),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0921,-0929 99,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0930,Übrige andere Sonderposten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0931,Steuerfreie Rücklagen Sonsti nach § 6b EStG lungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0932,Rücklage für ver Un Ersatzbeschaffung betrag,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0940,"Sonderposten mit Vermög Rücklageanteil, rechnu Sonderabschreibungen6)",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0945,Ausgleichsposten bei Entnahmen § 4g EStG Passiv,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0946,Rücklage für Zuschüsse Steuer Steuer,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0947,Sonderposten mit gen Rücklageanteil nach Sonsti § 7g Abs. 5 EStG lungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0948,"Sonderposten für Zuschüsse Dritter Eigenformular, Nachdruck – auch auszugs gr.- 0 Bilanz- ind. Anlage- und Kapitalkonten Posten hl.ck",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0949,Sonderposten für Investitionszulagen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0950,Rückstellungen für Pensionen und ähnliche Verpflichtungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0951,Rückstellungen für Pensionen und ähnliche Verpflichtungen zur Saldierung mit Vermö- gensgegenständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0952,Rückstellungen für Pensionen und ähnliche Verpflichtungen gegenüber Gesellschaftern oder nahe stehenden Personen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0953,Rückstellungen für Direktzusagen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0954,Rückstellungen für Zu- schussverpflichtungen für Pensionskassen und Lebensversicherungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0955,Steuerrückstellungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0956,Gewerbesteuerrückstellung nach § 4 Abs. 5b EStG,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0961,Urlaubsrückstellungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0962,Steuerrückstellung für Steuerstundung (BStBK),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0963,Körperschaftsteuerrück- stellung,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0964,Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zum langfristigen Verbleib,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0965,Rückstellungen für Personalkosten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0966,Rückstellungen zur Erfüllung der Aufbe- wahrungspflichten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0967,Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zur Saldierung mit Vermö- gensgegenständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0968,Passive latente Steuern,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0969,Rückstellungen für latente Steuern,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0970,Sonstige Rückstellungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0971,"Rückstellungen für unterlassene Aufwendungen für Instandhaltung, Nachholung in den ersten drei Monaten",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0973,Rückstellungen für Abraum- und Abfallbeseitigung,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0974,Rückstellungen für Gewährleistungen (Gegenkonto 4790),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0976,Rückstellungen für drohende Verluste aus schwebenden Geschäften,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0977,Rückstellungen für Abschluss- und Prüfungskosten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0978,-0978 99,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0979,Rückstellungen für Umweltschutz,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0980,Aktive Rechnungsabgrenzung,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0983,Aktive latente Steuern,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0984,Als Aufwand berücksichtigte Zölle und Verbrauchsteuern auf Vorräte,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0985,Als Aufwand berücksichtigte Umsatzsteuer auf Anzahlungen,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0986,Damnum/Disagio,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0987,Rechnungsabgren- zungsposten (Gewinnrücklage Soll) aus erfolgsneutralen Verrechnungen11),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0988,Latente Steuern (Gewinnrücklage Soll) aus erfolgsneutralen Verrechnungen11),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0989,Gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapi- talkontenentwicklung),Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0990,Passive Rechnungsabgrenzung,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0992,Abgrenzung unterjährig pauschal gebuchter Abschreibungen für BWA,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0996,Pauschalwertberichtigung auf Forderungen - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0997,"Pauschalwertberichtigung auf Forderungen - Restlaufzeit größer 1 Jahr Eigenformular, Nachdruck – auch auszugsweis 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0998,Einzelwertberichtigungen auf Forderungen - Restlaufzeit bis 1 Jahr,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +0999,Einzelwertberichtigungen auf Forderungen - Restlaufzeit größer 1 Jahr Seite 7 1 Finanz- und Privatkonten,Anlage- und Kapitalkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1000,Kasse,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1010,Nebenkasse 1,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1011,Nebenkasse 1,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1020,Nebenkasse 2,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1100,Bank (Postbank) Aktiver Unter- schiedsbetrag a der Vermögens- verrechnung ode Sonstige Rückst lungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1110,Bank (Postbank 1) Sonstige Vermö-,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1120,Bank (Postbank 2) gensgegenstände,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1130,Bank (Postbank 3),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1190,LZB-Guthaben,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1195,Bundesbankguthaben,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1200,Bank,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1210,Bank 1,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1220,Bank 2,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1230,Bank 3 Aktiver Unter-,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1240,Bank 4 schiedsbetrag a,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1250,Bank 5 der Vermögens-,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1289,verrechnung ode -1289 99 Rückstellungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1290,Finanzmittelanlagen im für Pensionen u Rahmen der ähnliche Ver- kurzfristigen pflichtungen Finanzdisposition (nicht Sonstige Vermö- im Finanzmittelfonds gensgegenstände enthalten) oder sonstige,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1295,Verbindlichkeiten Verbindlichkeit gegenüber Kreditinstituten (nicht im Finanzmittelfonds enthalten),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1300,Forderungen ge- -1328 99 gen Kommanditisten oder Ver bindlichkeiten genüber Kom-,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1329,Andere Wertpapiere manditisten ode mit unwesentlichen Verbindlichkeit Wertschwankungen gegenüber Gesel,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1330,schaftern -1339 99 Sonstige Vermö- gensgegenstände,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1340,Anteile an verbundenen Unternehmen (Umlaufvermögen),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1344,Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1348,Sonstige Wertpapiere,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1349,Wertpapieranlagen im Rahmen der kurzfristigen Sonstige Vermö- Finanzdisposition gensgegenstände,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1350,"GmbH-Anteile zum oder sonstige kurzfristigen Verbleib Verbindlichkeit Eigenformular, Nachdruck – auch auszugsweise – n gr.- 1 Bilanz- ind. Finanz- und Privatkonten Posten hl.ck",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1352,Genossenschaftsanteile zum kurzfristigen Verbleib,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1353,Vermögensgegenstände zur Erfüllung von mit der Altersversorgung vergleichbaren langfristigen Verpflichtungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1354,Vermögensgegenstände zur Saldierung mit der Altersversorgung vergleichbaren langfristigen Verpflichtungen nach § 246 Abs. 2 HGB,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1355,Ansprüche aus Rückde- ckungsversicherungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1356,Vermögensgegenstände zur Erfüllung von Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1357,Vermögensgegenstände zur Saldierung mit Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1360,Geldtransit,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1371,"Verrechnungskonto Gewinnermittlung § 4 Abs. 3 EStG, nicht ergebniswirksam",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1372,Wirtschaftsgüter des Umlaufvermögens nach § 4 Abs. 3 S. 4 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1373,-1375 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1376,Forderungen gegen typisch stille Gesellschafter,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1377,Forderungen gegen typisch stille Gesellschafter - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1378,Forderungen gegen typisch stille Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1379,-1379 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1380,Überleitungskonto Kostenstellen Seite 8 .- 1 d. Finanz- und Privatkonten .-,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1381,Forderungen gegen GmbH-Gesellschafter,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1382,Forderungen gegen GmbH-Gesellschafter - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1383,Forderungen gegen GmbH-Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1385,Forderungen gegen persönlich haftende Gesellschafter Forderunge Lieferunge,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1386,Forderungen gegen Leistungen persönlich haftende sonstige V Gesellschafter lichkeiten - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1387,Forderungen gegen persönlich haftende Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1389,Ansprüche aus betrieblicher Altersversorgung und Pensionsansprüche (Mitunternehmer)28),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1390,Verrechnungskonto Ist-Versteuerung,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1391,Neutralisierung ertragswirksamer Forderunge Sachverhalte für gen verbun § 4 Abs. 3 EStG Unternehme,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1394,Forderungen gegen oder Verbi Gesellschaft/ keiten geg Gesamthand28) verbundene,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1400,Forderungen aus ternehmen Lieferungen und Leistungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1401,-1406 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1410,Forderungen aus -1410 09 Lieferungen und Leistungen ohne Kontokorrent,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1411,Forderungen aus -1444 99 Lieferungen und Leistungen ohne Forderunge Kontokorrent gen verbun,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1445,"Forderungen aus Unternehme Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz oder eines Kleinunternehmers (EÜR) Eigenformular, Nachdruck – auch auszugsweis 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1446,Forderungen aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1447,Forderungen aus steuerfreien oder nicht steuerbaren Lieferungen und Leistungen (EÜR),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1448,Forderungen aus Lieferungen und Leistungen nach Durchschnittssätzen nach § 24 UStG (EÜR),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1449,Gegenkonto 1445-1448 bei Aufteilung der Forderungen nach Steuersätzen (EÜR),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1450,Forderungen nach § 11 Abs. 1 S. 2 EStG für § 4 Abs. 3 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1451,Forderungen aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1455,Forderungen aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1460,Zweifelhafte Forderungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1461,Zweifelhafte Forderungen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1465,Zweifelhafte Forderungen - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1470,Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1471,Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1475,Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1478,Wertberichtigungen auf Forderungen gegen verbundene Unternehmen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1479,Wertberichtigungen auf Forderungen gegen verbundene Unternehmen - Restlaufzeit größer 1 Jahr Seite 9 1 Finanz- und Privatkonten,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1480,"Forderungen aus Lieferungen und Leistungen gegen Unternehmen, mit Sonstige Vermödenen ein Beteiligungs- gensgegenstände verhältnis besteht Sonstige Vermö- gensgegenstände oder sonstige Verbindlichkeit",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1481,"Forderungen aus Sonstige Vermö- Lieferungen und gensgegenstände Leistungen gegen Unternehmen, mit denen ein Beteiligungs- verhältnis besteht Sonstige Vermö- - Restlaufzeit bis 1 Jahr gensgegenstände",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1485,"Forderungen aus oder sonstige Lieferungen und Verbindlichkeit Leistungen gegen Sonstige Vermö- Unternehmen, mit gensgegenstände denen ein Beteiligungs- verhältnis besteht - Restlaufzeit größer 1 Jahr Forderungen ge-",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1488,"Wertberichtigungen auf gen Gesellschaf Forderungen gegen oder Verbindlic Unternehmen, mit keiten gegenübe denen ein Beteiligungs- Gesellschaftern verhältnis besteht oder sonstige - Restlaufzeit bis 1 Jahr Verbindlichkeit",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1489,"Wertberichtigungen auf Forderungen gegen Unternehmen, mit denen ein Beteiligungs- verhältnis besteht Geleistete Anza - Restlaufzeit größer lungen 1 Jahr",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1490,Forderungen aus Lieferungen und Leistungen gegen Gesellschafter,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1491,Forderungen aus Lieferungen und Leistungen gegen Sonstige Vermö- Gesellschafter gensgegenstände - Restlaufzeit bis 1 Jahr oder sonstige,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1495,Forderungen aus Verbindlichkeit Lieferungen und Leistungen gegen Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1498,Gegenkonto zu sonstige Vermögensgegenstände bei Buchungen über Debitorenkonto,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1499,Gegenkonto 1451-1497 bei Aufteilung Sonstige Vermö- Debitorenkonto gensgegenstände,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1500,Sonstige Vermögensge- genstände,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1501,Sonstige Vermögensge- genstände - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1502,Sonstige Vermögensge- genstände - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1503,Forderungen gegen Vorstandsmitglieder und Geschäftsführer - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1504,Forderungen gegen Vorstandsmitglieder und Geschäftsführer - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1505,Forderungen gegen Aufsichtsrats- und Beiratsmitglieder - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1506,Forderungen gegen Aufsichtsrats- und Beiratsmitglieder - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1507,Forderungen gegen sonstige Gesellschafter - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1508,Forderungen gegen sonstige Gesellschafter - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1510,Geleistete Anzahlungen auf Vorräte,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1511,Geleistete Anzahlungen -1511 99 7 % Vorsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1512,Geleistete Anzahlungen -1512 99 5 % Vorsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1513,-1516 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1517,Geleistete Anzahlungen -1517 99 16 % Vorsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1518,Geleistete Anzahlungen -1518 99 19 % Vorsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1519,Forderungen gegen Arbeitsgemeinschaften,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1520,Forderungen gegenüber Krankenkassen aus Aufwendungsaus- gleichsgesetz,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1521,Agenturwarenabrechnung,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1522,Genussrechte,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1524,Einzahlungsansprüche zu Nebenleistungen oder Zuzahlungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1525,Kautionen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1526,Kautionen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1527,Kautionen - Restlaufzeit größer 1 Jahr Seite 10 - 1 . Finanz- und Privatkonten -,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1528,Nachträglich abziehbare Vorsteuer nach § 15a Abs. 2 UStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1529,Zurückzuzahlende Vorsteuer nach § 15a Abs. 2 UStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1530,Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1531,Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1537,Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1539,Umsatzsteuerforderungen frühere Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1540,Forderungen aus Gewerbesteuerüberzahlungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1542,Steuererstattungsan- sprüche gegenüber anderen Ländern,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1543,Forderungen an das Finanzamt aus abgeführtem Bauabzugsbetrag,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1544,Forderungen gegenüber Bundesagentur für Arbeit,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1545,Forderungen aus Umsatzsteuer- Vorauszahlungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1546,Umsatzsteuerforderungen Vorjahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1547,Forderungen aus entrichteten Verbrauchsteuern,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1548,Vorsteuer in Folgeperiode/ im Folgejahr abziehbar,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1549,Körperschaftsteuerrück- forderung,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1550,Darlehen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1551,Darlehen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1555,Darlehen - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1556,"Nachträglich abziehbare Vorsteuer nach Sonstige Ve § 15a Abs. 1 UStG, gensgegenst bewegliche oder sonsti Wirtschaftsgüter Verbindlich",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1557,"Zurückzuzahlende Vorsteuer nach § 15a Abs. 1 UStG, bewegliche Wirtschaftsgüter Eigenformular, Nachdruck – auch auszugsweise 1 Bilanz-/ Finanz- und Privatkonten Posten H",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1558,"Nachträglich abziehbare Vorsteuer nach § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1559,"Zurückzuzahlende Vorsteuer nach § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1560,Aufzuteilende Vorsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1561,Aufzuteilende Vorsteuer 7 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1562,Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1563,Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1564,-1565 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1566,Aufzuteilende Vorsteuer 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1567,Aufzuteilende Vorsteuer nach §§ 13a und 13b UStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1568,-1568 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1569,Aufzuteilende Vorsteuer nach §§ 13a und 13b UStG 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1570,Abziehbare Vorsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1571,Abziehbare Vorsteuer 7%,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1572,Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1573,Vorsteuer aus Erwerb als letzter Abnehmer innerhalb eines Dreiecksgeschäfts,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1574,Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1575,-1575 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1576,Abziehbare Vorsteuer 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1577,Abziehbare Vorsteuer nach § 13b UStG 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1578,Abziehbare Vorsteuer nach § 13b UStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1579,-1579 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1580,Gegenkonto Vorsteuer § 4 Abs. 3 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1581,Auflösung Vorsteuer aus Vorjahr § 4 Abs. 3 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1582,Vorsteuer aus Investitionen § 4 Abs. 3 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1583,-1583 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1584,Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer- Identifikationsnummer Seite 11 - 1 . Finanz- und Privatkonten -,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1585,Abziehbare Vorsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1587,-1587 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1588,Entstandene Einfuhrumsatzsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1589,-1589 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1590,Durchlaufende Posten,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1592,Fremdgeld,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1593,Verrechnungskonto erhaltene Anzahlungen bei Buchung über Debitorenkonto,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1594,Forderungen gegen verbundene Unternehmen Verbindlich aus Lieferu und Leistun,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1595,Forderungen gegen oder Sonsti verbundene Vermögensge Unternehmen genstände - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1596,Forderungen gegen verbundene Unternehmen - Restlaufzeit größer 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1597,"Forderungen gegen Unternehmen, mit denen ein Beteiligungs- verhältnis besteht Verbindlich gegenüber v bundenen Un nehmen oder derungen ge",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1598,"Forderungen gegen verbundene Unternehmen, mit ternehmen denen ein Beteiligungs- verhältnis besteht - Restlaufzeit bis 1 Jahr",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1599,"Forderungen gegen Unternehmen, mit denen ein Beteiligungsver- hältnis besteht - Restlaufzeit größer 1 Jahr",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1600,Verbindlichkeiten aus Lieferungen und Leistungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1601,"-1603 99 Eigenformular, Nachdruck – auch auszugsweise 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1605,Verbindlichkeiten aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz (EÜR),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1606,Verbindlichkeiten aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1607,Verbindlichkeiten aus Lieferungen und Leistungen ohne Vorsteuerabzug (EÜR),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1609,Gegenkonto 1605-1607 bei Aufteilung der Verbindlichkeiten nach Steuersätzen (EÜR),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1610,Verbindlichkeiten aus -1623 99 Lieferungen und Leistungen ohne Kontokorrent,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1624,Verbindlichkeiten aus Lieferungen und Leistungen für Investitionen für § 4 Abs. 3 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1625,Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1626,Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1628,Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1630,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1631,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1635,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1638,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen - Restlaufzeit größer 5 Jahre Seite 12 1 Finanz- und Privatkonten,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1640,"Verbindlichkeiten aus Verbindlichkeit Lieferungen und gegenüber Gesel Leistungen gegenüber schaftern oder Unternehmen, mit Forderungen gedenen ein Beteiligungsgen Gesellschaf verhältnis besteht Verbindlichkeit gegenüber Gesel",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1641,"Verbindlichkeiten aus schaftern Lieferungen und Leistungen gegenüber Unternehmen, mit denen ein Beteiligungs- verhältnis besteht - Restlaufzeit bis 1 Jahr",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1645,"Verbindlichkeiten aus Lieferungen und Verbindlichkeit Leistungen gegenüber gegenüber per- Unternehmen, mit sönlich haftend denen ein Beteiligungs- Gesellschaftern verhältnis besteht oder Forderunge - Restlaufzeit gegen persönlic 1 bis 5 Jahre haftende Gesell",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1648,"Verbindlichkeiten aus schafter oder F Lieferungen und derungen gegen Leistungen gegenüber Gesellschafter Unternehmen, mit denen ein Beteiligungs- verhältnis besteht - Restlaufzeit größer 5 Jahre",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1650,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1651,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern - Restlaufzeit bis 1 Jahr Verbindlichkeit,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1655,Verbindlichkeiten aus gegenüber Kom- Lieferungen und manditisten ode Leistungen gegenüber Forderungen ge- Gesellschaftern gen Kommandi- - Restlaufzeit tisten oder For 1 bis 5 Jahre rungen gegen Ge,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1658,Verbindlichkeiten aus sellschafter Lieferungen und Leistungen gegenüber Gesellschaftern - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1659,Gegenkonto 1625-1658 bei Aufteilung Kreditorenkonto,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1660,"-1664 99 sonstige Verbin lichkeiten oder Sonstige Vermö- gensgegenstände Eigenformular, Nachdruck – auch auszugsweise – n gr.- 1 Bi ind. Finanz- und Privatkonten Po hl.ck",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1665,Verbindlichkeiten gegenüber GmbH-Gesellschaftern,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1666,Verbindlichkeiten gegenüber GmbH-Gesellschaftern - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1667,Verbindlichkeiten gegenüber GmbH-Gesellschaftern - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1668,Verbindlichkeiten gegenüber GmbH-Gesellschaftern - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1670,Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1671,Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1672,Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1673,Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1675,Verbindlichkeiten gegenüber Kommanditisten,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1676,Verbindlichkeiten gegenüber Kommanditisten - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1677,Verbindlichkeiten gegenüber Kommanditisten - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1678,Verbindlichkeiten gegenüber Kommanditisten - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1691,Verbindlichkeiten gegenüber Arbeitsgemeinschaften Seite 13 Progr.- 1 erbind. Finanz- und Privatkonten bschl.zweck,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1692,Neutralisierung aufwandswirksamer Sachverhalte für § 4 Abs. 3 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1693,Ergebnisneutrale Sachverhalte für § 4 Abs. 3 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1695,Verbindlichkeiten gegenüber stillen Gesellschaftern,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1696,Verbindlichkeiten gegenüber stillen Gesellschaftern - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1697,Verbindlichkeiten gegenüber stillen Gesellschaftern - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1698,Verbindlichkeiten gegenüber stillen Gesellschaftern - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1700,Sonstige Verbindlichkeiten Erhal lunge,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1701,Sonstige setzt Verbindlichkeiten - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1702,Sonstige Verbindlichkeiten - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1703,Sonstige Verbindlichkeiten - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1704,Sonstige Verbindlichkeiten nach sonst § 11 Abs. 2 S. 2 EStG für lichk § 4 Abs. 3 EStG Sonst,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1705,Darlehen gensg sonst,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1706,Darlehen lichk - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1707,Darlehen - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1708,Darlehen - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1709,Gewinnverfügungssonst konto stille lichk Gesellschafter Sonst - sonstige gensg Verbindlichkeiten,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1710,Erhaltene Anzahlungen auf Bestellungen sonst (Verbindlichkeiten) lichk,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1711,"Erhaltene, versteuerte -1711 99 Anzahlungen 7 % USt (Verbindlichkeiten) Eigenformular, Nachdruck – auch auszug 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1712,"Erhaltene, versteuerte -1712 99 Anzahlungen 5 % USt (Verbindlichkeiten)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1713,-1713 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1714,"Erhaltene, versteuerte -1714 99 Anzahlungen 0 % USt (Verbindlichkeiten)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1715,Erhaltene Anzahlungen - Nachsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1716,-1716 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1717,"Erhaltene, versteuerte -1717 99 Anzahlungen 16 % USt (Verbindlichkeiten)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1718,"Erhaltene, versteuerte -1718 99 Anzahlungen 19 % USt (Verbindlichkeiten)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1719,Erhaltene Anzahlungen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1720,Erhaltene Anzahlungen - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1721,Erhaltene Anzahlungen - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1722,Erhaltene Anzahlungen auf Bestellungen (von Vorräten offen abgesetzt),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1723,Erhaltene Anzahlungen auf Bestellungen (von Vorräten offen abgesetzt),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1725,Umsatzsteuer in Folgeperiode fällig (§§ 13 Abs. 1 Nr. 6 und 13b Abs. 2 UStG),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1728,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen elektronischen Dienstleistungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1729,Steuerzahlungen aus im anderen EU-Land steuerpflichtigen Leistungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1730,Kreditkartenabrechnung,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1731,Agenturwarenabrechnung,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1732,Erhaltene Kautionen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1733,Erhaltene Kautionen - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1734,Erhaltene Kautionen - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1735,Erhaltene Kautionen - Restlaufzeit größer 5 Jahre Seite 14 1 Finanz- und Privatkonten,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1736,Verbindlichkeiten aus sonstige Verbind- Steuern und Abgaben lichkeiten,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1737,Verbindlichkeiten aus Steuern und Abgaben - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1738,Verbindlichkeiten aus Steuern und Abgaben - Restlaufzeit 1 bis 5 Jahre sonstige Verbind-,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1739,Verbindlichkeiten aus lichkeiten oder Steuern und Abgaben Sonstige Vermö- - Restlaufzeit größer gensgegenstände 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1740,Verbindlichkeiten aus Lohn und Gehalt,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1741,Verbindlichkeiten aus sonstige Verbind- Lohn- und lichkeiten Kirchensteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1742,Verbindlichkeiten im Rahmen der sozialen sonstige Verbind- Sicherheit lichkeiten oder,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1743,Verbindlichkeiten im Rahmen der sozialen Sicherheit - Restlaufzeit bis 1 Jahr,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1744,Verbindlichkeiten im Rahmen der sozialen Sicherheit - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1745,Verbindlichkeiten im Rahmen der sozialen Sicherheit sonstige Verbind- - Restlaufzeit größer lichkeiten 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1746,"Verbindlichkeiten aus Einbehaltungen (KapESt und SolZ, KiSt auf KapESt) für offene Ausschüttungen",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1747,Verbindlichkeiten für Verbrauchsteuern sonstige Verbind-,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1748,Verbindlichkeiten für lichkeiten oder Einbehaltungen von Sonstige Vermö- Arbeitnehmern gensgegenstände,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1749,Verbindlichkeiten an das Finanzamt aus abzuführendem Bauabzugsbetrag,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1750,Verbindlichkeiten aus Vermögensbildung,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1751,"Verbindlichkeiten aus Vermögensbildung - Restlaufzeit bis 1 Jahr Eigenformular, Nachdruck – auch auszugsweise – nic gr.- 1 Bil ind. Finanz- und Privatkonten Pos hl.ck",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1752,Verbindlichkeiten aus Vermögensbildung - Restlaufzeit 1 bis 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1753,Verbindlichkeiten aus Vermögensbildung - Restlaufzeit größer 5 Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1754,Steuerzahlungen an andere Länder,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1755,Lohn- und Gehaltsver- rechnungskonto,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1756,Lohn- und Gehaltsver- rechnung nach § 11 Abs. 2 S. 2 EStG für § 4 Abs. 3 EStG,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1757,Verbindlichkeiten gegenüber Gesellschaft/ Gesamthand28),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1758,Sonstige Verbindlichkeiten aus genossenschaftlicher Rückvergütung,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1759,Voraussichtliche Beitragsschuld gegenüber den Sozial- versicherungsträgern,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1760,Umsatzsteuer nicht fällig,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1761,Umsatzsteuer nicht fällig 7 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1762,Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1763,-1763 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1764,Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1765,-1765 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1766,Umsatzsteuer nicht fällig 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1767,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen Lieferungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1768,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen/ Werklieferungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1769,Umsatzsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1770,Umsatzsteuer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1771,Umsatzsteuer 7 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1772,Umsatzsteuer aus inner- gemeinschaftlichem Erwerb,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1773,-1773 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1774,Umsatzsteuer aus inner- gemeinschaftlichem Erwerb 19 % Seite 15 rogr.- 1 rbind. Finanz- und Privatkonten schl.weck,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1775,-1775 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1776,Umsatzsteuer 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1777,Umsatzsteuer aus im Inland steuerpflichtigen EU-Lieferungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1778,Umsatzsteuer aus im Inland steuerpflichtigen Kapita EU-Lieferungen 19 % persön,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1779,Umsatzsteuer aus innerden Ge gemeinschaftlichem Entnah Erwerb ohne Vorsteuerabzug,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1780,Umsatzsteuer- Kapita Vorauszahlungen persön,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1781,Umsatzsteuerden Ge Vorauszahlungen 1/11 Entnah,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1782,"Nachsteuer, UStVA Kz. 65 Kapita",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1783,"In Rechnung unrichtig persön oder unberechtigt den Ge ausgewiesene Entnah Steuerbeträge, UStVA Kz. 69",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1784,Umsatzsteuer aus inner- gemeinschaftlichem Kapita Erwerb von persön Neufahrzeugen von den Ge Lieferanten ohne Entnah Umsatzsteuer- Identifikationsnummer,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1785,Umsatzsteuer nach § 13b UStG Kapita,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1786,persön -1786 99 den Ge,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1787,Umsatzsteuer nach Entnah § 13b UStG 19 %,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1788,-1788 99 Kapita,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1789,Umsatzsteuer persön laufendes Jahr den Ge,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1790,Umsatzsteuerverbind- lichkeiten Vorjahr Entnah,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1791,Umsatzsteuerverbind- lichkeiten frühere Jahre,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1792,Sonstige Verrechnungs- Kapita konten (Interimskonto) persön,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1793,Verrechnungskonto geleistete Anzahlungen bei Buchung über Kreditorenkonto,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1794,Umsatzsteuer aus Kapita Erwerb als letzter persön Abnehmer innerhalb den Ge eines Dreiecksgeschäfts Entnah,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1795,Verbindlichkeiten im Rahmen der sozialen Sicherheit für Kapita § 4 Abs. 3 EStG persön,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1796,"Ausgegebene den Ge Geschenkgutscheine Eigenformular, Nachdruck – auch auszugs 1 Bilanz-/GuV- Finanz- und Privatkonten Posten HGB",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1797,Verbindlichkeiten aus Umsatzsteuer- Vorauszahlungen,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1798,"Umsatzsteuer aus im Inland steuerpflichtigen EU-Lieferungen, nur OSS",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1800,Privatentnahmen allgemein (VH),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1801,Privatentnahmen allgemein (nur Einzelunternehmen)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1810,Privatsteuern (VH),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1811,Privatsteuern (nur Einzelunternehmen)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1820,Sonderausgaben beschränkt abzugsfähig (VH),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1821,Sonderausgaben beschränkt abzugsfähig (nur Einzelunterneh- men)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1830,Sonderausgaben unbeschränkt abzugsfähig (VH),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1831,Sonderausgaben unbeschränkt abzugsfähig (nur Einzelunternehmen)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1840,"Zuwendungen, Spenden (VH)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1841,"Zuwendungen, Spenden (nur Einzelunterneh- men)22)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1850,Außergewöhnliche Belastungen (VH),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1851,Außergewöhnliche Belastungen (nur Einzelunternehmen)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1860,Grundstücksaufwand (VH),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1861,Grundstücksaufwand (nur Einzelunterneh- men)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1869,"Grundstücksaufwand (Umsatzsteuerschlüssel möglich, nur Einzelun- ternehmen)10), 22)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1870,Grundstücksertrag (VH),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1871,Grundstücksertrag (nur Einzelunternehmen)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1879,"Grundstücksertrag (Umsatzsteuerschlüssel möglich, nur Einzelun- ternehmen)10), 22)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1880,Unentgeltliche Wertabgaben (VH),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1881,Unentgeltliche Wertabgaben (nur Einzelunternehmen)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1890,Privateinlagen (VH) Seite 16 2 Abgrenzungskonten,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1891,Privateinlagen (nur Einzelunternehmen)22),Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1900,"Auszahlungen Sonstige betrie allgemein (TH), FK8) che Aufwendungen",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1901,-1909 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1910,"Privatsteuern (TH), FK",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1911,-1919 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1920,"Sonderausgaben beschränkt abzugsfähig (TH), FK",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1921,Zinsen und ähnl -1929 99 che Aufwendun-,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1930,"Sonderausgaben gen unbeschränkt abzugsfähig (TH), FK",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1931,-1939 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1940,"Zuwendungen, Spenden (TH), FK",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1941,-1949 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1950,"Außergewöhnliche Belastungen (TH), FK",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1951,-1959 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1960,"Grundstücksaufwand (TH), FK",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1961,-1969 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1970,"Grundstücksertrag (TH), FK",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1971,-1979 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1980,"Unentgeltliche Wertabgaben (TH), FK",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1981,-1989 99,Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1990,"Einzahlungen (TH), FK8)",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +1991,"-1999 99 Eigenformular, Nachdruck – auch auszugsweise – n 2 Bilanz-/ Abgrenzungskonten Posten H K 2117 00 Zinsen an Gesellschafter Zinsen und mit einer Beteiligung che Aufwend von mehr als 25 % bzw. gen oder So diesen nahe stehende Zinsen und Personen che Erträge",Finanz- und Privatkonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2000,-2003 99 K 2004 00 Verluste durch Verschmelzung und Umwandlung,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2006,-2006 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2007,Aufwendungen für Restrukturierungs- und Sanierungsmaßnahmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2008,-2008 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2010,-2019 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2020,Periodenfremde Aufwendungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2090,-2099 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2100,Zinsen und ähnliche Aufwendungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2102,Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern § 4 Abs. 5b EStG,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2103,Steuerlich abzugsfähige andere Nebenleistungen zu Steuern,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2104,Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2105,Zinsaufwendungen § 233a AO nicht abzugsfähig,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2107,Zinsaufwendungen § 233a AO abzugsfähig,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2108,Zinsaufwendungen §§ 234 bis 237 AO nicht abzugsfähig,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2109,Zinsaufwendungen an verbundene Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2110,Zinsaufwendungen für kurzfristige Verbindlichkeiten,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2111,Zinsaufwendungen §§ 234 bis 237 AO abzugsfähig G 2113 00 Nicht abzugsfähige Schuldzinsen nach § 4 Abs. 4a EStG (Hinzurechnungsbetrag) K 2114 00 Zinsen für Gesellschafterdarlehen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2115,"Zinsen und ähnliche Aufwendungen §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 und Abs. 4 KStG9), 16)",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2116,"Zinsen und ähnliche Aufwendungen an verbundene Unternehmen §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 KStG9), 16) Seite 17 - 2 . Abgrenzungskonten -",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2118,Zinsen auf Kontokorrentkonten,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2119,Zinsaufwendungen für kurzfristige Verbindlichkeiten an verbundene Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2120,Zinsaufwendungen Zinsen und für langfristige che Aufwend Verbindlichkeiten gen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2123,Abschreibungen auf ein Agio oder Disagio/ Damnum zur Finanzierung,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2124,Abschreibungen auf ein Agio oder Disagio/ Sonstige be Damnum zur che Aufwend Finanzierung des gen Anlagevermögens,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2125,"Zinsaufwendungen für Gebäude, die zum Betriebsvermögen gehören",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2126,Zinsen zur Finanzierung des Anlagevermögens,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2127,Renten und dauernde Lasten G 2128 00 Zinsaufwendungen für Kapitalüberlassung durch Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) Steuern vom,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2129,Zinsaufwendungen kommen und für langfristige Ertrag Verbindlichkeiten Steuern vom an verbundene kommen und Unternehmen Ertrag oder,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2130,ern vom Ein -2139 99 men und vom,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2140,Zinsähnliche trag Aufwendungen Steuern vom,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2141,Kreditprovisionen und kommen und Verwaltungskostenbei- Ertrag träge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2142,Zinsanteil der Steuern vom Zuführungen zu kommen und Pensionsrückstellungen Ertrag oder,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2143,"Zinsaufwendungen aus ern vom Ein der Abzinsung von auf men und vom Rentenverpflichtungen trag beruhenden Steuern vom Verbindlichkeiten, für kommen und die eine Gegenleistung Ertrag nicht mehr zu erwarten ist8)",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2144,Zinsaufwendungen aus der Abzinsung von Rückstellungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2145,"Zinsaufwendungen aus der Abzinsung von Pensionsrückstellungen und ähnlichen/ vergleichbaren Verpflichtungen Eigenformular, Nachdruck – auch auszugsweise .- 2 Bilanz- d. Abgrenzungskonten Posten .- GK 2250 00 Aufwendungen aus der Zuführung und Auflösung von latenten Steuern GK 2255 00 Erträge aus der Zuführung und Auflösung von latenten Steuern GK 2260 00 Aufwendungen aus der Zuführung zu Steuer- rückstellungen für Sonstige b Steuerstundung (BStBK) che Aufwen GK 2265 00 Erträge aus der gen Auflösung von Steuer- rückstellungen für Steuerstundung (BStBK) GK 2281 00 Gewerbesteuernachzahlungen und Gewerbe- steuererstattungen für Vorjahre nach § 4 Abs. 5b EStG GK 2283 00 Erträge aus der Auflösung von Gewer- besteuerrückstellungen nach § 4 Abs. 5b EStG",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2146,Zinsaufwendungen aus der Abzinsung von Pensionsrückstellungen und ähnlichen/ vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2 HGB,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2147,Aufwendungen aus Ver- mögensgegenständen zur Verrechnung nach § 246 Abs. 2 HGB GK 2148 00 Steuerlich nicht abzugsfähige Zinsaufwendungen aus der Abzinsung von Rückstellungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2149,Zinsähnliche Aufwendungen an verbundene Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2150,Aufwendungen aus der Währungsumrechnung,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2151,Aufwendungen aus der Währungsumrechnung (nicht § 256a HGB),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2166,Aufwendungen aus Bewertung Finanzmittelfonds,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2170,Nicht abziehbare Vorsteuer,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2171,Nicht abziehbare Vorsteuer 7 %,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2174,-2175 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2176,Nicht abziehbare Vorsteuer 19 % K 2200 00 Körperschaftsteuer K 2203 00 Körperschaftsteuer für Vorjahre K 2204 00 Körperschaftsteuerer- stattungen für Vorjahre K 2208 00 Solidaritätszuschlag K 2209 00 Solidaritätszuschlag für Vorjahre K 2210 00 Solidaritätszuschlager- stattungen für Vorjahre K 2213 00 Kapitalertragsteuer 25 % K 2216 00 Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 25 % GK 2218 00 Ausländische Steuer auf im Inland steuerfreie DBA-Einkünfte GK 2219 00 Anrechnung / Abzug ausländische Quellensteuer Seite 18 .- 2 d. Abgrenzungskonten .-,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2285,Steuernachzahlungen Vorjahre für sonstige Steuern,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2287,Steuererstattungen Vorjahre für sonstige Steuern,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2289,Erträge aus der Auflösung von Rückstellungen für sonstige Steuern,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2300,Sonstige Aufwendungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2307,-2307 99 GK 2308 00 Sonstige nicht abziehbare Aufwendungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2310,Anlagenabgänge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2311,Anlagenabgänge gen immaterielle Vermö- gensgegenstände (Restbuchwert bei Buchverlust),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2312,Anlagenabgänge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2315,Anlagenabgänge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2316,"Anlagenabgänge che Aufwen immaterielle Vermögen gensgegenstände (Restbuchwert bei Buchgewinn) Eigenformular, Nachdruck – auch auszugsweis 2 Bilanz-/G Abgrenzungskonten Posten HG K 2382 00 Zuwendungen, Spenden für mildtätige Zwecke",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2317,Anlagenabgänge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2320,-2320 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2323,-2323 99 K 2324 00 Abgänge Wertpapiere des Umlaufvermögens § 8b Abs. 2 KStG i. V. m. § 8b Abs. 3 S. 3 KStG (Buchwert bei Buchverlust)9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2325,Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) GK 2326 00 Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG i. V. m. § 8b Abs. 3 S. 3 KStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2327,Abgang von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 S. 4 EStG GK 2328 00 Abgang von Wirtschaftsgütern des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG i. V. m. § 8b Abs. 3 S. 3 KStG nach § 4 Abs. 3 S. 4 EStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2339,Einstellungen in die steuerliche Rücklage nach § 4g EStG,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2342,Einstellungen in die steuerliche Rücklage nach § 6b Abs. 3 EStG,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2343,Einstellungen in die steuerliche Rücklage nach § 6b Abs. 10 EStG,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2344,Einstellungen in die Rücklage für Ersatzbeschaffung nach R 6.6 EStR,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2345,Einstellungen in sonstige steuerliche Rücklagen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2347,Aufwendungen aus dem Erwerb eigener Anteile,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2350,"Sonstige Grundstücks- aufwendungen (neutral) G 2375 00 Grundsteuer GK 2380 00 Zuwendungen, Spenden, steuerlich nicht abziehbar GK 2381 00 Zuwendungen, Spenden für wissenschaftliche und kulturelle Zwecke Seite 19 2 Abgrenzungskonten",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2383,"Zuwendungen, Spenden für kirchliche, religiöse und gemeinnützige Zwecke",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2384,"Zuwendungen, Spenden an politische Parteien",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2385,Nicht abziehbare Hälfte der Aufsichtsratsvergütungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2386,Abziehbare Aufsichts- ratsvergütungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2387,"Zuwendungen, Spenden in das zu erhaltende Vermögen (Vermögens- stock) einer Stiftung für gemeinnützige Zwecke",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2389,"Zuwendungen, Spenden in das zu erhaltende Vermögen (Vermögensstock) einer Stiftung für kirchliche, Sonstige bet religiöse und gemeinche Aufwendu nützige Zwecke gen",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2390,"Zuwendungen, Spenden an Stiftungen in das zu erhaltende Vermögen (Vermögensstock) für Einstellunge wissenschaftliche, mild- die Rücklage tätige, kulturelle Zwecke Anteile an e",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2400,Forderungsverluste herrschenden (übliche Höhe) oder mehrhei,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2401,Forderungsverluste beteiligten -2401 99 7 % USt nehmen (übliche Höhe) Einstellunge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2402,Forderungsverluste andere Rückl -2402 99 aus steuerfreien EU-Lieferungen (übliche Höhe),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2403,Forderungsverluste Einstellunge -2403 99 aus im Inland andere Ergeb steuerpflichtigen rücklagen EU-Lieferungen steuerliches 7 % USt Mehr-/Minder (übliche Höhe) gebnis lfd.,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2404,(steuerliche -2405 99 gleichsposte,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2406,Forderungsverluste -2406 99 19 % USt (übliche Höhe),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2407,-2407 99 Aufwendungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2408,"Forderungsverluste aus Verlustü -2408 99 aus im Inland nahmen (Mutt steuerpflichtigen aufgrund ein EU-Lieferungen Gewinngemein 19 % USt schaft, eine (übliche Höhe) winnabführun",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2409,oder Teilgew -2409 99 abführungsve,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2430,"Forderungsverluste trags abgefü (soweit unüblich hoch) Gewinne oder träge aus Ve lustübernahm aufgrund ein Gewinngemein schaft, eine winnabführun",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2431,Forderungsverluste oder Teilgew -2431 99 7 % USt abführungsve (soweit unüblich hoch) trags abgefü,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2432,"Gewinne -2435 99 Eigenformular, Nachdruck – auch auszugsweise 2 Bilanz-/Gu Abgrenzungskonten Posten HGB K 2493 00 Abgeführte Gewinnanteile (Soll) / ausgeglichene Verlustanteile (Haben) bei typisch stiller Beteiligung § 8 GewStG",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2436,Forderungsverluste -2436 99 19 % USt (soweit unüblich hoch),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2437,"-2438 99 K 2440 00 Abschreibungen auf Forderungen gegenüber Kapitalgesellschaften, an denen eine Beteiligung besteht (soweit unüblich hoch), § 3c EStG bzw. § 8b Abs. 3 KStG K 2441 00 Abschreibungen auf Forderungen gegenüber Gesellschaftern und nahe stehenden Personen (soweit unüblich hoch), § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG9)",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2450,Einstellung in die Pau- schalwertberichtigung auf Forderungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2451,Einstellung in die Einzelwertberichtigung auf Forderungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2480,Einstellungen in die Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2481,Einstellungen in gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapi- talkontenentwicklung),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2485,Einstellungen in andere Ergebnisrücklagen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2488,Änderung steuerlicher Ausgleichsposten (Körperschaften),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2489,"Änderung steuerlicher Ausgleichsposten (Personengesellschaf- ten, Einzelunternehmen) K 2490 00 Aufwendungen aus Verlustübernahme",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2491,Abgeführte Gewinnanteile (Soll) / ausgeglichene Verlustanteile (Haben) bei atypisch stiller Beteiligung,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2492,Abgeführte Gewinne auf Grund einer Gewinngemeinschaft Seite 20 2 Abgrenzungskonten K 2616 00 Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2494,Abgeführte Gewinne auf Grund eines Gewinn- oder Teilge- winnabführungsvertrags Erträge aus a ren Wertpapie,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2495,Einstellungen in die und Ausleihun Kapitalrücklage nach des Finanzanl den Vorschriften über vermögens die vereinfachte Kapitalherabsetzung,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2496,Einstellungen in die gesetzliche Rücklage,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2497,Einstellungen in satzungsmäßige Rücklagen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2498,Einstellungen in den Ausgleichsposten für aktivierte eigene Anteile,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2499,Einstellungen in andere Gewinnrücklagen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2504,Erträge durch Verschmelzung und Umwandlung,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2508,-2508 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2510,Sonstige betriebsfremde Erträge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2520,Periodenfremde Erträge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2590,-2599 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2600,Erträge aus Beteiligungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2603,"Erträge aus Beteiligungen an Personengesellschaften (verbundene Unternehmen), § 9 GewStG bzw. § 18 EStG23)",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2613,Erträge aus typisch stillen Beteiligungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2614,Erträge aus atypisch stillen Beteiligungen23),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2615,"Erträge aus Anteilen an Kapitalgesellschaften (Beteiligung) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9) Eigenformular, Nachdruck – auch auszugsweise – 2 Bilanz-/ Abgrenzungskonten Posten H",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2618,"Gewinnanteile aus gewerblichen und selbständigen Mitunter- nehmerschaften, § 9 GewStG bzw. § 18 EStG23)",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2619,Erträge aus Beteiligungen an verbundenen Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2620,Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2621,Erträge aus Ausleihungen des Finanzanlagevermögens,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2622,Erträge aus Ausleihungen des Finanzanlagevermögens an verbundenen Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2623,Erträge aus Anteilen an Personengesellschaften (Finanzanlagevermö- gen),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2625,Erträge aus Anteilen an Kapitalgesellschaften (Finanzanlagevermö- gen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 und Abs. 4 KStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2626,Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2640,Zins- und Dividendenerträge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2641,Erhaltene Ausgleichszahlungen (als außenstehender Aktionär),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2646,Erträge aus Anteilen an Personengesellschaften (verbundene Unternehmen),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2647,Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Kapitalgesellschaften (verbundene Unternehmen) Seite 21 - 2 . Abgrenzungskonten -,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2648,Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Personengesellschaften (verbundene Unternehmen),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2649,Erträge aus anderen Sonstige Zi Wertpapieren und und ähnlich Ausleihungen des träge oder Finanzanlagevermögens und ähnlich aus verbundenen wendungen Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2650,Sonstige Zinsen und ähnliche Erträge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2653,"Zinserträge § 233a AO und § 4 Abs. 5b EStG, steuerfrei Sonstige Zi",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2654,Erträge aus anderen und ähnlich Wertpapieren und träge Ausleihungen des Sonstige be Umlaufvermögens che Erträge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2655,Erträge aus Anteilen an Kapitalgesellschaften (Umlaufvermögen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 und 4 KStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2656,Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2657,"Zinserträge § 233a AO, steuerpflichtig K 2658 00 Zinserträge § 233a AO, steuerfrei (Anlage GK KSt)",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2659,Sonstige Zinsen und ähnliche Erträge aus verbundenen Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2660,Erträge aus der Währungsumrechnung,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2661,Erträge aus der Währungsumrechnung (nicht § 256a HGB),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2666,Erträge aus Bewertung Finanzmittelfonds,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2670,-2679 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2680,Zinsähnliche Erträge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2682,Steuerfreie Zinserträge aus der Abzinsung von Rückstellungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2683,"Zinserträge aus der Abzinsung von auf Rentenverpflichtungen beruhenden Verbindlichkeiten, für die eine Gegenleistung nicht mehr zu erwarten ist8)",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2684,"Zinserträge aus der Abzinsung von Rückstellungen Eigenformular, Nachdruck – auch auszugsweise gr.- 2 Bila ind. Abgrenzungskonten Post hl.ck GK 2726 00 Erträge aus dem Abgang von Gegenständen des Sonstig Umlaufvermögens che Ert (außer Vorräte) § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9)",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2685,Zinserträge aus der Abzinsung von Pensionsrückstellungen und ähnlichen/ vergleichbaren Verpflichtungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2686,Zinserträge aus der Abzinsung von Pensionsrückstellungen und ähnlichen/ vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2 HGB,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2687,Erträge aus Vermögens- gegenständen zur Verrechnung nach § 246 Abs. 2 HGB,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2689,Zinsähnliche Erträge aus verbundenen Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2700,Andere betriebs- und/ oder periodenfremde (neutrale) sonstige Erträge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2705,-2708 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2709,Sonstige Erträge unregelmäßig,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2710,Erträge aus Zuschreibungen des Sachanlagevermögens,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2711,Erträge aus Zuschreibungen des immateriellen Anlagevermögens,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2712,Erträge aus Zuschreibungen des Finanzanlagevermögens GK 2713 00 Erträge aus Zuschreibungen des Finanzanlagevermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 S. 9 KStG9) GK 2714 00 Erträge aus Zuschreibungen § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2715,Erträge aus Zuschreibungen des Umlaufvermögens (außer Vorräte) GK 2716 00 Erträge aus Zuschreibungen des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 S. 9 KStG9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2720,-2720 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2723,-2723 99 K 2724 00 Abgänge Wertpapiere des Umlaufvermögens § 8b Abs. 2 KStG (Buchwert bei Buchgewinn)9),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2725,Erträge aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) Seite 22 ogr.- 2 bind. Abgrenzungskonten chl.eck,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2727,Erträge aus der Auflösung einer steuerlichen Rücklage nach § 6b Abs. 3 EStG,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2728,Erträge aus der Umsatze Auflösung einer steuerlichen Rücklage Erträge nach § 6b Abs. 10 EStG lustübe,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2729,"Erträge aus der Auf Gru Auflösung der Rücklage Gewinng für Ersatzbeschaffung, schaft, R 6.6 EStR winno",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2730,Erträge aus der winnabf Herabsetzung der vertrag Pauschalwertberichti- Gewinne gung auf Forderungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2731,Erträge aus der Herabsetzung der Einzelwertberichtigung auf Forderungen Entnahm,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2732,Erträge aus der Kap abgeschriebenen lage Forderungen Entnahm,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2735,Erträge aus der der ges Auflösung von Rücklag Rückstellungen Entnahm,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2736,Erträge aus der satzung Herabsetzung von Rücklag Verbindlichkeiten Entnahm,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2737,Erträge aus der der Rüc Auflösung einer Anteile steuerlichen Rücklage herrsch nach § 4g EStG oder me,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2740,Erträge aus der beteili Auflösung sonstiger nehmen steuerlicher Rücklagen Entnahm,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2741,Erträge aus der anderen Auflösung rücklag steuerrechtlicher Entnahm Sonderabschreibungen der Rüc,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2742,Versicherungsentschä- Anteile digungen und Schaden- herrsch ersatzleistungen oder me,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2743,Investitionszuschüsse beteili (steuerpflichtig) nehmen GK 2744 00 Investitionszulagen Entnahm (steuerfrei) anderen K 2745 00 Ertrag aus der gen Kapitalherabsetzung8) GK 2746 00 Steuerfreie Erträge aus der Auflösung von aus and steuerlichen Rücklagen gebnisr GK 2747 00 Sonstige steuerfreie davon G Betriebseinnahmen Verlust,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2749,Erstattungen Aufwen- dungsausgleichsgesetz,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2750,Grundstückserträge,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2751,"Erlöse aus Vermietung -2751 99 und Verpachtung, umsatzsteuerfrei § 4 Nr. 12 UStG",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2752,"Erlöse aus Vermietung -2752 99 und Verpachtung 19 % USt Eigenformular, Nachdruck – auch auszugsw 2 Bilanz-/GuV- Abgrenzungskonten Posten HGB",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2753,-2754 99,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2760,Erträge aus der Aktivierung unentgeltlich erworbener Vermö- gensgegenstände,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2762,"Kostenerstattungen, Rückvergütungen und Gutschriften für frühere Jahre",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2764,Erträge aus Verwal- tungskostenumlagen K 2790 00 Erträge aus Verlustübernahme,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2792,Erhaltene Gewinne auf Grund einer Gewinngemeinschaft GK 2794 00 Erhaltene Gewinne auf Grund eines Gewinn- oder Teilge- winnabführungsvertrags,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2795,Entnahmen aus der Kapitalrücklage,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2796,Entnahmen aus der gesetzlichen Rücklage,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2797,Entnahmen aus satzungsmäßigen Rücklagen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2798,Entnahmen aus dem Ausgleichsposten für aktivierte eigene Anteile,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2799,Entnahmen aus anderen Gewinnrücklagen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2840,Entnahmen aus der Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2841,Entnahmen aus gesamthänderisch gebundenen Rücklagen (mit Aufteilung für Kapi- talkontenentwicklung),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2850,Entnahmen aus anderen Ergebnisrücklagen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2860,Gewinnvortrag nach Verwendung,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2865,Gewinnvortrag nach Verwendung (mit Aufteilung für Kapi- talkontenentwicklung),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2867,Verlustvortrag nach Verwendung (mit Aufteilung für Kapi- talkontenentwicklung),Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2868,Verlustvortrag nach Verwendung Seite 23 3 Wareneingangs- und Bestandskonten,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2870,"Vorabausschüttung Aufwendungen für Roh-, Hilfs und Betriebssto und für bezogen Waren",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2890,Verrechneter kalkulatorischer Unternehmerlohn,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2891,Verrechnete kalkulatorische Miete/Pacht,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2892,Verrechnete kalkulatorische Zinsen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2893,Verrechnete kalkulatorische Abschreibungen,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2894,Verrechnete kalkulatorische Wagnisse,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2895,Verrechneter kalkulatorischer Lohn für unentgeltliche Mitarbeiter,Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +2900,"-2900 99 Eigenformular, Nachdruck – auch auszugsweise – n 3 Bilanz Wareneingangs- und Bestandskonten Posten",Abgrenzungskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3000,"Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3010,"Einkauf Roh-, Hilfs- -3019 99 und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3020,-3028 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3029,"Einkauf Roh-, Hilfs- und Betriebsstoffe ohne Vorsteuerabzug",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3030,"Einkauf Roh-, Hilfs- -3039 99 und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3040,"-3059 99 U AV 3060 00 Einkauf Roh-, Hilfs- -3060 99 und Betriebsstoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3061,"-3061 99 U AV 3062 00 Einkauf Roh-, Hilfs- -3063 99 und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3064,"-3065 99 U AV 3066 00 Einkauf Roh-, Hilfs- -3066 99 und Betriebsstoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 7 % Umsatzsteuer U AV 3067 00 Einkauf Roh-, Hilfs- -3067 99 und Betriebsstoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3068,-3069 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3070,"Einkauf Roh-, Hilfs- -3070 99 und Betriebsstoffe 5,5 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3071,"Einkauf Roh-, Hilfs- -3071 99 und Betriebsstoffe 7,8 % Vorsteuer8)",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3072,"-3074 99 U AV 3075 00 Einkauf Roh-, Hilfs- -3075 99 und Betriebsstoffe aus einem USt-Lager § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer U AV 3076 00 Einkauf Roh-, Hilfs- -3076 99 und Betriebsstoffe aus einem USt-Lager § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3077,"-3088 99 U AV 3089 00 Erwerb Roh-, Hilfs- -3089 99 und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer Seite 24 r.- 3 nd. Wareneingangs- und Bestandskonten l.k U AV 3130 00 Bauleistungen eines -3130 99 im Inland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3090,Energiestoffe (Fertigung),Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3091,Energiestoffe -3091 99 (Fertigung) 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3092,Energiestoffe -3092 99 (Fertigung) 19 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3093,-3098 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3100,Fremdleistungen,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3101,Fremdleistungen,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3106,Fremdleistungen -3106 99 19 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3107,-3107 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3108,Fremdleistungen -3108 99 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3109,Fremdleistungen ohne Vorsteuer U AV 3110 00 Bauleistungen eines -3110 99 im Inland ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3111,-3112 99 U AV 3113 00 Sonstige Leistungen -3113 99 eines im anderen EU-Land ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3114,-3114 99 U AV 3115 00 Leistungen eines im -3115 99 Ausland ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3116,-3119 99 U AV 3120 00 Bauleistungen eines im -3121 99 Inland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3122,-3122 99 U AV 3123 00 Sonstige Leistungen -3123 99 eines im anderen EU-Land ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3124,-3124 99 U AV 3125 00 Leistungen eines im -3126 99 Ausland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3127,"-3129 99 Eigenformular, Nachdruck – auch auszugswei 3 Bilanz- Wareneingangs- und Bestandskonten Posten",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3131,-3132 99 U AV 3133 00 Sonstige Leistungen -3133 99 eines im anderen EU-Land ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3134,-3134 99 U AV 3135 00 Leistungen eines -3135 99 im Ausland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3136,-3139 99 U AV 3140 00 Bauleistungen eines -3141 99 im Inland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3142,-3142 99 U AV 3143 00 Sonstige Leistungen -3143 99 eines im anderen EU-Land ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3144,-3144 99 U AV 3145 00 Leistungen eines im -3146 99 Ausland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3147,-3149 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3150,"Erhaltene Skonti aus -3150 99 Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird U S/AV 3151 00 Erhaltene Skonti aus -3151 99 Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3152,-3152 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3153,"Erhaltene Skonti aus -3153 99 Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer aber mit Umsatzsteuer U S/AV 3154 00 Erhaltene Skonti aus -3154 99 Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer, mit 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3155,-3159 99 Seite 25 .- 3 d. Wareneingangs- und Bestandskonten .-,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3160,Leistungen nach § 13b UStG mit Vorsteuerabzug21),Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3165,Leistungen nach § 13b UStG ohne Vorsteuerabzug21),Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3170,Fremdleistungen (Miet- und Pachtzinsen bewegliche Wirtschaftsgüter),Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3175,Fremdleistungen (Miet- und Pachtzinsen unbewegliche Wirtschaftsgüter),Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3180,Fremdleistungen (Entgelte für Rechte und Lizenzen) G 3185 00 Fremdleistungen (Vergütungen für die Überlassung von Wirtschaftsgütern - mit Sonderbe- triebseinnahme korrespondierend),Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3200,Wareneingang,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3201,Wareneingang,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3300,Wareneingang 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3301,Wareneingang -3309 99 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3310,-3346 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3347,Wareneingang -3347 99 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3348,-3348 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3349,Wareneingang ohne Vorsteuerabzug,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3400,Wareneingang 19 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3401,Wareneingang -3409 99 19 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3410,-3417 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3418,Wareneingang -3418 99 19 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3419,-3419 99 U AV 3420 00 Innergemeinschaftlicher -3424 99 Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer U AV 3425 00 Innergemeinschaftlicher -3429 99 Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer U AV 3430 00 Innergemeinschaftlicher -3430 99 Erwerb ohne Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3431,"-3434 99 U AV 3435 00 Innergemeinschaftlicher -3435 99 Erwerb ohne Vorsteuer und 19 % Umsatzsteuer Eigenformular, Nachdruck – auch auszugsweis 3 Bilan Wareneingangs- und Bestandskonten Poste",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3436,-3439 99 U AV 3440 00 Innergemeinschaftlicher -3440 99 Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer- Identifikationsnummer 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3441,-3449 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3500,-3504 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3505,"Wareneingang -3509 99 5,5 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3510,-3539 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3540,"Wareneingang zum -3549 99 Durchschnittssatz nach § 24 UStG 7,8 % Vorsteuer8) U AV 3550 00 Steuerfreier innerge- -3550 99 meinschaftlicher Erwerb",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3551,Wareneingang im Drittland steuerbar U AV 3552 00 Erwerb 1. Abnehmer -3552 99 innerhalb eines Dreieckgeschäftes U AV 3553 00 Erwerb Waren als letzter -3553 99 Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3554,-3557 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3558,Wareneingang im anderen EU-Land steuerbar,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3559,"Steuerfreie Einfuhren U AV 3560 00 Waren aus einem -3560 99 Umsatzsteuerlager, § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3561,"-3564 99 U AV 3565 00 Waren aus einem -3565 99 Umsatzsteuerlager, § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3566,-3569 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3600,Nicht abziehbare -3609 99 Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3610,Nicht abziehbare -3619 99 Vorsteuer 7 %,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3620,-3629 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3650,-3659 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3660,Nicht abziehbare -3669 99 Vorsteuer 19 %,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3700,Nachlässe,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3701,"Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3710,Nachlässe -3711 99 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3712,"-3713 99 Seite 26 gr.- 3 ind. Wareneingangs- und Bestandskonten hl.ck U S/AV 3743 00 Erhaltene Skonti aus -3743 99 Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem inner- gemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3714,"Nachlässe aus -3714 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3715,"Nachlässe aus -3715 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3716,"-3716 99 U AV 3717 00 Nachlässe aus -3717 99 Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer U AV 3718 00 Nachlässe aus -3718 99 Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3719,-3719 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3720,Nachlässe -3721 99 19 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3722,-3723 99 U AV 3724 00 Nachlässe aus innerge- -3724 99 meinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer U AV 3725 00 Nachlässe aus innerge- -3725 99 meinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3726,-3729 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3730,Erhaltene Skonti -3730 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3731,Erhaltene Skonti -3731 99 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3732,-3732 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3733,"Erhaltene Skonti aus -3733 99 Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3734,"Erhaltene Skonti aus -3734 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3735,-3735 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3736,Erhaltene Skonti -3736 99 19 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3737,-3737 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3738,"Erhaltene Skonti aus -3738 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3739,"-3740 99 U S/AV 3741 00 Erhaltene Skonti aus -3741 99 Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem inner- gemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3742,"-3742 99 Eigenformular, Nachdruck – auch auszugswe 3 Bilan Wareneingangs- und Bestandskonten Poste",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3744,"Erhaltene Skonti aus -3744 99 Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem inner- gemeinschaftlichem Erwerb",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3745,Erhaltene Skonti aus -3745 99 steuerpflichtigem inner- gemeinschaftlichem Erwerb U S/AV 3746 00 Erhaltene Skonti aus -3746 99 steuerpflichtigem inner- gemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3747,-3747 99 U S/AV 3748 00 Erhaltene Skonti aus -3748 99 steuerpflichtigem inner- gemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3749,-3749 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3750,Erhaltene Boni -3751 99 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3752,-3752 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3753,"Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3754,"Erhaltene Boni aus -3754 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3755,"Erhaltene Boni aus -3755 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3756,-3759 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3760,Erhaltene Boni -3761 99 19 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3762,-3768 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3769,Erhaltene Boni,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3770,Erhaltene Rabatte,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3780,Erhaltene Rabatte -3781 99 7 % Vorsteuer,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3782,-3782 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3783,"Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3784,"Erhaltene Rabatte aus -3784 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3785,"Erhaltene Rabatte aus -3785 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3786,-3786 99 Seite 27 gr.- 3 ind. Wareneingangs- und Bestandskonten hl.ck,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3787,"Erhaltene Skonti aus -3787 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 9,0 % Vorsteuer11)",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3788,Aufwendu -3789 99 für Roh-,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3790,"Erhaltene Rabatte und Betr -3791 99 19 % Vorsteuer und für U AV 3792 00 Erhaltene Skonti aus Waren -3792 99 Erwerb Roh-, Hilfs- und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer U AV 3793 00 Erhaltene Skonti aus -3793 99 Erwerb Waren als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3794,"Erhaltene Skonti -3794 99 5,5 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3795,"Erhaltene Skonti -3795 99 9,0 % Vorsteuer11)",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3796,-3797 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3798,"Erhaltene Skonti aus -3798 99 Einkauf Roh-, Hilfs- und Betriebsstoffe 5,5 % Vorsteuer",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3799,-3799 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3800,Bezugsnebenkosten,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3801,Bezugsnebenkosten,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3830,Leergut,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3831,Leergut,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3850,Zölle und Einfuhrabgaben,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3950,Bestandsveränderungen -3954 99 Waren,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3955,"Bestandsveränderungen -3959 99 Roh-, Hilfs- und Betriebsstoffe",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3960,"Bestandsveränderungen -3969 99 Roh-, Hilfs- und Betriebsstoffe sowie bezogene Waren",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3970,"Roh-, Hilfs- und -3970 09 Betriebsstoffe (Bestand)",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3971,"Roh-, Hilfs- und -3979 99 Betriebsstoffe (Bestand)",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3980,"Waren (Bestand) Eigenformular, Nachdruck – auch auszugswe 4 Bilanz-/G Betriebliche Aufwendungen Posten HG",Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3981,Waren (Bestand) -3989 99,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +3990,Verrechnete Stoffkosten -3999 99 (Gegenkonto zu 4000-99) Seite 28 4 Betriebliche Aufwendungen K 4129 70 Tantiemen Arbeitnehmer – gewerblich,Wareneingang und Bestandskonten,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4000,"Aufwendungen für -4099 99 Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren soziale Abga und Aufwendu",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4100,Löhne und Gehälter gen für Alte sorgung und,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4101,Löhne und Gehälter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4110,Löhne,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4111,Löhne,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4120,Gehälter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4121,Gehälter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4124,Geschäftsführergehälter der GmbH- Gesellschafter soziale Abga,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4125,Ehegattengehalt und Aufwendu,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4127,"Geschäftsführergehälter G 4128 00 Vergütungen an angestellte Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) K 4129 00 Tantiemen Arbeitnehmer Eigenformular, Nachdruck – auch auszugsweise 4 Bilanz-/Gu Betriebliche Aufwendungen Posten HGB",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4130,Gesetzliche soziale Aufwendungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4131,Gesetzliche soziale Aufwendungen G 4137 00 Gesetzliche soziale Aufwendungen für Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4138,Beiträge zur Berufsgenossenschaft,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4139,Ausgleichsabgabe nach dem Schwerbehinder- tengesetz,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4140,"Freiwillige soziale Aufwendungen, lohnsteuerfrei",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4141,Sonstige soziale Abgaben,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4144,Soziale Abgaben für Minijobber,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4145,"Freiwillige soziale Aufwendungen, lohnsteuerpflichtig",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4146,Freiwillige Zuwendungen an Minijobber,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4147,Freiwillige Zuwendungen an Gesellschafter- Geschäftsführer soziale Abgab G 4148 00 Freiwillige und Aufwendun Zuwendungen an gen für Alter angestellte sorgung und f Mitunternehmer Unterstützung § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4149,Pauschale Steuer auf sonstige Bezüge (z. B. Fahrtkostenzuschüsse),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4150,Krankengeldzuschüsse,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4151,Sachzuwendungen und Dienstleistungen an Minijobber,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4152,Sachzuwendungen und Dienstleistungen an Arbeitnehmer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4153,Sachzuwendungen und Dienstleistungen an Gesellschafter- Geschäftsführer G 4154 00 Sachzuwendungen und Dienstleistungen an angestellte Löhne und Geh Mitunternehmer ter § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4155,Zuschüsse der Agenturen für Arbeit (Haben),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4156,"Aufwendungen aus der Veränderung von Urlaubsrückstellungen Eigenformular, Nachdruck – auch auszugsweise – 4 Bilanz-/Gu Betriebliche Aufwendungen Posten HGB",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4157,Aufwendungen aus der Veränderung von Urlaubsrückstellungen für Gesellschafter- Geschäftsführer G 4158 00 Aufwendungen aus der Veränderung von Urlaubsrückstellungen für angestellte Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4159,Aufwendungen aus der Veränderung von Urlaubsrückstellungen für Minijobber,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4160,Versorgungskassen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4161,Versorgungskassen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4165,Aufwendungen für Altersversorgung,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4166,Aufwendungen für Altersversorgung für Gesellschafter- Geschäftsführer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4167,Pauschale Steuer auf sonstige Bezüge (z. B. Direktversicherungen),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4169,Aufwendungen für Unterstützung,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4170,Vermögenswirksame Leistungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4171,Vermögenswirksame Leistungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4175,Fahrtkostenerstattung Wohnung/Arbeitsstätte,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4176,Fahrtkostenerstattung Wohnung/Arbeitsstätte,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4180,Bedienungsgelder,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4190,Aushilfslöhne Seite 30 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4191,Aushilfslöhne,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4194,Pauschale Steuer für Minijobber,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4195,Löhne für Minijobs,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4196,Pauschale Steuer für Gesellschafter- Geschäftsführer G 4197 00 Pauschale Steuer für angestellte Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) G 4197 70 Pauschale Steuern für angestellte Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) - gewerblich,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4198,Pauschale Steuer für Arbeitnehmer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4199,Pauschale Steuer für Aushilfen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4200,Raumkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4210,Miete (unbewegliche Wirtschaftsgüter),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4211,"Aufwendungen für gemietete oder Steuern vom E gepachtete kommen und vo unbewegliche Ertrag Wirtschaftsgüter, die sonstige Steu gewerbesteuerlich hinzuzurechnen sind",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4212,Miete/Aufwendungen für doppelte Haushaltsführung Sonstige betr Unternehmer che Aufwendun,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4215,Leasing (unbewegliche gen Wirtschaftsgüter) G 4219 00 Vergütungen an Mitunternehmer für die mietweise Überlassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4220,"Pacht (unbewegliche Wirtschaftsgüter) K 4222 00 Vergütungen an Gesellschafter für die miet- oder pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter Eigenformular, Nachdruck – auch auszugsweise – 4 Bilanz-/GuV- Betriebliche Aufwendungen Posten HGB",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4228,"Miet- und Pachtnebenkosten, die gewerbesteuerlich nicht hinzuzurechnen sind G 4229 00 Vergütungen an Mitunternehmer für die pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonder- betriebseinnahme korrespondierend)",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4230,Heizung,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4240,"Gas, Strom, Wasser",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4241,"Gas, Strom, Wasser",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4250,Reinigung,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4260,Instandhaltung betrieblicher Räume,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4270,Abgaben für betrieblich genutzten Grundbesitz,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4280,Sonstige Raumkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4287,Tagespauschale für die Tätigkeit in der häuslichen Wohnung,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4288,Aufwendungen für ein häusliches Arbeitszimmer (abziehbarer Anteil) G 4289 00 Aufwendungen für ein häusliches Arbeitszimmer (nicht abziehbarer Anteil),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4290,Grundstücksaufwendungen betrieblich,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4300,Nicht abziehbare Vorsteuer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4301,Nicht abziehbare Vorsteuer 7 %,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4304,-4305 99,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4306,Nicht abziehbare Vorsteuer 19 %,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4320,Gewerbesteuer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4340,Sonstige Betriebssteuern,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4350,Verbrauchsteuer (sonstige Steuern),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4355,Ökosteuer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4360,Versicherungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4361,Versicherungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4366,Versicherungen für Gebäude,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4370,Netto-Prämie für Rückdeckung künftiger Versorgungsleistungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4380,Beiträge Seite 31 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4390,Sonstige Abgaben,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4391,Sonstige Abgaben,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4396,Steuerlich abzugsfähige Verspätungszuschläge und Zwangsgelder,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4397,Steuerlich nicht abzugsfähige Verspätungszuschläge und Zwangsgelder,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4400,(zur freien Verfügung) -4499 99,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4500,Fahrzeugkosten18),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4501,Fahrzeugkosten18),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4510,Kfz-Steuer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4511,Kfz-Steuer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4520,Fahrzeug- Versicherungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4521,Fahrzeug- Versicherungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4530,Laufende Fahrzeug- Betriebskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4531,Laufende Fahrzeug- Betriebskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4540,Fahrzeug-Reparaturen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4541,Fahrzeug-Reparaturen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4550,Garagenmiete,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4551,Garagenmiete,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4560,Mautgebühren,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4561,Mautgebühren,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4570,Mietleasing Kfz,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4571,Mietleasing Kfz,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4575,"Mietleasingaufwendungen für Elektrofahrzeuge und Fahrräder, die gewerbesteuerlich hinzuzurechnen sind",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4580,Sonstige Fahrzeugkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4581,Sonstige Fahrzeugkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4590,Kosten für betrieblich genutzte zum Privatvermögen gehörende Fahrzeuge,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4591,Kosten für betrieblich genutzte zum Privatvermögen gehörende Fahrzeuge,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4595,Fremdfahrzeugkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4596,Fremdfahrzeugkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4600,Werbekosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4605,Streuartikel,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4630,Geschenke abzugsfähig ohne § 37b EStG,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4631,Geschenke abzugsfähig mit § 37b EStG,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4632,Pauschale Steuer für Geschenke und Zuwendungen abzugsfähig,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4635,Geschenke nicht abzugsfähig ohne § 37b EStG,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4636,Geschenke nicht abzugsfähig mit § 37b EStG,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4637,Pauschale Steuer für Geschenke und Zuwendungen nicht abzugsfähig,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4638,Geschenke ausschließlich betrieblich genutzt,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4639,Zugaben mit § 37b EStG,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4640,Repräsentationskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4650,Bewirtungskosten Seite 32 - 4 . Betriebliche Aufwendungen -,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4651,Sonstige eingeschränkt abziehbare Betriebsausgaben (abziehbarer Anteil),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4652,Sonstige eingeschränkt abziehbare Betriebsausgaben (nicht abziehbarer Anteil),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4653,Aufmerksamkeiten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4654,Nicht abzugsfähige Bewirtungskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4655,Nicht abzugsfähige Betriebsausgaben aus Werbe- und Repräsentationskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4660,Reisekosten Arbeitnehmer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4661,Reisekosten Arbeitnehmer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4663,Reisekosten Arbeitnehmer Fahrtkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4664,Reisekosten Arbeitnehmer Verpfle- gungsmehraufwand,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4665,Reisekosten Arbeitnehmer Verpfle- gungsmehraufwand,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4666,Reisekosten Arbeitnehmer Über- nachtungsaufwand,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4667,-4667 99,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4668,Kilometergelderstattung Arbeitnehmer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4669,Kilometergelderstattung Arbeitnehmer,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4670,Reisekosten Unternehmer18),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4671,"Reisekosten Unternehmer18) G 4672 00 Reisekosten Unternehmer (nicht abziehbarer Anteil) G 4672 70 Reisekosten Unternehmer (nicht abziehbarer Anteil) - gewerblich Eigenformular, Nachdruck – auch auszugsweise 4 Bilanz-/GuV Betriebliche Aufwendungen Posten HGB",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4673,Reisekosten Unternehmer Fahrtkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4674,Reisekosten Unternehmer Verpfle- gungsmehraufwand,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4675,-4675 99,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4676,Reisekosten Unternehmer Übernachtungsaufwand und Reisenebenkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4677,-4677 99,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4678,Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (abziehbarer Anteil) - Fahrzeuge im Betriebsvermögen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4680,Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (Haben) - Fahrzeuge im Betriebsvermögen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4681,Verpflegungsmehrauf- wendungen im Rahmen der doppelten Haushaltsführung Unternehmer Seite 33 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4682,Verpflegungsmehrauf- wendungen im Rahmen Abschreibungen der doppelten auf immateriel Haushaltsführung Vermögensge- Unternehmer genstände des,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4685,Anlagevermögen -4685 99 und Sachanlage,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4700,Kosten der Warenabgabe,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4710,Verpackungsmaterial,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4730,Ausgangsfrachten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4750,Transportversicherungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4760,Verkaufsprovisionen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4761,Verkaufsprovisionen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4780,Fremdarbeiten (Vertrieb),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4781,Fremdarbeiten (Vertrieb),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4790,Aufwand für Gewährleistungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4791,Aufwand für Gewährleistungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4800,Reparaturen und Instandhaltung von technischen Anlagen und Maschinen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4801,Reparaturen und Instandhaltung von Bauten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4805,Reparaturen und Instandhaltungen von anderen Anlagen und Betriebs- und Geschäftsausstattung,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4806,Wartungskosten für Hard- und Software,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4808,Zuführung zu Auf- wandsrückstellungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4809,Sonstige Reparaturen und Instandhaltungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4810,Mietleasing bewegliche Wirtschaftsgüter für technische Anlagen und Maschinen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4811,Mietleasing bewegliche Wirtschaftsgüter für technische Anlagen und Maschinen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4815,Kaufleasing,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4816,Kaufleasing,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4822,Abschreibungen auf immaterielle Vermö- gensgegenstände,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4823,Abschreibungen auf selbst geschaffene immaterielle Vermö- gensgegenstände,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4824,Abschreibungen auf den Geschäfts- oder Firmenwert,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4825,Außerplanmäßige Abschreibungen auf den Geschäfts- oder Firmenwert,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4826,Außerplanmäßige Abschreibungen auf immaterielle Vermö- gensgegenstände,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4827,Außerplanmäßige Abschreibungen auf selbst geschaffene immaterielle Vermö- gensgegenstände,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4830,Abschreibungen auf Sachanlagen (ohne AfA auf Fahrzeuge und Gebäude),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4831,Abschreibungen auf Gebäude,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4832,Abschreibungen auf Fahrzeuge,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4833,Abschreibungen auf Gebäudeanteil des häuslichen Arbeitszimmers,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4834,Abschreibungen auf Gebäudeanteil des häuslichen Arbeitszimmers,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4840,Außerplanmäßige Abschreibungen auf,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4841,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Gebäude,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4842,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Fahrzeuge,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4843,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4844,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4850,Abschreibungen auf Sachanlagen auf Grund steuerlicher Sondervorschriften,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4851,Sonderabschreibungen nach § 7g Abs. 5 EStG (ohne Fahrzeuge),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4852,Sonderabschreibungen nach § 7g Abs. 5 EStG (für Fahrzeuge),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4853,Kürzung der Anschaffungs- oder Herstellungskosten nach § 7g Abs. 2 EStG (ohne Fahrzeuge),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4854,Kürzung der Anschaffungs- oder Herstellungskosten nach § 7g Abs. 2 EStG (für Fahrzeuge),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4855,Sofortabschreibung geringwertiger Wirtschaftsgüter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4856,Sonderabschreibungen nach § 7b EStG (Mietwohnungsneubau),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4859,Abzugsbetrag nach § 6b EStG,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4860,"Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4861,"Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4862,Abschreibungen auf den Sammelposten Wirtschaftsgüter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4863,Abschreibungen auf den Sammelposten Wirtschaftsgüter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4865,Außerplanmäßige Abschreibungen auf aktivierte geringwertige Wirtschaftsgüter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4866,"Abschreibungen auf Abschreibun Finanzanlagen Vermögensge (nicht dauerhaft) genstände d Umlaufvermö gens, sowei",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4870,Abschreibungen auf die übliche Finanzanlagen schreibunge (dauerhaft) überschreit GK 4871 00 Abschreibungen auf,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4874,Abschreibungen auf,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4875,Abschreibungen auf Wertpapiere des Umlaufvermögens GK 4876 00 Abschreibungen auf Wertpapiere des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG9),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4877,Abschreibungen auf,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4878,Abschreibungen auf Wertpapiere des Umlaufvermögens - verbundene Unternehmen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4880,Abschreibungen auf sonstige Vermögensge- genstände des Umlaufvermögens (soweit unüblich hoch),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4882,"Abschreibungen auf Umlaufvermögen, steuerrechtlich bedingt (soweit unüblich hoch)",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4886,Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens (übliche Höhe),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4887,"Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens, steuerrechtlich bedingt (übliche Höhe) Eigenformular, Nachdruck – auch auszugsweise 4 Bilanz-/Gu Betriebliche Aufwendungen Posten HGB G 4948 00 Sonstige Vergütungen an Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend) G 4949 00 Haftungsvergütung an Mitunternehmer § 15 EStG (mit Sonder- betriebseinnahme korrespondierend)",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4892,"Abschreibungen auf Roh-, Hilfs- und Betriebsstoffe/Waren (soweit unüblich hoch)",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4893,Abschreibungen auf fertige und unfertige Erzeugnisse (soweit unüblich hoch),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4900,Sonstige betriebliche Aufwendungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4901,Sonstige betriebliche Aufwendungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4902,"Interimskonto für Aufwendungen in einem anderen Land, bei denen eine Vorsteuervergütung möglich ist",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4905,-4908 99,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4909,Fremdleistungen/ Fremdarbeiten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4910,Porto,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4920,Telefon,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4921,Telefon,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4925,Internetkosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4930,Bürobedarf,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4940,"Zeitschriften, Bücher, digitale Medien (Fachliteratur)",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4945,Fortbildungskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4946,Freiwillige Sozialleistungen Seite 36 4 Betriebliche Aufwendungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4950,Rechts- und Beratungskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4951,Rechts- und Beratungskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4955,Buchführungskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4957,Abschluss- und Prüfungskosten K 4958 00 Vergütungen an Gesellschafter für die miet- oder pachtweise Überlassung ihrer beweglichen Wirtschaftsgüter G 4959 00 Vergütungen an Genossenschaf Mitunternehmer für die che Rückvergü miet- oder pachtweise tung Überlassung ihrer Sonstige betr beweglichen che Aufwendun Wirtschaftsgüter gen § 15 EStG (mit Sonder- betriebseinnahme korrespondierend),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4960,Mieten für Einrichtungen (bewegliche Wirtschaftsgüter),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4961,Pacht (bewegliche Wirtschaftsgüter),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4963,"Aufwendungen für gemietete oder gepachtete bewegliche Wirtschaftsgüter, die gewerbesteuerlich hinzuzurechnen sind",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4964,"Aufwendungen für die zeitlich befristete Überlassung von Rechten (Lizenzen, Konzessionen)",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4965,Mietleasing bewegliche Wirtschaftsgüter für Betriebs- und Geschäftsausstattung,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4969,Aufwendungen für Abraum- und Abfallbeseitigung,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4970,"Nebenkosten des Geldverkehrs Eigenformular, Nachdruck – auch auszugsweise – 5 Bilanz-/GuV- Posten HGB",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4971,Verwahrentgelt,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4975,"Aufwendungen aus Anteilen an Kapitalgesellschaften §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 und 4 KStG9), 16)",Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4976,Veräußerungskosten § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG (bei Buchgewinn),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4977,Veräußerungskosten § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG i. V. m. § 8b Abs. 3 S. 3 KStG (bei Buchverlust),Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4980,Sonstiger Betriebsbedarf,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4981,Sonstiger Betriebsbedarf,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4984,Genossenschaftliche Rückvergütung an Mitglieder,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4985,Werkzeuge und Kleingeräte,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4986,Werkzeuge und Kleingeräte,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4990,Kalkulatorischer Unternehmerlohn,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4991,Kalkulatorische Miete und Pacht,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4992,Kalkulatorische Zinsen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4993,Kalkulatorische Abschreibungen,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4994,Kalkulatorische Wagnisse,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4995,Kalkulatorischer Lohn für unentgeltliche Mitarbeiter,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4996,Herstellungskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4997,Verwaltungskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4998,Vertriebskosten,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +4999,Gegenkonto zu 4996 bis 4998 Seite 37 6,Betriebliche Aufwendungen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +5000,"Zur freien Verfügung Sonstige betrieb -5999 99 che Aufwendungen Eigenformular, Nachdruck – auch auszugsweise – ni 7 Bilanz-/GuV- Bestände an Erzeugnissen Posten HGB",frei,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +6000,Zur freien Verfügung,frei,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7000,"Unfertige Erzeugnisse, Umsatzerlöse unfertige Leistungen (Bestand)",Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7050,Unfertige Erzeugnisse (Bestand),Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7080,Unfertige Leistungen (Bestand),Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7090,In Ausführung befindliche Bauaufträge,Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7091,In Ausführung befindliche Bauaufträge,Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7095,In Arbeit befindliche Aufträge,Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7100,Fertige Erzeugnisse und Waren (Bestand),Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7110,Fertige Erzeugnisse (Bestand),Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +7140,"Waren (Bestand) Eigenformular, Nachdruck – auch auszugsweise – nic 8 Bilan Erlöskonten Poste",Bestände an Erzeugnissen,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8000,Umsatzerlöse -8099 99 (Zur freien Verfügung),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8100,Steuerfreie Umsätze -8104 99 § 4 Nr. 8 ff. UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8105,Steuerfreie Umsätze -8105 99 nach § 4 Nr. 12 UStG (Vermietung und Verpachtung),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8110,Sonstige steuerfreie -8110 99 Umsätze Inland,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8120,Steuerfreie Umsätze -8120 99 nach § 4 Nr. 1a UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8125,Steuerfreie -8125 99 Innergemeinschaftliche Lieferungen nach § 4 Nr. 1b UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8128,-8128 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8130,Lieferungen des -8130 99 ersten Abnehmers bei innergemeinschaftlichen Dreiecksgeschäften § 25b Abs. 2 UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8135,Steuerfreie -8135 99 innergemeinschaftliche Lieferungen von Neufahrzeugen an Abnehmer ohne Umsatzsteuer- Identifikationsnummer,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8140,Steuerfreie Umsätze -8140 99 Offshore etc.,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8150,Sonstige steuerfreie -8150 99 Umsätze (z. B. § 4 Nr. 2 bis 7 UStG),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8160,"Steuerfreie Umsätze -8160 99 ohne Vorsteuerabzug zum Gesamtumsatz gehörend, § 4 UStG",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8165,Steuerfreie Umsätze -8165 99 ohne Vorsteuerabzug zum Gesamtumsatz gehörend,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8189,Umsatzerlöse nach § 25 UStG ohne USt1),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8190,"Erlöse, die mit den Durchschnittssätzen des § 24 UStG versteuert werden",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8191,Umsatzerlöse nach -8191 99 §§ 25 und 25a UStG 19 % USt11),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8192,Steuerfreie Erlöse -8192 99 Kleinunternehmer nach § 19 Abs. 1 UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8193,Umsatzerlöse nach §§ 25 und 25a UStG ohne USt11),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8194,"Umsatzerlöse aus -8194 99 Reiseleistungen § 25 Abs. 2 UStG, steuerfrei",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8195,-8196 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8197,Umsatzerlöse nach § 25a UStG ohne USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8198,Umsatzerlöse nach -8198 99 § 25 UStG 19 % USt1),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8199,Umsatzerlöse nach -8199 99 § 25a UStG 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8200,Erlöse,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8201,Erlöse,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8290,Erlöse 0 % USt -8299 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8300,Erlöse 7 % USt -8300 09,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8301,Erlöse 7 % USt -8309 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8310,Erlöse aus im Inland -8314 99 steuerpflichtigen EU-Lieferungen 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8315,Erlöse aus im Inland -8319 99 steuerpflichtigen EU-Lieferungen 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8320,"Erlöse aus im -8329 99 anderen EU-Land steuerpflichtigen Lieferungen, im Inland nicht steuerbar3)",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8330,-8330 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8331,Erlöse aus im anderen EU-Land steuerpflichtigen elektronischen Dienstleistungen5),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8332,-8333 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8334,Erlöse 7 % USt -8334 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8335,"Erlöse aus Lieferungen Umsatzer -8335 99 von Mobilfunkgeräten, Tablet-Computern, Spielekonsolen und integrierten Schaltkreisen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8336,"Erlöse aus im -8336 99 anderen EU-Land steuerpflichtigen sonstigen Leistungen, für die der Leistungs- empfänger die Umsatzsteuer schuldet",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8337,"Erlöse aus Leistungen, -8337 99 für die der Leistungs- empfänger die Umsatzsteuer nach § 13b UStG schuldet",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8338,"Erlöse aus im Drittland -8338 99 steuerbaren Leistungen, im Inland nicht steuerbare Umsätze",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8339,"Erlöse aus im anderen -8339 99 EU-Land steuerbaren Leistungen, im Inland nicht steuerbare Umsätze",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8340,Erlöse 16 % USt -8349 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8400,"Erlöse 19 % USt -8400 09 Eigenformular, Nachdruck – auch auszugswe 8 Bilanz Erlöskonten Posten",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8401,Erlöse 19 % USt -8409 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8410,Erlöse 19 % USt -8419 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8420,-8448 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8449,Erlöse aus im Inland -8449 99 steuerpflichtigen elektronischen Dienstleistungen 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8499,Nebenerlöse (Bezug zu Materialaufwand),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8500,"Sonderbetriebseinnah- men, Tätigkeitsvergü- tung28)",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8501,"Sonderbetriebseinnah- men, Miet-/ Pachteinnahmen28)",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8502,"Sonderbetriebseinnah- men, Zinseinnahmen28)",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8503,"Sonderbetriebseinnah- men, Haftungsvergü- tung28)",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8504,"Sonderbetriebseinnah- men, Pensionszahlun- gen28)",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8505,"Sonderbetriebseinnah- men, sonstige Sonder- betriebseinnahmen28)",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8510,Provisionsumsätze,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8511,-8513 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8514,"Provisionsumsätze, -8514 99 steuerfrei § 4 Nr. 8 ff. UStG",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8515,"Provisionsumsätze, -8515 99 steuerfrei § 4 Nr. 5 UStG",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8516,-8518 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8519,Provisionsumsätze -8519 99 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8520,Erlöse Abfallverwertung,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8540,Erlöse Leergut,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8570,"Sonstige Erträge aus Provisionen, Lizenzen und Patenten",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8571,-8579 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8580,Statistisches Konto Erlöse zum allgemeinen Umsatzsteuersatz (EÜR)15),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8581,Statistisches Konto Erlöse zum ermäßigten Umsatzsteuersatz (EÜR)15),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8582,Statistisches Konto Erlöse steuerfrei und nicht steuerbar (EÜR)15),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8589,Gegenkonto 8580-8582 bei Aufteilung der Erlöse nach Steuersätzen (EÜR) Seite 40 r.- 8 nd. Erlöskonten l.k,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8590,Verrechnete sonstige Sachbezüge (keine Waren),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8591,Sachbezüge -8591 99 7 % USt (Waren),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8594,-8594 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8595,Sachbezüge -8595 99 19 % USt (Waren),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8596,-8597 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8600,-8602 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8603,Sonstige betriebliche Erträge,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8604,Erstattete Vorsteuer anderer Länder,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8605,Sonstige Erträge betrieblich und regelmäßig,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8606,Sonstige betriebliche Erträge von verbundenen Unternehmen,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8607,Andere Nebenerlöse,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8609,"Sonstige Erträge -8609 99 betrieblich und regelmäßig, steuerfrei § 4 Nr. 8 ff. UStG",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8610,"Verrechnete sonstige Sachbezüge Eigenformular, Nachdruck – auch auszugswei 8 Bila Erlöskonten Post",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8611,Verrechnete sonstige -8611 99 Sachbezüge aus Fahrzeug-Gestellung 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8612,-8612 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8613,Verrechnete sonstige -8613 99 Sachbezüge 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8614,Verrechnete sonstige Sachbezüge ohne Umsatzsteuer,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8625,"Sonstige betriebliche -8629 99 Erträge, steuerfrei z. B. § 4 Nr. 2 bis 7 UStG",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8630,Sonstige Erträge -8634 99 betrieblich und regelmäßig 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8635,-8639 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8640,Sonstige Erträge -8644 99 betrieblich und regelmäßig 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8645,-8648 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8649,Sonstige Erträge -8649 99 betrieblich und regelmäßig 16 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8650,Erlöse Zinsen und Diskontspesen,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8660,Erlöse Zinsen und Diskontspesen aus verbundenen Unternehmen,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8700,Erlösschmälerungen,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8701,Erlösschmälerungen für -8701 99 steuerfreie Umsätze nach § 4 Nr. 8 ff. UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8702,Erlösschmälerungen für -8702 99 steuerfreie Umsätze nach § 4 Nr. 2 bis 7 UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8703,Erlösschmälerungen für -8703 99 sonstige steuerfreie Umsätze ohne Vorsteuerabzug,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8704,Erlösschmälerungen für -8704 99 sonstige steuerfreie Umsätze mit Vorsteuerabzug,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8705,Erlösschmälerungen aus -8705 99 steuerfreien Umsätzen § 4 Nr. 1a UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8706,Erlösschmälerungen -8706 99 für steuerfreie innergemeinschaftliche Dreiecksgeschäfte nach § 25b Abs. 2 und 4 UStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8707,Erlösschmälerungen für -8707 99 steuerfreie Umsätze nach § 19 Abs. 1 UStG1),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8708,Erlösschmälerungen für -8708 99 Umsätze nach § 25 UStG 19 % USt1),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8709,Erlösschmälerungen für -8709 99 Umsätze nach § 25a UStG 19 % USt1),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8710,Erlösschmälerungen -8711 99 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8712,-8718 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8719,Erlösschmälerungen -8719 99 0 % USt Seite 41 ogr.- 8 bind. Erlöskonten chl.eck U S/AM 8748 00 Gewährte Skonti aus im -8748 99 Inland steuerpflichtigen EU-Lieferungen 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8720,Erlösschmälerungen -8721 99 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8722,-8723 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8724,Erlösschmälerungen -8724 99 aus steuerfreien innergemeinschaftlichen Lieferungen,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8725,Erlösschmälerungen -8725 99 aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8726,Erlösschmälerungen -8726 99 aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8727,Erlösschmälerungen aus im anderen EU-Land steuerpflichtigen Lieferungen3),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8728,-8729 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8730,Gewährte Skonti Sonstig -8730 99 che Auf U S/AM 8731 00 Gewährte Skonti gen -8731 99 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8732,-8733 99 U S/AM 8734 00 Gewährte Skonti -8734 99 0 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8735,-8735 99 U S/AM 8736 00 Gewährte Skonti -8736 99 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8737,"-8737 99 U S/AM 8738 00 Gewährte Skonti a. -8738 99 Lieferungen v. Mobilfunkgeräten etc., für die der Leistungs- empfänger die Umsatzst. nach § 13b Abs. 2 Nr. 10 UStG schuldet U S/AM 8741 00 Gewährte Skonti aus -8741 99 Leistungen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet U S/AM 8742 00 Gewährte Skonti aus -8742 99 Erlöse aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen, für die der Leistungsempfänger die Sonstig Umsatzsteuer schuldet che Ert U S/AM 8743 00 Gewährte Skonti -8743 99 aus steuerfreien innergemeinschaftlichen Lieferungen § 4 Nr. 1b UStG",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8744,-8744 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8745,Gewährte Skonti aus im -8745 99 Inland steuerpflichtigen EU-Lieferungen U S/AM 8746 00 Gewährte Skonti aus im -8746 99 Inland steuerpflichtigen EU-Lieferungen 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8747,"-8747 99 Eigenformular, Nachdruck – auch auszugsw gr.- 8 B ind. Erlöskonten P hl.ck",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8749,-8749 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8750,Gewährte Boni -8751 99 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8752,-8759 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8760,Gewährte Boni -8761 99 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8762,-8768 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8769,Gewährte Boni,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8770,Gewährte Rabatte,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8780,Gewährte Rabatte -8781 99 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8782,-8789 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8790,Gewährte Rabatte -8791 99 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8792,-8799 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8800,Erlöse aus Verkäufen Sachanlagevermögen (bei Buchverlust),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8801,Erlöse aus Verkäufen -8806 99 Sachanlagevermögen 19 % USt (bei Buchverlust),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8807,Erlöse aus Verkäufen -8807 99 Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchverlust),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8808,Erlöse aus Verkäufen -8808 99 Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchverlust),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8809,-8816 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8817,Erlöse aus Verkäufen immaterieller Vermö- gensgegenstände (bei Buchverlust),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8818,Erlöse aus Verkäufen,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8820,Erlöse aus Verkäufen -8825 99 Sachanlagevermögen 19 % USt (bei Buchgewinn),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8826,-8826 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8827,Erlöse aus Verkäufen -8827 99 Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchgewinn),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8828,Erlöse aus Verkäufen -8828 99 Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchgewinn) Seite 42 Progr.- 8 verbind. Erlöskonten Abschl.zweck,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8829,Erlöse aus Verkäufen Sachanlagevermögen (bei Buchgewinn),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8830,-8836 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8837,Erlöse aus Verkäufen immaterieller Vermö- gensgegenstände (bei Buchgewinn),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8838,Erlöse aus Verkäufen,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8850,Erlöse aus Verkäufen -8850 99 von Wirtschaftsgütern des Umlaufvermögens 19 % USt für § 4 Abs. 3 S. 4 EStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8851,"Erlöse aus Verkäufen -8851 99 von Wirtschaftsgütern des Umlaufvermögens umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 S. 4 EStG GKU AM 8852 00 Erlöse aus Verkäufen -8852 99 von Wirtschaftsgütern des Umlaufvermögens, umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 S. 4 EStG und § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9)",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8853,Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 S. 4 EStG,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8900,Unentgeltliche Wertabgaben,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8905,Entnahme von Gegenständen ohne USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8906,Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8908,-8909 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8910,Entnahme durch den -8913 99 Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8914,-8914 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8915,Entnahme durch den -8916 99 Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8917,"Entnahme durch den -8917 99 Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt Eigenformular, Nachdruck – auch auszu gr.- 8 B ind. Erlöskonten P hl.ck",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8918,Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Telefon-Nutzung),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8919,Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) ohne USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8920,Verwendung von -8920 99 Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8921,Verwendung von -8921 99 Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt (Fahrzeug-Nutzung),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8922,Verwendung von -8922 99 Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt (Telefon-Nutzung),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8923,-8923 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8924,Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Fahrzeug-Nutzung),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8925,Unentgeltliche -8927 99 Erbringung einer sonstigen Leistung 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8928,-8928 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8929,Unentgeltliche Erbringung einer sonstigen Leistung ohne USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8930,Verwendung von -8930 99 Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8931,Verwendung von -8931 99 Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8932,Unentgeltliche -8932 99 Erbringung einer sonstigen Leistung 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8933,Unentgeltliche -8933 99 Erbringung einer sonstigen Leistung 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8934,-8934 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8935,Unentgeltliche -8937 99 Zuwendung von Gegenständen 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8938,"-8938 99 Seite 43 Progr.- 9 verbind. Vortrags-, Kapital-, Korrektur- u. statisti- Abschl.sche Konten zweck",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8939,Unentgeltliche Zuwendung von Gegenständen ohne USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8940,Unentgeltliche -8943 99 Zuwendung von Waren 19 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8944,-8944 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8945,Unentgeltliche -8946 99 Zuwendung von Waren 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8947,Unentgeltliche -8947 99 Zuwendung von Waren 7 % USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8948,-8948 99,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8949,Unentgeltliche Zuwendung von Waren ohne USt,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8950,Nicht steuerbare Umsätze (Innenumsätze),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8955,Umsatzsteuervergütungen nach § 24 UStG8),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8959,Direkt mit dem Umsatz verbundene Steuern,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8960,Bestandsveränderungen - unfertige Erzeugnisse,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8970,Bestandsveränderungen - unfertige Leistungen,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8975,Bestandsveränderungen in Ausführung befindlicher Bauaufträge Kapi,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8977,Bestandsveränderungen Komm in Arbeit befindlicher Aufträge,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8980,Bestandsveränderungen Samm - fertige Erzeugnisse anre,Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8990,Andere aktivierte Steu Eigenleistungen GK 8994 00 Aktivierte Eigenleistungen (den Herstellungskosten zurechenbare Fremdkapitalzinsen),Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +8995,"Aktivierte Kapi Eigenleistungen zur pers Erstellung von selbst den geschaffenen Kapi immateriellen Vermö- Komm gensgegenständen Kapi pers den Eigenformular, Nachdruck – auch auszu 9 Bilanz- Vortrags-, Kapital-, Korrektur- u. statisti- Posten sche Konten",Erlöse,Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9000,"Saldenvorträge, Sachkonten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9001,"Saldenvorträge, -9007 99 Sachkonten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9008,"Saldenvorträge, Debitoren","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9009,"Saldenvorträge, Kreditoren","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9050,-9050 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9051,Offene Posten aus 2021,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9052,Offene Posten aus 2022,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9053,Offene Posten aus 2023,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9054,Offene Posten aus 2024,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9055,Offene Posten aus 2025,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9056,Offene Posten aus 20261),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9057,-9089 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9090,Summenvortragskonto,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9091,-9100 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9101,Verkaufstage12),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9102,Anzahl der Barkunden12),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9103,-9107 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9111,-9111 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9116,-9118 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9120,Erweiterungsinvestitionen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9130,-9131 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9135,Auftragseingang im Geschäftsjahr,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9140,-9140 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9141,Variables Kapital TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9142,Variables Kapital - Anteil für Teilhafter,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9143,Privatsteuern Kapitalertragsteuer (Sammelposten),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9144,Privatsteuern Solidaritätszuschlag (Sammelposten),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9145,Privatsteuern Kirchensteuer (Sammelposten),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9146,Variables Kapital - Übertragung einer § 6b EStG-Rücklage VH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9147,Variables Kapital - Übertragung einer § 6b EStG-Rücklage TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9148,-9149 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9150,Festkapital andere Kapitalkonten- anpassungen VH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9151,Variables Kapital andere Kapitalkonten- anpassungen VH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9152,Verlust-/Vortragskonto andere Kapitalkonten- anpassungen VH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9153,"Kapitalkonto III andere Kapitalkonten- anpassungen VH Seite 44 .- 9 d. Vortrags-, Kapital-, Korrektur- u. statisti- .sche Konten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9154,"Ausstehende Einlagen auf das Komplementär-Kapital, Kapitalant nicht eingefordert Kommanditi andere Kapitalkonten- anpassungen VH","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9155,Verrechnungskonto für Einzahlungsver- pflichtungen andere Kapitalkonten- anpassungen VH nicht eing,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9156,derte auss -9156 99 hende Einl,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9157,Privatsteuern Kapitalertragsteuer (VH) Kapitalant,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9158,Privatsteuern Kommanditi Solidaritätszuschlag (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9159,Privatsteuern Verbindlic Kirchensteuer gegenüber (VH) manditiste,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9160,Kommandit-Kapital Forderunge andere Kapitalkontengen Komman anpassungen TH tisten ode,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9161,Variables Kapital rungen geg andere Kapitalkonten- sellschaft anpassungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9162,Verlustausgleichskonto andere Kapitalkonten- anpassungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9163,Kapitalkonto III andere Kapitalkonten- anpassungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9164,"Ausstehende Einlagen auf das Kommandit-Ka- pital, nicht eingefordert andere Kapitalkonten- anpassungen TH","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9165,Verrechnungskonto für Einzahlungsver- pflichtungen andere Kapitalkonten- anpassungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9166,-9166 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9167,"Privatsteuern Kapitalertragsteuer (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9168,"Privatsteuern Solidaritätszuschlag (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9169,"Privatsteuern Kirchensteuer (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9170,Festkapital - Umbuchungen VH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9171,Variables Kapital - Umbuchungen VH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9172,Verlust-/Vortragskonto - Umbuchungen VH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9173,Kapitalkonto III - Umbuchungen VH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9174,"Ausstehende Einlagen auf das Komplementär-Kapital, nicht eingefordert - Umbuchungen VH","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9175,"Verrechnungskonto für Einzahlungsver- pflichtungen - Umbuchungen VH Eigenformular, Nachdruck – auch auszugsweis 9 Bilanz- Vortrags-, Kapital-, Korrektur- u. statisti- Posten sche Konten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9176,-9179 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9180,Kommandit-Kapital - Umbuchungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9181,Variables Kapital - Umbuchungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9182,Verlustausgleichskonto - Umbuchungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9183,Kapitalkonto III - Umbuchungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9184,"Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert - Umbuchungen TH","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9185,Verrechnungskonto für Einzahlungsver- pflichtungen - Umbuchungen TH,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9186,"Privatsteuern Kapitalertragsteuer (TH), FK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9187,"Privatsteuern Solidaritätszuschlag (TH), FK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9188,"Privatsteuern Kirchensteuer (TH), FK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9189,Verrechnungskonto für Umbuchungen zwischen Gesellschafter-,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9190,Gegenkonto für statistische Mengeneinheiten Konten 9101-91028),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9199,Gegenkonto zu Konten 9120 und 91358),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9200,Beschäftigte Personen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9201,-9207 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9208,Statistisches Konto -9208 99 für den Kennziffernteil Bilanz/BWA7),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9209,Gegenkonto zu 9200,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9210,Produktive Löhne,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9219,Gegenkonto zu 9210,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9220,Gezeichnetes Kapital in DM (Art. 42 Abs. 3 S. 1 EGHGB),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9229,Gegenkonto zu Konto 9220,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9240,Investitionsverbindlichkeiten bei den Leis- tungsverbindlichkeiten,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9241,Investitionsverbindlichkeiten aus Sachanlagekäufen bei Leistungs- verbindlichkeiten,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9242,Investitionsverbindlichkeiten aus Käufen von immateriellen Vermö- gensgegenständen bei Leistungsverbindlichkeiten,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9243,"Investitionsverbindlichkeiten aus Käufen von Finanzanlagen bei Leis- tungsverbindlichkeiten Seite 45 .- 9 d. Vortrags-, Kapital-, Korrektur- u. statisti- .sche Konten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9244,Gegenkonto zu Konten 9240-9243,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9245,Forderungen aus Sachanlageverkäufen bei sonstigen Vermö- gensgegenständen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9246,Forderungen aus Verkäufen immaterieller Vermögensgegenstände bei sonstigen Vermögensgegenständen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9247,Forderungen aus Verkäufen von Finanzanlagen bei sonstigen Vermögens- gegenständen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9249,Gegenkonto zu Konten 9245-9247,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9258,-9259 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9260,Kurzfristige Rückstellungen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9262,Mittelfristige Rückstellungen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9264,"Langfristige Rückstellungen, außer Pensionen","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9269,Gegenkonto zu Konten 9260-9268,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9270,Gegenkonto zu Konten 9271-9279 (Soll-Buchung),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9271,Verbindlichkeiten aus der Begebung und Übertragung von Wechseln,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9272,Verbindlichkeiten aus der Begebung und Übertragung von Wechseln gegenüber verbundenen/assoziierten Unternehmen Verbindlic,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9273,"Verbindlichkeiten aus Liefer aus Bürgschaften, und Leistu Wechsel- und sonstige V Scheckbürgschaften lichkeiten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9274,"Verbindlichkeiten aus Bürgschaften, Einlagen s Wechsel- und Gesellscha Scheckbürgschaften steuerlich gegenüber gleichspos verbundenen/assoziierten Unternehmen","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9275,Verbindlichkeiten aus Gewährleistungs- verträgen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9276,Verbindlichkeiten aus Gewährleistungs- verträgen gegenüber verbundenen/assoziierten Unternehmen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9277,"Haftung aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten Eigenformular, Nachdruck – auch auszugsweis 9 Bilanz- Vortrags-, Kapital-, Korrektur- u. statisti- Posten sche Konten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9278,Haftung aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten gegenüber verbundenen/assoziierten Unternehmen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9279,Verpflichtungen aus Treuhandvermögen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9280,Gegenkonto zu 9281-9284,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9281,Verpflichtungen aus Miet- und Leasingverträgen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9282,Verpflichtungen aus Miet- und Leasingverträgen gegenüber verbundenen Unternehmen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9283,Andere Verpflichtungen nach § 285 Nr. 3a HGB,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9284,Andere Verpflichtungen nach § 285 Nr. 3a HGB gegenüber verbundenen Unternehmen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9285,Unterschiedsbetrag aus der Abzinsung von Altersversorgungsver- pflichtungen nach § 253 Abs. 6 HGB (Haben),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9286,Gegenkonto zu 9285,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9287,Zinsen bei Buchungen über Debitoren bei § 4 Abs. 3 EStG,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9288,Mahngebühren bei Buchungen über Debitoren bei § 4 Abs. 3 EStG,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9289,Gegenkonto zu 9287 und 9288,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9290,Statistisches Konto steuerfreie Auslagen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9291,Gegenkonto zu 9290,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9292,Statistisches Konto Fremdgeld,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9293,Gegenkonto zu 9292,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9295,Einlagen atypisch stiller Gesellschafter K 9297 00 Steuerlicher Ausgleichsposten (Körperschaften)17),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9298,"Steuerlicher Ausgleichsposten VH (Personengesellschaf- ten, Einzelunternehmen)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9299,Steuerlicher Ausgleichsposten TH (Personengesellschaf- ten),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9300,-9320 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9326,-9343 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9346,-9349 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9357,-9360 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9365,"-9367 99 Seite 46 .- 9 d. Vortrags-, Kapital-, Korrektur- u. statisti- .sche Konten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9371,Kapitalant -9372 99 Kommanditi,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9390,"Konto für Branchenlösungen (Werte 1), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9391,"Konto für Branchenlösungen (Werte 2), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9392,"Konto für Branchenlösungen (Werte 3), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9393,"Konto für Branchenlösungen (Werte 4), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9394,"Gegenkonto für Bran- chenlösungen (Werte), (Zur freien Verfügung)24)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9395,"Konto für Branchenlösungen (Menge 1), (Zur freien Verfügung)7)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9396,"Konto für Branchenlö- sellschaft sungen (Menge 2), (Zur freien Verfügung)7)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9397,"Konto für Branchenlö- eingeforde sungen (Menge 3), noch ausst (Zur freien Verfügung)7) Kapitalein","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9398,"Konto für Branchenlö- Kommanditi sungen (Menge 4), (Zur freien Verfügung)7)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9399,"Gegenkonto für Bran- chenlösungen (Menge), eingeforde (Zur freien Verfügung)7) noch ausst","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9400,"Privatentnahmen allgemein (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9401,-9409 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9410,"Privatsteuern (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9411,-9419 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9420,"Sonderausgaben beschränkt abzugsfähig (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9421,-9429 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9430,"Sonderausgaben unbeschränkt abzugsfähig (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9431,-9439 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9440,"Zuwendungen, Spenden (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9441,-9449 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9450,"Außergewöhnliche Belastungen (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9451,-9459 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9460,"Grundstücksaufwand (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9461,-9469 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9470,"Grundstücksertrag (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9471,-9479 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9480,"Unentgeltliche Wertabgaben (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9481,-9489 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9490,"Privateinlagen (TH), EK","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9491,-9499 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9500,Anteil für Konto 0900 (TH) - Kommandit-Kapital,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9501,-9509 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9510,Anteil für Konto 0910 (TH) - Verlustausgleichskonto,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9511,-9519 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9520,Anteil für Konto 0920 (TH) - Gesellschafter- Darlehen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9521,-9529 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9530,Anteil für Konto 9950 (TH) - Ausstehende Einlagen auf das Kommandit- Kapital,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9531,-9539 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9540,"Anteil für Konto 9930 (VH) - Ausstehende Einlagen auf das Komplementär- Kapital Seite 47 Progr.- 9 erbind. Vortrags-, Kapital-, Korrektur- u. statisti- bschl.sche Konten zweck","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9541,-9549 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9550,Anteil für Konto 9810 (VH) - Kapitalkonto III,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9551,-9559 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9560,Anteil für Konto 9820 (VH) - Verlustvortrag,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9561,-9569 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9570,Anteil für Konto 0870 (VH) - Festkapital,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9571,-9579 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9580,Anteil für Konto 0880 (VH) - Variables Kapital,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9581,-9589 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9590,Anteil für Konto 0890 (VH) - Gesellschafter- Darlehen Kapit,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9591,Komma -9599 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9600,Name des Gesellschafters (VH) Gutsc pital,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9601,Ergeb -9609 99 dung,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9610,Tätigkeitsvergütung Kapit (VH) persö,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9611,den G -9619 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9620,Tantieme (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9621,-9629 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9630,Darlehensverzinsung (VH) Rückl,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9631,-9639 99 Kapit,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9640,Gebrauchsüberlassung Komma (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9641,-9649 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9650,Sonstige Vergütungen (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9651,-9659 99 Rückl,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9660,Sonstige Vergütungen (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9661,-9669 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9670,Sonstige Vergütungen (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9671,-9679 99 Gewin,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9680,Sonstige Vergütungen vortr (VH) wendu,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9681,-9689 99 Rückl,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9690,Restanteil (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9691,"-9699 99 Eigenformular, Nachdruck – auch auszug 9 Bilanz- Vortrags-, Kapital-, Korrektur- u. statisti- Posten sche Konten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9700,Name des Gesellschafters (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9701,-9709 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9710,Tätigkeitsvergütung (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9711,-9719 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9720,Tantieme (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9721,-9729 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9730,Darlehensverzinsung (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9731,-9739 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9740,Gebrauchsüberlassung (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9741,-9749 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9750,Sonstige Vergütungen (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9751,-9759 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9760,Sonstige Vergütungen (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9761,-9769 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9770,Sonstige Vergütungen (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9771,-9779 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9780,Anteil für Konto 9840 (TH) Kapitalkonto III,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9781,-9789 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9790,Restanteil (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9791,Anteil Rücklagen variables Kapitalkonto VH1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9792,Anteil Rücklagen Kapitalkonto III VH1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9793,Anteil Rücklagen Verlust-/Vortragskonto VH1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9794,Gegenkonto Anteil Rücklagen VH1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9795,Anteil Rücklagen variables Kapitalkonto TH1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9796,Anteil Rücklagen Kapitalkonto III TH1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9797,Anteil Rücklagen Verlustausgleichskonto TH1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9798,Gegenkonto Anteil Rücklagen TH1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9799,-9801 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9802,Gesamthänderisch gebundene Rücklagen andere Kapitalkonten- anpassungen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9803,Gewinnvortrag/ Verlustvortrag andere Kapitalkonten- anpassungen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9804,"Gesamthänderisch gebundene Rücklagen - Umbuchungen Seite 48 .- 9 d. Vortrags-, Kapital-, Korrektur- u. statisti- .sche Konten","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9805,Gewinnvortrag/ Verlustvortrag - Umbuchungen,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9806,Zuzurechnender Anteil am Jahresüberschuss/ Jahresfehlbetrag je Gesellschafter,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9807,Zuzurechnender Anteil am Bilanzgewinn/ Bilanzverlust je Gesellschafter,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9808,Gegenkonto für zuzurechnenden Anteil am Jahresüberschuss/ Jahresfehlbetrag,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9809,Gegenkonto für zuzurechnenden Anteil Rücklagen am Bilanzgewinn/ Bilanzverlust,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9810,Kapitalkonto III (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9811,-9819 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9820,Verlust-/Vortragskonto (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9821,-9829 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9830,Verrechnungskonto für Einzahlungsverpflichtungen (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9831,-9839 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9840,Kapitalkonto III (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9841,-9849 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9850,Verrechnungskonto für Einzahlungsverpflichtungen (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9851,-9859 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9860,Einzahlungsverpflichtungen persönlich haftender Gesellschafter (VH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9861,-9869 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9870,Einzahlungsverpflichtungen Kommanditisten (TH),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9871,-9879 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9880,Ausgleichsposten für aktivierte eigene Anteile,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9883,Nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9884,Nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9885,"Verrechnungskonto für nicht durch Vermögens- einlagen gedeckte Entnahmen persönlich haftender Gesellschafter Eigenformular, Nachdruck – auch auszugsweis gr.- 9 B ind. Vortrags-, Kapital-, Korrektur- u. statisti- P hl.sche Konten ck","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9886,Verrechnungskonto für nicht durch Vermögens- einlagen gedeckte Entnahmen Kommanditisten,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9887,Steueraufwand der Gesellschafter,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9889,Gegenkonto zu 9887 GK 9890 00 Statistisches Konto für den Gewinnzuschlag nach §§ 6b Abs. 7 und 6c EStG (Haben),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9891,Gegenkonto zu statistischen Konten für den Gewinnzuschlag (Soll),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9892,Veränderung der gesamthänderisch gebundenen Rücklagen (Einlagen/Entnahmen),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9893,Umsatzsteuer in den Forderungen zum allgemeinen Umsatzsteuersatz (EÜR),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9894,Umsatzsteuer in den Forderungen zum ermäßigten Umsatzsteuersatz (EÜR),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9895,Gegenkonto 9893-9894 für die Aufteilung der Umsatzsteuer (EÜR),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9896,Vorsteuer in den Verbindlichkeiten zum allgemeinen Umsatzsteuersatz (EÜR),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9897,Vorsteuer in den Verbindlichkeiten zum ermäßigten Umsatzsteuersatz (EÜR),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9898,Vorsteuer in den Verbindlichkeiten aus verschiedenen Kosten (EÜR),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9899,Gegenkonto 9896-9897 für die Aufteilung der Vorsteuer (EÜR),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9900,Umsatzsteuer nicht fällig - sonstige Erlöse (EÜR),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9901,Gegenkonto zu 9900,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9902,Umsatzsteuer in den Forderungen aus sonstigen Erlösen (EÜR) GK 9906 00 Steuerfreie Einnahmen und Entnahmen nach § 3 Nr. 72 EStG (Soll),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9907,Gegenkonto zu steuerfreien Einnahmen und Entnahmen nach § 3 Nr. 72 EStG (Haben) GK 9908 00 Nicht abzugsfähige Betriebsausgaben nach § 3c Abs. 1 EStG i. V. m. § 3 Nr. 72 EStG (Haben),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9909,Gegenkonto zu nicht abzugsfähigen Betriebsausgaben nach § 3c Abs. 1 EStG i. V. m. § 3 Nr. 72 EStG (Soll),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9910,"Gegenkonto zur Minderung der Entnahmen § 4 Abs. 4a EStG Seite 49 Progr.- 9 verbind. Vortrags-, Kapital-, Korrektur- u. statisti- Abschl.sche Konten zweck","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9911,Minderung der Kass Entnahmen Bund § 4 Abs. 4a EStG habe (Haben) bei,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9912,Erhöhung der ten Entnahmen Verb § 4 Abs. 4a EStG gege,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9913,Gegenkonto zur inst Erhöhung der Entnahmen § 4 Abs. 4a EStG (Haben) Verb,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9914,"aus -9915 99 und GK 9916 00 Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG Sons aus dem 2. vorangegangens genen Wirtschaftsjahr, außerbilanziell (Haben) GK 9917 00 Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem 3. vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9918,Rückgängigmachung Investitionsabzugsbetrag § 7g Abs. 3 und 4 EStG im 2. vorangegangenen Wirtschaftsjahr,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9919,Rückgängigmachung Investitionsabzugsbetrag § 7g Abs. 3 und 4 EStG im 3. vorangegangenen Wirtschaftsjahr,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9920,"Ausstehende Einlagen auf das Komplementär-Kapital, nicht eingefordert (VH)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9921,-9929 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9930,"Ausstehende Einlagen auf das Komplementär-Kapital, eingefordert (VH)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9931,-9939 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9940,"Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert (TH)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9941,-9949 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9950,"Ausstehende Einlagen auf das Kommandit-Kapital, eingefordert (TH)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9951,-9959 99,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9960,Bewertungskorrektur zu Forderungen aus Lieferungen und Leistungen (Währungsumrechnung),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9961,"Bewertungskorrektur zu sonstigen Verbindlichkeiten (Währungsumrechnung) Eigenformular, Nachdruck – auch auszu gr.- 9 ind. Vortrags-, Kapital-, Korrektur- u. statisti- Erläu hl.sche Konten Haupt ck","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9962,Bewertungskorrektur zu Guthaben bei Kreditinstituten (Bewertung Finanzmittelfonds),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9963,Bewertungskorrektur zu Verbindlichkeiten gegenüber Kreditinstituten (Bewertung Finanzmittelfonds),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9964,Bewertungskorrektur zu Verbindlichkeiten aus Lieferungen und Leistungen (Währungsumrechnung),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9965,Bewertungskorrektur zu sonstigen Vermö- gensgegenständen (Währungsumrechnung),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9966,"-9969 99 GK 9970 00 Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Soll)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9971,"Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Haben) - Gegenkonto zu 9970 GK 9972 00 Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9973,"Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus den vorangegangenen Wirtschaftsjahren, außerbilanziell (Soll) - Gegenkonto zu 9972, 9916, 9917","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9974,Rückgängigmachung Investitionsabzugsbetrag § 7g Abs. 3 und 4 EStG im vorangegangenen Wirtschaftsjahr,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9975,"Rückgängigmachung Investitionsabzugsbetrag § 7g Abs. 3 und 4 EStG in den vorangegangenen Wirtschaftsjahren - Gegenkonto zu 9974, 9918, 9919 G 9976 00 Nicht abzugsfähige Zinsaufwendungen nach § 4h EStG (Haben)","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9977,Nicht abzugsfähige Zinsaufwendungen nach § 4h EStG (Soll) - Gegenkonto zu 9976 G 9978 00 Abziehbare Zinsaufwendungen aus Vorjahren nach § 4h EStG (Soll),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9979,"Abziehbare Zinsaufwendungen aus Vorjahren nach § 4h EStG (Haben) - Gegenkonto zu 9978 Seite 50 onen: der Vorsteuer der Umsatzsteuer Funktion t dann bebucht werden, wenn ihnen eine andere e. sel/Buchungsschlüssel erhalten Sie im Rechnungsile über die Tastenkombination „Umschalt + ter Stammdaten | Steuerschlüssel. Hier sind üglich Umfang und Sachverhalt einstellbar. Sie im Hilfecenter unter dem Suchbegriff ""Steul 4 tik gekennzeichneten Konten kann die Aufhebung chgeführt werden. n Konten mit Automatik-Funktion gebucht wer- Funktion nicht greifen soll. Fußnoten gekennzeichnet ahr 2026 neu eingeführt. BU-Schlüssel 10 bebucht werden. Das EU-Land euersatz werden über das EU-Fenster eingegeben. U-Schlüssel 44 bebucht werden. Das EU-Land und satz werden über das EU-Fenster eingegeben. tkonto für Sachverhalte, die in diesen Kontenbereier Sachverhalt auf Einzelkonten dargestellt sind. Branchen-BWA-Formen mit statistischen Mend wurden mit der Umrechnungssperre, Funktion 026 geändert. Gewerbesteuer werden ab VAZ 2009 die Erträge zu die Aufwendungen zu 40 % als nicht abziehbar be- Körperschaftsteuer werden die Erträge zu 100 % als endungen zu 100 % als nicht abziehbar behandelt. c EStG bzw. § 8b KStG. t mehr die Zusatzfunktion KU. Bitte verwenden ch in Verbindung mit einem Gegenkonto mit Geld- für Auswertungen mit Vorjahresvergleich benöden Jahr gelöscht. nden Jahr gelöscht, der Kontenzweck bleibt erhal- teilung nach Steuersätzen am Jahresende einge- rjährig nicht bebucht werden. Beachten Sie die Bu- . 0906057. rschaftsteuer nur bei Organgesellschaften berück- rschaftsteuer ausschließlich in die Positionen ‚Eihluss des vorangegangenen Wirtschaftsjahres‘ en differenzierten Ausweis der Reisekosten und darf dieses Konto von EÜR-Anwendern nicht ge- BU-Schlüssel 94 (Konto mit Vorsteuerabzug) 5 (Konto ohne Vorsteuerabzug) gebucht werden. b UStG ist anschließend zu erfassen. 9 dürfen die Konten nur noch für Einzelunter- . EÜR-Formular in die Zeile Ergebnisanteile aus Be- gesellschaften. die BWA-Formen der Branchenlösung bebucht. en Auswertungen für Sonderbilanzen abgefragt. Seite 51 e 52","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9980,Anteil Belastung auf AV Verbindlichkeitskonten AM S F R,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9981,Verrechnungskonto für Anteil Belastung auf Verbindlichkeitskonten Allge,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9982,Anteil Gutschrift auf Eine Verbindlichkeitskonten wesen F3“ i versc,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9983,Verrechnungskonto für Weite Anteil Gutschrift auf ersch Verbindlichkeitskonten Hinwe GK 9984 00 Gewinnkorrektur nach § 60 Abs 2 EStDV Schlü - Erhöhung Bei m handelsrechtliches der A Ergebnis durch Der S Habenbuchung den s - Minderung handelsrechtliches Hinwe Ergebnis durch Sollbuchung 1),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9985,Gegenkonto zu 9984 3),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9986,Ergebnisverteilung auf 5),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9987,Korrekturkonto für die 6) Überleitungsrechnung,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9989,Gegenkonto zu 7) 9986 - 9988,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9990,Erträge von außergewöhnlicher 8) Größenordnung 9) oder Bedeutung,"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9991,Erträge (aperiodisch),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9992,Erträge von außergewöhnlicher Größenordnung oder Bedeutung 10) (aperiodisch),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9993,Aufwendungen von außergewöhnlicher 11) Größenordnung oder Bedeutung 12),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9994,Aufwendungen (aperiodisch) 15),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9995,Aufwendungen von außergewöhnlicher Größenordnung 16) oder Bedeutung (aperiodisch) 17),"Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) +9998,"Gegenkonto zu 9990-9997 18) Personenkonten 21) 10000 00 Debitoren -69999 99 22) 70000 00 Kreditoren -99999 99 23) 24) 28) Eigenformular, Nachdruck – auch auszu onten für die Programmverbindung d Steuerprogrammen mens um zusätzliche Konten und besone Integration der DATEV-Programme und er- Rechnungswesen-Programmen, die gleich- Steuerliche Belange können bereits wähhtigt werden. In der Spalte Programmverbin- , die über die Schnittstelle in Rechnungs- Steuerprogramm Umsatzsteuererklä- rschaftsteuer (K) weitergegeben und an entng zu Grunde gelegt werden. Die Kennen umfasst für die Weitergabe an Gewerbee nachfolgenden Konten bis zum nächsten nzeichnung „U“ an Standardkonten steht satzsteuererklärung. Kontenbereiche wer- andardkontenrahmen ausgewiesen sind t sind solche Konten, die lediglich eine rechn Sinne ausüben wie Löhne und Gehälter so- lässigen Spendenabzugs im Rahmen von Abgebildet wird mit den Kennzeichen die iche Ursprung. Die Gewerbesteuer-Berechodukt Körperschaftsteuer integriert. Daher ist kmal auch ein „K“ für diese Programmverch für die Handelsbilanz gebucht werden. ch für die Steuerbilanz gebucht werden. ich für die Gewinnermittlung nach Eigenformular, Nachdruck – auch auszugswe","Vortrags-, Statistische Konten",Canonical DATEV SKR 03 (NN=00 subset of Bau variant) diff --git a/data/ontologies/skr-datev/skr04.csv b/data/ontologies/skr-datev/skr04.csv new file mode 100644 index 00000000..fdf6e2a9 --- /dev/null +++ b/data/ontologies/skr-datev/skr04.csv @@ -0,0 +1,1233 @@ +account_number,account_name,family,source +0050,"Ausstehende Einlagen auf das grundstücksglei- Komplementär-Kapital, nicht che Rechte und eingefordert Bauten ein-",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0060,"Ausstehende Einlagen auf das den Grundstü- Komplementär-Kapital, eingeforcken dert",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0070,"Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0080,"Ausstehende Einlagen auf das Kommandit-Kapital, eingefordert",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0090,Rückständige fällige Einzahlungen auf Geschäftsanteile,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0100,"Entgeltlich erworbene Konzessio- nen, gewerbliche Schutzrechte und ähnliche Rechte und Werte sowie Lizenzen an solchen Rechten und Werten",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0110,Konzessionen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0120,Gewerbliche Schutzrechte,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0130,Ähnliche Rechte und Werte,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0135,EDV-Software,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0140,Lizenzen an gewerblichen Schutz- rechten und ähnlichen Rechten und Werten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0143,Selbst geschaffene immaterielle Vermögensgegenstände,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0144,EDV-Software,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0145,Lizenzen und Franchiseverträge,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0146,Konzessionen und gewerbliche Technische Schutzrechte Anlagen und,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0147,"Rezepte, Verfahren, Prototypen Maschinen",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0148,Immaterielle Vermögensgegenstände in Entwicklung,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0150,Geschäfts- oder Firmenwert,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0170,Geleistete Anzahlungen auf im- Betriebs- und Ge- materielle Vermögensgegen- schäftsausstatstände tung,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0179,"Anzahlungen auf Geschäfts- oder Firmenwert Eigenformular, Nachdruck auch auszugsweise nic 0 Bilanz- Anlagevermögenskonten Posten2)",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0200,"Grundstücke, grundstücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grund- stücken",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0210,Grundstücksgleiche Rechte ohne Bauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0215,Unbebaute Grundstücke,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0220,"Grundstücksgleiche Rechte (Erbbaurecht, Dauerwohnrecht, unbebaute Grundstücke)",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0225,Grundstücke mit Substanzverzehr,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0229,Grundstücksanteil des häuslichen Arbeitszimmers,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0230,Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0235,Grundstückswerte eigener bebauter Grundstücke,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0240,Geschäftsbauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0250,Fabrikbauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0260,Andere Bauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0270,Garagen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0280,"Außenanlagen für Geschäfts-, Fabrik- und andere Bauten",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0285,Hof- und Wegebefestigungen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0290,"Einrichtungen für Geschäfts-, Fabrik- und andere Bauten",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0300,Wohnbauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0305,Garagen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0310,Außenanlagen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0315,Hof- und Wegebefestigungen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0320,Einrichtungen für Wohnbauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0329,Gebäudeteil des häuslichen Arbeitszimmers,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0330,Bauten auf fremden Grundstücken,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0340,Geschäftsbauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0350,Fabrikbauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0360,Wohnbauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0370,Andere Bauten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0380,Garagen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0390,Außenanlagen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0395,Hof- und Wegebefestigungen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0398,"Einrichtungen für Geschäfts-, Fabrik-, Wohn- und andere Bauten",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0400,Technische Anlagen und Maschinen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0420,Technische Anlagen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0440,Maschinen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0450,Transportanlagen und Ähnliches,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0460,Maschinengebundene Werkzeuge,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0470,Betriebsvorrichtungen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0500,"Andere Anlagen, Betriebs- und Geschäftsausstattung",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0510,Andere Anlagen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0520,Pkw,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0540,Lkw,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0560,Sonstige Transportmittel,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0620,Werkzeuge,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0630,Betriebsausstattung,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0635,Geschäftsausstattung,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0640,Ladeneinrichtung,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0650,Büroeinrichtung,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0660,Gerüst- und Schalungsmaterial,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0670,Geringwertige Wirtschaftsgüter,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0675,Wirtschaftsgüter (Sammelposten),Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0680,Einbauten in fremde Grundstücke,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0690,Sonstige Betriebs- und Geschäfts- ausstattung et Seite 1 0 4),Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0700,"Geleistete Anzahlungen und Ausleihungen an Anlagen im Bau Unternehmen,",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0705,Anzahlungen auf Grund und mit denen ein Be- Boden teiligungsverhält-,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0710,"Geschäfts-, Fabrik- und andere nis besteht Bauten im Bau auf eigenen Grund- stücken",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0720,"Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten auf eigenen Grundstücken",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0725,Wohnbauten im Bau auf eigenen Wertpapiere des Grundstücken Anlagevermö-,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0735,Anzahlungen auf Wohnbauten auf gens eigenen Grundstücken,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0740,"Geschäfts-, Fabrik- und andere Bauten im Bau auf fremden Grund- stücken",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0750,"Anzahlungen auf Geschäfts-, Sonstige Ausleihungen Fabrik- und andere Bauten auf fremden Grundstücken",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0755,Wohnbauten im Bau auf fremden Grundstücken,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0765,Anzahlungen auf Wohnbauten auf fremden Grundstücken,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0770,Technische Anlagen und Maschinen im Bau,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0780,Anzahlungen auf technische Anlagen und Maschinen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0785,"Andere Anlagen, Betriebs- und Genossenschafts- Geschäftsausstattung im Bau anteile",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0795,"Anzahlungen auf andere Anlagen, Betriebs- und Geschäftsausstattung Rückdeckungsan- sprüche aus",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0800,Anteile an verbundenen Unternehrungen men (Anlagevermögen),Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0803,"Anteile an verbundenen Unterneh- men, Personengesellschaften",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0804,"Anteile an verbundenen Unterneh- men, Kapitalgesellschaften",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0805,"Anteile an herrschender oder mehr- heitlich beteiligter Gesellschaft, Personengesellschaften",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0806,Anteile einer GmbH & Co. KG an einer Komplementär-GmbH,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0808,"Anteile an herrschender oder mehr- heitlich beteiligter Gesellschaft, Kapitalgesellschaften",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0809,Anteile an herrschender oder mehr- heitlich beteiligter Gesellschaft,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0810,Ausleihungen an verbundene Unternehmen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0813,"Ausleihungen an verbundene Unternehmen, Personengesell- schaften",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0814,"Ausleihungen an verbundene Un- ternehmen, Kapitalgesellschaften",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0815,"Ausleihungen an verbundene Un- ternehmen, Einzelunternehmen",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0820,Beteiligungen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0829,Beteiligung einer GmbH & Co. KG an einer Komplementär-GmbH,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0830,Typisch stille Beteiligungen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0840,Atypisch stille Beteiligungen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0850,Beteiligungen an Kapitalgesell- schaften,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0860,Beteiligungen an Personengesell- schaften 1 Bilanz- Umlaufvermögenskonten Posten2) KU 1000-1179 Forderungen aus V 1180-1189 Lieferungen und M 1190-1199 Leistungen oder KU 1200-1486 V 1487 sonstige Verbind KU 1488-1899 lichkeiten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0880,"Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0883,"Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht, Personengesellschaften",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0885,"Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht, Kapitalgesellschaften",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0900,Wertpapiere des Anlagevermögens,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0910,"Wertpapiere mit Gewinnbeteili- gungsansprüchen, die dem Teilein- künfteverfahren unterliegen",Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0920,Festverzinsliche Wertpapiere,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0930,Übrige sonstige Ausleihungen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0940,Darlehen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0960,Ausleihungen an Gesellschafter,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0961,Ausleihungen an GmbH-Gesell- schafter,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0962,Ausleihungen an persönlich haftende Gesellschafter,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0963,Ausleihungen an Kommanditisten,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0970,Ausleihungen an nahe stehende Personen,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0980,Genossenschaftsanteile zum langfristigen Verbleib,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +0990,Rückdeckungsansprüche aus Lebensversicherungen zum langfristigen Verbleib,Anlagevermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1000,"Roh-, Hilfs- und Betriebsstoffe -39 (Bestand)",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1040,"Unfertige Erzeugnisse, unfertige -49 Leistungen (Bestand)",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1050,Unfertige Erzeugnisse (Bestand),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1080,Unfertige Leistungen (Bestand) -89 Forderungen aus Lieferungen und,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1090,In Ausführung befindliche Bauauf- Leistungen -94 träge H-Saldo,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1095,In Arbeit befindliche Aufträge,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1100,Fertige Erzeugnisse und Waren Forderungen aus -09 (Bestand) Lieferungen und,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1110,Fertige Erzeugnisse (Bestand) Leistungen oder -39 sonstige Verbind,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1140,Waren (Bestand) lichkeiten,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1180,Geleistete Anzahlungen auf Lieferungen und,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1181,Geleistete Anzahlungen 7 % Vorsteuer H-Saldo,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1182,"Geleistete Anzahlungen, 5 % Vorsteuer Forderungen aus",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1183,Lieferungen und,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1184,"Geleistete Anzahlungen, 16 % Vor- Leistungen steuer H-Saldo oder",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1185,sonstige Verbind,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1186,Geleistete Anzahlungen 19 % Vor- lichkeiten S-Sal steuer Forderungen ge-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1190,Erhaltene Anzahlungen auf Bestelgen verbundene lungen (von Vorräten offen abge- Unternehmen setzt) oder Verbindlichkeite Forderungen und sonstige Ver- gegenüber ver- mögensgegenstände bundenen Unternehmen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1200,Forderungen aus Lieferungen und Leistungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1201,Forderungen aus Lieferungen und -06 Leistungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1210,Forderungen aus Lieferungen und -14 Leistungen ohne Kontokorrent,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1215,Forderungen aus Lieferungen und Leistungen zum allgemeinen Um- satzsteuersatz oder eines Kleinun- Forderungen ge- ternehmers (EÜR) gen verbundene,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1216,Forderungen aus Lieferungen und Unternehmen Leistungen zum ermäßigten Um- H-Saldo satzsteuersatz (EÜR),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1217,Forderungen aus steuerfreien oder nicht steuerbaren Lieferungen und Leistungen (EÜR),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1218,Forderungen aus Lieferungen und Leistungen nach Durchschnittssätzen nach § 24 UStG (EÜR),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1219,Gegenkonto 1215-1218 bei Aufteilung der Forderungen nach Steu- ersätzen (EÜR) 1 Bilanz- Umlaufvermögenskonten Posten2),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1220,Forderungen nach § 11 Abs. 1 Satz 2 EStG für § 4 Abs. 3 EStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1221,Forderungen aus Lieferungen und Leistungen ohne Kontokorrent – Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1225,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1230,Wechsel aus Lieferungen und Leistungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1231,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1232,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1235,"Wechsel aus Lieferungen und Leistungen, bundesbankfähig",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1240,Zweifelhafte Forderungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1241,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1245,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1246,Einzelwertberichtigungen auf Forderungen mit einer – Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1247,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1248,Pauschalwertberichtigung auf Forderungen mit einer – Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1249,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1250,Forderungen aus Lieferungen und Leistungen gegen Gesellschafter,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1251,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1255,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1258,Gegenkonto zu sonstigen Vermögensgegenständen bei Buchungen über Debitorenkonto,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1259,"Gegenkonto 1221-1229, 1240-1245,1250-1257, 1270-1279, 1290-1297 bei Aufteilung Debitorenkonto",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1260,Forderungen gegen verbundene Unternehmen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1261,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1265,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1266,Besitzwechsel gegen verbundene Unternehmen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1267,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1268,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1269,"Besitzwechsel gegen verbundene Unternehmen, bundesbankfähig",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1270,Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1271,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1275,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1276,Wertberichtigungen auf Forderungen gegen verbundene Unternehmen – Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1277,– Restlaufzeit größer 1 Jahr Seite 3 mm- 1 ung4),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1280,"Forderungen gegen Unterneh- men, mit denen ein Beteiligungs- verhältnis besteht",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1281,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1285,– Restlaufzeit größer 1 Jahr Sonstige Vermö-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1286,"Besitzwechsel gegen Unternehmen, gensgegenstände mit denen ein Beteiligungsverhältnis besteht",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1287,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1288,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1289,"Besitzwechsel gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht, bundesbankfähig",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1290,"Forderungen aus Lieferungen und Leistungen gegen Unternehmen, Sonstige Vermö- mit denen ein Beteiligungsverhält- gensgegenstände nis besteht oder sonstige",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1291,– Restlaufzeit bis 1 Jahr Verbindlichkeiten,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1295,– Restlaufzeit größer 1 Jahr Sonstige Vermö-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1296,"Wertberichtigungen auf Forderungen gegen Unternehmen, mit gensgegenstände denen ein Beteiligungsverhältnis besteht Sonstige Vermö- – Restlaufzeit bis 1 Jahr gensgegenstände",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1297,– Restlaufzeit größer 1 Jahr oder sonstige Verbindlichkeiten,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1298,"Ausstehende Einlagen auf das gezeichnete Kapital, eingefordert Sonstige Vermö- (Forderungen, nicht eingefor- gensgegenstände derte ausstehende Einlagen s. Konto 2910)",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1299,"Nachschüsse (Forderungen, Gegenkonto 2929) Aktiver Unter-",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1300,Sonstige Vermögensgegenstände schiedsbetrag aus,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1301,– Restlaufzeit bis 1 Jahr der Vermögens-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1305,– Restlaufzeit größer 1 Jahr verrechnung oder,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1307,Forderungen gegen GmbH-Gesell- Rückstellungen schafter für Pensionen und,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1308,– Restlaufzeit bis 1 Jahr ähnliche Ver-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1309,– Restlaufzeit größer 1 Jahr pflichtungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1310,Forderungen gegen Vorstandsmit- glieder und Geschäftsführer Sonstige Vermö-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1311,– Restlaufzeit bis 1 Jahr gensgegenstände,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1315,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1317,Forderungen gegen persönlich haftende Gesellschafter,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1318,– Restlaufzeit bis 1 Jahr Aktiver Unter-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1319,– Restlaufzeit größer 1 Jahr schiedsbetrag aus,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1320,Forderungen gegen Aufsichtsrats- Vermögensver- und Beirats-Mitglieder rechnung oder,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1321,– Restlaufzeit bis 1 Jahr sonstige Rückstel-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1325,– Restlaufzeit größer 1 Jahr lungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1330,Forderungen gegen sonstige Gesellschafter,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1331,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1335,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1337,Forderungen gegen typisch stille Gesellschafter,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1338,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1339,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1340,Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1341,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1345,– Restlaufzeit größer 1 Jahr 1 Bilanz- Umlaufvermögenskonten Posten2),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1349,Ansprüche aus betrieblicher Alters- versorgung und Pensionsansprüche (Mitunternehmer)28),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1350,Kautionen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1351,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1355,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1360,Darlehen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1361,– Restlaufzeit bis 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1365,– Restlaufzeit größer 1 Jahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1369,Forderungen gegenüber Krankenkassen aus Aufwendungsaus- gleichsgesetz,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1370,Durchlaufende Posten,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1374,Fremdgeld,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1375,Agenturwarenabrechnung,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1376,Nachträglich abziehbare Vorsteuer nach § 15a Abs. 2 UStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1377,Zurückzuzahlende Vorsteuer nach § 15a Abs. 2 UStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1378,Ansprüche aus Rückdeckungsversi- cherungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1380,Vermögensgegenstände zur Erfüllung von Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1381,Vermögensgegenstände zur Saldierung mit Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1382,Vermögensgegenstände zur Erfüllung von mit der Altersversorgung vergleichbaren langfristigen Verpflichtungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1383,Vermögensgegenstände zur Saldierung mit der Altersversorgung ver- gleichbaren langfristigen Verpflichtungen nach § 246 Abs. 2 HGB,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1390,GmbH-Anteile zum kurzfristigen Verbleib,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1391,Forderungen gegen Arbeitsge- meinschaften,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1393,Genussrechte,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1394,Einzahlungsansprüche zu Neben- leistungen oder Zuzahlungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1395,Genossenschaftsanteile zum kurz- fristigen Verbleib,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1396,"Nachträglich abziehbare Vorsteuer Sonstige Vermönach § 15a Abs. 1 UStG, bewegliche gensgegenstände Wirtschaftsgüter oder sonstige",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1397,"Zurückzuzahlende Vorsteuer nach Verbindlichkeiten § 15a Abs. 1 UStG, bewegliche Wirtschaftsgüter Sonstige Vermö-",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1398,"Nachträglich abziehbare Vorsteuer gensgegenstände nach § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1399,"Zurückzuzahlende Vorsteuer nach § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1400,Abziehbare Vorsteuer,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1401,Abziehbare Vorsteuer 7 % Sonstige Vermö-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1402,Abziehbare Vorsteuer aus innerge- gensgegenstände meinschaftlichem Erwerb oder sonstige,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1403,Abziehbare Vorsteuer 5 %11) Verbindlichkeiten,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1404,Abziehbare Vorsteuer aus innerge- meinschaftlichem Erwerb 19 %,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1405,Abziehbare Vorsteuer 16 %11),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1406,Abziehbare Vorsteuer 19 %,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1407,Abziehbare Vorsteuer nach § 13b UStG 19 %,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1408,Abziehbare Vorsteuer nach § 13b UStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1409,Abziehbare Vorsteuer nach § 13b UStG 16 %11),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1410,Aufzuteilende Vorsteuer,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1411,Aufzuteilende Vorsteuer 7 %,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1412,Aufzuteilende Vorsteuer aus inner- gemeinschaftlichem Erwerb,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1413,Aufzuteilende Vorsteuer aus inner- gemeinschaftlichem Erwerb 19 %,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1414,Aufzuteilende Vorsteuer 5 %11),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1415,Aufzuteilende Vorsteuer 16 %11),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1416,Aufzuteilende Vorsteuer 19 %,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1417,Aufzuteilende Vorsteuer nach §§ 13a und 13b UStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1418,Aufzuteilende Vorsteuer nach §§ 13a und 13b UStG 16 %11) Sonstige Ver-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1419,Aufzuteilende Vorsteuer nach bindlichkeiten §§ 13a und 13b UStG 19 % S-Saldo,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1420,Forderungen aus Umsatzsteuer- Vorauszahlungen Sonstige Vermö-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1422,Umsatzsteuerforderungen Vorjahr,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1425,Umsatzsteuerforderungen frühere Anteile an ver- Jahre bundenen Unternehmen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1427,Forderungen aus entrichteten Verbrauchsteuern,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1431,Abziehbare Vorsteuer aus der Aus- lagerung von Gegenständen aus Sonstige Wertpaeinem Umsatzsteuerlager piere,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1432,Abziehbare Vorsteuer aus innerge- meinschaftlichem Erwerb von Neu- fahrzeugen von Lieferanten ohne USt-Identifikationsnummer,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1433,Entstandene Einfuhrumsatzsteuer,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1434,Vorsteuer in Folgeperiode/im Folgejahr abziehbar,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1435,"Forderungen aus Gewerbesteuer- überzahlungen 1 Bilanz- Pro verb Umlaufvermögenskonten Posten2) Absc zwe Kassenbestand, Bundesbankgut- haben, Guthaben bei Kreditinstituten und Schecks",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1436,Vorsteuer aus Erwerb als letzter Abnehmer innerhalb eines Drei- ecksgeschäfts,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1440,Steuererstattungsansprüche gegenüber anderen Ländern,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1450,Körperschaftsteuerrückforderung,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1456,Forderungen an das Finanzamt aus abgeführtem Bauabzugsbetrag,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1457,Forderung gegenüber Bundes- agentur für Arbeit,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1460,Geldtransit,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1480,Gegenkonto Vorsteuer § 4 Abs. 3 EStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1481,Auflösung Vorsteuer aus Vorjahr § 4 Abs. 3 EStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1482,Vorsteuer aus Investitionen § 4 Abs. 3 EStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1483,Gegenkonto für Vorsteuer nach Durchschnittssätzen für § 4 Abs. 3 EStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1484,Vorsteuer nach allgemeinen Durch- schnittssätzen UStVA Kz. 63,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1486,"Verrechnungskonto für Gewinner- mittlung § 4 Abs. 3 EStG, nicht ergebniswirksam",Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1487,Wirtschaftsgüter des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1490,Verrechnungskonto Ist-Versteuerung,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1491,Neutralisierung ertragswirksamer Sachverhalte für § 4 Abs. 3 EStG,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1494,Forderungen gegen Gesellschaft/ Gesamthand28),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1495,Verrechnungskonto erhaltene Anzahlungen bei Buchung über Debitorenkonto,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1498,Überleitungskonto Kostenstellen Wertpapiere,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1500,Anteile an verbundenen Unternehmen (Umlaufvermögen),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1504,Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1510,Sonstige Wertpapiere,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1520,Finanzwechsel,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1525,Andere Wertpapiere mit unwesentlichen Wertschwankungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1530,Wertpapieranlagen im Rahmen der kurzfristigen Finanzdisposition Seite 5 2 Eigenkapitalkonten/,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1550,Schecks,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1600,Kasse,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1610,Nebenkasse 1,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1620,Nebenkasse 2,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1700,Bank (Postbank),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1710,Bank (Postbank 1),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1720,Bank (Postbank 2),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1730,Bank (Postbank 3),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1780,LZB-Guthaben,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1790,Bundesbankguthaben,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1800,Bank,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1810,Bank 1,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1820,Bank 2,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1830,Bank 3,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1840,Bank 4,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1850,Bank 5,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1890,Finanzmittelanlagen im Rahmen der kurzfristigen Finanzdisposition (nicht im Finanzmittelfonds enthal- ten),Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1895,Verbindlichkeiten gegenüber Kre- ditinstituten (nicht im Finanzmittelfonds enthalten) Abgrenzungsposten,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1900,Aktive Rechnungsabgrenzung,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1920,Als Aufwand berücksichtigte Zölle und Verbrauchsteuern auf Vorräte,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1930,Als Aufwand berücksichtigte Um- satzsteuer auf Anzahlungen,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1940,Damnum/Disagio,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +1950,Aktive latente Steuern 2 Bilanz- Programm- verbindung4 Eigenkapitalkonten/ Posten2) Abschluss-,Umlaufvermögen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2000,Festkapital,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2001,Kapital (fester Anteil nur Einzel- unternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2010,Variables Kapital,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2011,"Kapital (variabler Anteil, nur Einzelunternehmen)22) Fremdkapital Vollhafter",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2020,Gesellschafter-Darlehen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2030,(zur freien Verfügung),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2050,Kommandit-Kapital,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2060,Verlustausgleichskonto,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2070,Gesellschafter-Darlehen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2100,Privatentnahmen allgemein,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2101,Privatentnahmen allgemein (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2110,Privatentnahmen allgemein,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2111,Privatentnahmen allgemein (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2120,Privatentnahmen allgemein,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2121,Privatentnahmen allgemein (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2130,Unentgeltliche Wertabgaben,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2131,Unentgeltliche Wertabgaben (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2140,Unentgeltliche Wertabgaben,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2141,Unentgeltliche Wertabgaben (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2150,Privatsteuern,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2151,Privatsteuern (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2160,Privatsteuern,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2161,Privatsteuern (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2170,Privatsteuern,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2171,Privatsteuern (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2180,Privateinlagen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2181,Privateinlagen (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2190,Privateinlagen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2191,Privateinlagen (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2200,Sonderausgaben beschränkt abzugsfähig,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2201,Sonderausgaben beschränkt abzugsfähig (nur Einzelunterneh- men)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2210,Sonderausgaben beschränkt abzugsfähig,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2211,Sonderausgaben beschränkt abzugsfähig (nur Einzelunterneh- men)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2220,Sonderausgaben beschränkt abzugsfähig,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2221,Sonderausgaben beschränkt abzugsfähig (nur Einzelunterneh- men)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2230,Sonderausgaben unbeschränkt abzugsfähig,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2231,Sonderausgaben unbeschränkt abzugsfähig (nur Einzelunterneh- men)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2240,Sonderausgaben unbeschränkt abzugsfähig,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2241,Sonderausgaben unbeschränkt abzugsfähig (nur Einzelunterneh- men)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2250,"Zuwendungen, Spenden",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2251,"Zuwendungen, Spenden (nur Einzelunternehmen)22)",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2260,"Zuwendungen, Spenden",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2261,"Zuwendungen, Spenden (nur Einzelunternehmen)22)",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2270,"Zuwendungen, Spenden",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2271,"Zuwendungen, Spenden (nur Einzelunternehmen)22)",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2280,Außergewöhnliche Belastungen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2281,Außergewöhnliche Belastungen (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2290,Außergewöhnliche Belastungen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2291,Außergewöhnliche Belastungen (nur Einzelunternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2300,Grundstücksaufwand,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2301,Grundstücksaufwand (nur Einzel- unternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2309,"Grundstücksaufwand (Umsatz- steuerschlüssel möglich, nur Einzelunternehmen)10)22)",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2310,Grundstücksaufwand,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2311,Grundstücksaufwand (nur Einzel- unternehmen)22),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2319,"Grundstücksaufwand (Umsatz- steuerschlüssel möglich, nur Einzelunternehmen)10)22)",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2320,Grundstücksaufwand,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2321,"Grundstücksaufwand (nur Einzel- unternehmen)22) 2 Bilanz- Programm- verbindung4 igenkapitalkonten/ Posten2) Abschluss- remdkapitalkonten zweck4) rivatsteuern (TH), FK rivateinlagen (TH), FK K Gezeichnetes rivateinlagen (TH), FK Kapital K onderausgaben beschränkt bzugsfähig (TH), FK K K onderausgaben beschränkt bzugsfähig (TH), FK K onderausgaben beschränkt bzugsfähig (TH), FK onderausgaben unbeschränkt bzugsfähig (TH), FK Gezeichnetes K Kapital onderausgaben unbeschränkt Eigene Anteile K bzugsfähig (TH), FK Nicht eingeforderte aussteh- uwendungen, Spenden (TH), FK ende Einlagen uwendungen, Spenden (TH), FK uwendungen, Spenden (TH), FK Kapitalrücklage K K ußergewöhnliche Belastungen K TH), FK ußergewöhnliche Belastungen TH), FK K rundstücksaufwand (TH), FK K K rundstücksaufwand (TH), FK rundstücksaufwand (TH), FK Gesetzliche Rück- K lage rundstücksaufwand (TH), FK Rücklage für Anteile an einem rundstücksaufwand (TH), FK herrschenden oder mehrheitlich beteiligten Unter- rundstücksertrag (TH), FK nehmen K rundstücksertrag (TH), FK Satzungsmäßige K Rücklagen rundstücksertrag (TH), FK rundstücksertrag (TH), FK 2 Bilanz- P ve Eigenkapitalkonten/ Posten2) Ab",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2960,Andere Gewinnrücklagen17),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2961,Andere Gewinnrücklagen aus dem Erwerb eigener Anteile17),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2962,Eigenkapitalanteil von Wertauf- holungen17),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2963,Gewinnrücklagen aus den Über- gangsvorschriften BilMoG17),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2964,Gewinnrücklagen aus den Über- Rückstellungen gangsvorschriften BilMoG (Zu- für Pensionen schreibung Sachanlagevermö- und ähnliche Ver- gen)17) pflichtungen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2965,Gewinnrücklagen aus den Über- gangsvorschriften BilMoG (Zu- schreibung Finanzanlagevermö- gen)17) Rückstellungen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2966,Gewinnrücklagen aus den Über- für Pensionen gangsvorschriften BilMoG (Auflö- und ähnliche Versung der Sonderposten mit pflichtungen oder Rücklageanteil)17) Aktiver Unter-,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2967,Latente Steuern (Gewinnrücklage Haben) aus erfolgsneutralen Ver- schiedsbetrag aus rechnungen17) der Vermögens-,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2968,Latente Steuern (Gewinnrücklage verrechnung Soll) aus erfolgsneutralen Ver- rechnungen17) Rückstellungen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2969,Rechnungsabgrenzungsposten für Pensionen (Gewinnrücklage Soll) aus er- und ähnliche Ver- folgsneutralen Verrechnungen17) pflichtungen Gewinnvortrag/Verlustvortrag vor Verwendung Steuerrückstellun-,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2970,Gewinnvortrag vor Verwengen dung17),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2975,Gewinnvortrag vor Verwendung (mit Aufteilung für Kapitalkon- tenentwicklung) Passive latente,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2977,Verlustvortrag vor Verwendung (mit Aufteilung für Kapitalkon- Steuern tenentwicklung) Sonstige Rück-,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2978,Verlustvortrag vor Verwendung17) stellungen Sonderposten mit Rücklageanteil,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2980,Übrige andere Sonderposten,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2981,Steuerfreie Rücklagen nach § 6b EStG,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2982,Rücklage für Ersatzbeschaffung Sonstige Rück-,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2988,Rücklage für Zuschüsse stellungen oder,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2990,"Sonderposten mit Rücklagean- Aktiver Unter- teil, Sonderabschreibungen6) schiedsbetrag aus",Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2995,Ausgleichsposten bei Entnahmen der Vermögens- § 4g EStG verrechnung,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2997,Sonderposten mit Rücklageanteil nach § 7g Abs. 5 EStG Sonstige Rück- stellungen,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2998,Sonderposten für Zuschüsse Dritter,Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +2999,Sonderposten für Investitionszulagen 3 Bilanz- Fremdkapitalkonten Posten2),Eigenkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3000,Rückstellungen für Pensionen und ähnliche Verpflichtungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3005,Rückstellungen für Pensionen und ähnliche Verpflichtungen gegenüber Gesellschaftern oder nahe stehenden Personen (10 % Beteiligung am Kapital),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3009,Rückstellungen für Pensionen und ähnliche Verpflichtungen zur Saldierung mit Vermögensge- genständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3010,Rückstellungen für Direktzusagen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3011,Rückstellungen für Zuschussver- pflichtungen für Pensionskassen und Lebensversicherungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3015,Rückstellungen für pensionsähnliche Verpflichtungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3020,Steuerrückstellungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3035,Gewerbesteuerrückstellung nach § 4 Abs. 5b EStG,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3040,Körperschaftsteuerrückstellung,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3050,Steuerrückstellung aus Steuer- stundung (BStBK),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3060,Rückstellung für latente Steuern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3065,Passive latente Steuern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3070,Sonstige Rückstellungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3074,Rückstellungen für Personalkosten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3075,"Rückstellungen für unterlassene Aufwendungen für Instandhal- tung, Nachholung in den ersten drei Monaten",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3076,Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zum langfristigen Verbleib,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3077,Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zur Saldierung mit Vermögensge- genständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3079,Urlaubsrückstellungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3085,Rückstellungen für Abraum- und Abfallbeseitigung,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3090,Rückstellungen für Gewährleistungen (Gegenkonto 6790),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3092,Rückstellungen für drohende Verluste aus schwebenden Geschäften,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3095,Rückstellungen für Abschluss- und Prüfungskosten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3096,Rückstellungen zur Erfüllung der Aufbewahrungspflichten Seite 9 amm- 3 dung4),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3098,Aufwandsrückstellungen nach Verbindlichkeite § 249 Abs. 2 HGB a. F. aus Lieferungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3099,Rückstellungen für Umweltschutz und Leistungen oder Verbindlichkeiten sonstige Vermö-,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3100,"Anleihen, nicht konvertibel gensgegenstände",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3101,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3105,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3110,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3120,"Anleihen, konvertibel",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3121,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3125,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3130,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3150,Verbindlichkeiten gegenüber Kreditinstituten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3151,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3160,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3170,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3180,Verbindlichkeiten gegenüber Verbindlichkeite Kreditinstituten aus Teilzahlungsaus Lieferungen verträgen und Leistungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3181,– Restlaufzeit bis 1 Jahr S-Saldo oder,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3190,– Restlaufzeit 1 bis 5 Jahre sonstige Vermö-,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3200,– Restlaufzeit größer 5 Jahre gensgegenstände,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3210,"Verbindlichkeiten gegenüber H-Saldo Kreditinstituten, vor Restlaufzeit- differenzierung Verbindlichkeite aus der Annahme",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3249,Gegenkonto 3150-3209 bei Auf- gezogener Wech- teilung der Konten 3210-3248 sel und aus der Ausstellung eige ner Wechsel,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3250,Erhaltene Anzahlungen auf Be- stellungen (Verbindlichkeiten) Verbindlichkeite,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3260,"Erhaltene, versteuerte Anzahlun- gegenüber vergen 7 % USt (Verbindlichkeiten) bundenen Unter-",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3261,"Erhaltene, versteuerte Anzahlunnehmen oder gen 5 % USt (Verbindlichkeiten) Forderungen ge-",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3264,"Erhaltene, versteuerte Anzahlungen 0 % USt (Verbindlichkeiten)1)",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3270,"Erhaltene, versteuerte Anzahlungen 16 % USt (Verbindlichkeiten)",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3272,"Erhaltene, versteuerte Anzahlun- Verbindlichkeite gen 19 % USt (Verbindlichkeiten) gegenüber Unter-",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3273,"nehmen, mit de- -74 nen ein Beteili-",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3279,Erhaltene Anzahlungen - Nach- gungsverhältnis steuer besteht oder,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3280,"Erhaltene Anzahlungen Forderungen ge- – Restlaufzeit bis 1 Jahr gen Unternehmen,",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3284,– Restlaufzeit 1 bis 5 Jahre mit denen ein,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3285,– Restlaufzeit größer 5 Jahre Beteiligungsver- hältnis besteht,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3300,Verbindlichkeiten aus Lieferungen und Leistungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3301,Verbindlichkeiten aus Lieferun- -03 gen und Leistungen Sonstige Verbind,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3305,Verbindlichkeiten aus Lieferun- lichkeiten gen und Leistungen zum allgemeinen Umsatzsteuersatz (EÜR),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3306,Verbindlichkeiten aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3307,Verbindlichkeiten aus Lieferungen und Leistungen ohne Vorsteuer (EÜR),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3309,Gegenkonto 3305-3307 bei Auf- teilung der Verbindlichkeiten nach Steuersätzen (EÜR) 3 Bilanzv Fremdkapitalkonten Posten2) A,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3310,Verbindlichkeiten aus Lieferun- -33 gen und Leistungen ohne Konto- korrent,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3334,Verbindlichkeiten aus Lieferungen und Leistungen für Investitionen für § 4 Abs. 3 EStG,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3335,Verbindlichkeiten aus Lieferungen und Leistungen ohne Konto- korrent – Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3337,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3338,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3340,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3341,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3345,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3348,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3349,"Gegenkonto 3335-3348, 3420- 3449, 3470-3499 bei Aufteilung Kreditorenkonto",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3350,Wechselverbindlichkeiten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3351,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3380,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3390,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3400,Verbindlichkeiten gegenüber verbundenen Unternehmen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3401,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3405,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3410,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3420,Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3421,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3425,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3430,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3450,"Verbindlichkeiten gegenüber Unternehmen, mit denen ein Beteiligungsverhältnis besteht",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3451,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3455,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3460,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3470,"Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen, mit denen ein Beteiligungsverhältnis besteht",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3471,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3475,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3480,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3500,Sonstige Verbindlichkeiten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3501,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3504,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3507,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3509,Sonstige Verbindlichkeiten nach § 11 Abs. 2 Satz 2 EStG für § 4 Abs. 3 EStG,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3510,Verbindlichkeiten gegenüber Gesellschaftern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3511,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3514,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3517,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3519,Verbindlichkeiten gegenüber Sonstige Vermö- Gesellschaftern für offene gensgegenstände Ausschüttungen H-Saldo,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3520,Verbindlichkeiten gegenüber typisch stillen Gesellschaftern Sonstige Verbind-,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3521,– Restlaufzeit bis 1 Jahr lichkeiten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3524,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3527,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3530,Verbindlichkeiten gegenüber atypisch stillen Gesellschaftern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3531,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3534,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3537,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3540,Partiarische Darlehen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3541,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3544,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3547,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3550,Erhaltene Kautionen Sonstige Verbind-,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3551,– Restlaufzeit bis 1 Jahr lichkeiten oder,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3554,– Restlaufzeit 1 bis 5 Jahre sonstige Vermö-,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3557,– Restlaufzeit größer 5 Jahre gensgegenstände,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3560,Darlehen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3561,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3564,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3567,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3570,"Sonstige Verbindlichkeiten, vor Restlaufzeitdifferenzierung (nur Bilanzierer) Sonstige Verbind-",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3599,Gegenkonto 3500-3569 und lichkeiten 3640-3658 bei Aufteilung der Konten 3570-3598,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3600,Agenturwarenabrechnungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3610,Kreditkartenabrechnung,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3611,Verbindlichkeiten gegenüber Arbeitsgemeinschaften,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3612,Neutralisierung aufwandswirksamer Sachverhalte für § 4 Abs. 3 EStG,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3613,Ergebnisneutrale Sachverhalte für § 4 Abs. 3 EStG,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3620,Gewinnverfügungskonto stille Sonstige Verbind- Gesellschafter - sonstige Ver- lichkeiten oder bindlichkeiten8) sonstige Vermö-,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3630,Sonstige Verrechnungskonten gensgegenstände (Interimskonto),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3634,Verbindlichkeiten gegenüber Sonstige Verbind- Gesellschaft/Gesamthand28) lichkeiten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3635,Sonstige Verbindlichkeiten aus genossenschaftlicher Rückvergütung,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3640,Verbindlichkeiten gegenüber GmbH-Gesellschaftern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3641,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3642,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3643,– Restlaufzeit größer 5 Jahre Sonstige Verbind-,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3645,Verbindlichkeiten gegenüber per- lichkeiten oder sönlich haftenden Gesellschaftern sonstige Vermö-,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3646,– Restlaufzeit bis 1 Jahr gensgegenstände,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3647,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3648,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3650,Verbindlichkeiten gegenüber Kommanditisten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3651,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3652,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3653,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3655,Verbindlichkeiten gegenüber stillen Gesellschaftern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3656,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3657,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3658,– Restlaufzeit größer 5 Jahre 3 GuV- Pr ver Fremdkapitalkonten Posten2) Abs zw,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3695,Verrechnungskonto geleistete Anzahlungen bei Buchung über Kreditorenkonto,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3700,Verbindlichkeiten aus Steuern und Abgaben,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3701,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3710,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3715,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3720,Verbindlichkeiten aus Lohn und Gehalt,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3725,Verbindlichkeiten für Einbehaltungen von Arbeitnehmern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3726,Verbindlichkeiten an das Finanzamt aus abzuführendem Bauab- zugsbetrag,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3730,Verbindlichkeiten aus Lohn- und Kirchensteuer,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3740,Verbindlichkeiten im Rahmen der sozialen Sicherheit,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3741,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3750,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3755,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3759,Voraussichtliche Beitragsschuld gegenüber den Sozialversiche- rungsträgern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3760,"Verbindlichkeiten aus Einbehaltungen (KapESt und SolZ, KiSt auf KapESt) für offene Ausschüttungen",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3761,Verbindlichkeiten für Verbrauch- steuern,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3770,Verbindlichkeiten aus Vermö- gensbildung,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3771,– Restlaufzeit bis 1 Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3780,– Restlaufzeit 1 bis 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3785,– Restlaufzeit größer 5 Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3786,Ausgegebene Geschenkgut- scheine,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3790,Lohn- und Gehaltsverrech- nungskonto,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3791,Lohn- und Gehaltsverrechnung nach § 11 Abs. 2 Satz 2 EStG für § 4 Abs. 3 EStG,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3796,Verbindlichkeiten im Rahmen der sozialen Sicherheit für § 4 Abs. 3 EStG,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3798,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen elekt- ronischen Dienstleistungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3799,Steuerzahlungen aus im anderen EU-Land steuerpflichtigen Leis- tungen8),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3800,Umsatzsteuer,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3801,Umsatzsteuer 7 %,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3802,Umsatzsteuer aus innergemein- schaftlichem Erwerb,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3803,Umsatzsteuer 5 %11),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3804,Umsatzsteuer aus innergemein- schaftlichem Erwerb 19 %,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3805,Umsatzsteuer 16 %11),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3806,Umsatzsteuer 19 %,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3807,Umsatzsteuer aus im Inland steu- erpflichtigen EU-Lieferungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3808,Umsatzsteuer aus im Inland steu- erpflichtigen EU-Lieferungen 19 %,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3809,Umsatzsteuer aus innergemein- schaftlichem Erwerb ohne Vorsteuerabzug Seite 11 4 Betriebliche Erträge M 4000-4136 KU 4840 KU 4137-4138 M 4841-4842 M 4139-4604 KU 4843 KU 4605 M 4844-4845 M 4606-4618 KU 4846-4847 KU 4619 M 4848-4854 M 4620-4636 KU 4855-4859 KU 4637-4639 M 4860-4900 M 4640-4658 M 4905 KU 4659 M 4910-4912 M 4660-4678 M 4915 KU 4679 M 4924-4926 M 4680-4688 KU 4927-4929 KU 4689-4699 V 4932-4934 M 4700-4799 KU 4935-4939 KU 4800-4829 M 4940-4948 M 4830-4837 KU 4949 KU 4838 M 4950-4959 M 4839 Umsatzerlöse,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3810,Umsatzsteuer nicht fällig,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3811,Umsatzsteuer nicht fällig 7 %,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3812,Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3813,Umsatzsteuer nicht fällig 5 %11),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3814,Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen 19 %,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3815,Umsatzsteuer nicht fällig 16 %11),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3816,Umsatzsteuer nicht fällig 19 %,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3817,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen Lieferungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3818,Umsatzsteuer aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen/Werklieferungen,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3819,Umsatzsteuer aus Erwerb als letzter Abnehmer innerhalb eines Dreiecksgeschäfts,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3820,Umsatzsteuer-Vorauszahlungen Umsatzerlöse,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3830,Umsatzsteuer-Vorauszahlungen 1/11 U,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3831,"Umsatzsteuer aus im Inland steu- U erpflichtigen EU-Lieferungen, nur OSS U",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3832,"Nachsteuer, UStVA Kz. 65",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3834,Umsatzsteuer aus innergemein- schaftlichem Erwerb von Neufahr- U zeugen von Lieferanten ohne Um- satzsteuer-Identifikationsnummer,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3835,Umsatzsteuer nach § 13b UStG U,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3837,Umsatzsteuer nach § 13b UStG 19 %,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3838,Umsatzsteuer nach § 13b UStG U 16 %11),Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3839,Umsatzsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager U,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3840,Umsatzsteuer laufendes Jahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3841,Umsatzsteuer Vorjahr,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3845,Umsatzsteuer frühere Jahre,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3850,Einfuhrumsatzsteuer aufgeschoben bis ... U,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3851,"In Rechnung unrichtig oder unberechtigt ausgewiesene U Steuerbeträge, UStVA Kz. 69 U",Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3854,Steuerzahlungen an andere U Länder,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3860,Verbindlichkeiten aus Umsatz- steuer-Vorauszahlungen U,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3865,Umsatzsteuer in Folgeperiode fällig (§§ 13 Abs. 1 Nr. 6 und 13b Abs. 2 UStG) Rechnungsabgrenzungsposten,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3900,Passive Rechnungsabgrenzung U U,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +3950,Abgrenzung unterjährig pauschal gebuchter Abschreibungen für BWA U 4 GuV- Pr ver Betriebliche Erträge Posten2) Abs zw M 4300 Erlöse 7 % USt Umsatzerlöse,Fremdkapital,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4000,Umsatzerlöse -99 (Zur freien Verfügung),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4100,Steuerfreie Umsätze -04 § 4 Nr. 8 ff. UStG,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4105,Steuerfreie Umsätze nach § 4 Nr. 12 UStG (Vermietung und Verpachtung),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4110,Sonstige steuerfreie Umsätze Inland,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4120,Steuerfreie Umsätze nach § 4 Nr. 1a UStG,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4125,Steuerfreie innergemeinschaftliche Lieferungen nach § 4 Nr. 1b UStG,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4130,Lieferungen des ersten Abnehmers bei innergemeinschaftlichen Dreiecksgeschäften § 25b Abs. 2 UStG,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4135,Steuerfreie innergemeinschaftliche Lieferungen von Neufahrzeugen an Abnehmer ohne Umsatz- steuer-Identifikationsnummer,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4136,Umsatzerlöse nach §§ 25 und 25a UStG 19 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4138,Umsatzerlöse nach §§ 25 und 25a UStG ohne USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4139,"Umsatzerlöse aus Reiseleistungen § 25 Abs. 2 UStG, steuerfrei",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4140,Steuerfreie Umsätze Offshore etc.,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4150,Sonstige steuerfreie Umsätze (z. B. § 4 Nr. 2 bis 7 UStG),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4160,"Steuerfreie Umsätze ohne Vor- steuerabzug zum Gesamtumsatz gehörend, § 4 UStG",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4165,Steuerfreie Umsätze ohne Vor- steuerabzug zum Gesamtumsatz gehörend,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4180,"Erlöse, die mit den Durch- schnittssätzen des § 24 UStG ver- steuert werden",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4185,Erlöse als Kleinunternehmer nach § 19 Abs. 1 UStG,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4186,Erlöse aus Geldspielautomaten 19 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4200,Erlöse,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4290,Erlöse 0 % USt1),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4320,"Erlöse aus im anderen EU-Land -29 steuerpflichtigen Lieferungen, U im Inland nicht steuerbar3)",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4331,Erlöse aus im anderen EU-Land U steuerpflichtigen elektronischen Dienstleistungen5),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4332,"U M 4333 Erlöse 5 % USt11) M 4334 Erlöse 7 % USt M 4335 Erlöse aus Lieferungen von Mo- bilfunkgeräten, Tablet-Compu- U tern, Spielekonsolen und inte- grierten Schaltkreisen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet E M 4336 Erlöse aus im anderen EU-Land steuerpflichtigen sonstigen Leis- tungen, für die der Leistungsemp- E fänger die Umsatzsteuer schuldet M 4337 Erlöse aus Leistungen, für die der Leistungsempfänger die Umsatz- E steuer nach § 13b UStG schuldet M 4338 Erlöse aus im Drittland steuerba- E ren Leistungen, im Inland nicht steuerbare Umsätze M 4339 Erlöse aus im anderen EU-Land Sonstige steuerbaren Leistungen, im In- betriebliche land nicht steuerbare Umsätze Erträge M 4340 Erlöse 16 % USt",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4499,Nebenerlöse (Bezug zu Material- aufwand) Konten für die Verbuchung U von Sonderbetriebseinnahmen,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4500,"Sonderbetriebseinnahmen, Tätigkeitsvergütung28)",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4501,"Sonderbetriebseinnahmen, Miet-/Pachteinnahmen28) U",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4502,"Sonderbetriebseinnahmen, Zinseinnahmen28)",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4503,"Sonderbetriebseinnahmen, U Haftungsvergütung28)",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4504,"Sonderbetriebseinnahmen, Pensionszahlungen28)",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4505,"Sonderbetriebseinnahmen, sonstige Sonderbetriebseinnahmen28)",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4510,Erlöse Abfallverwertung,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4520,Erlöse Leergut,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4560,Provisionsumsätze,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4569,Provisionsumsätze 19 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4570,"Sonstige Erträge aus Provisionen, Lizenzen und Patenten",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4574,"Sonstige Erträge aus Provisionen, Lizenzen und Patenten, steuerfrei § 4 Nr. 8 ff. UStG",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4575,"Sonstige Erträge aus Provisionen, Lizenzen und Patenten, steuerfrei § 4 Nr. 5 UStG",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4576,"Sonstige Erträge aus Provisionen, Lizenzen und Patenten 7 % USt",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4579,"Sonstige Erträge aus Provisionen, Lizenzen und Patenten 19 % USt Statistische Konten EÜR15)",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4580,Statistisches Konto Erlöse zum allgemeinen Umsatzsteuersatz (EÜR)15),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4581,Statistisches Konto Erlöse zum ermäßigten Umsatzsteuersatz (EÜR)15),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4582,Statistisches Konto Erlöse steuerfrei und nicht steuerbar (EÜR)15),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4589,Gegenkonto 4580-4582 bei Aufteilung der Erlöse nach Steuersätzen (EÜR),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4600,Unentgeltliche Wertabgaben,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4605,Entnahme von Gegenständen ohne USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4610,Entnahme durch den Unterneh- -15 mer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4616,Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4619,Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) ohne USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4620,Entnahme durch den Unterneh- -26 mer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4630,Verwendung von Gegenständen -35 für Zwecke außerhalb des Unter- nehmens 7 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4636,Verwendung von Gegenständen für Zwecke außerhalb des Unter- nehmens 7 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4637,Verwendung von Gegenständen für Zwecke außerhalb des Unter- nehmens ohne USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4638,Verwendung von Gegenständen für Zwecke außerhalb des Unter- nehmens ohne USt (Telefon- Nutzung),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4639,Verwendung von Gegenständen für Zwecke außerhalb des Unter- nehmens ohne USt (Fahrzeug- Nutzung)8) Seite 13 4 Betriebliche Erträge M 4720 Erlösschmälerungen 19 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4727,Erlösschmälerungen aus im anderen EU-Land steuerpflichtigen Lieferungen3),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4769,Gewährte Boni,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4770,Gewährte Rabatte M 4780 Gewährte Rabatte 7 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4790,Gewährte Rabatte 19 % USt Sonstige -91 betriebliche,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4792,Erträge,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4800,Bestandsveränderungen - fertige Erzeugnisse,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4810,Bestandsveränderungen - unfertige Erzeugnisse,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4815,Bestandsveränderungen - unfertige Leistungen,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4816,Bestandsveränderungen in Ausführung befindlicher Bauaufträge,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4818,Bestandsveränderungen in Arbeit befindlicher Aufträge Andere aktivierte Eigenleistungen Umsatzerlöse,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4820,Andere aktivierte Eigenleistungen,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4824,Aktivierte Eigenleistungen (den Herstellungskosten zurechenbare Fremdkapitalzinsen),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4825,Aktivierte Eigenleistungen zur Erstellung von selbst geschaffenen immateriellen Vermögensge- Sonstige genständen betriebliche Erträge Sonstige betriebliche Erträge,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4830,Sonstige betriebliche Erträge,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4832,Sonstige betriebliche Erträge von verbundenen Unternehmen,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4833,Andere Nebenerlöse,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4834,Sonstige Erträge betrieblich und regelmäßig 16 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4835,Sonstige Erträge betrieblich und regelmäßig,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4836,Sonstige Erträge betrieblich und regelmäßig 19 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4837,Sonstige Erträge betriebsfremd und regelmäßig,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4838,Erstattete Vorsteuer anderer Länder,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4839,Sonstige Erträge unregelmäßig,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4840,Erträge aus der Währungsum- rechnung,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4841,"Sonstige Erträge betrieblich und regelmäßig, steuerfrei § 4 Nr. 8 ff. UStG",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4842,"Sonstige betriebliche Erträge, steuerfrei z. B. § 4 Nr. 2 bis 7 UStG 4 GuV- Programm verbindun Betriebliche Erträge Posten2) Abschluss zweck4) 06 Erträge aus dem Abgang von Ge- Sonstige genständen des Umlaufvermö- betriebliche gens (außer Vorräte) § 3 Nr. 40 Erträge EStG bzw. § 8b Abs. 2 KStG9) 10 Erträge aus Zuschreibungen des Sachanlagevermögens 11 Erträge aus Zuschreibungen des immateriellen Anlagevermögens G K 12 Erträge aus Zuschreibungen des G K Finanzanlagevermögens 13 Erträge aus Zuschreibungen des G K Finanzanlagevermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 Satz 8 KStG9) 14 Erträge aus Zuschreibungen § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9) 15 Erträge aus Zuschreibungen des Umlaufvermögens (außer Vor- räte) Umsatzerlöse 16 Erträge aus Zuschreibungen des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 Satz 8 KStG9) 20 Erträge aus der Herabsetzung der Pauschalwertberichtigung auf Forderungen 23 Erträge aus der Herabsetzung der Einzelwertberichtigung auf Forderungen 25 Erträge aus abgeschriebenen Forderungen 27 Erträge aus der Auflösung einer steuerlichen Rücklage nach § 6b Abs. 3 EStG 28 Erträge aus der Auflösung einer steuerlichen Rücklage nach § 6b Abs. 10 EStG 29 Erträge aus der Auflösung der Rücklage für Ersatzbeschaffung, R 6.6 EStR 30 Erträge aus der Auflösung von Rückstellungen 32 Erträge aus der Herabsetzung von Verbindlichkeiten 35 Erträge aus der Auflösung sonstiger steuerlicher Rücklagen 37 Erträge aus der Auflösung steuerrechtlicher Sonderab- schreibungen 38 Erträge aus der Auflösung einer steuerlichen Rücklage nach § 4g EStG 40 Verrechnete sonstige Sachbezüge (keine Waren) 41 Sachbezüge 7 % USt (Waren) 42 44 45 Sachbezüge 19 % USt (Waren) 46 Verrechnete sonstige Sachbezüge 47 Verrechnete sonstige Sachbezüge aus Fahrzeug-Gestellung 19 % USt8) 48 Verrechnete sonstige Sachbezüge 19 % USt 49 Verrechnete sonstige Sachbezüge ohne Umsatzsteuer 5 GuV- Betriebliche Aufwendungen Posten2) V 5000-5348 Aufwendungen KU 5349 für Roh-, Hilfs- V 5350-5599 und Betriebs- V 5700-5859 KU 5860-5899 stoffe und für be zogene Waren V 5900-5906 KU 5907-5908 KU 5909 V 5910-5999 Material- und Stoffverbrauch",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4843,Erträge aus Bewertung Finanz- mittelfonds,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4844,Erlöse aus Verkäufen Sachanla- gevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchgewinn),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4845,Erlöse aus Verkäufen Sachanla- gevermögen 19 % USt (bei Buch- gewinn),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4847,Erträge aus der Währungsum- rechnung (nicht § 256a HGB),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4848,Erlöse aus Verkäufen Sachanla- gevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchgewinn),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4849,Erlöse aus Verkäufen Sachanla- gevermögen (bei Buchgewinn),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4850,Erlöse aus Verkäufen immaterieller Vermögensgegenstände (bei Buchgewinn),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4851,Erlöse aus Verkäufen Finanzanlagen (bei Buchgewinn) K 4852 Erlöse aus Verkäufen Finanzanlagen § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG (bei Buchgewinn)9),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4855,Anlagenabgänge Sachanlagen (Restbuchwert bei Buchgewinn),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4856,Anlagenabgänge immaterielle Vermögensgegenstände (Rest- buchwert bei Buchgewinn),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4857,Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchgewinn) K 4858 Anlagenabgänge Finanzanlagen § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG (Restbuchwert bei Buchgewinn)9),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4860,Grundstückserträge,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4861,"Erlöse aus Vermietung und Verpachtung, umsatzsteuerfrei § 4 Nr. 12 UStG",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4862,Erlöse aus Vermietung und Verpachtung 19 % USt,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4865,Erlöse aus Verkäufen von Wirt- schaftsgütern des Umlaufvermögens 19 % USt für § 4 Abs. 3 Satz 4 EStG,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4866,"Erlöse aus Verkäufen von Wirt- schaftsgütern des Umlaufvermö- gens, umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 Satz 4 EStG",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4867,"Erlöse aus Verkäufen von Wirt- schaftsgütern des Umlaufvermö- gens, umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 Satz 4 EStG, § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9)",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4869,Erlöse aus Verkäufen von Wirt- schaftsgütern des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG,Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4900,Erträge aus dem Abgang von Gegenständen des Anlagevermö- gens12) K 4901 Erträge aus der Veräußerung von Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG9),Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +4905,"Erträge aus dem Abgang von Gegenständen des Umlaufvermögens außer Vorräte Seite 15 4 Betriebliche Erträge Periodenfremde Erträge Versicherungsentschädigungen und Schadenersatzleistungen Erstattungen Aufwendungsaus- gleichsgesetz Investitionszuschüsse (steuer- pflichtig) Investitionszulagen (steuerfrei) Steuerfreie Erträge aus der Auflösung von steuerlichen Rücklagen Sonstige steuerfreie Betriebseinnahmen Erträge aus der Aktivierung unentgeltlich erworbener Vermögensgegenstände Kostenerstattungen, Rückvergütungen und Gutschriften für frühere Jahre Erträge aus Verwaltungskosten- umlagen",Erträge,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5000,"Aufwendungen für Roh-, Hilfs- -99 und Betriebsstoffe und für bezogene Waren",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5100,"Einkauf Roh-, Hilfs- und Betriebsstoffe",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5110,"Einkauf Roh-, Hilfs- und Betriebs- -19 stoffe 7 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5129,"Einkauf Roh-, Hilfs- und Betriebsstoffe ohne Vorsteuerabzug",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5130,"Einkauf Roh-, Hilfs- und Betriebs- -39 stoffe 19 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5160,"Einkauf Roh-, Hilfs- und Betriebs- stoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5162,"Einkauf Roh-, Hilfs- und Betriebs- -63 stoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5166,"Einkauf Roh-, Hilfs- und Betriebs- stoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 7 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5167,"Einkauf Roh-, Hilfs- und Betriebs- stoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 19 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5170,"Einkauf Roh-, Hilfs- und Betriebsstoffe 5,5 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5171,"Einkauf Roh-, Hilfs- und Betriebsstoffe 9,5 % / 9,0 % Vorsteuer8)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5175,"Einkauf Roh-, Hilfs- und Betriebsstoffe aus einem USt-Lager § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5176,"Einkauf Roh-, Hilfs- und Betriebsstoffe aus einem USt-Lager § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5189,"Erwerb Roh-, Hilfs- und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5190,Energiestoffe (Fertigung),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5191,Energiestoffe (Fertigung) 7 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5192,Energiestoffe (Fertigung) 19 % Vorsteuer 5 GuV- Betriebliche Aufwendungen Posten2),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5200,Wareneingang,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5300,Wareneingang 7 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5347,Wareneingang 7 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5348,Wareneingang 5 % Vorsteuer11),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5349,Wareneingang ohne Vorsteuerabzug,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5400,Wareneingang 19 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5418,Wareneingang 19 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5419,Wareneingang 16 % Vorsteuer11),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5420,Innergemeinschaftlicher Erwerb -24 7 % Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5425,Innergemeinschaftlicher Erwerb -29 19 % Vorsteuer und 19 % Um- satzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5430,Innergemeinschaftlicher Erwerb ohne Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5435,Innergemeinschaftlicher Erwerb ohne Vorsteuer und 19 % Um- satzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5440,Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifi- kationsnummer 19 % Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5505,"Wareneingang 5,5 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5540,"Wareneingang zum Durch- -49 schnittssatz nach § 24 UStG 9,5 % / 9,0 % Vorsteuer8)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5550,Steuerfreier innergemeinschaftlicher Erwerb,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5551,Wareneingang im Drittland steuerbar,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5552,Erwerb 1. Abnehmer innerhalb eines Dreiecksgeschäftes,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5553,Erwerb Waren als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Um- satzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5558,Wareneingang im anderen EU-Land steuerbar,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5559,Steuerfreie Einfuhren,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5560,"Waren aus einem Umsatzsteuer- lager, § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5565,"Waren aus einem Umsatzsteuer- lager, § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer Seite 17 ogramm- 5 bindung4) Betriebliche Aufwendungen chluss- eck4)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5566,"Aufwendungen -69 für Roh-, Hilf",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5600,Nicht abziehbare Vorsteuer und Betriebs- -09 stoffe und für,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5610,Nicht abziehbare Vorsteuer 7 % zogene Waren,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5660,Nicht abziehbare Vorsteuer 19 %,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5700,Nachlässe,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5701,"Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5710,Nachlässe 7 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5714,"Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5715,"Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5717,"Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemein- schaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5718,"Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemein- schaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5720,Nachlässe 19 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5724,Nachlässe aus innergemein- schaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5725,Nachlässe aus innergemein- schaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5730,Erhaltene Skonti,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5731,Erhaltene Skonti 7 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5732,Erhaltene Skonti 5 % Vorsteuer11),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5733,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5734,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5735,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 5 % Vor- steuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5736,Erhaltene Skonti 19 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5737,Erhaltene Skonti 16 % Vor- steuer11),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5738,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5739,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 16 % Vorsteuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5740,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steu- erpflichtigem innergemeinschaftlichem Erwerb 16 % Vorsteuer und 16 % Umsatzsteuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5741,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steu- erpflichtigem innergemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer 5 GuV- Betriebliche Aufwendungen Posten2)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5742,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steu- erpflichtigem innergemeinschaftlichem Erwerb 5 % Vorsteuer und 5 % Umsatzsteuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5743,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steu- erpflichtigem innergemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5744,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem innerge- meinschaftlichem Erwerb",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5745,Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5746,Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5747,Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 5 % Vorsteuer und 5 % Umsatzsteuer11),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5748,Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5749,Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 16 % Vorsteuer und 16 % Umsatzsteuer11),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5750,Erhaltene Boni 7 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5753,"Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5754,"Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5755,"Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5760,Erhaltene Boni 19 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5769,Erhaltene Boni,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5770,Erhaltene Rabatte,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5780,Erhaltene Rabatte 7 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5783,"Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5784,"Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5785,"Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5787,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 9,0 % Vorsteuer1)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5788,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 10,7 % Vorsteuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5789,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 9,5 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5790,Erhaltene Rabatte 19 % Vor- Aufwendungen -91 steuer für bezogene,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5792,"Erhaltene Skonti aus Erwerb Leistungen Roh-, Hilfs- und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5793,Erhaltene Skonti aus Erwerb Waren als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5794,"Erhaltene Skonti 5,5 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5795,"Erhaltene Skonti 9,0 % Vorsteuer1)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5796,"Erhaltene Skonti 10,7 % Vor- steuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5797,"Erhaltene Skonti 9,5 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5798,"Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 5,5 % Vorsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5800,Bezugsnebenkosten,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5820,Leergut,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5840,Zölle und Einfuhrabgaben,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5860,Verrechnete Stoffkosten (Gegenkonto 5000-99),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5880,"Bestandsveränderungen Roh-, Hilfs- und Betriebsstoffe sowie bezogene Waren",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5881,Bestandsveränderungen Waren,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5885,"Bestandsveränderungen Roh-, Hilfs- und Betriebsstoffe Aufwendungen für bezogene Leistungen",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5900,Fremdleistungen,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5906,Fremdleistungen 19 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5908,Fremdleistungen 7 % Vorsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5909,"Fremdleistungen ohne Vorsteuer Umsätze, für die als Leistungs- empfänger die Steuer nach § 13b UStG geschuldet wird",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5910,Bauleistungen eines im Inland ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5913,Sonstige Leistungen eines im anderen EU-Land ansässigen Unter- nehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5915,Leistungen eines im Ausland an- sässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5920,Bauleistungen eines im Inland an- -21 sässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5923,Sonstige Leistungen eines im anderen EU-Land ansässigen Unter- nehmers 19 % Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5925,Leistungen eines im Ausland an- -26 sässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer 5 GuV- Programm- verbindung4) riebliche Aufwendungen Posten2) B Abschluss- zweck4) Fremdleistungen (Miet- und Pachtzinsen bewegliche Wirt- schaftsgüter) Fremdleistungen (Miet- und Pachtzinsen unbewegliche Wirt- schaftsgüter) Fremdleistungen (Entgelte für Rechte und Lizenzen) Fremdleistungen (Vergütungen für die Überlassung von Wirt- 600 schaftsgütern - mit Sonderbe- Löhne und Gehälter 601 triebseinnahme korrespondie- 602 rend) 602 K 602 602 G 602 K 602 603 603 603 603 G 603 603 604 604 605 606 606 606 G 606 606 607 607 607 607 G 607 607 607 607 6 GuV- Betriebliche Aufwendungen Posten2),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5930,Bauleistungen eines im Inland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5933,Sonstige Leistungen eines im anderen EU-Land ansässigen Unter- nehmers ohne Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5935,Leistungen eines im Ausland an- sässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5940,Bauleistungen eines im Inland -41 ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5943,Sonstige Leistungen eines im anderen EU-Land ansässigen Unter- nehmers ohne Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5945,Leistungen eines im Ausland an- -46 sässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5950,"Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5951,"Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 19 % Vorsteuer und 19 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5952,"Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 16 % Vorsteuer und 16 % Umsatzsteuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5953,"Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer aber mit Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5954,"Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer, mit 19 % Umsatzsteuer",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5955,"Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer, mit 16 % Umsatzsteuer11)",Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5960,Leistungen nach § 13b UStG mit Vorsteuerabzug21),Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +5965,Leistungen nach § 13b UStG ohne Vorsteuerabzug21) Seite 19 6 e Aufwendungen 6250-6259 6280-6299 6300-6389 6450-6853 6855-6859 6884-6894 6895-6899 6930-6939 laufwand d Gehälter sführergehälter der ellschafter n Gesellschafter-Geührer sführergehälter gen an angestellte nehmer § 15 EStG derbetriebseinnahme ndierend) n Arbeitnehmer löhne r Minijobs e Steuer für Minijobber e Steuer für Gesellschaf- häftsführer e Steuer für angestellte nehmer § 15 EStG (mit triebseinnahme korres- nd) e Steuer für Arbeitnehe Steuer für Aushilfen gsgelder ngehalt ige soziale Aufwendun- nsteuerpflichtig ige Zuwendungen an er ige Zuwendungen an hafter-Geschäftsführer ige Zuwendungen an ane Mitunternehmer G (mit Sonderbetriebs- korrespondierend) e Steuer auf sonstige z. B. Fahrtkostenzu- eldzuschüsse ndungen und Diensten an Minijobber ndungen und Diensten an Arbeitnehmer ndungen und Diensten an Gesellschafter-Geührer ndungen und Diensten an angestellte Mitunr § 15 EStG (mit Son- ebseinnahme korrespone der Agenturen für Haben) ngen aus der Verände- Urlaubsrückstellungen ngen aus der Verände- Urlaubsrückstellungen llschafter-Geschäftsfüh- t.-Nr. 11175 2023-01-02 - 6 g4) Betriebliche Aufwendungen -,Materialaufwand,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6078,Aufwendungen aus der Verände- Abschreibungen rung von Urlaubsrückstellungen auf immaterielle für angestellte Mitunternehmer Vermögensge- § 15 EStG (mit Sonderbetriebs- genstände des einnahme korrespondierend) Anlagevermögens,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6079,Aufwendungen aus der Verände- und Sachanlagen rung von Urlaubsrückstellungen für Minijobber,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6080,Vermögenswirksame Leistungen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6090,Fahrtkostenerstattung Wohnung/ Arbeitsstätte,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6100,Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6110,Gesetzliche soziale Aufwendungen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6118,Gesetzliche soziale Aufwendungen für Mitunternehmer § 15 EStG (mit Sonderbetriebs- einnahme korrespondierend),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6120,Beiträge zur Berufsgenossenschaft,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6130,"Freiwillige soziale Aufwendun- gen, lohnsteuerfrei",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6140,Aufwendungen für Altersversorgung,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6147,Pauschale Steuer auf sonstige Bezüge (z. B. Direktversicherungen),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6148,Aufwendungen für Altersversorgung für Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6149,Aufwendungen für Altersversorgung für Gesellschafter-Ge- schäftsführer,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6150,Versorgungskassen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6160,Aufwendungen für Unterstützung,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6170,Sonstige soziale Abgaben,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6171,"Soziale Abgaben für Minijobber Abschreibungen auf immateri- Abschreibungen elle Vermögensgegenstände auf Vermögensdes Anlagevermögens und gegenstände des Sachanlagen Umlaufvermö- gens, soweit diese",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6200,Abschreibungen auf immaterielle Vermögensgegenstände die in der Kapital- gesellschaft übli-,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6201,Abschreibungen auf selbst geschaffene immaterielle chen Abschreibungen über- Vermögensgegenstände schreiten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6205,Abschreibungen auf den Geschäfts- oder Firmenwert,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6209,Außerplanmäßige Abschreibungen auf den Geschäfts- oder Firmenwert,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6210,Außerplanmäßige Abschreibungen auf immaterielle Vermö- gensgegenstände,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6211,Außerplanmäßige Abschreibungen auf selbst geschaffene imma- terielle Vermögensgegenstände,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6220,Abschreibungen auf Sachanlagen (ohne AfA auf Fahrzeuge und Gebäude)8),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6221,Abschreibungen auf Gebäude,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6222,Abschreibungen auf Fahrzeuge8),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6223,Abschreibungen auf Gebäudeteil des häuslichen Arbeitszimmers,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6230,Außerplanmäßige Abschreibungen auf Sachanlagen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6231,"Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Gebäude 6 GuV- Programm- verbindung4 riebliche Aufwendungen Posten2) Abschluss- zweck4) Sonstige betriebliche Aufwen- Sonstige G K dungen betriebliche Sonstige betriebliche Aufwen- Aufwendungen G K dungen Interimskonto für Aufwendungen in einem anderen Land, bei denen eine Vorsteuervergütung G K möglich ist Fremdleistungen/Fremdarbeiten Sonstige Aufwendungen betrieblich und regelmäßig Raumkosten G K Miete (unbewegliche Wirt- schaftsgüter) Miete/Aufwendungen für doppelte Haushaltsführung Unternehmer Vergütungen an Gesellschafter für die miet- oder pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter Vergütungen an Mitunternehmer für die mietweise Überlassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbe- triebseinnahme korrespondie- rend) G K Pacht (unbewegliche Wirtschafts- güter) Leasing (unbewegliche Wirt- schaftsgüter) Aufwendungen für gemietete oder gepachtete unbewegliche Wirtschaftsgüter, die gewerbe- steuerlich hinzuzurechnen sind Miet- und Pachtnebenkosten, die gewerbesteuerlich nicht hinzuzu- rechnen sind Vergütungen an Mitunternehmer für die pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbe- triebseinnahme korrespondie- rend) Heizung Gas, Strom, Wasser Reinigung Instandhaltung betrieblicher G K Räume Abgaben für betrieblich genutzten Grundbesitz Sonstige Raumkosten Aufwendungen für ein häusliches Arbeitszimmer (abziehbarer Anteil) Aufwendungen für ein häusliches Arbeitszimmer (nicht abziehbarer G K Anteil) G K Grundstücksaufwendungen, G K betrieblich Sonstige Grundstücksaufwendungen (neutral) Zuwendungen, Spenden, steuerlich nicht abziehbar Zuwendungen, Spenden für wissenschaftliche und kulturelle Zwecke Zuwendungen, Spenden für mildtätige Zwecke Zuwendungen, Spenden für kirchliche, religiöse und gemein- nützige Zwecke 6 GuV- Prog verbi Betriebliche Aufwendungen Posten2) Absch zwec",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6232,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Fahrzeuge8),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6233,Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6240,Abschreibungen auf Sachanlagen auf Grund steuerlicher Sonder- vorschriften,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6241,Sonderabschreibungen nach § 7g Abs. 5 EStG (ohne Fahrzeuge)8),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6242,Sonderabschreibungen nach § 7g Abs. 5 EStG (für Fahrzeuge)8),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6243,Kürzung der Anschaffungs- oder Herstellungskosten nach § 7g Abs. 2 EStG (ohne Fahrzeuge)8),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6244,Kürzung der Anschaffungs- oder Herstellungskosten nach § 7g Abs. 2 EStG (für Fahrzeuge)8),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6245,Sonderabschreibungen nach § 7b EStG (Mietwohnungsneubau),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6249,Abzugsbetrag nach § 6b EStG,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6250,Kaufleasing,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6260,Sofortabschreibungen gering- wertiger Wirtschaftsgüter,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6262,"Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6264,Abschreibungen auf den Sam- melposten Wirtschaftsgüter,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6266,"Außerplanmäßige Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter Abschreibungen auf Vermö- gensgegenstände des Umlauf- vermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen über- schreiten",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6270,Abschreibungen auf sonstige Ver- mögensgegenstände des Umlauf- vermögens (soweit unüblich hoch),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6272,"Abschreibungen auf Umlaufver- mögen, steuerrechtlich bedingt (soweit unüblich hoch)",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6278,"Abschreibungen auf Roh-, Hilfs- und Betriebsstoffe/Waren (soweit unüblich hoch)",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6279,Abschreibungen auf fertige und unfertige Erzeugnisse (soweit unüblich hoch),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6280,Forderungsverluste (soweit unüblich hoch),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6281,Forderungsverluste 7 % USt (soweit unüblich hoch),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6286,Forderungsverluste 19 % USt (soweit unüblich hoch),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6290,"Abschreibungen auf Forderungen gegenüber Kapitalgesell- schaften, an denen eine Beteiligung besteht (soweit unüblich hoch), § 3c EStG bzw. § 8b Abs. 3 KStG K 6291 Abschreibungen auf Forderungen gegenüber Gesellschaftern und nahe stehenden Personen (soweit unüblich hoch), § 8b Abs. 3 KStG Seite 21 6 iebliche Aufwendungen uwendungen, Spenden an olitische Parteien uwendungen, Spenden in das u erhaltende Vermögen (Ver- ögensstock) einer Stiftung für emeinnützige Zwecke uwendungen, Spenden in das u erhaltende Vermögen (Ver- ögensstock) einer Stiftung für irchliche, religiöse und gemeinützige Zwecke uwendungen, Spenden an Stifungen in das zu erhaltende Verögen (Vermögensstock) für issenschaftliche, mildtätige, ulturelle Zwecke ersicherungen ersicherungen für Gebäude etto-Prämie für Rückdeckung ünftiger Versorgungsleistungen eiträge onstige Abgaben teuerlich abzugsfähige Verspä- ungszuschläge und Zwangsgeler teuerlich nicht abzugsfähige erspätungszuschläge und wangsgelder usgleichsabgabe nach dem chwerbehindertengesetz eparaturen und Instandhaltung on Bauten eparaturen und Instandhaltung on technischen Anlagen und aschinen eparaturen und Instandhaltung on anderen Anlagen und Be- riebs- und Geschäftsausstattung uführung zu Aufwandsrückstelungen eparaturen und Instandhaltung on anderen Anlagen onstige Reparaturen und In- tandhaltung artungskosten für Hard- und oftware ietleasing bewegliche Wirt- chaftsgüter für technische nlagen und Maschinen ahrzeugkosten18) ahrzeug-Versicherungen8) aufende Fahrzeug-Betriebskos- en8) ahrzeug-Reparaturen8) aragenmiete ietleasing Kfz ietleasingaufwendungen für lektrofahrzeuge und Fahrräder, ie gewerbesteuerlich hinzuzuechnen sind8) onstige Fahrzeugkosten8) autgebühren osten für betrieblich genutzte um Privatvermögen gehörende ahrzeuge8) remdfahrzeugkosten erbekosten treuartikel",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6610,Geschenke abzugsfähig ohne Sonstige § 37b EStG betriebliche,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6611,Geschenke abzugsfähig mit Aufwendungen § 37b EStG,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6612,Pauschale Steuer für Geschenke und Zuwendungen abzugsfähig,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6620,Geschenke nicht abzugsfähig ohne § 37b EStG,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6621,Geschenke nicht abzugsfähig mit § 37b EStG,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6622,Pauschale Steuer für Geschenke und Zuwendungen nicht abzugsfähig,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6625,Geschenke ausschließlich betrieblich genutzt,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6629,Zugaben mit § 37b EStG,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6630,Repräsentationskosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6640,Bewirtungskosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6641,Sonstige eingeschränkt abziehbare Betriebsausgaben (abziehbarer Anteil),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6642,Sonstige eingeschränkt abziehbare Betriebsausgaben (nicht abziehbarer Anteil),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6643,Aufmerksamkeiten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6644,Nicht abzugsfähige Bewirtungskosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6645,Nicht abzugsfähige Betriebsausgaben aus Werbe- und Reprä- sentationskosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6650,Reisekosten Arbeitnehmer,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6660,Reisekosten Arbeitnehmer Übernachtungsaufwand,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6663,Reisekosten Arbeitnehmer Fahrtkosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6664,Reisekosten Arbeitnehmer Verpflegungsmehraufwand,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6668,Kilometergelderstattung Arbeitnehmer,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6670,Reisekosten Unternehmer18),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6672,Reisekosten Unternehmer (nicht abziehbarer Anteil),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6673,Reisekosten Unternehmer Fahrtkosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6674,Reisekosten Unternehmer Verpflegungsmehraufwand,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6680,Reisekosten Unternehmer Über- Sonstige nachtungsaufwand und Reisene- betriebliche benkosten Aufwendungen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6688,Fahrten zwischen Wohnung und Betriebsstätte und Familienheim- fahrten (abziehbarer Anteil),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6689,Fahrten zwischen Wohnung und Betriebsstätte und Familienheim- fahrten (nicht abziehbarer Anteil),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6690,Fahrten zwischen Wohnung und Betriebsstätte und Familienheim- fahrten (Haben),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6691,Verpflegungsmehraufwendungen im Rahmen der doppelten Haushaltsführung Unternehmer,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6700,Kosten der Warenabgabe,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6710,Verpackungsmaterial,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6740,Ausgangsfrachten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6760,Transportversicherungen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6770,Verkaufsprovisionen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6780,Fremdarbeiten (Vertrieb),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6790,"Aufwand für Gewährleistung 6 GuV- Programm verbindun Betriebliche Aufwendungen Posten2) Abschluss zweck4) 83 Aufwendungen aus Bewertung Sonstige SB Finanzmittelfonds betriebliche 84 Erlöse aus Verkäufen Sachanla- Aufwendungen SB gevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchverlust) SB 85 Erlöse aus Verkäufen Sachanla- gevermögen 19 % USt (bei Buchverlust) SB 86 87 88 Erlöse aus Verkäufen Sachanla- gevermögen steuerfrei U § 4 Nr. 1b UStG (bei Buchverlust) 89 Erlöse aus Verkäufen Sachanla- U gevermögen (bei Buchverlust) 90 Erlöse aus Verkäufen immaterieller Vermögensgegenstände U (bei Buchverlust) 91 Erlöse aus Verkäufen Finanzanlagen (bei Buchverlust) 92 Erlöse aus Verkäufen Finanzanlagen § 3 Nr. 40 EStG bzw. § 8b U Abs. 3 KStG (bei Buchverlust)9) 95 Anlagenabgänge Sachanlagen (Restbuchwert bei Buchverlust) U 96 Anlagenabgänge immaterielle Vermögensgegenstände (Rest- buchwert bei Buchverlust) 97 Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchverlust) 98 Anlagenabgänge Finanzanlagen § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG (Restbuchwert G K bei Buchverlust)9) 00 Verluste aus dem Abgang von Gegenständen des Anlagevermö- gens12) 03 Verluste aus der Veräußerung von Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG9) 05 Verluste aus dem Abgang von Gegenständen des Umlaufvermögens außer Vorräte 06 Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG9) 07 Abgang von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG 08 Abgang von Wirtschaftsgütern des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG nach § 4 Abs. 3 Satz 4 EStG9) 10 Abschreibungen auf Umlaufvermögen außer Vorräte und Wert- papiere des Umlaufvermögens (übliche Höhe) 12 Abschreibungen auf Umlaufvermögen außer Vorräte und Wert- papiere des Umlaufvermögens, steuerrechtlich bedingt (übliche Höhe) 18 Aufwendungen aus dem Erwerb eigener Anteile 20 Einstellung in die Pauschalwert- berichtigung auf Forderungen 22 Einstellungen in die steuerliche Rücklage nach § 6b Abs. 3 EStG 23 Einstellung in die Einzelwertbe- richtigung auf Forderungen 7 GuVeitere Erträge und Aufwendungen Posten2) KU 7685-7689 KU 7705 KU 7725 KU 7751 Sonstige Zinsen KU 7781 V 7800-7899 und ähnliche Erträge Erträge aus Beteiligungen",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6800,Porto,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6805,Telefon,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6810,Telefax und Internetkosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6815,Bürobedarf,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6820,"Zeitschriften, Bücher (Fachlitera- tur)",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6821,Fortbildungskosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6822,Freiwillige Sozialleistungen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6823,Vergütungen an Mitunternehmer § 15 EStG (mit Sonderbetriebs- einnahme korrespondierend),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6824,Haftungsvergütung an Mitunternehmer § 15 EStG (mit Sonderbe- triebseinnahme korrespondie- rend),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6825,Rechts- und Beratungskosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6827,Abschluss- und Prüfungskosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6830,Buchführungskosten,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6833,Vergütungen an Gesellschafter für die miet- oder pachtweise Überlassung ihrer beweglichen Wirtschaftsgüter,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6834,Vergütungen an Mitunternehmer für die miet- oder pachtweise Überlassung ihrer beweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbetriebseinnahme korrespondierend),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6835,Mieten für Einrichtungen (bewegliche Wirtschaftsgüter),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6836,Pacht (bewegliche Wirtschaftsgüter),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6837,"Aufwendungen für die zeitlich befristete Überlassung von Rechten (Lizenzen, Konzessionen)",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6838,"Aufwendungen für gemietete oder gepachtete bewegliche Wirtschaftsgüter, die gewerbe- steuerlich hinzuzurechnen sind",Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6840,Mietleasing bewegliche Wirt- schaftsgüter für Betriebs- und Geschäftsausstattung,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6845,Werkzeuge und Kleingeräte,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6850,Sonstiger Betriebsbedarf,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6854,Genossenschaftliche Rückvergütung an Mitglieder,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6855,Nebenkosten des Geldverkehrs,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6856,Aufwendungen aus Anteilen an Kapitalgesellschaften §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 und 4 KStG9)16),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6857,Veräußerungskosten § 3 Nr. 40 EStG bzw. § 8b Abs. 2 KStG (bei Veräußerungsgewinn),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6858,Veräußerungskosten § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG (bei Veräußerungsverlust),Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6859,Aufwendungen für Abraum- und Abfallbeseitigung,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6860,Nicht abziehbare Vorsteuer,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6865,Nicht abziehbare Vorsteuer 7 %,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6871,Nicht abziehbare Vorsteuer 19 %,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6875,Nicht abziehbare Hälfte der Aufsichtsratsvergütungen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6876,Abziehbare Aufsichtsratsvergütungen,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6879,Verwahrentgelt,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6880,Aufwendungen aus der Währungsumrechnung,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +6881,Aufwendungen aus der Währungsumrechnung (nicht § 256a HGB) Seite 23 6 Betriebliche Aufwendungen 924 Einstellungen in die steuerliche Rücklage nach § 6b Abs. 10 EStG 927 Einstellungen in sonstige steuerliche Rücklagen 928 Einstellungen in die Rücklage für Ersatzbeschaffung nach R 6.6 EStR 929 Einstellungen in die steuerliche Rücklage nach § 4g EStG 930 Forderungsverluste (übliche Höhe) 931 Forderungsverluste 7 % USt (übliche Höhe) 932 Forderungsverluste aus steuerfreien EU-Lieferungen (übliche Höhe) 933 Forderungsverluste aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt (übliche Höhe) 934,Personalaufwand/sonstige Aufwendungen,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7000,Erträge aus Beteiligungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7002,Erträge aus typisch stillen Beteiligungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7003,Erträge aus atypisch stillen Betei- ligungen23),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7004,"Erträge aus Beteiligungen an Per- sonengesellschaften (verbundene Unternehmen), § 9 GewStG bzw. § 18 EStG23)",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7005,Erträge aus Anteilen an Kapital- gesellschaften (Beteiligung) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7006,Erträge aus Anteilen an Kapital- gesellschaften (verbundene Un- ternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7008,"Gewinnanteile aus gewerblichen und selbständigen Mitunterneh- merschaften, § 9 GewStG bzw. § 18 EStG23)",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7009,Erträge aus Beteiligungen an verbundenen Unternehmen Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7010,Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7011,Erträge aus Ausleihungen des Finanzanlagevermögens,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7012,Erträge aus Ausleihungen des Finanzanlagevermögens an verbundenen Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7013,Erträge aus Anteilen an Perso- nengesellschaften (Finanzanlage- vermögen) Sonstige Zinsen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7014,Erträge aus Anteilen an Kapital- und ähnliche gesellschaften (Finanzanlagever- Erträge oder mögen) § 3 Nr. 40 EStG bzw. Zinsen und ähnli- § 8b Abs. 1 und 4 KStG9) che Aufwendun-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7015,Erträge aus Anteilen an Kapitalgen gesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7016,Erträge aus Anteilen an Perso- nengesellschaften (verbundene Unternehmen),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7017,Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Kapitalgesellschaften (verbun- Erträge aus Verdene Unternehmen),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7018,Erträge aus anderen Wertpapie- lustübernahme ren des Finanzanlagevermögens an Personengesellschaften Auf Grund einer (verbundene Unternehmen) Gewinngemein-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7019,"Erträge aus anderen Wertpapie- schaft, eines Geren und Ausleihungen des winn- oder Teil- Finanzanlagevermögens aus gewinnabfüh- verbundenen Unternehmen rungsvertrags er-",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7020,Zins- und Dividendenerträge haltene Gewinne,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7030,Erhaltene Ausgleichszahlungen (als außenstehender Aktionär) 7 GuV- Weitere Erträge und Aufwendungen Posten2) Abschreibungen auf Finanzan- Zinsen und ähnlilagen und auf Wertpapiere des che Aufwendun- Umlaufvermögens gen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7100,Sonstige Zinsen und ähnliche Erträge,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7103,Erträge aus Anteilen an Kapital- gesellschaften (Umlaufvermögen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 und 4 KStG9),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7104,Erträge aus Anteilen an Kapital- gesellschaften (verbundene Un- ternehmen) § 3 Nr. 40 EStG bzw. § 8b Abs. 1 KStG9),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7105,"Zinserträge § 233a AO, steuer- pflichtig K 7106 Zinserträge § 233a AO, steuerfrei (Anlage GK KSt)",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7107,"Zinserträge § 233a AO und § 4 Abs. 5b EStG, steuerfrei",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7109,Sonstige Zinsen und ähnliche Erträge aus verbundenen Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7110,Sonstige Zinserträge,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7115,Erträge aus anderen Wertpapieren und Ausleihungen des Um- laufvermögens,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7119,Sonstige Zinserträge aus verbundenen Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7120,Zinsähnliche Erträge,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7129,Zinsähnliche Erträge aus verbundenen Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7130,Diskonterträge,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7139,Diskonterträge aus verbundenen Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7140,Steuerfreie Zinserträge aus der Abzinsung von Rückstellungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7141,Zinserträge aus der Abzinsung von Verbindlichkeiten,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7142,Zinserträge aus der Abzinsung von Rückstellungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7143,Zinserträge aus der Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Ver- pflichtungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7144,Zinserträge aus der Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Ver- pflichtungen zur Verrechnung nach § 246 Abs. 2 HGB,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7145,"Erträge aus Vermögensgegen- ständen zur Verrechnung nach § 246 Abs. 2 HGB Erträge aus Verlustübernahme und auf Grund einer Gewinn- gemeinschaft, eines Gewinn- oder Teilgewinnabführungs- vertrags erhaltene Gewinne K 7190 Erträge aus Verlustübernahme",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7192,Erhaltene Gewinne auf Grund einer Gewinngemeinschaft,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7194,Erhaltene Gewinne auf Grund eines Gewinn- oder Teilgewinn- abführungsvertrags Seite 25 7 4) Weitere Erträge und Aufwendungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7200,Abschreibungen auf Finanzanlagen (dauerhaft),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7201,Abschreibungen auf Finanzanlagen (nicht dauerhaft),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7204,Abschreibungen auf Finanzanlagen § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG (dauerhaft)9),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7207,Abschreibungen auf Finanzanlagen - verbundene Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7208,"Aufwendungen auf Grund von Verlustanteilen an gewerblichen und selbständigen Mitunterneh- merschaften, § 8 GewStG bzw. § 18 EStG23)",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7210,Abschreibungen auf Wertpapiere des Umlaufvermögens,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7214,Abschreibungen auf Wertpapiere des Umlaufvermögens § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG9),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7217,Abschreibungen auf Wertpapiere des Umlaufvermögens - verbundene Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7250,Abschreibungen auf Finanzanlagen auf Grund § 6b EStG-Rücklage,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7255,"Abschreibungen auf Finanzanlagen auf Grund § 6b EStG-Rück- lage, § 3 Nr. 40 EStG bzw. § 8b Abs. 3 KStG9) Zinsen und ähnliche Aufwendungen",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7300,Zinsen und ähnliche Aufwendungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7302,Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern § 4 Abs. 5b EStG,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7303,Steuerlich abzugsfähige andere Nebenleistungen zu Steuern,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7304,Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7305,Zinsaufwendungen § 233a AO abzugsfähig,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7306,Zinsaufwendungen §§ 234 bis 237 AO nicht abzugsfähig,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7308,Zinsaufwendungen § 233a AO nicht abzugsfähig Zinsen und ähnli-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7309,Zinsaufwendungen an verbunche Aufwendundene Unternehmen gen oder,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7310,Zinsaufwendungen für kurzfris- sonstige Zinsen tige Verbindlichkeiten und ähnliche Er-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7311,Zinsaufwendungen §§ 234 bis träge 237 AO abzugsfähig,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7313,Nicht abzugsfähige Schuldzinsen nach § 4 Abs. 4a EStG (Hinzu- rechnungsbetrag) Zinsen und ähnli-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7316,Zinsen für Gesellschafterdarlehen che Aufwendun-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7317,"Zinsen an Gesellschafter mit gen einer Beteiligung von mehr als 25 % bzw. diesen nahe stehende Personen 7 GuVv Weitere Erträge und Aufwendungen Posten2) A Aufwendungen aus Verlust- übernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilge- Sonstige betrieb- winnabführungsvertrags liche Aufwendun- abgeführte Gewinne gen",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7318,Zinsen auf Kontokorrentkonten,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7319,Zinsaufwendungen für kurzfristige Verbindlichkeiten an verbundene Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7320,Zinsaufwendungen für langfristige Verbindlichkeiten,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7323,Abschreibungen auf ein Agio oder Disagio/Damnum zur Finan- zierung,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7324,Abschreibungen auf ein Agio oder Disagio/Damnum zur Finan- zierung des Anlagevermögens,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7325,"Zinsaufwendungen für Gebäude, die zum Betriebsvermögen gehören",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7326,Zinsen zur Finanzierung des Anlagevermögens,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7327,Renten und dauernde Lasten,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7328,Zinsaufwendungen für Kapital- überlassung durch Mitunternehmer § 15 EStG (mit Sonderbe- triebseinnahme korrespondie- rend),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7329,Zinsaufwendungen für langfristige Verbindlichkeiten an verbundene Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7330,Zinsähnliche Aufwendungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7339,Zinsähnliche Aufwendungen an verbundene Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7340,Diskontaufwendungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7349,Diskontaufwendungen an ver- bundene Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7350,Zinsen und ähnliche Aufwendungen §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 und 4 KStG9)16),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7351,Zinsen und ähnliche Aufwendungen an verbundene Unternehmen §§ 3 Nr. 40 und 3c EStG bzw. § 8b Abs. 1 KStG9)16),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7355,Kreditprovisionen und Verwal- tungskostenbeiträge,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7360,Zinsanteil der Zuführungen zu Pensionsrückstellungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7361,Zinsaufwendungen aus der Ab- zinsung von Verbindlichkeiten,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7362,Zinsaufwendungen aus der Ab- zinsung von Rückstellungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7363,Zinsaufwendungen aus der Ab- zinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7364,Zinsaufwendungen aus der Ab- zinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2 HGB,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7365,Aufwendungen aus Vermögens- gegenständen zur Verrechnung nach § 246 Abs. 2 HGB,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7366,Steuerlich nicht abzugsfähige Zinsaufwendungen aus der Abzinsung von Rückstellungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7390,Aufwendungen aus Verlustübernahme,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7392,Abgeführte Gewinne auf Grund einer Gewinngemeinschaft,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7394,Abgeführte Gewinne auf Grund eines Gewinn- oder Teilgewinn- abführungsvertrags,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7398,Abgeführte Gewinnanteile (Soll) / ausgeglichene Verlustanteile (Haben) bei atypisch stiller Beteiligung,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7399,Abgeführte Gewinnanteile (Soll) / ausgeglichene Verlustanteile (Haben) bei typisch stiller Beteiligung § 8 GewStG Sonstige betriebliche Erträge Steuern vom,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7451,Erträge durch Verschmelzung und Umwandlung,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7454,Gewinn aus der Veräußerung oder der Aufgabe von Geschäfts- aktivitäten nach Steuern11) Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7460,Erträge aus der Anwendung von Übergangsvorschriften,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7464,Erträge aus der Anwendung von Übergangsvorschriften (latente Steuern) 7 GuV- Weitere Erträge und Aufwendungen Posten2) Sonstige Steuern Einstellung in die Kapitalrücklage,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7551,Verluste durch Verschmelzung und Umwandlung,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7552,Verluste durch außergewöhnliche Schadensfälle (nur Bilanzierer)11),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7553,Aufwendungen für Restrukturie- rungs- und Sanierungsmaßnahmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7554,Verluste aus der Veräußerung oder der Aufgabe von Geschäfts- aktivitäten nach Steuern11) Aufwendungen aus der An- wendung von Übergangsvor- schriften i. S. d. BilMoG,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7560,Aufwendungen aus der Anwendung von Übergangsvorschriften,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7561,Aufwendungen aus der Anwendung von Übergangsvorschriften (Pensionsrückstellungen),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7563,Aufwendungen aus der Anwendung von Übergangsvorschriften (Latente Steuern) Steuern vom Einkommen und Ertrag,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7600,Körperschaftsteuer,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7603,Körperschaftsteuer für Vorjahre,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7604,Körperschaftsteuererstattungen für Vorjahre,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7607,Solidaritätszuschlagerstattungen für Vorjahre,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7608,Solidaritätszuschlag,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7609,Solidaritätszuschlag für Vorjahre,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7610,Gewerbesteuer,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7630,Kapitalertragsteuer 25 %,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7633,Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 25 %,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7638,Ausländische Steuer auf im Inland steuerfreie DBA-Einkünfte,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7639,Anrechnung/Abzug ausländischer Quellensteuer,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7641,Gewerbesteuernachzahlungen und Gewerbesteuererstattungen für Vorjahre nach § 4 Abs. 5b EStG,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7643,Erträge aus der Auflösung von Gewerbesteuerrückstellungen nach § 4 Abs. 5b EStG,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7645,Aufwendungen aus der Zuführung und Auflösung von latenten Steuern,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7646,Aufwendungen aus der Zuführung zu Steuerrückstellungen für Steuerstundung (BStBK),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7648,Erträge aus der Auflösung von Steuerrückstellungen für Steuer- stundung (BStBK),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7649,Erträge aus der Zuführung und Auflösung von latenten Steuern Seite 27 7 4) Weitere Erträge und Aufwendungen -,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7650,Sonstige Betriebssteuern,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7675,Verbrauchsteuer nach den Vor- schriften über die (sonstige Steuern),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7678,Ökosteuer vereinfachte Kapi-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7680,Grundsteuer talherabsetzung,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7685,Kfz-Steuer,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7690,Steuernachzahlungen Vorjahre für sonstige Steuern,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7692,Steuererstattungen Vorjahre für Einstellungen in sonstige Steuern Gewinnrücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7694,Erträge aus der Auflösung von in die gesetzliche Rückstellungen für sonstige Rücklage Steuern,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7700,Gewinnvortrag nach Verwen- Einstellungen in dung Gewinnrücklagen in die Rücklage für Anteile an ei-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7705,Gewinnvortrag nach Verwendung nem herrschen- (mit Aufteilung für Kapitalkonden oder mehr- tenentwicklung) heitlich beteiligten Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7720,Verlustvortrag nach Verwendung Einstellungen in Gewinnrücklagen in satzungsmä-,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7725,Verlustvortrag nach Verwendung ßige Rücklagen (mit Aufteilung für Kapitalkon- tenentwicklung) Einstellungen in Gewinnrücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7730,Entnahmen aus der Kapital- rücklage in andere Ge- winnrücklagen Entnahmen aus Gewinnrücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7735,Entnahmen aus der gesetzlichen Rücklage,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7740,Entnahmen aus dem Aus- gleichsposten für aktivierte eigene Anteile,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7743,Entnahmen aus der Rücklage für Anteile an einem herr- Ausschüttung schenden oder mehrheitlich beteiligten Unternehmen Sonstige betriebliche Aufwendungen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7744,Entnahmen aus anderen Ergebnisrücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7745,Entnahmen aus satzungsmäßigen Rücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7750,Entnahmen aus anderen GuV- Gewinnrücklagen Posten2) Sonstige,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7751,Entnahmen aus gesamthände- betriebliche risch gebundenen Rücklagen (mit Aufteilung für Kapitalkon- Aufwendungen tenentwicklung),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7755,"Erträge aus Kapitalherabsetzung 9 Bilanz- Program verbindu ortrags-, Kapital-, Korrektur- und Posten2) Abschlus statistische Konten zweck4) KU 9000-9998 Vortragskonten",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7760,Einstellungen in die Kapital- rücklage nach den Vorschriften über die vereinfachte Kapital- herabsetzung Einstellungen in Gewinnrücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7765,Einstellungen in die gesetzliche Rücklage,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7770,Einstellungen in den Aus- gleichsposten für aktivierte eigene Anteile,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7773,Einstellungen in die Rücklage für Anteile an einem herr- schenden oder mehrheitlich beteiligten Unternehmen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7775,Einstellungen in satzungsmäßige Rücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7780,Einstellungen in andere Gewinnrücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7781,Einstellungen in gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapitalkon- tenentwicklung),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7785,Einstellungen in andere Ergebnisrücklagen,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7788,Änderung steuerlicher Aus- gleichsposten (Körperschaften)8),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7789,"Änderung steuerlicher Aus- gleichsposten (Personengesell- schaften, Einzelunternehmen)8)",Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7790,Vorabausschüttung,Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7800,(zur freien Verfügung),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +7900,(reserviertes Konto) 8 4),Finanzergebnis/Steuern,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +8000,Zur freien Verfügung,frei,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9000,"Saldenvorträge, Sachkonten",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9001,"Saldenvorträge, Sachkonten",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9008,"Saldenvorträge, Debitoren",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9009,"Saldenvorträge, Kreditoren",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9050,Offene Posten aus 2020,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9051,Offene Posten aus 2021,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9052,Offene Posten aus 2022,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9053,Offene Posten aus 20231),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9070,Offene Posten aus 2000,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9071,Offene Posten aus 2001,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9072,Offene Posten aus 2002,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9073,Offene Posten aus 2003,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9074,Offene Posten aus 2004,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9075,Offene Posten aus 2005,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9076,Offene Posten aus 2006,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9077,Offene Posten aus 2007,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9078,Offene Posten aus 2008,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9079,Offene Posten aus 2009,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9080,Offene Posten aus 2010,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9081,Offene Posten aus 2011,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9082,Offene Posten aus 2012,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9083,Offene Posten aus 2013,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9084,Offene Posten aus 2014,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9085,Offene Posten aus 2015,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9086,Offene Posten aus 2016,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9087,Offene Posten aus 2017,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9088,Offene Posten aus 2018,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9089,Offene Posten aus 2019,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9090,Summenvortragskonto,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9101,Verkaufstage,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9102,Anzahl der Barkunden,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9103,Beschäftigte Personen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9104,Unbezahlte Personen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9105,Verkaufskräfte,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9106,Geschäftsraum qm,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9107,Verkaufsraum qm,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9116,Anzahl Rechnungen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9117,Anzahl Kreditkunden monatlich,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9118,Anzahl Kreditkunden aufgelaufen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9120,Erweiterungsinvestitionen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9130,7),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9135,Auftragseingang im Geschäftsjahr,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9140,Auftragsbestand Variables Kapital Teilhafter,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9141,Variables Kapital TH,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9142,Variables Kapital - Anteil Teilhafter Sammelposten anrechenbare Privatsteuern,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9143,Privatsteuern Kapitalertragsteuer (Sammelposten),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9144,Privatsteuern Solidaritätszuschlag (Sammelposten),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9145,"Privatsteuern Kirchensteuer (Sammelposten) 9 Bilanz- Programm- verbindung4) -, Kapital-, Korrektur- und Posten2) Abschluss- tatistische Konten zweck4) Umbuchungen auf andere Kapitalkonten: Vollhafter estkapital - Umbuchungen VH ariables Kapital Gezeichnetes HB Umbuchungen VH Kapital in DM erlust-/Vortragskonto Umbuchungen VH apitalkonto III HB Umbuchungen VH usstehende Einlagen auf das omplementär-Kapital, nicht ein- efordert - Umbuchungen VH errechnungskonto für Einzah- ungsverpflichtungen Umbuchungen VH Umbuchungen auf andere Kapitalkonten: Teilhafter ommandit-Kapital Umbuchungen TH ariables Kapital Umbuchungen TH erlustausgleichskonto Umbuchungen TH apitalkonto III Umbuchungen TH usstehende Einlagen auf das ommandit-Kapital, nicht eingeordert - Umbuchungen TH errechnungskonto für Einzah- ungsverpflichtungen Umbuchungen TH SB Anrechenbare Privatsteuern Teilhafter, Fremdkapital SB rivatsteuern apitalertragsteuer (TH), FK rivatsteuern olidaritätszuschlag (TH), FK rivatsteuern irchensteuer (TH), FK errechnungskonto für Umbuhungen zwischen Gesellschaf- er-Eigenkapitalkonten Gegenkonten zu Statistischen Konten für Betriebswirtschaftliche Auswertungen egenkonto für statistische Men- eneinheiten Konten 9101-9107 nd Konten 9116-9118 egenkonto zu Konten 9120, 135-9140 Statistische Konten für die Kennzahlen der Bilanz eschäftigte Personen ) Statistische Konten für die Kennzahlen der Bilanz egenkonto zu 9200 roduktive Löhne egenkonto zu 9210 9 Bilanz- Programm- verbindung4 ortrags-, Kapital-, Korrektur- und Posten2) Abschluss- statistische Konten zweck4)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9274,"Verbindlichkeiten aus Bürgschaf- ten, Wechsel- und Scheckbürg- schaften gegenüber verbunde- nen/assoziierten Unternehmen",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9275,Verbindlichkeiten aus Gewähr- leistungsverträgen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9276,Verbindlichkeiten aus Gewähr- leistungsverträgen gegenüber verbundenen/assoziierten Unternehmen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9277,Haftung aus der Bestellung von Sicherheiten für fremde Verbind- lichkeiten,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9278,Haftung aus der Bestellung von Sicherheiten für fremde Verbind- lichkeiten gegenüber verbunde- nen/assoziierten Unternehmen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9279,Verpflichtungen aus Treuhand- vermögen Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9280,Gegenkonto zu 9281-9284,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9281,Verpflichtungen aus Miet- und Leasingverträgen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9282,Verpflichtungen aus Miet- und Leasingverträgen gegenüber verbundenen Unternehmen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9283,Andere Verpflichtungen nach § 285 Nr. 3a HGB,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9284,Andere Verpflichtungen nach § 285 Nr. 3a HGB gegenüber verbundenen Unternehmen Unterschiedsbetrag aus der Abzinsung von Altersversor- gungsverpflichtungen nach § 253 Abs. 6 HGB,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9285,Unterschiedsbetrag aus der Abzinsung von Altersversor- gungsverpflichtungen nach § 253 Abs. 6 HGB (Haben),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9286,Gegenkonto zu 9285 Statistische Konten für § 4 Abs. 3 EStG,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9287,Zinsen bei Buchungen über Debitoren bei § 4 Abs. 3 EStG,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9288,Mahngebühren bei Buchungen über Debitoren bei § 4 Abs. 3 EStG,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9289,Gegenkonto zu 9287 und 9288,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9290,Statistisches Konto steuerfreie Auslagen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9291,Gegenkonto zu 9290,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9292,Statistisches Konto Fremdgeld,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9293,Gegenkonto zu 9292,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9295,Einlagen atypisch stiller Gesell- schafter,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9297,Steuerlicher Ausgleichsposten HB (Körperschaften17),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9298,"Steuerlicher Ausgleichsposten VH(Personengesellschaften, Einzelunternehmen)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9299,"Steuerlicher Ausgleichsposten TH (Personengesellschaften) HB 9 Bilanz- Programm- verbindung4) -, Kapital-, Korrektur- und Posten2) Vor Abschluss- tatistische Konten zweck4) nteil für Konto 2050 Teilhafter F 9 R 9 nteil für Konto 2060 Teilhafter F 9 R 9 nteil für Konto 2070 Teilhafter R 9 nteil für Konto 9820 Vollhafter F 9 nteil für Konto 0080 Teilhafter F 9 ame des Gesellschafters ollhafter F 9 F 9 ätigkeitsvergütung Vollhafter antieme Vollhafter arlehensverzinsung Vollhafter F 9 ebrauchsüberlassung Vollhafter F 9 onstige Vergütungen Vollhafter F 9 onstige Vergütungen Vollhafter F 9 onstige Vergütungen Vollhafter onstige Vergütungen Vollhafter F 9 R 9 estanteil Vollhafter F 9 R 9 F 9 ame des Gesellschafters eilhafter R 9 ätigkeitsvergütung Teilhafter F 9 antieme Teilhafter R 9 F 9 arlehensverzinsung Teilhafter R 9 ebrauchsüberlassung Teilhafter F 9 onstige Vergütungen Teilhafter R 9 onstige Vergütungen Teilhafter F 9 R 9 onstige Vergütungen Teilhafter 9 Bilanz- P ve ortrags-, Kapital-, Korrektur- und Posten2) Ab statistische Konten z Ausgleichsposten für aktivierte eigene Anteile",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9880,Ausgleichsposten für aktivierte eigene Anteile Nicht durch Vermögenseinlagen gedeckte Entnahmen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9883,Nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9884,Nicht durch Vermögenseinlagen gedeckte Entnahmen Komman- ditisten Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9885,Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9886,Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten Steueraufwand der Gesell- schafter,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9887,Steueraufwand der Gesellschafter,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9889,Gegenkonto zu 9887 Statistische Konten für Gewinnzuschlag,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9890,Statistisches Konto für den Gewinnzuschlag nach §§ 6b und 6c EStG (Haben),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9891,Statistisches Konto für den Gewinnzuschlag nach §§ 6b und 6c EStG (Soll) - Gegenkonto zu 9890 Veränderung der gesamthän- derisch gebundenen Rücklagen (Einlagen/Entnahmen),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9892,Veränderung der gesamthänderisch gebundenen Rücklagen (Einlagen/Entnahmen) Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forde- rungen/Verbindlichkeiten (EÜR),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9893,Umsatzsteuer in den Forderungen zum allgemeinen Umsatz- steuersatz (EÜR),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9894,Umsatzsteuer in den Forderun- Forderungen aus gen zum ermäßigten Umsatz- Lieferungen und steuersatz (EÜR) Leistungen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9895,Gegenkonto 9893-9894 für die Aufteilung der Umsatzsteuer Sonstige Verbind- (EÜR) lichkeiten,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9896,"Vorsteuer in den Verbindlichkeiten zum allgemeinen Umsatz- Kassenbestand, steuersatz (EÜR) Bundesbankgut-",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9897,"Vorsteuer in den Verbindlichkeiten zum ermäßigten Umsatzsteu- haben, Guthaben ersatz (EÜR) bei Kreditinstitu-",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9898,Vorsteuer in den Verbindlichkeiten und Schecks ten aus verschiedenen Kosten (EÜR) Verbindlichkeiten,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9899,"Gegenkonto 9896-9897 für die gegenüber Kre- Aufteilung der Vorsteuer (EÜR) ditinstituten 9 Bilanz- Progra verbind Vortrags-, Kapital-, Korrektur- und Posten2) Abschlu statistische Konten zweck4",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9900,Umsatzsteuer nicht fällig - sonstige Erlöse (EÜR),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9901,Gegenkonto zu 9900,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9902,Umsatzsteuer in den Forderungen aus sonstigen Erlösen (EÜR) Statistische Konten zu § 4 Abs. 4a EStG,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9910,Gegenkonto zur Minderung der Entnahmen § 4 Abs. 4a EStG,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9911,Minderung der Entnahmen § 4 Abs. 4a EStG (Haben),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9912,Erhöhung der Entnahmen § 4 Abs. 4a EStG,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9913,Gegenkonto zur Erhöhung der Entnahmen § 4 Abs. 4a EStG (Haben) Statistische Konten für den au- ßerhalb der Bilanz zu berück- sichtigenden Investitionsab- zugsbetrag nach § 7g EStG,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9914,"Hinzurechnung Investitionsab- zugsbetrag § 7g Abs. 2 EStG aus dem 4. vorangegangenen Wirt- schaftsjahr, außerbilanziell (Haben)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9915,Rückgängigmachung Investiti- onsabzugsbetrag § 7g Abs. 3 und 4 EStG im 4. vorangegangenen Wirtschaftsjahr,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9916,"Hinzurechnung Investitionsab- zugsbetrag § 7g Abs. 2 EStG aus dem 2. vorangegangenen Wirt- schaftsjahr, außerbilanziell (Haben)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9917,"Hinzurechnung Investitionsab- zugsbetrag § 7g Abs. 2 EStG aus dem 3. vorangegangenen Wirt- schaftsjahr, außerbilanziell (Haben)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9918,Rückgängigmachung Investiti- onsabzugsbetrag § 7g Abs. 3 und 4 EStG im 2. vorangegangenen Wirtschaftsjahr,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9919,Rückgängigmachung Investiti- onsabzugsbetrag § 7g Abs. 3 und 4 EStG im 3. vorangegangenen Wirtschaftsjahr Konten zu Bewertungskorrekturen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9960,Bewertungskorrektur zu Forderungen aus Lieferungen und Leistungen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9961,Bewertungskorrektur zu sonstigen Verbindlichkeiten,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9962,Bewertungskorrektur zu Guthaben bei Kreditinstituten,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9963,"Bewertungskorrektur zu Verbind- lichkeiten gegenüber Kreditinstituten Seite 33 9 rtrags-, Kapital-, Korrektur- und statistische Konten Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbind- lichkeitskonten“ bei den Zu- ordnungstabellen für PersHG nach KapCoRiLiG 980 Anteil Belastung auf Verbindlich- keitskonten 981 Verrechnungskonto für Anteil Belastung auf Verbindlichkeitskonten 982 Anteil Gutschrift auf Verbindlich- keitskonten 983 Verrechnungskonto für Anteil Gutschrift auf Verbindlichkeitskonten Statistische Konten für die Gewinnkorrektur nach § 60 Abs. 2 EStDV 984 Gewinnkorrektur nach § 60 Abs. 2 EStDV - Erhöhung handelsrechtliches Ergebnis durch Habenbuchung - Minderung handelsrechtliches Ergebnis durch Sollbuchung 985 Gegenkonto zu 9984 Statistische Konten für Korrek- turbuchungen in der Überlei- tungsrechnung 986 Ergebnisverteilung auf Fremdkapital 987 Korrekturkonto für die Überlei- tungsrechnung 989 Gegenkonto zu 9986-9988 Statistische Konten für außer- gewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB 990 Erträge von außergewöhnlicher Größenordnung oder Bedeutung 991 Erträge (aperiodisch) 992 Erträge von außergewöhnlicher Größenordnung oder Bedeutung (aperiodisch) 993 Aufwendungen von außerge- wöhnlicher Größenordnung oder Bedeutung 994 Aufwendungen (aperiodisch) 995 Aufwendungen von außerge- wöhnlicher Größenordnung oder Bedeutung (aperiodisch) 998 Gegenkonto zu 9990-9997",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9964,Bewertungskorrektur zu Verbind- lichkeiten aus Lieferungen und Leistungen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9965,Bewertungskorrektur zu sonstigen Vermögensgegenständen,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9966,"Hinzurechnung Investitionsab- zugsbetrag § 7g Abs. 2 EStG aus HB dem 6. vorangegangenen Wirt- schaftsjahr, außerbilanziell (Haben)1)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9967,Rückgängigmachung Investiti- onsabzugsbetrag § 7g Abs. 3 und HB 4 EStG im 6. vorangegangenen Wirtschaftsjahr1),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9968,"Hinzurechnung Investitionsab- zugsbetrag § 7g Abs. 2 EStG aus dem 5. vorangegangenen Wirt- schaftsjahr, außerbilanziell (Haben) G",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9969,Rückgängigmachung Investiti- HB onsabzugsbetrag § 7g Abs. 3 und 4 EStG im 5. vorangegangenen Wirtschaftsjahr Statistische Konten für den au- HB ßerhalb der Bilanz zu berück- sichtigenden Investitionsab- zugsbetrag nach § 7g EStG,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9970,"Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Soll)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9971,"Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Haben) - Gegenkonto zu 9970",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9972,"Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9973,"Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus den vorangegangenen Wirtschaftsjah- ren, außerbilanziell (Soll) - Gegenkonto zu 9972, 9914, 9916, 9917, 9968, 99668)",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9974,Rückgängigmachung Investitions- abzugsbetrag § 7g Abs. 3 und 4 EStG im vorangegangenen Wirt- schaftsjahr,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9975,"Rückgängigmachung Investitions- abzugsbetrag § 7g Abs. 3 und 4 EStG in den vorangegangenen Wirtschaftsjahren - Gegenkonto zu 9974, 9915, 9918, 9919, 9969, 99678) Statistische Konten für die Zinsschranke § 4h EStG bzw. § 8a KStG",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9976,Nicht abzugsfähige Zinsaufwendungen nach § 4h EStG (Haben),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9977,Nicht abzugsfähige Zinsaufwendungen nach § 4h EStG (Soll) - Gegenkonto zu 9976,Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9978,Abziehbare Zinsaufwendungen aus Vorjahren nach § 4h EStG (Soll),Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" +9979,"Abziehbare Zinsaufwendungen aus Vorjahren nach § 4h EStG (Haben) - Gegenkonto zu 9978 9 Bilanz- Programm- verbindung4) Vortrags-, Kapital-, Korrektur- und Posten2) Abschluss- statistische Konten zweck4) Personenkonten 10000 -69999 = Debitoren 70000 -99999 = Kreditoren en: 22) Ab dem Buch klasse): nehmer verw r möglich 23) Diese Konte teiligungen 24) Diese Konte 25) frei 26) frei teuer 27) frei tzsteuer 28) Das Konto w bilanzen ab ucht werden, wenn ihnen eine andere Allgemeiner Hinwe Eine Übersicht al ußnoten gekennzeichnet: nungswesen-Progra neu eingeführt. Umschalt + F3 im pitalgesellschaft GuV-Gesamtkostenver- schlüssel. Hier s Sachverhalte eins üssel 10 bebucht werden. Das EU-Land Weitere Informati werden über das EU-Fenster eingegeben. (Dok.-Nr. 0907049 r Programmverbindung in Rechnungs- rerklärung (U), Gewerbesteuer (G) und Hinweis zum Beric Schlüssel 4: Aufh lars die Steuererklärungsformulare noch eichungen zwischen den in der Pro- Bei mit AV oder A n Konten und den Programmverbin- der Automatik mit Der Schlüssel wir werden sollen, ab hließlich für die Handelsbilanz gebucht Erläuterungen zur hließlich für die Steuerbilanz gebucht dung zwischen Rec hließlich für die Gewinnermittlung nach Die Erweiterung d werden. sondere Kennzeich sel 44 bebucht werden. Das EU-Land und und erleichtert d den über das EU-Fenster eingegeben. die gleichzeitig ür Sachverhalte, die in diesen Kontenberei- bereits während d erhalt auf Einzelkonten dargestellt sind. In der Spalte Pro n-BWA-Formen mit statistischen Menüber die Schnitts mit der Umrechnungssperre, Funktion Steuerprogramm Um schaftsteuer (K) dert. rechnung zu Grund steuer werden ab VAZ 2009 die Erträge zu wendungen zu 40 % als nicht abziehbar be- Die Kennzeichnung u Körperschaftsteuer werden die Erträge zu an Gewerbesteuer fwendungen zu 100 % als nicht abziehbar zum nächsten stan d 3c EStG bzw. § 8b KStG. ie Zusatzfunktion KU. Bitte verwenden Die Kennzeichnung rbindung mit einem Gegenkonto mit Geld- Programm Umsatzst wenn sie im Stand wertungen mit Vorjahresvergleich benö- Nicht gekennzeich gelöscht. funktion im steue r gelöscht. für die Berechnun steuer und Körper nach Steuersätzen am Jahresende einge- Abgebildet wird m nicht bebucht werden. Beachten Sie das Do- steuerliche Urspr che Buchungen zum korrekten Befüllen das Produkt Körpe 7). steuerlichem Merk teuer nur bei Organgesellschaften berückteuer ausschließlich in die Positionen „Eis vorangegangenen Wirtschaftsjahres“ renzierten Ausweis der Reisekosten und eses Konto von EÜR-Anwendern nicht geüssel 94 (Konto mit Vorsteuerabzug) ohne Vorsteuerabzug) gebucht werden. st anschließend zu erfassen.",Statistische Konten,"DATEV SKR 04 (Art.-Nr. 11175, 2023)" diff --git a/data/ontologies/time.ttl b/data/ontologies/time.ttl new file mode 100644 index 00000000..021c99cd --- /dev/null +++ b/data/ontologies/time.ttl @@ -0,0 +1,1785 @@ +# baseURI: http://www.w3.org/2006/time + +@prefix : . +@prefix dct: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix xsd: . + + + rdf:type owl:Ontology ; + dct:contributor ; + dct:created "2006-09-27"^^xsd:date ; + dct:creator ; + dct:creator ; + dct:creator ; + dct:isVersionOf ; + dct:license ; + dct:modified "2017-04-06"^^xsd:date ; + dct:rights "Copyright © 2006-2017 W3C, OGC. W3C and OGC liability, trademark and document use rules apply."@en ; + rdfs:label "OWL-Time"@en ; + rdfs:seeAlso ; + rdfs:seeAlso ; + rdfs:seeAlso ; + owl:priorVersion ; + owl:versionIRI ; + skos:changeNote "2016-06-15 - initial update of OWL-Time - modified to support arbitrary temporal reference systems. " ; + skos:changeNote "2016-12-20 - adjust range of time:timeZone to time:TimeZone, moved up from the tzont ontology. " ; + skos:changeNote "2016-12-20 - restore time:Year and time:January which were present in the 2006 version of the ontology, but now marked \"deprecated\". " ; + skos:changeNote "2017-02 - intervalIn, intervalDisjoint, monthOfYear added; TemporalUnit subclass of TemporalDuration" ; + skos:changeNote "2017-04-06 - hasTime, hasXSDDuration added; Number removed; all duration elements changed to xsd:decimal" ; + skos:historyNote """Update of OWL-Time ontology, extended to support general temporal reference systems. + +Ontology engineering by Simon J D Cox"""@en ; +. +:DateTimeDescription + rdf:type owl:Class ; + rdfs:comment "Description of date and time structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively."@en ; + rdfs:label "Date-Time description"@en ; + rdfs:subClassOf :GeneralDateTimeDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:gDay ; + owl:onProperty :day ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:gMonth ; + owl:onProperty :month ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:gYear ; + owl:onProperty :year ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue ; + owl:onProperty :hasTRS ; + ] ; + skos:definition "Description of date and time structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively."@en ; +. +:DateTimeInterval + rdf:type owl:Class ; + rdfs:comment "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en ; + rdfs:label "Date-time interval"@en ; + rdfs:subClassOf :ProperInterval ; + skos:definition "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en ; + skos:note ":DateTimeInterval can only be used for an interval whose limits coincide with a date-time element aligned to the calendar and timezone indicated. For example, while both have a duration of one day, the 24-hour interval beginning at midnight at the beginning of 8 May in Central Europe can be expressed as a :DateTimeInterval, but the 24-hour interval starting at 1:30pm cannot."@en ; +. +:DayOfWeek + rdf:type owl:Class ; + rdfs:comment "The day of week"@en ; + rdfs:label "Day of week"@en ; + rdfs:subClassOf owl:Thing ; + skos:changeNote """Remove enumeration from definition, in order to allow other days to be used when required in other calendars. +NOTE: existing days are still present as members of the class, but the class membership is now open. + +In the original OWL-Time the following constraint appeared: + owl:oneOf ( + time:Monday + time:Tuesday + time:Wednesday + time:Thursday + time:Friday + time:Saturday + time:Sunday + ) ;"""@en ; + skos:definition "The day of week"@en ; + skos:note "Membership of the class :DayOfWeek is open, to allow for alternative week lengths and different day names."@en ; +. +:Duration + rdf:type owl:Class ; + rdfs:comment "Duration of a temporal extent expressed as a number scaled by a temporal unit"@en ; + rdfs:label "Time duration"@en ; + rdfs:subClassOf :TemporalDuration ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :numericDuration ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :unitType ; + ] ; + skos:definition "Duration of a temporal extent expressed as a number scaled by a temporal unit"@en ; + skos:note "Alternative to time:DurationDescription to support description of a temporal duration other than using a calendar/clock system."@en ; +. +:DurationDescription + rdf:type owl:Class ; + rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal"@en ; + rdfs:label "Duration description"@en ; + rdfs:subClassOf :GeneralDurationDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :days ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :hours ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :minutes ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :months ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :seconds ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :weeks ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :years ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue ; + owl:onProperty :hasTRS ; + ] ; + skos:definition "Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal"@en ; + skos:note "In the Gregorian calendar the length of the month is not fixed. Therefore, a value like \"2.5 months\" cannot be exactly compared with a similar duration expressed in terms of weeks or days."@en ; +. +:Friday + rdf:type :DayOfWeek ; + rdfs:label "Friday"@en ; + skos:prefLabel "Freitag"@de ; + skos:prefLabel "Friday"@en ; + skos:prefLabel "Piątek"@pl ; + skos:prefLabel "Sexta-feira"@pt ; + skos:prefLabel "Vendredi"@fr ; + skos:prefLabel "Venerdì"@it ; + skos:prefLabel "Viernes"@es ; + skos:prefLabel "Vrijdag"@nl ; + skos:prefLabel "Пятница"@ru ; + skos:prefLabel "الجمعة"@ar ; + skos:prefLabel "星期五"@zh ; + skos:prefLabel "金曜日"@ja ; +. +:GeneralDateTimeDescription + rdf:type owl:Class ; + rdfs:comment "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en ; + rdfs:label "Generalized date-time description"@en ; + rdfs:subClassOf :TemporalPosition ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :unitType ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :day ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :dayOfWeek ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :dayOfYear ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :hour ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :minute ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :month ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :monthOfYear ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :second ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :timeZone ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :week ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :year ; + ] ; + skos:definition "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en ; + skos:note "Some combinations of properties are redundant - for example, within a specified :year if :dayOfYear is provided then :day and :month can be computed, and vice versa. Individual values should be consistent with each other and the calendar, indicated through the value of the :hasTRS property." ; +. +:GeneralDurationDescription + rdf:type owl:Class ; + rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."@en ; + rdfs:label "Generalized duration description"@en ; + rdfs:subClassOf :TemporalDuration ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :hasTRS ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :days ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :hours ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :minutes ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :months ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :seconds ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :weeks ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :years ; + ] ; + skos:definition "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."@en ; + skos:note "The extent of a time duration expressed as a GeneralDurationDescription depends on the Temporal Reference System. In some calendars the length of the week or month is not constant within the year. Therefore, a value like \"2.5 months\" may not necessarily be exactly compared with a similar duration expressed in terms of weeks or days. When non-earth-based calendars are considered even more care must be taken in comparing durations."@en ; +. +:Instant + rdf:type owl:Class ; + rdfs:comment "A temporal entity with zero extent or duration"@en ; + rdfs:label "Time instant"@en ; + rdfs:subClassOf :TemporalEntity ; + skos:definition "A temporal entity with zero extent or duration"@en ; +. +:Interval + rdf:type owl:Class ; + rdfs:comment "A temporal entity with an extent or duration"@en ; + rdfs:label "Time interval"@en ; + rdfs:subClassOf :TemporalEntity ; + skos:definition "A temporal entity with an extent or duration"@en ; +. +:January + rdf:type owl:Class ; + rdf:type owl:DeprecatedClass ; + rdfs:label "January" ; + rdfs:subClassOf :DateTimeDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue :unitMonth ; + owl:onProperty :unitType ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue "--01" ; + owl:onProperty :month ; + ] ; + owl:deprecated "true"^^xsd:boolean ; + skos:historyNote "This class was present in the 2006 version of OWL-Time. It was presented as an example of how DateTimeDescription could be specialized, but does not belong in the revised ontology. " ; +. +:Monday + rdf:type :DayOfWeek ; + rdfs:label "Monday"@en ; + skos:prefLabel "Lundi"@fr ; + skos:prefLabel "Lunedì"@it ; + skos:prefLabel "Lunes"@es ; + skos:prefLabel "Maandag"@nl ; + skos:prefLabel "Monday"@en ; + skos:prefLabel "Montag"@de ; + skos:prefLabel "Poniedziałek"@pl ; + skos:prefLabel "Segunda-feira"@pt ; + skos:prefLabel "Понедельник"@ru ; + skos:prefLabel "الاثنين"@ar ; + skos:prefLabel "星期一"@zh ; + skos:prefLabel "月曜日"@ja ; +. +:MonthOfYear + rdf:type owl:Class ; + rdfs:comment "The month of the year"@en ; + rdfs:label "Month of year"@en ; + rdfs:subClassOf :DateTimeDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :day ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :hour ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :minute ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :second ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :week ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :year ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :month ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue :unitMonth ; + owl:onProperty :unitType ; + ] ; + skos:definition "The month of the year"@en ; + skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en ; + skos:note "Membership of the class :MonthOfYear is open, to allow for alternative annual calendars and different month names."@en ; +. +:ProperInterval + rdf:type owl:Class ; + rdfs:comment "A temporal entity with non-zero extent or duration, i.e. for which the value of the beginning and end are different"@en ; + rdfs:label "Proper interval"@en ; + rdfs:subClassOf :Interval ; + owl:disjointWith :Instant ; + skos:definition "A temporal entity with non-zero extent or duration, i.e. for which the value of the beginning and end are different"@en ; +. +:Saturday + rdf:type :DayOfWeek ; + rdfs:label "Saturday"@en ; + skos:prefLabel "Sabato"@it ; + skos:prefLabel "Samedi"@fr ; + skos:prefLabel "Samstag"@de ; + skos:prefLabel "Saturday"@en ; + skos:prefLabel "Sobota"@pl ; + skos:prefLabel "Sábado"@es ; + skos:prefLabel "Sábado"@pt ; + skos:prefLabel "Zaterdag"@nl ; + skos:prefLabel "Суббота"@ru ; + skos:prefLabel "السبت"@ar ; + skos:prefLabel "土曜日"@ja ; + skos:prefLabel "星期六"@zh ; +. +:Sunday + rdf:type :DayOfWeek ; + rdfs:label "Sunday"@en ; + skos:prefLabel "Dimanche"@fr ; + skos:prefLabel "Domenica"@it ; + skos:prefLabel "Domingo"@es ; + skos:prefLabel "Domingo"@pt ; + skos:prefLabel "Niedziela"@pl ; + skos:prefLabel "Sonntag"@de ; + skos:prefLabel "Sunday"@en ; + skos:prefLabel "Zondag"@nl ; + skos:prefLabel "Воскресенье"@ru ; + skos:prefLabel "الأحد (يوم)"@ar ; + skos:prefLabel "日曜日"@ja ; + skos:prefLabel "星期日"@zh ; +. +:TRS + rdf:type owl:Class ; + rdfs:comment """A temporal reference system, such as a temporal coordinate system (with an origin, direction, and scale), a calendar-clock combination, or a (possibly hierarchical) ordinal system. + +This is a stub class, representing the set of all temporal reference systems."""@en ; + rdfs:label "Temporal Reference System"@en ; + skos:definition """A temporal reference system, such as a temporal coordinate system (with an origin, direction, and scale), a calendar-clock combination, or a (possibly hierarchical) ordinal system. + +This is a stub class, representing the set of all temporal reference systems."""@en ; + skos:note "A taxonomy of temporal reference systems is provided in ISO 19108:2002 [ISO19108], including (a) calendar + clock systems; (b) temporal coordinate systems (i.e. numeric offset from an epoch); (c) temporal ordinal reference systems (i.e. ordered sequence of named intervals, not necessarily of equal duration)."@en ; +. +:TemporalDuration + rdf:type owl:Class ; + rdfs:comment "Time extent; duration of a time interval separate from its particular start position"@en ; + rdfs:label "Temporal duration"@en ; + skos:definition "Time extent; duration of a time interval separate from its particular start position"@en ; +. +:TemporalEntity + rdf:type owl:Class ; + rdfs:comment "A temporal interval or instant."@en ; + rdfs:label "Temporal entity"@en ; + rdfs:subClassOf owl:Thing ; + owl:unionOf ( + :Instant + :Interval + ) ; + skos:definition "A temporal interval or instant."@en ; +. +:TemporalPosition + rdf:type owl:Class ; + rdfs:comment "A position on a time-line"@en ; + rdfs:label "Temporal position"@en ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :hasTRS ; + ] ; + skos:definition "A position on a time-line"@en ; +. +:TemporalUnit + rdf:type owl:Class ; + rdfs:comment "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en ; + rdfs:label "Temporal unit"@en ; + rdfs:subClassOf :TemporalDuration ; + skos:changeNote """Remove enumeration from definition, in order to allow other units to be used when required in other coordinate systems. +NOTE: existing units are still present as members of the class, but the class membership is now open. + +In the original OWL-Time the following constraint appeared: + owl:oneOf ( + time:unitSecond + time:unitMinute + time:unitHour + time:unitDay + time:unitWeek + time:unitMonth + time:unitYear + ) ;"""@en ; + skos:definition "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en ; + skos:note "Membership of the class TemporalUnit is open, to allow for other temporal units used in some technical applications (e.g. millions of years, Baha'i month)."@en ; +. +:Thursday + rdf:type :DayOfWeek ; + rdfs:label "Thursday"@en ; + skos:prefLabel "Czwartek"@pl ; + skos:prefLabel "Donderdag"@nl ; + skos:prefLabel "Donnerstag"@de ; + skos:prefLabel "Giovedì"@it ; + skos:prefLabel "Jeudi"@fr ; + skos:prefLabel "Jueves"@es ; + skos:prefLabel "Quinta-feira"@pt ; + skos:prefLabel "Thursday"@en ; + skos:prefLabel "Четверг"@ru ; + skos:prefLabel "الخميس"@ar ; + skos:prefLabel "星期四"@zh ; + skos:prefLabel "木曜日"@ja ; +. +:TimePosition + rdf:type owl:Class ; + rdfs:comment "A temporal position described using either a (nominal) value from an ordinal reference system, or a (numeric) value in a temporal coordinate system. "@en ; + rdfs:label "Time position"@en ; + rdfs:subClassOf :TemporalPosition ; + rdfs:subClassOf [ + rdf:type owl:Class ; + owl:unionOf ( + [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :numericPosition ; + ] + [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :nominalPosition ; + ] + ) ; + ] ; + skos:definition "A temporal position described using either a (nominal) value from an ordinal reference system, or a (numeric) value in a temporal coordinate system. "@en ; +. +:TimeZone + rdf:type owl:Class ; + rdfs:comment """A Time Zone specifies the amount by which the local time is offset from UTC. + A time zone is usually denoted geographically (e.g. Australian Eastern Daylight Time), with a constant value in a given region. +The region where it applies and the offset from UTC are specified by a locally recognised governing authority."""@en ; + rdfs:label "Time Zone"@en ; + skos:definition """A Time Zone specifies the amount by which the local time is offset from UTC. + A time zone is usually denoted geographically (e.g. Australian Eastern Daylight Time), with a constant value in a given region. +The region where it applies and the offset from UTC are specified by a locally recognised governing authority."""@en ; + skos:historyNote """In the original 2006 version of OWL-Time, the TimeZone class, with several properties corresponding to a specific model of time-zones, was defined in a separate namespace \"http://www.w3.org/2006/timezone#\". + +In the current version a class with same local name is put into the main OWL-Time namespace, removing the dependency on the external namespace. + +An alignment axiom + tzont:TimeZone rdfs:subClassOf time:TimeZone . +allows data encoded according to the previous version to be consistent with the updated ontology. """ ; + skos:note """A designated timezone is associated with a geographic region. However, for a particular region the offset from UTC often varies seasonally, and the dates of the changes may vary from year to year. The timezone designation usually changes for the different seasons (e.g. Australian Eastern Standard Time vs. Australian Eastern Daylight Time). Furthermore, the offset for a timezone may change over longer timescales, though its designation might not. + +Detailed guidance about working with time zones is given in http://www.w3.org/TR/timezone/ ."""@en ; + skos:note "An ontology for time zone descriptions was described in [owl-time-20060927] and provided as RDF in a separate namespace tzont:. However, that ontology was incomplete in scope, and the example datasets were selective. Furthermore, since the use of a class from an external ontology as the range of an ObjectProperty in OWL-Time creates a dependency, reference to the time zone class has been replaced with the 'stub' class in the normative part of this version of OWL-Time."@en ; + skos:scopeNote "In this implementation TimeZone has no properties defined. It should be thought of as an 'abstract' superclass of all specific timezone implementations." ; +. +:Tuesday + rdf:type :DayOfWeek ; + rdfs:label "Tuesday"@en ; + skos:prefLabel "Dienstag"@de ; + skos:prefLabel "Dinsdag"@nl ; + skos:prefLabel "Mardi"@fr ; + skos:prefLabel "Martedì"@it ; + skos:prefLabel "Martes"@es ; + skos:prefLabel "Terça-feira"@pt ; + skos:prefLabel "Tuesday"@en ; + skos:prefLabel "Wtorek"@pl ; + skos:prefLabel "Вторник"@ru ; + skos:prefLabel "الثلاثاء"@ar ; + skos:prefLabel "星期二"@zh ; + skos:prefLabel "火曜日"@ja ; +. +:Wednesday + rdf:type :DayOfWeek ; + rdfs:label "Wednesday"@en ; + skos:prefLabel "Mercoledì"@it ; + skos:prefLabel "Mercredi"@fr ; + skos:prefLabel "Mittwoch"@de ; + skos:prefLabel "Miércoles"@es ; + skos:prefLabel "Quarta-feira"@pt ; + skos:prefLabel "Wednesday"@en ; + skos:prefLabel "Woensdag"@nl ; + skos:prefLabel "Środa"@pl ; + skos:prefLabel "Среда"@ru ; + skos:prefLabel "الأربعاء"@ar ; + skos:prefLabel "星期三"@zh ; + skos:prefLabel "水曜日"@ja ; +. +:Year + rdf:type owl:Class ; + rdf:type owl:DeprecatedClass ; + rdfs:comment "Year duration" ; + rdfs:label "Year"@en ; + rdfs:subClassOf :DurationDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :days ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :hours ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :minutes ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :months ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :seconds ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :weeks ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :years ; + ] ; + owl:deprecated "true"^^xsd:boolean ; + skos:definition "Year duration" ; + skos:historyNote """Year was proposed in the 2006 version of OWL-Time as an example of how DurationDescription could be specialized to allow for a duration to be restricted to a number of years. + +It is deprecated in this edition of OWL-Time. """ ; + skos:prefLabel "Anno"@it ; + skos:prefLabel "Année (calendrier)"@fr ; + skos:prefLabel "Ano"@pt ; + skos:prefLabel "Año"@es ; + skos:prefLabel "Jaar"@nl ; + skos:prefLabel "Jahr"@de ; + skos:prefLabel "Rok"@pl ; + skos:prefLabel "Year"@en ; + skos:prefLabel "Год"@ru ; + skos:prefLabel "سنة"@ar ; + skos:prefLabel "年"@ja ; + skos:prefLabel "年"@zh ; +. +:after + rdf:type owl:ObjectProperty ; + rdfs:comment "Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2."@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "after"@en ; + rdfs:range :TemporalEntity ; + owl:inverseOf :before ; + skos:definition "Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2."@en ; +. +:before + rdf:type owl:ObjectProperty ; + rdf:type owl:TransitiveProperty ; + rdfs:comment "Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, \"before\" can be considered to be basic to instants and derived for intervals."@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "before"@en ; + rdfs:range :TemporalEntity ; + owl:inverseOf :after ; + skos:definition "Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, \"before\" can be considered to be basic to instants and derived for intervals."@en ; +. +:day + rdf:type owl:DatatypeProperty ; + rdfs:comment """Day position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "day"@en ; + skos:definition """Day position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en ; +. +:dayOfWeek + rdf:type owl:ObjectProperty ; + rdfs:comment "The day of week, whose value is a member of the class time:DayOfWeek"@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "day of week"@en ; + rdfs:range :DayOfWeek ; + skos:definition "The day of week, whose value is a member of the class time:DayOfWeek"@en ; +. +:dayOfYear + rdf:type owl:DatatypeProperty ; + rdfs:comment "The number of the day within the year"@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "day of year"@en ; + rdfs:range xsd:nonNegativeInteger ; + skos:definition "The number of the day within the year"@en ; +. +:days + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in days"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "days duration"@en ; + rdfs:range xsd:decimal ; + skos:definition "length of, or element of the length of, a temporal extent expressed in days"@en ; +. +:generalDay + rdf:type rdfs:Datatype ; + rdfs:comment """Day of month - formulated as a text string with a pattern constraint to reproduce the same lexical form as gDay, except that values up to 99 are permitted, in order to support calendars with more than 31 days in a month. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; + rdfs:label "Generalized day"@en ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "---(0[1-9]|[1-9][0-9])(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" ; + ] + ) ; + skos:definition """Day of month - formulated as a text string with a pattern constraint to reproduce the same lexical form as gDay, except that values up to 99 are permitted, in order to support calendars with more than 31 days in a month. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; +. +:generalMonth + rdf:type rdfs:Datatype ; + rdfs:comment """Month of year - formulated as a text string with a pattern constraint to reproduce the same lexical form as gMonth, except that values up to 20 are permitted, in order to support calendars with more than 12 months in the year. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; + rdfs:label "Generalized month"@en ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "--(0[1-9]|1[0-9]|20)(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" ; + ] + ) ; + skos:definition """Month of year - formulated as a text string with a pattern constraint to reproduce the same lexical form as gMonth, except that values up to 20 are permitted, in order to support calendars with more than 12 months in the year. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; +. +:generalYear + rdf:type rdfs:Datatype ; + rdfs:comment """Year number - formulated as a text string with a pattern constraint to reproduce the same lexical form as gYear, but not restricted to values from the Gregorian calendar. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; + rdfs:label "Generalized year"@en ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" ; + ] + ) ; + skos:definition """Year number - formulated as a text string with a pattern constraint to reproduce the same lexical form as gYear, but not restricted to values from the Gregorian calendar. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; +. +:hasBeginning + rdf:type owl:ObjectProperty ; + rdfs:comment "Beginning of a temporal entity"@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "has beginning"@en ; + rdfs:range :Instant ; + rdfs:subPropertyOf :hasTime ; + skos:definition "Beginning of a temporal entity."@en ; +. +:hasDateTimeDescription + rdf:type owl:ObjectProperty ; + rdfs:comment "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en ; + rdfs:domain :DateTimeInterval ; + rdfs:label "has Date-Time description"@en ; + rdfs:range :GeneralDateTimeDescription ; + skos:definition "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en ; +. +:hasDuration + rdf:type owl:ObjectProperty ; + rdfs:comment "Duration of a temporal entity, expressed as a scaled value or nominal value"@en ; + rdfs:label "has duration"@en ; + rdfs:range :Duration ; + rdfs:subPropertyOf :hasTemporalDuration ; + skos:definition "Duration of a temporal entity, event or activity, or thing, expressed as a scaled value"@en ; +. +:hasDurationDescription + rdf:type owl:ObjectProperty ; + rdfs:comment "Duration of a temporal entity, expressed using a structured description"@en ; + rdfs:label "has duration description"@en ; + rdfs:range :GeneralDurationDescription ; + rdfs:subPropertyOf :hasTemporalDuration ; + skos:definition "Duration of a temporal entity, expressed using a structured description"@en ; +. +:hasEnd + rdf:type owl:ObjectProperty ; + rdfs:comment "End of a temporal entity."@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "has end"@en ; + rdfs:range :Instant ; + rdfs:subPropertyOf :hasTime ; + skos:definition "End of a temporal entity."@en ; +. +:hasTRS + rdf:type owl:FunctionalProperty ; + rdf:type owl:ObjectProperty ; + rdfs:comment "The temporal reference system used by a temporal position or extent description. "@en ; + rdfs:domain [ + rdf:type owl:Class ; + owl:unionOf ( + :TemporalPosition + :GeneralDurationDescription + ) ; + ] ; + rdfs:label "Temporal reference system used"@en ; + rdfs:range :TRS ; + skos:definition "The temporal reference system used by a temporal position or extent description. "@en ; +. +:hasTemporalDuration + rdf:type owl:ObjectProperty ; + rdfs:comment "Duration of a temporal entity."@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "has temporal duration"@en ; + rdfs:range :TemporalDuration ; + skos:definition "Duration of a temporal entity."@en ; +. +:hasTime + rdf:type owl:ObjectProperty ; + rdfs:comment "Supports the association of a temporal entity (instant or interval) to any thing"@en ; + rdfs:label "has time"@en ; + rdfs:range :TemporalEntity ; + skos:definition "Supports the association of a temporal entity (instant or interval) to any thing"@en ; + skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en ; +. +:hasXSDDuration + rdf:type owl:DatatypeProperty ; + rdfs:comment "Extent of a temporal entity, expressed using xsd:duration"@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "has XSD duration"@en ; + rdfs:range xsd:duration ; + skos:definition "Extent of a temporal entity, expressed using xsd:duration"@en ; + skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en ; +. +:hour + rdf:type owl:DatatypeProperty ; + rdfs:comment "Hour position in a calendar-clock system."@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "hour"@en ; + rdfs:range xsd:nonNegativeInteger ; + skos:definition "Hour position in a calendar-clock system."@en ; +. +:hours + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in hours"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "hours duration"@en ; + rdfs:range xsd:decimal ; + skos:definition "length of, or element of the length of, a temporal extent expressed in hours"@en ; +. +:inDateTime + rdf:type owl:ObjectProperty ; + rdfs:comment "Position of an instant, expressed using a structured description"@en ; + rdfs:domain :Instant ; + rdfs:label "in date-time description"@en ; + rdfs:range :GeneralDateTimeDescription ; + rdfs:subPropertyOf :inTemporalPosition ; + skos:definition "Position of an instant, expressed using a structured description"@en ; +. +:inTemporalPosition + rdf:type owl:ObjectProperty ; + rdfs:comment "Position of a time instant"@en ; + rdfs:domain :Instant ; + rdfs:label "Temporal position"@en ; + rdfs:range :TemporalPosition ; + skos:definition "Position of a time instant"@en ; +. +:inTimePosition + rdf:type owl:ObjectProperty ; + rdfs:comment "Position of an instant, expressed as a temporal coordinate or nominal value"@en ; + rdfs:domain :Instant ; + rdfs:label "Time position"@en ; + rdfs:range :TimePosition ; + rdfs:subPropertyOf :inTemporalPosition ; + skos:definition "Position of a time instant expressed as a TimePosition"@en ; +. +:inXSDDate + rdf:type owl:DatatypeProperty ; + rdfs:comment "Position of an instant, expressed using xsd:date"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD date"@en ; + rdfs:range xsd:date ; + skos:definition "Position of an instant, expressed using xsd:date"@en ; +. +:inXSDDateTime + rdf:type owl:DatatypeProperty ; + rdf:type owl:DeprecatedProperty ; + rdfs:comment "Position of an instant, expressed using xsd:dateTime"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD Date-Time"@en ; + rdfs:range xsd:dateTime ; + owl:deprecated "true"^^xsd:boolean ; + skos:definition "Position of an instant, expressed using xsd:dateTime"@en ; + skos:note "The property :inXSDDateTime is replaced by :inXSDDateTimeStamp which makes the time-zone field mandatory."@en ; +. +:inXSDDateTimeStamp + rdf:type owl:DatatypeProperty ; + rdfs:comment "Position of an instant, expressed using xsd:dateTimeStamp"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD Date-Time-Stamp"@en ; + rdfs:range xsd:dateTimeStamp ; + skos:definition "Position of an instant, expressed using xsd:dateTimeStamp"@en ; +. +:inXSDgYear + rdf:type owl:DatatypeProperty ; + rdfs:comment "Position of an instant, expressed using xsd:gYear"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD g-Year"@en ; + rdfs:range xsd:gYear ; + skos:definition "Position of an instant, expressed using xsd:gYear"@en ; +. +:inXSDgYearMonth + rdf:type owl:DatatypeProperty ; + rdfs:comment "Position of an instant, expressed using xsd:gYearMonth"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD g-YearMonth"@en ; + rdfs:range xsd:gYearMonth ; + skos:definition "Position of an instant, expressed using xsd:gYearMonth"@en ; +. +:inside + rdf:type owl:ObjectProperty ; + rdfs:comment "An instant that falls inside the interval. It is not intended to include beginnings and ends of intervals."@en ; + rdfs:domain :Interval ; + rdfs:label "has time instant inside"@en ; + rdfs:range :Instant ; + skos:definition "An instant that falls inside the interval. It is not intended to include beginnings and ends of intervals."@en ; +. +:intervalAfter + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval after"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :after ; + rdfs:subPropertyOf :intervalDisjoint ; + owl:inverseOf :intervalBefore ; + skos:definition "If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2."@en ; +. +:intervalBefore + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval before"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :before ; + rdfs:subPropertyOf :intervalDisjoint ; + owl:inverseOf :intervalAfter ; + skos:definition "If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2."@en ; +. +:intervalContains + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval contains"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalDuring ; + skos:definition "If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2."@en ; +. +:intervalDisjoint + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalDisjoint another proper interval T2, then the beginning of T1 is after the end of T2, or the end of T1 is before the beginning of T2, i.e. the intervals do not overlap in any way, but their ordering relationship is not known."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval disjoint"@en ; + rdfs:range :ProperInterval ; + skos:definition "If a proper interval T1 is intervalDisjoint another proper interval T2, then the beginning of T1 is after the end of T2, or the end of T1 is before the beginning of T2, i.e. the intervals do not overlap in any way, but their ordering relationship is not known."@en ; + skos:note "This interval relation is not included in the 13 basic relationships defined in Allen (1984), but is defined in (T.3) as the union of :intervalBefore v :intervalAfter . However, that is outside OWL2 expressivity, so is implemented as an explicit property, with :intervalBefore , :intervalAfter as sub-properties"@en ; +. +:intervalDuring + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval during"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :intervalIn ; + owl:inverseOf :intervalContains ; + skos:definition "If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en ; +. +:intervalEquals + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval equals"@en ; + rdfs:range :ProperInterval ; + owl:propertyDisjointWith :intervalIn ; + skos:definition "If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; +. +:intervalFinishedBy + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval finished by"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalFinishes ; + skos:definition "If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; +. +:intervalFinishes + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval finishes"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :intervalIn ; + owl:inverseOf :intervalFinishedBy ; + skos:definition "If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; +. +:intervalIn + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalIn another proper interval T2, then the beginning of T1 is after the beginning of T2 or is coincident with the beginning of T2, and the end of T1 is before the end of T2, or is coincident with the end of T2, except that end of T1 may not be coincident with the end of T2 if the beginning of T1 is coincident with the beginning of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval in"@en ; + rdfs:range :ProperInterval ; + owl:propertyDisjointWith :intervalEquals ; + skos:definition "If a proper interval T1 is intervalIn another proper interval T2, then the beginning of T1 is after the beginning of T2 or is coincident with the beginning of T2, and the end of T1 is before the end of T2, or is coincident with the end of T2, except that end of T1 may not be coincident with the end of T2 if the beginning of T1 is coincident with the beginning of T2."@en ; + skos:note "This interval relation is not included in the 13 basic relationships defined in Allen (1984), but is referred to as 'an important relationship' in Allen and Ferguson (1997). It is the disjoint union of :intervalStarts v :intervalDuring v :intervalFinishes . However, that is outside OWL2 expressivity, so is implemented as an explicit property, with :intervalStarts , :intervalDuring , :intervalFinishes as sub-properties"@en ; +. +:intervalMeets + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval meets"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalMetBy ; + skos:definition "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en ; +. +:intervalMetBy + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval met by"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalMeets ; + skos:definition "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en ; +. +:intervalOverlappedBy + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval overlapped by"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalOverlaps ; + skos:definition "If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2."@en ; +. +:intervalOverlaps + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval overlaps"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalOverlappedBy ; + skos:definition "If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en ; +. +:intervalStartedBy + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval started by"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalStarts ; + skos:definition "If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2."@en ; +. +:intervalStarts + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval starts"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :intervalIn ; + owl:inverseOf :intervalStartedBy ; + skos:definition "If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2."@en ; +. +:minute + rdf:type owl:DatatypeProperty ; + rdfs:comment "Minute position in a calendar-clock system."@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "minute"@en ; + rdfs:range xsd:nonNegativeInteger ; + skos:definition "Minute position in a calendar-clock system."@en ; +. +:minutes + rdf:type owl:DatatypeProperty ; + rdfs:comment "length, or element of, a temporal extent expressed in minutes"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "minutes"@en ; + rdfs:range xsd:decimal ; + skos:definition "length, or element of, a temporal extent expressed in minutes"@en ; +. +:month + rdf:type owl:DatatypeProperty ; + rdfs:comment """Month position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar month from any calendar. """@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "month"@en ; + skos:definition """Month position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar month from any calendar. """@en ; +. +:monthOfYear + rdf:type owl:ObjectProperty ; + rdfs:comment "The month of the year, whose value is a member of the class time:MonthOfYear"@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "month of year"@en ; + rdfs:range :MonthOfYear ; + skos:definition "The month of the year, whose value is a member of the class time:MonthOfYear"@en ; + skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en ; +. +:months + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in months"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "months duration"@en ; + rdfs:range xsd:decimal ; + skos:definition "length of, or element of the length of, a temporal extent expressed in months"@en ; +. +:nominalPosition + rdf:type owl:DatatypeProperty ; + rdfs:comment "The (nominal) value indicating temporal position in an ordinal reference system "@en ; + rdfs:domain :TimePosition ; + rdfs:label "Name of temporal position"@en ; + rdfs:range xsd:string ; + skos:definition "The (nominal) value indicating temporal position in an ordinal reference system "@en ; +. +:numericDuration + rdf:type owl:DatatypeProperty ; + rdfs:comment "Value of a temporal extent expressed as a decimal number scaled by a temporal unit"@en ; + rdfs:domain :Duration ; + rdfs:label "Numeric value of temporal duration"@en ; + rdfs:range xsd:decimal ; + skos:definition "Value of a temporal extent expressed as a decimal number scaled by a temporal unit"@en ; +. +:numericPosition + rdf:type owl:DatatypeProperty ; + rdfs:comment "The (numeric) value indicating position within a temporal coordinate system "@en ; + rdfs:domain :TimePosition ; + rdfs:label "Numeric value of temporal position"@en ; + rdfs:range xsd:decimal ; + skos:definition "The (numeric) value indicating position within a temporal coordinate system "@en ; +. +:second + rdf:type owl:DatatypeProperty ; + rdfs:comment "Second position in a calendar-clock system."@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "second"@en ; + rdfs:range xsd:decimal ; +. +:seconds + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in seconds"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "seconds duration"@en ; + rdfs:range xsd:decimal ; + rdfs:seeAlso ; +. +:timeZone + rdf:type owl:ObjectProperty ; + rdfs:comment "The time zone for clock elements in the temporal position"@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "in time zone"@en ; + rdfs:range :TimeZone ; + skos:historyNote """In the original 2006 version of OWL-Time, the range of time:timeZone was a TimeZone class in a separate namespace \"http://www.w3.org/2006/timezone#\". +An alignment axiom + tzont:TimeZone rdfs:subClassOf time:TimeZone . +allows data encoded according to the previous version to be consistent with the updated ontology. """ ; + skos:note """IANA maintains a database of timezones. These are well maintained and generally considered authoritative, but individual items are not available at individual URIs, so cannot be used directly in data expressed using OWL-Time. + +DBPedia provides a set of resources corresponding to the IANA timezones, with a URI for each (e.g. http://dbpedia.org/resource/Australia/Eucla). The World Clock service also provides a list of time zones with the description of each available as an individual webpage with a convenient individual URI (e.g. https://www.timeanddate.com/time/zones/acwst). These or other, similar, resources might be used as a value of the time:timeZone property.""" ; +. +:unitDay + rdf:type :TemporalUnit ; + rdfs:label "Day (unit of temporal duration)"@en ; + skos:prefLabel "Tag"@de ; + skos:prefLabel "dag"@nl ; + skos:prefLabel "day"@en ; + skos:prefLabel "dia"@pt ; + skos:prefLabel "doba"@pl ; + skos:prefLabel "día"@es ; + skos:prefLabel "giorno"@it ; + skos:prefLabel "jour"@fr ; + skos:prefLabel "يوماً ما"@ar ; + skos:prefLabel "ある日"@jp ; + skos:prefLabel "一天"@zh ; + skos:prefLabel "언젠가"@kr ; + :days "1"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitHour + rdf:type :TemporalUnit ; + rdfs:label "Hour (unit of temporal duration)"@en ; + skos:prefLabel "Stunde"@de ; + skos:prefLabel "godzina"@pl ; + skos:prefLabel "heure"@fr ; + skos:prefLabel "hora"@es ; + skos:prefLabel "hora"@pt ; + skos:prefLabel "hour"@en ; + skos:prefLabel "ora"@it ; + skos:prefLabel "uur"@nl ; + skos:prefLabel "один час\"@ru" ; + skos:prefLabel "ساعة واحدة"@ar ; + skos:prefLabel "一小時"@zh ; + skos:prefLabel "一時間"@jp ; + skos:prefLabel "한 시간"@kr ; + :days "0"^^xsd:decimal ; + :hours "1"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitMinute + rdf:type :TemporalUnit ; + rdfs:label "Minute (unit of temporal duration)"@en ; + skos:prefLabel "Minute"@de ; + skos:prefLabel "minuta"@pl ; + skos:prefLabel "minute"@en ; + skos:prefLabel "minute"@fr ; + skos:prefLabel "minuto"@es ; + skos:prefLabel "minuto"@it ; + skos:prefLabel "minuto"@pt ; + skos:prefLabel "minuut"@nl ; + skos:prefLabel "одна минута"@ru ; + skos:prefLabel "دقيقة واحدة"@ar ; + skos:prefLabel "一分"@jp ; + skos:prefLabel "等一下"@zh ; + skos:prefLabel "분"@kr ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "1"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitMonth + rdf:type :TemporalUnit ; + rdfs:label "Month (unit of temporal duration)"@en ; + skos:prefLabel "maand"@nl ; + skos:prefLabel "mes"@es ; + skos:prefLabel "mese"@it ; + skos:prefLabel "miesiąc"@pl ; + skos:prefLabel "mois"@fr ; + skos:prefLabel "Monat"@de ; + skos:prefLabel "month"@en ; + skos:prefLabel "один месяц"@ru ; + skos:prefLabel "شهر واحد"@ar ; + skos:prefLabel "一か月"@jp ; + skos:prefLabel "一個月"@zh ; + skos:prefLabel "한달"@kr ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "1"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitSecond + rdf:type :TemporalUnit ; + rdfs:label "Second (unit of temporal duration)"@en ; + skos:prefLabel "Sekunde"@de ; + skos:prefLabel "Sekundę"@pl ; + skos:prefLabel "second"@en ; + skos:prefLabel "seconde"@fr ; + skos:prefLabel "seconde"@nl ; + skos:prefLabel "secondo"@it ; + skos:prefLabel "segundo"@es ; + skos:prefLabel "segundo"@pt ; + skos:prefLabel "ثانية واحدة"@ar ; + skos:prefLabel "一秒"@jp ; + skos:prefLabel "一秒"@zh ; + skos:prefLabel "일초"@kr ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "1"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitType + rdf:type owl:ObjectProperty ; + rdfs:comment "The temporal unit which provides the precision of a date-time value or scale of a temporal extent"@en ; + rdfs:domain [ + rdf:type owl:Class ; + owl:unionOf ( + :GeneralDateTimeDescription + :Duration + ) ; + ] ; + rdfs:label "temporal unit type"@en ; + rdfs:range :TemporalUnit ; +. +:unitWeek + rdf:type :TemporalUnit ; + rdfs:label "Week (unit of temporal duration)"@en ; + skos:prefLabel "Woche"@de ; + skos:prefLabel "semaine"@fr ; + skos:prefLabel "semana"@es ; + skos:prefLabel "semana"@pt ; + skos:prefLabel "settimana"@it ; + skos:prefLabel "tydzień"@pl ; + skos:prefLabel "week"@en ; + skos:prefLabel "week"@nl ; + skos:prefLabel "одна неделя"@ru ; + skos:prefLabel "سبوع واحد"@ar ; + skos:prefLabel "一周"@zh ; + skos:prefLabel "一週間"@jp ; + skos:prefLabel "일주일"@kr ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "1"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitYear + rdf:type :TemporalUnit ; + rdfs:label "Year (unit of temporal duration)"@en ; + skos:prefLabel "1 년"@kr ; + skos:prefLabel "1年"@jp ; + skos:prefLabel "Jahr"@de ; + skos:prefLabel "rok"@pl ; + skos:prefLabel "an"@fr ; + skos:prefLabel "anno"@it ; + skos:prefLabel "ano"@pt ; + skos:prefLabel "jaar"@nl ; + skos:prefLabel "un año"@es ; + skos:prefLabel "year"@en ; + skos:prefLabel "один год"@ru ; + skos:prefLabel "سنة واحدة"@ar ; + skos:prefLabel "一年"@zh ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "1"^^xsd:decimal ; +. +:week + rdf:type owl:DatatypeProperty ; + rdfs:comment "Week number within the year."@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "week"@en ; + rdfs:range xsd:nonNegativeInteger ; + skos:note "Weeks are numbered differently depending on the calendar in use and the local language or cultural conventions (locale). ISO-8601 specifies that the first week of the year includes at least four days, and that Monday is the first day of the week. In that system, week 1 is the week that contains the first Thursday in the year."@en ; +. +:weeks + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in weeks"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "weeks duration"@en ; + rdfs:range xsd:decimal ; +. +:xsdDateTime + rdf:type owl:DatatypeProperty ; + rdf:type owl:DeprecatedProperty ; + rdfs:comment "Value of DateTimeInterval expressed as a compact value."@en ; + rdfs:domain :DateTimeInterval ; + rdfs:label "has XSD date-time"@en ; + rdfs:range xsd:dateTime ; + owl:deprecated "true"^^xsd:boolean ; + skos:note "Using xsd:dateTime in this place means that the duration of the interval is implicit: it corresponds to the length of the smallest non-zero element of the date-time literal. However, this rule cannot be used for intervals whose duration is more than one rank smaller than the starting time - e.g. the first minute or second of a day, the first hour of a month, or the first day of a year. In these cases the desired interval cannot be distinguished from the interval corresponding to the next rank up. Because of this essential ambiguity, use of this property is not recommended and it is deprecated."@en ; +. +:year + rdf:type owl:DatatypeProperty ; + rdfs:comment """Year position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar year from any calendar. """@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "year"@en ; +. +:years + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in years"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "years duration"@en ; + rdfs:range xsd:decimal ; +. + +:DateTimeDescription + rdfs:comment "Descripción de fecha y tiempo estructurada con valores separados para los diferentes elementos de un sistema calendario-reloj. El sistema de referencia temporal está fijado al calendario gregoriano, y el rango de las propiedades año, mes, día restringidas a los correspondientes tipos del XML Schema xsd:gYear, xsd:gMonth y xsd:gDay respectivamente."@es ; + rdfs:label "descripción de fecha-tiempo"@es ; + skos:definition "Descripción de fecha y tiempo estructurada con valores separados para los diferentes elementos de un sistema calendario-reloj. El sistema de referencia temporal está fijado al calendario gregoriano, y el rango de las propiedades año, mes, día restringidas a los correspondientes tipos del XML Schema xsd:gYear, xsd:gMonth y xsd:gDay respectivamente."@es . + +:minute rdfs:comment "Posición de minuto en un sistema calendario-reloj."@es ; + rdfs:label "minuto"@es ; + skos:definition "Posición de minuto en un sistema calendario-reloj."@es . + +:inXSDgYearMonth + rdfs:comment "Posición de un instante, expresado utilizando xsd:gYearMonth."@es ; + rdfs:label "en año-mes gregoriano XSD"@es ; + skos:definition "Posición de un instante, expresado utilizando xsd:gYearMonth."@es . + +:unitType + rdfs:comment "La unidad de tiempo que proporciona la precisión de un valor fecha-hora o la escala de una extensión temporal."@es ; + rdfs:label "tipo de unidad temporal"@es . + +:days rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en días."@es ; + rdfs:label "duración en días"@es ; + skos:definition "Longitud de, o elemento de la longitud de, una extensión temporal expresada en días."@es . + +:TimeZone + rdfs:comment """Un huso horario especifica la cantidad en que la hora local está desplazada con respecto a UTC. + Un huso horario normalmente se denota geográficamente (p.ej. el horario de verano del este de Australia), con un valor constante en una región dada. + La región donde aplica y el desplazamiento desde UTC las especifica una autoridad gubernamental localmente reconocida."""@es ; + rdfs:label "huso horario"@es ; + skos:definition """Un huso horario especifica la cantidad en que la hora local está desplazada con respecto a UTC. + Un huso horario normalmente se denota geográficamente (p.ej. el horario de verano del este de Australia), con un valor constante en una región dada. + La región donde aplica y el desplazamiento desde UTC las especifica una autoridad gubernamental localmente reconocida."""@es ; + skos:historyNote """En la versión original de OWL-Time de 2006, se definió, en un espacio de nombres diferente \"http://www.w3.org/2006/timezone#\", la clase 'huso horario', con varias propiedades específicas correspondientes a un modelo específico de huso horario. + En la versión actual hay una clase con el mismo nombre local en el espacio de nombres de OWL-Time, eliminando la dependencia del espacio de nombres externo. + Un axioma de alineación permite que los datos codificados de acuerdo con la versión anterior sean consistentes con la ontología actualizada."""@es ; + skos:note """Un huso horario designado está asociado con una región geográfica. Sin embargo, para una región particular el desplazamiento desde UTC a menudo varía según las estaciones, y las fechas de los cambios pueden variar de un año a otro. La designación de huso horario normalmente cambia de una estación a otra (por ejemplo, el horario estándar frente al horario de verano ambos del este de Australia). Además, del desplazamiento para un huso horario puede cambiar sobre escalas de tiempo mayores, aunque su designación no lo haga. + Se puede encontrar una guía detallada sobre el funcionamiento de husos horarios en http://www.w3.org/TR/timezone/."@es , "En [owl-time-20060927] se describió una ontología para descripciones de husos horarios, y se proporcionó en un espacio de nombres separado tzont:. Sin embargo, dicha ontología estaba incompleta en su alcance, y el ejemplo de conjuntos de datos (datasets) era selectivo. Además, puesto que el uso de una clase de una ontología externa como el rango de una propiedad de objeto en OWL-Time crea una dependencia, la referencia a la clase huso horario se ha reemplazado por una clase que viene a ser un \"cajón de sastre\" en la en la parte normativa de esta versión de OWL-Time."""@es ; + skos:scopeNote "En esta implementación 'huso horario' no tiene definidas propiedades. Se debería pensar como una superclase \"abstracta\" de todas las implementaciones de huso horario específicas."@es . + +:numericDuration + rdfs:comment "Valor de una extensión temporal expresada como un número decimal escalado por una unidad de tiempo."@es ; + rdfs:label "valor numérico de duración temporal"@es ; + skos:definition "Valor de una extensión temporal expresada como un número decimal escalado por una unidad de tiempo."@es . + +:hasDateTimeDescription + rdfs:comment "Valor de intervalo de fecha-hora expresado como un valor estructurado. El principio y el final del intervalo coincide con los límites del elemento más corto en la descripción."@es ; + rdfs:label "tiene descripción fecha-hora"@es ; + skos:definition "Valor de intervalo de fecha-hora expresado como un valor estructurado. El principio y el final del intervalo coincide con los límites del elemento más corto en la descripción."@es . + +:intervalIn + rdfs:comment "Si un intervalo propio T1 es un intervalo interior a otro intervalo propio T2, entonces el principio de T1 está después del principio de T2 o coincide con el principio de T2, y el final de T1 está antes que el final de T2, o coincide con el final de T2, excepto que el final de T1 puede no coincidir con el final de T2 si el principio de T1 coincide con el principio de T2."@es ; + rdfs:label "intervalo interior"@es ; + skos:definition "Si un intervalo propio T1 es un intervalo interior a otro intervalo propio T2, entonces el principio de T1 está después del principio de T2 o coincide con el principio de T2, y el final de T1 está antes que el final de T2, o coincide con el final de T2, excepto que el final de T1 puede no coincidir con el final de T2 si el principio de T1 coincide con el principio de T2."@es ; + skos:note "Esta relación entre intervalos no estaba incluida en las 13 relaciones básicas definidas por Allen (1984), pero se hace referencia a ella como \"una relación importante\" en Allen y Ferguson (1997). Es la unión disjunta de 'intervalo empieza', 'intervalo durante' y con 'intervalo termina'. Sin embargo, esto está fuera de la expresividad de OWL2, por tanto, se implementa como una propiedad explícita, con 'intervalo empieza', 'intervalo durante' e 'intervalo termina' como sub-propiedades."@es . + +:timeZone + rdfs:label "en huso horario"@es ; + skos:historyNote """En la versión original de OWL-Time de 2006, el rango de 'en huso horario' se definió en un espacio de nombres diferente \"http://www.w3.org/2006/timezone#\". + Un axioma de alineación permite que los datos codificados de acuerdo con la versión anterior sean consistentes con la ontología actualizada."""@es ; + skos:note """IANA mantiene una base de datos de husos horarios. Éstas están bien mantenidas y generalmente se consideran autorizadas, pero los ítems individuales no están disponibles en URIs individuales, por tanto, no se pueden utilizar directamente en datos expresados utilizando OWL-Time. + La BDPedia proporciona un conjunto de recursos correspondientes a los husos horarios de IANA, con una URI para cada uno (por ejemplo, http://dbpedia.org/resource/Australia/Eucla). El Servicio de Reloj Mundial también proporciona una lista de husos horarios con la descripción de cada uno de los disponibles como una página Web individual con una URI adecuada individual (por ejemplo, https://www.timeanddate.com/time/zones/acwst). Éstos, y otros recursos similares, se puden usar como un valor de la propiedad 'huso horario'."""@es . + + + rdfs:label "Tiempo en OWL"@es ; + dct:contributor . + +:hasXSDDuration + rdfs:comment "Extensión de una entidad temporal, expresada utilizando xsd:duration."@es ; + rdfs:label "tiene duración XSD"@es ; + skos:definition "Extensión de una entidad temporal, expresada utilizando xsd:duration."@es ; + skos:editorialNote "Característica arriesgada - añadida en la revisión de 2017, y todavía no ampliamente utilizada."@es . + +:hour rdfs:comment "Posición de hora en un sistema calendario-reloj."@es ; + rdfs:label "hora"@es ; + skos:definition "Posición de hora en un sistema calendario-reloj."@es . + +:Instant + rdfs:comment "Una entidad temporal con una extensión o duración cero."@es ; + rdfs:label "instante de tiempo."@es ; + skos:definition "Una entidad temporal con una extensión o duración cero."@es . + +:generalMonth + rdfs:comment """Mes del año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gMonth, excepto que se permiten valores hasta el 20, con el propósito de proporcionar soporte a calendarios con años con más de 12 meses. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es ; + rdfs:label "Mes generalizado"@es ; + skos:definition """Mes del año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gMonth, excepto que se permiten valores hasta el 20, con el propósito de proporcionar soporte a calendarios con años con más de 12 meses. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es . + +:month rdfs:comment """Posición de mes en un sistema calendario-reloj. + El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación específica de un mes de calendario de un calendario cualquiera."""@es ; + rdfs:label "mes"@es ; + skos:definition """Posición de mes en un sistema calendario-reloj. + El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación específica de un mes de calendario de un calendario cualquiera."""@es . + +:intervalStarts + rdfs:comment "Si un intervalo propio T1 empieza otro intervalo propio T2, entonces del principio de T1 con el principio de T2, y el final de T1 es anterior al final de T2."@es ; + rdfs:label "intervalo empieza"@es ; + skos:definition "Si un intervalo propio T1 empieza otro intervalo propio T2, entonces del principio de T1 con el final de T2, y el final de T1 es anterior al final de T2."@es . + +:dayOfWeek + rdfs:comment "El día de la semana, cuyo valor es un miembro de la clase 'día de la semana'." ; + rdfs:label "día de la semana"@es ; + skos:definition "El día de la semana, cuyo valor es un miembro de la clase 'día de la semana'."@es . + +:inXSDDate + rdfs:comment "Posición de un instante, expresado utilizando xsd:date."@es ; + rdfs:label "en fecha XSD"@es ; + skos:definition "Posición de un instante, expresado utilizando xsd:date."@es . + +:hasDuration + rdfs:comment "Duración de una entidad temporal, expresada como un valor escalado o un valor nominal."@es ; + rdfs:label "tiene duración"@es ; + skos:definition "Duración de una entidad temporal, evento o actividad, o cosa, expresada como un valor escalado."@es . + +:ProperInterval + rdfs:comment "Una entidad temporal con extensión o duración distinta de cero, es decir, para la cual los valores de principio y fin del intervalo son diferentes."@es ; + rdfs:label "intervalo propio"@es ; + skos:definition "Una entidad temporal con extensión o duración distinta de cero, es decir, para la cual los valores de principio y fin del intervalo son diferentes."@es . + +:hasTime + rdfs:comment "Proporciona soporte a la asociación de una entidad temporal (instante o intervalo) a cualquier cosa."@es ; + rdfs:label "tiene tiempo"@es ; + skos:definition "Proporciona soporte a la asociación de una entidad temporal (instante o intervalo) a cualquier cosa."@es ; + skos:editorialNote "Característica arriesgada -añadida en la revisión del 2017 que no ha sido todavía utilizada de forma amplia."@es . + +:hasBeginning + rdfs:comment "Comienzo de una entidad temporal."@es ; + rdfs:label "tiene principio"@es ; + skos:definition "Comienzo de una entidad temporal."@es . + +:intervalEquals + rdfs:comment "Si un intervalo propio T1 es igual a otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 coincide con el final de T2."@es ; + rdfs:label "intervalo igual"@es ; + skos:definition "Si un intervalo propio T1 es igual a otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 coincide con el final de T2."@es . + +:MonthOfYear + rdfs:comment "El mes del año."@es ; + rdfs:label "mes del año"@es ; + skos:definition "El mes del año."@es ; + skos:editorialNote "Característica en riesgo - añadida en la revisión de 2017, y no utilizada todavía de forma amplia."@es ; + skos:note "La pertenencia a la clase 'mes del año' está abierta, a permitir calendarios anuales alternativos y diferentes nombres de meses."@es . + +:seconds + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en segundos."@es ; + rdfs:label "duración en segundos"@es ; + rdfs:seeAlso . + +:intervalOverlappedBy + rdfs:comment "Si un intervalo propio T1 es 'intervalo solapado por' otro intervalo propio T2, entonces el principio de T1 es posterior al principio de T2, y el principio de T1 es anterior al final de T2, y el final de T1 es posterior al final de T2."@es ; + rdfs:label "intervalo solapado por"@es ; + skos:definition "Si un intervalo propio T1 es 'intervalo solapado por' otro intervalo propio T2, entonces el principio de T1 es posterior al principio de T2, y el principio de T1 es anterior al final de T2, y el final de T1 es posterior al final de T2."@es . + +:minutes + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en minutos."@es ; + rdfs:label "minutos"@es ; + skos:definition "Longitud de, o elemento de la longitud de, una extensión temporal expresada en minutos."@es . + +:inXSDgYear + rdfs:comment "Posición de un instante, expresado utilizando xsd:gYear."@es ; + rdfs:label "en año gregoriano XSD"@es ; + skos:definition "Posición de un instante, expresado utilizando xsd:gYear."@es . + +:intervalDuring + rdfs:comment "Si un intervalo propio T1 está durante otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 está antes que el final de T2."@es ; + rdfs:label "intervalo durante"@es ; + skos:definition "Si un intervalo propio T1 está durante otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 está antes que el final de T2."@es . + +:intervalStartedBy + rdfs:comment "Si un intervalo propio T1 es empezado por otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 es posterior al final de T2."@es ; + skos:definition "Si un intervalo propio T1 es empezado por otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 es posterior al final de T2."@es . + +:intervalFinishedBy + rdfs:comment "Si un intervalo propio T1 está terminado por otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 coincide con el final de T2."@es ; + rdfs:label "intervalo terminado por"@es ; + skos:definition "Si un intervalo propio T1 está terminado por otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 coincide con el final de T2."@es . + +:Duration + rdfs:comment "Duración de una extensión temporal expresada como un número escalado por una unidad temporal."@es ; + rdfs:label "duración de tiempo" ; + skos:definition "Duración de una extensión temporal expresada como un número escalado por una unidad temporal."@es ; + skos:note "Alternativa a 'descripción de tiempo' para proporcionar descripción soporte a una duración temporal diferente a utilizar un sistema de calendario/reloj."@es . + +:xsdDateTime + rdfs:comment "Valor de 'intervalo de fecha-hora' expresado como un valor compacto."@es ; + rdfs:label "tiene fecha-hora XSD"@es ; + skos:note "Utilizando xsd:dateTime en este lugar significa que la duración del intervalo está implícita: se corresponde con la longitud del elemento más pequeño distinto de cero del literal fecha-hora. Sin embargo, esta regla no se puede utilizar para intervalos cuya duración es mayor que un rango más pequeño que el tiempo de comienzo - p.ej. el primer minuto o segundo del día, la primera hora del mes, o el primer día del año. En estos casos el intervalo deseado no se puede distinguir del intervalo correspondiente al próximo rango más alto. Debido a esta ambigüedad esencial, no se recomienda el uso de esta propiedad y está desaprobada." . + +:second rdfs:comment "Posición de segundo en un sistema calendario-reloj."@es ; + rdfs:label "segundo"@es . + +:week rdfs:comment "Número de semana en el año."@es ; + rdfs:label "semana"@es ; + skos:scopeNote "Las semanas están numeradas de forma diferente dependiendo del calendario en uso y de las convenciones lingüísticas y culturales locales (locale en inglés). El ISO-8601 especifica que la primera semana del año incluye al menos cuatro días, y que el lunes es el primer día de la semana. En ese sistema, la semana 1 es la semana que contiene el primer jueves del año."@es . + +:intervalMeets + rdfs:comment "Si un intervalo propio T1 se encuentra con otro intervalo propio T2, entonces el final de T1 coincide con el principio de T2."@es ; + rdfs:label "intervalo se encuentra"@es ; + skos:definition "Si un intervalo propio T1 se encuentra con otro intervalo propio T2, entonces el final de T1 coincide con el principio de T2."@es . + +:inDateTime + rdfs:comment "Posición de un instante, expresada utilizando una descripción estructurada."@es ; + rdfs:label "en descripción de fecha-hora"@es ; + skos:definition "Posición de un instante, expresada utilizando una descripción estructurada."@es . + +:intervalFinishes + rdfs:comment "Si un intervalo propio T1 termina otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 coincide con el final de T2."@es ; + rdfs:label "intervalo termina"@es ; + skos:definition "Si un intervalo propio T1 termina otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 coincide con el final de T2."@es . + +:intervalMetBy + rdfs:comment "Si un intervalo propio T1 es 'intervalo encontrado por' otro intervalo propio T2, entonces el principio de T1 coincide con el final de T2."@es ; + rdfs:label "intervalo encontrado por"@es ; + skos:definition "Si un intervalo propio T1 es 'intervalo encontrado por' otro intervalo propio T2, entonces el principio de T1 coincide con el final de T2."@es . + +:years rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en años."@es ; + rdfs:label "duración en años"@es . + +:day rdfs:comment "Posición de día en un sistema calendario-reloj."@es ; + rdfs:label "día"@es ; + skos:definition """Posición de día en un sistema calendario-reloj. + +El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por una representación específica de un día de calendario de cualquier calendario."""@es . + +:inXSDDateTime + rdfs:comment "Posición de un instante, expresado utilizando xsd:dateTime."@es ; + rdfs:label "en fecha-tiempo XSD"@es ; + skos:definition "Posición de un instante, expresado utilizando xsd:dateTime."@es ; + skos:note "La propiedad 'en fecha-hora XSD' ha sido reemplazada por 'en fecha-sello de tiempo XSD' que hace obligatorio el campo 'huso horario'."@es . + +:TimePosition + rdfs:comment "Una posición temporal descrita utilizando bien un valor (nominal) de un sistema de referencia ordinal, o un valor (numérico) en un sistema de coordenadas temporales."@es ; + rdfs:label "posición de tiempo"@es ; + skos:definition "Una posición temporal descrita utilizando bien un valor (nominal) de un sistema de referencia ordinal, o un valor (numérico) en un sistema de coordenadas temporales."@es . + +:intervalBefore + rdfs:comment "Si un intervalo propio T1 está antes que otro intervalo propio T2, entonces el final de T1 está antes que el principio de T2."@es ; + rdfs:label "intervalo anterior"@es ; + skos:definition "Si un intervalo propio T1 está antes que otro intervalo propio T2, entonces el final de T1 está antes que el principio de T2."@es . + +:TemporalEntity + rdfs:comment "Un intervalo temporal o un instante."@es ; + rdfs:label "entidad temporal"@es ; + skos:definition "Un intervalo temporal o un instante."@es . + +:intervalDisjoint + rdfs:comment "Si un intervalo propio T1 es disjunto con otro intervalo propio T2, entonces el principio de T1 está después del final de T2, o el final de T1 está antes que el principio de T2, es decir, los intervalos no se solapan de ninguna forma, aunque su relación de orden no se conozca."@es ; + rdfs:label "intervalo disjunto"@es ; + skos:definition "Si un intervalo propio T1 es disjunto con otro intervalo propio T2, entonces el principio de T1 está después del final de T2, o el final de T1 está antes que el principio de T2, es decir, los intervalos no se solapan de ninguna forma, aunque su relación de orden no se conozca."@es ; + skos:note "Esta relación entre intervalos no estaba incluida en las 13 relaciones básicas definidas por Allen (1984), pero está definida en T.3 como la unión de 'intervalo anterior' con 'intervalo posterior'. Sin embargo, esto está fuera de la expresividad de OWL2, por tanto, está implementado como una propiedad explícita, con 'intervalo anterior' e 'intervalo posterior' como sub-propiedades."@es . + +:TRS rdfs:comment """Un sistema de referencia temporal, tal como un sistema de coordenadas temporales (con un origen, una dirección y una escala), una combinación calendario-reloj, o un sistema ordinal (posiblemente jerárquico). + Esta clase comodín representa el conjunto de todos los sistemas de referencia temporal."""@es ; + rdfs:label "sistema de referencia temporal"@es ; + skos:definition """Un sistema de referencia temporal, tal como un sistema de coordenadas temporales (con un origen, una dirección y una escala), una combinación calendario-reloj, o un sistema ordinal (posiblemente jerárquico). + Esta clase comodín representa el conjunto de todos los sistemas de referencia temporal."""@es ; + skos:note "En el ISO 19108:2002 [ISO19108] se proporciona una taxonomía de sistemas de referencia temporal, incluyendo (a) sistemas de calendario + reloj; (b) sistemas de coordenadas temporales (es decir, desplazamiento numérico a partir de una época); (c) sistemas de referencia ordinales temporales (es decir, secuencia ordenada de intervalos nombrados, no necesariamente de igual duración)."@es . + +:intervalAfter + rdfs:comment "Si un intervalo propio T1 es posterior a otro intervalo propio T2, entonces el principio de T1 está después que el final de T2." ; + rdfs:label "intervalo posterior"@es ; + skos:definition "Si un intervalo propio T1 es posterior a otro intervalo propio T2, entonces el principio de T1 está después que el final de T2."@es . + +:nominalPosition + rdfs:comment "El valor (nominal) que indica posición temporal en un sistema de referencia ordinal."@es ; + rdfs:label "nombre de posición temporal"@es ; + skos:definition "El valor (nominal) que indica posición temporal en un sistema de referencia ordinal."@es . + +:hasEnd rdfs:comment "Final de una entidad temporal."@es ; + rdfs:label "tiene fin"@es ; + skos:definition "Final de una entidad temporal."@es . + +:numericPosition + rdfs:comment "El valor (numérico) que indica posición temporal en un sistema de referencia ordinal."@es ; + rdfs:label "valor numérico de posición temporal"@es ; + skos:definition "El valor (numérico) que indica posición temporal en un sistema de referencia ordinal."@es . + +:GeneralDurationDescription + rdfs:comment "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario."@es ; + rdfs:label "descripción de duración generalizada"@es ; + skos:definition "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario."@es ; + skos:note "La extensión de una duración de tiempo expresada como una 'descripción de duración general' depende del Sistema de Referencia Temporal. En algunos calendarios la longitud de la semana o del mes no es constante a lo largo del año. Por tanto, un valor como \"25 meses\" puede no ser necesariamente ser comparado con un duración similar expresada en términos de semanas o días. Cuando se consideran calendarios que no están basados en el movimiento de la Tierra, se deben tomar incluso más precauciones en la comparación de duraciones."@es . + +:weeks rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en semanas."@es ; + rdfs:label "duración en semanas"@es . + +:inXSDDateTimeStamp + rdfs:comment "Posición de un instante, expresado utilizando xsd:dateTimeStamp."@es ; + rdfs:label "en fecha-sello de tiempo XSD"@es ; + skos:definition "Posición de un instante, expresado utilizando xsd:dateTimeStamp."@es . + +:intervalContains + rdfs:comment "Si un intervalo propio T1 contiene otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 está después del final de T2."@es ; + rdfs:label "intervalo contiene"@es ; + skos:definition "Si un intervalo propio T1 contiene otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 está después del final de T2."@es . + +:DateTimeInterval + rdfs:comment "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es ; + rdfs:label "intervalo de fecha-hora"@es ; + skos:definition "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es ; + skos:note "'intervalo de fecha-hora' se puede utilizar sólo para un intervalo cuyos límites coinciden con un elemento de fecha-hora alineados con el calendario y la zona horaria indicados. Por ejemplo, aunque ambos tienen una duración de un día, el intervalo de 24 horas que empieza en la media noche del comienzo del 8 mayo en Europa Central se puede expresar como un 'intervalo de fecha-hora', el intervalo de 24 horas que empieza a las 1:30pm no."@es . + +:dayOfYear + rdfs:comment "El número de día en el año."@es ; + rdfs:label "día del año"@es ; + skos:definition "El número de día en el año."@es . + +:monthOfYear + rdfs:comment "El mes del año, cuyo valor es un miembro de la clase 'mes del año'."@es ; + rdfs:label "mes del año"@es ; + skos:definition "El mes del año, cuyo valor es un miembro de la clase 'mes del año'."@es ; + skos:editorialNote "Característica arriesgada - añadida en la revisión de 2017, y todavía no ampliamente utilizada."@es . + +:hasTRS rdfs:comment "El sistema de referencia temporal utilizado por una posición temporal o descripción de extensión."@es ; + rdfs:label "sistema de referencia temporal utilizado"@es ; + skos:definition "El sistema de referencia temporal utilizado por una posición temporal o descripción de extensión."@es . + +:Interval + rdfs:comment "Una entidad temporal con una extensión o duración."@es ; + rdfs:label "intervalo de tiempo"@es ; + skos:definition "Una entidad temporal con una extensión o duración."@es . + +:GeneralDateTimeDescription + rdfs:comment "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj."@es ; + rdfs:label "descripción de fecha-hora generalizada"@es ; + skos:definition "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj." ; + skos:note "Algunas combinaciones de propiedades son redundantes - por ejemplo, dentro de un 'año' especificado si se proporciona 'día del año' entonces 'día' y 'mes' se pueden computar, y viceversa. Los valores individuales deberían ser consistentes entre ellos y con el calendario, indicado a través del valor de la propiedad 'tiene TRS'."@es . + +:inTimePosition + rdfs:comment "Posición de un instante, expresada como una coordenada temporal o un valor nominal."@es ; + rdfs:label "posición de tiempo"@es ; + skos:definition "Posición de un instante, expresada como una coordenada temporal o un valor nominal."@es . + +:year rdfs:comment """Posición de año en un sistema calendario-reloj. + +l rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación específica de un año de calendario de un calendario cualquiera."""@es . + +:DayOfWeek + rdfs:comment "El día de la semana"@es ; + rdfs:label "día de la semana"@es ; + skos:definition "El día de la semana"@es ; + skos:note "La pertenencia a la clase 'día de la semana' está abierta, para permitir longitudes de semana alternativas y diferentes nombres de días."@es . + +:generalDay + rdfs:comment """Día del mes - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gDay, excepto que se permiten valores hasta el 99, con el propósito de proporcionar soporte a calendarios con meses con más de 31 días. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es ; + rdfs:label "Día generalizado"@es ; + skos:definition """Día del mes - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gDay, excepto que se permiten valores hasta el 99, con el propósito de proporcionar soporte a calendarios con meses con más de 31 días. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es . + +:hasTemporalDuration + rdfs:comment "Duración de una entidad temporal."@es ; + rdfs:label "tiene duración temporal"@es ; + skos:definition "Duración de una entidad temporal."@es . + +:DurationDescription + rdfs:comment "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario. El sistema de referencia temporal se fija al calendario gregoriano, y el intervalo de cada una de las propiedades numéricas se restringe a xsd:decimal."@es ; + rdfs:label "descripción de duración"@es ; + skos:definition "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario. El sistema de referencia temporal se fija al calendario gregoriano, y el intervalo de cada una de las propiedades numéricas se restringe a xsd:decimal."@es ; + skos:note "En el calendario gregoriano la longitud de los meses no es fija. Por lo tanto, un valor como \"2,5 meses\" no se puede comparar exactamente con una duración similar expresada en términos de semanas o días."@es . + +:TemporalPosition + rdfs:comment "Una posición sobre una línea de tiempo."@es ; + rdfs:label "posición temporal"@es ; + skos:definition "Una posición sobre una línea de tiempo."@es . + +:generalYear + rdfs:comment """Número de año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gYear, aunque no está restringido a valores del calendario gregoriano. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es ; + rdfs:label "Año generalizado"@es ; + skos:definition """Número de año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gYear, aunque no está restringido a valores del calendario gregoriano. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es . + +:hours rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en horas."@es ; + rdfs:label "duración en horas"@es ; + skos:definition "Longitud de, o elemento de la longitud de, una extensión temporal expresada en horas."@es . + +:TemporalUnit + rdfs:comment "Una duración estándar, que proporciona un factor de escala para una extensión de tiempo, o la granularidad o precisión para una posición de tiempo."@es ; + rdfs:label "unidad de tiempo"@es ; + skos:definition "Una duración estándar, que proporciona un factor de escala para una extensión de tiempo, o la granularidad o precisión para una posición de tiempo."@es ; + skos:note "La pertenencia de la clase 'unidad de tiempo' está abierta, para permitir otras unidades de tiempo utilizadas en algunas aplicaciones técnicas (por ejemplo, millones de años o el mes Baha'i)."@es . + +:hasDurationDescription + rdfs:comment "Duración de una entidad temporal, expresada utilizando una descripción estructurada."@es ; + rdfs:label "tiene descripción de duración"@es ; + skos:definition "Duración de una entidad temporal, expresada utilizando una descripción estructurada."@es . + +:intervalOverlaps + rdfs:comment "Si un intervalo propio T1 se solapa con otro intervalo propio T2, entonces el principio de T1 es anterior al principio de T2, el final de T1 es posterior al principio de T2, y el final de T1 es anterior al final de T2."@es , "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es ; + rdfs:label "intervalo se solapa"@es ; + skos:definition "Si un intervalo propio T1 se solapa con otro intervalo propio T2, entonces el principio de T1 es anterior al principio de T2, el final de T1 es posterior al principio de T2, y el final de T1 es anterior al final de T2."@es . + +:before rdfs:comment "Asume una dirección en el tiempo. Si una entidad temporal T1 está antes que otra entidad temporal T2, entonces el final de T1 está antes que el principio de T2. Así, \"antes\" se puede considerar básica para instantes y derivada para intervalos."@es ; + rdfs:label "antes"@es ; + skos:definition "Asume una dirección en el tiempo. Si una entidad temporal T1 está antes que otra entidad temporal T2, entonces el final de T1 está antes que el principio de T2. Así, \"antes\" se puede considerar básica para instantes y derivada para intervalos."@es . + +:after rdfs:comment "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es ; + rdfs:label "después"@es ; + skos:definition "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es . + +:inside rdfs:comment "Un instante que cae dentro del intervalo. Se asume que no es ni el principio ni el final de ningún intervalo."@es ; + rdfs:label "tiene instante de tiempo dentro"@es ; + skos:definition "Un instante que cae dentro del intervalo. Se asume que no es ni el principio ni el final de ningún intervalo."@es . + +:inTemporalPosition + rdfs:comment "Posición de un instante de tiempo."@es ; + rdfs:label "posición temporal"@es ; + skos:definition "Posición de un instante de tiempo."@es . + +xsd:dateTimeStamp rdfs:label "sello de tiempo"@es . + +:months rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en meses."@es ; + rdfs:label "duración en meses"@es ; + skos:definition "Longitud de, o elemento de la longitud de, una extensión temporal expresada en meses."@es . + +:TemporalDuration + rdfs:comment "Extensión de tiempo; duración de un intervalo de tiempo independiente de su posición de inicio particular."@es ; + rdfs:label "duración temporal"@es ; + skos:definition "Extensión de tiempo; duración de un intervalo de tiempo independiente de su posición de inicio particular."@es . \ No newline at end of file diff --git a/data/ontologies/zugferd/FACTUR-X_EN16931.sch b/data/ontologies/zugferd/FACTUR-X_EN16931.sch new file mode 100644 index 00000000..80aeb6a0 --- /dev/null +++ b/data/ontologies/zugferd/FACTUR-X_EN16931.sch @@ -0,0 +1,2185 @@ + + Schema for Factur-X; 1.08; EN16931-COMPLIANT (FULLY) + + + + + + + + [PEPPOL-EN16931-R008]-Document MUST not contain empty elements. (still status warning) + + + + + + [BR-52]-Each Additional supporting document (BG-24) shall contain a Supporting document reference (BT-122). + + + + + + [BR-45]-Each VAT breakdown (BG-23) shall have a VAT category taxable amount (BT-116). + + [BR-46]-Each VAT breakdown (BG-23) shall have a VAT category tax amount (BT-117). + + [BR-47]-Each VAT breakdown (BG-23) shall be defined through a VAT category code (BT-118). + + [BR-48]-Each VAT breakdown (BG-23) shall have a VAT category rate (BT-119), except if the Invoice is not subject to VAT. + + [BR-CO-03]-Value added tax point date (BT-7) and Value added tax point date code (BT-8) are mutually exclusive. + + [BR-CO-17]-VAT category tax amount (BT-117) = VAT category taxable amount (BT-116) x (VAT category rate (BT-119) / 100), rounded to two decimals. + + [BR-DEC-19]-The allowed maximum number of decimals for the VAT category taxable amount (BT-116) is 2. + + [BR-DEC-20]-The allowed maximum number of decimals for the VAT category tax amount (BT-117) is 2. + + + + + + [BR-Z-08]-In a VAT breakdown (BG-23) where VAT category code (BT-118) is "Zero rated" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amount (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Zero rated". + + [BR-Z-09]-The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "Zero rated" shall equal 0 (zero). + + [BR-Z-10]-A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Zero rated" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + [BR-S-09]-The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "Standard rated" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + [BR-S-10]-A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Standard rate" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + [BR-S-08]-For each different value of VAT category rate (BT-119) where the VAT category code (BT-118) is "Standard rated", the VAT category taxable amount (BT-116) in a VAT breakdown (BG-23) shall equal the sum of Invoice line net amounts (BT-131) plus the sum of document level charge amounts (BT-99) minus the sum of document level allowance amounts (BT-92) where the VAT category code (BT-151, BT-102, BT-95) is "Standard rated" and the VAT rate (BT-152, BT-103, BT-96) equals the VAT category rate (BT-119). + + + + + + [BR-29]-If both Invoicing period start date (BT-73) and Invoicing period end date (BT-74) are given then the Invoicing period end date (BT-74) shall be later or equal to the Invoicing period start date (BT-73). + + [BR-CO-19]-If Invoicing period (BG-14) is used, the Invoicing period start date (BT-73) or the Invoicing period end date (BT-74) shall be filled, or both. + + + + + + [BR-31]-Each Document level allowance (BG-20) shall have a Document level allowance amount (BT-92). + + [BR-32]-Each Document level allowance (BG-20) shall have a Document level allowance VAT category code (BT-95). + + [BR-33]-Each Document level allowance (BG-20) shall have a Document level allowance reason (BT-97) or a Document level allowance reason code (BT-98). + + [BR-CO-05]-Document level allowance reason code (BT-98) and Document level allowance reason (BT-97) shall indicate the same type of allowance. + + [BR-CO-21]-Each Document level allowance (BG-20) shall contain a Document level allowance reason (BT-97) or a Document level allowance reason code (BT-98), or both. + + [BR-DEC-01]-The allowed maximum number of decimals for the Document level allowance amount (BT-92) is 2. + + [BR-DEC-02]-The allowed maximum number of decimals for the Document level allowance base amount (BT-93) is 2. + + + + + + [BR-36]-Each Document level charge (BG-21) shall have a Document level charge amount (BT-99). + + [BR-37]-Each Document level charge (BG-21) shall have a Document level charge VAT category code (BT-102). + + [BR-38]-Each Document level charge (BG-21) shall have a Document level charge reason (BT-104) or a Document level charge reason code (BT-105). + + [BR-CO-06]-Document level charge reason code (BT-105) and Document level charge reason (BT-104) shall indicate the same type of charge. + + [BR-CO-22]-Each Document level charge (BG-21) shall contain a Document level charge reason (BT-104) or a Document level charge reason code (BT-105), or both. + + [BR-DEC-05]-The allowed maximum number of decimals for the Document level charge amount (BT-99) is 2. + + [BR-DEC-06]-The allowed maximum number of decimals for the Document level charge base amount (BT-100) is 2. + + + + + + [BR-54]-Each Item attribute (BG-32) shall contain an Item attribute name (BT-160) and an Item attribute value (BT-161). + + + + + + [BR-51]-In accordance with card payments security standards an invoice should never include a full card primary account number (BT-87). At the moment PCI Security Standards Council has defined that the first 6 digits and last 4 digits are the maximum number of digits to be shown. + + + + + + [BR-21]-Each Invoice line (BG-25) shall have an Invoice line identifier (BT-126). + + [BR-22]-Each Invoice line (BG-25) shall have an Invoiced quantity (BT-129). + + [BR-23]-An Invoice line (BG-25) shall have an Invoiced quantity unit of measure code (BT-130). + + [BR-24]-Each Invoice line (BG-25) shall have an Invoice line net amount (BT-131). + + [BR-25]-Each Invoice line (BG-25) shall contain the Item name (BT-153). + + [BR-26]-Each Invoice line (BG-25) shall contain the Item net price (BT-146). + + [BR-27]-The Item net price (BT-146) shall NOT be negative. + + [BR-28]-The Item gross price (BT-148) shall NOT be negative. + + [BR-64]-The Item standard identifier (BT-157) shall have a Scheme identifier. + + [BR-65]-The Item classification identifier (BT-158) shall have a Scheme identifier. + + [BR-CO-04]-Each Invoice line (BG-25) shall be categorized with an Invoiced item VAT category code (BT-151). + + [BR-DEC-23]-The allowed maximum number of decimals for the Invoice line net amount (BT-131) is 2. + + + + + + [BR-17]-The Payee name (BT-59) shall be provided in the Invoice, if the Payee (BG-10) is different from the Seller (BG-4). + + + + + + [BR-18]-The Seller tax representative name (BT-62) shall be provided in the Invoice, if the Seller (BG-4) has a Seller tax representative party (BG-11). + + [BR-19]-The Seller tax representative postal address (BG-12) shall be provided in the Invoice, if the Seller (BG-4) has a Seller tax representative party (BG-11). + + [BR-20]-The Seller tax representative postal address (BG-12) shall contain a Tax representative country code (BT-69), if the Seller (BG-4) has a Seller tax representative party (BG-11). + + [BR-56]-Each Seller tax representative party (BG-11) shall have a Seller tax representative VAT identifier (BT-63). + + + + + + [BR-CO-26]-In order for the buyer to automatically identify a supplier, the Seller identifier (BT-29), the Seller legal registration identifier (BT-30) and/or the Seller VAT identifier (BT-31) shall be present. + + + + + + [BR-30]-If both Invoice line period start date (BT-134) and Invoice line period end date (BT-135) are given then the Invoice line period end date (BT-135) shall be later or equal to the Invoice line period start date (BT-134). + + [BR-CO-20]-If Invoice line period (BG-26) is used, the Invoice line period start date (BT-134) or the Invoice line period end date (BT-135) shall be filled, or both. + + + + + + [BR-42]-Each Invoice line allowance (BG-27) shall have an Invoice line allowance reason (BT-139) or an Invoice line allowance reason code (BT-140). + + + + + + [BR-41]-Each Invoice line allowance (BG-27) shall have an Invoice line allowance amount (BT-136). + + [BR-CO-07]-Invoice line allowance reason code (BT-140) and Invoice line allowance reason (BT-139) shall indicate the same type of allowance reason. + + [BR-CO-23]-Each Invoice line allowance (BG-27) shall contain an Invoice line allowance reason (BT-139) or an Invoice line allowance reason code (BT-140), or both. + + [BR-DEC-24]-The allowed maximum number of decimals for the Invoice line allowance amount (BT-136) is 2. + + [BR-DEC-25]-The allowed maximum number of decimals for the Invoice line allowance base amount (BT-137) is 2. + + + + + + [BR-43]-Each Invoice line charge (BG-28) shall have an Invoice line charge amount (BT-141). + + [BR-44]-Each Invoice line charge (BG-28) shall have an Invoice line charge reason (BT-144) or an Invoice line charge reason code (BT-145). + + [BR-CO-08]-Invoice line charge reason code (BT-145) and Invoice line charge reason (BT-144) shall indicate the same type of charge reason. + + [BR-CO-24]-Each Invoice line charge (BG-28) shall contain an Invoice line charge reason (BT-144) or an Invoice line charge reason code (BT-145), or both. + + [BR-DEC-27]-The allowed maximum number of decimals for the Invoice line charge amount (BT-141) is 2. + + [BR-DEC-28]-The allowed maximum number of decimals for the Invoice line charge base amount (BT-142) is 2. + + + + + + [BR-CO-09]-The Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) shall have a prefix in accordance with ISO code ISO 3166-1 alpha-2 by which the country of issue may be identified. Nevertheless, Greece may use the prefix ‘EL’. + + + + + + [CII-SR-463]-Each Specified Trade Allowance Charge (BG-20)(BG-21) shall contain a Charge Indicator. + + + + + + [BR-AE-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + [BR-AE-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Reverse charge" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-E-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-E-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Exempt from VAT", the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-G-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + [BR-G-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Export outside the EU" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-IC-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + [BR-IC-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Intra-community supply" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-AF-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-AF-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IGIC" the Document level allowance VAT rate (BT-96) shall be 0 (zero) or greater than zero. + + + + + + [BR-AG-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-AG-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "IPSI" the Document level allowance VAT rate (BT-96) shall be 0 (zero) or greater than zero. + + + + + + [BR-O-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48). + + [BR-O-06]-A Document level allowance (BG-20) where VAT category code (BT-95) is "Not subject to VAT" shall not contain a Document level allowance VAT rate (BT-96). + + + + + + [BR-S-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-S-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Standard rated" the Document level allowance VAT rate (BT-96) shall be greater than zero. + + + + + + [BR-Z-03]-An Invoice that contains a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-Z-06]-In a Document level allowance (BG-20) where the Document level allowance VAT category code (BT-95) is "Zero rated" the Document level allowance VAT rate (BT-96) shall be 0 (zero). + + + + + + [BR-AE-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + [BR-AE-07]-In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Reverse charge" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-E-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-E-07]-In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Exempt from VAT", the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-G-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + [BR-G-07]-In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Export outside the EU" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-IC-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + [BR-IC-07]-In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Intra-community supply" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-AF-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-AF-07]-In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IGIC" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero. + + + + + + [BR-AG-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-AG-07]-In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "IPSI" the Document level charge VAT rate (BT-103) shall be 0 (zero) or greater than zero. + + + + + + [BR-O-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-48). + + [BR-O-07]-A Document level charge (BG-21) where the VAT category code (BT-102) is "Not subject to VAT" shall not contain a Document level charge VAT rate (BT-103). + + + + + + [BR-S-04]-An Invoice that contains a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-S-07]-In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Standard rated" the Document level charge VAT rate (BT-103) shall be greater than zero. + + + + + + [BR-Z-04]-An Invoice that contains a Document level charge where the Document level charge VAT category code (BT-102) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-Z-07]-In a Document level charge (BG-21) where the Document level charge VAT category code (BT-102) is "Zero rated" the Document level charge VAT rate (BT-103) shall be 0 (zero). + + + + + + [BR-CO-10]-Sum of Invoice line net amount (BT-106) = Σ Invoice line net amount (BT-131). + + [BR-12]-An Invoice shall have the Sum of Invoice line net amount (BT-106). + + [BR-13]-An Invoice shall have the Invoice total amount without VAT (BT-109). + + [BR-14]-An Invoice shall have the Invoice total amount with VAT (BT-112). + + [BR-15]-An Invoice shall have the Amount due for payment (BT-115). + + [BR-CO-11]-Sum of allowances on document level (BT-107) = Σ Document level allowance amount (BT-92). + + [BR-CO-12]-Sum of charges on document level (BT-108) = Σ Document level charge amount (BT-99). + + [BR-CO-13]-Invoice total amount without VAT (BT-109) = Σ Invoice line net amount (BT-131) - Sum of allowances on document level (BT-107) + Sum of charges on document level (BT-108). + + [BR-CO-15]-Invoice total amount with VAT (BT-112) = Invoice total amount without VAT (BT-109) + Invoice total VAT amount (BT-110). + + [BR-CO-16]-Amount due for payment (BT-115) = Invoice total amount with VAT (BT-112) -Paid amount (BT-113) +Rounding amount (BT-114). + + [BR-DEC-09]-The allowed maximum number of decimals for the Sum of Invoice line net amount (BT-106) is 2. + + [BR-DEC-10]-The allowed maximum number of decimals for the Sum of allowanced on document level (BT-107) is 2. + + [BR-DEC-11]-The allowed maximum number of decimals for the Sum of charges on document level (BT-108) is 2. + + [BR-DEC-12]-The allowed maximum number of decimals for the Invoice total amount without VAT (BT-109) is 2. + + [BR-DEC-13]-The allowed maximum number of decimals for the Invoice total VAT amount (BT-110) is 2. + + [BR-DEC-14]-The allowed maximum number of decimals for the Invoice total amount with VAT (BT-112) is 2. + + [BR-DEC-15]-The allowed maximum number of decimals for the Invoice total VAT amount in accounting currency (BT-111) is 2. + + [BR-DEC-16]-The allowed maximum number of decimals for the Paid amount (BT-113) is 2. + + [BR-DEC-17]-The allowed maximum number of decimals for the Rounding amount (BT-114) is 2. + + [BR-DEC-18]-The allowed maximum number of decimals for the Amount due for payment (BT-115) is 2. + + [BR-53]-If the VAT accounting currency code (BT-6) is present, then the Invoice total VAT amount in accounting currency (BT-111) shall be provided. + + + + + + [BR-CO-14]-Invoice total VAT amount (BT-110) = Σ VAT category tax amount (BT-117). + + + + + + [BR-49]-A Payment instruction (BG-16) shall specify the Payment means type code (BT-81). + + [CII-SR-464]-Only one BT-86 element is allowed on an invoice. + + + + + + [BR-50]-A Payment account identifier (BT-84) shall be present if Credit transfer (BG-16) information is provided in the Invoice. + + [BR-61]-If the Payment means type code (BT-81) means SEPA credit transfer, Local credit transfer or Non-SEPA international credit transfer, the Payment account identifier (BT-84) shall be present. + + + + + + [BR-CO-27]-Either the IBAN or a Proprietary ID (BT-84) shall be used. + + + + + + [BR-CO-18]-An Invoice shall at least have one VAT breakdown group (BG-23). + + + + + + [BR-AE-08]-In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Reverse charge" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Reverse charge". + + [BR-AE-09]-The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Reverse charge" shall be 0 (zero). + + [BR-AE-10]-A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Reverse charge" shall have a VAT exemption reason code (BT-121), meaning "Reverse charge" or the VAT exemption reason text (BT-120) "Reverse charge" (or the equivalent standard text in another language). + + + + + + [BR-E-08]-In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Exempt from VAT" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Exempt from VAT". + + [BR-E-09]-The VAT category tax amount (BT-117) In a VAT breakdown (BG-23) where the VAT category code (BT-118) equals "Exempt from VAT" shall equal 0 (zero). + + [BR-E-10]-A VAT Breakdown (BG-23) with VAT Category code (BT-118) "Exempt from VAT" shall have a VAT exemption reason code (BT-121) or a VAT exemption reason text (BT-120). + + + + + + [BR-G-08]-In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Export outside the EU" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Export outside the EU". + + [BR-G-09]-The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Export outside the EU" shall be 0 (zero). + + [BR-G-10]-A VAT Breakdown (BG-23) with the VAT Category code (BT-118) "Export outside the EU" shall have a VAT exemption reason code (BT-121), meaning "Export outside the EU" or the VAT exemption reason text (BT-120) "Export outside the EU" (or the equivalent standard text in another language). + + + + + + [BR-IC-08]-In a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Intra-community supply". + + [BR-IC-09]-The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" shall be 0 (zero). + + [BR-IC-10]-A VAT Breakdown (BG-23) with the VAT Category code (BT-118) "Intra-community supply" shall have a VAT exemption reason code (BT-121), meaning "Intra-community supply" or the VAT exemption reason text (BT-120) "Intra-community supply" (or the equivalent standard text in another language). + + [BR-IC-11]-In an Invoice with a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the Actual delivery date (BT-72) or the Invoicing period (BG-14) shall not be blank. + + [BR-IC-12]-In an Invoice with a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Intra-community supply" the Deliver to country code (BT-80) shall not be blank. + + + + + + [BR-AF-08]-For each different value of VAT category rate (BT-119) where the VAT category code (BT-118) is "IGIC", the VAT category taxable amount (BT-116) in a VAT breakdown (BG-23) shall equal the sum of Invoice line net amounts (BT-131) plus the sum of document level charge amounts (BT-99) minus the sum of document level allowance amounts (BT-92) where the VAT category code (BT-151, BT-102, BT-95) is "IGIC" and the VAT rate (BT-152, BT-103, BT-96) equals the VAT category rate (BT-119). + + [BR-AF-09]-The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "IGIC" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + [BR-AF-10]-A VAT Breakdown (BG-23) with VAT Category code (BT-118) "IGIC" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + [BR-AG-08]-For each different value of VAT category rate (BT-119) where the VAT category code (BT-118) is "IPSI", the VAT category taxable amount (BT-116) in a VAT breakdown (BG-23) shall equal the sum of Invoice line net amounts (BT-131) plus the sum of document level charge amounts (BT-99) minus the sum of document level allowance amounts (BT-92) where the VAT category code (BT-151, BT-102, BT-95) is "IPSI" and the VAT rate (BT-152, BT-103, BT-96) equals the VAT category rate (BT-119). + + [BR-AG-09]-The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where VAT category code (BT-118) is "IPSI" shall equal the VAT category taxable amount (BT-116) multiplied by the VAT category rate (BT-119). + + [BR-AG-10]-A VAT Breakdown (BG-23) with VAT Category code (BT-118) "IPSI" shall not have a VAT exemption reason code (BT-121) or VAT exemption reason text (BT-120). + + + + + + [BR-O-08]-In a VAT breakdown (BG-23) where the VAT category code (BT-118) is " Not subject to VAT" the VAT category taxable amount (BT-116) shall equal the sum of Invoice line net amounts (BT-131) minus the sum of Document level allowance amounts (BT-92) plus the sum of Document level charge amounts (BT-99) where the VAT category codes (BT-151, BT-95, BT-102) are "Not subject to VAT". + + [BR-O-09]-The VAT category tax amount (BT-117) in a VAT breakdown (BG-23) where the VAT category code (BT-118) is "Not subject to VAT" shall be 0 (zero). + + [BR-O-10]-A VAT Breakdown (BG-23) with VAT Category code (BT-118) " Not subject to VAT" shall have a VAT exemption reason code (BT-121), meaning " Not subject to VAT" or a VAT exemption reason text (BT-120) " Not subject to VAT" (or the equivalent standard text in another language). + + [BR-O-11]-An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain other VAT breakdown groups (BG-23). + + [BR-O-12]-An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is not "Not subject to VAT". + + [BR-O-13]-An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain Document level allowances (BG-20) where Document level allowance VAT category code (BT-95) is not "Not subject to VAT". + + [BR-O-14]-An Invoice that contains a VAT breakdown group (BG-23) with a VAT category code (BT-118) "Not subject to VAT" shall not contain Document level charges (BG-21) where Document level charge VAT category code (BT-102) is not "Not subject to VAT". + + + + + + [BR-AE-02]-An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Reverse charge" shall contain the Seller VAT Identifier (BT-31), the Seller Tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48) and/or the Buyer legal registration identifier (BT-47). + + [BR-AE-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Reverse charge" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-E-02]-An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Exempt from VAT" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-E-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Exempt from VAT", the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-G-02]-An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Export outside the EU" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63). + + [BR-G-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Export outside the EU" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-IC-02]-An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Intra-community supply" shall contain the Seller VAT Identifier (BT-31) or the Seller tax representative VAT identifier (BT-63) and the Buyer VAT identifier (BT-48). + + [BR-IC-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Intracommunity supply" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [BR-AF-02]-An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IGIC" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-AF-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IGIC" the invoiced item VAT rate (BT-152) shall be greater than 0 (zero). + + + + + + [BR-AG-02]-An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IPSI" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-AG-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "IPSI" the Invoiced item VAT rate (BT-152) shall be 0 (zero) or greater than zero. + + + + + + [BR-O-02]-An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Not subject to VAT" shall not contain the Seller VAT identifier (BT-31), the Seller tax representative VAT identifier (BT-63) or the Buyer VAT identifier (BT-46). + + [BR-O-05]-An Invoice line (BG-25) where the VAT category code (BT-151) is "Not subject to VAT" shall not contain an Invoiced item VAT rate (BT-152). + + + + + + [BR-S-02]-An Invoice that contains an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Standard rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-S-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Standard rated" the Invoiced item VAT rate (BT-152) shall be greater than zero. + + + + + + [BR-Z-02]-An Invoice that contains an Invoice line where the Invoiced item VAT category code (BT-151) is "Zero rated" shall contain the Seller VAT Identifier (BT-31), the Seller tax registration identifier (BT-32) and/or the Seller tax representative VAT identifier (BT-63). + + [BR-Z-05]-In an Invoice line (BG-25) where the Invoiced item VAT category code (BT-151) is "Zero rated" the Invoiced item VAT rate (BT-152) shall be 0 (zero). + + + + + + [CII-DT-097] - Date time string with format attribute 102 shall be YYYYMMDD. + + + + + + [BR-16]-An Invoice shall have at least one Invoice line (BG-25). + + [BR-CO-25]-In case the Amount due for payment (BT-115) is positive, either the Payment due date (BT-9) or the Payment terms (BT-20) shall be present. + + [BR-01]-An Invoice shall have a Specification identifier (BT-24). + + [BR-02]-An Invoice shall have an Invoice number (BT-1). + + [BR-03]-An Invoice shall have an Invoice issue date (BT-2). + + [BR-04]-An Invoice shall have an Invoice type code (BT-3). + + [BR-05]-An Invoice shall have an Invoice currency code (BT-5). + + [BR-06]-An Invoice shall contain the Seller name (BT-27). + + [BR-07]-An Invoice shall contain the Buyer name (BT-44). + + [BR-08]-An Invoice shall contain the Seller postal address (BG-5). + + [BR-09]-The Seller postal address (BG-5) shall contain a Seller country code (BT-40). + + [BR-10]-An Invoice shall contain the Buyer postal address (BG-8). + + [BR-11]-The Buyer postal address shall contain a Buyer country code (BT-55). + + [BR-62]-The Seller electronic address (BT-34) shall have a Scheme identifier. + + [BR-63]-The Buyer electronic address (BT-49) shall have a Scheme identifier. + + [BR-S-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Standard rated" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "Standard rated". + + [BR-Z-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Zero rated" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Zero rated". + + [BR-E-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is “Exempt from VAT” shall contain exactly one VAT breakdown (BG-23) with the VAT category code (BT-118) equal to "Exempt from VAT". + + [BR-AE-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Reverse charge" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "VAT reverse charge". + + [BR-IC-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Intra-community supply" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Intra-community supply". + + [BR-G-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Export outside the EU" shall contain in the VAT breakdown (BG-23) exactly one VAT category code (BT-118) equal with "Export outside the EU". + + [BR-O-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "Not subject to VAT" shall contain exactly one VAT breakdown group (BG-23) with the VAT category code (BT-118) equal to "Not subject to VAT". + + [BR-AF-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "IGIC" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "IGIC". + + [BR-AG-01]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is "IPSI" shall contain in the VAT breakdown (BG-23) at least one VAT category code (BT-118) equal with "IPSI". + + [BR-B-01]-An Invoice where the VAT category code (BT-151, BT-95 or BT-102) is “Split payment” shall be a domestic Italian invoice. + + [BR-B-02]-An Invoice that contains an Invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is “Split payment" shall not contain an invoice line (BG-25), a Document level allowance (BG-20) or a Document level charge (BG-21) where the VAT category code (BT-151, BT-95 or BT-102) is “Standard rated”. + + + + + + [CII-SR-465]-Only one BT-41 element is allowed on an invoice. + + [CII-SR-466]-Only one BT-56 element is allowed on an invoice. + + Element 'ram:SellerTradeParty' must occur exactly 1 times. + + Element 'ram:BuyerTradeParty' must occur exactly 1 times. + + + + + + [BR-57]-Each Deliver to address (BG-15) shall contain a Deliver to country code (BT-80). + + + + + + [BR-55]-Each Preceding Invoice reference (BG-3) shall contain a Preceding Invoice reference (BT-25). + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + + + [BR-FX-EN-04]-An invoice that is not a down payment invoice (code 386) must contain either BT-72 "Actual delivery date", BG-14 "Invoicing period" or BG-26 "Invoice line period" in each invoice item to indicate the delivery/service date. If BT-72 is not used, at least the country of delivery (BT-80) must be specified for technical reasons. + + + + + + Element 'ram:ID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:Content' must occur exactly 1 times. + + Element 'ram:SubjectCode' may occur at maximum 1 times. + + + + + Value of 'ram:SubjectCode' is not allowed. + + Attribute @listID' marked as not used in the given context. + + Attribute @listVersionID' marked as not used in the given context. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times. + + Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times. + + + + Element 'ram:ID' must occur exactly 1 times. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + Value of 'ram:ID' is not allowed. + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:IncludedSupplyChainTradeLineItem' must occur at least 1 times. + + + + Element variant 'ram:AdditionalReferencedDocument[ not(ram:TypeCode="916") and not(ram:TypeCode="50") and not(ram:TypeCode="130")]' is marked as not used in the given context. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + Value of 'ram:ReferenceTypeCode' is not allowed. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:Name' may occur at maximum 1 times. + + Element 'ram:AttachmentBinaryObject' may occur at maximum 1 times. + + + + Attribute '@mimeCode' is required in this context. + + + Value of '@mimeCode' is not allowed. + + Attribute '@filename' is required in this context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:DefinedTradeContact' may occur at maximum 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element 'ram:SpecifiedTaxRegistration' may occur at maximum 1 times. + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:Description' is marked as not used in the given context. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + Value of 'ram:CountryID' is not allowed. + + + + Attribute @listID' marked as not used in the given context. + + Attribute @listVersionID' marked as not used in the given context. + + + + + Value of '@schemeID' is not allowed. + + + + Element 'ram:ID' must occur exactly 1 times. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:SpecifiedTaxRegistration' must occur exactly 1 times. + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + Element 'ram:Description' is marked as not used in the given context. + + + + Element 'ram:GlobalID' is marked as not used in the given context. + + + + Element 'ram:ID' is marked as not used in the given context. + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + Value of 'ram:CountryID' is not allowed. + + + + Attribute @listID' marked as not used in the given context. + + Attribute @listVersionID' marked as not used in the given context. + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + Element 'ram:ID' must occur exactly 1 times. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:DefinedTradeContact' may occur at maximum 1 times. + + Element 'ram:PostalTradeAddress' must occur exactly 1 times. + + Element 'ram:URIUniversalCommunication' may occur at maximum 1 times. + + Element variant 'ram:SpecifiedTaxRegistration[ram:ID/@schemeID="VA"]' may occur at maximum 1 times. + + Element variant 'ram:SpecifiedTaxRegistration[ram:ID/@schemeID="FC"]' may occur at maximum 1 times. + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:CompleteNumber' must occur exactly 1 times. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + Value of 'ram:CountryID' is not allowed. + + + + Attribute @listID' marked as not used in the given context. + + Attribute @listVersionID' marked as not used in the given context. + + + + + Value of '@schemeID' is not allowed. + + + + Element variant 'ram:SpecifiedTaxRegistration[ not(ram:ID/@schemeID="VA") and not(ram:ID/@schemeID="FC")]' is marked as not used in the given context. + + + + Element 'ram:ID' must occur exactly 1 times. + + + + Attribute '@schemeID' is required in this context. + + + + Element 'ram:ID' must occur exactly 1 times. + + + + Attribute '@schemeID' is required in this context. + + + + Element 'ram:URIID' must occur exactly 1 times. + + + + Element 'ram:CompleteNumber' is marked as not used in the given context. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:OccurrenceDateTime' must occur exactly 1 times. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + Element 'ram:Description' is marked as not used in the given context. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:CountryID' must occur exactly 1 times. + + Element 'ram:CountrySubDivisionName' may occur at maximum 1 times. + + + + + Value of 'ram:CountryID' is not allowed. + + + + Attribute @listID' marked as not used in the given context. + + Attribute @listVersionID' marked as not used in the given context. + + + + Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context. + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + Element 'ram:PaymentReference' may occur at maximum 1 times. + + Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times. + + Element 'ram:ApplicableTradeTax' must occur at least 1 times. + + Element 'ram:SpecifiedTradePaymentTerms' may occur at maximum 1 times. + + Element 'ram:SpecifiedTradeSettlementHeaderMonetarySummation' must occur exactly 1 times. + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + Element 'ram:CalculatedAmount' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:BasisAmount' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + Value of 'ram:DueDateTypeCode' is not allowed. + + + + + Value of 'ram:ExemptionReasonCode' is not allowed. + + Attribute @listID' marked as not used in the given context. + + Attribute @listVersionID' marked as not used in the given context. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + + Value of 'ram:InvoiceCurrencyCode' is not allowed. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:ID' may occur at maximum 1 times. + + Element 'ram:GlobalID' may occur at maximum 1 times. + + Element 'ram:Name' must occur exactly 1 times. + + + + Element 'ram:DefinedTradeContact' is marked as not used in the given context. + + + + Element 'ram:Description' is marked as not used in the given context. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:PostalTradeAddress' is marked as not used in the given context. + + + + + Value of '@schemeID' is not allowed. + + + + Element 'ram:TradingBusinessName' is marked as not used in the given context. + + + + Element 'ram:SpecifiedTaxRegistration' is marked as not used in the given context. + + + + Element 'ram:URIUniversalCommunication' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element variant 'ram:SpecifiedTradeAllowanceCharge[ not(ram:ChargeIndicator/udt:Indicator="false") and not(ram:ChargeIndicator/udt:Indicator="true")]' is marked as not used in the given context. + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + Value of 'ram:ReasonCode' is not allowed. + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + Element 'ram:CategoryTradeTax' must occur exactly 1 times. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + Element 'ram:DueDateTypeCode' is marked as not used in the given context. + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + Value of 'ram:ReasonCode' is not allowed. + + + + Element 'ram:Description' may occur at maximum 1 times. + + Element 'ram:DirectDebitMandateID' may occur at maximum 1 times. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + Element 'ram:ChargeTotalAmount' may occur at maximum 1 times. + + Element 'ram:AllowanceTotalAmount' may occur at maximum 1 times. + + Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times. + + Element variant 'ram:TaxTotalAmount[@currencyID=../../ram:InvoiceCurrencyCode]' may occur at maximum 1 times. + + Element variant 'ram:TaxTotalAmount[@currencyID=../../ram:TaxCurrencyCode]' may occur at maximum 1 times. + + Element 'ram:RoundingAmount' may occur at maximum 1 times. + + Element 'ram:GrandTotalAmount' must occur exactly 1 times. + + Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times. + + Element 'ram:DuePayableAmount' must occur exactly 1 times. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element variant 'ram:TaxTotalAmount[ not(@currencyID=../../ram:InvoiceCurrencyCode) and not(@currencyID=../../ram:TaxCurrencyCode)]' is marked as not used in the given context. + + + + + Value of '@currencyID' is not allowed. + + + + + Value of '@currencyID' is not allowed. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:Information' may occur at maximum 1 times. + + Element 'ram:PayeePartyCreditorFinancialAccount' may occur at maximum 1 times. + + + + Element 'ram:ID' must occur exactly 1 times. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:BICID' must occur exactly 1 times. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:IBANID' must occur exactly 1 times. + + + + Attribute @schemeID' marked as not used in the given context. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + + Value of 'ram:TaxCurrencyCode' is not allowed. + + + + Element 'ram:AssociatedDocumentLineDocument' must occur exactly 1 times. + + Element 'ram:SpecifiedTradeProduct' must occur exactly 1 times. + + Element 'ram:SpecifiedLineTradeAgreement' must occur exactly 1 times. + + Element 'ram:SpecifiedLineTradeDelivery' must occur exactly 1 times. + + + + Element 'ram:LineID' must occur exactly 1 times. + + Element 'ram:IncludedNote' may occur at maximum 1 times. + + + + Element 'ram:Content' must occur exactly 1 times. + + + + Element 'ram:SubjectCode' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:NetPriceProductTradePrice' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Element 'ram:IssuerAssignedID' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + Element 'ram:ReferenceTypeCode' is marked as not used in the given context. + + + + Element 'ram:TypeCode' is marked as not used in the given context. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + Element variant 'ram:AppliedTradeAllowanceCharge[ram:ChargeIndicator/udt:Indicator="false"]' may occur at maximum 1 times. + + + + Element variant 'ram:AppliedTradeAllowanceCharge[ not(ram:ChargeIndicator/udt:Indicator="false") and not(ram:ChargeIndicator/udt:Indicator="true")]' is marked as not used in the given context. + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + Element 'ram:CalculationPercent' is marked as not used in the given context. + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + Element 'ram:Reason' is marked as not used in the given context. + + + + Element 'ram:ReasonCode' is marked as not used in the given context. + + + + + Value of '@unitCode' is not allowed. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:ChargeAmount' must occur exactly 1 times. + + + + Element 'ram:AppliedTradeAllowanceCharge' is marked as not used in the given context. + + + + + Value of '@unitCode' is not allowed. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:BilledQuantity' must occur exactly 1 times. + + + + + Value of '@unitCode' is not allowed. + + + + Element 'ram:ApplicableTradeTax' must occur exactly 1 times. + + Element 'ram:SpecifiedTradeSettlementLineMonetarySummation' must occur exactly 1 times. + + Element 'ram:AdditionalReferencedDocument' may occur at maximum 1 times. + + Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times. + + + + Element 'ram:IssuerAssignedID' must occur exactly 1 times. + + Element 'ram:TypeCode' must occur exactly 1 times. + + + + Element 'ram:AttachmentBinaryObject' is marked as not used in the given context. + + + + Element 'ram:FormattedIssueDateTime' is marked as not used in the given context. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element 'ram:LineID' is marked as not used in the given context. + + + + Element 'ram:Name' is marked as not used in the given context. + + + + + Value of 'ram:ReferenceTypeCode' is not allowed. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + Element 'ram:URIID' is marked as not used in the given context. + + + + Element 'ram:TypeCode' must occur exactly 1 times. + + Element 'ram:CategoryCode' must occur exactly 1 times. + + + + Element 'ram:BasisAmount' is marked as not used in the given context. + + + + Element 'ram:CalculatedAmount' is marked as not used in the given context. + + + + + Value of 'ram:CategoryCode' is not allowed. + + + + + Value of 'ram:DueDateTypeCode' is not allowed. + + + + Element 'ram:ExemptionReason' is marked as not used in the given context. + + + + Element 'ram:ExemptionReasonCode' is marked as not used in the given context. + + + + Element 'ram:TaxPointDate' is marked as not used in the given context. + + + + + Value of 'ram:TypeCode' is not allowed. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + Attribute '@format' is required in this context. + + + Value of '@format' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Element variant 'ram:SpecifiedTradeAllowanceCharge[ not(ram:ChargeIndicator/udt:Indicator="false") and not(ram:ChargeIndicator/udt:Indicator="true")]' is marked as not used in the given context. + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + Value of 'ram:ReasonCode' is not allowed. + + + + Element 'ram:ChargeIndicator' must occur exactly 1 times. + + Element 'ram:ActualAmount' must occur exactly 1 times. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:CategoryTradeTax' is marked as not used in the given context. + + + + + Value of 'ram:ReasonCode' is not allowed. + + + + Element 'ram:LineTotalAmount' must occur exactly 1 times. + + + + Attribute @currencyID' marked as not used in the given context. + + + + Element 'ram:Name' must occur exactly 1 times. + + Element 'ram:Description' may occur at maximum 1 times. + + + + Element 'ram:Description' must occur exactly 1 times. + + Element 'ram:Value' must occur exactly 1 times. + + + + Attribute @schemeID' marked as not used in the given context. + + + + Attribute '@listID' is required in this context. + + + Value of '@listID' is not allowed. + + + + Attribute '@schemeID' is required in this context. + + + Value of '@schemeID' is not allowed. + + + + Element 'ram:ID' must occur exactly 1 times. + + + + + Value of 'ram:ID' is not allowed. + + + + Attribute @schemeID' marked as not used in the given context. + + + \ No newline at end of file diff --git a/data/ontologies/zugferd/FACTUR-X_EN16931.xsd b/data/ontologies/zugferd/FACTUR-X_EN16931.xsd new file mode 100644 index 00000000..f6d34759 --- /dev/null +++ b/data/ontologies/zugferd/FACTUR-X_EN16931.xsd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/data/ontologies/zugferd/FACTUR-X_EN16931_codedb.xml b/data/ontologies/zugferd/FACTUR-X_EN16931_codedb.xml new file mode 100644 index 00000000..b5494032 --- /dev/null +++ b/data/ontologies/zugferd/FACTUR-X_EN16931_codedb.xml @@ -0,0 +1,5897 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd b/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd new file mode 100644 index 00000000..94757471 --- /dev/null +++ b/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd b/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd new file mode 100644 index 00000000..7cf89ef8 --- /dev/null +++ b/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd b/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd new file mode 100644 index 00000000..7e975281 --- /dev/null +++ b/data/ontologies/zugferd/FACTUR-X_EN16931_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/fibobe/manifest.yaml b/modules/fibobe/manifest.yaml new file mode 100644 index 00000000..0f3e5c58 --- /dev/null +++ b/modules/fibobe/manifest.yaml @@ -0,0 +1,23 @@ +ogit_g: FIBOBE +version: 1 +domain_name: fibobe +inert_when_consumer_absent: true + +entity_types: + BusinessEntity: u16=620 + Corporation: u16=621 + LimitedLiabilityCompany: u16=622 + GeneralPartnership: u16=623 + SoleProprietor: u16=624 + Trust: u16=625 + Cooperative: u16=626 + NotForProfit: u16=627 + CorporateBody: u16=628 + Ownership: u16=629 + Control: u16=630 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/fibofnd/manifest.yaml b/modules/fibofnd/manifest.yaml new file mode 100644 index 00000000..e49732db --- /dev/null +++ b/modules/fibofnd/manifest.yaml @@ -0,0 +1,24 @@ +ogit_g: FIBOFND +version: 1 +domain_name: fibofnd +inert_when_consumer_absent: true + +entity_types: + LegalPerson: u16=600 + Party: u16=601 + Agreement: u16=602 + Contract: u16=603 + Obligation: u16=604 + CurrencyAmount: u16=605 + MonetaryAmount: u16=606 + Address: u16=607 + Location: u16=608 + Document: u16=609 + Identifier: u16=610 + Date: u16=611 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/owltime/manifest.yaml b/modules/owltime/manifest.yaml new file mode 100644 index 00000000..e53ba0e5 --- /dev/null +++ b/modules/owltime/manifest.yaml @@ -0,0 +1,20 @@ +ogit_g: TIME +version: 1 +domain_name: owltime +inert_when_consumer_absent: true + +entity_types: + TemporalEntity: u16=500 + Instant: u16=501 + Interval: u16=502 + ProperInterval: u16=503 + DateTimeInterval: u16=504 + DateTimeDescription: u16=505 + Duration: u16=506 + TemporalDuration: u16=507 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/provo/manifest.yaml b/modules/provo/manifest.yaml new file mode 100644 index 00000000..99e8d444 --- /dev/null +++ b/modules/provo/manifest.yaml @@ -0,0 +1,21 @@ +ogit_g: PROVO +version: 1 +domain_name: provo +inert_when_consumer_absent: true + +entity_types: + Entity: u16=510 + Activity: u16=511 + Agent: u16=512 + Bundle: u16=513 + Collection: u16=514 + Location: u16=515 + Person: u16=516 + Organization: u16=517 + SoftwareAgent: u16=518 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/qudt/manifest.yaml b/modules/qudt/manifest.yaml new file mode 100644 index 00000000..1e3a8108 --- /dev/null +++ b/modules/qudt/manifest.yaml @@ -0,0 +1,20 @@ +ogit_g: QUDT +version: 1 +domain_name: qudt +inert_when_consumer_absent: true + +entity_types: + Quantity: u16=520 + QuantityKind: u16=521 + Unit: u16=522 + QuantityValue: u16=523 + Dimension: u16=524 + DimensionVector: u16=525 + SystemOfUnits: u16=526 + UnitSystem: u16=527 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/schemaorg/manifest.yaml b/modules/schemaorg/manifest.yaml new file mode 100644 index 00000000..c071959f --- /dev/null +++ b/modules/schemaorg/manifest.yaml @@ -0,0 +1,22 @@ +ogit_g: SCHEMAORG +version: 1 +domain_name: schemaorg +inert_when_consumer_absent: true + +entity_types: + Thing: u16=530 + Person: u16=531 + Organization: u16=532 + Place: u16=533 + Event: u16=534 + CreativeWork: u16=535 + Product: u16=536 + Action: u16=537 + Intangible: u16=538 + LegalPerson: u16=539 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/skos/manifest.yaml b/modules/skos/manifest.yaml new file mode 100644 index 00000000..7f82fcae --- /dev/null +++ b/modules/skos/manifest.yaml @@ -0,0 +1,17 @@ +ogit_g: SKOS +version: 1 +domain_name: skos +inert_when_consumer_absent: true + +entity_types: + Concept: u16=540 + ConceptScheme: u16=541 + Collection: u16=542 + OrderedCollection: u16=543 + Label: u16=544 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/skr03-bau/manifest.yaml b/modules/skr03-bau/manifest.yaml new file mode 100644 index 00000000..3d62072e --- /dev/null +++ b/modules/skr03-bau/manifest.yaml @@ -0,0 +1,30 @@ +ogit_g: SKR03BAU +version: 1 +domain_name: skr03-bau +inert_when_consumer_absent: true + +# DATEV SKR 03 Bau und Handwerk (Branchenpaket Art.-Nr. 19606, 2026 +# edition). 6-digit account format: NNNN + 2-digit trade-specific +# subdivision. The full Bau CSV has 1880 accounts; 210 of these are +# trade-specific extensions (NN > 00) on top of the canonical 1623 +# 4-digit accounts that ship in OGIT::SKR03_V1. +# +# Hydrates into its OWN G slot (NOT SKR03_V1) so mixed consumers can +# hold both canonical SKR 03 AND Bau extensions in one OntologyRegistry. +# +# Anchor accounts here are trade-specific load-bearing entries. +entity_types: + # Substanzverzehr (raw-material extraction — Sand/Kies pits, quarries) + Account_007510: u16=4200 # Sand- und Kiesausbeute + Account_007511: u16=4201 # Grundstücke mit Substanzverzehr (Bau variant) + # Bauliche Anlagen (construction-specific buildings) + Account_010010: u16=4202 # Bauliche Anlagen für stationäre Fertigung + Account_010011: u16=4203 # Fabrikbauten (Bau variant) + # Bauten auf dem Bauhof (yard buildings) + Account_011510: u16=4204 # Bauten auf dem Bauhof + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: skr03 diff --git a/modules/skr03/manifest.yaml b/modules/skr03/manifest.yaml new file mode 100644 index 00000000..f4d21491 --- /dev/null +++ b/modules/skr03/manifest.yaml @@ -0,0 +1,33 @@ +ogit_g: SKR03 +version: 1 +domain_name: skr03 +inert_when_consumer_absent: true + +# DATEV SKR 03 (Prozessgliederungsprinzip) — German chart of accounts, +# process-oriented family numbering. ~1500 canonical 4-digit accounts. +# Anchor accounts declared here so external code can reference them via +# stable u16 entity IDs. +entity_types: + # Family 0 — Anlage- und Kapitalkonten (assets + capital) + Account_0010: u16=1000 # Entgeltlich erworbene Konzessionen + Account_0035: u16=1001 # Geschäfts- oder Firmenwert + Account_0080: u16=1002 # Bauten auf eigenen Grundstücken + # Family 1 — Finanz- und Privatkonten (financial + private) + Account_1000: u16=1100 # Kasse + Account_1200: u16=1101 # Bank + Account_1400: u16=1102 # Forderungen aus Lieferungen und Leistungen + Account_1576: u16=1103 # Abziehbare Vorsteuer 19% + # Family 3 — Wareneingang/Bestände + Account_3000: u16=1300 # Wareneingang + Account_3400: u16=1301 # Wareneingang 19% Vorsteuer + # Family 4 — Betriebliche Aufwendungen + Account_4400: u16=1400 # Reisekosten Arbeitnehmer (typical) + # Family 8 — Erlöse (revenues) + Account_8400: u16=1800 # Erlöse 19% USt (the canonical SKR03 revenue acct) + Account_8300: u16=1801 # Erlöse 7% USt + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/skr04/manifest.yaml b/modules/skr04/manifest.yaml new file mode 100644 index 00000000..84776d75 --- /dev/null +++ b/modules/skr04/manifest.yaml @@ -0,0 +1,34 @@ +ogit_g: SKR04 +version: 1 +domain_name: skr04 +inert_when_consumer_absent: true + +# DATEV SKR 04 (Abschlussgliederungsprinzip) — German chart of accounts, +# balance-sheet-oriented family numbering aligned with HGB §266. ~1700 +# canonical 4-digit accounts. Anchor accounts declared here. +entity_types: + # Family 0 — Anlagevermögen + Account_0100: u16=2000 # Entgeltlich erworbene Konzessionen + Account_0150: u16=2001 # Geschäfts- oder Firmenwert + Account_0200: u16=2002 # Grundstücke + # Family 1 — Umlaufvermögen + Account_1000: u16=2100 # Roh-, Hilfs- und Betriebsstoffe + Account_1200: u16=2101 # Forderungen aus Lieferungen und Leistungen + Account_1400: u16=2102 # Abziehbare Vorsteuer (canonical SKR04) + Account_1600: u16=2103 # Kasse + Account_1800: u16=2104 # Bank + # Family 2 — Eigenkapital + Account_2900: u16=2200 # Gezeichnetes Kapital + # Family 3 — Fremdkapital + Account_3300: u16=2300 # Verbindlichkeiten aus Lieferungen und Leistungen + # Family 4 — Erträge (revenue) + Account_4400: u16=2400 # Erlöse 19% USt (canonical SKR04 revenue) + Account_4300: u16=2401 # Erlöse 7% USt + # Family 5 — Materialaufwand + Account_5400: u16=2500 # Wareneingang 19% Vorsteuer + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce diff --git a/modules/zugferd-rules/manifest.yaml b/modules/zugferd-rules/manifest.yaml new file mode 100644 index 00000000..5061c11e --- /dev/null +++ b/modules/zugferd-rules/manifest.yaml @@ -0,0 +1,26 @@ +ogit_g: ZUGFERDRULES +version: 1 +domain_name: zugferd-rules +inert_when_consumer_absent: true + +# Schematron rule IDs are auto-generated by the hydrator (619 assert+report +# IDs plus 209 distinct bracketed business-rule IDs in the FACTUR-X EN16931 +# profile). Only the canonical EN16931 "BR-*" anchor rules are declared +# here so external code can reference them via stable u16 entity IDs. +entity_types: + BR-01: u16=800 + BR-02: u16=801 + BR-52: u16=802 + BR-CO-03: u16=803 + BR-CO-15: u16=804 + BR-CO-17: u16=805 + BR-S-08: u16=806 + BR-S-09: u16=807 + BR-Z-08: u16=808 + BR-Z-09: u16=809 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: zugferd diff --git a/modules/zugferd/manifest.yaml b/modules/zugferd/manifest.yaml new file mode 100644 index 00000000..6bd8670a --- /dev/null +++ b/modules/zugferd/manifest.yaml @@ -0,0 +1,24 @@ +ogit_g: ZUGFERD +version: 1 +domain_name: zugferd +inert_when_consumer_absent: true + +entity_types: + CrossIndustryInvoice: u16=700 + ExchangedDocument: u16=701 + ExchangedDocumentContext: u16=702 + SupplyChainTradeTransaction: u16=703 + TradeParty: u16=704 + TradeAddress: u16=705 + TradeTaxRegistration: u16=706 + MonetaryAmount: u16=707 + ApplicableHeaderTradeAgreement: u16=708 + ApplicableHeaderTradeDelivery: u16=709 + ApplicableHeaderTradeSettlement: u16=710 + IncludedSupplyChainTradeLineItem: u16=711 + +rbac_policy: ~ +stack_profile: ~ +action_capabilities: {} +actor: ~ +inherits_from: dolce